@charset "utf-8";
@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cafe24Ohsquare';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Cafe24Ohsquare.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroL';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	max-width: 100%;
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* html { scroll-behavior: smooth; } */
body {
	line-height: 150%;
	font-family: 'Pretendard';
	font-weight: 400;
	cursor: default;
	min-width: 300px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	background: transparent;
	display: block;
	border: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
a:visited {
	/* color: #6bacce; */
}

select, input, button { outline: none; }
.hidden { display: none; }
::placeholder { color: #aaa; font-weight: 400; }

/* form ¿ä¼Ò */
.input {
	border: 0;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
}
.select {
	border: 0;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
}
select:required:invalid {
	color: #aaa;
	font-weight: 400;
}
option { color: #111; }
option[value=""][disabled] {
	display: none;
}


/* °øÁö»çÇ× */
.notice-line-wrap { background: #000; }
.notice-line-wrap .notice-line {
	position: relative;
	width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}

.notice-line-wrap .notice-line .bg-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}

.notice-line-wrap .notice-line .bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #f6f5ef;
}

.notice-line-wrap .notice-line .inner {
	height: 62px;
	display: flex;
	background: #000;
}

.notice-line-wrap .notice-line .inner .inner__left {
	width: 60%;
	height: 100%;
	/* background-color: #333; */
	display: flex;
	align-items: center;
}

.notice-line-wrap .notice-line .inner .inner__left h2 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin: 0;
	/* width: 200px; */
	text-align: center;
	position: relative;
	margin-right: 50px;
    padding-right: 50px;
	white-space: nowrap
}

.notice-line-wrap .notice-line .inner .inner__left h2:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 14px;
	background: #aaa;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.notice-line-wrap .notice-line .inner .inner__left .swiper {
	height: 62px;
	flex-grow: 1;
}

.notice-line-wrap .notice-line .inner .inner__left .swiper .swiper-slide {
	height: 62px;
	display: flex;
	background: #000;
    font-size: 16px;
	justify-content: flex-start;
	align-items: center;
}

.notice-line-wrap .notice-line .inner .inner__left .swiper .swiper-slide a {
	color: #fff;
	text-align: left; 
}

.notice-line-wrap .notice-line .inner .inner__left .swiper .swiper-slide .date { color: #aaa; 
    color: #aaa;
    font-size: 12px;
    display: block;
    padding-left: 22px;
    padding-top: 7px;
}

.notice-btn {
	position: absolute;
	background: #000;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
}
.notice-prev-btn {
	position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
	cursor: pointer;
}
.notice-next-btn {
	position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
	cursor: pointer;
}
@media all and (max-width: 1500px) {
	.notice-line-wrap .notice-line { width: 100%; padding: 0 20px; }
}
@media all and (max-width: 1080px) {
	.notice-line-wrap .notice-line .inner .inner__left { width: 90%; }
}
@media all and (max-width: 768px) {
	.notice-line-wrap .notice-line .inner .inner__left h2 {
        margin-right: 20px;
        padding-right: 20px;
		font-size: 16px;
    }
	.notice-line-wrap .notice-line .inner .inner__left .swiper .swiper-slide {
		justify-content: center;
		flex-direction: column;
		align-items: flex-start;
	}
	.notice-line-wrap .notice-line .inner .inner__left .swiper .swiper-slide .date {
		padding-left: 0; 
	}
}
@media all and (max-width: 578px) {
	.notice-line-wrap .notice-line { padding: 0 10px; }
	.notice-line-wrap .notice-line .inner .inner__left .swiper .swiper-slide a {
		color: #fff;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
	}
	.notice-line-wrap .notice-line .inner .inner__left h2 {
	    margin-right: 10px;
        padding-right: 10px;
		white-space: nowrap;
	}
}
@media all and (max-width: 429px) {
	.notice-line-wrap .notice-line .inner .inner__left h2 { white-space: nowrap; }
}

/* Ã¼Å©¹Ú½º */
.checkInput-box,
.radioInput-box {
	margin-right: 5px;
	display: inline-block;
}
.checkbox,
.radiobox {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.checkbox input,
.radiobox input { display: none; }
.checkbox_icon,
.radiobox_icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: transparent;
	/* background-color: #0084ff; */
	border: 1px solid #aaa;
	/* border: 1px solid #0084ff; */
	position: relative;
	cursor: pointer;
	margin-right: 7px;
	margin-left: 7px;
	border-radius: 2px;
}
.checkbox_text { /*font-family: 'ONE-Mobile-Regular';*/ font-size: 16px; color: #111; }
.checkbox input:checked + .checkbox_icon,.checkbox input:checked +  .radiobox_icon {
	background-color: #0084ff;
}
.checkbox_icon::before,
.checkbox_icon::after,
.radiobox_icon::before,
.radiobox_icon::after {
	content: "";
	display: inline-block;
	width: 1.5px;
	height: 0;
	background-color: #0084ff;
	background-color: #fff;
	position: absolute;
	transform-origin: left top;
}
.checkbox_icon::before,
.radiobox_icon::before {
	top: 8px;
	left: 1.5px;
	transform: rotate(-45deg);
}
.checkbox_icon::after,
.radiobox_icon::after {
    top: 12px;
    left: 6px;
	transform: rotate(-135deg);
}
.checkbox input:checked + .checkbox_icon,
.radiobox input:checked + .radiobox_icon { border-color: #bbb; border: 1px solid #0084ff; border-radius: 2px; }
.checkbox input:checked + .checkbox_icon::before,
.radiobox input:checked + .radiobox_icon::before {
	height: 5px;
	transition: all 0.15s ease;
}
.checkbox input:checked + .checkbox_icon::after,
.radiobox input:checked + .radiobox_icon::after {
	height: 11px;
	transition: all 0.15s ease 0.15s;
}

/* °øÅë »ö»ó */
.pointColor_1 {
	color: #0060ff;
	font-weight: 600;
}
.pointColor_2 {
	color: #ff0000;
	font-weight: 600;
}

/* margin */
.mb-20px { margin-bottom: 20px !important; }
.mt-20px { margin-top: 20px !important; }
.mt-30px { margin-top: 30px !important; }
.mt-80px { margin-top: 80px !important; }


/* °øÅë ³ÐÀÌ */
.w-60 { width: 60% !important; }

/* flex */
.right { justify-content: flex-end; }
.center { justify-content: center; }
.gap-10px { gap: 10px !important; margin-top: 40px; }


/* °øÅë ¹öÆ° */
.btn_wrap { display: flex; }

.btn_1 {
	padding: 0 70px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #aaa;
	border-radius: 50px;
	/* border: 1px solid #00aeff; */
	/* border: 1px solid #1BC1FF; */
    /* background: #1BC1FF; */
    /* background: linear-gradient(90deg, rgba(27, 193, 255, 1) 0%, rgba(68, 111, 255, 1) 100%); */
    color: #fff;
    font-weight: 500;
	background-color: #222;
	cursor: pointer;
	transition: all .3s;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
}

.btn_1:hover { background: #777; }

.btn_1.red { color: #ff0000; border: 1px solid #ff2f2f; background-color: #fff; }
.btn_1.red:hover { background-color: #ff2f2f; color: #fff; }

.btn_1.blue-gra { background: linear-gradient(90deg, rgba(27, 193, 255, 1) 0%, #006ef6 100%); }
.btn_1.blue-gra:hover {}

.btn_2 {
	padding: 0 70px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	border-radius: 50px;
    color: #444;
    font-weight: 500;
	background-color: #fff;
	cursor: pointer;
	transition: all .3s;
	font-size: 16px;
	box-sizing: border-box;
    text-align: center;
	white-space: nowrap;
}
.btn_2:hover { background: #eee; color: #506791; font-weight: 600; }

/* ======================================================
   .layer-share{}
=========================================================*/
.layer-share {
  position: absolute;
  right: 10px;
  top: 135px;
  z-index: 9991 !important;
  width: 235px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
  background: #fff;
  display: none;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}
.layer-share .close {
  width: 22px !important;
  height: 22px !important;
  min-height: auto !important;
  background: url(/public/assets/img/main/share-close.png) no-repeat center center !important;
  background-size: 18px auto !important;
  position: absolute;
  right: 4px;
  top: -34px;
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important ;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}
.layer-share dl {
}
.layer-share dl:after {
  display: block;
  content: "";
  clear: both;
}
.layer-share dd {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
}
.layer-share dd:nth-child(n + 2) {
  margin-left: 12px;
}
.layer-share dd a {
  width: 41px;
  height: 42px;
  display: block;
  padding: 0 !important;
  border-radius: 100% !important;
  margin: 0 !important;
  min-height: auto !important ;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}
.layer-share dd:nth-child(1) a {
  background: url(/public/assets/img/main/share-ico01.png) no-repeat center center;
  background-size: 100% auto;
}
.layer-share dd:nth-child(2) a {
  background: url(/public/assets/img/main/share-ico02.png) no-repeat center center;
  background-size: 100% auto;
}
.layer-share dd:nth-child(3) a {
  background: url(/public/assets/img/main/share-ico03.png) no-repeat center center;
  background-size: 100% auto;
}
.layer-share dd:nth-child(4) a {
  background: url(/public/assets/img/main/share-ico04.png) no-repeat center center;
  background-size: 100% auto;
}

/* °¡·Î, ¼¼·Î ½ºÅ©·Ñ */
.w-scroll {
    display: block;
    width: 900px;
    overflow-x: auto;
    white-space: nowrap; 
}
.w-scroll table { min-width: 1000px; table-layout: fixed; }
.w-scroll.h-scroll { overflow: auto; }
.h-scroll table thead th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa; 
    z-index: 10;
}

@media screen and (max-width: 992px) {
	.h-scroll {
		display: block;
		height: 700px;
		overflow-y: auto;
	}
}

/*=====================
	common hidden
=======================*/
.hidden {
  display: none;
}
.blind,
table caption {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  display: block;
  text-indent: -9999em;
  font-size: 0px;
  line-height: 0;
}

@media screen and (max-width: 992px) {
	.btn_1 { padding: 0 60px; }
	.btn_2 { padding: 0 60px; }
}
@media screen and (max-width: 450px) {
	.btn_1 {
		height: 45px;
		line-height: 45px;
	}
	.btn_2 {
		height: 45px;
		line-height: 45px;
	}
}

/* °øÁö»çÇ× ÀÌ¹ÌÁö */
.board-wrap.detail .cons .childImg { max-width: 800px; margin: auto; display: block; }