/*------------------------------------------------------------
** 0. Bootstrap
** 1. Default
** 2. GNB
** 3. Header title
** 4. Sub
** 5. sidebarjs
** 6. XE
** 7. Line
** 8. Button
** 9. ETC
--------------------------------------------------------------*/


/*------------------------------------------------------------
**
** G-Fonts / Bootstrap
**
--------------------------------------------------------------*/
@font-face {
  font-family: "myFont";
  src: url("FUTURAL.eot?") format('eot'),
       url("FUTURAL.woff") format('woff');
}
@import url(//cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css);
html,body,button,dd,dl,dt,fieldset,form,hr,input,legend,li,ol,p,select,table,td,textarea,th,ul,
.font-open {
	font-family: myFont,"Meiryo", "メイリオ", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
.font-lato,
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: myFont,"Meiryo", "メイリオ", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

button:focus {
    outline: 0;
	box-shadow: none;
}

/*------------------------------------------------------------
**
** Default
**
--------------------------------------------------------------*/
input[type=checkbox], 
input[type=radio] {vertical-align: middle;}
body {
	position: relative;
	font-size: 15px;
	color: #666;background-color:#fff;
}
/*
.top-search .form-control::-moz-placeholder{color:#fff;opacity:1;}
.top-search .form-control:-ms-input-placeholder{color:#fff;}
.top-search .form-control::-webkit-input-placeholder{color:#fff;}
*/

#pageFo .btnArea {display: block !important;}
a,
h1,h2,h3,h4,h5,h6 {color: #222;}
.xe_content {color: #666 !important;}
.bg-gray {background-color: #f8f8f8;}
a:hover {text-decoration: none;}

/* container-wrap */
.edge-space50,
.edge-space80 {padding-left: 0;padding-right: 0;width: auto;}
.container-full {
	width: 100%;
    padding-right: 0;padding-left: 0;
    margin-right: auto;margin-left: auto;
}
.color-light {color: #fff;}
.color-dark {color: #222;}

/* Sticky */
.kso-header.sps {
	position: fixed;top: 0;left: 0;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 500;
}
.kso-header.sps--blw {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

/*------------------------------------------------------------
**
** GNB
**
--------------------------------------------------------------*/

#gnb > li{
	display:block;float: left;
	position: relative;
	margin-left: -1px;
}
#gnb > li > a{
	display: block;
	min-width: 120px;line-height: 80px;
}
#gnb > li > ul{
	position:absolute;
	padding: 100px 0 0 0;
	width: 100%;height: 0px;
	border-left: 1px solid rgba(255,255,255,0.05);
	border-right: 1px solid rgba(255,255,255,0.05);
	z-index: 99;
	top:0px;
}
#gnb > li:hover > ul,
#gnb > li > ul:hover {background-color: rgba(255,255,255,0.05);}
#gnb > li > ul > li a {
	display:block;
	min-width:100px;
	font-size: 16px;
	line-height: 30px;letter-spacing: -.9px;
	color: #fff;
	white-space: nowrap;
}


#gnb_sub {overflow: hidden;}
#gnb_sub > li{
	display:block;float: left;
	position: relative;
	margin-left: -1px;
}
#gnb_sub > li > a{
	display: block;
	min-width: 120px;line-height: 80px;
}


#gnbBg {
	position:absolute;left:0;top:80px;
	width:100%;height: 0;
	background-color: #4B4E53;
	z-index: 2;
}
#gnbBg .gnbBg-top {
    position: relative;
    width: 100%;
    height: 100%;
}
#gnbBg .gnbBg-top .gnb-bgimg {
	display: none;opacity: 0;
	background-repeat: no-repeat;
	background-position: left top;
    -webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.2s ease;
}
#gnbBg.active .gnb-bgimg {display: block;opacity: 1;}

.lang-header {padding: 0;margin: 0;}
.lang-header>li {float: left;}
.lang-header.dropdown {line-height: 80px;}
.lang-header .lang-list {margin-bottom: 0;}
.lang-header .lang-list>li {padding: 0 15px;line-height: 24px;font-size: 12px;}
.lang-header.dropdown .btn-lang {
	display: inline-block;
	padding: 0 10px !important;
    font-size: 12px;line-height: 24px;
    color: #777;
    text-shadow: none;
    box-shadow: none;
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.flag {
	display: inline-block;
	margin-bottom: 4px;
	width: 16px;height: 11px;
	background: url('../img/flags.png') no-repeat;
}
.flag.flag-cn {background-position: 0 0;}
.flag.flag-jp {background-position: -16px 0;}
.flag.flag-kr {background-position: 0 -11px;}
.flag.flag-us {background-position: -16px -11px;}
.btn-bars {
	float: right;margin-right: -15px;
    width: 80px;height: 80px;
    line-height: 80px;text-align: center;
    cursor: pointer;
}

@media (max-width: 480px) {
	.attr-nav > ul > li.lang {padding-right: 10px;}
}	

/*------------------------------------------------------------
**
** sub
**
--------------------------------------------------------------*/
.kso-contents {min-height: 500px;}
.kso-contents>.container-fluid {padding: 0;}
.kso-contents>.container-fluid>.row {margin-left: 0;margin-right: 0;}
.kso-contents>.container-fluid>.row>[class*='col-'] {padding-left: 0;padding-right: 0;}
.kso-contents>.container {margin-top: 40px;margin-bottom: 40px;}
.content-space>h1,
.document_popup_menu {display: none;} /* 문서스킨 제목, 팝업메뉴 숨김 */

.col-lg-9.content-space {padding-top: 0;}


/* aside */
.aside h4 {font-size: 18px;}
.aside .list-group .list-group-item {
	padding: 0;
	line-height: 40px;
	border-color: #f2f2f2;
}
.aside .list-group ul {padding-left: 0;}
.aside .list-group li a {
	display: block;
	padding-left: 3px;
	font-size: .9rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.aside .list-group ul>li>a {padding-left: 10px;color: #888;}
.aside .list-group ul ul>li>a {padding-left: 20px;color: #888;}
.aside .list-group li a {position: relative;}
.aside .list-group li a:hover {padding-left: 10px;}
.aside .list-group li a:hover:before {
	content: '';
	position: absolute;left: 0;top: 50%;
	width: 5px;height: 5px;
	background-color: #333;
	border-radius: 50%;	
	transform: translateY(-3px);
}
.aside .list-group li ul li a:hover:before {left: 10px;}
.aside .list-group li ul li ul li a:hover:before {left: 20px;}
.aside .list-group li ul li a:hover {padding-left: 20px;}
.aside .list-group li ul li ul li a:hover {padding-left: 30px;}
.aside .list-group>.list-group-item:first-child {border-top: 0;}

/* scroll-top */
.scroll-top {
	display:none;
	position:fixed;right:1rem;bottom: 5rem;
	z-index:999;
}
.scroll-top .scroll-icon {
	width: 40px;height: 40px;
	line-height: 40px;text-align: center;
	color:#333;
	background-color: #ddd;
}

/*------------------------------------------------------------
**
** sidebarjs
**
--------------------------------------------------------------*/
[sidebarjs-container] {overflow-y: scroll;}
[sidebarjs] {z-index: 1001;}
.sidebarjs .sidebar-profile {
	position: relative;
	margin-bottom: 20px;
	min-height: 190px;
	background-image: url(../img/profile.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.sidebarjs .sidebar-profile h4 {
	position: absolute;left: 1.5em;bottom: 1em;
	line-height: 1;
	letter-spacing: -.5px;
	color: #fff;
}
.sidebarjs .sidebar-content {
	padding: 0 2rem;margin-bottom: 20px;
}
.sidebarjs .login-form-mobile {
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.sidebarjs .login-form-mobile>[class*='col-'] {border-right: 1px solid #eee;}
.sidebarjs .login-form-mobile>[class*='col-']:last-child {border-right: 0;}
.sidebarjs .login-form-mobile a {font-size: 12px;}

.sidebarjs ul {padding-left: 0;list-style: none;}
.sidebarjs .nav.nav-mobile a:hover,
.sidebarjs .nav.nav-mobile>li.active {background-color: #f5f5f5;}
.sidebarjs .nav.nav-mobile a {
    display: block;position: relative;
    line-height: 3em;
}
.sidebarjs .nav.nav-mobile li a {padding-left: 30px;}
.sidebarjs .nav.nav-mobile>li>ul>li>a {padding-left: 40px;}
.sidebarjs .nav.nav-mobile>li>ul>li>ul>li>a {padding-left: 50px;}
.sidebarjs .nav.nav-mobile>li>ul>li>ul>li>ul>li>a {padding-left: 60px;}
.sidebarjs .nav.nav-mobile .item-children>a::after {
	content: '';display: block;
	position: absolute;top: 50%;right: 1rem;bottom: auto;	
	height: 11px;width: 8px;	
	background: url("../img/nav-arrow.svg") no-repeat center center;
	background-size: 8px 11px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.sidebarjs .nav.nav-mobile .item-children .item-sub-menu {display: none;background-color: #f9f9f9;}
.sidebarjs .nav.nav-mobile .item-children>a.submenu-open::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.sidebarjs .nav.nav-icon .nav-item {
	padding: 0 .5em;
    margin: 0 4px;
    width: 30px;
    line-height: 30px;
    background-color: #eee;
    border-radius: 50%;
}
.sidebarjs .nav.nav-icon .nav-item a {padding: 0;}

.sidebarjs .sidebar-content .lang-header>li>a {line-height: 1rem;}
.sidebarjs .sidebar-content .login-form {font-size: 13px;}
.sidebarjs .sidebar-content .login-form-mobile {font-size: .9rem;}
.sidebarjs .sidebar-content .form-control {
	font-size: 13px;
	border-radius: 0;
}
.sidebarjs .sidebar-content hr {margin-top: 2rem;margin-bottom: 0rem;}
.sidebarjs .btn-line-login {
	padding: 8px;
	width: 49%;
	text-align: center;
	background-color: transparent;
	border: 1px solid #ccc;
	cursor: pointer;
}
.sidebarjs .sidebar-content input[type=checkbox], 
.sidebarjs .sidebar-content input[type=radio] {vertical-align: middle;}

.sidebarjs .sidebar-content .search-form {position: relative;}
.sidebarjs .sidebar-content .search-form .search-input {
	padding: 0 0 0 35px;
	width: 100%;line-height: 36px;
	border: 1px solid #ccc;
	border-radius: 20px;
}
.sidebarjs .sidebar-content .search-form .search-icon {
	position: absolute;left: 13px;top: 9px;
}
.sidebarjs .sidebar-content .account-check,
.sidebarjs .sidebar-content .search-form .search-icon i {color: #888;}
.sidebarjs .sidebar-content .sidebar-social .nav-link {padding: 0 .5rem}

/*------------------------------------------------------------
**
** xe
**
--------------------------------------------------------------*/
#spot .search input[type="text"],
#spot .search input[type="submit"],
.localNavigation li a,
.localNavigation li.on a {height: auto;} /* search skin page */

.kso-enigma,.skip>a{height:0;overflow:hidden}
.skip>a:focus{height:auto}
.skip>a{display:block;line-height:28px}
#login-alert{
	position:fixed;left:0;
	padding:0;width:100%;
	background-color:rgba(59,61,66,.61);
	z-index:100;
}
#login-alert .alert,.skip{margin:0;text-align: center;}
#login-alert .alert>p,
#login-alert .alert>ul{margin-bottom: 0;color:#fff;}
#login-alert .close{top:1px;float:none}

.btn {
    height: auto !important;
    font-size: .9rem;
    border: 1px solid #ddd;
    text-shadow: none;
    box-shadow: none;
}
.x input[type=color], 
.x input[type=date], 
.x input[type=datetime-local], 
.x input[type=datetime], 
.x input[type=email], 
.x input[type=month], 
.x input[type=number], 
.x input[type=password], 
.x input[type=search], 
.x input[type=tel], 
.x input[type=text], 
.x input[type=time], 
.x input[type=url], 
.x input[type=week],
.x .x_input-append a.x_add-on, 
.x .x_input-prepend a.x_add-on {height: auto !important;line-height: inherit !important;}
.x .x_input-append .x_add-on, 
.x .x_input-prepend .x_add-on {min-width: 30px !important;}

/*------------------------------------------------------------
**
** line
**
--------------------------------------------------------------*/
.line-bottom {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.line-bottom.line-span {padding-bottom: 0;}
.line-span span {
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: -1px;
    border-bottom: 1px solid #666;
}
.line-circle span{display:inline-block;position:relative;bottom:-1px}
.line-circle span:after{
	content:"";display:block;
	position:absolute;left:0;bottom:-13px;
	width:8px;height:8px;
	background-color:#fff;
	border:1px solid #ddd;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%}
.line-bottom.line-middle{border-bottom:0}
.line-middle:after{
	display:block;content:'';
	position:absolute;left:0;top:10px;
	width:100%;
	border-bottom:1px solid #ddd
}
.line-middle span{
	position:relative;
	padding-right:10px;
	background-color:#fff;
	z-index:1;
}
.line-middle span.text-right{padding-left:10px}
.line-middle.text-center span{padding-left:10px;padding-right:10px}

/*------------------------------------------------------------
**
** button
**
--------------------------------------------------------------*/
.btn-kso {
	display: inline-block;
	padding: 0.420rem 0.80rem;
	font-size: 1rem;
	font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
	border: 1px solid;
	border-radius: 0.25rem;
	transition: background-color 0.15s ease-in-out, 
	border-color 0.15s ease-in-out, 
	box-shadow 0.15s ease-in-out;
}
.btn-kso {border-color: transparent;}
.btn-lg {padding: 1rem 2rem;font-size: 1rem;border-radius: 0.2rem;}
.btn-sm {padding: 0.25rem 0.5rem;font-size: 0.875rem;}
.btn-line {
	border: 1px solid;
	border-radius: 0;
}
.btn-kso{
	display:inline-block;
	padding:11px 23px;
	color:#fff;
	background-color:#34495e;
	border:0;
	border-radius:2px
}
.btn-kso:hover{color:#fff;background-color:#273645}
.btn-small{padding:8px 18px;font-size:12px}
.btn-large{padding:13px 28px;font-size:14px}
.btn-xlarge{padding:15px 40px;font-size:16px}
.btn-radius-0{border-radius:0}

.btn-line{background:0 0;color:#273645;border:1px solid #273645;border-radius:0}
.btn-line:hover {border-color: transparent;}
.outline-light {color: #fff;border-color: #fff;}
.btn-color-b{background-color:#3498db}
.btn-color-r{background-color:#e64c66}
.btn-color-g{background-color:#1abc9c}
.btn-color-s{background-color:#bdc3c7}

/* btn-ani */
.btn-ani {
	cursor: pointer;
	position: relative;
	border: 1px solid #fff;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-ani:hover {
	background-color: transparent;
}
.btn-ani:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
.btn-ani:before {
	content: '';display: block;
	position: absolute;top: 0px;right: 0px;
	height: 100%;width: 0px;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}



/*------------------------------------------------------------
**
** ETC
**
--------------------------------------------------------------*/
.root_daum_roughmap {width: 100%!important;}
/*.img-fluid {width: 100% \9;}*/
.bg-gray {background-color: #f8f8f8;}
.bg-overlay {
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.bg-overlay.light {background-color: rgba(255,255,255,0.2);}

/* margin */
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
@media (max-width: 991px) {
	.text-sm-center {text-align: center;}
	.mb-sm-10 {margin-bottom: 10px;}
	.mb-sm-20 {margin-bottom: 20px;}
	.mb-sm-30 {margin-bottom: 30px;}
}
@media (max-width: 767px) {
	.mb-xs-10 {margin-bottom: 10px;}
	.mb-xs-20 {margin-bottom: 20px;}
	.mb-xs-30 {margin-bottom: 30px;}
}

.kso-hidden {visibility: hidden}
.fadeInUp,.fadeInDown,.fadeInLeft,.fadeInRight,.fadeIn {visibility: visible}
.delay02 {animation-delay: 0.2s; -webkit-animation-delay: 0.2s}
.delay03 {animation-delay: 0.3s; -webkit-animation-delay: 0.3s}
.delay04 {animation-delay: 0.4s; -webkit-animation-delay: 0.4s}
.delay05 {animation-delay: 0.5s; -webkit-animation-delay: 0.5s}
.delay06 {animation-delay: 0.6s; -webkit-animation-delay: 0.6s}
.delay08 {animation-delay: 0.8s; -webkit-animation-delay: 0.8s}
.delay09 {animation-delay: 0.8s; -webkit-animation-delay: 0.9s}
.delay10 {animation-delay: 1.0s; -webkit-animation-delay: 1.0s}
.delay11 {animation-delay: 1.1s; -webkit-animation-delay: 1.1s}
.delay12 {animation-delay: 1.2s; -webkit-animation-delay: 1.2s}
.delay13 {animation-delay: 1.3s; -webkit-animation-delay: 1.3s}
.delay14 {animation-delay: 1.4s; -webkit-animation-delay: 1.4s}
.delay15 {animation-delay: 1.5s; -webkit-animation-delay: 1.5s}
.delay16 {animation-delay: 1.6s; -webkit-animation-delay: 1.6s}
.delay17 {animation-delay: 1.7s; -webkit-animation-delay: 1.7s}
.delay18 {animation-delay: 1.8s; -webkit-animation-delay: 1.8s}
.delay19 {animation-delay: 1.9s; -webkit-animation-delay: 1.9s}
.delay20 {animation-delay: 2.0s; -webkit-animation-delay: 2.0s}

/*------------------------------------------------------------
**
** media quary
**
--------------------------------------------------------------*/
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	.kso-promotion {min-height: 500px;}
}

@media (max-width: 991px) {
	.edge-space {padding-top: 60px;}
	.navbar-sticky .navbar-brand {padding: 0;margin-right: 0;}
	.navbar-sticky .btn-bars {width: 60px;height: 60px;line-height: 60px;}

	.container>.row>.content-space {padding-top: 15px;}
	.kso-contents {padding-top: 0;}
	.kso-contents>.container {margin-top: 0;}	
	.submenu-horizontal {margin-top: 15px;}
}
@media (max-width: 480px) {
    .sub-header .sub-header-caption h1 {font-size: 20px;}
}
