@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
@import url('../../../nariya/css/g5.css?v=4');
@import url('//cdn.jsdelivr.net/npm/@kfonts/nexon-lv2-gothic@0.2.0/index.min.css');
@import url('//cdn.jsdelivr.net/npm/noto-sans-kr@0.1.1/styles.min.css');

/********************************************************
■ Theme Common
********************************************************/
body { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6, .en { font-family: 'NexonLv2Gothic', sans-serif; }

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { }
@media all and (max-width:991px) {
	.responsive .wrapper { overflow-x:hidden; }
}
.nt-container,
.nt-container-wide { margin:0 auto; }
@media all and (min-width:992px) {
	.responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
	.responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
@media all and (max-width:1200px) {
	.no-responsive .wrapper.wided .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
	.no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader { left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
#nt_loader .loader { margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }

/********************************************************
■ LNB
********************************************************/
#nt_lnb {padding:10px 0; border-bottom:1px solid #edeef0;}
#nt_lnb ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; padding: 0 3px; height:30px; line-height:30px; }
#nt_lnb ul > li.b_dot {padding: 0 13px;}
#nt_lnb ul > li.b_dot::after { float: right; 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; }
#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:bold;}
#nt_lnb ul > li > a.btn_nt_lnb_01 {border:2px solid #db3232;color:#db3232; padding:0 10px; line-height:28px; font-weight:bold; border-radius: 5px !important;}
#nt_lnb ul > li > a.btn_register {margin-left:5px; font-weight:bold; border-radius: 5px !important; background-color: #db3232; color:#fff; }

#nt_lnb ul > li.header-search-wrap {padding:0 10px;}
#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 !important; 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;}


/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc .nt-container { }
#header_pc .header-logo img { max-width:250px; }
#header_pc .header-search { margin-left:665px; width:100%;	max-width:350px; }
#header_pc .header-search form { padding:0; border-width:1px; border-style:solid; }
#header_pc .header-search input { font-size:16px !important; background: #fff; border:0 !important; box-shadow:none !important; -webkit-box-shadow:none !important; }
#header_pc .header-search .form-control:focus { box-shadow:none !important; -webkit-box-shadow: none !important; }
#header_pc .header-search .btn { border:0; background: none !important; outline:none; }

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
.mobile-logo { display: none; border-bottom: 1px solid #d9d9d9;}
.mobile-logo .logo-mobile { max-width: 200px; margin: 0 auto; display: block; }
.mobile-logo .logo-mobile .logo-title { color: #000; font-size: 3.5rem; font-weight: 900; margin-bottom: -15px; margin-top: -10px; }
.mobile-logo .logo-mobile .logo-desc { color: #1e39de; }
.logo-mobile .logo-img { width: 100%; }
@media (max-width:768px){
	.mobile-logo { display: block;}
}
#header_mo { background-color: #fff; box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); }
#header_mo .mobile-menu { border-bottom: 1px solid #d9d9d9; display: flex; flex-direction: row; width: 100%; }
#header_mo .mobile-menu a { color: #353535;}
#header_mo .mobile-menu .m-icon-left { padding: 1rem; border-right: 1px solid #d9d9d9; width: 50px; justify-content: center; text-align: center; }
#header_mo .mobile-menu .m-icon-left-logo { padding: 0.75rem; border-right: 1px solid #d9d9d9; width: 50px; justify-content: center; }
#header_mo .mobile-menu .m-icon-right { padding: 0.75rem; border-left: 1px solid #d9d9d9; width: 50px; justify-content: center; text-align: center; }
#header_mo .mobile-menu .m-icon-center { width: calc(100% - 100px); }
#header_mo .mobile-menu .m-ul { list-style: none; padding: 5px 0 10px; margin: 0; display: flex; overflow-x: scroll; overflow-y: hidden;}
#header_mo .mobile-menu .m-ul::-webkit-scrollbar { display: none; }
#header_mo .mobile-menu .m-ul li { padding: 8px 10px 0; }

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu { position:relative; z-index:20; border-bottom: 4px solid #db3232; background-color: #fff; }
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli { position:relative; }
#nt_menu .sub-slide { display:none; visibility:visible; }
#nt_menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
#nt_menu .me-icon {	text-align:center; }
#nt_menu .order-3 { width:4.0rem; }
#nt_menu .order-3 a { padding: 2.2rem 1.5rem !important; }
#nt_menu .order-1 a img { max-width: 250px; }
#nt_menu .me-a { display:block; position:relative; text-align:center; font-weight:bold; color:#000; }
#nt_menu .text-nowrap { padding: 2.2rem 1.5rem !important; }
@media all and (max-width:1235px) {
	#nt_menu .order-3 a { padding: 0.75rem 1.5rem !important; }
	#nt_menu .text-nowrap { padding: 0.75rem 1.5rem !important; }
}
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a { color:#000; }
#nt_menu .pc-menu-list a span { font-family: "NEXON Lv2 Gothic", sans-serif !important; font-weight: 900 !important; }
#nt_menu .sub-2div { left:100%; top:0; position:absolute; z-index:22; background-color: #db3232; } 
#nt_menu .sub-2dul { }
#nt_menu .sub-2dli { }
#nt_menu .sub-2da { display:block; color:#000; border-bottom: 1px solid #db3232; }
#nt_menu .sub-2da:last-child {border-bottom: 0;}
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { color:#fff; background-color: #db3232; border-color: #db3232; font-weight: bold; }
#nt_menu .sub-2line { display:block; color:#fff; font-weight:bold; background-color:#db3232; }
.nt-menu .sub-1div { position:absolute; left:0; z-index:21; width:auto; text-align:left; top:100%; left:0; background-color:#db3232; }
.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; color:#fff; border-bottom: 1px solid #db3232; }
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da { color:#fff; background-color: #db3232; border-color: #db3232; font-weight:bold; }
.nt-menu .sub-1line { color:#fff; font-weight:bold; background-color:#db3232; }
.nt-menu .me-sh { padding:0.59rem 1.0rem; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky { position:fixed; width:100%; z-index:999; left:0; top:0; }
@media all and (min-width:992px) {
	.wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto !important; }
	.wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 0 0 auto !important; }
	.wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto 0 0 !important; }
}

/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title { position:relative; overflow:hidden; color:#333; background:#fafafa; border-bottom:1px solid #dee2e6; }
#nt_title .nt-container { position:relative; z-index:2; height:70px; }
#nt_title .page-title { font-size:26px; letter-spacing:-1px; line-height:1.4; }
#nt_title .breadcrumb a { color:#333; }
#nt_title .breadcrumb-item + .breadcrumb-item::before {	font-family: dotum;	font-weight: normal; color:#aaa; content:">"; }
@media all and (max-width:991px) {
	.responsive #nt_title .page-title { font-size:24px; letter-spacing:0; }
}
@media all and (max-width:767px) {
	.responsive #nt_title .page-title { font-size:22px; }
	.responsive #nt_title .nt-container { height:60px; }
}
@media all and (max-width:575px) {
	.responsive #nt_title .page-title { font-size:20px; }
	.responsive #nt_title .nt-container { height:50px; }
}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container { position:relative; overflow:visible !important; }
#nt_wing img { max-width:100%; }
#nt_wing .wing-left,
#nt_wing .wing-right { position:absolute; width:160px; }
#nt_wing .wing-left { left:-180px; }
#nt_wing .wing-right { right:-180px; }
.boxed-b #nt_wing .wing-left { left:-200px; }
.boxed-b #nt_wing .wing-right { right:-200px; }

/********************************************************
■ Footer 
********************************************************/
#nt_footer .nt-links ul { list-style: none; margin: 0; padding:0; }
#nt_footer .nt-links ul > li { float: left; padding: 0 13px; }
#nt_footer ul > li:first-child { padding-left:0; }
#nt_footer ul > li:last-child { padding-right:0; }
#nt_footer .nt-links ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_footer .nt-links ul > li:last-child::after { content: ""; }
#nt_footer .nt-links ul > li > a { color: #a8a8a8; white-space:nowrap;	}
@media all and (max-width:991px) {
	.responsive #nt_footer .nt-links ul > li { float:none; display:inline-block; }
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3, div.h3 { padding:0; margin:0; font-weight:bold; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { display:block; position:relative; height:3px; border: none; line-height:1px; padding:0;	margin:0; }
hr.hr::after { width:4.0rem; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }
@media all and (max-width:575px) {
	.responsive h3.h3 {	padding-left:1.0rem; padding-right:1.0rem; }
	.responsive hr.hr::after { left:1.0rem;	}
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner { font-size:1.0rem !important; }

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after { top:0.15rem !important; width:1.4rem !important; height:1.4rem !important; }

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span { cursor: pointer; padding-left:0.5rem !important; }

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after { margin-top:2px; }

/* Button */
.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; }

/* Form */
.col-form-label { font-weight:bold; }

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus { color: #333; }

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img { border-radius: 0.3rem !important; }

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item { border-radius:0 !important; }

#verify_head .verify-img { height: 274px; width:100%; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#verify_head .mukti-img { height: 228px; width:100%; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#verify_head .verify-info table { width: 100%; box-shadow: 5px 5px 8px rgb(50 60 70 / 10%); -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%); border-radius: 15px; }
#verify_head .verify-info table tbody tr { border-bottom: 1px solid #e8e9eb; }
#verify_head .verify-info table tbody tr:first-child th { border-radius: 15px 0 0 0;}
#verify_head .verify-info table tbody tr:first-child td { border-radius: 0 15px 0 0;}
#verify_head .verify-info table tbody tr:last-child { border-bottom: 0; }
#verify_head .verify-info table tbody tr:last-child th { border-radius: 0 0 0 15px; }
#verify_head .verify-info table tbody tr:last-child td { border-radius: 0 0 15px 0; }
#verify_head .verify-info table tbody tr th { width: 140px; padding: 8px 18px; font-size: 16px; background-color: #c82333; color: #fff; }
#verify_head .verify-info table tbody tr td { padding: 8px 16px; background-color: #f8f9fa; }

.totosite-info .verify-info { padding: 10px; }
.totosite-info .info-title { padding:5px; text-align: center; background-color: #c82333; color: #fff; }
.totosite-info .info-title span { color: #ffda00; }
.totosite-info .info-content { padding:5px 15px; background-color: #f8f9fa; border-bottom: 1px solid #e8e9eb; text-align: center; }
.totosite-info .info-content span { color: #c82333; font-weight: bold; }
.totosite-info .info-content-c { padding:5px 15px; text-align: center; background-color: #f8f9fa; border-bottom: 1px solid #e8e9eb; }
.totosite-info .info-content-c span { color: #ffda00; }

.verify-title { text-align: center; font-weight: bold; }
.verify-title .verify-title1 { font-size: 40px; }
.verify-title .verify-title2 { font-size: 20px; }
@media (max-width:767px){
	.verify-title .verify-title1 { font-size: 20px; }
	.verify-title .verify-title2 { font-size: 14px; }
}
.title-bar { background-image: linear-gradient(#2d3645, #0a1117); border-radius: 30px; padding: 3px 20px; color: #fff; font-weight: bold; font-size: 20px; margin-bottom: 10px; }
.title-bar img { display: inline-block; margin-right: 10px;}

.title-box { border-top: 2px solid #db3232; box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); border-radius: 15px; padding: 10px; text-align: center; margin-bottom: 10px; font-weight: bold; font-size: 18px; } 

#main_intro {}
#main_intro *{font-family: 'NexonLv2Gothic' !important; letter-spacing:-0.11rem;}
#main_intro .bwhite { background-color: #fff;}
#main_intro .bgray { background-color: #f7f7f7;}
#main_intro .bdark { background-color: #221e1f;}

#main_intro .section1 { background: url(../img/layer1.jpg) top center no-repeat; padding: 40px;}
#main_intro .section1 h1 {color: #fff; font-weight: bold; font-size: 50px; text-align: center; margin: 60px 0 320px;}
#main_intro .section1 h1 span {color: #efc181; font-weight: normal;}
#main_intro .section1 .content { color: #fff; font-size: 14px; text-align: center; padding: 20px 0 }
#main_intro .section1 .content p { font-size: 16px; }
#main_intro .section1 .content span { color: #f6e7a0; font-size: 16px }

#main_intro .section2 { background-color: #221e1f; }
#main_intro .section2 .section2-1 { background: url(../img/layer2b.jpg) top center no-repeat; padding: 40px; }
#main_intro .section2 .section2-1 h2 { color: #fff; font-size: 52px; margin: 75px 40px 90px; font-weight: bold;}
#main_intro .section2 .content { color: #fff; font-size: 14px;}
#main_intro .section2 .content .content-bar {  text-align: center; margin: 30px 0;}
#main_intro .section2 .content .content-bar span { display: inline-block; font-size: 22px; color: #221e1f; padding: 5px 30px; border-radius: 25px; background-color: #f3e0b4;}
#main_intro .section2 .section2-2 { padding: 40px;}
#main_intro .section2 .section2-2 .section-head { position:relative; z-index: 0; background-color: #5d1602; border-radius: 20px 20px 0 0; padding: 25px; }
#main_intro .section2 .section2-2 .section-head .s-round {position: absolute; z-index: 1; width: 160px; height: 160px; right: 50px; top: -40px; background-color: #221e1f; border-radius: 80px; }
#main_intro .section2 .section2-2 .section-head h2 { color: #f3e0b4; font-size: 32px; font-weight: bold; }
#main_intro .section2 .section2-2 .section-body { position:relative; z-index: 2; background-color: #fff; border-radius: 0 0 20px 20px; color: #221e1f; padding: 25px; font-size: 14px; }
#main_intro .section2 .section2-2 .section-body span { color: #bc1800; font-size: 16px; font-weight: bold; }
#main_intro .section2 .section2-2 .section-body .s-icon {position: absolute; z-index: 3; width: 160px; height: 160px; right: 50px; top: 0; text-align: center;}
#main_intro .section2 .section2-2 .section-body .s-icon .icon1 {position: absolute; z-index: 4; right: 24px; top: -100px;}
#main_intro .section2 .section2-2 .section-body .s-icon .icon2 {position: absolute; z-index: 4; right: 2px; top: -95px;}
#main_intro .section2 .section2-2 .section-body .s-icon .icon3 {position: absolute; z-index: 4; right: 24px; top: -100px;}
#main_intro .section2 .section2-2 .section-body .s-icon .icon4 {position: absolute; z-index: 4; right: 30px; top: -120px;}
#main_intro .section2 .section2-3 { padding: 40px; position:relative}
#main_intro .section2 .section2-3 .s-icon { position: absolute; width: 386px; height: 296px; top:-24px; right:0;}
#main_intro .section2 .section2-3 .section-head { background-color: #3c3c3c; padding: 25px; background:linear-gradient(-225deg, transparent 35px, #3c3c3c 0); margin: 0 100px 30px 0; }
#main_intro .section2 .section2-3 .section-head h2 { font-size: 62px; font-weight: bold; color: #fff;}
#main_intro .section2 .section2-3 .section-head h3 { font-size: 62px; font-weight: bold; color: #fff;}
#main_intro .section2 .section2-3 .section-body { color: #dbdbdb; font-size: 14px; }
#main_intro .section2 .section2-3 .section-body span { color: #f1c170;}

#main_intro .section3 { background-color: #e9e9e7; padding: 40px; color: #221e1f; }
#main_intro .section3 .section-head h2 { font-size: 52px; text-align: center; font-weight: bold;}
#main_intro .section3 .section-head h4 { font-size: 52px; text-align: center; font-weight: bold;}
#main_intro .section3 .section-body { text-align: center; font-size: 18px; margin: 10px 0 30px;}
#main_intro .section3 .section-boxs {display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr);}
#main_intro .section3 .section-box { padding: 30px; border-radius: 20px; background-color: #fff;}
#main_intro .section3 .section-box h4 { font-size: 26px; font-weight: bold; margin: 20px 0;}
#main_intro .section3 .section-box .content { font-size: 14px; }

#main_intro .section4 { background-color: #c21d00; }
#main_intro .section4 .section4-in { background: url(../img/layer3.jpg) top center no-repeat; padding: 40px; }
#main_intro .section4 .section4-in .s-title { color: #fff; font-size: 34px; font-weight: bold; text-align: center; margin-top: 80px;}
#main_intro .section4 .section4-in .section-head { text-align: center; margin: 30px 0 300px; }
#main_intro .section4 .section4-in .section-head h2 { border-top: 2px solid #ffe178; border-bottom: 2px solid #ffe178; display: inline-block; color:#ffe178; font-size: 77px; font-weight: bold; }
#main_intro .section4 .section4-in > .content { color:#fff; font-size: 14px; }
#main_intro .section4 .section4-in .section4-1 { color: #221e1f; padding:80px 40px; margin-top: 60px; border-radius: 20px 20px 0 0;}
#main_intro .section4 .section4-in .section4-1 h2 { font-size: 51px; font-weight: bold; text-align: center; margin-bottom: 20px;}
#main_intro .section4 .section4-in .section4-1 .content { font-size: 18px; text-align: center;}
#main_intro .section4 .section4-in .section4-1 .content span { color: #db3232; font-weight: bold;}
#main_intro .section4 .section4-in .section4-2 { display: flex; justify-content: flex-start; padding: 0 40px;}
#main_intro .section4 .section4-in .section4-2 .section-in { border-top: 1px dashed #a6a6a6; border-bottom: 1px dashed #a6a6a6; display: flex; justify-content: flex-start; width: 100%; }
#main_intro .section4 .section4-in .section4-2 .m-icon { display: none; width: 0;}
#main_intro .section4 .section4-in .section4-2 .w176 { width: 176px; padding-top: 60px;}
#main_intro .section4 .section4-in .section4-2 .wremain { width: calc (100% - 176px);}
#main_intro .section4 .section4-in .section4-2 .pl40 { padding-left: 40px;}
#main_intro .section4 .section4-in .section4-2 .pr40 { padding-right: 40px;}
#main_intro .section4 .section4-in .section4-2 .section-left { text-align: left;}
#main_intro .section4 .section4-in .section4-2 .section-right { text-align: right;}
#main_intro .section4 .section4-in .section4-2 h4 { color: #db3232; font-size: 26px; font-weight: bold; margin-bottom:30px; margin-top: 30px;}
#main_intro .section4 .section4-in .section4-2 .content { color:#221e1f; font-size:14px; margin-bottom: 50px;}
#main_intro .section4 .section4-in .section4-2:last-child { border-radius: 0 0 20px 20px;}

#main_intro .section5 { background-color: #1d284c; }
#main_intro .section5 .section5-in { background: url(../img/layer4a.jpg) top center no-repeat; padding: 40px; position: relative; z-index: 0; }
#main_intro .section5 .section5-in .s-title { color: #fff; font-size: 34px; font-weight: bold; text-align: center; margin-top: 30px;}
#main_intro .section5 .section5-in .section-head { text-align: center; margin: 30px 0 360px; }
#main_intro .section5 .section5-in .section-head h2 { border-top: 2px solid #fff; border-bottom: 2px solid #fff; display: inline-block; color:#fff; font-size: 77px; font-weight: bold; }
#main_intro .section5 .section5-in > .content { color:#fff; font-size: 14px; }
#main_intro .section5 .section5-in > .content span { color: #6effff; font-size: 16px; }

#main_intro .section5 .section5-in .section5-1-in { background-color: #fff; border-radius: 20px; }
#main_intro .section5 .section5-in .section5-1-in .section5-1 { background: url(../img/layer5.jpg) top center no-repeat; padding: 40px; position: relative; z-index: 1; border-radius: 20px; color: #221e1f; margin-top: 60px; }
#main_intro .section5 .section5-in .section5-1-in .section5-1 h2 { font-size: 51px; font-weight: bold; margin-bottom: 30px; font-weight: bold; }
#main_intro .section5 .section5-in .section5-1-in .section5-1 h2 span {border-bottom: 6px solid #db3232;}
#main_intro .section5 .section5-in .section5-1-in .section5-1 .s-icon {position: absolute; z-index: 2; width: 271px; height: 280px; right: 50px; top: -55px;}
#main_intro .section5 .section5-in .section5-1-in .section5-1 .content { font-size: 14px; }

#main_intro .section6 { background-color: #e9e9e7; padding: 40px;}
#main_intro .section6 > .s-title { color: #221e1f; font-size: 34px; font-weight: bold; text-align: center; margin-top: 30px;}
#main_intro .section6 .section-head { text-align: center; margin: 20px 0 50px; }
#main_intro .section6 .section-head h2 { border-top: 2px solid #221e1f; border-bottom: 2px solid #221e1f; display: inline-block; color:#221e1f; font-size: 77px; font-weight: bold; }
#main_intro .section6 .section6-2 { padding: 0 40px;}
#main_intro .section6 .section6-2 .section6-in { border-bottom: 1px dashed #a6a6a6; display: flex; justify-content: flex-start; }
#main_intro .section6 .section6-2 .section-left { width: 152px; padding-top: 80px; }
#main_intro .section6 .section6-2 .section-right { width: calc(100% - 152px); padding-left: 40px; }
#main_intro .section6 .section6-2 .s-title { color: #221e1f; font-size: 22px; font-weight: bold; margin: 50px 0 25px; }
#main_intro .section6 .section6-2 .s-title h3 { font-size: 22px; font-weight: bold; }
#main_intro .section6 .section6-2 .s-title span { color: #db3232}
#main_intro .section6 .section6-2 .content { color:#221e1f; font-size:14px; margin-bottom: 50px;}
#main_intro .section6 .brt20 { border-radius: 20px 20px 0 0;}
#main_intro .section6 .section6-2:last-child { border-radius: 0 0 20px 20px;}

@media all and (max-width:767px) {
	#main_intro .section1 { background: url(../img/layer1m.jpg) top center no-repeat; background-size: cover; padding: 20px;}
	#main_intro .section1 h1 {font-size: 22px; text-align: center; margin: 10% 0 80%; line-height:40px;}
	#main_intro .section1 .content { font-size: 12px; text-align: left; }
	#main_intro .section1 .content p { font-size: 12px; }
	#main_intro .section1 .content span { font-size: 12px }

	#main_intro .section2 .section2-1 { background: url(../img/layer2m.jpg) top center no-repeat; background-size: contain; padding: 20px; }
	#main_intro .section2 .section2-1 h2 { font-size: 22px; font-weight: normal; background:linear-gradient(-225deg, #bf3924 15px, rgba(60,60,60,0.5) 0); margin: 50% 0 10%; padding: 10px; text-align: center;}
	#main_intro .section2 .content { font-size: 12px;}
	#main_intro .section2 .content .content-bar span { font-size: 16px; padding: 5px 30px; border-radius: 10px; }
	#main_intro .section2 .section2-2 { padding: 20px;}
	#main_intro .section2 .section2-2 .section-head { padding: 15px; }
	#main_intro .section2 .section2-2 .section-head .s-round { display: none; }
	#main_intro .section2 .section2-2 .section-head h2 { font-size: 16px; }
	#main_intro .section2 .section2-2 .section-body { padding: 15px; font-size: 12px; }
	#main_intro .section2 .section2-2 .section-body span { font-size: 12px; }
	#main_intro .section2 .section2-2 .section-body .s-icon { width: 60px; height: 60px; right: 10px; top: -50px;}
	#main_intro .section2 .section2-2 .section-body .s-icon img { max-width: 40px;}
	#main_intro .section2 .section2-2 .section-body .s-icon .icon1 { right: 0; top: 5px;}
	#main_intro .section2 .section2-2 .section-body .s-icon .icon2 { right: 0; top: 10px;}
	#main_intro .section2 .section2-2 .section-body .s-icon .icon3 { right: 0; top: 5px;}
	#main_intro .section2 .section2-2 .section-body .s-icon .icon4 { right: 0; top: 3px; max-width: 30px;}
	#main_intro .section2 .section2-3 { padding: 20px; }
	#main_intro .section2 .section2-3 .s-icon { position: absolute; width: 150px; height: 100px; top:-10px; right:0;}
	#main_intro .section2 .section2-3 .s-icon img { max-width: 150px; }
	#main_intro .section2 .section2-3 .section-head { padding: 15px; background:linear-gradient(-225deg, #bf3924 15px, rgba(60,60,60,0.5) 0); }
	#main_intro .section2 .section2-3 .section-head h2 { font-size: 22px;}
	#main_intro .section2 .section2-3 .section-head h3 { font-size: 22px;}
	#main_intro .section2 .section2-3 .section-body { font-size: 12px; }

	#main_intro .section3 { padding: 20px; }
	#main_intro .section3 .section-head h2 { font-size: 22px; }
	#main_intro .section3 .section-head h4 { font-size: 22px; }
	#main_intro .section3 .section-body { font-size: 14px; }
	#main_intro .section3 .section-boxs {display: grid; gap: 20px; grid-template-columns: repeat(1, 1fr);}
	#main_intro .section3 .section-box { padding: 20px; text-align: center;}
	#main_intro .section3 .section-box h4 { font-size: 20px; margin: 15px 0;}
	#main_intro .section3 .section-box .content { font-size: 12px; }

	#main_intro .section4 { background-color: #c21d00; }
	#main_intro .section4 .section4-in { background: url(../img/layer3m.jpg) top center no-repeat; padding: 20px; background-size: contain; }
	#main_intro .section4 .section4-in .s-title { font-size: 14px; margin-top: 12%;}
	#main_intro .section4 .section4-in .section-head { margin: 5% 0 50%; }
	#main_intro .section4 .section4-in .section-head h2 { font-size: 26px; }
	#main_intro .section4 .section4-in > .content { font-size: 12px; }

	#main_intro .section4 .section4-in .section4-1 { padding:40px 20px; margin-top: 60px; border-radius: 20px 20px 0 0;}
	#main_intro .section4 .section4-in .section4-1 h2 { font-size: 26px; margin-bottom: 20px;}
	#main_intro .section4 .section4-in .section4-1 .content { font-size: 14px; }
	#main_intro .section4 .section4-in .section4-2 { flex-direction: column; padding: 0 20px;}
	#main_intro .section4 .section4-in .section4-2 .section-in { flex-direction: column; width: 100%; }
	#main_intro .section4 .section4-in .section4-2 .m-icon { display: block; width: 100%; text-align: center; margin-top: 20px;}
	#main_intro .section4 .section4-in .section4-2 .m-icon img { max-width: 100px; }
	#main_intro .section4 .section4-in .section4-2 .w176 { width: 0; padding-top: 0; display: none;}
	#main_intro .section4 .section4-in .section4-2 .wremain { width: 100%; }
	#main_intro .section4 .section4-in .section4-2 .pl40 { padding-left: 0;}
	#main_intro .section4 .section4-in .section4-2 .pr40 { padding-right: 0;}
	#main_intro .section4 .section4-in .section4-2 .section-left { text-align: center;}
	#main_intro .section4 .section4-in .section4-2 .section-right { text-align: center;}
	#main_intro .section4 .section4-in .section4-2 h4 { color: #db3232; font-size: 26px; font-weight: bold; margin-bottom:30px; margin-top: 30px;}
	#main_intro .section4 .section4-in .section4-2 .content { color:#221e1f; font-size:14px; margin-bottom: 50px;}

	#main_intro .section5 .section5-in { background: url(../img/layer4m.jpg) top center no-repeat; background-size: contain; padding: 20px; }
	#main_intro .section5 .section5-in .s-title { font-size: 14px; margin-top: 10%;}
	#main_intro .section5 .section5-in .section-head { margin: 5% 0 85%; }
	#main_intro .section5 .section5-in .section-head h2 { font-size: 26px;}
	#main_intro .section5 .section5-in > .content { font-size: 12px; }
	#main_intro .section5 .section5-in > .content span { font-size: 12px; }

	#main_intro .section5 .section5-in .section5-1-in .section5-1 { background: url(../img/layer5m.jpg) top center no-repeat; background-size: contain; padding: 20px; margin-top: 15%; }
	#main_intro .section5 .section5-in .section5-1-in .section5-1 h2 { font-size: 22px; margin-bottom: 10%; }
	#main_intro .section5 .section5-in .section5-1-in .section5-1 h2 span {border-bottom: 0;}
	#main_intro .section5 .section5-in .section5-1-in .section5-1 .s-icon { width: 120px; height: 125px; right: 5px; top: -30px;}
	#main_intro .section5 .section5-in .section5-1-in .section5-1 .s-icon img { max-width: 120px}
	#main_intro .section5 .section5-in .section5-1-in .section5-1 .content { font-size: 12px; }

	#main_intro .section6 { padding: 20px;}
	#main_intro .section6 > .s-title { font-size: 14px; text-align: center; margin-top: 10%;}
	#main_intro .section6 .section-head { text-align: center; margin: 5% 0 15%; }
	#main_intro .section6 .section-head h2 { font-size: 26px; }
	#main_intro .section6 .section6-2 { padding: 0 20px;}
	#main_intro .section6 .section6-2 .section6-in { flex-direction: column; }
	#main_intro .section6 .section6-2 .section-left { width: 100%; padding-top: 0; text-align: center; margin-top: 10%; }
	#main_intro .section6 .section6-2 .section-left img { max-width: 80px;}
	#main_intro .section6 .section6-2 .section-right { width: 100%; padding-left: 0; text-align: center; }
	#main_intro .section6 .section6-2 .s-title { font-size: 22px; margin: 5% 0 10%; }
	#main_intro .section6 .section6-2 .s-title h3 { font-size: 22px; }
	#main_intro .section6 .section6-2 .content { font-size:14px; margin-bottom: 10%;}
}

.contents .wrap .content .attendance .attendance-header{display:flex;align-items:center;height:40px}.contents .wrap .content .attendance .attendance-header .att-header-text{display:flex}.contents .wrap .content .attendance .attendance-header .att-header-text .header-title{display:flex;font-size:22px;font-weight:bold;color:#a66eff;height:100%;align-items:center}.contents .wrap .content .attendance .attendance-header .att-header-text .header-title-text{display:flex;flex-direction:column;justify-content:flex-end;margin-left:10px;font-weight:bold}.contents .wrap .content .attendance .attendance-info{border-radius:8px;padding:20px;border:1px solid #d4d6d7;margin-top:20px}.contents .wrap .content .attendance .attendance-info>div{margin-bottom:10px}.contents .wrap .content .attendance .attendance-info .check-time{margin-bottom:30px}.contents .wrap .content .attendance .attendance-info .check-rank{margin-top:30px}.contents .wrap .content .attendance .attendance-info .attendance-basic-point{color:#a66eff;font-weight:bold}.contents .wrap .content .attendance .attendance-info .attendance-week-point{color:#ff8144;font-weight:bold}.contents .wrap .content .attendance .attendance-info .attendance-month-point{color:#5692ff;font-weight:bold}.contents .wrap .content .attendance .attendance-info .attendance-year-point{color:#ff3ef0;font-weight:bold}.contents .wrap .content .attendance .attendance-info .attendance-first-point{color:#ff6767;font-weight:bold}.contents .wrap .content .attendance .attendance-info .attendance-second-point{color:#00cb48;font-weight:bold}.contents .wrap .content .attendance .attendance-info .attendance-third-point{color:#a66eff;font-weight:bold}.contents .wrap .content .attendance .attendance-form .input-append{display:flex;height:40px;margin-top:20px}.contents .wrap .content .attendance .attendance-form .input-append .attendance-input{width:100%;display:flex;border:1px solid #d4d6d7;border-radius:8px;padding:0px 10px;margin-right:10px}.contents .wrap .content .attendance .attendance-form .input-append .sm-btn{display:flex;height:100%;align-items:center;padding:0 20px;color:#ffffff;background-color:#a66eff;border-radius:8px;transition:0.2s ease;flex-shrink:0;cursor:pointer;border:0}@media (hover: hover){.contents .wrap .content .attendance .attendance-form .input-append .sm-btn:hover{background-color:#9565e3}}.contents .wrap .content .attendance .attendance-list{display:flex;flex-direction:column;margin-top:20px}.contents .wrap .content .attendance .attendance-list .alert{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #d4d6d7;border-radius:8px;padding:20px 0px}.contents .wrap .content .attendance .attendance-list .alert>div:first-child{font-size:15px;font-weight:bold;margin-bottom:10px}.contents .wrap .content .attendance .attendance-list .att{display:flex;flex-direction:column;border:1px solid #d4d6d7;padding:10px;border-radius:8px;margin-bottom:10px}.contents .wrap .content .attendance .attendance-list .att>div{display:flex}.contents .wrap .content .attendance .attendance-list .att:last-child{margin-bottom:0}.contents .wrap .content .attendance .attendance-list .att-top>div{display:flex;align-items:center}.contents .wrap .content .attendance .attendance-list .att-text{height:unset !important}.contents .wrap .content .attendance .attendance-list .att-text,.contents .wrap .content .attendance .attendance-list .att-top{height:30px;align-items:center}.contents .wrap .content .attendance .attendance-list .att-text span,.contents .wrap .content .attendance .attendance-list .att-top span{display:flex;align-items:center}.contents .wrap .content .basic-view-wrap{display:flex;flex-direction:column;width:100%}


/** SEO CSS 추가 **/
h1.h1-title {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#nt_body .verify-info h2.h2-title, #nt_body .verify-info h2.na-title, #nt_body .verify-info h3.h3-sub  {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px !important;
}

#bo_list h2.na-title {
	font-size: 14px !important;
	font-weight: 400;
	margin-bottom: 0px !important;
}

h1#bo_v_title {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -1px;
}

h2.h2-title .h2-sub {
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: inline-block;
}

.nt-body section h2 {
	margin-top: 70px;
	margin-bottom: 10px !important;
	font-weight: 500;
}

.nt-body section h3 {
	margin-top: 30px;
	margin-bottom: 10px !important;
	opacity: 70%;
	font-size: 1.5rem;
	font-weight: 500;
}

.nt-body section dt {
	margin-top: 30px;
	font-size: 1.5rem;
}

.nt-body #bo_v_con section ul, .nt-body #bo_v_con section ol {
	padding-left: 20px !important;
}

.nt-body section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.nt-body section th, td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

.nt-body section th {
  background-color: #f2f2f2;
}

.nt-body section p {
	line-height: 1.7;
	margin-top: 15px;
	margin-bottom: 15px;
}

.nt-body h2.na-title {
	margin: 0px;
}

.nt-body pre {
	background-color: #000000;
	padding: 30px;
}

.nt-body pre code {
	color:#ffffff;
}