﻿html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1200px
}

@media screen and (max-width: 767px) {

    html,
    body {
        min-width: auto
    }
}

form,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0
}

ul,
ol,
li {
    list-style: none
}

img {
    border: 0;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0 !important
}

th,
td {
    padding: 0
}

textarea {
    padding: 0;
    margin: 0
}

fieldset {
    display: block;
    border: none;
    padding: 0;
    margin: 0
}

legend,
caption {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.cb {
    clear: both !important
}

.ac {
    text-align: center !important
}

.al {
    text-align: left !important
}

.ar {
    text-align: right !important
}

.vt {
    vertical-align: top !important
}

.vm {
    vertical-align: middle !important
}

.vb {
    vertical-align: bottom !important
}

.oh {
    overflow: hidden !important
}

.cp {
    cursor: pointer !important
}

.di {
    display: inline !important
}

.dib {
    display: inline-block;
    display: -moz-inline-box
}

.dn {
    display: none !important
}

.db {
    display: block !important
}

.vv {
    visibility: visible !important
}

.vh {
    visibility: hidden !important
}

.bbn,
.bbn th,
.bbn td {
    border-bottom: none !important
}

.brn {
    border-right: none !important
}

.bln {
    border-left: none !important
}

.bn,
.bn td,
.bn th {
    border: none !important
}

.bgn,
.bgn td,
.bgn th {
    background: none !important
}

.fb {
    font-weight: bold !important
}

.fn {
    font-weight: normal !important;
    font-family: NanumGothic, "³ª´®°íµñ", nGothic, dotum, gulim !important
}

.fs {
    font-size: 12px !important
}

.fixed {
    table-layout: fixed
}

.pr {
    position: relative
}

.pan {
    padding: 0 !important
}

#wrapper * {
    font-family: LGSmHaR, nGothic, "占쏙옙占쏙옙", dotum, gulim !important
}

#skipMenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200
}

#skipMenu a {
    position: absolute;
    left: 0;
    top: -50px;
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    z-index: 200;
    background: #ca165c
}

#skipMenu a:active,
#skipMenu a:focus {
    top: 0
}

#wrapper {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column
}

#header {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 102px;
    min-width: 1200px
}

#util {
    position: relative;
    height: 32px;
    padding: 0 20px;
    margin: 0 auto;
    background: #b2b2b2
}

#util .topBanner {
    float: left;
    height: 20px;
    padding: 3px 0 0 20px;
    margin-top: 4px;
    background: url(../images/designContest/ico_bann.png) no-repeat 0 0;
    color: #000;
    font-weight: bold;
    letter-spacing: -1px
}

#util .topBanner a {
    color: #000
}

#util .topBannerEvent {
    float: left;
    height: 20px;
    padding: 3px 0 0 30px;
    margin-top: 4px;
    background: url(../images/common/ico_bannEvent.png) no-repeat 0 0;
    color: #000;
    font-weight: bold;
    letter-spacing: -1px
}

#util .topBannerEvent a {
    color: #000
}

#util .topBanner2 {
    float: left;
    height: 20px;
    padding: 3px 0 0 27px;
    margin-top: 4px;
    background: url(../images/common/ico_caution3.png) no-repeat 0 0;
    color: #000;
    letter-spacing: -1px
}

#util .topBanner2 a {
    color: #000
}

#util .topBanner3 {
    float: left;
    height: 20px;
    padding: 3px 0 0 23px;
    margin-top: 4px;
    background: url(../images/common/ico_caution4.png) no-repeat 0 0;
    color: #000;
    letter-spacing: -1px
}

#util .topBanner3 a {
    color: #000
}

#util .utilCont {
    display: flex;
    align-items: center;
    height: 32px;
    justify-content: end
}

#util .imgBanner {
    float: left;
    height: 20px;
    padding: 3px 0 0 0px;
    margin-top: 2px
}

#util ul {
    display: flex;
    align-items: center;
    padding: 0 16px 0 0;
    flex: 0 0 auto
}

#util ul li {
    display: flex;
    align-items: center;
    padding-left: 6px;
    margin-left: 6px;
    font-size: 12px;
    line-height: 13px;
    background: url(../images/common/blt1.gif) 0px 6px no-repeat;
    flex: 0 0 auto
}

#util ul li.not-list-style {
    background: none
}

#util ul li a {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none
}

#util .srch .txt {
    float: left;
    width: 114px;
    height: 22px;
    padding: 0 5px;
    line-height: 22px;
    border: none;
    background: #e6e6e6
}

#gnbArea {
    margin: 0 auto;
    background: #666;
    height: 70px
}

#gnbArea .logo {
    float: left;
    width: 180px;
    height: 49px;
    padding: 21px 0 0 20px
}

#gnb {
    float: right;
    height: 70px;
    padding-right: 20px
}

#gnb>li {
    float: left
}

#gnb>li.gnb1 {
    margin-right: 52px
}

#gnb>li.gnb2 {
    margin-right: 52px
}

#gnb>li.gnb3 {
    margin-right: 52px
}

#gnb>li.gnb4 {
    margin-right: 22px
}

#gnb>li.gnb5 {
    margin-right: 35px
}

#gnb>li a {
    font-family: "LG Smart"
}

#gnb>li>a {
    position: relative;
    display: block;
    width: 117px;
    height: 70px;
    font-size: 16px;
    line-height: 70px;
    color: #fff;
    font-family: "LG Smart";
    text-align: center
}

#gnb>li>a span {
    display: block;
    position: aboslute;
    left: 0px;
    top: 0px;
    width: 117px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer
}

#gnb>li>a span.kor {
    height: 0px;
    width: 0px;
    overflow: hidden
}

#gnb li.on>a {
    background: #c70752
}

#gnb li.on>a span.eng {
    height: 0px;
    width: 0px;
    overflow: hidden
}

#gnb li.on>a span.kor {
    height: auto;
    width: auto
}

.subMenuArea {
    display: none;
    position: absolute;
    width: 100%;
    top: 102px;
    left: 0px;
    border-bottom: 1px solid #dcdcdc;
    background: url("../images/common/bg_subMenu.png") repeat 0 0
}

.subMenuArea>div.body {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding: 40px 20px 110px;
    *zoom: 1;
    min-height: 190px;
    display: flex
}

.subMenuArea>div.body:after {
    content: "";
    display: block;
    clear: both
}

.subMenuArea .titArea {
    position: relative;
    float: left;
    width: 246px
}

.subMenuArea .titArea>strong.tit {
    color: #c70752;
    font-size: 30px;
    line-height: 32px;
    height: 42px;
    font-family: LG Smart;
    font-weight: bold;
    letter-spacing: -1px
}

.subMenuArea .titArea>p.txt {
    font-size: 14px;
    color: #5a5a5a;
    padding-top: 8px;
    line-height: 18px;
    font-family: LG Smart
}

.subMenuArea .banner {
    position: absolute;
    left: 20px;
    bottom: 40px
}

.subMenuArea .contArea {
    float: left;
    width: 914px;
    position: relative;
    *zoom: 1
}

.subMenuArea .contArea:after {
    content: "";
    dipslay: block;
    clear: both
}

.subMenuArea .bannerArea {
    position: absolute;
    right: 20px;
    bottom: 10px
}

.gnb6 .subMenuArea .bannerArea {
    position: absolute;
    right: 20px;
    bottom: 40px
}

.subMenuArea .bannerArea img {
    vertical-align: bottom
}

.subMenuArea .slideArea {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding-top: 165px;
    width: 162px;
    height: 20px;
    text-align: center
}

.subMenuArea .slideArea strong {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 8px;
    font-size: 8px
}

.subMenuArea .slideArea strong a {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 8px;
    font-size: 8px;
    text-indent: -3000em;
    background: url("../images/common/slide_off.png") no-repeat 0 0
}

.subMenuArea .slideArea strong.on a {
    background: url("../images/common/slide_on.png") no-repeat 0 0
}

.subMenuArea .slideArea div.section img.new {
    position: absolute;
    top: 0px;
    left: 5px
}

.subMenuArea .slideArea div.section {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none
}

.subTypeA ul {
    float: left;
    width: 227px;
    border-left: 1px solid #dcdcdc
}

.subTypeA ul li {
    padding: 5px 0 5px 20px;
    line-height: 16px;
    font-family: LG Smart
}

.subTypeA ul li:first {
    padding: 0px 0 5px 20px
}

.subTypeB ul.menuList {
    *zoom: 1
}

.subTypeB ul.menuList:after {
    content: "";
    display: block;
    clear: both
}

.subTypeB ul.menuList>li {
    float: left;
    width: 113px;
    border-left: 1px solid #dcdcdc
}

.subTypeB ul.menuList .nextLine {
    margin-left: 246px
}

.subTypeB ul.menuList>li strong {
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: normal
}

.subTypeB ul.menuList>li strong a {
    color: #333
}

.subTypeB ul.menuList>li ul {
    padding-top: 10px
}

.subTypeB ul.menuList>li ul li {
    padding: 4px 0 4px 10px;
    font-size: 13px;
    line-height: 16px
}

.gnb3 .subTypeB ul.menuList>li,
.gnb4 .subTypeB ul.menuList>li,
.gnb5 .subTypeB ul.menuList>li {
    width: 151px
}

.gnb6 .subTypeB ul.menuList>li {
    width: 181px
}

.gnb3 .subTypeB ul.menuList>li.last {
    padding-top: 20px
}

.gnb3 .subMenuArea>div.body {
    padding: 40px 20px 40px
}

.gnb4 .subMenuArea>div.body {
    padding-bottom: 50px
}

.gnb4 .subMenuArea .quickBoard {
    padding-top: 45px;
    clear: both;
    *zoom: 1
}

.gnb4 .subMenuArea .quickBoard:after {
    content: "";
    display: block;
    clear: both
}

.gnb4 .subMenuArea .quickBoard .section {
    width: 425px;
    border-top: 1px solid #dcdcdc
}

.gnb4 .subMenuArea .quickBoard .section.fr {
    width: 445px
}

.gnb4 .subMenuArea .quickBoard .section strong.tit {
    display: inline-block;
    margin-top: -1px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    border-top: 2px solid #000
}

.gnb4 .subMenuArea .quickBoard .section .cont {
    display: block;
    position: relative;
    padding-top: 15px
}

.gnb4 .subMenuArea .quickBoard .section .cont div.thum {
    position: absolute;
    left: 0px;
    top: 15px
}

.gnb4 .subMenuArea .quickBoard .section.fl a.cont {
    padding-left: 209px
}

.gnb4 .subMenuArea .quickBoard .section.fl a.cont div.thum {
    background: #fefefe;
    width: 189px;
    height: 122px
}

.gnb4 .subMenuArea .quickBoard .section.fl a.cont div.thum img {
    width: 189px;
    height: 122px
}

.gnb4 .subMenuArea .quickBoard .section.fl a.cont strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 22px
}

.gnb4 .subMenuArea .quickBoard .section.fl a.cont p {
    padding-top: 10px;
    font-size: 13px;
    line-height: 18px
}

.gnb4 .subMenuArea .quickBoard .section.fr div.cont {
    padding-left: 155px
}

.gnb4 .subMenuArea .quickBoard .section.fr div.cont div.thum {
    background: #fefefe;
    width: 133px;
    height: 133px
}

.gnb4 .subMenuArea .quickBoard .section.fr div.cont div.thum img {
    width: 133px;
    height: 133px
}

.gnb4 .subMenuArea .quickBoard .section.fr div.cont strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 22px
}

.gnb4 .subMenuArea .quickBoard .section.fr div.cont strong span {
    display: block;
    font-size: 14px
}

.gnb4 .subMenuArea .quickBoard .section.fr div.cont ul {
    padding-top: 10px
}

.gnb4 .subMenuArea .quickBoard .section.fr div.cont ul li {
    padding-left: 7px;
    background: url("../images/common/blt3.gif") no-repeat 0 7px;
    line-height: 20px;
    font-size: 13px
}

.gnb4 .subMenuArea .quickBoard .section.event a.cont {
    padding-left: 210px
}

.gnb5 .subMenuArea>div.body {
    min-height: 0px;
    padding-bottom: 50px
}

.gnb5 .subMenuArea>div.body .contArea {
    position: static
}

.gnb5 .subMenuArea .quickBoard {
    padding-top: 80px;
    clear: both;
    *zoom: 1
}

.gnb5 .subMenuArea .quickBoard:after {
    content: "";
    display: block;
    clear: both
}

.gnb5 .subMenuArea .quickBoard .section {
    float: left;
    width: 334px;
    margin-right: 50px;
    border-top: 1px solid #dcdcdc
}

.gnb5 .subMenuArea .quickBoard .section.ads {
    width: 165px
}

.gnb5 .subMenuArea .quickBoard .section.event {
    float: rght;
    width: 315px;
    margin-right: 0px
}

.gnb5 .subMenuArea .quickBoard .section strong.tit {
    display: inline-block;
    margin-top: -1px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    border-top: 2px solid #000
}

.gnb5 .subMenuArea .quickBoard .section .cont {
    display: block;
    position: relative;
    padding-top: 15px
}

.gnb5 .subMenuArea .quickBoard .section .cont div.thum {
    position: absolute;
    left: 0px;
    top: 15px
}

.gnb5 .subMenuArea .quickBoard .section.pressRelease a.cont {
    padding-left: 170px
}

.gnb5 .subMenuArea .quickBoard .section.pressRelease a.cont div.thum {
    background: #fefefe;
    width: 151px;
    height: 98px
}

.gnb5 .subMenuArea .quickBoard .section.pressRelease a.cont div.thum img {
    width: 151px;
    height: 98px
}

.gnb5 .subMenuArea .quickBoard .section.pressRelease a.cont strong {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 18px
}

.gnb5 .subMenuArea .quickBoard .section.pressRelease a.cont p {
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px
}

.gnb5 .subMenuArea .quickBoard .section.ads a.cont {
    color: #000
}

.gnb5 .subMenuArea .quickBoard .section.ads a.cont div.thum {
    position: static;
    width: 100%;
    height: 80px;
    background: #000;
    text-align: center
}

.gnb5 .subMenuArea .quickBoard .section.ads a.cont div.thum img {
    height: 80px
}

.gnb5 .subMenuArea .quickBoard .section.ads a.cont strong {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 2px 5px 0;
    text-align: center
}

.gnb5 .subMenuArea .quickBoard .section.event a.cont {
    padding-left: 170px
}

.gnb5 .subMenuArea .quickBoard .section.event a.cont div.thum {
    background: #fefefe;
    width: 151px;
    height: 98px
}

.gnb5 .subMenuArea .quickBoard .section.event a.cont strong {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 18px
}

.gnb5 .subMenuArea .quickBoard .section.event a.cont dl {
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px
}

.gnb5 .subMenuArea .quickBoard .section.event a.cont dl dt {
    padding-top: 5px;
    font-size: 13px;
    color: #1765d5
}

.gnb5 .subMenuArea .quickBoard .section.event a.cont dl dd {
    padding-bottom: 3px;
    color: #666;
    font-size: 12px;
    line-height: 16px
}

.gnb6 .subMenuArea>div.body {
    padding-bottom: 70px
}

.gnb6 .subMenuArea .menuList li.sort1 {
    height: 225px
}

.gnb6 .subMenuArea .menuList li.sort2 {
    position: absolute;
    left: 0px;
    top: 45px
}

.gnb6 .subMenuArea .menuList li.sort3 {
    position: absolute;
    left: 0px;
    top: 90px
}

.gnb6 .subMenuArea .menuList li.sort4 {
    position: absolute;
    left: 0px;
    top: 135px
}

.gnb6 .subMenuArea .menuList li.sort5 {
    position: absolute;
    left: 0px;
    top: 180px
}

.gnb6 .subMenuArea .menuList li.sort6 {
    position: absolute;
    left: 0px;
    top: 225px
}

.locationArea {
    z-index: 1
}

#location {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    position: relative
}

#location:after {
    content: "";
    clear: both;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden
}

#location>li+li::before {
    color: #d7d7d7;
    content: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='5px' height='8px' viewBox='0 0 6 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon-arrow-next-gray-5' fill='%23939393' fill-rule='nonzero'%3E%3Cpolygon id='Path' points='0 0.577 4.757 4.999 0 9.423 0.62 10 6 4.999 0.62 0'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"));
    padding: 0 .3rem 0 .75rem
}

#location li a {
    color: #000
}

#location li.home {
    width: 16px;
    height: 16px;
    padding: 0;
    background: url("../images/icon-breadcrumb-home.svg") center
}

#location li.home a:first-child {
    display: block;
    width: 15px;
    height: 15px
}

#location li p {
    display: inline-block;
    height: 20px;
    font-size: 13px;
    line-height: 15px;
    color: #a9a9a9
}

#location li p:hover~.dep2 {
    opacity: 1
}

#location li p a {
    display: inline-block;
    padding-right: 25px;
    background: url(../images/icon-breadcrumb-dropdown.svg) no-repeat 100% 0;
    height: 16px
}

#location li div {
    opacity: 0;
    border: 1px solid #c70752;
    position: absolute;
    height: auto;
    padding-top: 21px;
    margin-top: 10px;
    width: 152px;
    background-color: #fff
}

#location li div::before {
    content: "";
    border-color: #c70752 transparent;
    border-style: solid;
    border-width: 0 6px 8px 6.5px;
    display: block;
    left: 20%;
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #c70752
}

#location li div::after {
    border-style: solid;
    content: "";
    border-width: 0 6px 8px 6.5px;
    display: block;
    left: 20%;
    position: absolute;
    top: -7px;
    width: 0;
    z-index: 1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff
}

#location li div.on {
    opacity: 1
}

#location li p.fb a {
    color: #000;
    font-weight: bold
}

#location li ul {
    padding-bottom: 25px;
    background: url("../images/common/bg_location_bot.png") no-repeat 0 100%
}

#location li ul li {
    width: 112px;
    padding: 0 20px;
    margin: 0;
    color: #000;
    line-height: 24px;
    vertical-align: top
}

#location li ul li.on,
#location li ul li.over,
#location li ul li.on a,
#location li ul li.over a {
    color: #c70752
}

#location li ul li a {
    display: block;
    font-size: 13px;
    line-height: 24px
}

#location .lh {
    line-height: 16px
}

#container {
    *zoom: 1;
    flex-grow: 1;
    height: auto;
    width: 100%;
    margin-top: 102px
}

#container:after {
    content: "";
    display: block;
    clear: both
}

#contArea {
    float: left;
    width: 900px
}

#contArea h2 {
    padding: 12px 0 15px;
    font-weight: bold;
    font-size: 22px;
    color: #454545;
    background: url("../images/common/bg_tit.gif") no-repeat left top
}

#sidebar {
    float: right;
    width: 205px
}

#sidebar .article {
    margin-bottom: 60px
}

#sidebar .article p.tit {
    height: 32px;
    line-height: 32px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    text-align: center
}

#sidebar .article p.tit strong {
    color: #252525
}

#sidebar .article p.text {
    min-height: 67px;
    padding: 15px 0 10px 74px;
    font-size: 12px;
    line-height: 18px
}

#sidebar .article p.banner {
    padding: 15px 0 0;
    text-align: center
}

#sidebar .article p.btn {
    padding-top: 15px;
    text-align: center
}

.newProArea {
    position: relative;
    margin: 15px 0;
    overflow: hidden
}

.newProArea .slideCont {
    width: 190px;
    height: 245px;
    margin: 0 auto;
    text-align: center
}

.newProArea .slideCont p.txt {
    padding-top: 15px;
    font-size: 13px;
    color: #555;
    line-height: 18px
}

.newProArea li {
    width: 190px;
    z-index: 5 !important
}

.newProArea li img {
    width: 190px;
    height: 190px
}

.newProArea .prev {
    position: absolute;
    left: 0;
    top: 77px;
    z-index: 5;
    width: 19px;
    height: 53px;
    background: url("../images/btn/btn_prev2.png") no-repeat left top;
    overflow: hidden
}

.newProArea .next {
    position: absolute;
    right: 0;
    top: 77px;
    z-index: 5;
    width: 19px;
    height: 53px;
    background: url("../images/btn/btn_next2.png") no-repeat left top;
    overflow: hidden
}

.sidebarStory ul li {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 13px;
    line-height: 20px;
    background: url("../images/common/blt4.gif") no-repeat 10px 50%
}

.sidebarStory ul li a {
    font-size: 12px;
    color: #454545
}

.sidebarStory ul li span.date {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 11px;
    color: #757575
}

.sidebarRight1 p.text {
    background: url("../images/common/ico_sidebar1.gif") no-repeat 0 15px
}

.sidebarRight1 a.detailBtn {
    display: inline-block;
    font-size: 11px;
    color: #c70752
}

.sidebarRight1 a.detailBtn:hover {
    border-bottom: 1px solid #c70752
}

.sidebarRight2 p.text {
    background: url("../images/common/ico_sidebar2.gif") no-repeat 0 15px
}

.sidebarRight2 a.detailBtn {
    display: inline-block;
    font-size: 11px;
    color: #c70752
}

.sidebarRight2 a.detailBtn:hover {
    border-bottom: 1px solid #c70752
}

.sidebarManage1 .cont {
    width: 192px;
    margin: 0 auto;
    padding: 15px 0 10px
}

.sidebarManage1 .cont a {
    display: block
}

.sidebarManage1 .cont p.thumb {
    width: 192px;
    height: 121px
}

.sidebarManage1 .cont p.thumb img {
    width: 100%;
    height: 100%
}

.sidebarManage1 .cont strong {
    display: inline-block;
    color: #252525;
    line-height: 28px
}

.sidebarManage1 .cont span {
    display: inline-block;
    font-size: 12px;
    color: #757575;
    line-height: 18px
}

.sidebarManage1 .cont span.detailBtn {
    display: inline;
    padding-top: 10px;
    font-size: 11px;
    color: #c70752
}

.sidebarManage1 .cont span.detailBtn:hover {
    text-decoration: underline
}

.sidebarManage2 p.text {
    background: url("../images/common/ico_sidebar3.gif") no-repeat 0 15px
}

.sidebarManage2 a.detailBtn {
    display: inline;
    font-size: 11px;
    color: #c70752
}

.sidebarManage2 a.detailBtn:hover {
    text-decoration: underline
}

.sidebarIr p.text {
    background: url("../images/common/ico_sidebar4.gif") no-repeat 0 15px
}

.sidebarIr a.detailBtn {
    display: inline;
    font-size: 11px;
    color: #c70752
}

.sidebarIr a.detailBtn:hover {
    text-decoration: underline
}

.sidebarRecruit p.text {
    background: url("../images/common/ico_sidebar5.gif") no-repeat 0 15px
}

.sidebarRecruit a.detailBtn {
    display: inline;
    font-size: 11px;
    color: #c70752
}

.sidebarRecruit a.detailBtn:hover {
    text-decoration: underline
}

.sidebarIconnect p.text {
    background: url("../images/common/ico_sidebar6.gif") no-repeat 0 15px
}

.sidebarIconnect ul {
    border-top: 1px solid #f4f4f4
}

.sidebarIconnect ul li {
    padding: 0 0 0 20px;
    font-size: 13px;
    line-height: 27px;
    border-bottom: 1px solid #f4f4f4;
    background: url("../images/common/blt5.gif") no-repeat 10px 50%
}

#footer {
    width: 100%;
    background: #333
}

#footer .footCont {
    position: relative;
    width: 1160px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden
}

#footer .footCont .wa {
    position: absolute;
    top: 139px;
    right: 0
}

#footer .logo {
    float: left;
    width: 180px;
    padding: 64px 0 0 0
}

#footer .content {
    float: left;
    width: 700px;
    padding-top: 30px
}

#footer .content * {
    color: #afafaf;
    font-size: 12px;
    line-height: 13px
}

#footer .nav {
    height: 30px
}

#footer .nav li {
    float: left;
    padding-right: 8px;
    margin-right: 6px;
    background: url("../images/common/division1.gif") no-repeat 100% 6px
}

#footer .nav li * {
    font-size: 16px;
    color: #e5e5e5;
    line-height: 20px
}

#footer .nav li.color a {
    font-size: 16px;
    font-weight: bold;
    color: #e5e5e5;
    line-height: 20px;
    font-family: nGothicB
}

#footer .nav li.cps {
    margin-left: 237px;
    background: none
}

#footer .company {
    height: 85px;
    overflow: hidden
}

#footer .company address {
    height: 22px;
    font-style: normal
}

#footer .company dl {
    height: 22px;
    *zoom: 1
}

#footer .company dl:after {
    content: "";
    display: block;
    clear: both
}

#footer .company dt {
    float: left
}

#footer .company dd {
    float: left;
    padding-right: 10px;
    margin-right: 8px;
    background: url("../images/common/division1.gif") no-repeat 100% 3px
}

#footer .company dd.bgn {
    padding-right: 0;
    margin-right: 0
}

#footer .content p {
    height: 20px;
    overflow: hidden
}

#footer .copy {
    font-size: 12px;
    line-height: 13px
}

#footer .goTop {
    position: absolute;
    right: 0;
    top: 32px
}

#footer .goTop strong {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px !important;
    line-height: normal;
    color: #dcdcdc;
    background: url("../images/common/ico_arrow8.gif") no-repeat 0 50%
}

#footer .customercenter {
    padding-left: 15px;
    padding-top: 30px
}

#footer .customercenter:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 300px;
    width: 1px;
    height: 150px;
    background: #6a6a6a
}

#footer .customercenter p {
    font-size: 16px;
    color: #e5e5e5
}

#footer .customercenter strong {
    display: block;
    font-size: 23px;
    font-weight: 600;
    color: #e5e5e5;
    padding: 10px 0
}

#footer .customercenter span {
    font-size: 13px;
    color: #e5e5e5;
    line-height: 22px
}

#footer .customercenter span>span {
    display: inline-block;
    width: 6%
}

.footHead {
    background: #b2b2b2;
    border-bottom: 1px solid #4b4b4b
}

.footHead .bgWrap {
    position: relative;
    margin: 0 auto
}

.footHead .bgWrap .tabs {
    display: flex;
    align-items: center;
    max-width: 1160px;
    margin: auto;
    height: 37px
}

.footHead .bgWrap .tabs h2 span {
    display: inline-block;
    padding: 0 55px;
    font-size: 16px;
    line-height: 37px
}

.footHead .bgWrap .tabs h2 a {
    color: #000 !important;
    height: 37px;
    display: block
}

.footHead .bgWrap .tabs h2.on {
    background: #333
}

.footHead .bgWrap .tabs h2.on a {
    color: #afafaf !important
}

.footHead .bgWrap .tabs h2.on span {
    display: inline-block;
    margin-right: 25px;
    padding-right: 30px;
    background: url("../images/common/ico_arrow7.gif") no-repeat 100% 50%
}

.footHead .bgWrap .tabgroup {
    background: #333
}

.footHead .bgWrap .tabgroup .footTabSection {
    display: none;
    width: 100%;
    padding: 40px 0 60px;
    *zoom: 1;
    max-width: 1160px;
    margin: auto
}

.footTabSection:after {
    content: "";
    display: block;
    clear: both
}

.footTabSection .acticle {
    position: relative
}

.footTabSection .acticle strong.tit {
    display: block;
    height: 60px;
    font-size: 30px;
    color: #fff;
    line-height: 32px
}

.footTabSection .acticle a {
    color: #e5e5e5
}

.footTabSection .footListTypeA ul {
    position: absolute;
    width: 50%;
    top: 60px
}

.footTabSection .footListTypeA ul li {
    font-size: 15px;
    line-height: 25px
}

.footTabSection .footListTypeB>ul {
    position: relative
}

.footTabSection .footListTypeB>ul>li {
    position: absolute;
    width: 50%;
    top: 0px;
    padding-bottom: 10px
}

.footTabSection .footListTypeB>ul>li strong {
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #fff
}

.footTabSection .footListTypeB>ul>li strong a {
    color: #fff
}

.footTabSection .footListTypeB>ul>li ul {
    padding-top: 5px
}

.footTabSection .footListTypeB>ul>li ul li {
    font-size: 13px;
    line-height: 22px
}

.footTabSection .footListTypeB>ul>li.last {
    left: 191px !important;
    top: 394px !important
}

#brandAll .acticle {
    float: left;
    width: 33%
}

#sitemap>ul {
    position: relative;
    *zoom: 1
}

#sitemap>ul:after {
    content: "";
    display: block;
    clear: both
}

#sitemap>ul>li {
    float: left;
    width: 12%
}

#sitemap>ul>li.wide {
    width: 13%
}

#sitemap>ul>li>a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-family: nGothic, "ï¿½ï¿½ï¿½ï¿½"
}

#sitemap>ul>li>ul {
    padding-top: 10px
}

#sitemap>ul>li>ul>li {
    padding: 2px 0
}

#sitemap>ul>li>ul>li>a {
    font-size: 13px;
    color: #e5e5e5;
    line-height: 22px
}

#sitemap>ul>li>ul>li>ul {
    margin-left: -4px;
    padding-bottom: 10px
}

#sitemap>ul>li>ul>li>ul>li {
    padding-left: 9px;
    background: url("../images/common/blt9.gif") no-repeat 0 11px;
    line-height: 20px
}

#sitemap>ul>li>ul>li>ul>li>a {
    font-size: 12px;
    color: #afafaf
}

#sitemap>ul>li.sm_healthy {
    position: absolute;
    left: 0px;
    top: 60px
}

#sitemap>ul>li.sm_refreshing {
    position: absolute;
    left: 0px;
    top: 120px
}

#sitemap>ul>li.sm_review {
    position: absolute;
    left: 0px;
    top: 180px
}

#sitemap>ul>li.sm_i-connect {
    padding-top: 40px
}

#famliySite>ul {
    position: relative;
    *zoom: 1
}

#famliySite>ul:after {
    content: "";
    display: block;
    clear: both
}

#famliySite>ul>li {
    display: inline;
    float: left;
    width: 200px;
    vertical-align: top
}

#famliySite>ul>li>strong {
    display: block;
    min-height: 56px;
    font-size: 24px;
    color: #fff;
    line-height: 26px
}

#famliySite>ul>li>ul>li>a {
    font-size: 15px;
    color: #fff;
    line-height: 28px
}

#famliySite>ul>li.wide {
    width: 360px
}

#famliySite>ul>li.wide>ul {
    float: left;
    width: 180px
}

#famliySite>ul>li.sm_site {
    position: absolute;
    left: 0;
    top: 178px
}

.fontSize {
    position: absolute;
    right: 0;
    top: 9px
}

.fontSize span {
    display: inline-block;
    text-indent: -10000em
}

.fontSize button {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    padding: 0;
    border: none;
    background: url("../images/common/ico_size.gif") no-repeat left top;
    vertical-align: middle;
    cursor: pointer
}

.fontSize button.size_reduce {
    background-position: -25px 0
}

.subIndex .locationArea,
.bodyDetail .locationArea {
    display: none
}

.proBodyDetail .locationArea {
    display: block
}

.proBodyDetail .proDetailWrap {
    padding-top: 87px
}

.main {
    background-color: #fafafa
}

#content {
    min-height: 100%;
    padding-bottom: 100px;
    width: 100%;
    height: auto;
    margin: auto;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    #content {
        padding-bottom: 30px
    }
}

#cusSidebar {
    border: 1px solid #e8e8e8;
    padding-top: 35px;
    width: 100%;
    flex: 0 0 240px;
    box-sizing: border-box
}

#cusSidebar .dep1>li>a {
    color: #2d2d2d;
    font-size: 16px;
    letter-spacing: -0.16px;
    padding: 17px 0 15px 35px;
    display: inline-block;
    font-weight: bolder;
    position: relative
}

#cusSidebar .dep1>li>a.active {
    color: #c70752
}

#cusSidebar .dep1>li>a.active::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #c70752;
    border-radius: 50%;
    display: inline-block;
    right: -8px;
    top: 12px
}

#cusSidebar .dep1>li .dropdown-menu {
    display: none
}

#cusSidebar .dep1>li .dropdown-menu li a {
    font-size: 14px;
    letter-spacing: -0.14px;
    padding: 13px 0 11px 35px;
    display: block;
    font-weight: bold
}

#cusSidebar+.contArea {
    margin-left: -1px
}

@media screen and (max-width: 767px) {
    #cusSidebar {
        display: none
    }
}

@CHARSET "euc-kr";

@font-face {
    font-family: LGSmHaR;
    src: url("LGSmHanR.eot");
    src: local("¡Ø"), url("/font/LGSmHanR.woff") format("woff"), url("/font/LGSmHaR.ttf") format("truetype");
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00-D7A3
}

@font-face {
    font-family: LGSmHaR;
    font-weight: bold;
    font-weight: 600;
    src: url("LGSmHanB.eot");
    src: local("¡Ø"), url("/font/LGSmHanB.woff") format("woff"), url("/font/LGSmHaB.ttf") format("truetype");
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00-D7A3
}

@font-face {
    font-family: LGSmHaR;
    font-weight: 500;
    src: url("LGSmHaSB.eot");
    src: local("¡Ø"), url("/font/LGSmHaSB.woff") format("woff"), url("/font/LGSmHaSB.ttf") format("truetype");
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00-D7A3
}

@font-face {
    font-family: nGothic;
    font-style: normal;
    font-weight: normal;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format("truetype")
}

@font-face {
    font-family: nGothicB;
    font-style: normal;
    font-weight: normal;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format("truetype")
}

td,
div,
p,
li,
dt,
dd,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5 {
    font-family: LGSmHaR, nGothic, "µ¸¿ò", dotum, gulim;
    font-size: 14px;
    font-weight: normal;
    color: #666
}

a:link {
    color: #666;
    text-decoration: none
}

a:visited {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #c70752;
    text-decoration: none
}

a:focus {
    color: #c70752;
    text-decoration: none
}

a:active {
    color: #666;
    text-decoration: none
}

select {
    height: 33px;
    line-height: 33px;
    border: 1px solid #dadada;
    vertical-align: middle
}

input.txt {
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
    background: #fff
}

input[type=text],
input[type=password],
input[type=file] {
    height: 33px;
    padding: 0 5px;
    line-height: 33px;
    border: 1px solid #dadada;
    background: #fff;
    vertical-align: middle
}

input.rdo,
input.chk,
input[type=radio],
input[type=checkbox] {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

textarea {
    border: 1px solid #dbdbdb;
    border-top-color: #999;
    border-left-color: #999;
    padding: 0;
    margin: 0;
    line-height: 20px;
    background: #fff
}

textarea,
.scr {
    scrollbar-face-color: #fff;
    scrollbar-highlight-color: #d0d0d0;
    scrollbar-3dlight-color: #fff;
    scrollbar-shadow-color: #d0d0d0;
    scrollbar-darkshadow-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #968a7c;
    overflow-x: hidden;
    overflow-y: auto
}

.ip {
    padding: 0 5px;
    border: 1px solid #dadada;
    background: #fff
}

span.ip {
    display: inline-block
}

.ip input[type=text],
.ip input[type=password],
.ip input[type=tel],
.ip input[type=number],
.ip textarea {
    width: 100%;
    padding: 0;
    border: none
}

a,
button,
input,
textarea {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.eui_defaultSelect {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    margin-right: 4px;
    z-index: 10;
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

.eui_defaultSelect .euiSelectMain {
    height: 33px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #dadada;
    cursor: pointer;
    line-height: normal;
    background: #fff url("/images/common/btn_arrow.gif") no-repeat right top
}

.eui_defaultSelect .euiSelectMain .euiSelectTitle {
    float: left;
    padding: 0 33px 0 5px;
    margin: 0;
    height: auto;
    display: inline;
    font-size: 13px;
    color: #c70752;
    line-height: 33px
}

.eui_defaultSelect .euiSelectList {
    display: none;
    position: absolute;
    width: 100%;
    padding: 4px 0;
    top: 33px;
    border: 1px solid #dadada;
    background: #fff;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto
}

.eui_defaultSelect .euiSelectList li {
    padding: 3px 0 3px 5px !important;
    cursor: pointer;
    clear: both;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #666
}

.eui_defaultSelect .euiSelectList li span {
    display: none
}

.eui_defaultSelect .euiSelectList li a {
    height: auto !important
}

strong,
em,
.fb {
    font-style: normal;
    font-weight: normal
}

.hideDesc {
    position: absolute;
    left: 0;
    top: -10000px;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1px !important;
    line-height: 1px !important;
    overflow: hidden
}

.fontTypeW {
    color: #fff !important
}

.fontType1 {
    color: #d6179b !important
}

.fontType2 {
    color: #d41818 !important
}

.fontType3 {
    color: #1765d5 !important
}

.fontType4 {
    color: #c70752 !important
}

.fontType5 {
    color: #252525 !important
}

.fontType6 {
    color: #333 !important
}

.fontType7 {
    color: #000 !important
}

.fontType8 {
    color: #7f2347 !important
}

.fontType9 {
    color: #757575 !important
}

.fontType10 {
    color: #aaa !important
}

.fontType11 {
    color: #bf0051 !important
}

.bgFontType {
    padding: 0 2px;
    color: #fff !important;
    background: #c70752 !important
}

.bgFontType1 {
    padding: 0 2px;
    color: #fff !important;
    background: #d6179b !important
}

.bgFontType2 {
    padding: 0 2px;
    color: #fff !important;
    background: #d41818 !important
}

.bgFontType3 {
    padding: 0 2px;
    color: #fff !important;
    background: #1765d5 !important
}

.pt0 {
    padding-top: 0 !important
}

.pdt05 {
    padding-top: 0 !important
}

.pdt20 {
    padding-top: 20px
}

.pdt70 {
    padding-top: 70px
}

.pdt100 {
    padding-top: 100px
}

.pdr15 {
    padding-right: 15px
}

.pdr25 {
    padding-right: 25px
}

.pdr35 {
    padding-right: 35px
}

.pdr40 {
    padding-right: 40px
}

.pdb05 {
    padding-bottom: 5px
}

.pdb50 {
    padding-bottom: 50px
}

.pdb65 {
    padding-bottom: 65px
}

.pl40 {
    padding-left: 40px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt80 {
    padding-top: 80px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt50 {
    margin-top: 50px !important
}

.mr45 {
    margin-right: 45px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.btnArea {
    padding-top: 40px;
    text-align: center;
    *zoom: 1
}

.hbtnType {
    height: 48px !important;
    padding: 0 50px !important;
    line-height: 48px !important
}

.btnType1 {
    display: inline-block;
    height: 21px;
    padding: 0 15px;
    font-size: 11px;
    color: #454545 !important;
    line-height: 21px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    text-align: center
}

.btnType1 span {
    display: block;
    padding: 0 20px 0 4px;
    background: url("/images/common/ico_arrow4.gif") no-repeat 100% 50%
}

.btnType1:hover,
.btnType1:focus,
.btnType1:active {
    color: #fff !important;
    background: #c70752
}

.btnType1:hover span,
.btnType1:focus span,
.btnType1:active span {
    background-image: url("/images/common/ico_arrow4_on.gif")
}

.btnType2 {
    display: inline-block;
    height: 21px;
    padding: 0 10px;
    font-size: 13px;
    color: #c70752 !important;
    line-height: 21px;
    border: 1px solid #ca165c;
    background: #fff !important;
    text-align: center
}

.btnType2:hover {
    color: #c70752
}

.btnType3 {
    display: inline-block;
    height: 48px;
    padding: 0 18px;
    font-size: 16px;
    color: #333 !important;
    line-height: 48px;
    background: #dcdcdc;
    border: 1px solid silver
}

.btnType3:hover {
    color: #333
}

.btnType3.inputSize {
    height: 33px;
    line-height: 33px;
    padding: 0 20px;
    font-size: 14px
}

.btnType4 {
    display: block;
    min-width: 160px;
    width: 40%;
    height: 50px;
    margin: 10px auto;
    background: #c70752;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box
}

.btnType4:hover {
    color: #fff
}

.btnType4.bigSize {
    height: 48px;
    line-height: 48px;
    padding: 0 40px
}

.btnType5 {
    display: inline-block;
    height: 32px;
    min-width: 62px;
    padding: 0 6px;
    text-align: center;
    line-height: 32px;
    background: #535353;
    color: #fff !important;
    box-sizing: border-box
}

.btnType5:hover {
    color: #fff
}

.downBtn {
    display: inline-block;
    height: 15px;
    padding: 0 15px 0 0;
    font-size: 11px;
    color: #454545 !important;
    line-height: 15px;
    background: url("/images/common/ico_down.gif") no-repeat 100% 1px
}

.downBtn2 {
    display: inline-block;
    height: 21px;
    overflow: hidden
}

.downBtn2:hover img,
.downBtn2:focus img,
.downBtn2:active img {
    margin-top: -21px
}

.moreBtn {
    display: inline-block;
    height: 22px;
    overflow: hidden
}

.moreBtn:hover img,
.moreBtn:focus img,
.moreBtn:active img {
    margin-top: -22px
}

.resultBtn {
    display: inline-block;
    height: 28px;
    padding: 0 15px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    background: #ebebeb
}

.resultBtn span {
    display: block;
    padding: 0 20px 0 5px;
    font-size: 13px;
    color: #454545;
    background: url("/images/common/ico_arrow5.gif") no-repeat 100% 50%
}

.btnImgType {
    display: inline-block;
    height: 21px;
    overflow: hidden
}

.btnImgType:hover img,
.btnImgType:focus img,
.btnImgType:active img {
    margin-top: -21px
}

.tabTypeA {
    padding-bottom: 60px;
    *zoom: 1
}

.tabTypeA:after {
    content: "";
    display: block;
    clear: both
}

.tabTypeA li {
    position: relative;
    float: left;
    height: 44px
}

.tabTypeA li a {
    display: block;
    height: 28px;
    padding-top: 10px;
    margin: 0 4px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    line-height: 17px;
    color: #454545
}

.tabTypeA li strong {
    font-family: nGothic, "µ¸¿ò";
    font-weight: normal;
    font-size: 13px;
    color: #454545
}

.tabTypeA li.first a {
    margin-left: 0;
    border-left: 1px solid #dcdcdc
}

.tabTypeA li.last a {
    margin-right: 0;
    border-right: 1px solid #dcdcdc
}

.tabTypeA li.committee a {
    margin-right: 0;
    border-right: 1px solid #dcdcdc
}

.tabTypeA li.on a {
    height: 27px;
    border-bottom: 3px solid #c90652;
    color: #c70752
}

.tabTypeA li.on span {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3px;
    height: 3px;
    background: url("/images/common/ico_tab_on.gif") no-repeat 0 0
}

.tabTypeA li ul {
    margin: 3px 4px 0;
    padding: 10px 0;
    *zoom: 1
}

.tabTypeA li ul:after {
    content: "";
    display: block;
    clear: both
}

.tabTypeA li ul li {
    width: 49.5% !important;
    height: auto !important
}

.tabTypeA li ul li a {
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
    color: #757575 !important;
    line-height: 13px !important;
    border: none !important
}

.tabTypeA li ul li.on a {
    height: auto !important;
    color: #252525 !important
}

.tabTypeB:after {
    content: "";
    display: block;
    clear: both
}

.tabTypeB li {
    position: relative;
    float: left
}

.tabTypeB li a {
    display: block;
    height: 100%;
    padding: 10px;
    text-align: center;
    color: #252f2c;
    font-size: 15px;
    border: 1px solid #dcdcdc
}

.tabTypeB li.on a {
    border: 1px solid #c70752;
    color: #c70752
}

.tabNum2 li {
    width: 50%
}

.tabNum3 li {
    width: 33.3%
}

.tabNum4 li {
    width: 25%
}

.tabNum5 li {
    width: 20%
}

.tabNum6 li {
    width: 16.6%;
    vertical-align: top
}

.tabNum6 li.last {
    width: 16.8%
}

.tabNum7 li {
    width: 14.2%
}

.tabNum7 li.last {
    width: 14.6%
}

.tabNum8 li {
    width: 13%
}

.tabNum8 li.last {
    width: 9%
}

.tabNum9 li {
    width: 11.1%
}

.tabNum9 li.last {
    width: 11.2%
}

.tabNum8.H095 li.first {
    width: 12%
}

.tabNum8.H095 li.last {
    width: 10%
}

.tabNum8.H095 li a {
    padding: 10px 0px 0;
    margin-left: -2px
}

.tabNum9 li a {
    padding: 10px 11px 0 10px
}

.tabNum9.H095 li a {
    padding: 10px 10px 0
}

.tabNum9.H121 li a {
    padding: 10px 19px 0
}

.tabNum10 li a {
    padding: 10px 3px 0 4px
}

.paging {
    padding-top: 50px;
    text-align: center
}

.paging li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 4px
}

.paging li span,
.paging li strong {
    display: inline-block;
    height: 23px;
    padding: 0 8px;
    line-height: 22px
}

.paging li span {
    color: #000;
    border: 1px solid #dedede;
    background: #fff
}

.paging li span.on,
.paging li strong,
.paging li a:hover span,
.paging li a:focus span {
    color: #fff;
    border: 1px solid #c70752;
    background: #c70752
}

.paging li.btn {
    vertical-align: top
}

.paging li.btn span,
.paging li.btn a span {
    color: #000;
    border: 1px solid #dedede;
    background: #e9e9e9
}

.list {
    width: 100%;
    border-top: 1px solid #c70752;
    border-bottom: 1px solid #bcbcbc;
    table-layout: fixed
}

.list thead th {
    padding: 13px 0;
    border-bottom: 1px solid silver;
    border-right: 1px solid #dcdcdc;
    font-size: 15px;
    line-height: 18px;
    color: #333;
    font-family: nGothic, "µ¸¿ò", dotum, gulim;
    font-weight: normal
}

.list thead th .fs {
    font-size: 12px;
    font-weight: normal;
    font-family: nGothic, "µ¸¿ò"
}

.list thead th.al {
    padding-left: 15px
}

.list tbody th {
    padding: 11px 0 11px 0;
    font-size: 13px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    font-weight: normal
}

.list tbody th.left {
    text-align: left
}

.list tbody th.black {
    color: #000;
    font-size: 15px;
    padding: 20px 0;
    font-weight: bold;
    border-bottom: 0
}

.list tbody td {
    padding: 11px 0;
    font-size: 13px;
    line-height: 20px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #dcdcdc;
    text-align: center
}

.list tbody td.tit,
.list tbody th.al,
.list tbody td.al {
    padding-left: 15px;
    text-align: left
}

.list tbody td.ar {
    padding-right: 15px
}

.list tbody tr.bg th,
.list tbody tr.bg td,
.list tbody tr td.bg {
    background: #fdf7fa
}

.list tbody .bg2 {
    background: #fafafa
}

.list tbody .total th,
.list tbody .total td {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    color: #333;
    background: #fdf7fa
}

.list tr:first-child td {
    border-top: none
}

.list tr.none td {
    border-right: none;
    text-align: center
}

.list2 {
    width: 100%;
    table-layout: fixed
}

.list2 thead th {
    padding: 14px 0 12px 25px;
    color: #000;
    font-weight: 500;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f9f9f9;
    text-align: left
}

.list2 tbody td {
    padding: 14px 0 12px 25px;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #cfcfcf;
    text-align: left;
    vertical-align: top
}

.list2 tbody td p {
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 18px
}

.list2 tbody td p.last {
    padding-bottom: 0
}

.list3 {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    table-layout: fixed
}

.list3 thead th {
    padding: 18px 0 15px;
    color: #333;
    border-bottom: 1px solid gray;
    font-weight: normal;
    background: url("/images/common/division2.gif") no-repeat 0 50%
}

.list3 thead th:first-child {
    background: none
}

.list3 tbody th {
    padding: 15px 0;
    font-size: 13px;
    border-top: 1px solid #ebebeb
}

.list3 tbody td {
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #ebebeb
}

.list3 tbody tr:first-child th,
.list3 tbody tr:first-child td {
    border-top: none
}

.list3 tbody td.tit {
    padding-left: 25px;
    text-align: left
}

.list3 tbody td.tit a:link {
    color: #454545
}

.list3 td.none {
    text-align: center
}

.listTypeA {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.listTypeA li {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
    *zoom: 1
}

.listTypeA li:first-child {
    border-top: none
}

.listTypeA li:after {
    content: "";
    display: block;
    clear: both
}

.listTypeA li p.thumb {
    float: left;
    width: 255px;
    height: 159px;
    border: 1px solid #ebebeb
}

.listTypeA li p.thumb img {
    width: 100%;
    height: 100%
}

.listTypeA li h3 {
    padding: 0 0 0;
    font-size: 20px;
    color: #252525;
    line-height: 24px
}

.listTypeA li h3 span.bgFontType1,
.listTypeA li h3 span.bgFontType2,
.listTypeA li h3 span.bgFontType3 {
    display: inline-block;
    min-width: 95px;
    margin-right: 12px;
    padding: 0 5px;
    font-size: 13px !important;
    line-height: 20px !important;
    vertical-align: middle;
    text-align: center
}

.listTypeA li h3 .tit {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 525px;
    font-size: 18px;
    color: #252525;
    line-height: 1.4em;
    vertical-align: middle
}

.listTypeA li div.cont {
    float: right
}

.listTypeA li div.cont h3 {
    font-size: 22px;
    line-height: 26px
}

.listTypeA li p.text {
    padding: 10px 0 20px;
    line-height: 22px
}

.listTypeA li p.info strong {
    display: inline-block;
    font-weight: normal;
    font-family: nGothic, "µ¸¿ò", dotum, gulim;
    font-size: 13px;
    color: #333
}

.listTypeA li p.info strong.date {
    margin-left: 45px
}

.listTypeA li p.info span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #757575;
    background: url("/images/common/division2.gif") no-repeat 0 50%
}

.listTypeA li p.btn {
    position: absolute;
    right: 0;
    bottom: 20px
}

.listTypeA li.none {
    text-align: center
}

.listTypeA li div.cont-thumb {
    width: 595px;
    padding: 10px 0 0
}

.listTypeA li p.date {
    padding: 15px 0 0
}

.listTypeA li p.date strong {
    color: #454545
}

.listTypeA li p.date span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #757575;
    background: url("/images/common/division2.gif") no-repeat 0 50%
}

.listTypeA li p.date span.ing {
    width: 64px;
    height: 20px;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    background: #c70752;
    text-align: center
}

.listTypeA li p.date span.end {
    width: 64px;
    height: 20px;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    background: #ebebeb;
    text-align: center
}

.form {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    table-layout: fixed
}

.form th,
.form td {
    border-top: 1px solid #dcdcdc
}

.form tr:first-child th {
    width: 155px
}

.form tr:first-child th,
.form tr:first-child td {
    border-top: none
}

.form th {
    padding: 18px 0 17px 20px;
    color: #333;
    vertical-align: top;
    text-align: left;
    font-weight: normal
}

.form td {
    padding: 9px 0 8px 0
}

.form td input[type=text] {
    width: 643px;
    height: 33px;
    padding: 0 5px;
    line-height: 33px;
    border: 1px solid #dadada
}

.form td input[type=image] {
    vertical-align: top
}

.form td p.file {
    width: 655px
}

.form td input[type=file] {
    width: 100%;
    padding: 0
}

.form td textarea {
    width: 643px;
    height: 235px;
    padding: 5px;
    line-height: 33px;
    border: 1px solid #dadada
}

.form td select {
    width: 185px
}

.form td.blank {
    padding: 0 !important;
    border: none !important
}

.form td label {
    display: inline-block;
    margin: 0 20px 0 5px
}

.form td ul {
    *zoom: 1
}

.form td ul:after {
    content: "";
    display: block;
    clear: both
}

.form td ul li {
    float: left;
    width: 49.9%;
    font-size: 13px;
    color: #454545;
    line-height: 35px
}

.form td ul li label {
    margin: 0 0 0 5px
}

.form td ul.clear li {
    width: 100%
}

.form td ul.clear li span {
    display: inline-block;
    width: 155px
}

.form td ul.clear li input[type=text] {
    height: 23px;
    line-height: 23px
}

.form td p.unit {
    padding: 0 21px 10px 0
}

.checkTypeA {
    margin: 20px 0
}

.checkTypeA input {
    display: none
}

.checkTypeA label {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px
}

.checkTypeA label:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    border: 1px solid #bfbfbf;
    vertical-align: middle
}

.checkTypeA input:checked+label:before {
    background: url("/images/common/checkTypeA.jpg") no-repeat center/auto;
    border: 1px solid #bf0051
}

.thumbListTypeA li {
    position: relative;
    min-height: 155px;
    padding: 50px 0 50px 320px;
    border-top: 1px solid #ececec
}

.thumbListTypeA li:first-child {
    border-top: none
}

.thumbListTypeA li h2 {
    margin-top: 10px;
    font-size: 20px
}

.thumbListTypeA li h2 .btn {
    display: inline-block;
    margin: -8px 0 0 10px;
    vertical-align: middle
}

.thumbListTypeA li h2 .btn .btnType4 {
    height: 21px;
    padding: 0 15px;
    font-size: 11px;
    line-height: 21px
}

.thumbListTypeA li p.text {
    line-height: 22px
}

.thumbListTypeA li p.thumb {
    position: absolute;
    left: 0;
    top: 50px
}

.thumblistTypeB {
    *zoom: 1
}

.thumblistTypeB:after {
    content: "";
    display: block;
    clear: both
}

.thumblistTypeB li {
    float: left;
    width: 50%;
    margin-bottom: -1px
}

.thumblistTypeB li.first div.cont {
    margin-left: 0
}

.thumblistTypeB li.last div.cont {
    margin-right: 0
}

.thumblistTypeB li div.cont {
    position: relative;
    min-height: 111px;
    margin: 0 15px;
    padding: 30px 0 30px 102px;
    border: 1px solid #dcdcdc;
    border-left: 0;
    border-right: 0
}

.thumblistTypeB li h3 {
    padding: 5px 0 15px;
    font-size: 16px;
    color: #333
}

.thumblistTypeB li p.ico {
    position: absolute;
    left: 0;
    top: 30px
}

.thumblistTypeB li p.text {
    font-size: 13px;
    line-height: 20px
}

#contArea .viewArea h2 {
    display: block;
    width: 100%;
    min-height: 42px;
    padding: 0 270px 10px 0;
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    color: #252525;
    background: none
}

.winnerList #contArea .viewArea h2 {
    width: 900px;
    word-wrap: break-word;
    padding: 0 0 10px 0
}

#contArea .viewArea h2 span {
    display: inline-block;
    min-width: 95px;
    margin-right: 12px;
    padding: 0 5px;
    font-size: 13px !important;
    line-height: 20px !important;
    vertical-align: middle;
    text-align: center
}

.viewArea {
    position: relative
}

.viewHead {
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ebebeb;
    *zoom: 1
}

.viewHead:after {
    content: "";
    display: block;
    clear: both
}

.viewHead p.fl {
    font-size: 13px;
    line-height: 35px
}

.viewHead p.fr {
    line-height: 35px
}

.viewHead p strong,
.viewHead2 p strong {
    display: inline-block;
    font-weight: normal;
    font-family: nGothic, "µ¸¿ò", dotum, gulim;
    font-size: 13px;
    color: #333
}

.viewHead p span.date {
    margin-right: 45px
}

.viewHead p span,
.viewHead2 p span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #757575;
    background: url("/images/common/division2.gif") no-repeat 0 50%
}

.viewHead-bn {
    height: auto !important;
    padding: 0 !important;
    line-height: 14px !important;
    border: none !important
}

.viewHead2 {
    border-top: 1px solid #000
}

.viewHead2 li {
    min-height: 35px;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #ebebeb;
    *zoom: 1
}

.viewHead2 li:after {
    content: "";
    display: block;
    clear: both
}

.viewHead2 li strong {
    display: inline-block;
    width: 128px;
    vertical-align: middle
}

.viewHead2 p span {
    vertical-align: middle
}

.viewHead2 li p.fr strong {
    width: auto !important
}

.viewCont {
    padding: 30px 10px;
    line-height: 22px;
    border-bottom: 3px solid #000
}

.viewCont img {
    max-width: 880px
}

.viewCont div.cont {
    padding: 30px 0 0
}

.movieViewContArea {
    padding: 30px 12px
}

.movieViewContArea.viewCont #videoContent {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 876px;
    height: 495px
}

.movieViewContArea.viewCont #videoContent object#imovie {
    position: absolute;
    left: -2px;
    top: 0px
}

.viewFoot {
    position: relative;
    margin-top: -1px;
    padding: 30px 30px 50px 155px;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #000
}

.viewFoot strong.tit {
    position: absolute;
    left: 0;
    top: 30px;
    display: inline-block;
    width: 100px;
    height: 20px;
    color: #454545;
    line-height: 20px;
    text-align: center
}

.viewFoot div.cont {
    color: #757575;
    line-height: 22px
}

.social {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.social a {
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden
}

.social a img {
    margin-top: 0
}

.social a:hover img {
    margin-top: -44px
}

.srchArea {
    position: relative;
    padding: 0 0 10px
}

.srchArea p.btn {
    position: absolute;
    right: 0;
    top: 0
}

.srchArea p.btn a.btnType4 {
    width: 192px;
    padding: 0 !important
}

.srchForm {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    width: 198px;
    vertical-align: middle
}

.srchForm p.ip {
    height: 33px;
    padding: 0 33px 0 10px;
    border: 1px solid #dadada
}

.srchForm input[type=text] {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: none
}

.srchForm input[type=image] {
    position: absolute;
    right: 1px;
    top: 1px
}

.slide {
    position: relative;
    overflow: hidden
}

.slideCont {
    overflow: hidden
}

.slideCont ul {
    position: relative;
    width: 20000px !important
}

.slide .prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 48;
    margin: -42px 0 0 7px;
    width: 39px;
    height: 85px;
    background: url("/images/btn/btn_prev.png") no-repeat left top;
    overflow: hidden;
    cursor: pointer
}

.slide .next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 49;
    margin: -42px 10px 0 0;
    width: 39px;
    height: 85px;
    background: url("/images/btn/btn_next.png") no-repeat left top;
    overflow: hidden;
    cursor: pointer
}

.prnt {
    padding-top: 90px;
    *zoom: 1
}

.prnt:after {
    content: "";
    display: block;
    clear: both
}

.prnt .prev {
    float: left;
    width: 430px;
    padding: 10px 0 15px;
    border-top: 3px solid #000;
    border-bottom: 1px solid #e2e2e2
}

.prnt .next {
    float: right;
    width: 430px;
    padding: 11px 0 14px;
    border-top: 3px solid #000;
    border-bottom: 1px solid #e2e2e2;
    text-align: right
}

.prnt .next .cont {
    text-align: left
}

.prnt p.tit {
    font-size: 16px;
    color: #252525;
    line-height: 18px
}

.prnt p.tit span {
    display: inline-block;
    width: 17px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #707070;
    border: 1px solid #dedede;
    background: #e9e9e9;
    text-align: center;
    vertical-align: top
}

.prnt .cont {
    position: relative;
    height: 80px;
    margin-top: 20px;
    padding-left: 145px;
    overflow: hidden
}

.prnt .cont p.thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 73px
}

.prnt .cont .text {
    font-size: 13px;
    line-height: 18px
}

.prnt .cont p.none {
    margin-left: -145px !important
}

.prnt .cont-text {
    height: 65px !important;
    padding: 0 !important
}

.prnt .cont-text dl dt {
    padding-bottom: 10px;
    font-family: nGothic, "µ¸¿ò", dotum, gulim;
    color: #454545
}

.prnt .cont-text dl dd {
    font-size: 13px;
    line-height: 18px
}

.faqTypeB {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.faqTypeB li {
    border-top: 1px solid #ebebeb
}

.faqTypeB li:first-child {
    border-top: none
}

.faqTypeB li a {
    display: block;
    margin: 0 12px;
    padding: 15px 0;
    background: url("/images/common/ico_arrow3.gif") no-repeat 100% 50%
}

.faqTypeB li.on a {
    background-image: url("/images/common/ico_arrow3_on.gif")
}

.faqTypeB li a strong {
    display: inline-block;
    width: 16px;
    height: 20px;
    font-size: 0 !important;
    line-height: 0 !important;
    padding-right: 30px;
    color: #454545;
    background: url("/images/common/ico_question.gif") no-repeat 0 0;
    vertical-align: top
}

.faqTypeB li div.answer {
    display: none;
    padding: 30px 12px;
    border-top: 1px solid #ebebeb;
    *zoom: 1
}

.faqTypeB li div.answer:after {
    content: "";
    display: block;
    clear: both
}

.faqTypeB li div.answer strong {
    display: inline-block;
    float: left;
    width: 16px;
    height: 20px;
    font-size: 0 !important;
    line-height: 0 !important;
    padding-right: 30px;
    color: #454545;
    background: url("/images/common/ico_answer.gif") no-repeat 0 0;
    vertical-align: top
}

.faqTypeB li div.answer .answerCont {
    float: right;
    width: 775px;
    font-size: 13px;
    line-height: 20px
}

.faqTypeB li.none {
    padding: 15px 0;
    text-align: center
}

.dateTypeA {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 48px;
    height: 43px;
    margin-right: 13px;
    padding: 5px 0 0;
    font-size: 24px;
    line-height: 24px !important;
    text-align: center;
    border: 1px solid #dcdcdc;
    vertical-align: middle
}

.dateTypeA span.day {
    display: block;
    font-size: 10px
}

.dateTypeB {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 55px;
    height: 50px;
    margin-right: 13px;
    padding: 5px 0 0;
    font-size: 27px;
    text-align: center;
    border: 1px solid #dcdcdc;
    vertical-align: middle
}

.dateTypeB span.day {
    display: block;
    min-width: 0 !important;
    font-size: 11px
}

ul.blt li,
p.blt {
    padding: 0 0 0 12px;
    background: url("/images/common/blt4.gif") no-repeat left 5px
}

ul.blt li ul li {
    padding: 0 !important;
    background: none !important
}

#commentArea {
    margin-top: 90px
}

.flashMovie {
    position: relative
}

.flashMovie .control .play,
.flashMovie .control .stop {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -44px 0 0 -44px
}

.flashMovie .control .on {
    display: block;
    z-index: 2
}

.flashMovie .control .hideBtn {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important
}

.tbType1 {
    width: 100%;
    border-top: 1px solid #c70752;
    border-bottom: 1px solid silver;
    table-layout: fixed
}

.tbType1 thead th {
    padding: 13px 0;
    border-bottom: 1px solid silver;
    border-right: 1px solid #dcdcdc;
    font-size: 15px;
    line-height: 18px;
    color: #333;
    font-weight: normal
}

.tbType1 tbody th,
.tbType1 tbody td {
    padding: 11px 0;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    text-align: center
}

.tbType1 tbody td:last-child {
    border-right: none
}

.tbType1 thead th:last-child {
    border-right: none
}

.tbType1 tbody .year,
.tbType1 tbody .ar {
    padding-right: 15px;
    text-align: right
}

.tbType1 tbody .txt,
.tbType1 tbody .al {
    padding-left: 15px;
    text-align: left
}

.tbType1 .bg {
    color: #252525;
    background: #fdf7fa
}

.tbType1 .bg2 {
    background: #fafafa;
    text-align: center
}

.tbType1 tbody .total th,
.tbType1 tbody .total td {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    color: #333;
    background: #fdf7fa
}

.tbType1-al td {
    padding-left: 15px !important;
    text-align: left !important
}

p.unit {
    padding-top: 10px;
    overflow: hidden
}

p.unit span {
    display: inline-block;
    font-size: 12px
}

.privacyCont .section * {
    color: #333
}

.privacyCont .section .title {
    margin: 40px 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.privacyCont .section .content {
    max-height: 250px;
    padding: 30px;
    box-sizing: border-box;
    overflow-y: auto;
    border: 1px solid #c9c9c9;
    line-height: 24px
}

.privacyCont .section table {
    width: 100%;
    border: 1px solid #c9c9c9
}

.privacyCont .section table th {
    padding: 12px 0;
    background: #ccc
}

.privacyCont .section table td {
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #e5e5e5
}

.privacyCont .section table+p {
    margin-top: 10px
}

.privacyCont .checkTypeA {
    text-align: right
}

.privacyCont .checkTypeA * {
    font-weight: 600
}

.hide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px
}

.container {
    max-width: 1180px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box
}

.d-flex {
    display: flex
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: end
}

.justify-content-between {
    justify-content: space-between
}

[class^=icon-] {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.icon-quick-home {
    width: 22px;
    height: 18px;
    background-image: url("../images/icon-quick-home.svg")
}

.icon-quick-top {
    width: 14px;
    height: 16px;
    background-image: url("../images/icon-quick-top.svg")
}

.icon-main-step {
    width: 48px;
    height: 41px;
    background-image: url("../images/icon-main-step.svg")
}

.icon-main-solution {
    width: 50px;
    height: 41px;
    background-image: url("../images/icon-main-solution.svg")
}

.icon-main-notice {
    width: 52px;
    height: 41px;
    background-image: url("../images/icon-main-notice.svg")
}

.icon-client-question {
    width: 60px;
    height: 50px;
    background-image: url("../images/icon-client-question.svg")
}

.icon-client-consulting {
    width: 60px;
    height: 50px;
    background-image: url("../images/icon-client-consulting.svg")
}

.icon-client-compliment {
    width: 60px;
    height: 50px;
    background-image: url("../images/icon-client-compliment.svg")
}

.icon-client-reservation {
    width: 60px;
    height: 50px;
    background-image: url("../images/icon-client-reservation.svg")
}

.icon-client-contact {
    width: 60px;
    height: 50px;
    background-image: url("../images/icon-client-contact.svg")
}

.icon-search {
    width: 20px;
    height: 20px;
    background-image: url("../images/icon-search.svg")
}

.icon-step-01 {
    width: 42px;
    height: 48px;
    background-image: url("../images/icon-step-01.svg")
}

.icon-step-02 {
    width: 42px;
    height: 50px;
    background-image: url("../images/icon-step-02.svg")
}

.icon-step-03 {
    width: 50px;
    height: 50px;
    background-image: url("../images/icon-step-03.svg")
}

.icon-step-04 {
    width: 62px;
    height: 46px;
    background-image: url("../images/icon-step-04.svg")
}

.icon-product-cosmetic {
    width: 125px;
    height: 84px;
    background-image: url("../images/icon-product-cosmetic.svg")
}

.icon-product-teeth {
    width: 125px;
    height: 84px;
    background-image: url("../images/icon-product-teeth.svg")
}

.icon-product-hair {
    width: 125px;
    height: 84px;
    background-image: url("../images/icon-product-hair.svg")
}

.icon-product-skin {
    width: 125px;
    height: 84px;
    background-image: url("../images/icon-product-skin.svg")
}

.icon-product-baby {
    width: 125px;
    height: 84px;
    background-image: url("../images/icon-product-baby.svg")
}

.icon-product-laundry {
    width: 125px;
    height: 84px;
    background-image: url("../images/icon-product-laundry.svg")
}

.icon-product-living {
    width: 125px;
    height: 84px;
    background-image: url("../images/icon-product-living.svg")
}

.icon-product-food {
    width: 125px;
    height: 84px;
    background-image: url("../images/icon-product-food.svg")
}

.icon-product-etc {
    width: 125px;
    height: 84px;
    background-image: url("../images/icon-product-etc.svg")
}

.icon-more {
    width: 26px;
    height: 26px;
    background-image: url("../images/icon-more.svg")
}

.icon-play {
    width: 39px;
    height: 39px;
    background-image: url("../images/icon-play.svg")
}

.card {
    background: #fff;
    border: 1px solid #e8e8e8
}

.quickWrap {
    position: sticky;
    height: 417px;
    top: 102px;
    right: 190px;
    z-index: 1;
    width: 150px;
    margin-left: 40px;
    padding-top: 60px;
    padding-bottom: 30px
}

.quickWrap .quickMenu {
    width: 100%
}

.quickWrap .quickMenu li {
    display: block;
    border: 1px solid #e8e8e8;
    background: #fff
}

.quickWrap .quickMenu li b {
    color: #2d2d2d;
    display: block
}

.quickWrap .quickMenu li>a {
    padding: 18px 0;
    display: block;
    text-align: center;
    background: #fff
}

.quickWrap .quickMenu li>a * {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px
}

.quickWrap .quickMenu li.active a {
    background: #bd1549
}

.quickWrap .quickMenu li.active a b {
    color: #fff
}

.quickWrap .quickMenu li.active a b+b {
    margin-top: 10px
}

.quickWrap .quickMenu li.active a p {
    color: #d7d7d7;
    margin-top: 4px
}

.quickWrap .quickMenu li+li {
    margin-top: -1px
}

.quickWrap .quickMenu .service-information {
    padding: 18px 15px
}

.quickWrap .quickMenu .service-information .service__title {
    font-size: 14px;
    letter-spacing: -0.14px
}

.quickWrap .quickMenu .service-information .service__number {
    margin-top: 4px;
    font-size: 17px;
    letter-spacing: -0.17px
}

.quickWrap .quickMenu .service-information .service__hour {
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 14px;
    letter-spacing: -0.14px
}

.quickWrap .quickMenu .service-information .service__hour-information {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5b5b5b;
    font-size: 12px;
    letter-spacing: -0.13px
}

.quickWrap .quickMenu .quick-btn-wrap {
    margin-top: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.quickWrap .quickMenu .quick-btn-wrap>* {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center
}

.quickWrap .quickMenu .quick-btn-wrap .quickBtn__home {
    color: #2d2d2d;
    font-size: 13px;
    font-weight: bold;
    width: 101px;
    height: 40px;
    line-height: 32px
}

.quickWrap .quickMenu .quick-btn-wrap .quickBtn__home i {
    margin-right: 8px
}

.quickWrap .quickMenu .quick-btn-wrap .quickBtn__top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

main .contArea {
    width: 100%;
    padding: 47px 41px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    main .contArea {
        padding: 20px
    }
}

.contents-area {
    display: flex;
    height: 100%;
    align-items: stretch !important
}

.search-group {
    border-radius: 30px;
    display: flex;
    width: 490px
}

.search-group select {
    background: #fff url(../images/icon-search-dropdown.svg) no-repeat .85rem center;
    padding: .25rem 1.75rem .25rem 3rem;
    height: 50px;
    appearance: none;
    flex: 0 0 160px;
    border-start-start-radius: 30px;
    border-bottom-left-radius: 30px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8
}

.search-group .input-group {
    position: relative;
    flex: 0 0 auto;
    height: 50px;
    width: 322px
}

.search-group .input-group a {
    line-height: 1;
    position: absolute;
    background: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 12px
}

.search-group .search-input {
    width: 100%;
    height: 50px;
    margin-left: -1px;
    border: 1px solid #e8e8e8;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-sizing: border-box;
    padding: .25rem 50px .25rem 1.25rem
}

.sub-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 44px 0
}

.page-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 14px
}

.page-header h1 {
    font-size: 22px;
    letter-spacing: -0.22px;
    color: #000;
    font-weight: bold
}

.page-header .page-header-description {
    color: #5b5b5b;
    margin-top: 14px;
    font-weight: bold
}

.sub-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.23;
    letter-spacing: -0.26px;
    color: #000
}

@media screen and (max-width: 767px) {
    .sub-title {
        font-size: 16px
    }
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check+label {
    padding: 10px 22px;
    border-radius: 30px;
    background-color: #efefef;
    color: #5b5b5b;
    font-weight: bold;
    letter-spacing: -0.14px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 4px;
    display: inline-block
}

.btn-check:checked+label {
    background-color: #2d2d2d;
    color: #fff
}

.sub-nav {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px 30px;
    justify-content: space-between;
    margin-bottom: 55px
}

.sub-nav .search-container {
    max-width: 300px;
    width: 100%
}

.sub-nav input[type=search]::after {
    font-size: 15px
}

@media(min-width: 768px) {
    .sub-nav {
        flex-direction: row
    }
}

.sub-nav .breadcrumbs {
    margin: 0
}

@media(min-width: 768px) {
    .sub-nav .search-container {
        flex: 0 1 300px
    }
}

.search-container {
    position: relative
}

@media screen and (max-width: 767px) {
    .search-container {
        display: none
    }
}

.swiper-pagination-bullet-active {
    background: #c70752
}

.swiper-pagination-bullet {
    background: #000
}

@media screen and (max-width: 767px) {
    .paging li {
        margin: 0
    }
}

.response-step-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 13px
}

.response-step-wrap .response-step-list {
    background: #f5f5f5;
    padding: 36px 0 33px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-top: 40px;
    min-height: 310px;
    box-sizing: border-box;
    position: relative
}

.response-step-wrap .response-step-list i {
    margin: 0 auto
}

.response-step-wrap .response-step-list>div {
    text-align: center;
    max-width: 126px;
    word-break: keep-all
}

.response-step-wrap .response-step-list .num {
    font-size: 33px;
    line-height: .97;
    letter-spacing: -0.33px;
    font-weight: bold;
    color: #000
}

.response-step-wrap .response-step-list .title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.18px;
    margin-top: 11px;
    color: #000
}

.response-step-wrap .response-step-list .desc {
    margin-top: 25px;
    line-height: 1.47;
    letter-spacing: -0.15px;
    font-size: 14px;
    font-weight: bold;
    color: #5b5b5b
}

.response-step-wrap .response-step-list .sub-desc {
    font-size: 12px;
    color: #5b5b5b;
    margin-top: 8px;
    line-height: 20px
}

.response-step-wrap .response-step-list:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background: url("../images/icon-step-next.svg") no-repeat center;
    top: 50%;
    right: -25px;
    z-index: 1;
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .response-step-wrap {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 20px
    }

    .response-step-wrap .response-step-list {
        padding: 30px 0;
        margin-top: 0px;
        min-height: 250px
    }

    .response-step-wrap .response-step-list .num {
        font-size: 22px
    }

    .response-step-wrap .response-step-list .title {
        margin-top: 8px
    }

    .response-step-wrap .response-step-list .desc {
        margin-top: 25px;
        line-height: 1.47;
        letter-spacing: -0.15px;
        font-size: 14px;
        font-weight: bold;
        color: #5b5b5b
    }

    .response-step-wrap .response-step-list .sub-desc {
        font-size: 12px;
        color: #5b5b5b;
        margin-top: 8px;
        line-height: 20px
    }

    .response-step-wrap .response-step-list:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 36px;
        height: 36px;
        background: url("../images/icon-step-next.svg") no-repeat center;
        bottom: -9%;
        left: 50%;
        top: auto;
        right: auto;
        z-index: 1;
        transform: translateX(-50%) rotate(90deg)
    }
}

.response-complaints {
    margin-top: 60px
}

.response-complaints .page-header {
    border: 0;
    margin-bottom: 30px
}

.response-complaints table th {
    height: 45px;
    background: #f6f6f6;
    border: 2px solid #39352c;
    border-right-width: 1px;
    border-left-width: 1px
}

.response-complaints table td {
    padding: 20px;
    border: 1px solid #39352c;
    color: #4c4c4c;
    font-size: 16px
}

.response-complaints table td:first-child {
    vertical-align: top
}

.response-complaints table td b {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600
}

.response-complaints table td div {
    color: #666;
    font-size: 14px
}

.response-complaints table td li {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px
}

.response-complaints table td li:before {
    content: "·";
    position: absolute;
    left: 0
}

.response-complaints table .dashCont li:before {
    content: "-";
    position: absolute;
    left: 0
}

.response-complaints table th:first-child,
.response-complaints table td:first-child {
    border-left: 0
}

.response-complaints table th:last-child,
.response-complaints table td:last-child {
    border-right: 0
}

.response-complaints table .borderC {
    border-bottom: 2px solid #39352c
}

.response-complaints table .footnote {
    padding: 10px 0;
    letter-spacing: -0.25px;
    line-height: 1.6
}

@media screen and (max-width: 767px) {
    .response-complaints table {
        display: none
    }
}

.faq-product {
    margin-top: 52px
}

.faq-product .faq-product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-top: 30px
}

.faq-product .faq-product-list li {
    position: relative
}

.faq-product .faq-product-list li .icon-wrap {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 20px 28px 35px;
    box-sizing: border-box
}

.faq-product .faq-product-list li .icon-wrap b {
    min-width: 80px;
    text-align: center;
    font-size: 16px;
    color: #000
}

.faq-product .faq-product-list li .text-wrap {
    opacity: 0;
    position: absolute;
    height: 140px;
    width: 100%;
    background-color: #c70752;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    box-sizing: border-box;
    align-items: center;
    top: 0
}

.faq-product .faq-product-list li .text-wrap p {
    color: #fff;
    flex: 0 0 auto;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.16px;
    font-size: 16px
}

.faq-product .faq-product-list li:hover .text-wrap {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .faq-product {
        margin-top: 20px
    }

    .faq-product .swiper-container {
        margin-top: 20px;
        padding-bottom: 40px
    }

    .faq-product .faq-product-list {
        display: flex;
        margin-top: 0;
        gap: 0;
        align-items: stretch;
        height: fit-content;
        background-color: #fafafa
    }

    .faq-product .faq-product-list li {
        min-height: 270px;
        position: relative;
        background-color: #fafafa;
        height: 100%
    }

    .faq-product .faq-product-list li .icon-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 22px 10px 17px 17px;
        box-sizing: border-box
    }

    .faq-product .faq-product-list li .icon-wrap i {
        width: 60px;
        height: 42px;
        background-size: contain
    }

    .faq-product .faq-product-list li .icon-wrap b {
        margin-top: 10px
    }

    .faq-product .faq-product-list li .text-wrap {
        opacity: 1;
        position: static;
        height: auto;
        background-color: #fafafa;
        padding: 10px;
        box-sizing: border-box
    }

    .faq-product .faq-product-list li .text-wrap p {
        color: #000;
        font-size: 12px
    }

    .faq-product .faq-product-list li:hover .text-wrap {
        opacity: 1
    }
}

.faq-sort {
    margin-top: 70px
}

.faq-sort .sub-title {
    margin-bottom: 30px
}

.faq-sort .sort-btn-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    max-width: 660px
}

.faq-sort .sort-btn-area .swiper-slide {
    width: auto
}

@media screen and (max-width: 767px) {
    .faq-sort {
        margin-top: 40px
    }

    .faq-sort .sort-btn-area {
        flex-wrap: nowrap
    }
}

.faq-video {
    margin-top: 60px
}

.faq-video .faq-video-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 13px
}

.faq-video .faq-video-list .play-thumb {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.faq-video .faq-video-list .play-thumb img {
    width: 100%;
    object-fit: contain
}

.faq-video .faq-video-list .play-thumb::before {
    content: "";
    background: #00000047;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 56.25%
}

.faq-video .faq-video-list .play-thumb::after {
    content: "";
    position: absolute;
    background: url("../images/icon-play.svg") no-repeat center;
    width: 39px;
    height: 39px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.faq-video .faq-video-list .title {
    margin-top: 14px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.15px;
    color: #000
}

.faq-video .faq-video-list .desc {
    margin-top: 8px;
    letter-spacing: -0.15px;
    color: #5b5b5b;
    max-width: 160px;
    word-break: keep-all;
    line-height: 1.47
}

@media screen and (max-width: 767px) {
    .faq-video {
        margin-top: 40px
    }

    .faq-video .faq-video-list {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 13px
    }

    .faq-video .faq-video-list .title {
        margin-top: 0;
        font-size: 14px
    }

    .faq-video .faq-video-list .desc {
        margin-top: 8px;
        margin-bottom: 10px
    }
}

.faq-list {
    margin-bottom: 0;
    margin-top: 60px
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.faq-list .tabMenu {
    font-size: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.faq-list .tabMenu li {
    width: 100%
}

.faq-list .tabMenu li a {
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background: #efefef
}

.faq-list .tabMenu li.on a {
    font-weight: 600;
    background: #bf0051;
    color: #fff
}

@media screen and (max-width: 767px) {
    .faq-list .tabMenu {
        gap: 0
    }

    .faq-list .tabMenu li {
        width: 100%
    }

    .faq-list .tabMenu li a {
        font-size: 16px;
        text-align: center
    }

    .faq-list .tabMenu li.on a {
        font-weight: 600;
        background: #bf0051;
        color: #fff
    }
}

.faq-list .listCont {
    margin-top: 30px;
    display: none
}

.faq-list .listCont b {
    font-weight: 600
}

.faq-list .top {
    padding: 20px 0;
    border-bottom: 2px solid #2d2d2d
}

.faq-list .top * {
    font-size: 15px
}

.faq-list .top .fr a {
    background: url("../images/icon-search-dropdown.svg") no-repeat right center
}

.faq-list .top .fr a,
.faq-list .list li .fr span {
    display: inline-block;
    width: 120px;
    text-align: center
}

.faq-list .list li {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8
}

.faq-list .list li .fl {
    width: 574px;
    font-size: 15px
}

.faq-list .list li .fl b {
    vertical-align: top
}

.faq-list .list li .fl span {
    display: inline-block
}

.faq-list .list li .fl span a {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 410px
}

.faq-list .list li .fl:hover * {
    color: #bf0051
}

.faq-list {
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    .faq-list {
        margin-top: 40px
    }

    .faq-list .listCont {
        margin-top: 0
    }

    .faq-list * {
        font-size: 13px;
        line-height: 1.4
    }

    .faq-list .top {
        padding: 25px 0 10px 0;
        float: none
    }

    .faq-list .top * {
        font-size: 13px;
        line-height: 1.4
    }

    .faq-list .top .fl {
        width: 100%
    }

    .faq-list .top .fr {
        display: flex;
        justify-content: space-around
    }

    .faq-list .top .fr a {
        width: auto;
        padding: 0 15px;
        background: url("../images/icon-search-dropdown.svg") no-repeat 106% center
    }

    .faq-list .list li .fl {
        width: 100%;
        float: none !important;
        font-size: 13px;
        display: flex;
        flex-wrap: wrap
    }

    .faq-list .list li .fl span a {
        word-wrap: normal;
        overflow: auto;
        text-overflow: inherit;
        white-space: inherit;
        display: block;
        width: auto
    }

    .faq-list .list li .fr {
        display: flex;
        float: none !important;
        margin-top: 10px
    }

    .faq-list .list li .fr span {
        width: auto
    }

    .faq-list .list li .fr span+span {
        margin-left: 10px
    }
}

.faq-list .selfList .list li {
    display: flex;
    align-items: center
}

.faq-list .selfList .list li .thum {
    width: 100%;
    flex: 0 0 180px
}

.faq-list .selfList .list li>div {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.faq-list .selfList .list li>div>span {
    padding: 0 20px;
    box-sizing: border-box
}

.faq-list .selfList .list li>div>div span {
    width: 120px;
    display: inline-block;
    text-align: center
}

@media screen and (max-width: 767px) {
    .faq-list .selfList .list li .thum {
        flex: 0 0 40%
    }

    .faq-list .selfList .list li .thum img {
        width: 100%
    }

    .faq-list .selfList .list li>div {
        width: 60%;
        flex-direction: column;
        padding: 0 10px;
        box-sizing: border-box
    }

    .faq-list .selfList .list li>div>span {
        width: 100%;
        padding: 0
    }

    .faq-list .selfList .list li>div>div {
        width: auto
    }

    .faq-list .selfList .list li>div>div span {
        margin-top: 10px;
        width: auto
    }
}

.main #content section:not(.main-visual) {
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    .main #content section:not(.main-visual) {
        margin-top: 30px
    }
}

.main-visual {
    height: 376px;
    background: url("../images/img-main-visual.png") no-repeat center;
    background-size: cover
}

@media screen and (max-width: 767px) {
    .main-visual {
        width: 100%
    }
}

.main-link-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    max-width: 1160px
}

.main-link-wrap .main-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box
}

.main-link-wrap .main-link b {
    color: #000;
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .main-link-wrap {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .main-link-wrap .main-link {
        height: auto;
        padding: 20px
    }

    .main-link-wrap .main-link b {
        font-size: 16px
    }
}

.main-notice-wrap {
    padding: 41px
}

.main-notice-wrap ul {
    margin-top: 30px
}

.main-notice-wrap ul li {
    padding: 16px 0
}

.main-notice-wrap ul li a {
    display: flex;
    width: 100%;
    font-size: 15px;
    letter-spacing: -0.15px
}

.main-notice-wrap ul li a:hover {
    transition: none
}

.main-notice-wrap ul li a>div {
    display: flex
}

.main-notice-wrap ul li .num {
    min-width: 50px;
    display: inline-block;
    text-align: center
}

.main-notice-wrap ul li .sort {
    min-width: 200px;
    display: inline-block;
    text-align: center
}

.main-notice-wrap ul li .notice-title {
    width: calc(100% - 250px);
    color: #5b5b5b
}

@media screen and (max-width: 767px) {
    .main-notice-wrap {
        padding: 20px
    }

    .main-notice-wrap ul {
        margin-top: 20px
    }

    .main-notice-wrap ul li {
        padding: 8px 0
    }

    .main-notice-wrap ul li a {
        display: flex;
        width: 100%;
        line-height: 1.6;
        font-size: 13px
    }

    .main-notice-wrap ul li a>div {
        display: inline
    }

    .main-notice-wrap ul li .num {
        min-width: 30px;
        text-align: left
    }

    .main-notice-wrap ul li .sort {
        min-width: auto
    }

    .main-notice-wrap ul li .notice-title {
        width: auto
    }
}

.main-client-wrap {
    padding: 41px
}

.main-client-wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
    margin-top: 30px
}

.main-client-wrap ul li {
    word-break: keep-all
}

.main-client-wrap ul li a {
    display: block;
    text-align: center
}

.main-client-wrap ul li a .title {
    margin-top: 16px;
    font-weight: bold;
    color: #111;
    font-size: 16px
}

.main-client-wrap ul li a .desc {
    margin-top: 14px;
    color: #5b5b5b;
    line-height: 1.6
}

@media screen and (max-width: 767px) {
    .main-client-wrap {
        padding: 20px
    }

    .main-client-wrap ul {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px
    }
}