@charset "utf-8"; @import url("./font.css"); /*@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');  본고딕 */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600'); /*  Poppins */
@import url('//cdn.jsdelivr.net/nanumsquare/1.0/nanumsquare.css'); /* layout */
body, table, th, td, button, select, input {
    font-family: "Poppins", "Noto Sans KR", NanumGothic, "Nanum Gothic", Dotum, Arial, sans-serif;
    font-size: 13px;
    color: #666;
}

body {
    background-color: #fff;
}
body{-moz-user-select: none;-webkit-user-select: none;}
#wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.area {
    width: 1200px;
    margin: 0px auto;
}

.clearfix {
    *zoom:1;}

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

.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trans200 {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s
}

.trans300 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.trans400 {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s
}

.trans500 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s
}

.material-icons {
    line-height: initial;
    color: inherit;
}

.font-square {
    font-family: "Nanum Square",'NanumSquare',sans-serif;
}

@media all and (max-width: 1220px) {
    .area {
        width:94%;
    }
}

@media all and (max-width: 800px) {
}

@media all and (max-width: 480px) {
}


.prd-tab-content-wrapper{
    line-height:25px;
}
.prd-tab-content-wrapper p,.prd-tab-content-wrapper div{
    padding:5px 0 0
}



/* ****************** HEADER ********************** */
#header {
    position: fixed;
    width: 100%;
    height: 86px;
    background-color: #fff;
    z-index: 9999;
    border-bottom: 1px solid #fff;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -o-transition: height0.4s;
    -ms-transition: height 0.4s;
    transition: height 0.4s;
}

#headerInner {
    width: 100%;
    height: 100%;
}

.logo {
    position: absolute;
    top: 20px;
    left: 2%;
    z-index: 999;
}

.util {
    position: absolute;
    top: 24px;
    right: 1.2%;
    z-index: 999;
}

.util > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

#languageBox {
    position: relative;
    margin-left: 0;
}

#languageBox .language-open-btn {
    display: block;
    width: 128px;
    height: 39px;
    border: 1px solid #cfcfcf;
    font-size: 15px;
    line-height: 39px;
    color: #333;
    font-weight: 500;
    font-style: italic;
    background: #fff url(../images/icon/icon_language_arrow.png) no-repeat 90% center;
    text-indent: 10px;
}

#languageBox .language-open-btn span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    background: #111 url(../images/icon/language_icon_2.gif) no-repeat center center;
    background-size: cover;
    margin-right: 6px;
}

#languageBox > ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 128px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}

#languageBox > ul li a {
    display: block;
    text-indent: 10px;
    font-size: 15px;
    line-height: 28px;
    color: #333;
}

#languageBox > ul li:hover a {
    color: #154ad3;
}

.sitemap-btn > a {
    display: block;
    width: 128px;
    height: 39px;
    border: 1px solid #cfcfcf;
    font-size: 15px;
    line-height: 39px;
    color: #333;
    font-weight: 500;
    font-style: italic;
    background: #fff url(../images/ico/i_home.png) no-repeat 15px center;
    background-size: 16px;
    text-align: center;
    text-indent: 5px;
}

@media all and (max-width: 1500px) {
    .sitemap-btn > a {
        width:35px;
        border: none;
    }

    .sitemap-btn > a span {
        display: none;
    }
}

@media all and (max-width: 1220px) {
    .util {
        display:none;
    }
}

@media all and (max-width: 800px) {
    #header {
        height:60px;
    }

    .logo {
        /*top:15px;*/
        top: 15px;
    }

    .logo img {
        max-width: 108px;
    }
}

@media all and (max-width: 480px) {
    #header {
        height:60px;
    }

    .logo {
        /*top:15px;*/
        top: 15px;
    }

    .logo img {
        max-width: 108px;
    }
}

/* ****************** GNB ********************** */
.gnb-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
}

#gnb2depBg {
    position: absolute;
    top: 87px;
    width: 100%;
    height: 0;
    z-index: 98;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#gnb2depBg:before {
    display: block;
    content: "";
    width: 602px;
    height: 100%;
    background: url(../images/layout/gnb_2dep_wrap_bg.jpg) no-repeat left top;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

#gnb2depBg.active {
    height: 380px;
    visibility: visible;
    border-top: 1px solid #333;
}

#gnb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    text-align: center;
}

#gnb > ul {
    width: 100%;
    text-align: center;
}

#gnb > ul > li {
    display: inline-block;
    vertical-align: top;
    /* width:148px; */
    width: auto;
    text-align: center;
    margin-left: -3.5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#gnb > ul > li:first-child {
    margin-left: 0;
}

#gnb > ul > li > a {
    display: block;
    padding: 0 25px;
    font-size: 18px;
    line-height: 87px;
    color: #111;
    letter-spacing: -1px;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#gnb > ul > li > a:before {
    display: inline-block;
    content: "";
    width: 19px;
    height: 12px;
    background: url(../images/layout/gnb_li_bg.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -10px;
}

#gnb > ul > li:first-child > a:before {
    display: none;
}

#gnb > ul > li .gnb-2dep-wrap {
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 87px;
    left: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    visibility: hidden;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#gnb > ul > li .gnb-2dep-wrap.open {
    height: 380px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
    visibility: visible;
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

#gnb > ul > li .gnb-2dep-wrap .gnb-2dep-inner {
    height: 100%;
    position: relative;
}

.gnb-2dep-inner .gnb-2dep-info {
    width: 20%;
    max-width: 240px;
    float: left;
    height: 100%;
    text-align: left;
    position: relative;
}

.gnb-2dep-info > h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.75px;
    padding-top: 110px;
}

.gnb-2dep-info > strong {
    display: block;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin-bottom: 20px;
}

.gnb-2dep-info > p {
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    letter-spacing: -0.75px;
}

#gnb .gnb-2dep {
    width: 80%;
    max-width: 960px;
    float: left;
    height: 100%;
}

#gnb .gnb-2dep > li {
    float: left;
    width: 18%;
    max-width: 200px;
    padding-top: 12px;
    margin-left: 27px;
    margin-left: 2%;
}

#gnb .gnb-2dep > li img {
    max-width: 100%;
    max-height: 50px;
}

#gnb .gnb-2dep > li p {
    font-size: 15px;
    line-height: 30px;
    color: #666;
    letter-spacing: -0.75px;
    font-weight: 400;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

#gnb .gnb-2dep > li:hover img {
}

#gnb .gnb-2dep > li:hover p {
    color: #154ad3;
}

@media all and (max-width: 1500px) {
    #gnb > ul > li {
        /* width:128px; */
    }
}

@media all and (max-width: 1220px) {
    #gnb {
        display:none;
    }

    #gnb2depBg {
        display: none;
    }

    .gnb-bg {
        z-index: 999;
    }
}

@media all and (max-width: 800px) {
}

@media all and (max-width: 480px) {
}

/* ****************** GNB Mobile ********************** */
/* GNB Mobile :: OPEN BUTTON */
.nav-open-btn {
    position: fixed;
    top: 45px;
    right: -2%;
    margin-top: -16px;
    z-index: 9998;
    opacity: 0;
    filter: Alpha(opacity=0);
    visibility: hidden;
}

.nav-open-btn .line {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #0190d6;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-open-btn.active {
    margin-top: -18px
}

.nav-open-btn.active .line {
    background-color: #fff;
}

.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4) {
    opacity: 0;
}

.nav-open-btn.active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

.nav-open-btn.active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

/* GNB Mobile */
#gnbM {
    display: block;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -82%;
    width: 80%;
    height: 100%;
    max-width: 280px;
    background-color: #1a6dac;
    z-index: 999;
    box-shadow: -2px 1px 11px rgba(0, 0, 0, .3);
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    /* gnb OPEN 속도 */
    visibility: hidden;
}

#gnbM.open {
    right: 0px;
    visibility: hidden;
}

#gnbM #navigation {
    margin-top: 87px;
}

/* Header 높이값 */
/* GNB Mobile :: 1차 */
#gnbM #navigation > li {
    border-bottom: 1px solid rgba(255,255,255,0.33);
}

#gnbM #navigation > li.active {
    background-color: #248cc7;
}

#gnbM #navigation > li > a {
    position: relative;
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-size: 18px;
}

#gnbM #navigation > li.active > a {
    color: #fff;
}

#gnbM #navigation > li.has-2dep > a {
}

#gnbM #navigation > li.has-2dep.active > a {
}

#gnbM #navigation > li .gnb-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
}

#gnbM #navigation > li .gnb-icon i {
    font-size: 24px;
}

/* GNB Mobile :: 2차 */
#gnbM #navigation > li .gnb-2dep {
    display: none;
    padding: 15px 0;
    background-color: #2f2f2f;
    box-shadow: inset 0px 3px 9px rgba(0, 0, 0, .3);
}

#gnbM #navigation > li .gnb-2dep > li {
}

#gnbM #navigation > li .gnb-2dep > li > a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    opacity: 0.7;
    filter: Alpha(opacity=70);
}

#gnbM #navigation > li .gnb-2dep > li.active > a {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

/* GNB Mobile :: 3차 */
#gnbM #navigation > li .gnb-2dep > li > .gnb-3dep {
    display: none;
    padding: 5px 17%;
    background-color: #aaa;
    border-top: 1px dotted #ddd;
}

#gnbM #navigation > li .gnb-2dep > li > .gnb-3dep > li > a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    color: #fff;
}

#gnbM #navigation > li .gnb-2dep > li > .gnb-3dep > li > a:before {
    display: inline-block;
    content: "-";
    margin-right: 5px;
}

/* GNB Mobile :: sns-box */
.sns-box {
    padding: 10px 15px;
}

.sns-box a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.sns-box a img {
    max-width: 40px;
}

@media all and (max-width: 1220px) {
    .nav-open-btn {
        right:2%;
        opacity: 1.0;
        filter: Alpha(opacity=100);
        visibility: visible;
    }

    #gnbM.open {
        visibility: visible;
    }
}

@media all and (max-width: 800px) {
    .nav-open-btn {
        top:32px;
        right: 15px;
    }

    #gnbM {
        max-width: 230px;
    }

    #gnbM #navigation {
        margin-top: 60px;
    }

    #gnbM #navigation > li .gnb-2dep > li.m {
        display: none;
    }
}

@media all and (max-width: 480px) {
}

/* ****************** HEADER :: Fixed ********************** */
#header.fixed {
    height: 72px;
    border-bottom: 2px solid #cfcfcf;
}

#header.fixed .logo {
    top: 12px;
    left: 1%;
}

#header.fixed .util {
    top: 17px;
    right: 1%;
}

#header.fixed #gnb2depBg {
    top: 73px;
}

#header.fixed #gnb > ul > li > a {
    line-height: 73px;
}

#header.fixed #gnb > ul > li .gnb-2dep-wrap {
    top: 73px;
}

#header.fixed .nav-open-btn {
    top: 38px;
}

@media all and (max-width: 1220px) {
    #header.fixed .nav-open-btn {
        right:1%;
    }
}

@media all and (max-width: 800px) {
    #header.fixed {
        height:60px;
    }

    #header.fixed .logo {
        /*top:15px;*/
        top: 8px;
    }

    #header.fixed .nav-open-btn {
        top: 32px;
    }

    #header.fixed #gnbM #navigation {
        margin-top: 60px;
    }
}

@media all and (max-width: 480px) {
    #header.fixed .logo {
        top:10px;
    }
}

/* ****************** FOOTER ********************** */
.to-top-btn {
    position: fixed;
    bottom: 50px;
    right: 2%;
    background: #000;
    color: #fff;
    padding: 5px 10px;
}

#footer {
    background-color: #2B343D;
    border-top: 1px solid #ddd;
}

#footerTop {
    background-color:#fff;
    border-bottom: 1px solid #ddd;
}
#footerPowerby{
    padding:25px 0;
    height:auto;
    border-top: 1px solid #3C454E;
    overflow:hidden;
}
#footerPowerby .area{
    height:auto;
    overflow:hidden;
}

.footer-top-inner {
    padding: 19px 0;
}

.footer-top-inner > ul {
    float: left;
}

.footer-top-inner > ul li {
    display: inline-block;
}

.footer-top-inner > ul li:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #cfcfcf;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0 10px;
}

.footer-top-inner > ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    color: #666;
    letter-spacing: -0.75px;
}

.footer-top-inner > ul li:first-child:before {
    display: none;
}

.footer-top-inner > ul li:first-child a {
    /* color: #1056b4; */
}

.footer-top-inner > .mail-address {
    float: right;
    font-size: 16px;
    line-height: 42px;
    color: #666;
    letter-spacing: -0.75px;
}

.footer-bottom-inner {
    padding: 50px 0;
}

.footer-bottom-inner > .footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
}

#footer h3{
    line-height:30px;
    color:#666;
    text-indent:1%;
}

#familyContBox{
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 30px;
    color: #999;
    letter-spacing: -0.75px;
    float:left;
    width:30%;
}
#familyContBox img{
    height:50px;
    margin-bottom:10px;
}
#familyContBox a {
    color: inherit;
    margin: 0 10px 0 0;
}
#familyContBox span {
    display: block;
    font-size: 13px;
    color: #999;
}


#familySiteBox {
    position: relative;
    float: right;
    width:10%;
    height:auto;
    color:#999;
    overflow:hidden;
    text-align:center;
}

#familySiteBox img {
    height: 120px;
    margin-bottom:10px;
}
#familySiteBox p{
    line-height:20px;
    color:#999;
}

#familySiteBox .family-open-btn {
    display: block;
    width: 190px;
    height: 41px;
    background: #f4f4f4 url(../images/icon/icon_familysite_arrow.png) no-repeat 90% center;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    line-height: 41px;
    color: #333;
    letter-spacing: -0.5px;
    text-indent: 15px;
}
#familyMenuBox {
    position: relative;
    float: left;
    width:50%;
    margin:0 5%;
    height:auto;
    overflow:hidden;
}
#familyMenuBox > ol {

}
#familyMenuBox > ol li{
    width:31.33%;
    float:left;
    margin:0 1%;
}
#familyMenuBox > ol li a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    /* text-indent: 15px; */
    color: #999;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

@media all and (max-width: 1220px) {
    .footer-top-inner {
        padding:15px 0;
    }

    .footer-top-inner > ul {
        float: none;
        text-align: center;
    }

    .footer-top-inner > .mail-address {
        display: none;
    }

    .footer-bottom-inner {
        padding: 20px 0;
    }

    .footer-bottom-inner > .footer-logo {
        display: block;
        margin: 0px auto;
        margin-bottom: 17px;
        text-align: center;
    }

    .footer-bottom-inner > p {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    #familySiteBox {
        float: none;
        width: 190px;
        margin: 0px auto;
        text-align: center;
    }

    #familySiteBox .family-open-btn {
        margin: 0px auto;
    }
}

@media all and (max-width: 800px) {
    .footer-bottom-inner > .footer-logo img {
        max-width:155px;
    }

    .footer-top-inner > ul li:before {
        margin: 0 5px;
    }

    .footer-top-inner > ul li a {
        font-size: 15px;
        line-height: 30px;
    }

    .footer-bottom-inner {
        padding: 15px 0;
    }

    .footer-bottom-inner > p {
        font-size: 15px;
        line-height: 30px;
    }

    .footer-bottom-inner > p a {
        margin: 0 5px;
    }
}

@media all and (max-width: 480px) {
    .footer-top-inner {
        padding:10px 0;
    }

    .footer-bottom-inner > p {
        line-height: 20px;
    }
}

/* ****************** SUB LAYOUT ********************** */
#visual {
    /*margin-top:72px;*/
    margin-top: 87px;
    width: 100%;
    height: 406px;
background-color:#09132c;
}

.sub-visual-inner {
    height: 100%;
}

.sub-visual-txt {
    text-align: center;
    /*padding:9% 0 7% 0;*/
    padding: 78px 0 0% 0;
    position: relative;
}

.sub-visual-txt > strong {
    display: block;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.25px;
    margin-bottom: 3%;
    text-transform: uppercase;
}

.sub-visual-txt > p {
    font-size: 16px;
    color: #fff;
    color: rgba(255,255,255,0.6);
    letter-spacing: -0.75px;
    font-weight: 300;
}

.sub-visual-txt .sub-page-loc {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
}

.sub-page-loc i {
    color: inherit;
    vertical-align: middle;
}

.sub-page-loc.page-prev {
    left: 10%;
}

.sub-page-loc.page-next {
    right: 10%;
}

#sidebar {
    width: 100%;
}

#sidebar .snb {
    width: 100%;
    text-align: center;
}

#sidebar .snb > li {
    display: inline-block;
    vertical-align: top;
    /*width:13.3%;*/
    min-width: 12%;
    max-width: 320px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    height: 45px;
    margin: 5px;
    padding:0 10px;
    background-color: #000;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar .snb > li a {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    letter-spacing: -0.3px;
}

#sidebar .snb > li.on,#sidebar .snb > li.cur, #sidebar .snb > li:hover {
    background-color: #0077cd;
    background-color: rgba(0,119,205,0.8);
    border-color: #59a0d7;
}

#middleArea {
    width: 100%;
    background-color: #fff;
}

#subLocation {
    width: 100%;
    background-color: #fff;
}

.sub-loc-inner {
    border-bottom: 1px solid #cfcfcf;
    padding-top: 57px;
    height: 78px;
    max-height: 136px;
    overflow: hidden;
}

.sub-loc-tit {
    float: left;
    font-size: 38px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.75px;
    padding-bottom: 40px;
    position: relative;
    padding-right: 2.5%;
}

.sub-loc-tit:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00538f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sub-loc-txt {
    float: right;
    line-height: 78px;
}

.sub-loc-txt > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
    color: rgba(51,51,51,0.5);
    letter-spacing: -0.75px;
}

.sub-loc-txt > span.current {
    color: #333;
}

.sub-loc-txt > span i {
    vertical-align: middle;
    font-size: 20px;
}

.sub-loc-txt > span.home {
    color: #3582bd;
}

#content {
    padding: 4% 0 5% 0;
}

/* -------- Mobile Side Bar -------- */
#topMenuBar {
    display: none;
    position: relative;
}

#topMenuBar .depth1-tit {
    overflow: hidden;
    width: 100%;
    font-weight: 500;
}

#topMenuBar .depth1-tit a {
    position: relative;
    display: block;
    height: 55px;
    color: #333;
    padding: 0 3%;
    background-color: #fff;
    border-bottom: 1px solid #cfcfcf;
}

#topMenuBar .depth1-tit a span {
    display: inline-block;
    line-height: 55px;
    font-size: 18px;
    position: relative;
}

#topMenuBar .depth1-tit a span:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #00538f;
}

#topMenuBar .depth1-tit a .arrow {
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -10px;
}

#topMenuBar .depth1-tit a.open .arrow {
    transform: rotate(-180deg);
    margin-top: -14px;
}

#topMenuBar .top-menu-list {
    display: none;
    width: 100%;
    position: absolute;
    top: 56px;
    left: 0px;
    z-index: 99;
    background-color: #fff;
}

#topMenuBar .top-menu-list li {
    width: 100%;
}

#topMenuBar .top-menu-list li a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 3%;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    color: #333;
    text-align: left;
}

#topMenuBar .top-menu-list li:first-child a {
    border-top: 1px solid rgba(255,255,255,0.3);
}

#topMenuBar .gnb-3dep {
    display: none;
}

@media all and (max-width: 1220px) {
    #sidebar, #subLocation {
        display:none;
    }

    #topMenuBar {
        display: block;
    }

    .sub-visual-inner {
        display: table;
    }

    .sub-visual-txt {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        padding: 0;
    }
}

@media all and (max-width: 800px) {
    #visual {
        margin-top:61px;
        height: 284px;
    }

    .sub-visual-inner {
        display: table;
    }

    .sub-visual-txt {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        padding: 0;
    }

    .sub-visual-txt > strong {
        margin-bottom: 5%;
        font-size: 35px;
    }

    .sub-visual-txt .sub-page-loc {
        margin-top: -5%;
        font-size: 15px;
    }

    .sub-page-loc.page-prev {
        left: 0;
    }

    .sub-page-loc.page-next {
        right: 0;
    }

    #topMenuBar .top-menu-list li.m {
        display: none;
    }
}

@media all and (max-width: 480px) {
    #visual {
        height:200px;
    }

    .sub-visual-txt > strong {
        font-size: 30px;
    }

    .sub-visual-txt > p {
        font-size: 15px;
        line-height: 20px;
        word-break: keep-all;
    }

    .sub-visual-txt .sub-page-loc {
        display: none;
    }
}

/* ****************** MODAL LAYERPOPUP ********************** */
/* modal layer */
.modal-fixed-pop-wrapper {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    background: rgba(0,0,0,0.8);
}

.modal-fixed-pop-inner {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.modal-inner-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.modal-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 10000;
}

.modal-inner-content {
    text-align: left;
}

.loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 8px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* modal layer content */
.footer-modal-content {
    position: relative;
    width: 1000px;
    margin: 20px auto;
    background-color: #fff;
}

.footer-modal-content h1 {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    padding: 0;
    color: #fff;
    background-color: #154ad3;
}

.footer-modal-content p {
    text-align: center;
    color: #fff;
    opacity: 0.5;
    margin-top: 10px;
}

.modal-close-btn {
    position: absolute;
    top: 11px;
    right: 10px;
    color: #fff;
    font-size: 38px;
}

.modal-close-btn i {
    font-size: inherit
}

.modal-close-btn i:hover {
    color: #fff
}

.footer-inner-box {
    padding: 5%;
}

.footer-inner {
    padding: 2%;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
}

.sitemap-wrapper {
    padding: 5%;
}

.sitemap-wrapper > ul {
    overflow: hidden;
}

.sitemap-wrapper > ul > li {
    float: left;
    width: 20%;
    text-align: center;
}

.sitemap-wrapper.menu4 > ul > li {
    width: 25%;
}

.sitemap-wrapper.menu6 > ul > li {
    width: 16.6%;
}

.sitemap-wrapper.menu7 > ul > li {
    width: 14.2%;
}

.sitemap-wrapper > ul > li > h2 {
    color: #191919;
    margin: 0 2% 20px 2%;
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #888;
    letter-spacing: -1.0px;
    margin-bottom: 20px;
    font-weight: 500;
}

.sitemap-wrapper > ul > li .sitemap-2dep {
    padding: 0 5%;
}

.sitemap-wrapper > ul > li .sitemap-2dep a {
    display: block;
    padding: 10px 0;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
}

.sitemap-wrapper > ul > li .sitemap-2dep a:hover {
    color: #154ad3;
    text-decoration: underline;
}

.footer-modal-content.certification {
    background: none;
    width: 94%;
    max-width: 600px;
}

.footer-inner.certification {
    padding: 0;
    height: auto;
    border: 0;
}

.footer-inner.certification > img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.modal-close-btn.certification {
    top: -10px;
    right: 0;
}

.video-box {
    width: 100%;
    padding-top: 55%;
    position: relative;
    background-color: #000;
}

.video-box iframe, .video-box object, .video-box embed, .video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-inner-box {
    width: 100%;
}

.video-modal-content .modal-close-btn {
    top: -40px;
    right: -8px;
}

.video-modal-content {
    background: none;
}

.video-modal-content h1 {
    background: none;
    color: #fff;
}

@media all and (max-width: 1220px) {
    .footer-modal-content {
        width:94%;
    }
}

@media all and (max-width: 800px) {
}

@media all and (max-width: 480px) {
}

/* **** BUTTON STYLE 01 **** */
.cm-button-style01 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    letter-spacing: -0.3px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.cm-button-style01 span {
    position: relative;
    z-index: 1;
    left: 0px;
    color: #fff;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    -ms-transition: left 0.4s;
    transition: left 0.4s
}

.cm-button-style01:before {
    display: block;
    position: absolute;
    top: 0px;
    left: -130%;
    content: "";
    width: 130%;
    height: 100%;
    background: #1e5eff;
    border-radius: 0 20px 20px 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.cm-button-style01 i {
    position: absolute;
    top: 13px;
    right: 50px;
    margin-left: 15px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.cm-button-style01:hover {
    border: 1px solid #1e5eff
}

.cm-button-style01:hover i {
    position: absolute;
    top: 13px;
    right: 20px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.cm-button-style01:hover span {
    color: #fff;
    left: -20px;
}

.cm-button-style01:hover:before {
    left: 0px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.mobile-fixed-pop-wrapper {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.mobile-fixed-pop-inner {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.75);
}

.mobile-fixed-pop-inner-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    top: 0px;
}

.mobile-fixed-img-con {
    display: inline-block;
    min-width: 250px;
    max-width: 92%;
    margin: 4% auto;
}

.mobile-popup-img {
    display: block;
}

.mobile-popup-img img {
    max-width: 100%;
    max-height: 100%;
}

.mobile-popup-btn-controls {
    overflow: hidden;
    text-align: center;
    background-color: #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.mobile-popup-btn-controls button {
    float: left;
    border: 0;
    padding: 0;
    margin: 0px;
    background: none;
    width: 50%;
    height: 50px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.mobile-popup-btn-controls .today-close-btn {
    background-color: #eee;
}

.suspension {
    position: fixed;
    z-index: 55;
    right: 25px;
    bottom: 60px;
    width: 70px;
    height: 210px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #353535;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

.suspension .a.active, .suspension .a:hover {
    background: #F05352;
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
    background-repeat: no-repeat;
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    /*background-position: -27px 0;*/
}

.suspension .a-qrcode .i {
    background-position: -44px 0;
}

.suspension .a-cart .i {
    background-position: -88px 0;
}

.suspension .a-top .i {
    background-position: -132px 0;
}

.suspension .a-top {
    background: #D2D3D6;
    display: none;
}

.suspension .a-top:hover {
    background: #c0c1c3;
}

.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}
.suspension .d-service-tel {
    top: 0;
}
.suspension .d-service {
    top: 34px;
}

.suspension .d-service-phone {
    top: 68px;
}

.suspension .d-qrcode {
    top: 0px;
}

.suspension .d .inner-box {
    padding: 8px 22px 12px;
}

.suspension .d-service-item {
    border-bottom: 0px solid #eee;
    padding: 14px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon02.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    margin: 0;
    font-family: Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    background: url(../images/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
}

.suspension .d-qrcode .inner-box {
    padding: 20px 0;
}

.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}
