@charset "utf-8";



/* 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 {font-size: 18px; font-family: NotoSansCJKkr-Light, dotum, sans-serif;  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 ; font-family: NotoSansCJKkr-Light, dotum, sans-serif;}
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;}
input:-ms-input-placeholder {color:#808080}
input::-webkit-input-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
textarea {}

.point {color:#916b4a}
html, body {height:auto; -ms-overflow-style: none;}

::-webkit-scrollbar {

display:none;

}


/* layout*/


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


.navi { position: absolute;  width: 100%; height: 100px; right: 0px; top: 0px; z-index: 9999; border: none; background: none; transition: border 0.3s, background 0.3s; background: none; border-bottom: 1px solid rgba(255,255,255,0.5); }


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

.navi.active { border-bottom: 1px solid rgba(0,0,0,0.3); }
.navi.active2 { border-bottom: 1px solid rgba(0,0,0,0.3); background-color: #fff; }
.navi.active2 #logo a { background: url(../img/common/logo2.png) center no-repeat; background-size: cover; }

.nav_bg { position: fixed; width: 100%; top: 0; left: 0; z-index: 99; display: none; }
.right_bg { position: fixed; height: 100%; top: 0; right: 0; z-index: 99; opacity: 0.4; display: none; }
body.main .nav_bg { display: block; }
body.main .right_bg { display: block; opacity: 1; }

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



.gnb { min-width: 1030px; position:absolute;  left: 48.5%; transform: translate(-50%); z-index:2; overflow:hidden; height: 100px; letter-spacing:0; font-family:'Noto Sans KR', sans-serif; z-index: 99; }
.gnb>ul>li { position:relative; float:left; text-align:center; margin: 0 15px;  }

.gnb .depth1 { position:relative; display:block; color: #fff; font-size: 15px; font-weight: 400; letter-spacing:-1px; line-height: 100px; margin: 0px; padding: 0px 12px; transition: 0.3s; }
.gnb>ul>li>a:hover { color: #fff; }
.gnb>ul>li>ul { display: block; min-height: 140px; margin-top:16px; opacity: 0; transform:translateY(20px); }
.gnb>ul>li>ul>li { float: none; height: 30px; width: auto; }
.gnb>ul>li>ul>li>a { font-size:13px; color: #111; font-weight: 500; letter-spacing:-0.7px; }
.gnb>ul>li>ul>li>a:hover { color: #ba0061; }
.gnb .line { position:absolute; display: block; bottom: 0px; height: 4px; width: 0%; background: #fff; 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: 101px; z-index:1; overflow: hidden; }
.navi-bg .white-bg { width:100%; height: 200px; background:#fff; border-bottom:1px solid #dedede; }


.navi.active .gnb .depth1 { color: #171717; }
.navi.active .gnb>ul>li>a:hover { color: #ba0061; }
.navi.active .gnb>ul>li>ul>li>a:hover { color: #ba0061; }
.navi.active .gnb .line { background: #ba0061; }

.navi.active2 .gnb .depth1 { color: #171717; }
.navi.active2 .gnb>ul>li>a:hover { color: #ba0061; }
.navi.active2 .gnb>ul>li>ul>li>a:hover { color: #ba0061; }
.navi.active2 .gnb .line { background: #ba0061; }


.language { position: absolute; top: 0; bottom: 0; margin: auto; width: auto; height: 100px; right: 170px; letter-spacing:0; z-index: 90; font-family:'Noto Sans KR', sans-serif; }
.language>ul>li { float: left; position: relative; transition: 0.3s; }
.language>ul>li:nth-child(1) { width: 171px; height: 21px; margin-top: 39.5px; background: url(../img/common/tel.png) center no-repeat; }
.language>ul>li:nth-child(1) img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; }

.navi.active .language>ul>li:nth-child(1) { background: url(../img/common/tel2.png) center no-repeat; }
.navi.active2 .language>ul>li:nth-child(1) { background: url(../img/common/tel2.png) center no-repeat; }


/**/



.ham { z-index: 99999999; position: fixed; right: 0; top: 0; width: 100px; height: 100px; border-radius: 0; cursor: pointer; opacity: 1; }
.ham:after { transition: 0.3s; }
.ham span { display: block; background: #fff; margin: auto; width: 25px; height: 2px; border-radius: 0px; transition: 0.25s; }
.ham .bar1 { margin-top: 40px; margin-bottom: 7px; }
.ham .bar2 { width: 14px; transform: translateX(5px); }
.ham .bar3 { margin-top: 7px; }
.ham h6 { width: 100%; font-size: 12px; font-weight: 400; text-align: center; line-height: 100%; margin-top: 14px; transform: translateX(1px); }

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

.ham.active { border-right: none; }
.ham.active span { background-color: #000; }
.ham.active .bar1 { transform: rotate(45deg); margin-top: 49px; }
.ham.active .bar2 { opacity: 0; }
.ham.active .bar3 { transform: rotate(-45deg); margin-top: -10px; }

.ham.active:hover .bar1 { transform: rotate(45deg); margin-top: 49px; }
.ham.active:hover .bar3 { transform: rotate(-45deg); margin-top: -10px; }

.ham:hover .bar1 { transform: rotate(90deg); margin-top: 49px; }
.ham:hover .bar2 { opacity: 0; }
.ham:hover .bar3 { transform: rotate(0); margin-top: -11px; }


/**/


.right_quick { width: 100px; height: 100%; position: fixed; right: 0; top: 0px; border-left: 1px solid #ddd; box-sizing: border-box; z-index: 9999; transition: border 0.3s; border-left: 1px solid rgba(255,255,255,0.5); }

.right_quick.active { border-left: 1px solid rgba(0,0,0,0.3); }

.right_open { width: 100%; height: 185px; margin: auto; padding-top: 150px; position: relative; box-sizing: content-box; transition: 0.3s; display: none; }
.right_open img { position: absolute; left: 0; right: 0; margin: auto; top: 145px; transform: translateX(0px); transition: 0.3s; display: none; }
.right_open p { font-family: 'Carisma Gothic'; width: 300px; font-size: 18px; line-height: 100%; color: #fff; position: absolute; left: 60px; margin: auto; top: 140px; transform-origin: left top; transform: rotate(90deg); 
transition: 0.3s; letter-spacing: 1px; font-weight: 600; }
.right_open p span { font-family: 'Noto Sans KR', sans-serif; font-size: 17px; margin-left: 5px; letter-spacing: -0.5px; font-weight: 400; }
.right_open_img { opacity: 1; }
.right_open_img_on { opacity: 0; }
.open_plus { width: 33px; height: 33px; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; background-color: #fff; border-radius: 100%; z-index: 9; transition: 0.3s; border: 1px solid #fff; box-sizing: border-box; }
.open_plus:before { content:''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 13px; height: 1px; background-color: #6b7279; }
.open_plus:after { content:''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: 13px; width: 1px; background-color: #6b7279; }
.right_open:hover .open_plus { transform: rotate(180deg); }

.right_quick.active .right_open_img_on { opacity: 1; }
.right_quick.active .right_open_img { opacity: 0; }
.right_quick.active .right_open p { color: #000; }
.right_quick.active .open_plus { border: 1px solid #000; background-color: #000; }
.right_quick.active .open_plus:before  { background-color: #fff; }
.right_quick.active .open_plus:after  { background-color: #fff; }


.quick_menu { width: 86px; position: relative; left: -4px; margin-top: 10px; display: none; position: absolute; bottom: 420px; } 
.quick_menu li { width: 100%; height: 35px; position: relative; margin-top: 15px; text-align: left; opacity: 0.5; transition: 0.3s; }
.quick_menu li .quick_bg { width: 8px; height: 8px; background-color: #fff; display: inline-block; z-index: 1; border-radius: 100%; margin-top: 13.5px; }
.quick_menu li p { display: inline-block; font-size: 10px; color: #fff; line-height: 12px; text-transform: uppercase; font-weight: 500; letter-spacing: -0.2px; margin-left: 15px; vertical-align: middle;  }
.quick_menu li a { width: 100%; height: 100%; display: block; }
.quick_menu li h3 { position: absolute; left: -25px; top: 0; line-height: 33px; font-size: 20px; font-weight: 700; color: #fff; opacity: 0; transition: 0.3s; }

body.main .quick_menu { display: block; }

/*.quick_menu li:nth-child(3) p { position: relative; top: -22px; left: 8px; letter-spacing: -0px; }*/

.right_quick.active .quick_menu li .quick_bg { background-color: #000; }
.right_quick.active .quick_menu li p { color: #000; font-weight: 600; }
.right_quick.active .quick_menu li h3 { color: #000; font-weight: 800; }

.quick_menu li.active h3 { left: -35px; opacity: 1; }
.quick_menu li.active { opacity: 1; }

.quick_gnb { width: 82px; position: absolute; left: -41px; bottom: 80px; } 
.quick_gnb li { width: 82px; height: 82px; position: relative; margin-top: 14px; }
.quick_gnb li .quick_bg { width: 82px; height: 82px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 1; border-radius: 100%; }
.quick_gnb li a { width: 100%; height: 100%; display: block; border-radius: 100%; }
.quick_gnb li img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 9; } 
.quick_gnb li:nth-child(2) .quick_bg:after { content:''; width: 100%; height: 100%; border-radius: 100%; box-sizing: border-box; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid rgba(0,0,0,0.3);
transition: 0.3s; opacity: 1; }
body.main .quick_gnb li:nth-child(2) .quick_bg:after { opacity: 0; }

.quick_gnb li:nth-child(1) .quick_bg { background-color: #B71B5F; }
.quick_gnb li:nth-child(3) img { transform: translateY(-2px); }
.quick_gnb li:nth-child(3) .quick_bg { background-color: #000; }
.quick_gnb li:nth-child(3) img { transform: translateY(-2px); }
.quick_gnb li:nth-child(2) .quick_bg { background-color: #fff; }
.quick_gnb li:nth-child(2) p { display: inline-block; height: 27px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 9; color: #000; text-align: center; font-size: 11px; font-weight: 600; line-height: 15px; 
letter-spacing: -0.5px; }
.quick_gnb li:nth-child(2) p span { font-size: 21px; font-weight: 800; }

.right_quick.active .quick_gnb li:nth-child(1) .quick_bg:after { opacity: 1; }


/*.quick_gnb li:nth-child(1) .quick_bg { background-color: #3c2b30; }
.quick_gnb li:nth-child(1) img { transform: translateY(-2px); }
.quick_gnb li:nth-child(2) .quick_bg { background-color: #fff; }*/

.top_bt { width: 38px; height: 38px; background-color: #fff; position: absolute; left: -19px; bottom: 25px; z-index: 99; transition: 0.5s; cursor: pointer; border-radius: 100%; border: 1px solid rgba(0,0,0,0.3); box-sizing: border-box; }
.top_bt:before { content:''; width: 7px; height: 7px; 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; }
body.main .top_bt { border: 1px solid #fff; }

.right_quick.active .top_bt { border: 1px solid rgba(0,0,0,0.3); }


/*.dday_box { position: absolute; left: 90px; bottom: -175px; z-index: 99; color: #fff; border: 1px solid #fff; width: 150px; height: 150px; display: flex; text-align: center; justify-content: center; align-items: center; border-radius: 100%; }
.dday_box p { font-family: 'Carisma Gothic'; font-size: 20px; line-height: 22px; font-weight: 600; transform: translateY(6px); text-shadow: 0 0 5px rgba(0,0,0,0.4); }
.dday_box p span { font-family: 'Noto Sans KR', sans-serif; font-size: 15px; margin-left: 5px; letter-spacing: -0.5px; font-weight: 400; }*/

/*.dday_box { position: absolute; left: 60px; bottom: -70px; z-index: 99; color: #fff; background-color: #B71B5F; width: 220px; height: 50px; display: flex; text-align: center; justify-content: center; align-items: center; display: none; }
.dday_box p { font-family: 'Carisma Gothic'; font-size: 17px; line-height: 100%; font-weight: 600; transform: translateY(0px); display: flex; align-items: center; }
.dday_box p b {  font-weight: 600; }
.dday_box p br { display: none; }
.dday_box p span { font-family: 'Noto Sans KR', sans-serif; font-size: 15px; margin-left: 6px; letter-spacing: -0.5px; font-weight: 400; display: block; position: relative; top: -1px; }
.dday_box p span:nth-child(2) { margin-left: 2px; }*/

/**/

.left_scroll_wrap { width: 12px; height: 145px; margin: auto; overflow: hidden; position: fixed; z-index: 9999; left: 30px; top: 0; bottom: 0; transform: translateY(60px); }
.left_scroll_img { width: 100%; height: 39px; background: url(../img/common/scroll.png) center no-repeat; transition: 0.3s; }
.left_scroll { width: 1px; height: 90px; background-color: rgba(255,255,255,0.5); margin: auto; margin-top: 15px; position: relative; }
.left_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #ba8741; left: -4px; top: 0; border-radius: 100%; }

.left_scroll_wrap.active .left_scroll_img { background: url(../img/common/scroll2.png) center no-repeat; }


/**/

body.main .navi { display: none; }
body.main .ham { display: none; }
body.main .right_quick { display: none; }
body.main .left_scroll_wrap { display: none; }



@keyframes navi {
	from { opacity: 0; }
	to {  }
}


/**/

.sitemap-close-btn { position: fixed; top: 30px; right: 18px; width: 27px; height: 27px; z-index:1111; 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: 'Noto Sans KR', sans-serif; 
	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% - 100px); }
#sitemapContent .sitemap-bg-box{position:absolute; top:0px; left:0px; width:100%; height:100%; }
#sitemapContent .visual-intro-item{float:left; position:relative; width: 12.5%; height:100%;}
#sitemapContent .visual-intro-item:first-child{ width: 12.5%; }
#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: 12.5%; height:100%;}
/*.sitemap-wrapper > ul > li:first-child{ width: 12.5%; }*/
.sitemap-wrapper > ul > li > h2{	overflow:hidden; color:#191919; font-size:18px; letter-spacing:-1.0px; font-weight:600; text-transform: uppercase; }
.sitemap-wrapper > ul > li:hover > h2{ color:#b7195d; }
.sitemap-wrapper > ul > li .sitemap-2dep {}
.sitemap-wrapper > ul > li .sitemap-2dep a{
	overflow:hidden; position:relative; display:block;  padding:20px 15%; color:#777; font-size:15px; letter-spacing:-0.15px; font-weight:400; 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 a:after{
	position:absolute; top:0; left:0; width:0; content:""; height:100%; background:#1f1842;
	-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 a span{position:relative; z-index:1;}
.sitemap-wrapper > ul > li .sitemap-2dep a .gnb-icon{display:none;}
.sitemap-wrapper > ul > li .sitemap-2dep a:hover{color:#fff; }
.sitemap-wrapper > ul > li .sitemap-2dep 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}
/* ����Ʈ�� active */
.sitemap-wrapper > ul > li > h2 > span { margin:77px 15% 40px; }
.sitemap-wrapper > ul > li > h2 > span,
.sitemap-wrapper > ul > li .sitemap-2dep a span{
	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 a span{
	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); 
}



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


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

	}


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