@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2017-05-30
******************************************************** */

@import url("./font.css");
/* 나눔고딕 */

@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
@import url('https://fonts.googleapis.com/css?family=Khula:400,700');
/* layout */

body,
table,
th,
td,
button,
select,
input {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #666;
}

body {
    background-color: #fff;
}

#wrap {
    overflow: hidden;
    width: 100%;
    /*min-width:1100px;*/
    position: relative;
}

/* min-width 홈페이지 컨텐츠 가로값에 맞게 변경 */

/* ****************** 공통클래스 ********************** */

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

/* width 홈페이지 컨텐츠 가로값에 맞게 변경 */

.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-myeongjo {
    font-family: Arial, sans-serif;
}

.font-poppins {
    font-family: Arial, sans-serif;
}

.font-khula {
   font-family: Arial, sans-serif;
}

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

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

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

/* ****************** HEADER ********************** */

#header {
    width: 100%;
    height: 100px;
    /*position:fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

#headerInner {
    width: 100%;
    height: 99px;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}

.header-box {
    position: relative;
    height: 100%;
}

.logo {
    position: absolute;
    top: 33px;
    left: 15px;
    z-index: 2;
}

.util-box {
    position: absolute;
    top: 31px;
    right: 30px;
    z-index: 2;
}

.language-box {
    float: left;
    overflow: hidden;
}

.language-box>li {
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(0, 0, 0, 0.25);
    border-left: 0;
}

.language-box>li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.language-box>li>a {
    font-size: 15px;
    line-height: 38px;
    display: block;
    color: #666;
    letter-spacing: -0.5px;
    text-align: center;
}

.language-box>li.on {
    border: 1px solid #fff;
    background-color: rgba(60, 61, 59, 0.25);
}

.language-box>li.on a {
    color: #fff;
}

.sitemap-btn {
    float: left;
    margin-left: 35px;
    display: none;
}

.sitemap-btn>a {
    display: block;
    width: 30px;
    height: 20px;
    background: url(../images/button/btn_sitemap.png) no-repeat center center;
    margin-top: 9px;
}

.gnb-logo-bg {
    position: absolute;
    left: 50%;
    margin-left: -952px;
    width: 400px;
    height: 100px;
    /*background: url(../images/layout/header_on_top_bg.jpg) no-repeat;*/
    opacity: 0;
    filter: Alpha(opacity=0);
}

@media all and (max-width:1650px) {
    /* ****************** HEADER ********************** */
    .logo {
        left: 15px;
    }
    .util-box {
        right: 15px;
    }
}

@media all and (max-width:1220px) {
    /* ****************** HEADER ********************** */
    #header {
        height: 70px;
    }
    #headerInner {
        height: 69px;
    }
    .gnb-logo-bg {
        display: none;
    }
    .logo {
        top: 17px;
        left: 3%;
    }
    .util-box {
        top: 15px;
        right: 100px;
    }
}

@media all and (max-width:768px) {
    /* ****************** HEADER ********************** */
}

@media all and (max-width:480px) {
    /* ****************** HEADER ********************** */
    #header {
        height: 65px;
    }
    #headerInner {
        height: 64px;
    }
    .logo {
        left: 2%;
        top: 22px;
    }
    .logo img {
        /*max-width:72%;*/
        max-width: 65%;
    }
    .util-box {
        right: 17%;
        top: 20px;
    }
    .language-box>li {
        width: 28px;
        height: 28px;
    }
    .language-box>li>a {
        font-size: 12px;
        line-height: 28px;
    }
}

/* ****************** GNB ********************** */

.gnb-bg {
    position: fixed;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 98;
}

#gnbPcBg {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 98;
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -ms-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out
}

#gnbPcBg.open {
    /*height:400px;*/
    height: 550px;
}

.gnb-bg-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    /*background: url(../images/layout/header_on_bottom_bg.jpg) no-repeat left top;*/
    width: 400px;
    height: 100%;
    margin-left: -952px;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.gnb-bg-inner {
    position: relative;
    top: 96px;
    left: 50%;
    display: inline-block;
    margin-left: -120px;
    display: none;
}

.gnb-bg-inner>strong,
.gnb-bg-inner>span {
    display: block;
}

.gnb-bg-inner>strong {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.gnb-bg-inner>span {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
}

.gnb-bg-inner>p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -0.5px;
}

#gnbPcBg.open .gnb-bg-box {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

#gnb {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;*/
}

#gnb ul.clearfix {
    /*width: 1100px;*/
    height: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}

#gnb ul.clearfix>li {
    float: left;
    /*width: 16.6%;*/
    height: 100%;
    text-align: center;
    position: relative;
}

#gnb ul.clearfix>li>a {
    display: block;
    font-size: 18px;
    line-height: 100px;
    color: #000;
    letter-spacing: -0.5px;
    position: relative;
    -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.clearfix>li>a:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #68AF45;
    -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.clearfix.sub>li.on>a:before {
    background-color: #fff;
}

#gnb ul.clearfix>li:hover {
    background-color: #f2f2f2;
}

#gnb ul.clearfix>li:hover>a {
    color: #68AF45;
}

#gnb ul.clearfix>li:hover>a:before,
#gnb ul.clearfix>li.on>a:before {
    width: 100%;
    margin-left: -50%;
}

#gnb ul.clearfix>li:hover>a:before,
#gnb ul.clearfix>li.on:hover>a:before {
    background-color: #68AF45;
}

#gnb .gnb-2dep {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    /*height:220px;*/
    height: 0;
    z-index: 0;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -ms-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
}

#gnb .gnb-2dep.open {
    /*height:400px;*/
    min-height: 1px;
    height: auto;
}

#gnb .gnb-2dep>li {
    text-align: center;
}

#gnb .gnb-2dep>li>a {
    display: block;
    font-size: 16px;
    line-height: 49px;
    letter-spacing: -0.5px;
    color: #000;
    position: relative;
    border-top: 1px solid #fff;
}

#gnb .gnb-2dep>li>a span {
    display: inline-block;
    line-height: normal;
}

#gnb .gnb-2dep>li:first-child>a {
    border-top: none;
}

#gnb ul.clearfix>li:hover .gnb-2dep {
    background-color: #f2f2f2;
}

#gnb .gnb-2dep>li:hover>a,
#gnb .gnb-2dep>li:focus>a {
    color: #fff;
    background: #68AF45;
}

/* 제품뎁스 
#gnb .gnb-2dep .bort {background-color:#eef3f9; border-left:1px solid #fff; border-right:1px solid #fff;}
#gnb .gnb-2dep .bort ul li {border-top:1px solid #fff;}
#gnb .gnb-2dep .bort ul li a {display:block; font-size:16px; line-height:49px; letter-spacing:-0.5px; color:#888; position:relative;}
#gnb .gnb-2dep .bort ul li a:hover {color:#fff; background-color:#68AF45;}*/

#gnb .gnb-2dep li.bort {
    background-color: #eef3f9;
}

/* -------- Header Hover 시 -------- */

#header.open {
    background-color: #fff;
}

#header.open #headerInner {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

#header.open #gnb ul.clearfix>li>a {
    color: #333;
}

#header.open #gnb ul.clearfix>li.on>a {
    color: #68AF45;
}

#header.open .gnb-logo-bg {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

#header.open .language-box>li {
    border: 1px solid #ccc;
    border-left: 0;
    background-color: #fff;
}

#header.open .language-box>li:first-child {
    border-left: 1px solid #ccc;
}

#header.open .language-box>li>a {
    color: #aaa;
}

#header.open .language-box>li.on {
    border: 1px solid #68AF45;
    background-color: #fff;
}

#header.open .language-box>li.on a {
    color: #68AF45;
}

/* ****************** Mobile GNB ********************** */

/* NAV OPEN BUTTON */

.right-open-btn {
    display: none;
    position: fixed;
    top: 35px;
    right: 3%;
    z-index: 99991;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -oz-transition: all 0.7s;
    -ms-transition: all 0.7s;
}

.nav-open-btn.active {
    display: block;
}

.right-open-btn .line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    -webkit-border-radius: px;
    -moz-border-radius: px;
    -o-border-radius: px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right-open-btn .line.line4 {
    width: 20px;
}

.right-open-btn.active .line {
    background-color: #000;
}

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

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

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

.right-open-btn.fixed {
    top: 26px;
}

/* -------- 모바일 gnb -------- */

#gnbMobile {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -80%;
    width: 100%;
    height: 100%;
    max-width: 280px;
    background-color: rgb(242, 242, 242);
    z-index: 9999;
    /* gnb OPEN 속도 */
    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);
}

#gnbMobile #navigation {
    margin-top: 70px;
}

#navigation>li {
    line-height: 60px;
    text-align: left;
}

#navigation>li>a {
    display: block;
    font-size: 20px;
    color: #000;
    letter-spacing: -0.5px;
    /* border-bottom:1px solid rgba(255,255,255,0.3); */
    padding-left: 3%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

#navigation>li:hover>a,
#navigation>li:focus>a {
    color: #68AF45;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6)
}

.m-gnb-2dep {
    display:none;
    padding-top: 1%;
}

.m-gnb-2dep>li {
    line-height: 40px;
    padding-left: 3%;
}

.m-gnb-2dep>li a {
    display: block;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    padding-left: 2%;
    text-transform: uppercase;
}

.m-gnb-2dep>li a:hover,
.m-gnb-2dep>li:focus>a {
    color: rgba(255, 255, 255, 1.0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.m-gnb-2dep>li:last-child a {
    border: none;
}

/* 오픈 됬을 때 */

#gnbMobile.open {
    right: 0px;
}

@media all and (max-width:1900px) {
    /* ****************** GNB ********************** */
    .gnb-bg-inner {
        margin-left: -60px;
    }
}

@media all and (max-width:1650px) {
    /* ****************** GNB ********************** */
    .gnb-logo-bg {
        left: 0;
        /*margin-left:-133px;*/
        margin-left: -113px;
    }
    .gnb-bg-box {
        left: 0;
        /*margin-left:-133px;*/
        margin-left: -113px;
    }
    #gnb ul.clearfix {
        /*position: absolute;
        top: 0;
        right: 133px;*/
    }
}

@media all and (max-width:1500px) {
    /* ****************** GNB ********************** */
    #gnb ul.clearfix {
        width: auto;
    }
    #gnb ul.clearfix>li {
        width: 135px;
    }
    #gnbMobile {
        width: 65%;
        padding: 0;
    }
}

@media all and (max-width:1220px) {
    /* ****************** GNB ********************** */
    #gnb {
        display: none;
    }
    /* NAV OPEN BUTTON */
    .right-open-btn {
        display: block;
    }
}

@media all and (max-width:768px) {
    /* ****************** GNB ********************** */
    #navigation>li>a {
        font-size: 18px;
    }
    .m-gnb-2dep>li a {
        font-size: 15px;
    }
    .right-open-btn.fixed {
        top: 35px;
    }
}

@media all and (max-width:480px) {
    /* ****************** GNB ********************** */
    #navigation>li {
        line-height: 50px;
    }
    #navigation>li>a {
        font-size: 16px;
    }
    .m-gnb-2dep>li a {
        font-size: 13px;
    }
}

/* ****************** HEADER , GNB :: FIXED ********************** */

.header-ms.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: HeaderFixed 0.7s;
    /*height: 79px;*/
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.header-ms.fixed #gnb ul.clearfix>li>a {
    color: #333
}
.header-ms.fixed #gnb ul.clearfix>li>a:hover{
    color: #68AF45
}
@-webkit-keyframes HeaderFixed {
    from {
        top: -120px
    }
    to {
        top: 0;
    }
}

@keyframes HeaderFixed {
    from {
        top: -120px
    }
    to {
        top: 0;
    }
}

#headerInner.fixed .logo {
    top: 23px;
}

#headerInner.fixed .util-box {
    top: 22px;
}

#headerInner.fixed .gnb-logo-bg {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    height: 80px;
}

#headerInner.fixed .language-box>li {
    border: 1px solid #ccc;
    border-left: 0;
    background-color: #fff;
}

#headerInner.fixed .language-box>li:first-child {
    border-left: 1px solid #ccc;
}

#headerInner.fixed .language-box>li>a {
    color: #aaa;
}

#headerInner.fixed .language-box>li.on {
    border: 1px solid #68AF45;
    background-color: #fff;
}

#headerInner.fixed .language-box>li.on a {
    color: #68AF45;
}

#gnb.fixed {
    height: 80px;
}

#gnb.fixed #gnbPcBg {
    top: 80px;
}

#gnb.fixed ul.clearfix>li>a {
    line-height: 80px;
    color: #333;
}

#gnb.fixed ul.clearfix.sub>li.on>a:before {
    background-color: #68AF45;
}

#gnb.fixed .gnb-2dep {
    top: 80px;
}

@media all and (max-width:1220px) {
    #headerInner.fixed {
        background: none;
        background-color: #68AF45;
        /*z-index:99;*/
    }
    #headerInner.fixed .language-box>li {
        border: 1px solid rgba(255, 255, 255, 0.25);
        background-color: rgba(0, 0, 0, 0.25);
        border-left: 0;
    }
    #headerInner.fixed .language-box>li:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.25);
    }
    #headerInner.fixed .language-box>li>a {
        color: #bbb;
    }
    #headerInner.fixed .language-box>li.on {
        border: 1px solid #fff;
        background-color: rgba(60, 61, 59, 0.25);
    }
    #headerInner.fixed .language-box>li.on a {
        color: #fff;
    }
    #headerInner.fixed .hamburger {
        top: 15px;
    }
}

@media all and (max-width:768px) {
    #headerInner.fixed {
        height: 69px;
    }
    #headerInner.fixed .logo {
        top: 17px;
    }
    #headerInner.fixed .util-box {
        top: 15px;
    }
    #headerInner.fixed .hamburger {
        top: 10px;
    }
}

@media all and (max-width:480px) {
    #headerInner.fixed {
        height: 64px;
    }
    #headerInner.fixed .logo {
        top: 16px;
    }
    #headerInner.fixed .util-box {
        top: 18px;
    }
    #headerInner.fixed .hamburger {
        top: 8px;
    }
}

/* ****************** FOOTER ********************** */

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

#footerVendor {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.vendor-list {
    width: 100%;
    padding: 23px 0 32px 0;
}

.vendor-list li {
    text-align: center;
}

.vendor-list li img {
    display: block;
    margin: 0px auto;
}

.footer-top-box>ul {
    float: right;
}

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

.footer-top-box>ul li:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #555;
    margin: 0 10px;
}

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

.footer-top-box>ul li>a {
    font-size: 13px;
    line-height: 29px;
    color: #888;
}

.footer-top-box>ul li.point>a {
    color: #ccc;
}

#familySiteBox {
    float: right;
    position: relative;
}

#familySiteBox a.family-open-btn {
    display: block;
    width: 158px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #656565;
    background: #444 url(../images/button/btn_familysite.jpg) no-repeat right top;
    font-size: 12px;
    color: #aaa;
}

#familySiteBox ul {
    display: none;
    position: absolute;
    bottom: 38px;
    width: 148px;
    border: 1px solid #656565;
    background-color: #444;
    padding: 10px;
    z-index: 2;
}

#familySiteBox ul li {
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

#familySiteBox ul li:first-child {
    margin-top: 0;
}

#familySiteBox ul li a {
    font-size: 13px;
    line-height: 26px;
    color: #aaa;
}

#familySiteBox ul li a i {
    float: right;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 3px;
}

#familySiteBox ul li a:hover {
    color: #fff;
}

/*.footer-bottom-box:before{display:block; content:""; width:240px; height:1px; background-color:#68AF45; position:absolute; top:-1px; left:50%; margin-left:-550px;}
.footer-bottom-inner > p{float:right; font-size:13px; line-height:20px; color:#777; font-weight:300; text-align:right;}
.footer-bottom-inner > p span{margin:0 5px;}
.footer-bottom-inner > p em{color:#ef5358;}*/

/* ****************** FOOTER :: 180117 수정 ********************** */

#footer {
    background-color: #68AF45;
    border-top: 1px solid #ddd;
}

#footerInner {
    padding: 50px 0;
}

.footer-top-box {
    width: 100%;
    margin-bottom: 25px;
}

.footer-logo {
    float: left;
    width: 50%;
}

.footer-sns {
    text-align: center;
}

.footer-sns a {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.footer-bottom-box {
    width: 100%;
}

.footer-contact-info {
    width: 50%;
    float: left;
}

.footer-contact-info>dl {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    max-width: 180px;
    margin-left: 3%;
}

.footer-contact-info>dl:first-child {
    margin-left: 0;
}

.footer-contact-info>dl dt {
    font-size: 15px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    border-bottom: 1px solid #aaa;
    padding: 5px 0;
}

.footer-contact-info>dl dd {
    padding: 10px 0 0 0;
}

.footer-contact-info>dl dd a {
    font-size: 15px;
    line-height: 20px;
    color: #68AF45;
    letter-spacing: -0.3px;
}

.footer-contact-info>dl dd i {
    vertical-align: middle;
    color: #474747;
    font-size: 22px;
}

.footer-bottom-inner {
    float: left;
    width: 50%;
}

.footer-bottom-inner>p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
    letter-spacing: -0.5px;
}

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

.footer-bottom-inner>p em {
    color: #68AF45;
}

.footer-bottom-inner>p a {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #68AF45;
    padding: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 5px;
}

.registered-list {
    width: 100%;
    text-align: center;
    line-height: 25px;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #777;
    padding: 0 0 15px 0;
}

.copyright>em {
    color: #68AF45;
}

@media all and (max-width:1220px) {
    /* ****************** FOOTER ********************** */
}

@media all and (max-width:768px) {
    /* ****************** FOOTER :: 180117 수정 ********************** */
    .footer-bottom-inner {
        padding-top: 15px;
    }
    .footer-bottom-inner>p span {
        margin: 0;
    }
    .footer-sns {
        text-align: right;
        width: 50%;
    }
    .footer-contact-info,
    .footer-bottom-inner {
        float: none;
        width: 100%;
    }
    .footer-contact-info {
        margin-bottom: 10px;
    }
    .footer-contact-info>dl {
        width: 45%;
        max-width: none;
    }
}

@media all and (max-width:480px) {
    /* ****************** FOOTER ********************** */
    .footer-bottom-inner {
        padding-top: 15px;
    }
    .footer-bottom-inner>ul li {
        margin: 0 2%;
    }
    .vendor-list {
        padding: 3% 0;
    }
    .vendor-list li img {
        max-width: 70%;
    }
    .registered-list img {
        max-width: 80%;
    }
    /* ****************** FOOTER :: 180117 수정 ********************** */
    .footer-logo img {
        max-width: 160px;
    }
    .footer-sns a img {
        max-width: 30px;
    }
    .footer-contact-info>dl {
        float: left;
        width: 48%;
    }
    .footer-contact-info>dl dt {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-contact-info>dl dd a {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
    }
    .footer-bottom-inner>p {
        line-height: 22px;
    }
    .copyright {
        padding: 3% 0;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.3px;
    }
}

/* ****************** SUB LAYOUT ********************** */

#visual {
    width: 100%;
    height: 290px;
    position: relative;
}

.sub-visaul-thum {
    width: 100%;
}

.sub-visaul-thum img {
    position: relative;
    left: 50%;
    margin-left: -952px;
}

.sub-visual-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sub-visual-box {
    height: 100%;
    display: table;
}

.sub-visual-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding-top: 10%;
}

.sub-visual-inner .page-prev {
    float: left;
}

.sub-visual-inner .page-next {
    float: right;
}

.sub-page-loc>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    margin: 0 10px;
}

.sub-visual-inner>h2 {
    display: inline-block;
    font-size: 36px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
}

#middleArea {
    width: 100%;
}

#sidebar {
    width: 100%;
    height: 59px;
    background: #f2f2f2;
    border-bottom: 1px solid #68AF45;
}

.snb {
    height: 100%;
    text-align: center;
}

.snb li {
    /*float:left;*/
    padding: 0 1px;
    display: inline-block;
}

.snb li>a {
    display: block;
    font-size: 15px;
    line-height: 59px;
    color: #333;
    letter-spacing: -0.5px;
    padding: 0 29px;
    margin: 0 auto;
    margin-top: 1px;
}

.snb li.on {
    background: #68AF45;
    /* Old browsers */
}

.snb li.on>a {
    color: #68AF45;
    background-color: #fff;
    font-weight: 500;
}

#content {
    width: 100%;
    padding: 40px 0;
}

.content-title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: 500;
    padding-bottom: 33px;
    letter-spacing: -1px;
    background: url(../images/layout/content_title_bg.jpg) no-repeat center bottom;
}

/* -------- 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: 50px;
    color: #fff;
    padding: 0 3%;
    background: #68AF45;
    /* Old browsers */
    /*
	background: -moz-linear-gradient(left, #9f80a8 0%, #8581a8 100%);
	background: -webkit-linear-gradient(left, #9f80a8 0%,#8581a8 100%);
	background: linear-gradient(to right, #9f80a8 0%,#8581a8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f80a8', endColorstr='#8581a8',GradientType=1 );*/
}

#topMenuBar .depth1-tit a span {
    line-height: 50px;
    font-size: 18px;
}

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

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

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

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

#topMenuBar .top-menu-list li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 4%;
    font-size: 15px;
    border-bottom: 1px solid rgba(116, 116, 116, 0.3);
    background-color: #fff;
    color: #333;
    text-align: center;
}

@media all and (max-width:1220px) {
    /* ****************** SUB LAYOUT ********************** */
    #sidebar {
        display: none;
    }
    #topMenuBar {
        display: block;
    }
    #content {
        padding: 3% 0;
    }
    .content-title {
        padding-bottom: 3%;
    }
}

@media all and (max-width:768px) {
    /* ****************** SUB LAYOUT ********************** */
    #visual {
        height: auto;
    }
    .sub-visaul-thum img {
        left: 0;
        margin-left: 0;
        margin: 0px auto;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .sub-visual-inner .page-prev,
    .sub-visual-inner .page-next {
        display: none;
    }
    .content-title {
        display: none;
    }
}

@media all and (max-width:480px) {
    /* ****************** SUB LAYOUT ********************** */
    .sub-visual-inner {
        padding-top: 12%;
    }
    .sub-visual-inner>h2 {
        font-size: 24px;
    }
    #topMenuBar .depth1-tit a span {
        font-size: 16px;
    }
    #topMenuBar .top-menu-list li a {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}

/* ****************** 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: 750px;
    margin: 20px auto;
    background-color: #fff;
}

.footer-modal-content h1 {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 0;
    background-color: #68AF45;
    color: #fff;
}

.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;
    border: 1px solid #ddd;
}

/* 사이트맵 */

.sitemap-wrapper {
    padding: 5%;
}

/* 인증서 */

.certification-popup-inner {
    max-width: 750px;
    margin: 0 auto;
}

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

@media all and (max-width:1220px) {
    /* ****************** MODAL LAYERPOPUP ********************** */
    /* modal layer content */
    .footer-modal-content {
        width: 94%;
        margin: 3% auto;
    }
}

@media all and (max-width:768px) {
    /* ****************** MODAL LAYERPOPUP ********************** */
    /* modal layer content */
    .footer-modal-content h1 {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .modal-close-btn i {
        font-size: 30px;
        vertical-align: top;
    }
}

@media all and (max-width:480px) {
    /* ****************** MODAL LAYERPOPUP ********************** */
    /* modal layer content */
    .footer-modal-content h1 {
        font-size: 18px;
    }
}

/* 카톡 실시간문의 팝업 */

.inquiry {
    position: fixed;
    z-index: 9999;
    left: 24px;
    bottom: 6%;
}