/* basic css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {margin: 0; padding: 0; border: 0;}
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {display: block;}
html, body { height:auto;}
body { color:#4c4c4c; line-height:1.6; letter-spacing: -0.5px; -webkit-text-size-adjust:none; }
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a:link { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }
a:active { color: inherit; text-decoration: none; }
a:focus { color: inherit; text-decoration: none; }
select, input, textarea {font-size: 100%;vertical-align: middle; }
input {margin: 0;padding: 0;}
ol, ul {list-style: none;}
label {cursor: pointer;}
legend, caption {width: 0;height: 0; visibility: hidden; font-size: 0;line-height: 0;}
button {cursor: pointer;}
button:focus {outline: 1px dotted;}
img {vertical-align: top;}
/* table {} */

.hidden {position: absolute;width: 0;height: 0;visibility: hidden;font-size: 0;line-height: 0; top:-9999px}


input[type="text"] {box-sizing:border-box; -webkit-appearance:none;appearance:none;}
input:-ms-input-placeholder {color:#808080}
input::-webkit-input-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
/* textarea {} */

html, body {height:auto; -ms-overflow-style: none;}

::-webkit-scrollbar {

/* display:none; */

}



/* layout*/


header { position: fixed; width: 100%; z-index:99999; top: 0; left: 0; }


.navi { position: absolute;  width: 100%; height: 7.188rem; right: 0px; top: 0px; z-index: 9999; border: none; background: none; transition: 0.3s; background: none; border: none; display: flex; justify-content: space-between; align-items: center; padding: 0 6.25rem; box-sizing: border-box; 
/*background: #fff; border-bottom: 1px solid #ddd; transition: background 0.5s, box-shadow 0.5s;*/
}

body.main .navi { animation: op 1.2s 0.8s both; }
body.sub .navi { animation: op 1.2s 0.4s both; }

@keyframes op {
	0% { opacity: 0; }
	100% {  }
}

/*body.main .navi { background: none; border-bottom: 1px solid transparent; }
body.main .navi:before { content:''; position: absolute; left: 0; bottom: 0; width: calc(100% - 80px); height: 1px; background-color: #fff; }*/

.logo_box { display: flex; justify-content: flex-start; align-items: flex-end; transform: translateY(0px);  transition: 0.3s;}
.logo_box>a { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: flex-end; }
.logo_box div { width: 173px; height: 27px; background: url(../img/common/bi.png) center no-repeat; background-size: cover; transition: 0.3s; }
.logo_box h1 { font-size: 15px; line-height: 100%; font-weight: 600; position: relative; padding-left: 12px; margin-left: 12px; transition: 0.3s; }
.logo_box h1::before { content: ''; width: 1px; height: 100%; position: absolute; left: 0; top: 0; bottom: 1px; margin: auto; background-color: #462836; opacity: 0.7; transition: 0.3s; }

.logo_box.nos {opacity:0; transition: 0.3s;}
.navi.white .logo_box div { background: url(../img/common/bi2.png) center no-repeat; background-size: cover; }
.navi.white .logo_box h1 { color: #fff; }
.navi.white .logo_box h1::before { background-color: #fff; }


.navi.over { background-color: #fff; border-bottom: 1px solid #ddd; }
.navi.over .logo_box div { background: url(../img/common/bi.png) center no-repeat; background-size: cover; }


/* #logo { width: 209.008px; height: 40px; transform: translateY(-0.44rem); position: absolute; top: 0; bottom: 0; margin: auto; margin: auto; left: 6.25rem; z-index: 99999999; transition: 0.3s; } */
/* #logo a { display: inline-block; width: 100%; height: 100%;  left:0px; background: url(../img/common/logo.png) center no-repeat; background-size: cover; text-indent:-9999px; transition: 0.3s; } */

/* body.main #logo a { background: url(../img/common/logo.png) center no-repeat; background-size: cover; } */


.navi.active { height: 6.25rem; background-color: #fff; border-bottom: 1px solid #ddd; }
/* .navi.active #logo a { background: url(../img/common/logo.png) center no-repeat; background-size: cover; } */
/*.navi.active2 { background-color: #fff; border-bottom: 1px solid #ddd; }*/


/*body.main .navi.active { background-color: #fff; border-bottom: 1px solid #ddd; }
body.main .navi.active2 { background-color: #fff; border-bottom: 1px solid #ddd; }*/


/* .navi.white #logo a { background: url(../img/common/logo2.png) center no-repeat; background-size: cover; } */



.gnb { position: absolute; left: 50%; top: 0; /*margin-left:-500px;*/ transform: translate(-55%); z-index:2; overflow:hidden; height: 100%; letter-spacing:0; z-index: 99; transition: 0.3s;}
.gnb>ul>li { position:relative; float:left; text-align:center; margin: 0 1.1rem; }

.navi .depth1 { position:relative; display:block; color: #000; font-size: 1.1375rem; font-weight: 500; letter-spacing: -0.3px; line-height: 7.188rem; margin: 0px; padding: 0px 0rem;transition: 0.3s; text-transform: uppercase; }
.gnb>ul>li:hover>a { color: #a32a58 !important; }
.gnb>ul>li>ul { display: block; margin-top: 1rem; opacity: 0; transform: translateY(1.25rem); }
.gnb>ul>li>ul>li { float: none; height: 1.875rem; width: auto; }
.gnb>ul>li>ul>li>a { font-size: 0.9213rem; color: #000; font-weight: 500; letter-spacing: -0.7px; }
.gnb>ul>li>ul>li>a:hover { color: #a32a58; }
.gnb .line { position: absolute; display: block; top:0; height: 0%; width: 1px; background: #a32a58; left: 0; right: 0; margin: auto; z-index:-99; transition: 0.35s; }
.navi-bg { position: absolute; display: block; width: 100%; height: 0px; left: 0; top: 7.188rem; z-index:1; overflow: hidden; transition: 0.3s;  }
.navi-bg .white-bg { width:100%; height: 19.75rem; background: #fff; border-bottom:1px solid #dedede; }

body.main .navi .depth1 { color: #000; }
body.main .gnb>ul>li:hover>a { color: #a32a58 !important; }
body.main .gnb .line { background: #a32a58; }

.navi.active .navi-bg { top: 6.25rem;transition: 0.3s;}
.navi.active .gnb .line { /*bottom: 1.75rem;*/ }
.navi.active .navi .depth1 { color: #000; }
.navi.active .gnb>ul>li:hover>a { color: #a32a58 !important; }
.navi.active .gnb .line { background: #a32a58; }

.navi.active .gnb .depth1 { color: #000; line-height: 6.25rem; transition: 0.3s; }
.navi.white .gnb .depth1 { color: #fff; color: rgba(255,255,255,0.4); }
.navi.white .gnb>ul>li:hover>a { color: #a32a58 !important; }
.navi.white .gnb .line { background: #a32a58; }

.navi.over .gnb .depth1 { color: #000; }
.navi.over .gnb .line { background: #a32a58; }
.navi.over .gnb>ul>li:hover>a { color:#a32a58 !important; }

.right_navi { position: relative; z-index: 1000; }

.language { height: 100%; letter-spacing:0; z-index: 90; font-family:'Noto Sans KR', sans-serif; margin-right:7rem;}
.language>ul { height: 100%; display: flex; justify-content: flex-end; align-items: center; }
.language>ul>li { position: relative; color: #262626; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; }
.language>ul>li a { display: flex; justify-content: flex-start; align-items: center; }
.language>ul>li:nth-child(1) div { width: 17px; height: 17px; background: url(../img/common/tel.png) center no-repeat; transition: 0.3s; }
.language>ul>li:nth-child(1) p { font-family: 'Carisma Gothic'; font-size: 26px; line-height: 100%; font-weight: 700; letter-spacing: 0px; margin-left: 10px; transition: 0.3s; }
.language>ul>li:nth-child(2) { margin-left: 15px; padding-left: 15px; margin-top: -1px; }
.language>ul>li:nth-child(2) a { width: 110px; height: 24px; background: url(../img/common/const.png) center no-repeat; background-size: cover; transition: 0.3s; }
.language>ul>li:nth-child(2)::before { content: ''; width: 1px; height: 16px; background-color: #462836; opacity: 0.7; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; transition: 0.3s; }

.navi.white .language>ul>li:nth-child(1) div { background: url(../img/common/tel2.png) center no-repeat; }
.navi.white .language>ul>li:nth-child(1) p { color: #fff; }
.navi.white .language>ul>li:nth-child(2) a { background: url(../img/common/const2.png) center no-repeat; background-size: cover; }
.navi.white .language>ul>li:nth-child(2)::before { background-color: #fff; }



/* .navi.active .language>ul>li:nth-child(1) { background: url(../img/common/tel.png) center no-repeat; background-size: cover; background-size: contain; }
.navi.active .language>ul>li:nth-child(2) { background: url(../img/common/const.png) center no-repeat; background-size: cover; }
.navi.active .language:before { background-color: #101f3a; }
.navi.active .language>ul>li:nth-child(2):before { background-color: #64505d; }
.navi.active .language>ul>li { color: #fff; }

.navi.white .language>ul>li:nth-child(1) { background: url(../img/common/tel2.png) center no-repeat; background-size: cover; background-size: contain; }
.navi.white .language>ul>li:nth-child(2) { background: url(../img/common/const2.png) center no-repeat; background-size: cover; }
.navi.white .language>ul>li:nth-child(2) { background: url(../img/common/open2.png) left center no-repeat; color: #fff; }
.navi.white .language>ul>li:nth-child(2) { color: #fff; }
.navi.white .language>ul>li:nth-child(2):before { background-color: #fff; } */


/**/

.right_scroll_wrap { width: 0.75rem; height: 14.375rem; margin: auto; overflow: hidden; position: fixed; z-index: 9999; right: 8rem; top: 0; bottom: 0; transform: translateY(2rem); animation: op 1.2s 0.8s both; }
.right_scroll_img { width: 100%; height: 5.188rem; background: url(../img/scroll.png) center no-repeat; transition: 0.3s; }
.right_scroll { width: 1px; height: 8.125rem; background-color: rgba(255,255,255,0.3); margin: auto; margin-top: 1rem; position: relative; transition: 0.3s; }
.right_scroll span { position: absolute; content:''; width: 0.625rem; height: 0.625rem; background-color: #c49c77; left: -0.25rem; top: 0; border-radius: 100%; transition: background 0.3s; }

.right_scroll_wrap.black .right_scroll_img { background: url(../img/scroll2.png) center no-repeat; }
.right_scroll_wrap.black .right_scroll { background-color: rgba(0,0,0,0.3); }
.right_scroll_wrap.black .right_scroll span { background-color: #c49c77; }

/**/

.top_bt_box { width: 3.75rem; height: auto; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; z-index: 99; transition: 0.5s; cursor: pointer; }
.top_bt_box p { font-size: 0.625rem; line-height: 100%; }

/*.top_bt { width: 2.625rem; height: 2.625rem; margin: auto; margin-top: 1rem; background-color: #045e51; }

.top_bt { width: 3.25rem; height: 5rem; position: relative; left: 0; right: 0; bottom: 0; margin: auto; text-align: center; z-index: 9; opacity: 1; transition: 0.7s 0s; margin-top: 0.8rem; overflow: hidden; }*/
.top_bt { width: 70px; height: 70px; border-radius: 100px; background-color: #fff; z-index: 99; transition: 0.5s; cursor: pointer; color: rgba(0,0,0,1); text-transform: uppercase; font-size: 10px; letter-spacing: 0; 
padding-top: 35px; box-sizing: border-box; position: absolute; left:0; right: 0; margin:0 auto; top: -35px; }
.top_bt:before { content:''; width: 4px; height: 4px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid rgba(0,0,0,1); border-top: 1px solid rgba(0,0,0,1); 
transform: rotate(45deg) translate(-3px,-3px); z-index: 9; }

/*  */

.right_quick { width: 100px; height: 100%; position: fixed; right: 0; top: 0; z-index: 99999; text-align: center; background-color: #a27d5b; letter-spacing: 0; }
.right_quick.ft { display: none; }
.right_open { padding: 3.0375rem 0; color: #a27d5b; background-color: #2e2d2b; color: #fff; letter-spacing: 0; }
.right_open p { font-size: 0.875rem; line-height: 130%; margin-bottom: 1.2rem; }
.right_open b { font-size: 0.925rem; font-weight: 600; position: relative; top: 0.1175rem; }
.right_quick>ul { margin-top: 2.5rem; color: #fff; }
.right_quick>ul>li { margin-bottom: 1rem; }
.right_quick>ul>li>a { display: block; padding: 1rem 0; }
.right_quick>ul>li h4 { font-size: 0.8125rem; line-height: 100%; margin-top: 1rem; font-weight: 300; }
.right_quick>ul>li h6 { font-size: 0.6875rem; line-height: 100%; margin-top: 0.25rem; font-weight: 200; opacity: 0.4; letter-spacing: 0.0313rem; }
.right_quick>h5 { width: 400%; color: #fff; font-size: 0.75rem; line-height: 100%; position: absolute; right: 0; bottom: 0px; transform: rotate(90deg) translate(-11.25rem,-9.75rem); transform-origin: top; letter-spacing: 0.4063rem; font-weight: 200; opacity: 0.4; }




/*.top_bt:before { content:''; width: 0.438rem; height: 0.438rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid #000; border-top: 1px solid #000; transform: rotate(45deg) translate(1.5px,1px); z-index: 9; }*/

/**/



header.hide { opacity: 0; z-index: -100; transition: 0.6s; }
#logo.hide { opacity: 0; z-index: -100; transition: 0.6s; }
.ham.hide { opacity: 0; z-index: -100; transition: 0.6s; }




@media screen and (-webkit-min-device-pixel-ratio:0){ 
	.top_bt { font-family: 'gotham'; }
}


@media all and (max-width: 1540px) { 
	
	#logo { width: 140px; height: 26px; } 
	.language>ul>li:nth-child(1) { width: 130px; height: 13px; }

}	


@media all and (min-width:1930px) { 
		
	}


/*  

.ham { z-index: 9999999; position: fixed; right: 160px; top: 37px; width: 40px; height: 40px; cursor: pointer; opacity: 1; border-radius: 100%; transition: right 0.5s, top 0.3s, border 0.3s; box-sizing: border-box; overflow: hidden; 
	}
	
body.main .ham { animation: op 1.2s 0.8s both; }

.ham:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; margin: auto; border-radius: 100%; border: 1px solid transparent; box-sizing: border-box; z-index: -1; transition: 0.3s; }
.ham span { display: block; background: #000; margin: 4px auto; width: 4px; height: 4px; border-radius: 100%; transition: 0.3s; }
.ham .bar1 { margin-top: 10px; }
.ham p { font-size: 12px; line-height: 100%; position: absolute; left: -105%; top: -1px; bottom: 0; margin: auto; display: flex; justify-content: flex-start; align-items: center; text-transform: uppercase;  opacity: 0; transition: opacity 0.5s 0.2s, color 0.3s; }
.ham p b { font-weight: 500; letter-spacing: 0; }

body.main .ham span { background-color: #000; }

.ham.active { transition: 0.5s, top 0.4s, right 0.5s 0.2s; right: 130px; overflow: visible; }
.ham.active span { background-color: #000 !important; }
.ham.active p { opacity: 1; color: #000; }

.ham.active .bar1 { transform: rotate(45deg); width: 100%; height: 1px; border-radius: 0; margin-top: 19px; }
.ham.active .bar2 { opacity: 0; }
.ham.active .bar3 { transform: rotate(-45deg); width: 100%; height: 1px; border-radius: 0; margin-top: -13px; }

.ham.active2 { top: 30px; }
.ham.active2:after { background-color: none !important; border: 1px solid transparent !important; }
.ham.active2 span { background-color: #000 !important; }

.ham.white:after { border: 1px solid transparent; }
.ham.white span { background: #fff !important; }

.ham.over:after { border: 1px solid transparent; }
.ham.over span { background: #000; }

.ham.hide { opacity: 0; } 
	
/*  

.site_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: -1; display: flex; justify-content: flex-end; align-items: center; transition: z-index 0s 1.2s; }
.site_bg { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: -1; background-color: #a32a58; opacity: 0; transition: z-index 0s 1.2s, opacity 1.33s cubic-bezier(.26,1,.48,1); }

.site_map { width: 48%; height: 98%; margin-right: 0.5%; display: flex; justify-content: flex-start; align-items: flex-start; padding-left: 5.75rem; box-sizing: border-box; position: relative; }
.site_map:after { content:''; position: absolute; width: 0%; height: 100%; background-color: #fff; border-radius: 0.625rem; right: 0; top: 0; z-index: -1; transition: 1.0s cubic-bezier(.641,.005,.095,1.05); }
.site_map>div { height: 100%; opacity: 0; transform: translateY(-3.125rem); position: relative; transition: 0.8s 0s; }
.site_logo { position: absolute; left: 2%; top: 10%; }
.site_map ul { text-align: left; margin-top: 24%; margin-top: 175px; transform: translateY(-0); }
.site_map ul li { font-size: 3.25rem; line-height: 150%; margin: 0; position: relative; font-weight: 700; color: #ccc; overflow: hidden; letter-spacing: -0.3125rem; opacity: 0; transition: 0.6s 0.0s; }

.site_map ul li span { display: inline-block; transition: 0.4s; padding-right: 1.25rem; }
.site_map ul li span:last-child { position: absolute; left: 0; right: 0; margin: auto; top: 0; transform: translateY(5.25rem); color: #a32a58; }

.site_map h6 { width: 200%; font-size: 0.75rem; line-height: 100%; position: absolute; left: 0; bottom: 8%; text-align: left; }

.site_map ul li a:hover span:first-child { transform: translateY(-5.25rem); }
.site_map ul li a:hover span:last-child { transform: translateY(0); }

.site_wrap.active { opacity: 1; z-index: 9999; transition: 0s; }
.site_bg.active { opacity: 0.85; z-index: 9998; transition: 0s, opacity 1.33s cubic-bezier(.26,1,.48,1); }
.site_wrap.active .site_map:after { width: 100%; transition: 1.0s cubic-bezier(.41,.005,.095,0.95); }
.site_wrap.active .site_map>div { opacity: 1; transform: translate(0); transition: 0.8s 0.4s; }
.site_wrap.active .site_map ul li:nth-child(1) { opacity: 1; transition: 0.6s 0.4s; }
.site_wrap.active .site_map ul li:nth-child(2) { opacity: 1; transition: 0.6s 0.55s; }
.site_wrap.active .site_map ul li:nth-child(3) { opacity: 1; transition: 0.6s 0.7s; }
.site_wrap.active .site_map ul li:nth-child(4) { opacity: 1; transition: 0.6s 0.85s; }
.site_wrap.active .site_map ul li:nth-child(5) { opacity: 1; transition: 0.6s 1s; }
.site_wrap.active .site_map ul li:nth-child(6) { opacity: 1; transition: 0.6s 1.2s; }


/*.top_bt:before { content:''; width: 0.438rem; height: 0.438rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid #000; border-top: 1px solid #000; transform: rotate(45deg) translate(1.5px,1px); z-index: 9; }*/

/**/





/**/

.ham { z-index: 9999999; position: fixed; right: 160px; top: 37px; width: 40px; height: 40px; cursor: pointer; opacity: 1; border-radius: 100%; transition: right 0.5s, top 0.3s, border 0.3s; box-sizing: border-box; overflow: hidden; 
	}
/*body.main .ham { animation: ham 1.6s 2.3s both; }
body.sub .ham { animation: ham 1.6s 0.3s both; }

@keyframes ham {
	from { opacity: 0; }
	to {  }
}*/

.ham:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; margin: auto; border-radius: 100%; border: 1px solid transparent; box-sizing: border-box; z-index: -1; transition: 0.3s; }
.ham span { display: block; background: #000; margin: 4px auto; width: 4px; height: 4px; border-radius: 100%; transition: 0.3s; }
.ham .bar1 { margin-top: 10px; }

.ham.active { transition: 0.5s, top 0.4s, right 0.5s 0.2s; right: 15px; }
/* .ham.active:after { } */
.ham.active span { background-color: #000 !important; }

.ham.active .bar1 { transform: rotate(45deg); width: 100%; height: 1px; border-radius: 0; margin-top: 19px; }
.ham.active .bar2 { opacity: 0; }
.ham.active .bar3 { transform: rotate(-45deg); width: 100%; height: 1px; border-radius: 0; margin-top: -12px; }

.ham.active2 { top: 30px; }
.ham.active2:after { background-color: none !important; border: 1px solid transparent !important; }

.ham.white:after { border: 1px solid transparent; }
.ham.white span { background: #fff; }

.ham.over:after { border: 1px solid transparent; }
.ham.over span { background: #000; }

.ham.active2:after { border: 1px solid transparent; }
.ham.active2 span { background: #000; }

/**/


.sitemap-close-btn { position: fixed; top: 30px; right: 18px; width: 27px; height: 27px; z-index:11111111111; transition: 0.6s; background: none; }
.sitemap-close-btn .line { display: block; position:relative; z-index: 1; width: 100%; height: 3px; background-color: #fff; margin: 6px 0; transition: 0.3s; }
.sitemap-close-btn .line1 { transform: translateY(4px) rotate(45deg); }
.sitemap-close-btn .line2 { transform: translateY(-4px) rotate(-45deg); }
.sitemap-close-btn .line3 { display: none; }
.sitemap-close-btn:focus { border: none; outline: none; }
.sitemap-close-btn .line{ background-color: #222; }



#sitemapContent{	font-family: 'Pretendard'; 
	position:fixed; top:0; left:0; right:0; bottom:0; z-index:99999; opacity:0;filter:Alpha(opacity=0); visibility:hidden; z-index:-1;
	-webkit-transition:all 0.3s  0.5s;-moz-transition:all 0.3s  0.5s;-o-transition:all 0.3s  0.5s;-ms-transition:all 0.3s  0.5s; transition:all 0.3s  0.5s;
}
#sitemapContent.open{
	opacity:1.0;filter:Alpha(opacity=100); visibility:visible; z-index:99999; background-color: #fff;
	-webkit-transition:all 0.3s  0s;-moz-transition:all 0.3s 0s;-o-transition:all 0.3s 0s;-ms-transition:all 0.3s 0s;transition:all 0.3s 0s;
}
#sitemapInnerCon{ position:absolute; top:0; left:0; bottom:0; right:160px; background-color: #fff; border-right:1px solid #ddd; width: calc(100% - 70px); }
#sitemapContent .sitemap-bg-box{position:absolute; top:0px; left:0px; width:100%; height:100%; }
#sitemapContent .visual-intro-item{float:left; position:relative; width: 16.66%;/*width: 14.28%; */ height:100%;}
#sitemapContent .visual-intro-item:first-child{ width: 16.66%; /*width: 14.28%;*/}
#sitemapContent .visual-intro-item:before{
	position:absolute;  left:0; width:1px; height:100%; content:""; background-color:#ddd; z-index:1; 
}
#sitemapContent .visual-intro-item:nth-child(odd):before{bottom:0;}
#sitemapContent .visual-intro-item:nth-child(even):before{top:0;}
#sitemapContent.open .visual-intro-item:first-child:before{display:none}
#sitemapContent .visual-intro-item:after{	
	content:""; position:absolute; width:100%; height:100%; right:0; top:0px; background: #333; 
	-webkit-transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s;
	transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s 
}
#sitemapContent.open .visual-intro-item:before{height:100%;}
#sitemapContent.open .visual-intro-item:after {width:0;}
#sitemapContent.open .visual-intro-item {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1); transform-origin:right top; transition-property: transform;
}
#sitemapContent.close{opacity:0;filter:Alpha(opacity=0); visibility:hidden;}
#sitemapContent.close .visual-intro-item:before{height:0;}
#sitemapContent.close .visual-intro-item:after {width:100%;}

.sitemap-wrapper{height:100%; }
.sitemap-wrapper > ul{overflow:hidden; position:relative; z-index:1; height:100%;}
/* 16.65% 16.67% */
.sitemap-wrapper > ul > li{overflow:hidden; float:left; width: 16.66%; height:100%;}
/*.sitemap-wrapper > ul > li:first-child{ width: 16.66%; }*/
.sitemap-wrapper > ul > li > h2{ overflow:hidden; color:#010101; font-size: 22px; letter-spacing:-1.0px; font-weight:600; text-transform: uppercase; }
.sitemap-wrapper > ul > li:hover > h2{ color:#010101; }
/* .sitemap-wrapper > ul > li .sitemap-2dep {} */
.sitemap-wrapper > ul > li .sitemap-2dep > li > a{
	overflow:hidden; position:relative; display:block;  padding: 15px 13% 15px; color:#101010; font-size:18px; letter-spacing:-0.15px; font-weight: 500; line-height:1.2em;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
/*.sitemap-wrapper > ul > li .sitemap-2dep > li > a:after{ position:absolute; top:0; left:0; width:0; content:""; height:100%; background:#c2682b; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s }*/
.sitemap-wrapper > ul > li .sitemap-2dep > li > a span{ position:relative; z-index:1; }
.sitemap-wrapper > ul > li .sitemap-2dep > li > a:before { content: '-'; margin-right: 0px; }
.sitemap-wrapper > ul > li .sitemap-2dep > li > a span:after { content:''; width: 0; height: 1px; background-color: #000; position: absolute; left: 0; bottom: -3px; transition: 0.3s; }
.sitemap-wrapper > ul > li .sitemap-2dep > li > a .gnb-icon{display:none;}
/*.sitemap-wrapper > ul > li .sitemap-2dep > li > a:hover{color:#fff; }*/
/*.sitemap-wrapper > ul > li .sitemap-2dep > li > a:hover:after{width:100%; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s}*/
.sitemap-wrapper > ul > li .sitemap-2dep > li:hover > a span:after { width: 100%; }
.sitemap-wrapper > ul > li:hover { background-color: #f2f2f2; }
/* ����Ʈ�� active */
.sitemap-wrapper > ul > li > h2 > span { margin: 70px 12% 40px; }
.sitemap-wrapper > ul > li > h2 > span,
.sitemap-wrapper > ul > li .sitemap-2dep
{
	display:block; opacity:0;filter:Alpha(opacity=50);
	-webkit-transform:translateX(-5%);
	transform:translateX(-50%);
	transition: transform .8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s, opacity .8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s; 
}
.sitemap-wrapper.menu-open > ul > li > h2 > span,
.sitemap-wrapper.menu-open > ul > li .sitemap-2dep {
	opacity:1.0;filter:Alpha(opacity=100);
	-webkit-transform:translateX(0);
	transform:translateX(0);
	transition: transform .8s cubic-bezier(0.47, 0, 0.31, 1.04), opacity .8s cubic-bezier(0.47, 0, 0.31, 1.04); 
}

.gnb_dep2 { font-size: 14px; color: #585858; line-height:1.2em; margin-bottom: 6%; }
/* .gnb_dep2 li {  } */
.gnb_dep2 li a { display: block; padding: 6px 16%; }
.gnb_dep2 li a span { transition: 0.3s; position: relative; }
.gnb_dep2 li a:before { content: '·'; margin-right: 3px; }
.gnb_dep2 li a span:after { content:''; width: 0; height: 1px; background-color: #009cac; position: absolute; left: 0; bottom: -3px; transition: 0.3s; }

.gnb_dep2 li a:hover span { color: #009cac; }
.gnb_dep2 li a:hover span:after { width: 100%; }

.site_gnb_bt { float: right; width: 21px; height: 21px; border: 1px solid #000; position: relative; box-sizing: border-box; margin-top: 1px; }
.site_gnb_bt div { background-color: #000; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.gnb_bt_line01 { width: 11px; height: 1px; }
.gnb_bt_line02 { width: 1px; height: 11px; display: none; }

/* .site_gnb_bt.close { } */
.site_gnb_bt.close .gnb_bt_line02 { display: block; }

/**/




header.hide { opacity: 0; z-index: -100; transition: 0.6s; }
#logo.hide { opacity: 0; z-index: -100; transition: 0.6s; }
.ham.hide { opacity: 0; z-index: -100; transition: 0.6s; }




@media screen and (-webkit-min-device-pixel-ratio:0){ 
	.top_bt { font-family: 'gotham'; }
}


@media all and (max-width: 1400px) { 
	
	#logo { width: 140px; height: 26px; }

	.navi { width: 100%; padding: 0 3.25rem; }

	.gnb { display: none; }

	.logo_box div { width: 150px; height: 23px; }
    body.main .navi.active .logo_box div { background: url(../img/common/logo2.png) center no-repeat; background-size: cover; }

	.right_navi { margin-right: calc(3.25rem); }

	.ham { top: 29px; right: 3.25rem; }
	.ham.active { right: 30px; }
	.ham.active2 { top: 22px; }

    .right_quick { z-index: 990; }	
	.right_quick.pc { display: none; }
	.right_quick.ft { width: 100%; height: auto; position: relative; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
	.right_quick ul { width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 0; }
	.right_quick ul li:first-child { width: 100%; }
	.right_quick ul li { width: 25%; height: 3.75rem; margin-bottom: 0; box-sizing: border-box; }
	.right_quick ul li a { width: 100%; height: 100%; display: flex; padding: 0; justify-content: center; align-items: center; }
	.right_quick ul li h4 { margin-top: 0; }
	.right_quick ul li h6 { margin-top: 2px; }
	.right_open { width: 100%; height: 100%; padding: 0;display: flex; justify-content: center; align-items: center; }
	.right_open>div { display: flex; justify-content: center; align-items: center; }
	.right_quick ul li a div { margin-left: 0.75rem; }
	.right_open p { margin-bottom: 0; margin-right: 0.75rem; }
	.right_open br { display: none; }
	
/**/

    .site_map { width: 70%; max-width: 600px; padding-left: 4.5rem; }
    .site_map ul { transform: translateY(1rem); margin-top: 150px; }

    .site_logo { top: 10%; top: 65px; }
    .site_logo img { width: 150px; height: 23px; }
    
}	


@media all and (max-width: 767px) { 
		
	.navi { padding: 0 5%; height: 6.5rem; justify-content: center; }
	.navi.active { height: 5.25rem; }
	
	.right_navi { margin-right: calc(5% + 2rem); position: absolute; right: 5%; margin-right: 0; }
	.logo_box div { width: 120px; height: 19px; }
	.language>ul>li:nth-child(1) div { width: 36px; height: 36px; border-radius: 100%; border: 1px solid #000; box-sizing: border-box; background-size: 14px !important; }
	.language>ul>li:nth-child(1) p { display: none; }
	
	body.main .language>ul>li:nth-child(1) div { border: 1px solid #fff; }
	body.main .navi.active .language>ul>li:nth-child(1) div { border: 1px solid #000; }

	.navi.active .language>ul>li:nth-child(1) div { border: 1px solid #000; }
	
	.ham { width: 36px; height: 36px; top: 21px; right: revert; left: 5%; border-radius: 100%; border: 1px solid #000; box-sizing: border-box; }
	.ham span { width: 16px; height: 1px; margin: 5px auto; border-radius: 0; }
	.ham .bar1 { margin-top: 11px; }
	.ham .bar2 { width: 10px; transform: translateX(3px); }
	
    .ham.active { left: 87%; left: revert; right: 5%; }
    .ham.active .bar1 { width: 70%; margin-top: 17px; }
    .ham.active .bar3 { width: 70%; margin-top: -12px; }
	.ham.active2 { top: 13px; border: 1px solid #000; }
    
	body.main .ham { border: 1px solid #fff; }
	body.main .ham.active2 { border: 1px solid #000; }

	.right_quick ul li { width: 50%; height: 3.75rem; }
	.right_quick ul li:nth-child(2),.right_quick ul li:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,0.2); }
	.right_quick ul li:nth-child(2),.right_quick ul li:nth-child(4) { border-right: 1px solid rgba(255,255,255,0.2); }
	.right_quick ul li img { transform: scale(0.85); transform-origin: center top; }
	/* .right_open p { margin-right: 0; }
	.right_open img { display: none; } */

    /**/

    .site_map { width: 100%; height: 100%; margin-right: 0; max-width: revert; justify-content: center; text-align: center; padding-left: 0; }
    .site_map:after { border-radius: 0; }
    .site_map>div { width: 100%; }
    .site_txt h1 { display: none; }
    .site_map ul { text-align: center; transform: translateY(1rem); }
    .site_map ul li { font-size: 2.75rem; line-height: 170%; }

    .site_logo { left: 5%; top: 34px; }
    .site_logo img { width: 120px; height: 19px; }

    .site_map h6 { width: 100%; text-align: center; font-size: 0.875rem; }

}

