@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

body{
    font-size: 0.95em; /* defalut 에서 정의한 크기가 아닌 자체 크기 재정의*/
/*    overflow-x: hidden; 이미지 PC,MOBILE 위치 보정을 위함 */
}
body > img{
	position: relative;
	left: calc(50% - 955px);
}
/* Board Pagination START */
.pg_wrap {
    display: flex;
    justify-content: center;
    clear: both;
    float: none;
    
}
/* Board Pagination END */
/* button style START */
.register .btn_confirm .btn_submit,
.mbskin .btn_submit,
#ol_submit{
    background-color: #534299 !important;
}
#btn_submit {
    border-color: #534299 !important;
    background-color: #534299 !important;
}
/* button style END */
.w1210 {width:1210px;margin:0 auto;position:relative}
.w1275 {width:1275px;margin:0 auto;position:relative}
.w1190 {width:1190px;margin:0 auto;position:relative}
.w1200 {width:1200px;margin:0 auto;position:relative}

/* TEMP START */
.quick{
	position: fixed;
	top: 308px;
	right:0;
    z-index: 500;
}
.quickMainEmbed{
	position: fixed;
	left: 88px;
	bottom: 30px;
    z-index: 500;
}
.quickMainEmbedContents{
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100px;
    z-index: 490;
}
.headerTemp{
    z-index: 9999;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.5);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.5);
}
#header .headerTemp.on,
#contents.main .headerTemp.on{
    position: fixed;
    top: 0;
}

/* TEMP END */

/*

    Header

*/
#header{
    background-color: #1c092a;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
}
#header > .contents{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 110px;
}
#header.on > .contents{
    display: none;
}
#header > .contents > section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100%/3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header > .contents > section:nth-child(1){
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#header > .contents > section:nth-child(2){
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#header > .contents > section:nth-child(3){
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#header > div > section .topSns.set{
    margin-right: 10px;
}
#header > div > section .topSns > a {
    margin-right: 5px;
    cursor: pointer
}
#header > div > section .topSns > a:last-child {
    margin-right:0;
}
#header > .contents ul.user{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 20px;
}
#header > .contents ul.user > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0px;
}
#header > .contents ul.user > li::after{
    content: '|';
    color: white !important;
    font-size: 8px;
    vertical-align: top;
    margin: 0 10px;
}
#header > .contents ul.user > li:last-child::after{
    content: none;
}
/*
#header > .contents ul.user > li:hover,
#header > .contents ul.user > li:hover > a{
    color: #0089d0;
}
*/
#header > .contents ul.user > li i{
    margin-right: 5px;
}
#header > .contents ul.user > li  > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 15px;
}
#header > .contents ul.user > li  > a > img{
    margin-right: 10px;
}
#header .info{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68px;
    height: 100%;
    background-color: #534299;
    margin-left: auto;
}
#header .info #gnbSitemapCollapseOpen,
#header .info #gnbSitemapCollapseClose{
    cursor: pointer;
}
#header .info #gnbSitemapCollapseClose{
    display: none;
    color: white;
}
#header .info > i{
    position: relative;
    width: 32px;
    height: 32px;
}
#header .info > i::before,
#header .info > i::after{
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: white;
}
#header .info > i::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .info > i::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* GB5 기반 메뉴  */
#header.on{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    width: 100%;
}
.gnb {
    position: relative;
    height: 71px; 
    background-color: #1c092a;
    border-top: 1px solid #7d7d7d;
    border-bottom: 0px solid #999999;
    z-index: 1000;
}
.gnb .gnb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

#gnb_1dul {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 1132px;
    flex: 0 1 1132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:1132px;
    height: inherit;
}
#gnb_1dul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: inherit;
    border-left: 0px solid #ddd;
    margin-right: 80px;
}
#gnb_1dul > li:last-child {
    border-right: 0px solid #ddd;
    margin-right: 0;
}
#gnb_1dul > li > a {
    height: inherit;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color:white;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 300; 
    position: relative; 
    overflow: hidden;
}
#gnb_1dul > li > a:hover > div {color:#ffed1f}
#gnb_1dul > li > a > div.beforeText,
#gnb_1dul > li > a > div.afterText{
    position: absolute;
    left:0;
    width: 100%;
    height: inherit; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
}
/* 메뉴 타이틀 효과 비활성
#gnb_1dul > li > a::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 4px;
    display: block;
    border-bottom: 6px solid #0089d0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
    opacity: 0;
    transition: .5s;
}
#gnb_1dul > li > a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #0089d0;
    opacity: 0;
    transition: .5s;
}
#gnb_1dul > li.gnb_1dli_on > a::before,
#gnb_1dul > li.gnb_1dli_on > a::after{
    opacity: 1;
}
*/

#gnb_1dul .gnb_inner {
    position: absolute;
    top: 69px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background:rgba(28,9,42,0.9);
    border-bottom: 0px solid #ccc;
    visibility: hidden;
    overflow: hidden;
    z-index:99;
    -webkit-transition: .5s;
    transition: .5s;
}
#gnb_1dul .gnb_inner .inner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 210px;
    margin: 0 auto;
}
#gnb_1dul .gnb_inner .mn_intro {
    display: flex;
    justify-content: flex-start;
/*    align-items: center;*/
    width: 182px;
    background-color: none;
    padding: 80px 0 0 0;
    margin: 0;
}

#gnb_1dul .gnb_inner .mn_intro > h3{
    color: white;
    font-size: 20px;
    font-weight: 500;
}

#gnb_1dul .gnb_inner .mn_menu {
    display: flex;
    width: 710px;
    height: auto;
}
#gnb_1dul .gnb_inner .spot_img {
    display: flex;
    width: 310px;
    background-color: red;
}

#gnb_1dul .gnb_2dul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: /*20px 0 20px 25px;*/35px 0 55px 25px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#gnb_1dul .gnb_2dli {
    flex: 0 1 auto;
    min-width:105px;
    height:25px;
    margin-right:60px;
    opacity: 0;
}
#gnb_1dul .gnb_2dli:last-child {
    margin-right: 0px;
}
#gnb_1dul .gnb_2dli > a > h3 {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300
}
/*#gnb_1dul .gnb_2dli > a > h3::before {
    content: '▶';
    position: absolute;
    top: 0;
    left: -25px;
    visibility: hidden;
}*/
#gnb_1dul .gnb_2dli > a > h3:hover,
#gnb_1dul .gnb_2dli > a > h3:focus {
    color: #b87eff;
    text-decoration: underline;
}
/*#gnb_1dul .gnb_2dli > a > h3:hover::before,
#gnb_1dul .gnb_2dli > a > h3:focus::before{
    content: '▶';
    visibility: visible;
}*/
#gnb_1dul .gnb_3dul { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0 0;
    width: 414px;
    background: #eee;
    border-radius: 10px;
    padding: 10px;
}
#gnb_1dul .gnb_3dul li {width: 33%}
#gnb_1dul .gnb_3dul li a {font-size: 13px;line-height: 20px;color: #808080;font-weight:500}
#gnb_1dul .gnb_3dul li a:hover,
#gnb_1dul .gnb_3dul li a:focus {color: #7e16ff}

/* 메뉴가 absolute 애니메이션으로 변경되어 a태그 hover 백그라운드 컬러 제거 */
#gnb_1dul > li.gnb_1dli_on > a {
    color:#b87eff;
    background: none;
}
#gnb_1dul .gnb_1dli_on .gnb_inner,
#gnb_1dul .gnb_1dli_over .gnb_inner {
    height: 210px;
    visibility: visible;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli {-webkit-animation: gnbAni .2s 0s 1 forwards;animation: gnbAni .2s 0s 1 forwards}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(0) {-webkit-animation-delay: 0s;animation-delay: 0s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(1) {-webkit-animation-delay: 0.02s;animation-delay: 0.02s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(2) {-webkit-animation-delay: 0.04s;animation-delay: 0.04s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(3) {-webkit-animation-delay: 0.06s;animation-delay: 0.06s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(4) {-webkit-animation-delay: 0.08s;animation-delay: 0.08s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(5) {-webkit-animation-delay: 0.10s;animation-delay: 0.10s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(6) {-webkit-animation-delay: 0.12s;animation-delay: 0.12s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(7) {-webkit-animation-delay: 0.14s;animation-delay: 0.14s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(8) {-webkit-animation-delay: 0.16s;animation-delay: 0.16s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(9) {-webkit-animation-delay: 0.18s;animation-delay: 0.18s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(10) {-webkit-animation-delay: 0.20s;animation-delay: 0.20s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(11) {-webkit-animation-delay: 0.22s;animation-delay: 0.22s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(12) {-webkit-animation-delay: 0.24s;animation-delay: 0.24s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(13) {-webkit-animation-delay: 0.26s;animation-delay: 0.26s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(14) {-webkit-animation-delay: 0.28s;animation-delay: 0.28s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(15) {-webkit-animation-delay: 0.30s;animation-delay: 0.30s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(16) {-webkit-animation-delay: 0.32s;animation-delay: 0.32s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(17) {-webkit-animation-delay: 0.34s;animation-delay: 0.34s}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(18) {-webkit-animation-delay: 0.36s;animation-delay: 0.36s}

@-webkit-keyframes gnbAni {
    0% {opacity: 0;-webkit-transform: translateY(15px);transform: translateY(15px)}
    100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0)}
}

@keyframes gnbAni {
    0% {opacity: 0;-webkit-transform: translateY(15px);transform: translateY(15px)}
    100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0)}
}
/* collapse sitemap */
.gnb .sitemapContents{
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: solid #999999 0px;
    -webkit-box-shadow: 0 8px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0 8px 10px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 99;
}
.gnb .sitemapContents > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
}
.gnb .sitemapContents > ul > li{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 227px;
    flex: 1 1 227px;
    border-right: solid #999999 0px;
    padding: 30px 10px 50px;
}
.gnb .sitemapContents > ul > li:last-child{
    border-right: solid #999999 0px;
}
.gnb .sitemapContents > ul > li > a > h3{
    font-size: 20px;
    font-weight: 600;
    color: #52429a;
    letter-spacing: -2px;
    border-bottom: solid #52429a 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.gnb .sitemapContents > ul > li > ul > li{
    margin-bottom: 10px;
}
.gnb .sitemapContents > ul > li > ul > li:last-child{
    margin-bottom: 0;
}
.gnb .sitemapContents > ul > li > ul > li > a > h3{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    letter-spacing: 0px;
    word-break: keep-all;
    -webkit-transition: .5s;
    transition: .5s;
}
.gnb .sitemapContents > ul > li > ul > li:hover > a > h3{
    color:#52429a;
}

/* modal sitemap */
@media (min-width: 1200px){
    #gnbSitemap .modal-xl{
        max-width: 1400px;
    }
}
#gnbSitemap .modal-body{
    background-color: #f5f5f5;
}
#gnbSitemap .modal-body > ul{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    margin: 0;
}
#gnbSitemap .modal-body > ul > li{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 227px;
    flex: 1 1 227px;
    border-right: solid #999999 1px;
    padding: 30px 10px;
}
#gnbSitemap .modal-body > ul > li:last-child{
    border-right: solid #999999 0px;
}
#gnbSitemap .modal-body > ul > li > a > h3{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 30px;
}
#gnbSitemap .modal-body > ul > li > ul > li{
    margin-bottom: 10px;
}
#gnbSitemap .modal-body > ul > li > ul > li:last-child{
    margin-bottom: 0;
}
#gnbSitemap .modal-body > ul > li > ul > li > a > h3{
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    letter-spacing: -2px;
    -webkit-transition: .5s;
    transition: .5s;
}
#gnbSitemap .modal-body > ul > li > ul > li:hover > a > h3{
    color: #2174f4;
}
/* 

    Snb

*/
article.snb{
    width: 1210px;
    height: 80px;
    margin: 0 auto;
}
article.snb > ul{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: inherit;
    border: solid #d1d1d1 1px;
}
article.snb > ul > li{
    -webkit-box-flex: 0;
    -ms-flex: 1 1 170px;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 170px;
    height: 100%;
    border-right: solid #d1d1d1 1px;
}
article.snb > ul > li:last-child{
    border-right: solid #d1d1d1 0px;
    margin-right: 0;
}
article.snb > ul > li > a{
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    text-align: center;
    word-break: keep-all;
}
article.snb > ul > li.on{
    background-color: #52429a;
    border-bottom: solid #6c513c 0px;
}
article.snb > ul > li.on a{
    color: #ffffff;
}
/* toggleMenu */
section.toggleMenuWrap{
    position: relative;
    width: 100%;
    height: auto;
    margin: 80px auto;
}
section.toggleMenuWrap > ul.toggleMenu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-bottom: 70px;
}    
section.toggleMenuWrap > ul.toggleMenu > li{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 130px;
    flex: 0 1 130px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 130px;
    height: inherit;
    color: #333333;
    font-size: 22px;
    background-color: white;
    border: solid #999999 1px;
    margin-right: 10px;
    cursor: pointer;
} 
section.toggleMenuWrap > ul.toggleMenu > li.on,
section.toggleMenuWrap > ul.toggleMenu > li:hover{
    color: white;
    background-color: #666666;
}    
section.toggleMenuWrap > ul.toggleMenu > li:last-child{
    margin-right: 0;;
}
section.toggleMenuWrap > .content{
    position: relative;
    width: 100%;
    height: auto;
}     
section.toggleMenuWrap > .content > article{
    display: none;
}      
section.toggleMenuWrap > .content > article.on{
    display: block;
} 
section.toggleMenuWrap > .content > article > img{
    margin-bottom: 50px;
} 
section.toggleMenuWrap > .content > article > img:last-child{
    margin-bottom: 0;
}

/* 

    footer 

*/
#footer{
    position: relative;
    width: 100%;
    height: /*403px;*/445px;
    background-color: #e3e4e8;
    background: url(../../img/common/bg.jpg) center no-repeat;
    background-size: cover;
    border-top: solid #999999 1px;
}
#footer > div.grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}
#footer > div > section{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#footer > div > section.full{
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
}
#footer > div > section.full > p{
    text-align: center;
    color: #a5a5a7;
    font-size: 14px;
    padding: 45px 0 20px;
}
#footer > div > section.full > p:nth-child(2) {padding-top:0;margin-top: -12px;}
#footer > div > section.firstLeft,
#footer > div > section.firstRight{
    border-bottom: solid #999999 1px;
}
#footer > div > section.firstLeft{
    -ms-grid-column:1; /* IE11 Suport*/
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
}
#footer > div > section.firstLeft > h2{
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 4px;
    color: #a393c0;
}
#footer > div > section.firstRight{
    -ms-grid-column: 2; /* IE11 Suport*/
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    
    -webkit-box-orient: horizontal;
    
    -webkit-box-direction: normal;
    
    -ms-flex-direction: row;
    
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer > div > section.left,
#footer > div > section.right{
    height: 100%;
    margin: 30px 0 0;
}
#footer > div > section.left{
    -ms-grid-column: 1; /* IE11 Suport*/
    -ms-grid-row: 3;
    grid-column: 1;
    grid-row: 3;
    border-right: solid #999999 0px;
}
#footer > div > section.left ul{
    margin-bottom: 30px;
}
#footer > div > section.left ul > li{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 30px;
    font-size: 16px;
    background-color: none;
    border-radius: 0;
    margin-right: 30px;
}
#footer > div > section.left ul > li.color1{
    background-color: #4b4bd0;
}
#footer > div > section.left ul > li.color2{
    background-color: rgba(49, 99, 197, 0.6705882352941176);;
}
#footer > div > section.left ul > li > a{
    color: white;
    font-weight: 500;
}
#footer > div > section.left ul > li.color2 > a{
    color: white;
}
#footer > div > section.left ul > li:last-child{
    margin-right: 0;
}
#footer > div > section.left > address{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: white;
}
#footer > div > section.left > address > p{
    margin-bottom: 5px;
}
#footer > div > section.left > address > p:last-child{
    margin-bottom: 0;
}
#footer > div > section.left > address > p > i{
    font-size: 14px;
    font-style: normal;
    margin: 0 5px;
}
#footer > div > section.left > address > p > a{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 135px;
    height: 22px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: solid #ffffff 1px;
    margin-left: 10px;
}
#footer > div > section.right{
    -ms-grid-column: 2; /* IE11 Suport*/
    -ms-grid-row: 3;
    grid-column: 2;
    grid-row: 3;
    
    -webkit-box-orient: horizontal;
    
    -webkit-box-direction: normal;
    
    -ms-flex-direction: row;
    
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#footer > div > section.right ul.info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    height: auto;
}
#footer > div > section.right ul.info > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
#footer > div > section.right ul.info > li:last-child{
    margin-bottom: 0;
}
#footer > div > section.right ul.info > li > div.header{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 25px;
}
#footer > div > section.right ul.info > li > div.header > h3{
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}
#footer > div > section.right ul.info > li > div.header > img{
    width: 60px;
    height: 60px;
    margin-right: 0;
}
#footer > div > section.right ul.info li > img.number{
    width: 275px;
    height: 34px;
}
#footer > div > section.right ul.info li > ul{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding: 0
}
#footer > div > section.right ul.info li > ul > li{
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#footer > div > section.right ul.info li > ul > li.tel{
    margin-bottom: 15px;
}
#footer > div > section.right ul.info li > ul > li:last-child{
    margin-bottom: 0;
}
#footer > div > section.right ul.info li > ul > li > h3{
    display: inline-block;
    width: 63px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
    text-align: justify;
    text-align-last: justify;
    margin-right: 15px;
}
#footer > div > section.right ul.info li > ul > li > i{
    font-size: 14px;
    font-style: normal;
}
/* time schedule */
#footer .time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 103px;
}
#footer .time > div:first-child{
	width: 190px;
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8px;
}
#footer .time .contents{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 1010px;
	height: inherit;
    padding-left: 10px;
}
#footer .time .contents .box{
	width: 242px;
	height: 42px;
    letter-spacing: -.5px;
	background-color: #1c2130;
	border: solid white 1px;
	padding: 9px 0;
}
#footer .time .contents .box > h3{
	display: inline-block;
	width: 70px;
	height: 25px;
	text-align: center;
	font-size: 16px;
	color: white;
	border-right: solid #999999 1px;
	margin-right: 5px;
}
#footer .time .contents .box > span{
	font-size: 16px;
	font-weight: 500;
	color: white;
}

#footer .time .contents .fillBox{
	width: 242px;
	height: 42px;
    letter-spacing: -.5px;
	background-color: #4169e2;
	border: solid #002365 1px;
	padding: 9px 0;
}
#footer .time .contents .fillBox > h3{
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: white;
}
#footer > div > section ul.link > li{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 30px;
    font-size: 17px;
    font-weight: 400;
    background-color: none;
    border-radius: 0;
}
/* link */
#footer > div > section ul.link> li::after{
    content: ' ';
    width: 2px;
    height: 17px;
    background-color: #645b52;
    margin: 0 6px;
}
#footer > div > section ul.link> li:last-child::after{
    content: none;
    width: 0;
    height: 0;
}
#footer > div > section ul.link> li.color1{
    background-color: #4b4bd0;
}
#footer > div > section ul.link> li.color2{
    background-color: rgba(49, 99, 197, 0.6705882352941176);;
}
#footer > div > section ul.link> li > a{
    color: white;
    font-weight: 400;
}
#footer > div > section ul.link> li.color2 > a{
    color: white;
}
#footer > div > section ul.link> li:last-child{
    margin-right: 0;
}
/* sns */
#footer > div > section .bottomSns{
    margin-bottom: 20px;
}
#footer > div > section .bottomSns > a {
    margin-right: 5px;
}
#footer > div > section .bottomSns > a:last-child {
    margin-right:0;
}
/*ajax 완료팝업*/
.smComplete {opacity: 0;position: fixed;left: 50%;top: 50%;margin: -43px 0 0 -107px;padding: 0 40px;height: 85px;line-height: 85px;white-space: nowrap;color: #fff;font-size: 16px;background: rgba(0,0,0,.8);border-radius: 5px;z-index: 30000}

/* terms */
#terms {position: fixed;z-index: 30001;width: 70%;height: 90%;background: #fff;top: 101%;left: 15%}
#terms .t_group {display: -webkit-box;display: -ms-flexbox;display: flex;height: 55px}
#terms .t_group > li {-webkit-box-flex: 1;-ms-flex: 1;flex: 1}
#terms .t_group > li+li .mn {border-left: 1px solid #ddd}
#terms .mn {position: relative;height: 55px;line-height: 55px;background: #f6f6f6;border-bottom: 1px solid #ddd;text-align: center;font-size: 15px;cursor: pointer;outline: none}
#terms .mn.on {background: #fff;border-bottom: 0;font-weight: 500}
#terms .mn.on:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 2px;background: #1c092a}
#terms .cont { display: none;position: absolute;top: 55px;left: 0;right: 0;bottom: 0;padding: 15px 35px 35px;-webkit-transition: opacity .4s;transition: opacity .4s;}
#terms .mn.on+.cont {display: block;}
#terms h5 {font-size: 35px;text-align: center;font-weight: 500;margin: 0 0 20px}
#terms .txt { white-space: pre-line;border: 1px solid #ddd;padding: 20px;font-size: 15px;line-height: 25px;overflow: auto;height: calc(100% - 105px);word-break: keep-all}
#terms_bg {display: none;position: fixed;left: 0;top: 0;right: 0;bottom: 0;width: 100%!important;height: 100%!important;z-index: 30000;background: #000;opacity: 0.7}
#terms_close {opacity: 0;-webkit-transform: scale(0);transform: scale(0);position: absolute;right: -50px;top: 0;cursor: pointer}

@media (max-width: 767.98px) {
  #terms {height: 80%;}
  #terms .mn {padding:8px 5px;font-size: 12px;line-height:1.2;}
  #terms .cont { padding: 15px 15px 15px;}
  #terms .mn.on+.cont {display: block;}
  #terms h5 {margin-top:12px;font-size: 17px;}
  #terms .txt { padding: 10px;font-size: 12px;line-height: 15px;overflow: auto;height: calc(100% - 95px);
}

/*일본어랜딩*/
#footer.jp {border-top:0;height:500px}
#footer.jp>div>section.right ul.info li>ul>li>h3 {width:82px}
#contents.jp {margin-bottom:0}

.gnb.jp #gnb_1dul {flex: 1 1200px;width:1200px}
.gnb.jp #gnb_1dul>li {width:25%;margin-right:0}

/* terms */
#terms2 {position: fixed;z-index: 30001;width: 70%;height: 90%;background: #fff;top: 101%;left: 15%}
#terms2 .t_group {display: -webkit-box;display: -ms-flexbox;display: flex;height: 55px}
#terms2 .t_group > li {-webkit-box-flex: 1;-ms-flex: 1;flex: 1}
#terms2 .t_group > li+li .mn {border-left: 1px solid #ddd}
#terms2 .mn {position: relative;height: 55px;line-height: 55px;background: #f6f6f6;border-bottom: 1px solid #ddd;text-align: center;font-size: 15px;cursor: pointer;outline: none}
#terms2 .mn.on {background: #fff;border-bottom: 0;font-weight: 500}
#terms2 .mn.on:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 2px;background: #1c092a}
#terms2 .cont { display: none;position: absolute;top: 55px;left: 0;right: 0;bottom: 0;padding: 15px 35px 35px;-webkit-transition: opacity .4s;transition: opacity .4s;}
#terms2 .mn.on+.cont {display: block;}
#terms2 h5 {font-size: 35px;text-align: center;font-weight: 500;margin: 0 0 20px}
#terms2 .txt { white-space: pre-line;border: 1px solid #ddd;padding: 20px;font-size: 15px;line-height: 25px;overflow: auto;height: calc(100% - 105px);word-break: keep-all}
#terms_bg2 {display: none;position: fixed;left: 0;top: 0;right: 0;bottom: 0;width: 100%!important;height: 100%!important;z-index: 30000;background: #000;opacity: 0.7}
#terms_close2 {opacity: 0;-webkit-transform: scale(0);transform: scale(0);position: absolute;right: -50px;top: 0;cursor: pointer}


.quickMainEmbed2.ch .quickMainEmbedDepth1>ul.menu>li {flex:0 1 135px}
#footer.ch>div>section.right ul.info li>ul>li>h3 {width:118px}



/*하단 빠른상담폼*/
.bottomCounsel {background:rgba(0,0,0,0.7);width:100%;}
.bottomCounsel .counseling {width:1200px;margin:0 auto;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;padding: 20px 0}
.bottomCounsel .counseling .sjt {margin-right:45px;}
.bottomCounsel .counseling .sjt h3 {font-size: 27px;color: #fff;padding-top:3px;line-height:1}
.bottomCounsel .counseling form {width:1000px}
.bottomCounsel .counseling form .input:nth-of-type(1) {width:600px} 
.bottomCounsel .counseling form .input {float:left}
.bottomCounsel .counseling form .input input.name {
    padding-left:3px;
    width: 150px;
    height: 35px;
    float: left;
    margin-right: 10px;
}
.bottomCounsel .counseling form .input input.tel {
    padding-left:3px;
    width: 200px;
    height: 35px;
    float: left;
    margin-right: 10px;
}
.bottomCounsel .counseling form .input .counselingSelect select {
    width: 200px;
    height: 35px;
    display: inline-block;
    float: left;
}
.bottomCounsel .counseling form .input .checkBox {padding: 8px 20px 0 0;}
.bottomCounsel .counseling form .input .checkBox label {color:#fff}
.bottomCounsel .counseling form .input .checkBox label input {margin-right: 5px;}
.bottomCounsel .counseling form .input .checkBox label span i {font-style:normal;margin-left:3px}
.bottomCounsel .counseling form .result {float:right}
.bottomCounsel .counseling form .result button {
    width: 150px;
    height: 35px;
    background: #7d5dcc;
    color: #fff;
    border: none;
}