@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:-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;}
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; z-index:99999; top: 0; }

.navi { position: absolute;  width: calc(100% - 100px); height: 85px; left: 0px; top: 0px; z-index: 9999; border: none; background: #fff; box-shadow: 0 0 14px rgba(0,0,0,0.15); transition: background 0.5s, box-shadow 0.5s; }

#logo { width: 204px; height: 34px; 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/logo2.png) center no-repeat; text-indent:-9999px; background-size: cover; }

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

.gnb { min-width: 850px; position:absolute;  left: 53%; transform: translate(-50%); z-index:2; overflow:hidden; height: 85px; 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 13px;  }

.gnb .depth1 {position:relative; display:block; color: #3d3d3d; font-size: 15px; font-weight: 500; letter-spacing:-1px; line-height: 85px; margin: 0 5px; padding: 0 10px; }
.gnb>ul>li>a:hover { color: #004a76; }
.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:#4c4c4c; font-weight: 500; letter-spacing:-0.7px;}
.gnb>ul>li>ul>li>a:hover { color: #004a76; }
.gnb .line { position:absolute; display: block; bottom: 0; height: 3px; width: 0%; background: #004a76; left: 0; right: 0; margin: auto; z-index:-99;  }
.navi-bg { position:absolute; display: block; width: 100%; height: 0px; left: 0; top: 85px; 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 .gnb .depth1 { color: #3d3d3d; font-weight: 500; }
.navi.active .gnb>ul>li>a:hover { color: #004a76; }
.navi.active2 .gnb .depth1 { color: #3d3d3d; font-weight: 500; }
.navi.active2 .gnb>ul>li>a:hover { color: #004a76; }

.language { position: absolute; top: 0; bottom: 0; margin: auto; width: auto; height: 85px; right: 50px; letter-spacing:0; z-index: 90; font-family:'Noto Sans KR', sans-serif; overflow: hidden; }
.language>ul>li { float: left; position: relative; }
.language>ul>li:nth-child(1) { width: 182px; height: 21px; margin-top: 32px; background: url(../img/common/tel2.png) center no-repeat; background-size: cover; }
.language>ul>li:nth-child(1) img { position: absolute; left: 0; right: 0; top: 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; }

/**/

.right_quick { width: 100px; height: 100%; position: fixed; right: 0; top: 0; z-index: 99999999; font-family: 'Noto Sans KR', sans-serif; border: none; z-index: 999; box-sizing: border-box; background-color: #232323; }
.right_logo { position: absolute; width: 100%; height:150px; background-color: #002f4b; left: 0; right: 0; top: 0px; margin: auto; text-align:center;   }
.right_logo p {color: #fff; padding-top:40px; line-height:140%; font-size:15px; font-family:'Noto Sans KR', sans-serif; font-weight:100;}
.right_logo span {font-weight:600;}

.right_icon { position: absolute; width: 49px; left: 0; right: 0; /*top: 210px; */ top:150px; margin: auto; }
.right_icon li { margin-top: 20px; }
.right_icon li:nth-child(1) { margin-top: 0px; }


.ham { z-index: 99999999; position: relative; width: 49px; height: 49px; border-radius: 0; cursor: pointer; opacity: 1; transition: 0.3s; background-color: #fff; border-radius: 100%; overflow: hidden; }
.ham span { display: block; background: #070707; margin: auto; width: 16px; height: 1px; border-radius: 0px; transition: 0.25s; }
.ham .bar1 { margin-top: 20px; margin-bottom: 4px; }
.ham .bar2 { }
.ham .bar3 { margin-top: 4px; }
.ham h6 { width: 100%; font-size: 12px; font-weight: 400; text-align: center; line-height: 100%; margin-top: 14px; transform: translateX(1px); }

.ham.active { transform: rotate(45deg); }
.ham.active .bar1 { transform: rotate(90deg); margin-top: 24px; }
.ham.active .bar2 { opacity: 0; }
.ham.active .bar3 { transform: rotate(0); margin-top: -6px; }

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



.right_box { width: 100%; position: relative; width: 25px; height: 330px; position: absolute; left: 0; right: 0; margin: auto; bottom: 115px; text-align: center; color: #ccc; font-weight: 500; letter-spacing: 0; display: none; }
.right_num { position: absolute; left: 0; right: 0; top: 0; text-align: center; }
.right_total { position: absolute; left: 0; right: 0; bottom: 0; text-align: center; }
#menu { width: 100%; height: 270px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: flex; flex-direction: column; justify-content: space-between; }
#menu li { position: relative; width: 10px; height: 60px; margin: auto; margin-top: 6px; }
#menu li:nth-child(1) { margin-top: 0; }
#menu li a { width: 100%; height: 100%; display: block; }
#menu li a:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; margin: auto; top: 0; background-color: #ccc; opacity: 0.3; transition: opacity 0.2s; }
#menu li a:hover:after { opacity: 1; width: 2px; }
#menu li.active a:after { opacity: 1; width: 2px; }

.right_open_wrap { position: fixed; right: 100px; top:  85px; z-index: 999999; cursor: pointer; }
.right_open_arrow { position: absolute; right: -6px; top: 40px; }


.top_bt { position: absolute; width: 100%; height: 60px; text-align: center; bottom: 0; font-size: 11px; color: #fff; line-height: 13px; text-transform: uppercase; letter-spacing: 0; font-weight: 400; }
.top_bt span { width: 1px; height: 0; background-color: #c7c7c7; position: absolute; left: 0; right: 0; margin: auto; top: 23px; animation: top_bt 2s 0.5s infinite; }

/*@keyframes top_bt {
	0% { height: 0; }
	50% { height: 42px; }
	100% { top: 90px; }
}*/


/**/

.site_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999; display: none; }
.site_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 998; background-color: rgba(0,0,0,0.7); }

.site_left { width: 50%; height: 100%; position: absolute; left: -50%; top: 0; background: url(../img/site_left_bg.jpg) no-repeat; background-size: cover; }
.site_contact { width: 444px; height: 625px; text-align: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translateY(2%); opacity: 0; transition: 0.7s 0.4s; }
.site_contact p { display: inline-block; width: 350px; height: 50px; line-height: 48px; font-size: 20px; box-sizing: border-box; color: #d6e2f2; text-align: center; margin-top: 40px;
border-top: 1px solid #d6e2f2; border-bottom: 1px solid #d6e2f2; font-weight: 400; }

.site_right { width: 30%; height: 100%; position: absolute; right: -50%; top: 0; background: #fff; background-size: cover; }
.site_map { width: 100%; position: absolute; left: 50%; top: 45%; transform: translate(-50%,-50%); text-align: center; opacity: 1; transition: 0.7s 0.4s; }
.site_gnb>li { font-size: 29px; line-height: 100%; margin: 45px 0; color: #323232; }
.site_gnb>li>a { position: relative; display: inline-block; }
.site_gnb>li>a>span { position: absolute; left: 50%; transform: translateX(calc(-50% - 0.1px)); bottom: -9px; background-color: #004a76; width: 0; height: 4px; z-index: -1; transition: 0.4s; }
.site_gnb>li>a:hover span { width: 105%; }

.site_gnb>li ul { display: none; text-align: center; margin-top: 20px; }
.site_gnb>li ul li { color: #444; font-size: 18px; font-weight: 400; line-height: 32px; }
.site_gnb>li ul li a { position: relative; display: inline-block; font-weight: 400; }
.site_gnb>li ul li a span { position: absolute; left: 50%; transform: translateX(-50%); bottom: 2px; background-color: #004a76; width: 0; height: 1px; z-index: -1; transition: 0.4s; }
.site_gnb>li ul li a:hover span { width: 105%; }

.site_close { width: 36px; height: 36px; position: absolute; right: 35px; top: 35px; z-index: 9; cursor: pointer; transition: 0.4s; display: none; }
.site_close:after { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; transform: rotate(-45deg); }
.site_close:before { content:''; width: 1px; height: 100%; background-color: #000; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; transform: rotate(-45deg); }

.site_close:hover { transform: rotate(90deg); }

.site_wrap.active .site_contact { transform: translateY(0); opacity: 1; } 
/*.site_wrap.active .site_map { top: 40%; opacity: 1; }*/

/**/





/**//**//**//**//**//**//**//**//*siber*//**//**//**//**//**//**//**//**//**//**//**/

/*#siber { width: 1920px; height: 100%; position: fixed; left: 50%; top: 103px; margin-left: -960px; overflow: hidden; z-index: 89; display: none; }
#siber_bg { width: 1920px; height: 100%; position: fixed; left: 50%; top: 103px; margin-left: -960px; overflow: hidden; z-index: 89; display: none; }*/
#siber { width: 1920px; height: 100%; position: fixed; left: 50%; top: 0; margin-left: -960px; overflow: hidden; z-index: 999999; display: none; }
#siber_bg { width: 1920px; height: 100%; position: fixed; left: 50%; top: 0; margin-left: -960px; overflow: hidden; z-index: 999999; display: none; }

/*.siber_opens{ background:#fff; width: 1200px; height: 100%; position:absolute; z-index: 89; text-align:center; top: 0; right: -1300px; }*/
.siber_opens{ background:#fff; width: 1920px; height: 100%; position:absolute; z-index: 89; text-align:center; top: 0; right: -1920px; }
.siber_opens_bg{width: 1920px; height: 100%; background-color: rgba(0,0,0,0.75); left: -1920px;  z-index: 60; position:absolute; top: 0; }
/*.siber_opens_bg{width: 1920px; height: 100%; background-color: rgba(0,0,0,0.75); left: -1920px;  z-index: 60; position:absolute; top: 0; }*/

.siber_tit { position: absolute; left: 0; right: 0; margin: auto; top: 130px; opacity: 0; }
.siber_menu { width: 1920px; height: 100%; text-align: center; position: relative; background: url(../img/siber/siber_bg.jpg) left top no-repeat; background-size: 100% 100%; }



.siber_wrap { width: 100%; height: auto; left: 0; right: 0; top: 100px; position: relative; }
.siber_wrap ul { width: 708px; height: 435px; position: absolute; left: 0; right: 0; margin: auto; top: 290px; display: flex; justify-content: space-between; }
.siber_wrap ul li { float: left; width: 338px; height: 435px; position: relative; top: -20px; opacity: 0; }
.siber_wrap ul li img { float: left; }

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



@media all and (max-width: 1540px){
	
	#logo { width: 155px; height: 26px; left: 60px; }
	.gnb .depth1 { font-size: 13px; padding: 0 7px; }
	.gnb>ul>li>ul>li { height: 25px; }
	.gnb>ul>li>ul>li>a { font-size: 11px; }
	.language>ul>li:nth-child(1) { width: 151px; height: 17px; }

}

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