@charset "utf-8";

/*-------------------------------------------------------*/
/* Miso-Company Colorset
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body { font-family: 'NEXON Lv2 Gothic'; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:14px; }
body.is-mobile,
body .wrapper.en { line-height:1.8; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: crimson; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:1; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { font-family: 'NEXON Lv2 Gothic'; }
.ko, .ko small { font-family: 'NEXON Lv2 Gothic'; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/*-------------------------------------------------------*/
/* Layout : 레이아웃
/*-------------------------------------------------------*/
.wrapper { position:relative; z-index:0; margin:0 auto; background:#f7f8fa;  }
.boxed.wrapper { box-shadow: 0px 0px 6px #999; -moz-box-shadow: 0 0 6px #999; -webkit-box-shadow: 0 0 6px #999; }
.boxed-left.wrapper { margin:0; margin-right:auto !important; }
.boxed-right.wrapper { margin:0; margin-left:auto !important; }
.is-pc .is-page .at-body { min-height:800px; }
.at-container { margin:0 auto; padding:0; }
.boxed.wrapper .at-boxed.at-container { padding:0 30px; }
.wided.wrapper .at-body .at-boxed.at-container.wide-container { padding:0 100px; }

@media all and (min-width:1400px) {
	.at-body .at-container.zone-wided,
	.page-title .at-container.zone-wided { width:100% !important; max-width:100% !important; padding:0 100px; }
}
@media all and (max-width:1200px) {
	.responsive .at-boxed.at-container { padding:0 20px !important; }
}
@media all and (max-width:991px) {
	.responsive .at-boxed.at-container { padding:0 10px !important; }
}

/* Loader */
.at-loader { background: #fff; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
.at-loader .loader { color:#ddd; margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }

/* Layout : IE9 이상 */
.at-zone,
.zone-left, 
.zone-right, 
.zone-center { overflow:hidden; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
.at-zone { padding-top:0; padding-bottom:0; }
.zone-left,
.zone-right,
.zone-center { padding-bottom:30px; }
.zone-left { padding-right:30px; }
.zone-right { padding-left:30px; }
.zone-left { float:left; }
.zone-left-bg { position:absolute; top:0; left:0; height:100%; }
.zone-right { float:right; }
.zone-right-bg { position:absolute; top:0; right:0; height:100% }
.zone-center { display: inline-block; }
.zone-2dan-left .zone-right,
.zone-2dan-left .zone-right-bg,
.zone-2dan-right .zone-left,
.zone-2dan-right .zone-left-bg { display:none; }
.zone-2dan-left .zone-center { float:right; }
.zone-2dan-right .zone-center { float:left; }
.zone-1dan .zone-left,
.zone-1dan .zone-right { display:none; }
.zone-1dan .zone-center { display:block; width:100%; }
@media all and (max-width:991px) {
	.responsive .zone-3dan .zone-left { float:left; width:50%; padding-right:15px; }
	.responsive .zone-3dan .zone-right { float:left; width:50%; padding-left:15px; }
	.responsive .zone-3dan .zone-center { display:block; width:100% !important; }
}
@media all and (max-width:767px) {
	.responsive .zone-left,
	.responsive .zone-right { float:none; width:100% !important; padding-left:0 !important; padding-right:0 !important;}
	.responsive .zone-center { padding-top:15px; display:block; width:100% !important; margin:0; }
}

/* Layout : IE8 이하 */
.at-ie-zone { display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.ie-zone { display:table-cell; vertical-align:top; padding-top:30px; padding-bottom:30px; }
.ie-left { padding-right:30px; }
.ie-right { padding-left:30px; }

/*-------------------------------------------------------*/
/* Header : 헤더영역 전체
/*-------------------------------------------------------*/
/* .at-header { box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); } */
.at-header { position:relative; z-index:1001; background:#fff; margin-bottom: 20px; }
.boxed-left .at-header .at-container { margin:0; margin-right:auto !important; }
.boxed-right .at-header .at-container { margin:0; margin-left:auto !important; }

/*-------------------------------------------------------*/
/* LNB : 최상단 로그인, 회원가입 영역
/*-------------------------------------------------------*/
.at-lnb { font-size:12px; line-height:20px; }
.at-lnb .at-container { padding-top:6px !important; padding-bottom:6px !important; }
.at-lnb ul { list-style: none; margin: 0; padding:0; margin:0 -15px; overflow:hidden; }
.at-lnb ul > li { float: left; padding: 0 15px; margin:0; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "|"; margin-right:-16px; font-size:11px; }
.at-lnb ul > li:last-child::after { content: ""; margin-right:0; }
.at-lnb ul > li > a { color: #333; float:left; }
.at-lnb ul > li > a:hover { color: #000; }
@media all and (max-width:991px) {
	.responsive .at-lnb { display:none !important; visibility:visible; }
}

/*-------------------------------------------------------*/
/* Mobile Header : 모바일 헤더
/*-------------------------------------------------------*/
.m-header { display:none; }
.m-header a { color:#000; }
.m-header.bg-lightgray a,
.m-header.bg-white a { color:#000; }
.m-header .m-header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .m-header-icon, 
.m-header .m-header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px;  }
.m-header .m-header-icon { width:44px; }
.m-header .m-header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; }
}

/* 상단고정(sticky) 스타일 */
.nav-fixed { position: fixed; top:0; left:0; z-index:101; width:100%; animation: smoothScroll 0.6s forwards; }
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.nav-fixed .pc-menu-logo { display:none !important; }
.boxed.wrapper .nav-fixed .at-boxed.at-container { padding:0 !important; }

/*-------------------------------------------------------*/
/* PC Header & Menu Size : PC 헤더 및 메뉴 크기설정
/*-------------------------------------------------------*/

/* 헤더 크기 : 메뉴높이와 로고높이는 일치시키며, 로고 너비의 1/2 만큼 좌측 역마진 설정 필요 */
.pc-header { height:10px; }

/* 로고 크기 : 메뉴높이와 로고높이는 일치시키며, 로고 너비의 1/2 만큼 좌측 역마진 설정 필요 */
.pc-header-logo {
    width: 280px;
}
/* 중앙로고시 메뉴부분 로고 크기 : 좌우 여백고려하여 로고 너비보다 크게 설정 */
.pc-menu-logo { width:300px; } 

/* 로고시 메뉴 들여쓰기 : 로고 너비 + 간격 만큼 여백설정 */
.is-logo-left .pc-menu { padding-left:350px; } /* 좌측로고일 때 */
.is-logo-left .is-sub-mega .sub-1div { padding-left:280px; } /* 좌측로고일 때 메가 서브 좌측 여백 */
.is-logo-center .is-sub-mega .sub-1div { padding-left:50px; } /* 중앙로고일 때 메가 서브 좌측 여백 */

/* PC 메뉴 크기설정 : .header-logo = .pc-menu-zone-cell = .pc-menu-height 의 높이는 일치시킴 */
.pc-menu-layer,
.pc-menu-zone-cell { height:80px; } /* 메뉴 크기 : line-height는 설정하지 않음 */
.pc-menu-height { height: 80px; line-height:80px; } /* 메뉴 크기 : 높이와 동일하게 line-height 설정 */
.pc-menu-icon { width:50px; } /* 홈 및 검색아이콘 크기 */
.pc-menu-all .menu-all-wrap { margin:0 50px; } /* 전체메뉴 좌우공간 */

/* 상단고정(sticky)일 때 기본 크기 */
.nav-fixed .pc-menu-layer,
.nav-fixed .pc-menu-zone-cell { height:50px; }
.nav-fixed .pc-menu-height { height:50px; line-height:50px; }

/* PC 배분 스타일 서브메뉴에서 메뉴수에 따른 1차 서브 크기 : 너비를 %로 조절하고, 중앙에 위치하도록 역마진 추가 */
.is-sub-divide .sub-1div { width:100%; }
.is-sub-divide .is-sub-small .sub-1div { width:150%; margin-left:-25%; } /* 메뉴가 6개 이상일 때 메뉴 크기 키움 */
.nav-fixed .is-sub-divide .sub-1div{ width:100%; } /* 상단고정(sticky) 형태에서 크기 재조정 */
.nav-fixed .is-sub-divide .is-sub-small .sub-1div { width:100%; margin-left:0; }

/*-------------------------------------------------------*/
/* PC Logo : PC 로고
/*-------------------------------------------------------*/
.pc-header .at-container { position:relative; }
.pc-header-wrap { position:relative; }
.pc-header-logo { position:absolute; top:0; text-align:center; padding:0; z-index:100; overflow:hidden; }
.pc-header-logo img { display:block; width:100%; }
.is-logo-left .pc-header-logo { margin-left: 0; }
.is-logo-center .pc-header-logo { left:50%; } /* 중앙 로고 */
.nav-fixed .pc-menu-logo { display:none; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/*-------------------------------------------------------*/
/* PC Menu : PC 메뉴
/*-------------------------------------------------------*/

/* 메뉴공통 */
.pc-menu-wrap { position:relative; z-index:1; }
.pc-menu-height { -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.pc-menu-zone { position:relative; display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse;border-bottom: 4px solid #F21E43;background: #fff}
.pc-menu-zone-cell { position:relative; display:table-cell; vertical-align:middle; }
.pc-menu-zone-cell ul { padding:0; margin:0; }
.pc-menu-zone-cell li { margin:0; list-style:none; }
.pc-menu-tbl { position:relative; display:table; table-layout:fixed; width:100%; margin:0; border-collapse: collapse; }
.pc-menu-cell { position:relative; display:table-cell; vertical-align:top; }
.pc-menu-cell .menu-ul { display:table; table-layout:fixed; border-collapse: collapse; padding:0; margin:0; }
.pc-menu-cell .menu-li { display:table-cell; vertical-align:top; text-align:center; }
.pc-menu-layer { position: absolute; width: 100%; left:0; top:0; overflow:hidden; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.nav-fixed .at-boxed.at-container { padding:0; }
.nav-fixed .pc-menu-layer { background:#fff; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }

/* 홈 및 검색 아이콘 */
.pc-menu-icon { text-align:center; }
.pc-menu-icon a { display:block; color:#000; }
.pc-menu-home .menu-span { font-size:20px; }
.pc-menu-search { font-size:20px; }
.pc-menu-icon a:hover .menu-span { color:#fff; background: #333; }
.pc-menu-home.menu-li.active .menu-span { color:#fff; background: #333; }

/* 주메뉴 위치 */
.is-menu-left .menu-ul { margin-right:auto; }
.is-menu-right .menu-ul { margin-left:auto; }
.is-menu-divide .menu-ul { width:100%; }

/* 주메뉴 스타일 */
.pc-menu .menu-span { display:inline-block; padding:5px 0px; margin:0 0px; line-height:20px; }
.pc-menu-icon .menu-span {
    display: inline-block;
    padding: 8px 10px;
    margin: 0;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F21E43;
    box-shadow: 4px 4px 10px #e3e3e3;
    -webkit-box-shadow: 4px 4px 10px #e3e3e3;
    border-radius: 50%;
}
.pc-menu .menu-a { font-family: 'NEXON Lv2 Gothic'; color:#000; display:block; font-weight:bold; font-size: 20px; }
.pc-menu .menu-li:hover .menu-a,
.pc-menu .menu-li.active .menu-a { }
.pc-menu .menu-li:hover .menu-span,
.pc-menu .menu-li.active .menu-span,
.pc-menu-icon a:hover .menu-span { color:#fff; border-radius:4px; }
.pc-menu .new,
.pc-menu .sub-1new,
.pc-menu .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }

/* 주메뉴 상단고정(sticky) 스타일 */
.nav-fixed .pc-menu { padding-left:0 !important; }
.nav-fixed .pc-menu .menu-a { color:#000; }
.nav-fixed .pc-menu .menu-span { background:none !important; }
.nav-fixed .pc-menu .menu-li:hover .menu-a,
.nav-fixed .pc-menu .menu-li.active .menu-a { color:#fff; background:orangered; }
.nav-fixed .pc-menu-icon .menu-span { color:#000; }
.nav-fixed .pc-menu-icon a:hover { color:#fff; background: #333; }
.nav-fixed .pc-menu-home.menu-li:hover .menu-a,
.nav-fixed .pc-menu-home.menu-li.active .menu-a { color:#fff; background: #333; }

@media all and (max-width:991px) {
	.responsive .pc-menu-zone { display:none; }
}

/*-------------------------------------------------------*/
/* PC Float Sub Menu : PC 일반 서브메뉴
/*-------------------------------------------------------*/
.is-sub-float .sub-1da,
.is-sub-float .sub-1line,
.is-sub-float .sub-2da,
.is-sub-float .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-float .sub-1div { text-align:left; position:absolute; z-index:31; background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.is-sub-float .sub-1dul,
.is-sub-float .sub-1dli { position:relative; }
.is-sub-float .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-float .sub-1dli.active .sub-1da,
.is-sub-float .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-float .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-float .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }

.is-sub-float .sub-2div { position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-float .sub-2div { left:100%; }
.is-sub-float .sub-2dul,
.is-sub-float .sub-2dli { position:relative; }
.is-sub-float .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-float .sub-2dli.active .sub-2da,
.is-sub-float .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-float .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-float .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-float .sub-1line a,
.is-sub-float .sub-2line a { color: #333 !important; }

/*-------------------------------------------------------*/
/* PC Divide Sub Menu : PC 배분 서브메뉴
/*-------------------------------------------------------*/
.is-sub-divide .menu-li { position:relative;  }
.is-sub-divide .sub-1da,
.is-sub-divide .sub-1line,
.is-sub-divide .sub-2da,
.is-sub-divide .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-divide .sub-1div { text-align:left; position:absolute; z-index:31; background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.is-sub-divide .sub-1dul,
.is-sub-divide .sub-1dli { position:relative; }
.is-sub-divide .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1dli.active .sub-1da,
.is-sub-divide .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-divide .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-divide .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }

.is-sub-divide .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-divide .sub-2div { left:100%; }
.is-sub-divide .sub-2dul,
.is-sub-divide .sub-2dli { position:relative; }
.is-sub-divide .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-divide .sub-2dli.active .sub-2da,
.is-sub-divide .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-divide .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-divide .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1line a,
.is-sub-divide .sub-2line a { color: #333 !important; }

/*-------------------------------------------------------*/
/* PC Mega Sub Menu : PC 메가 서브메뉴
/*-------------------------------------------------------*/
.is-sub-mega .mega-sub { margin:0; box-shadow: 0 0 10px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .175); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .175); }
.nav-fixed .is-sub-mega .mega-sub { }
.is-sub-mega .mega-tbl { background:#fff; display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.is-sub-mega .mega-cell { display:table-cell; vertical-align:top; text-align:left; }
.is-sub-mega .mega-head-item { position:relative; padding:40px 12px 8px; overflow:hidden; }
.is-sub-mega .mega-head .mega-a { color:#fff; font-size:16px; font-weight:bold; }
.is-sub-mega .mega-head .mega-icon { position:absolute; top:8px; right:10px; color:#fff; font-size:14px; }
.is-sub-mega .mega-menu { background:#fafafa; }
.is-sub-mega .mega-content { border-left:1px solid #eee; padding:12px; background:#fff; }

.is-sub-mega .sub-1div { position: absolute; left:0; width:100%; }
.is-sub-mega .sub-1dul,
.is-sub-mega .sub-1dli { position:relative; background:#fff; }
.is-sub-mega .sub-1da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid rgb(238, 238, 238); }
.is-sub-mega .sub-1dli.active .sub-1da,
.is-sub-mega .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-1line a { position:relative; display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }

.is-sub-mega .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-mega .sub-2dul { }
.is-sub-mega .sub-2dli { }
.is-sub-mega .sub-2da { display:block; color:#333; padding:5px 12px; border-bottom: 1px solid rgb(238, 238, 238); } 
.is-sub-mega .sub-2dli.active .sub-2da,
.is-sub-mega .sub-2dli:hover .sub-2da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-mega .sub-2line a { display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }

/*-------------------------------------------------------*/
/* PC Whole Sub Menu : PC 전체 서브메뉴
/*-------------------------------------------------------*/
.is-sub-whole { position:relative; }
.is-sub-whole .pc-menu-wrap { position:absolute; width:100%; top:0; left:0; }
.is-sub-whole .menu-ul { position:relative; height:100%;}
.is-sub-whole .menu-li { position:relative; padding:0; height:100%; margin:0; list-style:none; }
.is-sub-whole .sub-1div { display:none; border:1px solid #ddd; border-right:0; background:#fff; text-align:left; padding:5px 0; }
.is-sub-whole .menu-li:last-child .sub-1div { border:1px solid #ddd; }
.is-sub-whole.on .sub-1div { display:block; }
.is-sub-whole .pc-menu-logo .sub-1div { padding:15px; }

.is-sub-whole .sub-1da,
.is-sub-whole .sub-1line,
.is-sub-whole .sub-2da,
.is-sub-whole .sub-2line { display:block; padding:4px 12px; line-height:20px; }
.is-sub-whole .sub-1dul,
.is-sub-whole .sub-1dli { position:relative; }
.is-sub-whole .sub-1da { color:#333; }
.is-sub-whole .sub-1dli.active .sub-1da,
.is-sub-whole .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; }
.is-sub-whole .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; }
.is-sub-whole .sub-1line a { color: #333 !important; }

.is-sub-whole .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-whole .sub-2div { left:100%; }
.is-sub-whole .sub-2dul,
.is-sub-whole .sub-2dli { position:relative; }
.is-sub-whole .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-whole .sub-2dli.active .sub-2da,
.is-sub-whole .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-whole .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-whole .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-whole .sub-2line a { color: #333 !important; }

/*-------------------------------------------------------*/
/* Menu Color : 메뉴수에 따라 번호순으로 클래스 생성
/*-------------------------------------------------------*/
.is-sub-color .menu-0 .sub-1div { border-color: #21a6ed !important; }
.is-sub-color .menu-0 .sub-1dli.active .sub-1da,
.is-sub-color .menu-0 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-0 .sub-2dli.active .sub-2da,
.is-sub-color .menu-0 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-0 .mega-head, 
.menu-0.menu-li:hover .menu-span,
.menu-0.menu-li.active .menu-span,
.nav-fixed .menu-0.menu-li:hover .menu-a,
.nav-fixed .menu-0.menu-li.active .menu-a { background: #21a6ed !important; border-color: #21a6ed !important; }

.is-sub-color .menu-1 .sub-1div { border-color: #eb5451 !important; }
.is-sub-color .menu-1 .sub-1dli.active .sub-1da,
.is-sub-color .menu-1 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-1 .sub-2dli.active .sub-2da,
.is-sub-color .menu-1 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-1 .mega-head,
.menu-1.menu-li:hover .menu-span,
.menu-1.menu-li.active .menu-span,
.nav-fixed .menu-1.menu-li:hover .menu-a,
.nav-fixed .menu-1.menu-li.active .menu-a { background: #eb5451 !important; border-color: #eb5451 !important; }

.is-sub-color .menu-2 .sub-1div { border-color: #756fad !important; }
.is-sub-color .menu-2 .sub-1dli.active .sub-1da,
.is-sub-color .menu-2 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-2 .sub-2dli.active .sub-2da,
.is-sub-color .menu-2 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-2 .mega-head, 
.menu-2.menu-li:hover .menu-span,
.menu-2.menu-li.active .menu-span,
.nav-fixed .menu-2.menu-li:hover .menu-a,
.nav-fixed .menu-2.menu-li.active .menu-a { background: #756fad !important; border-color: #756fad !important; }

.is-sub-color .menu-3 .sub-1div { border-color: #F21E43 !important; }
.is-sub-color .menu-3 .sub-1dli.active .sub-1da,
.is-sub-color .menu-3 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-3 .sub-2dli.active .sub-2da,
.is-sub-color .menu-3 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-3 .mega-head, 
.menu-3.menu-li:hover .menu-span,
.menu-3.menu-li.active .menu-span,
.nav-fixed .menu-3.menu-li:hover .menu-a,
.nav-fixed .menu-3.menu-li.active .menu-a { background: #F21E43 !important; border-color: #F21E43 !important; }

.is-sub-color .menu-4 .sub-1div { border-color: #4c6187 !important; }
.is-sub-color .menu-4 .sub-1dli.active .sub-1da,
.is-sub-color .menu-4 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-4 .sub-2dli.active .sub-2da,
.is-sub-color .menu-4 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-4 .mega-head, 
.menu-4.menu-li:hover .menu-span,
.menu-4.menu-li.active .menu-span,
.nav-fixed .menu-4.menu-li:hover .menu-a,
.nav-fixed .menu-4.menu-li.active .menu-a { background: #4c6187 !important; border-color: #4c6187 !important; }

.is-sub-color .menu-5 .sub-1div { border-color: #4c515b !important; }
.is-sub-color .menu-5 .sub-1dli.active .sub-1da,
.is-sub-color .menu-5 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-5 .sub-2dli.active .sub-2da,
.is-sub-color .menu-5 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-5 .mega-head,
.menu-5.menu-li:hover .menu-span,
.menu-5.menu-li.active .menu-span,
.nav-fixed .menu-5.menu-li:hover .menu-a,
.nav-fixed .menu-5.menu-li.active .menu-a { background: #4c515b !important; border-color: #4c515b !important; }

.is-sub-color .menu-6 .sub-1div { border-color: #0092e0 !important; }
.is-sub-color .menu-6 .sub-1dli.active .sub-1da,
.is-sub-color .menu-6 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-6 .sub-2dli.active .sub-2da,
.is-sub-color .menu-6 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-6 .mega-head,
.menu-6.menu-li:hover .menu-span,
.menu-6.menu-li.active .menu-span,
.nav-fixed .menu-6.menu-li:hover .menu-a,
.nav-fixed .menu-6.menu-li.active .menu-a { background: #0092e0 !important; border-color: #0092e0 !important; }

.is-sub-color .menu-7 .sub-1div { border-color: #d82c29 !important; }
.is-sub-color .menu-7 .sub-1dli.active .sub-1da,
.is-sub-color .menu-7 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-7 .sub-2dli.active .sub-2da,
.is-sub-color .menu-7 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-7 .mega-head,
.menu-7.menu-li:hover .menu-span,
.menu-7.menu-li.active .menu-span,
.nav-fixed .menu-7.menu-li:hover .menu-a,
.nav-fixed .menu-7.menu-li.active .menu-a { background: #d82c29 !important; border-color: #d82c29 !important; }

.is-sub-color .menu-8 .sub-1div { border-color: #5d588f !important; }
.is-sub-color .menu-8 .sub-1dli.active .sub-1da,
.is-sub-color .menu-8 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-8 .sub-2dli.active .sub-2da,
.is-sub-color .menu-8 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-8 .mega-head,
.menu-8.menu-li:hover .menu-span,
.menu-8.menu-li.active .menu-span,
.nav-fixed .menu-8.menu-li:hover .menu-a,
.nav-fixed .menu-8.menu-li.active .menu-a { background: #5d588f !important; border-color: #5d588f !important; }

.is-sub-color .menu-9 .sub-1div { border-color: #71757e !important; }
.is-sub-color .menu-9 .sub-1dli.active .sub-1da,
.is-sub-color .menu-9 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-9 .sub-2dli.active .sub-2da,
.is-sub-color .menu-9 .sub-2dli:hover .sub-2da, 
.is-sub-mega .menu-9 .mega-head,
.menu-9.menu-li:hover .menu-span,
.menu-9.menu-li.active .menu-span,
.nav-fixed .menu-9.menu-li:hover .menu-a,
.nav-fixed .menu-9.menu-li.active .menu-a { background: #71757e !important; border-color: #71757e !important; }

/*-------------------------------------------------------*/
/* Mobile Menu : 모바일 메뉴
/*-------------------------------------------------------*/
.m-menu { display:none; overflow:hidden; background:#F21E43; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon, 
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #000; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li > a { color: #fff; }
.m-menu .m-nav ul li.active a { color: #000; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
.m-menu .new,
.m-menu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top;}
@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

/*-------------------------------------------------------*/
/* PC All Menu : PC 전체 메뉴
/*-------------------------------------------------------*/
/* .wided .pc-menu-all.at-container { max-width:100% !important; } */
.pc-menu-all { position:relative; z-index:20; }
.pc-menu-all .at-container { position:relative; }
.pc-menu-all #menu-all { position:absolute; width:100%; top:0; z-index:10; }
.pc-menu-all .menu-all-wrap { padding:20px; border:1px solid #ddd; background:#fafafa; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu-all .table { margin-bottom:0 !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0; }
.pc-menu-all .menu-a { display:block; color:#333; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on { border-top:1px solid #333; }
.pc-menu-all .table td.on .menu-a { color:#fff; background:#333; }
.pc-menu-all .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu-all .sub-1div { padding:8px 0; position:relative; }
.pc-menu-all .sub-1dul { list-style:none; padding:0; margin:0; }
.pc-menu-all .sub-1dli { position:relative; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:4px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; }
.pc-menu-all .sub-2div { left:80%; top:0; background: #fff; position:absolute; z-index:21; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu-all .sub-2dul { padding:0; margin:0;}
.pc-menu-all .sub-2dli { list-style:none; }
.pc-menu-all .sub-2da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid #eee; } 
.pc-menu-all .sub-2dli.on .sub-2da,
.pc-menu-all .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: #333; border-bottom: 1px solid #333; }
.pc-menu-all .sub-2new { color: rgb(140, 195, 70);}
.pc-menu-all .sub-2line { display:block; color:#333; padding:6px 12px; font-weight:bold; background:#fafafa; border-bottom: 1px solid #eee; }
.pc-menu-all .sub-1line a,
.pc-menu-all .sub-2line a { color: #333 !important; }
.pc-menu-all .sub-1line { display:block; color:#333; padding:6px 12px; margin:4px 0; font-weight:bold; background:#fafafa; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.pc-menu-all .new,
.pc-menu-all .sub-1new,
.pc-menu-all .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.pc-menu-all .table-responsive { position:relative; }
.pc-menu-all .menu-all-btn { position:absolute; bottom:0; right:0; z-index:1; }

@media all and (max-width:991px) {
	.responsive .pc-menu-all { display:none; }
}

/*-------------------------------------------------------*/
/* Page Title : 페이지 타이틀 및 설명글
/*-------------------------------------------------------*/
.page-title { position:relative; margin-bottom:-1px; background:#333; }
.page-title.page-title-boxed { margin-bottom:30px; }
.page-title .at-container { border:0 !important; background: none !important; }
.page-title .at-title { height:120px; display:table-cell; vertical-align:bottom; padding:20px 0px; width:100%; }
.page-title .at-title h2 { position:relative; color:#fff; font-size:30px; letter-spacing:-1px; padding:0; margin:0; }
.page-title .at-title p { color:#fff; padding:0; margin:6px 0 0; font-size:15px; }
@media all and (max-width:767px) {
	.responsive .page-title .at-title { height:80px; padding:20px; }
	.responsive .page-title .at-title h2 { font-size:26px; letter-spacing:0; }
	.responsive .page-title .at-title p { font-size:15px; }
}
@media all and (max-width:480px) {
	.responsive .page-title .at-title { height:60px; padding:10px; }
	.responsive .page-title .at-title h2 { font-size:22px; letter-spacing:0; }
	.responsive .page-title .at-title p { display:none; }
}

/* Sub Title */
h4.h4 { font-size:15px; line-height:1.4; padding:0; margin:0; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { position:relative; height:3px; margin:5px 0 10px; border: none; line-height:1px; }
hr.hr::after { width:45px; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }

/*-------------------------------------------------------*/
/* Page Side Menu : 페이지 사이드메뉴
/*-------------------------------------------------------*/
.page-sidemenu { padding:0; }
.page-sidemenu a { display:block; }
.page-sidemenu .psm-head { display:block; border:0; text-align:center; padding:20px 10px; font-size:20px; color:#fff; letter-spacing:-1px; }
.page-sidemenu .psm-head a i { margin-right:4px; }
.page-sidemenu .psm-body { border:1px solid #ddd; border-top:0; }
.page-sidemenu .psm-sub1 { padding:0; border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub1:last-child { border-bottom:0; }
.page-sidemenu .psm-sub1 a { display:block; padding: 7px 10px; color:#000 !important; }
.page-sidemenu .psm-sub1 a:hover,
.page-sidemenu .psm-sub1.on > a { font-weight:bold !important; background-color:#fafafa; }
.page-sidemenu .psm-sub1 > a.no-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.page-sidemenu .psm-sub1 > a.is-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "+"; }
.page-sidemenu .psm-sub2 { padding:0; margin:0; list-style:none; background-color: #fff; }
.page-sidemenu .psm-sub2 li { border-bottom:1px solid #eee; }
.page-sidemenu .psm-sub2 li:last-child { border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub2 li a { display:block; padding:6px 20px; padding-right:10px; }
.page-sidemenu .psm-sub2 li a:hover,
.page-sidemenu .psm-sub2 li.on a { font-weight:bold !important; color:#000 !important; }
.page-sidemenu .psm-line { font-weight:bold; padding:10px; background:#f1f1f1; border-bottom:1px solid #ddd; font-size:14px; }
.page-sidemenu .new,
.page-sidemenu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }

/*-------------------------------------------------------*/
/* Footer : 사이트 하단 영역
/*-------------------------------------------------------*/
.en .at-footer { font-size:12px; }
.at-footer { color:#fff; background:#222; padding-bottom:30px; }
.at-footer.at-footer-mask { background:#f5f5f5; }
.at-footer .at-footer-line { height:5px; line-height:1px; font-size:1px; }
.at-footer.at-footer-mask .at-footer-line { border:0; }
.at-footer .logo-bottom { display:block; max-height:120px; padding-right:15px; width: 235px;}
.at-footer .at-links { margin-bottom:20px; }
.at-footer .at-links ul { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-links ul > li { float: left; padding: 0 15px; }
.at-footer .at-links ul > li::after { float: right; color:#fff; content: "|"; margin-right:-16px; font-size:11px; }
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #fff; }
.at-footer .at-links ul > li > a:hover { color: #fff; }

.at-footer .at-copyright { margin-top:10px; }
.at-footer .at-copyright span { }
.at-footer .at-about { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-about > li { float: left; padding: 0 15px; }
.at-footer .at-about > li > a { color: #333; }
.at-footer .at-about > li > a:hover { color: #000; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}
@media all and (max-width:767px) {
	.responsive .at-footer { padding:20px 0; }
}

/*-------------------------------------------------------*/
/* Go Top & Bottom Button : 상단/하단 이동버튼
/*-------------------------------------------------------*/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 30px; z-index: 30; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 767px) {
	.at-go .go-btn { bottom:0; right:5px; }
}

/*-------------------------------------------------------*/
/* Bootstrap3 : 부트스트랩 기본속성
/*-------------------------------------------------------*/
/* Button */
.btn { font-family: 'NEXON Lv2 Gothic'; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family: 'NEXON Lv2 Gothic'; }
.btn-group.btn-group-justified a { border-left-width:0px; }
.btn-group.btn-group-justified a:first-child { border-left-width:1px; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0; }
.panel-group .panel { border-radius: 0; }
.panel .panel-heading { border-radius: 0; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: 'NEXON Lv2 Gothic'; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: 'NEXON Lv2 Gothic'; margin: 0 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: 'NEXON Lv2 Gothic'; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }

/*-------------------------------------------------------*/
/* Thema Color : 10개
/*-------------------------------------------------------*/
.white a { color:#fff; }
.bg-0,
.hover-0:hover, 
.box-blue { background-color:#21a6ed; border-color:#21a6ed; color:#fff; }
.bg-1,
.hover-1:hover, 
.box-red { background-color:#eb5451; border-color:#eb5451; color:#fff; }
.bg-2,
.hover-2:hover, 
.box-violet { background-color:#756fad; border-color:#756fad; color:#fff; }
.bg-3,
.hover-3:hover, 
.box-mint { background-color:#F21E43; border-color:#F21E43; color:#fff; }
.bg-4,
.hover-4:hover, 
.box-navy {	background-color:#4c6187; border-color:#4c6187; color:#fff; }
.bg-5,
.hover-5:hover, 
.box-deepgray { background-color:#4c515b; border-color:#4c515b; color:#fff; }
.bg-6,
.hover-6:hover, 
.box-deepblue {	background-color:#0092e0; border-color:#0092e0; color:#fff; }
.bg-7,
.hover-7:hover, 
.box-deepred { background-color:#d82c29; border-color:#d82c29; color:#fff; }
.bg-8,
.hover-8:hover, 
.box-deepviolet { background-color:#5d588f; border-color:#5d588f; color:#fff; }
.bg-9,
.hover-9:hover, 
.box-gray { background-color:#71757e; border-color:#71757e; color:#fff; }


#nt_lnb {
    padding: 10px 0;
    border-bottom: 1px solid #edeef0;
    background: #fff
}

#nt_lnb ul {
    list-style: none;
    margin: 0
}

#nt_lnb ul>li {
    float: left;
    padding: 0 13px;
    height: 30px;
    line-height: 30px
}

#nt_lnb ul>li.b_dot {
    *padding: 03px
}

#nt_lnb ul>li.b_dot::after {
    float: right;
    color: #333;
    content: "·";
    margin-right: -16px
}

#nt_lnb ul>li:first-child {
    padding-left: 0
}

#nt_lnb ul>li:last-child {
    padding-right: 0
}

#nt_lnb ul>li:last-child::after {
    content: "";
    margin-right: 0
}

#nt_lnb ul>li>a {
    float: left;
    white-space: nowrap;
    display: inline-block;
    height: 30px;
    border-radius: 5px;
    *padding: 010px
}

#nt_lnb .dropdown-toggle::after {
    color: #ccc
}

#nt_lnb ul>li img.icon_yellow_star {
    vertical-align: top;
    margin-top: 6px;
    margin-right: 3px
}

#nt_lnb ul>li img.icon_event {
    vertical-align: top;
    margin-top: 2px;
    margin-right: 2px
}

#nt_lnb ul>li>a.btn_event {
    font-weight: 700
}

#nt_lnb ul>li>a.btn_nt_lnb_01 {
    border: 2px solid #F21E43;
    color: #F21E43;
    padding: 0 10px;
    line-height: 28px;
    font-weight: 700
}

#nt_lnb ul>li>a.btn_register {
    margin-left: 5px;
    font-weight: 700;
    color:#fff;
}

#nt_lnb ul>li.header-search-wrap {
    padding: 0
}

#nt_lnb ul>li.header-search-wrap .header-search {
}

#nt_lnb ul>li.header-search-wrap .header-search input.form-control {
    width: 210px;
    height: 30px;
    border: 0;
    border-radius: 5px;
    background: #f6f7fb;
    font-size: 13px;
    padding: 7px 33px 7px 10px
}

#nt_lnb ul>li.header-search-wrap .header-search button[type=submit] {
    position: absolute;
    top: 0;
    right: 3px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    z-index: 3
}

#nt_lnb ul>li.header-search-wrap .header-search button[type=submit] i {
    color: #626266!important
}
.nt-container {
    max-width: 1380px;
}
.nt-container, .nt-container-wide {
    margin: 0 auto;
}
.float-left {
    float: left !important;
}
ul, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl, ol, ul {
	/*
    margin-top: 0;
    margin-bottom: 1rem;
    */
}
*, ::after, ::before {
    box-sizing: border-box;
}
.float-right {
    float: right !important;
}
@charset "utf-8";.btn-primary,.btn-primary.disabled,.btn-primary:disabled,.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.page-item.active .page-link,.show>.btn-outline-primary.dropdown-toggle,.custom-control-input:checked~.custom-control-label::before,.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #F21E43!important;
    border-color: #F21E43!important
}

hr.hr::after,.dropdown-item.active,.dropdown-item:active,.bg-primary {
    background-color: #F21E43!important
}

.border-primary {
    border-color: #F21E43!important
}

.text-primary,.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #F21E43!important
}

.btn-primary:focus,.btn-primary.focus,.btn-primary:hover {
    background-color: #c82333!important;
    border-color: #c82333!important
}

.btn-outline-primary {
    color: #c82333!important;
    border-color: #c82333!important
}

.btn-outline-primary:hover {
    color: #fff!important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #c82333!important
}

.page-link:focus,.btn-primary:focus,.btn-primary.focus,.btn-outline-primary:focus,.btn-outline-primary.focus,.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)!important
}

.gra-left-primary {
    background: linear-gradient(to left,rgba(0,0,0,0) 0,#F21E43 60%)
}

.gra-right-primary {
    background: linear-gradient(to right,rgba(0,0,0,0) 0,#F21E43 60%)
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
#nt_lnb ul>li>a.btn_register {
    margin-left: 5px;
    font-weight: 700;
}
#nt_lnb ul>li>a {
    float: left;
    white-space: nowrap;
    display: inline-block;
    height: 30px;
    border-radius: 5px !important;
}

.widget_outlogin_wrap {
    padding: 35px 20px 30px;
    border-radius: 5px 5px 10px 10px
}

.widget_outlogin_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F21E43
}



.widget_outlogin_wrap #outlogin_mb_id,.widget_outlogin_wrap #outlogin_mb_password {
    padding-left: 40px
}

.widget_outlogin_wrap #outlogin_mb_id::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: 1
}

.widget_outlogin_wrap #outlogin_mb_password::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: 1
}

.widget_outlogin_wrap #outlogin_mb_id::-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1
}

.widget_outlogin_wrap #outlogin_mb_password::-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1
}

.widget_outlogin_wrap #outlogin_mb_id::placeholder {
    color: #b2b2b2;
    opacity: 1
}

.widget_outlogin_wrap #outlogin_mb_password::placeholder {
    color: #b2b2b2;
    opacity: 1
}

.widget_outlogin_wrap #btn_login {
    font-weight: 700;
    border-radius: 8px;
    padding-top: 9px;
    padding-bottom: 7px
}

.widget_outlogin_wrap .custom-switch {
    padding-left: 48px
}

.widget_outlogin_wrap .custom-switch .custom-control-label::before {
    background-color: #ffba00;
    border: 0;
    width: 40px;
    height: 22px;
    border-radius: 22px!important;
    left: -48px;
    margin-top: -2px!important
}

.widget_outlogin_wrap .custom-switch .custom-control-label::after {
    background-color: #fff;
    width: 16px!important;
    height: 16px!important;
    border-radius: 50%!important;
    top: 6px!important;
    left: -27px!important;
    margin-top: -2px!important;
    transition: left .15s
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    left: -45px!important;
    transform: unset!important;
    transition: left .15s
}

.widget_outlogin_wrap .custom-switch .custom-control-label span {
    display: inline-block;
    vertical-align: middle!important;
    font-size: 12px;
    color: #999;
    margin-top: 1px
}

.widget_outlogin_wrap .na-dot {
    display: inline-block;
    vertical-align: middle!important;
    margin: 0 2px
}

.widget_outlogin_wrap .icon_user {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    background: url(/img/icon_user.png) no-repeat;
    width: 13px;
    height: 15px;
    z-index: 3
}

.widget_outlogin_wrap .icon_password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    background: url(/img/icon_password.png) no-repeat;
    width: 14px;
    height: 19px;
    z-index: 3
}

.bg_gray_boxshadow_slope {
    position: relative;
    box-shadow: 5px 5px 8px rgb(50 60 70/10%),-3px -3px 6px #fff;
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70/10%),-3px -3px 6px #fff;
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70/10%),-3px -3px 6px #fff;
    background: #f7f8fa;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px
}

.bg_gray_boxshadow_slope img {
    max-width: 100%
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
@media screen and (max-width: 767px) {
	.input-group {
	    width: 70%;
	}
}
.widget_outlogin_wrap #outlogin_mb_id, .widget_outlogin_wrap #outlogin_mb_password {
    padding-left: 40px;
}
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation)>.custom-select:not(:last-child), .input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*width: 1%;*/
    min-width: 0;
    margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce)
.form-control {
    transition: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
label, input, button, select, img {
    vertical-align: middle;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.widget_outlogin_wrap .form-control {
    height: 40px;
    padding: 0.6rem 0.75rem;
    border-radius: 8px !important;
}
.f-sm {
    font-size: 14px !important;
}
.float-left {
    float: left !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.widget_outlogin_wrap .custom-switch {
    padding-left: 48px;
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
label, input, button, select, img {
    vertical-align: middle;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.float-left {
    float: left !important;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
label, input, button, select, img {
    vertical-align: middle;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.widget_outlogin_wrap .custom-switch .custom-control-label::before {
    background-color: #ffba00;
    border: 0;
    width: 40px;
    height: 22px;
    border-radius: 22px !important;
    left: -48px;
    margin-top: -2px !important;
}
.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
    margin-top: 2px !important;
}
.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
    margin-top: 2px;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
@media (prefers-reduced-motion: reduce)
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.widget_outlogin_wrap .custom-switch .custom-control-label span {
    display: inline-block;
    vertical-align: middle !important;
    font-size: 12px;
    color: #999;
    margin-top: 1px;
}
.widget_outlogin_wrap .custom-switch .custom-control-label::after {
    background-color: #fff;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    top: 6px !important;
    left: -27px !important;
    margin-top: -2px !important;
    transition: left .15s;
}
.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
    margin-top: 2px !important;
}
.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
    margin-top: 2px;
}
@media (prefers-reduced-motion: reduce)
.custom-switch .custom-control-label::after {
    transition: none;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}
.f-de {
    font-size: 15px !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.bg_gray_boxshadow_slope img {
    max-width: 100%;
}
.rounded-circle {
    border-radius: 50% !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.bg_gray_boxshadow_slope {
    position: relative;
    box-shadow: 5px 5px 8px rgb(50 60 70/10%), -3px -3px 6px #fff;
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70/10%), -3px -3px 6px #fff;
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%), -3px -3px 6px #fff;
    background: #f7f8fa;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
#main_con_1 img {
    max-width: 100%;
}
.bg_gray_boxshadow_slope img {
    max-width: 100%;
}

#main_con_1 img {
    max-width: 100%
}

#main_con_1 .main_con_1_text_b {
    position: relative;
    font-size: 21px;
    color: #434341;
    margin-bottom: 15px;
    z-index: 1
}

#main_con_1 .main_con_1_text_b span {
    color: #F21E43;
    font-weight: 700
}

#main_con_1 .main_con_1_text_s {
    position: relative;
    color: #434341;
    opacity: .6;
    z-index: 1
}

#main_con_1 .main_con_1_img_inner {
    position: absolute;
    bottom: 0;
    right: 0
}

@media(max-width: 1024px) {
    #main_con_1 .main_con_1_img_inner {
        right:-40px
    }

    #main_con_1 .main_con_1_text_b {
        font-size: 18px
    }

    #main_con_1 .main_con_1_text_s {
        font-size: 13px
    }

    #main_con_1 .main_con_1_img_inner {
        opacity: .4
    }
}

@media(max-width: 767px) {
    #main_con_1 .img_inner {
        *right:-100px;
        opacity: .4
    }
}

#main_con_2 {
    margin-bottom: 30px
}

#main_con_2:after {
    display: block;
    content: '';
    visibility: hidden;
    clear: both
}

#main_con_2>div {
    display: flex;
    align-items: center;
    float: left;
    width: calc((100% - 34px)/3);
    margin-left: 17px;
    text-align: center;
    height: 130px;
    cursor: pointer
}

#main_con_2>div:first-child {
    margin-left: 0
}

#main_con_2 .main_con_2_div {
    width: 100%;
    margin-top: 3px
}

#main_con_2 .main_con_2_title {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.08rem
}

#main_con_2 .main_con_2_title img {
    position: absolute
}

#main_con_2_1 .main_con_2_title img {
    top: -26px
}

#main_con_2_2 .main_con_2_title img {
    top: -18px
}

#main_con_2_3 .main_con_2_title img {
    top: -18px
}

#main_con_2_1 .main_con_2_title span {
    margin-left: 70px
}

#main_con_2_2 .main_con_2_title span {
    margin-left: 75px
}

#main_con_2_3 .main_con_2_title span {
    margin-left: 70px
}

#main_con_2 .main_con_2_text {
    font-size: 13px;
    color: #666;
    margin-top: 10px
}

#main_con_2 .main_con_2_btn {
    margin-top: 15px
}

#main_con_2 .main_con_2_btn a {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 6px;
    font-size: 13px
}

#main_con_2 .main_con_2_btn a span {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px
}

@media(max-width: 1024px) {
    #main_con_2>div {
        width:calc((100% - 20px)/3);
        height: 110px;
        margin-left: 10px
    }

    #main_con_2 .main_con_2_div {
        margin-top: 15px
    }

    #main_con_2 .main_con_2_title {
        font-size: 16px
    }

    #main_con_2 .main_con_2_title img {
        width: 40px;
        top: -20px;
        left: 50%;
        transform: translateX(-50%)
    }

    #main_con_2_2 .main_con_2_title img {
        top: -15px
    }

    #main_con_2 .main_con_2_title span {
        margin-left: 0;
        display: inline-block;
        margin-top: 15px
    }

    #main_con_2 .main_con_2_text {
        display: none
    }

    #main_con_2 .main_con_2_btn {
        margin-top: 3px
    }
}

@media(max-width: 767px) {
    #main_con_2 {
        display:none
    }
}

#main_con_2_m {
    display: none;
    margin-top: 40px;
    margin-bottom: 30px
}

#main_con_2_m ul {
    font-size: 0
}

#main_con_2_m ul:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both
}

#main_con_2_m ul li {
    display: inline-block;
    width: 20%;
    text-align: center
}

#main_con_2_m ul li a {
    position: relative;
    display: block;
    padding: 0 4px;
    text-align: center
}

#main_con_2_m ul li a .bg_circle {
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 4px 1px #e9e9e9;
    -webkit-box-shadow: 2px 2px 4px 1px #e9e9e9;
    -moz-box-shadow: 2px 2px 4px 1px #e9e9e9
}

#main_con_2_m ul li a .img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#main_con_2_m ul li a .img img {
    max-width: 45%;
    vertical-align: middle
}

#main_con_2_m ul li .text {
    font-size: 12px;
    color: #333;
    font-weight: 700;
    margin-top: 8px
}

@media(max-width: 767px) {
    #main_con_2_m {
        display:block
    }
}

#main_banner {
    margin: 60px 0 50px
}

.main_banner_title {
    text-align: center
}

.main_banner_title h2 {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.08rem
}

.main_banner_title .icon_main_banner_title {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px
}

.main_banner_title .icon_main_banner_title:first-child {
    margin-right: 5px
}

.main_banner_title .icon_main_banner_title:last-child {
    margin-left: 5px
}

.main_banner_title h2 span {
    color: #F21E43
}

.main_banner_title2 {
    color: #666;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 35px
}

@media(max-width: 767px) {
    .main_banner_title h2 {
        font-size:26px
    }

    .main_banner_title .icon_main_banner_title:first-child {
        margin-right: 0
    }

    .main_banner_title .icon_main_banner_title:last-child {
        margin-left: 0
    }

    .main_banner_title .icon_main_banner_title img {
        width: 80%
    }
}

.main_explain_title_wrap {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px
}

.main_explain_title,.main_explain_title h2,.main_explain_title h3 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.08rem
}

.main_explain_title h2,.main_explain_title h3 {
    display: inline
}

.main_explain_title2 {
    color: #666;
    text-align: center;
    margin-top: -4px
}

@media(max-width: 767px) {
    .main_explain_title,.main_explain_title h2,.main_explain_title h3 {
        font-size:26px
    }
}

.main_explain_con_wrap {
    margin-bottom: 30px
}

#row-area-content .main_explain_con_wrap:last-child {
    margin-bottom: 0
}

.main_explain_con_div {
    position: relative;
    padding-top: 35px
}

.main_explain_con_wrap .main_explain_con_div:first-child {
    padding-top: 0
}

.main_explain_con_title {
    position: relative;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 0 30px 30px 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    word-break: break-all;
    line-height: 1.4;
    z-index: 1
}

.main_explain_con_title h3,.main_explain_con_title h4 {
    display: inline;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit
}

.main_explain_con {
    position: relative;
    padding: 30px 40px;
    z-index: 1;
    color: #333
}

.main_explain_con>div {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: -.04rem
}

.main_explain_con>div:first-child {
    margin-top: 0
}

.main_explain_con>div strong {
    position: relative;
    font-size: 28px;
    line-height: 1.5;
    z-index: 1
}

.main_explain_con .main_explain_con_inner_end {
    text-align: center;
    color: #666;
    font-size: 14px;
    letter-spacing: -.04rem
}

.main_explain_con_img {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.main_explain_con>div ul {
}

.main_explain_con>div ul li {
    display: flex;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: -.04rem
}

.main_explain_con>div ul li:first-child {
    margin-top: 0
}

.main_explain_con>div ul li span.main_explain_con_num_icon {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: crimson;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    vertical-align: middle;
    *margin-top: 2px;
    margin-right: 10px;
    padding-right: 1px
}

.main_explain_con>div ul li span.main_explain_con_list_img {
    min-width: 175px
}

.main_explain_con>div ul li span.main_explain_con_list_img img {
    max-width: 100%
}

.main_explain_con>div ul li h3 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

#main_con_3 {
    margin-top: 89px;
    overflow: visible
}

#main_con_3_1 {
    background: #dcdfe5;
    padding-top: 35px;
    border-radius: 10px 10px 0 0
}

#main_con_3_1 .main_explain_con_title {
    background: #251965;
    color: #fff;
    font-size: inherit;
    font-weight: inherit
}

#main_con_3_1 .main_explain_con>div strong span {
    color: #251965
}

#main_con_3_1 .main_explain_con_img {
    top: -54px
}

#main_con_3_2 {
    overflow: hidden
}

#main_con_3_2 .main_explain_con_title {
    background: #e33030
}

#main_con_3_2 .main_explain_con_img {
    top: -75px;
    right: 50px
}

#main_con_3_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #e33030
}

#main_con_3_2 .main_explain_con .main_explain_con_inner_end {
    color: #999
}

#main_con_4_1 {
    background: url(/img/img_main_con_4_1_bg.webp) no-repeat;
    background-size: cover;
    background-position: center
}

#main_con_4_2 .main_explain_con_title {
    background: #26f2c0;
    color: #251965
}

#main_con_4_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #26f2c0
}

#main_con_5_1 {
    background: #ffc400;
    overflow: hidden
}

#main_con_5_1 .main_explain_con_img {
    top: -18px
}

#main_con_5_1 .main_explain_con_img img {
    width: 100%
}

#main_con_5_2 .main_explain_con_title {
    background: #ffc400;
    color: #000
}

#main_con_5_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #ffc400;
    color: #000
}

#main_con_6_1 .main_explain_con_img {
    top: -10px;
    right: 55px
}

#main_con_6_2 {
    padding-top: 0
}

#main_con_6_2 .main_explain_con_title {
    background: #1bbf87
}

#main_con_6_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #1bbf87
}

#main_con_6_3 {
    padding-top: 0
}

#main_con_6_3 .main_explain_con_title {
    background: #e33030
}

#main_con_6_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #e33030
}

#main_con_7_1 {
    background: #161223;
    padding: 19px 0;
    overflow: hidden
}

#main_con_7_1 .main_explain_con {
    color: #fff;
    text-align: center
}

#main_con_7_1 .main_explain_con>div strong {
    display: block;
    color: #7e38ff;
    font-size: 34px;
    margin-top: 15px
}

#main_con_7_1 .main_explain_con_img_left {
    left: 0;
    right: unset;
    transform: rotateY(180deg)
}

#main_con_7_1 .main_explain_con_img {
    height: 100%
}

#main_con_7_1 .main_explain_con_img img {
    width: auto;
    height: 100%
}

#main_con_7_2 .main_explain_con_title {
    background: #7138da
}

#main_con_7_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #7138da
}

#main_con_7_3 {
    padding-top: 0
}

#main_con_7_3 .main_explain_con_title {
    background: #f04ca5
}

#main_con_7_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #f04ca5
}

#main_con_8_1 {
    background: url(/img/img_main_con_8_1_bg.webp) no-repeat;
    background-size: cover;
    background-position: center
}

#main_con_8_1 .main_explain_con {
    text-align: center;
    color: #fff
}

#main_con_8_1 .main_explain_con>div strong {
    display: block;
    color: #feba3e;
    margin-top: 15px
}

#main_con_8_2 .main_explain_con_title {
    background: #191766
}

#main_con_8_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #191766
}

#main_con_8_3 {
    padding-top: 0
}

#main_con_8_3 .main_explain_con_title {
    background: #9130d1
}

#main_con_8_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #9130d1
}

#main_con_9 {
    overflow: visible
}

#main_con_9_1 .main_explain_con_img {
    top: -34px;
    right: 24px
}

#main_con_9_2 {
    padding-top: 0
}

#main_con_9_2 .main_explain_con_title {
    background: #32327f
}

#main_con_9_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #32327f
}

#main_con_9_3 {
    padding-top: 0
}

#main_con_9_3 .main_explain_con_title {
    background: #32327f
}

#main_con_9_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #32327f
}

#main_con_9_3 .main_explain_con .main_explain_con_inner_end {
    font-weight: 700
}

#main_con_9_4 {
    padding-top: 0
}

#main_con_9_4 .main_explain_con_title {
    background: #ff7200
}

#main_con_9_4 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #ff7200
}

#main_con_10_1 .main_explain_con_img {
    top: 54px;
    right: 70px
}

#main_con_10_2 {
    padding-top: 0
}

#main_con_10_2 .main_explain_con_title {
    background: #ed2026
}

#main_con_10_2 .main_explain_con>div ul li {
    align-items: center
}

#main_con_10_2 .main_explain_con>div ul li {
    margin: 40px 0
}

#main_con_10_2 .main_explain_con .main_explain_con_inner_end {
    color: #999;
    margin-bottom: 20px
}

#main_con_10_3 {
    padding-top: 0
}

#main_con_10_3 .main_explain_con_title {
    background: #222
}

#main_con_10_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #222
}

#main_con_10_4 {
    padding-top: 0
}

#main_con_10_4 .main_explain_con_title {
    background: #222
}

#main_con_10_4 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #222
}

@media(max-width: 1024px) {
    .main_explain_con_title {
        display:block;
        border-radius: 0
    }

    .main_explain_con_title,.main_explain_con {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .main_explain_con_img img {
        width: 60%
    }

    #main_con_3 {
        margin-top: 0
    }

    #main_con_3_1 .main_explain_con_img {
        top: 120px;
        right: -10px;
        opacity: .4
    }

    #main_con_3_2 .main_explain_con_img {
        top: -1px;
        right: 15px
    }

    #main_con_5_1 .main_explain_con_img {
        top: 0;
        opacity: .4
    }

    #main_con_6_1 .main_explain_con_img {
        right: 15px;
        opacity: .4
    }

    #main_con_7_1 .main_explain_con_img_left {
        display: none
    }

    #main_con_9_1 .main_explain_con_img {
        top: 15px;
        right: 0;
        opacity: .4
    }

    #main_con_10_1 .main_explain_con_img {
        top: 15px;
        right: 15px;
        opacity: .4
    }
}

@media(max-width: 767px) {
    #row-area-content .main_explain_con_wrap:last-child {
        margin-bottom:30px
    }

    .main_explain_con_wrap br.hide_sm {
        display: none
    }

    .main_explain_con_title {
        font-size: 18px
    }

    .main_explain_con>div strong {
        font-size: 20px
    }

    .main_explain_con>div ul li span.main_explain_con_list_img {
        margin-bottom: 30px;
        text-align: center
    }

    .main_explain_con>div ul li h3 {
        font-size: 18px
    }

    .main_explain_con .main_explain_con_inner_end {
        text-align: left
    }

    #main_con_4_1 {
        background-position: 90%
    }

    #main_con_7_1 .main_explain_con {
        text-align: left
    }

    #main_con_7_1 .main_explain_con>div strong {
        font-size: 26px
    }

    #main_con_8_1 {
        background-position: 3%
    }

    #main_con_8_1 .main_explain_con {
        text-align: left
    }

    #main_con_10_2 .main_explain_con>div ul li {
        display: block
    }

    #main_con_10_2 .main_explain_con>div ul li span {
        display: block
    }

    #main_con_10_2 .main_explain_con>div ul li {
        margin-top: 30px;
        margin-bottom: 0
    }

    #main_con_10_2 .main_explain_con>div ul li:first-child {
        margin-top: 10px
    }

    #main_con_10_2 .main_explain_con .main_explain_con_inner_end {
        margin-bottom: 0
    }
}

#main_con_11 .main_explain_con_img {
    top: 42px;
    right: 56px
}

#main_con_11_2 {
    padding-top: 0
}

#main_con_11_2 .main_explain_con_title {
    background: #3a1ea0
}

#main_con_11_2 .main_explain_con div:first-child span {
    font-weight: 700;
    color: #3a1ea0
}

#main_con_11_2 .main_explain_con_inner_end {
    color: #999
}

.main_con_11_2_2 {
}

.main_con_11_2_2 li {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 25px
}

.main_con_11_2_2 li:first-child {
    margin-top: 40px
}

.main_con_11_2_2 li:last-child {
    margin-bottom: 40px
}

.main_con_11_2_2 li>div:first-child {
    flex-basis: 23%;
    padding-top: 5px;
    padding-left: 8px
}

.main_con_11_2_2 li>div:first-child img {
    margin-left: 3px
}

.main_con_11_2_2 li>div:first-child img:first-child {
    margin-left: 0
}

.main_con_11_2_2 li>div:last-child {
    flex-basis: 77%
}

.main_con_11_2_2 li>div:last-child strong {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px
}

.main_con_11_2_2 li>div:last-child div {
    *line-height: 1.4;
    font-size: 14px
}

#main_con_11_3 {
    padding-top: 20px
}

#main_con_11_3 .main_explain_con_title {
    background: #222
}

#main_con_11_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #222
}

#main_con_11_3 .main_explain_con_inner_end {
    text-align: left
}

@media(max-width: 1200px) {
    .main_con_11_2_2 li>div:first-child {
        flex-basis:30%
    }

    .main_con_11_2_2 li>div:last-child {
        flex-basis: 70%
    }

    #main_con_11 .main_explain_con_img {
        opacity: .4
    }
}

@media(max-width: 1024px) {
    #main_con_11 .main_explain_con_img {
        top:15px;
        right: 15px
    }

    .main_con_11_2_2 li {
        display: block
    }

    .main_con_11_2_2 li:first-child {
        margin-top: 30px
    }

    .main_con_11_2_2 li>div:first-child {
        padding-left: 0;
        text-align: center
    }

    .main_con_11_2_2 li>div:last-child {
        margin-top: 15px
    }

    #main_con_11_3 {
        padding-top: 0
    }
}
#main_con_2>div:first-child {
    margin-left: 0;
}
#main_con_2>div {
    display: flex;
    align-items: center;
    float: left;
    width: calc((100% - 34px) / 3);
    margin-left: 17px;
    text-align: center;
    height: 130px;
    cursor: pointer;
}
.bg_gray_boxshadow_half {
    position: relative;
    box-shadow: 5px 5px 8px rgb(50 60 70/10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70/10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.wg_head_event {
    background: #3dc3b9;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}
.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}
.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}
.na-list li {
    line-height: 2;
}
.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.na-title {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
}
.na-title .na-item {
    display: flex;
    align-items: center;
}
.na-title .na-subject {
    display: inline-block;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.na-title .na-subject {
    display: inline-block;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.wg_head_tabs {
    display: flex;
    position: relative;
    border-bottom: 1px solid #eaebed;
    align-items: center;
}
.wg_head_tab.active {
    color: #F21E43;
}
.wg_head_tab {
    position: relative;
    flex-grow: 1;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
}
#wg_latest_wr_n_cmt .wg_head_tab.active:after {
    max-width: 70px;
}
.wg_head_tab.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #F21E43;
    max-width: 90px;
}
.wg_content_wrap.active {
    display: block;
}
.wg_content_wrap {
    display: none;
}

.wg_content_wrap {
    display: none
}

.wg_content_wrap.active {
    display: block
}

.na-list li {
    line-height: 2
}

.na-list .na-line {
    border-bottom: 1px solid #efefef
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
#bo_nav {
    border: 3px solid #F21E43;
    border-radius: 8px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
#bo_nav ul li:first-child {
    background: #F21E43;
    color: #fff;
    font-weight: 700;
    padding: 0 25px;
    font-size: 20px;
    line-height: 55px;
}

#bo_nav ul li {
    float: left;
    height: 54px;
    line-height: 54px;
}
#bo_nav ul li.on a {
    color: #F21E43;
}
#bo_nav ul li a.first_tab {
    padding-left: 20px;
}
#bo_nav ul li a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding: 0 10px;
}
#bo_nav ul li.on a.first_tab:after {
    width: calc(100% - 30px);
    left: 20px;
}
#bo_nav ul li.on a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 11px;
    left: 10px;
    width: calc(100% - 20px);
    height: 3px;
    background: #F21E43;
}
#bo_nav ul:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
#bo_nav ul li a.first_tab {
    padding-left: 20px;
}
.bo_top_review_guide {position:relative; background:#fff; box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); border-radius:10px; margin-top:60px; margin-bottom:30px; padding:18px 35px;}
.bo_top_review_guide:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_top_review_guide .text {float:left; font-weight:bold;}
.bo_top_review_guide .text div:first-child {font-size:18px; color:#F21E43; line-height:1.6;}
.bo_top_review_guide .text div:first-child span {background:#F21E43; color:#fff; padding:1px 2px; margin-right:1px;}
.bo_top_review_guide .text div:last-child {position:relative; line-height:1.6; color:#333; z-index:1; margin-top:3px;}
.bo_top_review_guide .text div:last-child span {text-decoration:underline;}
.bo_top_review_guide .img {position:absolute; bottom:0; right:60px;}
.bo_top_review_guide .img img {max-width:100%;}
.bo_top_review_guide br.xl {display:none;}
.bo_top_review_guide br.lg {display:none;}
@media (max-width: 1200px) {
	.bo_top_review_guide br.xl {display:block;}
}
@media (max-width: 1024px) {
	.bo_top_review_guide {padding:15px 25px;}
	.bo_top_review_guide br.lg {display:block;}
	.bo_top_review_guide .img {right:30px;}
}
@media (max-width: 768px) {
	.bo_top_review_guide {padding:12px 15px; margin-top:15px; margin-bottom:15px;}
	.bo_top_review_guide br {display:none !important;}
	.bo_top_review_guide .text div:first-child {font-size:16px; line-height:inherit;}
	.bo_top_review_guide .text div:last-child {font-size:13px; line-height:inherit;}
	.bo_top_review_guide .img {/*opacity:0.4; width:140px; right:15px;*/ display:none;}
}
.zone-center > p > img {
    width: 100%;
}

@media (max-width: 767px) {
    .btn_wrap img {
        margin-top: 0 !important;
    }
}
@media (max-width: 480px) {
    .btn_wrap img {
        margin-top: 0 !important;
    }
}



.me-listbox-titlebox-company {
    background-color: #F21E43 !important;
  }
  .div-tab-box.tabs ul.nav-tabs li a {
    background: #F21E43 !important;
   }
  .div-tab-box.tabs ul.nav-tabs li.active a{
    background: #fff !important;
   }
   .div-tab-box.tabs ul.nav-tabs li.active a{
   	border-top: 2px solid #F21E43 !important;
   }
   
.bkctn .ctntop h2{
    background: #F21E43 !important;
}
.pc-menu-zone{
    border-bottom: #F21E43 !important;
	
}


#bo_cate.sly-tab li.active a {
    border-top: 4px solid #F21E43 !important;
    border-left: 4px solid #F21E43 !important;
    border-right: 4px solid #F21E43 !important;
    color: #F21E43 !important;
}