@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;}


/* 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: rgba(0,0,0,0.3); transition: 0.3s;
/*background: #fff; box-shadow: 0 0 14px rgba(0,0,0,0.15); transition: background 0.5s, box-shadow 0.5s;*/
}

body.main .navi { background: none; width: calc(100% - 180px); }

#logo { width: 296px; height: 24px; transform: translateY(0px); position: absolute; top: 0; bottom: 0; margin: auto; left: 60px; z-index: 98; float: left;}
#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; }

.navi>ul{display: flex; justify-content: flex-end; align-items: center;}
.navi>ul>li:nth-child(2) { position: absolute; top: 0; bottom: 0; margin: auto; left: 360px;width: 170px; height: 29px; border: 1px solid #fff; color: #fff; text-align: center; padding-top: 2px; margin-left: 20px; transform: translateY(-2px); }

.navi.active #logo a { background: url(../img/common/logo2.png) center no-repeat; background-size: cover; }
.navi.active { background-color: #fff; box-shadow: 0 0 14px rgba(0,0,0,0.15); }
body.main .navi.active { background: none; box-shadow: none; }

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


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

.gnb .depth1 { position: relative; display:block; color: #fff; font-size: 16px; font-weight: 500; letter-spacing:-1px; line-height: 100px; margin: 0 0px; padding: 0px 20px; margin-top: 0px; transition: 0.3s; }
.gnb>ul>li>a:hover { color: #2e4a57; }
.gnb>ul>li>ul { display: block; margin-top: 0; padding: 16px 0 20px; transition: revert !important; position: relative; z-index: 9; opacity: 0;}
/*.gnb>ul>li>ul:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: none; z-index: -1; transition: 0.3s; }*/
.gnb>ul>li>ul>li { float:none; height:30px; width:auto; opacity: 1; transform:translateY(0px); }
.gnb>ul>li>ul>li>a { font-size:13px; color:#161616; font-weight: 500; letter-spacing:-0.7px; }
.gnb>ul>li>ul>li>a:hover { color: #2e4a57; font-weight: 600; }
.gnb .line { position:absolute; display: block; bottom: 0; height: 4px; width: 0%; background: #2e4a57; left: 0; right: 0; margin: auto; z-index:-99;  }
.navi-bg { position:absolute; display: block; width: 100%; height: 0px; left: 0; top: 100px; z-index:1; overflow: hidden; }
.navi-bg .white-bg { width:100%; height: 210px; background:#fff; border-bottom:1px solid #dedede;  border-top:1px solid #dedede; }



.navi.active { height: 5.75rem; background-color: #fff; border-bottom: 1px solid #ddd; }
.navi.active>ul>li:nth-child(2) { border: 1px solid #2e4a57; color: #2e4a57; }

.navi.active .navi-bg {top: 92px; transition: 0.3s;}

/* .navi .gnb>ul>li>ul:after { background-color: #fff;} */

.navi.active .gnb .depth1 { color: #161616; }
.navi.active .gnb>ul>li>ul>li>a { color: #161616;}
.navi.active .gnb>ul>li>a:hover { color: #2e4a57; }
.navi.active .gnb .line { background: #2e4a57; bottom: 5px;}
/*body.main .gnb { left: 59%; }*/
body.main .gnb .depth1 { color: #fff; margin: 0 0px; padding: 0 20px; }
body.main .gnb>ul>li>ul>li>a {color: #161616;}
body.main .gnb>ul>li>a:hover { color: #2e4a57; }
body.main .gnb>ul>li>ul>li>a:hover {color: #2e4a57;}
body.main .gnb .line { bottom: 0; height: 2px; }


.navi.black .gnb .depth1 { color: #161616; }
.navi.black .gnb>ul>li>ul>li>a { color: #4c4c4c;}
.navi.black #logo a { background: url(../img/common/logo2.png) center no-repeat; background-size: cover; }
.navi.black .gnb>ul>li>ul>li>a {color: #161616;}
.navi.black>ul>li:nth-child(2) { border: 1px solid #2e4a57; color: #2e4a57; }


.language { position: absolute; top: 0; bottom: 0; margin: auto; width: auto; height: 100px; right: 140px; letter-spacing:0; z-index: 90; font-family:'Noto Sans KR', sans-serif; overflow: hidden; display: flex; align-items: center; }
.language>ul { display: flex; justify-content: flex-end; align-items: center; }
.language>ul>li { position: relative; transition: 0.3s; }
.language>ul>li>a { width: 100%; height: 100%; display: block; }
.language>ul>li:nth-child(1) { width: 165px; height: 21px; margin-right: 20px; background: url(../img/common/tel.png) center no-repeat; background-size: cover; box-sizing: border-box; }
/*.language>ul>li:nth-child(1):after { content:''; width: 1px; height: 20px; position: absolute; right: -20px; top: 0; bottom: 0; margin: auto; background-color: #fff; transition: 0.3s; }*/
/*.language>ul>li:nth-child(2) { width: 180px; height: 31px; border: 1px solid #fff; color: #fff; text-align: center; padding-top: 5px;margin-left: 20px; transform: translateY(-2px); }*/

.navi.active .language>ul>li:nth-child(1) { background: url(../img/common/tel2.png) center no-repeat; background-size: cover; }
.navi.active .language>ul>li:nth-child(1):after { background-color: #949494; }
/*.navi.active .language>ul>li:nth-child(2) { border: none; background:#2e4a57; color: #fff; }*/

body.main .language { right: 60px; }
body.main .language>ul>li:nth-child(1) { background: url(../img/common/tel.png) center no-repeat; background-size: cover; }

body.main .navi.black .language>ul>li:nth-child(1) { background: url(../img/common/tel2.png) center no-repeat; background-size: cover; }
/*body.main .navi.black .language>ul>li:nth-child(2) { border: none; background:#2e4a57; color: #fff; }*/

/**/

.left_quick { width: 180px; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999999; z-index: 999; box-sizing: border-box; background-color: #2e4a57; background-size: cover; overflow: hidden; }
.left_logo { position: absolute; left: 0; right: 0; top: 55px; margin: auto; }

.guest_quick { width: 47px; height: 230px; background-color: #2e4a57; position: fixed; right: 0; top: 0; bottom: 0; margin: auto; z-index: 9; text-align: center; animation: guest_quick 0.8s 1.6s both; }
.guest_quick a { width: 100%; height: 100%; display: block; }
.guest_icon { margin-top: 30px; margin-left: 3px;  }
.guest_quick p { width: 200px; color: #fff; font-size: 13px; line-height: 100%; text-align: left; transform: rotate(90deg); transform-origin: top left; margin-left: 31px; margin-top: 14px; }
.guest_arrow { position: absolute; left: -6px; top: 36px; }

@keyframes guest_quick {
	from { right: -47px; }
	to {  }
}

.left_box { width: 100%; position: relative; width: 100%; height: auto; left: 0; margin-top: 230px; }
.left_box ul { position: relative; }
.left_box ul:before { content:''; width: 1px; height: 85%; background-color: #fff; position: absolute; left: 25px; top: 0; bottom: 0; margin: auto; z-index: -1; opacity: 0.4; }
.left_box ul li { width: 100%; height: 33px; position: relative; margin-top: 25px; z-index: 9; }
.left_box ul li:after { content:''; position: absolute; right: -6px; top: 0; width: 6px; height: 100%; background-color: #fff; transition: 0.3s; }
.left_box ul li:nth-child(1) { margin-top: 0; }	
.left_box ul li a { width: 100%; height: 100%; display: block; display: flex; justify-content: flex-start; align-items: center; }
.left_box ul li .circle { position: relative; width: 13px; height: 13px; border-radius: 100%; background-color: #6f8189; transition: 0.3s; z-index: 9; margin-left: 19px; margin-right: 12px; }
.left_box ul li .circle:after { content:''; width: 7px; height: 7px; border-radius: 100%; background-color: #2e4a57; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.left_box ul li .left_txt { color: #fff; font-family: 'Carisma Classic'; letter-spacing: 0; width: calc(100% - 50px); margin-left: 0px; transition: 0.3s; }
.left_box ul li .left_txt h3 { font-weight: 600; font-size: 17px; line-height: 100%; transition: 0.3s; opacity: 0.4; }

.left_box ul li.active:after { right: 0; }
.left_box ul li.active .circle { opacity: 1; background-color: #fff; }
.left_box ul li.active .left_txt h3 { opacity: 1; }
.left_box ul li:hover:after { right: 0; }
.left_box ul li:hover .circle { opacity: 1; }
.left_box ul li:hover .left_txt h3 { opacity: 1; }

.left_box_line { width: 1px; height: 58px; background-color: #826d74; margin-top: 20px; margin-left: 40px; }
.left_pop_bt { cursor: pointer; width: 100%; height: 60px; position: relative; }
.left_pop_bt img { position: absolute; top: 0; bottom: 0; margin: auto; left: 35px; transition: 0.2s; }
/*.left_pop_bt:hover img { left: 38px; }*/

.left_open { width: 150px; box-sizing: border-box; text-align: center; line-height: 46px; margin: auto; margin-top: 80px; color: #fff; border: none; letter-spacing: -0.5px; margin-top: 55px; margin-bottom: 25px; border: 1px solid #fff; }
.left_open h2 { font-size: 15px; line-height: 130%; font-weight: 400; text-transform: uppercase; padding: 10px 0;  font-family: 'Noto Sans KR', sans-serif;}
.left_open h2 b { font-size: 20px; font-weight: 700; }
.left_open p { font-size: 15px; line-height: 100%; color: #2e4a57; font-weight: 500; background-color: #fff; padding: 7px 0; letter-spacing: -0.8px; }
.left_open p b { font-weight: 600; }

/*.left_const { margin-top: 30px; margin-left: 30px; }*/
.left_const { margin-top: 0px; margin-left: 15px; }
.left_box h6 { text-align: left; padding-left: 15px; box-sizing: border-box; font-size: 11px; line-height: 17px; color: #fff; opacity: 0.44; font-weight: 100; margin-top: 15px; letter-spacing: 0; }

/* layout*/

.gnb_wrap { position: fixed; top: 0; right: -100%; width:100%; max-width: 30%; height: 100%; z-index: 999999; overflow: scroll; transition: 0.7s; }
.gnb_wrap .gnb_top { position: relative; height: 100px; background:#fff; background-color: white; display: none; }
.gnb_wrap .gnb_top h1 { position: absolute; width: 130px; left: 0; right: 0; margin: auto; top: 0; bottom: 0; }
.gnb_wrap .gnb_top h1 img { width: 100%; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.gnb_wrap .gnb_list { position: relative; width: 100%; height: 100%; background-color: #f3f3f3; overflow: scroll; text-transform: uppercase; display: flex; justify-content: center; align-items: center; }
.gnb_wrap .gnb_list .gnb_dep1 { padding: 18px 25px; margin:0px; display: block; font-size: 26px; font-weight: 400; text-align: center; display: flex; justify-content: center; align-items: center; }
.gnb_wrap .gnb_list .gnb_dep1 h6 { font-family: 'Noto Sans KR', sans-serif; font-size: 10.5px; line-height: 100%; margin-left: 10px; padding: 3px 9px; border-radius: 10px; text-transform: uppercase; background-color: #ff7200; color: #fff;
font-weight: 500; display: inline-block; }
.gnb_wrap .gnb_list .gnb_dep1 span { display: inline-block; position: relative; color: #2e4a57; background-size: 24px 12px; font-weight: 400; letter-spacing: 0; }
.gnb_wrap .gnb_list .gnb_dep1 span:after { width: 0; height: 1px; position: absolute; content:''; left: 0; bottom: -2px; background-color: #2e4a57; transition: 0.5s; }
.gnb_wrap .gnb_list .gnb_dep1:hover span:after { width: 100%; }
.gnb_wrap .gnb_li_list.on .gnb_dep1 span:after { width: 100%; }
.gnb_wrap .gnb_list .gnb_dep1 span b { font-family: 'Noto Sans KR', sans-serif; font-weight: 500; }
.gnb_wrap .gnb_list .gnb_dep2 { display: none; margin-bottom: 10px; margin-top: -0px; }
.gnb_wrap .gnb_list .gnb_dep2 li { background-color: #f1f1f1; color: #2e4a57; text-align: center; }
.gnb_wrap .gnb_list .gnb_dep2 li a { display: block; padding: 7px 10px; font-size: 14px; font-weight: 500; letter-spacing: 1px; display: flex; justify-content: center; align-items: center; }
.gnb_wrap .gnb_list .gnb_dep2 li a h6 { font-family: 'Noto Sans KR', sans-serif; font-size: 10px; line-height: 100%; margin-left: 8px; padding: 3px 9px; border-radius: 10px; text-transform: uppercase; background-color: #ff7200; color: #fff;
font-weight: 500; display: inline-block; letter-spacing: -0px; transform: translateY(-1px); }
.gnb_wrap .gnb_list .gnb_dep2 li a span { position: relative; }
.gnb_wrap .gnb_list .gnb_dep2 span:after { width: 0; height: 1px; position: absolute; content:''; left: 0; bottom: -1px; background-color: #000; transition: 0.5s; }
.gnb_wrap .gnb_list .gnb_dep2 li a:hover span:after { width: 100%; }
.gnb_overlay { z-index: 999991; width: 100%; height: 100%; background: #000; opacity: 0.8; position: fixed; left: -100%; top: 0; transition: 0.6s 0.1s; }

.gnb_wrap.active { right: 0; transition: 0.6s 0.1s; }
.gnb_overlay.active { left: 0; transition: 0.7s 0s; }


/**/

.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; }

body.main .ham { display: none; }

/**/

.left_scroll_wrap { width: 12px; height: 175px; margin: auto; overflow: hidden; position: fixed; z-index: 9999; left: 220px; top: 0; bottom: 0; transform: translateY(-120px); animation: left_scroll 1.0s 1.6s both; }
.left_scroll_img { width: 100%; height: 59px; background: url(../img/common/scroll2.png) center no-repeat; transition: 0.3s; }
.left_scroll { width: 1px; height: 100px; background-color: #2e4a57; margin: auto; margin-top: 15px; position: relative; transition: 0.3s; }
.left_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #2e4a57; left: -4px; top: 0; border-radius: 100%; }

/*.left_scroll_wrap.active .left_scroll_img { background: url(../img/common/scroll.png) center no-repeat; }
.left_scroll_wrap.active .left_scroll { background-color: #fff; }*/

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

/**/

.right_quick { width: 100px; height: 100%; position: fixed; right: 0; top: 0; z-index: 999; display: flex; justify-content: flex-start; align-items: flex-end; }
.right_quick ul { margin-bottom: 120px; }
.right_quick ul li { width: 80px; height: 80px; margin: 15px 0; background-color: #fff; text-align: center; display: flex; justify-content: center; align-items: center; border-radius: 100%; border: 1px solid #ccc; color: #3d505d; }
.right_quick ul li:last-child { background-color: #3d505d; color: #fff; border: 1px solid #3d505d; }
.right_quick ul li:last-child img { transform: translateX(2px); }
.right_quick ul li a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; border-radius: 100%; }
.right_quick ul li h2 { font-size: 16px; line-height: 100%; font-weight: 800; margin-top: 2px; }
.right_quick ul li h5 { font-size: 11px; line-height: 100%; margin-top: 5px; font-weight: 500; letter-spacing:-1px;}
.right_quick ul li h6 { font-size: 11px; line-height: 100%; font-weight: 500; margin-top: 5px; }

.top_bt { width: 38px; height: 38px; background-color: #fff; position: absolute; left: 0; right: 18px; margin: auto; bottom: 55px; z-index: 99; transition: 0.5s; cursor: pointer; border-radius: 100%; border: 1px solid #ccc; 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 .right_quick { display: none; }

/**/

.right_brand_wrap { width: 37px; height: 245px; margin: auto; overflow: hidden; position: fixed; z-index: 9999; right: 30px; top: 142px; transform: translateY(0px); }
.right_brand { width: 100%; height: 186px; background: url(../img/common/right_brand2.png) center no-repeat; transition: 0.3s; transform: translateX(4px); }
.right_brand_plus { width: 33px; height: 33px; border-radius: 100%; background-color: #3d505d; position: relative; margin-top: 25px; transition: 0.3s; }
.right_brand_plus:after { content:''; width: 13px; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #a6a9b0; transition: 0.3s; }
.right_brand_plus:before { content:''; width: 1px; height: 13px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #a6a9b0; transition: 0.3s; }
.right_brand_wrap:hover .right_brand_plus { transform: rotate(90deg); }

.right_brand_wrap.active .right_brand { background: url(../img/common/right_brand2.png) center no-repeat; }
.right_brand_wrap.active .right_brand_plus { background-color: #2f2f2f; }
.right_brand_wrap.active .right_brand_plus:after { background-color: #fff; }
.right_brand_wrap.active .right_brand_plus:before { background-color: #fff; }

body.main .right_brand_wrap { display: none; }

/**/



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


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



}


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