@charset "UTF-8";


h1,h2,h3,h4,h5,h6,strong,th,.bold{font-weight:700;}
table caption {overflow:hidden;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;text-indent:-999em;}
img{border:0;max-width:100%;vertical-align:top;}

em {font-style:normal; display:block;}
.blind {position:absolute;overflow:hidden;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;}
.semibold {font-weight:600;}
img[usemap] {border:none; height:auto; max-width:100%; width:auto;}

a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
a:hover,
a:active{
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

::-webkit-input-placeholder {color:#999; font-weight:300;}
:-moz-placeholder {color:#999; font-weight:300;}
::-moz-placeholder {color:#999; font-weight:300;}
:-ms-input-placeholder {color:#999; font-weight:300;}
:placeholder-shown {color:#999; font-weight:300;}


.mgb25 {margin-bottom:25px !important;}

.f-s30 {font-size:30px; line-height:1.4em;}
.f-s60 {font-size:60px;}

.focus-color {color:#00a0e9;}
.blue-color {color:#4789e7;}


.input {height:55px; padding:4px 10px;color:#1b1b1b; background:#fff; font-size:20px; line-height:1.5em; letter-spacing:-.025em; border:1px solid #dcdcdc;}
.input[readonly] {background-color:#eee; color:#878787;}
select.input {padding-right:40px; background:#fff url('../img/bbs/select.png') right 14px center no-repeat; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
select.input::-ms-expand {display:none;}
textarea.input {height:auto; padding:7px 14px; overflow:auto; resize:none;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
input[type='number'] {
  -moz-appearance: textfield;
}

.video-container {position:relative; padding-bottom:56.25%; overflow:hidden;}
.video-container video,
.video-container iframe {position:absolute; top:0; left:0; width:100%; height:100%;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; transition: all 0.2s; z-index:101;}
#header .inner {position:relative; height:110px;}
.sitelogo {position:absolute; top:50%;  transform:translateY(-50%); left:-182px; z-index:2}
.sitelogo a {display:block; width:138px; height:57px; background:url('../img/common/logo.png') 0 50% no-repeat; background-size:contain;}
#gnb > ul {display:flex;justify-content:flex-end; margin:0 -60px;}
#gnb > ul > li {position:relative; padding:0 60px; text-align:center;}
#gnb > ul > li > a {display:block; color:#fff; font-size:18px; line-height:110px; font-weight:700;}
#gnb > ul > li.active > a {color:#034ea2 !important; } 

#gnb .submenu {position:absolute; top:110px; left:50%; width:160px; margin-left:-80px; height:0; overflow:hidden; z-index:100;}
#gnb .submenu > ul {padding-bottom:30px;}
#gnb .submenu > ul > li {margin-bottom:5px; text-align:center;}
#gnb .submenu > ul > li:last-child {margin-bottom: 0;}
#gnb .submenu > ul > li > a {display:block; color:#151515;font-size:18px;line-height:1.4em; font-weight:400; opacity:.80;}
#gnb .submenu > ul > li > a:hover {font-weight:700; color:#034ea2 !important; }
#gnb .depth3 {display:none;}

.submenu-bg {display:none; position:absolute; top:110px; left:0; width:100%; background:#fff url('../img/common/submenu_bg.png') 50px 100% no-repeat; z-index:99;}

html[lang="en"] #gnb .submenu {width:180px; margin-left:-90px;}

#header.hover {background:#fff;}
#header.hover #gnb  > ul > li > a {color:#151515;}

.lang {position:absolute; top:50%; right:60px; height:19px; width:60px; -ms-transform:translateY(-50%); transform:translateY(-50%); z-index:100;}
.lang .tit {display:inline-block; position:relative; width:42px; height:19px; background:url('../img/common/ico_world.png') 0 50% no-repeat;}
.lang .tit:after {content:""; position:absolute; top:50%; right:0; transform:translateY(-75%) rotate(45deg); width:6px; height:6px; border-right:1px solid #fff; border-bottom:1px solid #fff; transition:.3s ease-in-out;}
.lang ul {position:absolute; top:30px; left:0; width:100%; display:none; background:#f3f3f3;}
.lang ul li {border-bottom:1px solid #dedede;}
.lang ul li:last-child {border-bottom:0;}
.lang ul li a {display:block; text-align:center; font-size:14px; line-height:30px; color:#333; } 
.lang ul li a:hover {color:#034ea2; font-weight:700;}
.lang.active .tit:after {transform:translateY(-35%) rotate(-135deg);}
.lang.active ul {display:block;}

#header.hover .lang .tit {color:#151515; background-image:url('../img/common/ico_world_on.png');}
#header.hover .lang .tit:after {border-color:#151515;}


.header-fixed #header {background:#fff; border-bottom:1px solid #ddd;} 
.header-fixed #gnb > ul > li > a {color:#151515;}
.header-fixed .btn-m-menu span,
.header-fixed .btn-m-menu span:before,
.header-fixed .btn-m-menu span:after {background:#151515}

.header-fixed .lang .tit {color:#151515; background-image:url('../img/common/ico_world_on.png');}
.header-fixed .lang .tit:after {border-color:#151515;}

.m-lang {border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.m-lang ul {display:flex;}
.m-lang ul li {flex:1; text-align:center; position:relative; padding:0 10px; background:#f3f3f3;}
.m-lang ul li:after {content:"";position:absolute; top:50%; left:0; width:1px; height:20px; background:#ddd; margin-top:-10px;}
.m-lang ul li:first-child:after {display:none;}
.m-lang ul li a {display:block; font-size:1.2em; line-height:40px;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:20px; width:24px; height:20px; margin-top:-10px; text-align:center; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:-1px; height:2px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-8px;}
.btn-m-menu span:after {bottom:-8px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:70%; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:1005;}
.mobile-navigation .head {padding-left:20px;}
.mobile-navigation .head a {display:flex; align-items:center; height:80px;}
.mobile-navigation .head img {height:44px}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:20px 20px; display:block; color:#151515; font-size:20px; line-height:1.3em; border-bottom:1px solid #f5f5f5;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #000; border-bottom:2px solid #000;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#034ea2;font-weight:700; border-bottom:0; background:#f3f3f3}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#034ea2;}
.mobile-navigation .nav-menu>ul>li:nth-child(4)>a:after {transform:translateY(-50%) rotate(-45deg);}
.mobile-navigation .nav-menu>ul>li.active:nth-child(4)>a:after {transform:translateY(-50%) rotate(-45deg);}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:18px 20px; background:#fff; border-bottom:1px solid #f5f5f5;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; padding:6px 0; color:#000; font-size:18px; line-height:1.3em;}
.mobile-navigation .nav-menu .depth3 {display:none;}
.mobile-navigation .close {position:absolute; top:26px; right:15px; width:24px; height:24px; opacity:1;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:50%; left:0; width:100%; height:2px; background:#121212;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:.6; z-index:1003}


html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}



/* footer */
#footer {font-size:21px; line-height:1.43em; background:#0e0e0e; color:rgba(255,255,255,.50);}
.foot-inner {display:flex; align-items:flex-end; padding:75px 0;}
.foot-info {flex:1 1 auto; min-width:0; width:1%;}
.foot-info .bar {display:inline-block; vertical-align:middle; width:2px; height:12px; background:#fff; opacity:.40; margin:0 10px;}
.foot-copy {border-top:1px solid #323232;  font-size:18px ;line-height:1.3em; padding:30px 0;color:rgba(255,255,255,.21);}

.top-btn {width:70px; height:70px; background:#034ea2 url('../img/common/top.png') 50% 50% no-repeat; background-size:20px; font-size:0; line-height:0; text-indent:-9999em;}
.top-btn.fixed {top:-47px;}




.mt-none { margin-top: 0 !important;}