@charset "utf-8";


/* CSS Document */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, b, i, ul, li { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;font-family: 'Noto Sans KR','Noto Sans cjk KR','Noto Sans', sans-serif;}
h2{color:#72381b; font-size: 25px;padding:80px 0 50px;}
h3{color: #a25d00;}
table{border-collapse: collapse;}
body {line-height:1.2em;color:#3e2a1b;background: #fff5e8;}
ul li{list-style:none;}
a {margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; text-decoration: none; color: inherit; display: inline-block;}
img {vertical-align: bottom;}
hr {margin: 20px 0}
.clear {clear:both;}
.clearfix::after{content:"";display: inline-block;clear:both;}

.nezo-box {position: relative;padding-bottom: 200px;}
.pc_img{display: inline-block;}
.m_img{display: none;}




/*HEADER*/

.header {
    width: 100%;
    height: 40%;
/*    background: url(../images/header_bg.png) center bottom repeat-x, -webkit-linear-gradient( #ffcc53, #ff981f);*/
    background: #ffc75d ;
}

.header img {
    width: 100%;
}

.header-cont {
    width: 100%;
    max-width: 980px;
    min-width: 320px;
    margin: auto;
    position: relative;
}

.header-phone {
    width: 25%;
    max-width: 253px;
    position: absolute;
    top: 25%;
    right: 15%;
    z-index:1;
}

.bg {
    overflow-x: hidden;
}
.bg img{
    float: center;
    width: 100%
            ;
}

.header-phone img {
    width: 100%;
}

.header .inner {padding: 0}





.inner {
    width: 100%;
    display: inline-block;
    max-width: 980px;
    padding: 0 50px;
    box-sizing: border-box;
}



/*CONTENTS*/

.contents {
    width: 100%;
    max-width: 980px;
    margin: auto;
}


.contents p {
    padding-bottom: 30px;
    line-height: 1.6em
}



/*서비스 특징*/
.character img {width: 64px;}
.character table {margin: 0 0 40px}
.character td {padding: 5px 15px;}



/*결제방법*/

.message img {width: 100%; padding: 0}
.message ul {display: table}
.message li {display: table-cell; vertical-align: middle; width: 56%;}
.message li p {padding: 0 16px;}


/*프로세스*/
.process {width: 100%; min-width: 650px}
.process img {width: 100%; padding: 0; vertical-align: middle; }
.process ul {display: table}
.process li {display: table-cell;padding: 0 10px}
.process .pro-cont li {display:block; text-align: center; padding: 0 0 10px 0}


/*로그인 버튼*/
.login {
    text-align: center;
}

.btn_login {
    display: inline-block;
    position: fixed;
    margin: 10px -118px;
    bottom: 20px;
    padding: 20px 50px;
    z-index: 10;
}

.btn_login {
    background: #4f220c;
    color: #fcf5e8;
    font-weight: bold;
    border-radius: 50px;
}




/*tab menu*/
.tabs a {width:120px;padding:11px 0 12px 0;display:inline-block;font-size:13px;font-weight: 600;}

.section li.active a {width:116px;padding:9px 0 10px 0;box-sizing:border-box ;color:#ebb970;}
#faq .tabs>div {padding-bottom:100px;}
.inner {margin:0 auto;width: 100%;max-width: 980px;z-index: 1;}




/*FAQ*/
#faq ul.nav {border-width:2px 0 2px 0;border-color:#723c22;border-style:solid;margin:0;padding:0;}
#faq ul.nav ul {margin:0;}
#faq ul.nav li {width:100%;margin:0;border:none;border-bottom:1px solid #ad8562;}
#faq ul.nav li .left{width:2%; float:left; margin-right:20px;}
#faq ul.nav li .right{width:90%; float:left;}
#faq ul.nav li>ul>li {width:100%;text-align:left;padding:25px 30px;background:#ffe4b9;box-sizing:border-box;line-height:24px;font-size:13px;color:#2c1c11;}
#faq ul.nav li>a {width:100%;font-size:14px;text-align:left;padding:20px 20px 20px 25px;box-sizing:border-box;}
#faq ul.nav li>a>span {float:right;font-size:0;font-weight:normal;padding:5px 0 0 0;}
#faq ul.nav li em {font-style:normal;padding:0 5px 0 0;font-size:17px;font-weight: 600;}
#faq ul.nav li ul em {color:#2c1c11;}
#faq ul.nav li.active>a {background:none;}
#faq ul.nav li.open>a>span:after {url(../images/main/icon_list_on.png)}
#faq ul.nav li>a>span:after {url(../images/main/icon_list_off.png)}
#faq ul.nav a:hover, .nav li.active > a {background:none;}




.highlight li{font-size:16px;}

/*FOOTER*/

.footer {
    font-size: 15px;
    background-color: #342a22;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 500;
}

.footer .ft-wrap .ft-menu {
    display: flex;
    border-bottom: 1px solid #4e453c;
}
.footer .ft-wrap .ft-menu ul {
    overflow: hidden;
}
.footer .ft-wrap .ft-menu ul li {
    float: left;
    color: #ffe4b9;
}
.footer .ft-wrap .ft-menu ul li:first-child {
    padding-right: 25px;
    color: #fff;
}
.footer .ft-wrap .ft-menu ul li a {
    line-height: 55px;
}
.footer .ft-wrap .ft-company {
    display: flex;
    padding-bottom: 45px;
    padding-top: 25px;
}

.footer .ft-wrap .ft-company .logo {
    float: left;
}

.footer .ft-wrap .ft-company .logo h1 a {
    background: url(../../images/main/logo_eng.png) no-repeat;
    width: 150px;
    height: 40px;
    background-size: contain;
    background-position: center;
}
.footer .ft-wrap .ft-company .info {
    float: left;
    padding-left: 30px;
}

.footer .ft-wrap .ft-company .info p:nth-child(2) {
    font-size: 13px;
    opacity: 0.5;
    letter-spacing: 0.05rem;
    font-weight: 300;
    padding-top: 7px;
}


/* terms layer popup */

.term-popup {
    display: none;
    position: fixed;
    background-color: #00000099;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.term-popup.show {
    display: block;
}
.term-popup .popup-con {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 880px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.term-popup .popup-con .title {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 20px 35px;
    background-color: #f1f1f1;
}
.term-popup .popup-con .title h3 {
    float: left;
    color: #444;
    font-size: 20px;
}
.term-popup .popup-con .title button {
    position: relative;
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #f1f1f1;
    border: 0;
    cursor: pointer;
}
.term-popup .popup-con .title button::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    right: 0;
    background-color: #777;
    transform: rotate(45deg);
}
.term-popup .popup-con .title button::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #777;
    right: 0;
    transform: rotate(-45deg);
}
.term-popup .popup-con .text {
    color: #333;
    height: 530px;
    overflow: auto;
    font-size: 16px;
    word-break:keep-all;
    padding: 30px 50px 50px 35px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.03rem;
}

.term-popup .popup-con .text h2 {
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    padding: 0 0 5px 0;
}
.term-popup .popup-con .text p {
    line-height: 1.7!important;
}
.term-popup .popup-con .text p.subtit {
    padding: 13px 0 8px 0;
}
.term-popup .popup-con .text p.subtit2 {
    padding: 10px 0 5px;
    font-weight: 500;
}
.term-popup .popup-con .text::-webkit-scrollbar {
    width: 7px;  
}

.term-popup .popup-con .text::-webkit-scrollbar-thumb {
    height: 10%; 
    background-color: rgb(151 151 151);
    border-radius: 0px;
}

.term-popup .popup-con .text::-webkit-scrollbar-track {
    background-color: #fff;
}

.term-popup .popup-con .text table tr {
    border-bottom: 1px solid #dadada;
}
.term-popup .popup-con .text table tr:first-child {
    border-top: 1px solid #dadada;
}
.term-popup .popup-con .text table tr td {
    border-right:1px solid #dadada;
}
.term-popup .popup-con .text table tr td:first-child {
    border-left: 1px solid #dadada;
}
.term-popup .popup-con .text table th {
    border-right:1px solid #dadada;
}
.term-popup .popup-con .text table th:first-child {
    border-left: 1px solid #dadada;
}

.esglabel_wrap {
    display: flex;
    padding-top: 40px;
    flex-wrap: wrap;
}
.esglabel_wrap .label {
    width: calc((100% - 30px) / 3);
    margin: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.esglabel_wrap .label:hover {
    border-color: #bebebe;
}
.esglabel_wrap .label a {
    display: block;
    text-decoration: none!important;
    word-break: keep-all;
    padding: 25px;
}
.esglabel_wrap .label a img {
    display: block;
    height: 55px;
}
.esglabel_wrap .label a .tit {
    FONT-WEIGHT: 500;
    padding-top: 7px;
    color: #1d4aa3;
}
.esglabel_wrap .label a .sub {
    font-size: 15px;
    line-height: 1.6!important;
    padding-top: 3px;
    word-break: break-all;
}
.esglabel_wrap .label a .sub2 {
    font-size: 13px;
    line-height: 1.6!important;
    opacity: .5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.esg_h2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 25px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    border-radius: 8px;
}
.esg_h2 .txt {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #111;
    font-weight: 500;
}
.esg_h2 .txt span {
    color: #1d4aa3;
}
.esg_h2 .txt p {
    /* font-weight: 500; */
    /* font-size: 18px; */
    padding-left: 8px;
}
.esg_h2 .labelimg {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.esg_h2 .labelimg img {
    height: 50px;
    display: block;
}

/* terms layer popup */

@media (max-width:820px){
    .footer .ft-wrap .ft-company .logo {width: 100%;}
    .footer .ft-wrap .ft-company .info {width: 100%;padding-left: 0;padding-top: 5px;}
    .footer .ft-wrap .ft-company .info p {font-size: 13px;line-height: 1.5rem;word-break: keep-all;}
    .footer .ft-wrap .ft-company .info p:nth-child(2) {font-size: 12px;padding-top: 3px;}
    .footer .ft-wrap .ft-menu ul li a {line-height: 50px;}
    .footer .ft-wrap .ft-company .logo h1 a {width: 140px;height: 25px;}
    .term-popup .popup-con {width: 87%;}
    .term-popup .popup-con .title {padding: 15px 20px 15px 20px;}
    .term-popup .popup-con .title h3 {font-size: 18px;}
    .term-popup .popup-con .text {height: calc(100vh - 350px);padding: 15px 20px 35px 20px;}
    .term-popup .popup-con .text::-webkit-scrollbar {width: 4px;}

    .esglabel_wrap .label {width: calc((100% - 20px) / 2);}


}


@media (max-width:650px){

    .esglabel_wrap .label {width:100%;}
    .esglabel_wrap .label a {padding: 20px;}
    .esglabel_wrap .label a img {height: 45px;}
    .esglabel_wrap .label a .sub {font-size: 14px;line-height: 1.5!important;}
    .esglabel_wrap .label a .sub2 {padding-top: 5px;padding-bottom: 0;}
    .esg_h2 {flex-direction: column-reverse;background-color: #fff;padding: 0;margin-bottom: 10px;}
    .esg_h2 .txt {align-items: flex-start;}
    .esg_h2 .txt span {font-size: 16px;}
    .esg_h2 .txt p {font-size: 16px;}
    .esg_h2 .labelimg {padding-bottom: 10px;}
    .esg_h2 .labelimg img {height: 40px;}
		
	h2{padding:30px 0 15px;font-size:20px; line-height: 1.2em;}
	p, table, li{font-size: 14px; line-height: 1.4em;}
	table{margin:0 auto}
    
    .header {width: 100%; max-width: 650px;}
    .bg img{min-width: 650px;}
    
    .header-phone {
        top: 25%;
        right: 10%;
}

    
    
    
.pc_img{display: none;}
.m_img{display: block; width: 100%}


.inner {padding: 0 20px;}


.character{padding:0;}
.character img{width:50px;}
.character td {padding: 5px;}


.message ul {display: block; padding:10px}
.message li {display: inline; }
.message img {width: 100%; max-width: 500px; min-width: 280px}


.process {width: 100%; min-width: 20px}
.process li {padding: 0 1px}

.login .btn_login {
    max-height: 8px;
    font-size: 13px;
    line-height: 0.8em;
    z-index: 100;}