@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, 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; line-height:1.6; letter-spacing:-1px; -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;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;

}

@font-face {
  font-family: 'Athena';
  src: local('Athena'),
  	   url('../font/Athena-Regular.eot') format('embedded-opentype'),
       url('../font/Athena-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'gotham';
  src: local('gotham'),
  	   url('../../font/GOTHAM-BOLD.eot') format('embedded-opentype'),
       url('../../font/GOTHAM-BOLD.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'gotham';
  src: local('gotham'),
  	   url('../../font/GOTHAM-THIN.eot') format('embedded-opentype'),
       url('../../font/GOTHAM-THIN.ttf') format('truetype');
  font-weight: 300;
}

/* layout*/

/* layout*/

header { position: fixed; width: 100%; min-width: 1100px; height: auto; left: 0; right: 0; margin: auto; z-index:99999; top: 0; box-sizing: border-box; border-bottom: 1px solid #acacac; transition: background 0.3s; background-color: #fff; }
body.main header { display: none; }

.navi { position: relative; width: 100%; height: 110px; left: 0; top:0;  z-index:9999; border: none; border-bottom: 1px solid #acacac; box-sizing: border-box; transition: 0.3s; }
.navi:after { content:''; width: 100%; height: 1px; background-color: #acacac; position: absolute; left: 50%; transform: translateX(-50%); top: 170px; transition: 0.3s; }

#logo { width: 158px; height: 44px; position: fixed; left: 0; right: 0; top: 35px; margin: auto; z-index: 999999; transition: top 0.3s 0s, transform 0.3s 0s; }
#logo a { display: inline-block; width: 100%; height: 100%; left:0px; background:url(../img/common/logo.png) no-repeat; text-indent: -9999px; background-size: 100% 100%; }

body.main #logo { transform: scale(1.4) rotate(0.001deg); top: calc(48% - 1px); animation: logo 1.2s 0.4s both; }
body.main #logo a { background:url(../img/common/logo2.png) no-repeat; background-size: 100% 100%;  }
body.main #logo.intro2 a { background:url(../img/common/logo.png) no-repeat; background-size: 100% 100%; transition: 0.4s 0.2s; }
body.main #logo.intro3 { transform: scale(1); transition: 0.8s 0.5s; }
/* body.main #logo.intro3 a { background:url(../img/common/logo.png) no-repeat; background-size: 106px; } */
body.main #logo.intro4 { top: 35px; transition: 1.5s 0s; }
body.main #logo.intro4 a { transition: 0.3s 0s; }
body.main #logo.intro5 { transition: 0.3s 0s; }

#logo.active { top: 16px !important; transform: scale(0.9) !important; }

@keyframes logo {
	from { opacity: 0; }
	to { opacity: 1; }
}

.open-b { position: absolute; top: 260px; left: 50%; margin-left: 550px; opacity: 0; }

header.active { background-color: #fff; }
header.active .navi { height: 80px; }
header.active .navi #logo { width: 91px; height: 50px; transform: translate(-60px,-1px) rotate(0.01deg); }
header.active .navi:after { top: 140px; }

.gnb { width: 1127px; position: relative; margin: auto; overflow: hidden; z-index:2; height: 60px; letter-spacing: 0; font-family:'Noto Sans KR', sans-serif; }
.gnb>ul { position: absolute; width: 100%; left: 50%; text-align: center; transform: translate(-50%); }
/* .gnb>ul>li { position:relative; display: inline-block; text-align:center; margin: 0px; vertical-align: top; } */
.gnb>ul>li { position:relative; display: inline-block; text-align:center; margin: 0 14px; }

.gnb .depth1 { width: 100%; height: 100%; display: block; color: #3d3d3d; font-size: 17.5px; font-weight: 500; letter-spacing:-1px; line-height: 60px; padding: 0 15px; box-sizing: border-box; }
/* .gnb>ul>li:hover .depth1 { color: #fff; background-color: #8d5e38; } */
.gnb>ul>li>ul { display: block; min-height: 160px; 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: #4c4c4c; font-weight: 400; letter-spacing: -0.7px;}
.gnb>ul>li>ul>li>a:hover { color: #8d5e38; }
.gnb .line { position: absolute; display: block; top: 57px; height: 3px; width: 0%; background: #010e4c; left: 0; right: 0; margin: auto; z-index:-99; }
.navi-bg { position: absolute; display: block;width: 100%; height: 0px; left: 0; top: 150px; z-index:1; overflow: hidden; display: none; }
.navi-bg .white-bg { width:100%; height: 130px; background:#fff; border-bottom:1px solid #dedede; }

/*.nav_left { float: left; height: 100%; font-family:'Noto Sans KR', sans-serif; }*/
.nav_left { position: absolute; height: 110px; left: 100px; top: 0; bottom: 0; margin: auto; z-index: 999999999; z-index: 9999; font-family:'Noto Sans KR', sans-serif; transition: 0.3s; }
.nav_left:after { content:''; clear: both; display: block; }
.nav_left ul { height: 100%; display: flex; justify-content: flex-start; align-items: center; }
.nav_left ul li { box-sizing: border-box; margin-right: 35px; }
.nav_left ul li a { display: flex; justify-content: flex-start; align-items: center; }
.nav_left ul li p { font-size: 14px; line-height: 100%; font-weight: 500; }
.nav_left ul li a>div:first-child { width: 34px; height: 34px; border-radius: 100%; box-sizing: border-box; margin-right: 12px; }
.nav_left ul li:nth-child(1) a>div:first-child { background: #010e4c url(../img/common/guest.png) center no-repeat; }
.nav_left ul li:nth-child(2) a>div:first-child { background: #fff url(../img/common/contact.png) center no-repeat; border: 1px solid #717171; }
.nav_left ul li a>div:last-child { width: 16px; height: 15px; position: relative; margin-left: 22px; transition: 0.3s; }
.nav_left ul li a>div:last-child::before { content:''; width: 100%; height: 1px; background-color: #4f4f4f; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.nav_left ul li a>div:last-child::after { content:''; width: 4px; height: 4px; border-right: 1px solid #4f4f4f; border-bottom: 1px solid #4f4f4f; transform: rotate(-45deg); position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.nav_left ul li:hover a>div:last-child { transform: translateX(4px); }

.nav_left.active { height: 80px; }
.nav_left.active2 { border-right: 1px solid transparent; }

.language { position: absolute; top: 0; bottom: 0; margin: auto; height: 100%; right: 100px; letter-spacing:0; z-index: 90; font-family:'Noto Sans KR', sans-serif; }
.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: 33px; height: 33px; background: #010e4c url(../img/common/tel2.png) center no-repeat; border-radius: 100%; }
.language>ul>li:nth-child(1) p { font-family: 'Futura PT', sans-serif; font-size: 24px; line-height: 100%; font-weight: 500; letter-spacing: 1.5px; margin-left: 10px; }


/*.ham { z-index:99999999; position: fixed; left: 0 !important; right: 0; top: 40%; margin: auto; width: 58px; height: 58px; background-color: #442530; border-radius: 100%; cursor: pointer;  
margin-top: 50px; overflow: hidden; transform: translate(-60px,0); opacity: 1;  }*/

.ham { z-index: 99999999; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 120px; height: 110px; border-radius: 0; cursor: pointer; opacity: 1; transition: 0.3s; }
.ham span { display: block; background: #383838; margin: auto; width: 20px; height: 1px; border-radius: 0px; transition: 0.25s; }
.ham .bar1 { margin-top: 47px; margin-bottom: 6px; }
/* .ham .bar2 { } */
.ham .bar3 { margin-top: 6px; }
.ham h6 { width: 100%; font-size: 12px; font-weight: 400; text-align: center; line-height: 100%; margin-top: 14px; transform: translateX(1px); }

.ham.active { border-right: none; }
.ham.active .bar1 { transform: rotate(45deg); margin-top: 54px; }
.ham.active .bar2 { opacity: 0; }
.ham.active .bar3 { transform: rotate(-45deg); margin-top: -8px; }

/*.ham.active:hover .bar1 { transform: rotate(45deg); margin-top: 54px; }
.ham.active:hover .bar3 { transform: rotate(-45deg); margin-top: -8px; }*/

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

/**/

.right_quick { width: 120px; height: calc(100% - 150px); position: fixed; right: 0; top: 151px; font-family: 'Noto Sans KR', sans-serif; border: none; z-index: 98; box-sizing: border-box; background-color: #f3f3f3;
border-left: 1px solid #d6d6d6; text-align: center; transition: 0.3s; }
.right_txt { margin-top: 55px; }

.right_quick ul { position: absolute; width: 60px; left: 0; right: 0; margin: auto; bottom: 40px; text-align: center; }
.right_quick ul li { margin-bottom: 30px; }
.right_quick ul li:last-child { margin-bottom: 0; }

.right_scroll { position: absolute; left: 54.5px; bottom: 50px; }

.right_quick.active { height: calc(100% - 120px); top: 121px; }

/**/

.site_map { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; background-color: #000; left: -100%; transition: background 0.5s 0.1s ease-in, left 0.4s 0s, opacity 0.3s 0s ease; opacity: 0; }

.site_map.active { left: 0; background-color: #f2e5d5; opacity: 1; }

.site_left { width: 30%; height: 100%; float: left; position: relative; }
.site_left:after { content:''; width: 100%; height: 100%; background: url(../img/common/site_logo111.png) center no-repeat; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; opacity: 0.08; background-size: 750px; }
.site_left ul { position: absolute; right: 0; top: 50%; transform: translateY(calc(-50% - 0.5px)); text-align: left; z-index: 9; }
/*.site_left ul li { width: 350px; padding-right: 100px; height: 44px; font-size: 28px; margin: 20px 0; font-weight: 200; letter-spacing: 2.5px; color: #2a2a2a; overflow: hidden; position: relative; }*/
.site_left ul li { width: 350px; padding-right: 100px; height: 44px; font-size: 26px; margin: 15.4px 0; font-weight: 200; letter-spacing: 2.5px; color: #2a2a2a; overflow: hidden; position: relative; }
/*.site_left ul li a { position: absolute; right: 100px; top: 85%; }*/
.site_left ul li a { position: absolute; left: 0px; top: 85%; }
.site_left ul li a span { position: absolute; width: 0; height: 0.5px; background-color: #2a2a2a; left: 0; bottom: 5px; transition: 0.3s; }
/*.site_left ul li a h6 { position: absolute; right: -80px; top: 40%; transform: translateY(-50%) margin: auto; font-size: 12px; line-height: 100%; letter-spacing: 0; opacity: 0; transition: 0.3s; text-align: left; display: block; width: 70px; }*/
.site_left ul li a h6 { position: relative; right: 0; top: 40%; transform: translateY(-50%); margin: auto; font-size: 12px; line-height: 100%; letter-spacing: 0; margin-left: 10px; text-align: left; display: inline-block; width: auto; }

.site_left ul li:nth-child(1) a { transition: margin-right 0.5s 0s, top 0.4s 0.30s ease, margin 0.3s; }
.site_left ul li:nth-child(2) a { transition: margin-right 0.5s 0s, top 0.4s 0.35s ease, margin 0.3s; }
.site_left ul li:nth-child(3) a { transition: margin-right 0.5s 0s, top 0.4s 0.40s ease, margin 0.3s; }
.site_left ul li:nth-child(4) a { transition: margin-right 0.5s 0s, top 0.4s 0.45s ease, margin 0.3s; }
.site_left ul li:nth-child(5) a { transition: margin-right 0.5s 0s, top 0.4s 0.50s ease, margin 0.3s; }
.site_left ul li:nth-child(6) a { transition: margin-right 0.5s 0s, top 0.4s 0.55s ease, margin 0.3s; }
.site_left ul li:nth-child(7) a { transition: margin-right 0.5s 0s, top 0.4s 0.60s ease, margin 0.3s; }
.site_left ul li:nth-child(8) a { transition: margin-right 0.5s 0s, top 0.4s 0.65s ease, margin 0.3s; }
.site_left ul li:nth-child(9) a { transition: margin-right 0.5s 0s, top 0.4s 0.70s ease, margin 0.3s; }
.site_left ul li:nth-child(10) a { transition: margin-right 0.5s 0s, top 0.4s 0.75s ease, margin 0.3s; }
.site_left ul li:nth-child(11) a { transition: margin-right 0.5s 0s, top 0.4s 0.80s ease, margin 0.3s; }
.site_left ul li:nth-child(12) a { transition: margin-right 0.5s 0s, top 0.4s 0.85s ease, margin 0.3s; }
.site_left ul li:nth-child(13) a { transition: margin-right 0.5s 0s, top 0.4s 0.90s ease, margin 0.3s; }

.site_left.active ul li a { top: 0; }


/*.site_left ul li a:hover { margin-right: 5px; }*/
.site_left ul li a:hover { margin-left: 5px; }
.site_left ul li a:hover span { width: 100%; }
.site_left ul li a:hover h6 { opacity: 1; }

.site_right { width: 70%; height: 100%; right: 0; top: 0; position: fixed; overflow: hidden; display: none; }
.site_img { width: 100%; height: 100%; float: left; background: url(../img/sec01_bg.jpg) right center no-repeat; opacity: 0; background-size: cover; animation: site_img 0.45s 0.3s both ease-out; }

@keyframes site_img {
	from { opacity: 0; transform: scale(1.5) }
	to { opacity: 1; }
}
.site_right.active ul li a { top: 0; }



/**/


@media screen and (-webkit-min-device-pixel-ratio:0){ 
	.top_bt { position: absolute; left: 0; right: 0; margin: auto; transform: translateX(0); bottom: 35px; cursor: pointer; }
}


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

	}


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