@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: #6c757d !important;
	border-color: #6c757d !important;
}

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

.border-primary {
	border-color: #6c757d !important;
}

.text-primary,
.btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
	color : #6c757d !important;
}

/* ---------------------------------------------------------- */

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

.btn-outline-primary {
	color: #b9b9b9 !important;
	border-color: #b9b9b9 !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: #b9b9b9 !important;
}

.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 0.2rem rgba(225, 83, 97, 0.5) !important;
}

body, #nt_body {background-color: #eef1f2;}

#nt_menu .me-a { color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);}
#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a { 
	color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.nt-menu .sub-1da {color: #6c757d;}
.nt-menu .sub-1dli.on .sub-1da, .nt-menu .sub-1dli:hover .sub-1da {color: #b9b9b9; background: unset;}

#header_pc .nt-container { background: unset;}
#header_pc .header-logo img {max-width: 150px;}
.custom-body {
	padding-left: 10% !important;
    padding-right: 10% !important;
}

.shadow-widget-container {
	background: white;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.shadow-widget {
	padding: 16px;
    font-size: 13px;
}
hr.hr::after, .dropdown-item.active, .dropdown-item:active, .bg-primary { background-color:unset !important;}

.widget-title{  line-height: 3 !important; margin-bottom: 0px !important;padding-left: 20px !important;}

.widget-title a {color: #6c757d;} 
.hidden {display:none !important;}

.nav>li>a {
    padding: 8px 12px;
    /* background-color: #ffe6c1; */
    font-size: 15px;
    color: #d5d5d5;
	display: inline-block;
    /* border-radius: 50px; */
    
}
.nav-pills>li>a.active, .nav-pills>li>a.active:hover, .nav-pills>li>a.active:focus {
    /* background-color: #6c757d; */
	color: white;
 display:inline-block; 
}
.nav-pills>li>a.active:parent{
	background-color: red;
}
.nav-pills>li+li {
   /*  margin-left: 2px; */
   text-align : center;
   
}
.miso-post .img-bg {
    background-size: cover !important;
    background-position: center center !important;
}

.dot::before {background-color:unset; border-bottom: 1px dashed rgba(0,0,0,0.14);}
.red, i.red {
    color: rgb(233, 27, 35);
}

.me-li a.bg-primary:hover, 
.me-li a.bg-primary:focus,
.me-li button.bg-primary:hover,
.me-li button.bg-primary:focus {
	background-color: unset !important;
}

.miso-post .post-gallery .img-content {
    padding: 10px;
    text-align: center;
	font-size: 13px !important;
}
.miso-post .post-gallery .img-content p {
    color: #888;
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.font-12, i.font-12 {
    font-size: 12px;
}
.count {
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    letter-spacing: -1px;
    line-height: 16px;
    padding-right: 1px;
	color: orangered;
}
.custom-contents {
	padding-left: 150px !important;
    padding-right: 150px !important;
}
.wrapper {
    background: #eef1f2;
}

#nt_header {background-color: white;}
#nt_title {background: white;}
#nt_title .nt-container {height: 40px;}
#nt_title .page-title {font-size: 18px;font-weight: 700;}
a.btn_admin, .btn_admin {color: #6c757d;}
.btn_admin:hover, a.btn_admin:hover {
    color: #b9b9b9;
}
.na-title .na-subject {
	font-size: 14px;
}
.na-title .na-item.na-custom {
	border-bottom: 1px dotted #c1c1c1;
}

.na-content{
	padding-top: 10px;
	border-bottom: 1px dotted #c1c1c1;
}
.na-content a {color: #585858}

#nt_footer{
	text-align: center;
    background-color: #242c47;
    color: #eee;
}
.na-notice.bg-primary{background-color: #6c757d!important;}

.input-sm {
	height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
	border-radius: 0px;
}
.input-group-btn {
	display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.text-center {
	vertical-align: middle !important;
}

.point-input {
	display: table-cell;
    position: relative !important;
    z-index: 2;
    float: left;
    width: 100% !important;
    margin-bottom: 0;
}

.text-white {
    color: #000 !important;
}

.slot-content {
	width: 75%;
    float: left;
    height: 420px;
}

.slot-info {
	width: 25%;
    float: left;
	font-size: 13px;
    padding-left: 20px;
    height: 420px;
	color: #888;
}

.info-item {
	border-bottom: 1px solid #888;
    padding: 5px 5px 0px 5px;
}
.info-item-last {
	padding: 5px 5px 15px 5px;
}

@keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }

@-webkit-keyframes colorchange {
	0% {

	color: #6c757d;
	}

	25% {

	color: #e73c7e;
	}

	50% {

	color: #23a6d5;
	}

	100% {

	color: #082a47;
	}
}
#nt_menu {height:50px; line-height:50px; background: linear-gradient(-45deg, #6c757d, #e73c7e, #23a6d5, #082a47); background-size: 400% 400%; animation: AnimationName 15s ease infinite;  display: flex; flex-direction: column; align-items: center; justify-content: center; top: 35%;}

.more-button {
	font-size: 11px;
    padding: 0px 10px;
    border-radius: 8px;
    font-weight: 200;
}
.nav-pills li {
	width: 33%;
    background-color: #6c757d;
	/* border-radius: 50px; */
 text-align : center !important; 
}

.nav-pills li:has(a.active) {
	background-color: #3e3e3e;
}

.info_box_area {
    overflow: hidden;
    margin: 10px 0;
}
.info_box_area li {
    float: left;
    width: 33.333%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}

.upper_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.info_box_area li .box {
    height: 90px;
    --borderWidth: 3px;
    background: #fff;
    position: relative;
    border-radius: var(--borderWidth);
    padding: 10px;
}
.info_box_area li .box .icons {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 10px;
}
.info_box_area li .box .icons i {
    font-size: 28px;
    color: #6c757d;
}

.info_box_area li dl {
    float: left;
    overflow: hidden;
    width: 80%;
    padding-left: 5px;
}
.info_box_area li dt {
    color: #6c757d;
    font-size: 16px;
}
.info_box_area li dd {
    font-size: 11px;
    color: #555;
    letter-spacing: -1px;
}
.accordion-box {
    overflow: hidden;
    margin-top: 20px;
}
.accordion-box .tit {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 20px;
}
.accordion-box .tit h2 {
    font-size: 21px;
    color: #333;
    font-weight: bold;
    letter-spacing: -1px;
}
.accordion-box .tit h2::before {
    content: url(/img/main_qna_icon.png?2);
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
.accordion-box .tit p {
    color: #555;
    font-size: 16px;
    margin: 10px 0;
}
.accordion-box li .title .arrow {
    float: right;
    color: #666;
}
.accordion-box li .con {
    display: none;
    padding: 25px;
    color: #666;
    border-top: 1px solid #eee;
}
.accordion-box li .con p {
    line-height: 25px;
    font-size: 14px;
}
.accordion-box li .con dl {
    background: #f5f5f5;
    padding: 15px;
    margin: 10px 0;
    border-radius: 6px;
}
.accordion-box li .con dt {
    font-weight: normal;
    margin: 2px 0;
    line-height: 25px;
    overflow: hidden;
}
.accordion-box ul {
    overflow: hidden;
}
.accordion-box li {
    overflow: hidden;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #eee;
}
.accordion-box li .title {
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    overflow: hidden;
}
.accordion-box li .title h2 {
    float: left;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px;
    margin: 0;
}
.accordion-box li .con dt h3 {
    font-size: 13px;
    color: #888;
    display: inline;
}
.accordion-box li .con dt p {
    font-size: 13px;
    color: #888;
    display: inline;
}
.video_box {
    margin: 10px 0;
    padding: 40px;
    overflow: hidden;
    background: #e9eeff url(/imgs/video_bg.webp) right bottom no-repeat;
    border: 1px solid #ddd;
}
.video_box .video {
    width: 520px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
.video_box .video iframe {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.video_box .text_area {
    width: 240px;
    float: left;
    padding-left: 10px;
    padding-top: 30px;
    box-sizing: border-box;
}
.video_box .text_area dt {
    font-size: 34px;
    color: #414c72;
    font-family: 'RixYeoljeongdo_Regular';
    letter-spacing: -1px;
    line-height: 42px;
}
.video_box .text_area dt .color_re {
    color: #242c47;
}
.video_box .text_area dd {
    font-size: 16px;
    color: #222;
    margin-top: 40px;
    font-weight: 500;
}
.video_box .text_area dd .tag {
    overflow: hidden;
    margin-top: 5px;
}
.video_box .text_area dd .tag a {
    color: #154499;
    font-size: 12px;
    font-weight: 700;
}
.video_box {
    margin: 10px 0px;
    padding: 40px;
    overflow: hidden;
    background: url(/img/video_bg.webp) right bottom no-repeat rgb(233, 238, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
}
.logo_box {
    position: relative;
    left: -1172px;
}
.logo_box .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 132px;
}
.logo_box .logo video {
    width: 100%;
    height: 100%;
}
.logo_box .headline_box {
    float: right;
    text-align: left;
    width: 850px;
    height: 132px;
    overflow: hidden;
}
.logo_box .headline_box .headline {
    width: 612px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4px;
    font-size: 14px;
    letter-spacing: -3.25px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -1px;
    color: #181818;
    position: absolute;
    top: 10px;
    left: 310px;
}
.logo_box .headline_box .headline h1 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -1.5px;
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    margin-bottom: 5px;
    /* text-shadow: 1px 2px 2px rgb(0 0 0 / 16%); */
    color: #111;
    margin-bottom: 10px;
}
.logo_box .headline_box .headline p {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0;
    line-height: 16px;
}
.snow_bg {position: relative;}
.na-col .telegram {
    overflow: hidden;
    margin-bottom: 10px;
}
.na-col .telegram li {
    margin-top: 10px;
    background: url(/img/telegram1.png?1) no-repeat;
    height: 55px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 55px;
    color: #1e96c8;
    font-size: 15px;
    font-weight: 700;
}
.na-col .telegram li a {
    color: #1e96c8;
}
.na-col .telegram li:last-child {
    background: url(/img/koreanadress.png?1) no-repeat;
    background-size: 100% 100%;
    color: #242c47;
}

footer .sitemap {
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
}
footer .sitemap ul {
    display: inline-block;
}
footer .sitemap li:first-child {
    margin-left: 0;
}
footer .sitemap li {
    float: left;
    margin-left: 24px;
}
footer .sitemap li a {
    color: #a5a5a5;
    font-size: 12px;
    background: #1b233e;
    display: block;
    width: 80px;
    height: 32px;
    line-height: 32px;
}
footer {
    text-align: center;
    background-color: #242c47;
    color: #eee;
}
footer .site_info {
    overflow: hidden;
    text-align: left;
    padding: 20px 0;
}
footer .site_info .logo {
    float: left;
    /*margin-left: 40px;*/
	width: 64%;
    text-align: center;
}
footer .site_info .logo img {
    margin-top: 15px;
}
footer .site_info p {
    float: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: 200;
    margin-left: 30px;
    color: #a9a9a9;
}
footer .site_info .telegram {
    overflow: hidden;
    float: right;
    padding-top: 20px;
    padding-right: 50px;
    margin-right: 120px;
}
footer .site_info .telegram li:first-child {
    padding-left: 0;
}
footer .site_info .telegram li {
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}
footer .site_info .telegram li a {
    display: block;
    text-align: center;
    width: 100px;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #3a4468;
    color: #999;
}
footer .site_info .telegram li a i {
    color: #999;
}
footer .footer_info_txt {
    overflow: hidden;
    margin: 20px 0;
    padding-left: 150px;
    padding-right: 150px;
}
footer .footer_info_txt dl:first-child {
    width: 65%;
}
footer .footer_info_txt dt {
    font-weight: 400;
    font-size: 16px;
    color: #a9a9a9;
    margin-bottom: 10px;
}
footer .footer_info_txt dd {
    color: #a9a9a9;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    border: 1px solid #3a4468;
    padding: 14px 20px;
}
footer .footer_info_txt dl {
    float: left;
    width: 35%;
    padding: 0 5px;
    box-sizing: border-box;
}
footer .footer_info_txt dt {
    font-weight: 400;
    font-size: 16px;
    color: #a9a9a9;
    margin-bottom: 10px;
}
footer .footer_info_txt dl:last-child dd {
    border: 0;
    padding: 0 10px;
}
footer .footer_info_txt dd li {
    float: left;
    padding: 0 4px !important;
    margin-bottom: 8px;
    width: 33.333%;
}
footer .footer_info_txt dd li .menu {
    color: #a9a9a9;
    border: 1px solid #3a4468;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}
footer .sns {
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}
footer .sns ul {
    display: inline-block;
}
footer .sns li:first-child {
    margin-left: 0;
}
footer .sns li {
    float: left;
    margin-left: 40px;
}
footer .copyright {
    height: 38px;
    line-height: 38px;
    background: #000;
    color: #999;
    font-weight: 400;
    border-top: 1px solid #333;
}
.board_box ul {
    padding: 10px 5px;
    overflow: hidden;
}
.freeslot_latest li {overflow: visible; position: relative; margin-left: 20px; margin-bottom: 20px; margin-top:10px; padding: 0; width: 280px; height: 125px;float: left;}
.freeslot_latest li .imgs img {width:100%;}
.freeslot_latest li .tit {position:absolute; top:-5px; right:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#666; font-size:13px;}
.board_box ul {padding:10px 5px;overflow:hidden;}
.freeslot_latest li .imgs.default {display:none;}
.freeslot_latest li:hover .default {display:block;}
.freeslot_latest li:hover .active {display:none;}
.freeslot_latest li .comming {position:absolute; top:0; left:0; }
.freeslot_latest li .comming img {width:100%;}

@media (max-width: 768px) {
	footer .sitemap {padding-top:0;}
	footer .sitemap ul {display:block;}
	footer .sitemap li:first-child {display:none;}
	footer .sitemap li {margin-left:0; width:25%;}
	footer .sitemap li a {width:100%; border-left:1px solid #424040; border-bottom:1px solid #424040; font-size:11px;}
	footer .sitemap li:nth-child(2) a {border-left:0;}
	footer .sitemap li:nth-child(6) a {border-left:0;}
	footer .site_info {padding:0 10px; }
	footer .site_info .logo {float:none; margin-left:0; text-align:center;width:100%;}
	footer .site_info p {margin-left:0; font-size:13px; float:none; letter-spacing:-1px; line-height:20px; text-align:center; padding:15px 0;}
	footer .site_info .telegram {float:none; width:100%; padding:0; text-align:center;}
	footer .site_info .telegram ul {display:inline-block;}
	footer .site_info .telegram li {padding-left:5px;}
	footer .footer_info_txt dl {float:none; width:100%; margin-bottom:10px;}
	footer .footer_info_txt dt {font-size:14px;}
	footer .footer_info_txt dd {padding:10px; font-size:12px;}

	footer .sns li {margin-left:15px;}
	footer .sns li a {padding:14px 10px; display:block;}
	footer .sns li img {width:32px;}
	footer .copyright {font-size:11px;}
	footer .footer_info_txt dl:first-child {width:100%;}

	.video_box {padding:10px; background-size:210px;}
	.video_box .text_area {float:none; width:100%; padding:0;}
	.video_box .text_area dt {font-size:22px; line-height:22px; margin-top:10px; text-align:center;}
	.video_box .text_area dd {font-size:15px; margin-top:20px;}
	.video_box .video {margin-top:10px;width:100%; height:200px; float:none;}
	.video_box .video iframe {width:100%; height:100%;}
	.video_box .text_area .video_btn {width:100%;}
}

.menu-container {
	text-align: center;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}

.mobile-menu {
	background: #eee;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.info_box_area1 {
    overflow: hidden;
    margin: 10px 0;
}

.info_box_area1 li {
    float: left;
    width: 33.333%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}

.info_box_area1 li .box {
    height: 145px;
    --borderWidth: 3px;
    background: #fff;
    position: relative;
    border-radius: var(--borderWidth);
    padding: 10px;
	text-align: center;
}

.info_box_area1 li .box .icons {
    /* float: left; */
    /* width: 20%; */
    text-align: center;
    padding-top: 14px;
}
.info_box_area1 li .box .icons i {
    font-size: 28px;
    color: #6c757d;
}
.info_box_area1 li dl {
    /* float: left; */
    overflow: hidden;
    /* width: 80%; */
    padding-left: 5px;
}
.info_box_area1 li dt {
    color: #6c757d;
    font-size: 16px;
}

.info_box_area1 li dd {
    font-size: 11px;
    color: #555;
    letter-spacing: -1px;
}