@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");

@font-face {
	font-family: "SuncheonB";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202-2@1.0/SuncheonB.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "S-CoreDream-4Regular";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "S-CoreDream-5Medium";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'yg-jalnan';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.subscribe_wrap,
.news_list_wrap,
.type_colum .news_cont .colum,
.type_main .img_area span,
.type_main .img_area,
.news_cont {
	/* border-radius: 20px; */
}

.m_more {display:none;}

@media all and (max-width: 768px) {

	.m_more {display:block;width:150px;padding:5px 0;text-align:center;margin:0 auto;
    background: #048eae;
    color: #fff;margin-top:10px;}

	.subscribe_wrap,
	.news_list_wrap,
	.type_colum .news_cont .colum,
	.type_main .img_area span,
	.type_main .img_area,
	.news_cont {
		/* border-radius: 10px; */
	}
}

.subscribe_wrap .title_info .title {
	font-size: 29px;
	font-family: 'yg-jalnan';
}

.news_list_wrap .title_info .title,
.news_cont .title_area .title {
	font-size: 29px;
	font-family: "SuncheonB";
}

@media all and (max-width: 768px) {

	.subscribe_wrap .title_info .title,
	.news_list_wrap .title_info .title,
	.news_cont .title_area .title {
		font-size: 4.5833333333vw;
	}
}



@-webkit-keyframes ico_y {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes ico_y {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes ico_y2 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes ico_y2 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(0);
	}
}

.subscribe_wrap {
	/* display: flex; */
}

.news_list_wrap .news_list {
	display: flex;
}

@media all and (max-width: 960px) {
	.news_list_wrap .news_list {
		display: block;
	}
}

.news_list_wrap {
	display: flex;
}

@media all and (max-width: 1280px) {
	.news_list_wrap {
		display: block;
	}
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

a,
button,
label {
	cursor: pointer;
}

body,
html {
	height: 100%;
	font-family: "S-CoreDream-5Medium";
	font-size: 16px;
}

body {
	background-color: #fff;
}

body.sub {
	background-color: #fff;
}

.main_container {
	max-width: 1400px;
	margin: 0 auto;
}

@media all and (max-width: 1280px) {
	.main_container {
		padding: 0 4.1666666667vw;
	}
}

a {
	text-decoration: none;
	display: inline-block;
	color: #000;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #bdbdbd;
}

::-moz-placeholder {
	color: #bdbdbd;
}

::placeholder {
	color: #bdbdbd;
}

img {
	max-width: 100%;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #048eae;
	color: #fff;
	height: 100px;
}

@media all and (max-width: 480px) {
	header {
		height: 16.6666666667vw;
	}
}

header a {
	color: #fff;
}

header h1 {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}

@media all and (max-width: 768px) {
	header h1 {
		left: 5.5555555556vw;
		font-size: 5.1388888889vw;
	}
}

header .side_wrap {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
}

@media all and (max-width: 768px) {
	header .side_wrap {
		right: 2.5555555556vw;
	}
}

@media all and (max-width: 768px) {

	header .side_wrap .ico_before,
	header .side_wrap .ico_subscribe {
		display: none;
	}
}

.gnb_wrap {
	text-align: center;
}

.sub_menu {
	position: fixed;
	z-index: 999;
	background: #fff;
	width: 100%;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	display: none;
	padding: 40px 0;
	/* max-width:1280px;
	margin:0 auto; */
	justify-content: center;
	gap: 80px;
}

a.link {
	display: inline-block;
	padding: 10px 40px;
	background: #e9f4ff;
	width: 300px;
	text-align: center;
}

.sub_menu .webzine_title span {
	font-family: 'yg-jalnan';
}

.sub_menu .webzine_title span.sm {
	font-size: 20px;
	color: #666666;
}

.sub_menu .webzine_title span.big {
	font-size: 45px;
	color: #000;
}

.sub_menu .sns_ico {
	text-align: right;
	margin-top: 20px;
}

.sub_menu .sns_ico a {
	display: inline-block;
	margin: 0 3px;
}

.sub_menu .sns_wrap .date {
	color: #000;
	text-align: right;
	padding: 10px 0;
}

.gnb_sub_menu {
	flex: 1 1 auto;
	max-width: 600px;
}

.gnb_sub_menu .menu_block {
	display: flex;
	border-bottom: 1px dashed #e2e2e2;
	padding: 10px 0;
}

.gnb_sub_menu .menu_block dt {
	flex: 0 0 100px;
	font-weight: bold;
	color: #000;
	line-height: 33px;
}

.gnb_sub_menu .menu_block dd {
	flex: 1 1 auto;
}

.gnb_sub_menu .menu_block dd div {
	display: block;
}

.gnb_sub_menu .menu_block dd a {
	color: #000;
	white-space: nowrap;
	padding: 5px 0;
	display: inline-block;
	position: relative;
	;
}

.gnb_sub_menu .menu_block dd a:before {
	content: '';
	transition: all .4s ease-in-out;
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: 0;
	height: 3px;
	background: #3bc5b6;
}

.gnb_sub_menu .menu_block dd div:hover a:before {
	width: 100%;
}



@media all and (max-width: 1280px) {
	.gnb_wrap {
		display: none;
	}
}

.gnb_wrap > ul {
	display: inline-block;
	/* margin-left:-5vw; */
}

.gnb_wrap > ul > li {
	/* position:relative; */
	display: inline-block;
	vertical-align: top;
}

.gnb_wrap > ul > li > .sub_menu {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);

}

.gnb_wrap > ul > li > .sub_menu.on {
	display: block;
	animation: move .5s;
	animation-fill-mode: forwards;
}

@keyframes move {
	from {
		transform: translate(-50%, -25px);
	}

	to {
		transform: translate(-50%, -20px);
	}
}

.gnb_wrap > ul > li > .sub_menu ul {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 10px 0;

}

.gnb_wrap > ul > li > .sub_menu.on ul {}

.gnb_wrap > ul > li > .sub_menu a {
	padding: 5px 24px;
	line-height: 1.4;
	font-size: 1.1rem;
	color: #222;
	display: block;
	white-space: nowrap;
}

.gnb_wrap > ul > li > .sub_menu a:hover {
	color: #538edf;
}

.gnb_wrap > ul > li > a {
	display: flex;
	padding: 0px 2vw;
	height: 100px;
	font-size: 25px;
	font-family: "Noto Sans KR", sans-serif;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all .4s ease-in-out;
}

.gnb_wrap > ul > li > a .sm {
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -1px;
}

.gnb_wrap > ul > li.active > a,
.gnb_wrap > ul > li > a:hover {
	color: #dcffb7;
	/* transform: translateY(-5px); */
}

.gnb_wrap > ul > li.active > a .sub_menu {
	display: block;
}

.side_wrap a {
	vertical-align: top;
	line-height: 18px;
	padding: 0 15px;
}

.side_wrap a:before {
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

.side_wrap a:hover {
	color: #0a96a9;
}

.side_wrap a:hover:before {
	-webkit-animation: ico_y 0.5s infinite;
	animation: ico_y 0.5s infinite;
}

.ico_before:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background-image: url(/webzine/common/image_base/ico_before.png);
}

.ico_subscribe:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background-image: url(/webzine/common/image_base/ico_subscribe.png);
}

.visual_wrap {
	display: flex;
	justify-content: center;
	height: auto;
	margin-top: 100px;
	background-image: url(/webzine/202206/images/content/visual.png);
	background-size: cover;
	background-position: bottom center;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media all and (max-width: 1550px) {
.gnb_wrap > ul > li > a .sm {display:none;}
}
@media all and (max-width: 1550px) {
	.gnb_wrap > ul > li > a {
		padding: 0 2vw;
	}
}

@media all and (max-width: 768px) {
	.visual_wrap {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 13.1944444444vw;
		padding-top: 6.9444444444vw;
		padding-bottom: 60px;
		height: auto;
		word-break: keep-all;
		background-image: url("../images/content/visual_m.png");
	}
}

@media all and (max-width: 768px) {
	.visual_wrap {
		margin-top: 16.6666666667vw;
	}
}

.visual_wrap .title_info_area {
	line-height: 1;
	display: inline-block;
}

.type_vol {
	position: fixed;
	top: 29px;
	left: 150px;
	z-index: 9999;
	background: #31a1b3;
	padding: 10px 20px;
	border-radius: 30px;
}

.type_vol.mo {display:none;}
.type_vol.web {display:block;}

.type_vol span {
	color: #fff;
	font-size: 19px;
}

@media all and (max-width: 768px) {
	.type_vol.mo {display:block;}
	.type_vol.web {display:none;}
	.type_vol {
		position: static;
		padding: 7px 20px;
	}

	.type_vol span {
		font-size: 14px;
	}
}

.visual_wrap .type_month {
	position: absolute;
	left: 60px;
	top: 160px;
	background-color: #33d9f0;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	line-height: 26px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-animation: ico_y2 2s ease-in-out infinite;
	animation: ico_y2 2s ease-in-out infinite;
}

@media all and (max-width: 960px) {

}
@media all and (max-width: 768px) {
	.visual_wrap .type_month {
		display: none;
	}
}

.visual_wrap .type_month span {
	display: block;
}

.visual_wrap .type_month span.month {
	font-size: 30px;
}

.visual_wrap .type_month span.year {
	font-size: 14px;
}

.visual_wrap .title {
	font-size: 45px;
	letter-spacing: -1px;
	margin-bottom: 30px;
	font-family: 'yg-jalnan';
	line-height: 1;
}

@media all and (max-width: 768px) {
	.visual_wrap .title {
		font-size: 33px;
		line-height: 1.2;
		margin-top: 15px;
		margin-bottom: 10px;
		padding: 0 30px;
	}
}
@media all and (max-width: 500px) {
	.visual_wrap .title {
		font-size: 7.5vw;
		padding:0 10px;
	}
}
.visual_wrap .desc_area {
	font-size: 17px;
	line-height: 1.6;
	max-width: 910px;
	padding: 0 20px;
	margin: 0 auto;
	/* margin-top: 20px; */
	/* margin-bottom: 2.7777777778vw; */
	word-break: keep-all;
}

@media all and (max-width: 768px) {
	.visual_wrap .desc_area {
		margin-top: 15px;
		font-size: 15px;
		letter-spacing: -1px;
		line-height: 1.4;
		background: rgba(255, 255, 255, .7);
		padding: 15px;
	}
}

@media all and (max-width: 330px) {
	.visual_wrap .desc_area {
		line-height: 5.5555555556vw;
	}
}

.visual_wrap .desc_area .point {
	margin-bottom: 30px;
	font-size: 30px;
	font-family: "SuncheonB";
}

@media all and (max-width: 768px) {
	.visual_wrap .desc_area .point {
		margin-bottom: 4.1666666667vw;
		font-size: 4.1666666667vw;
	}
}

.visual_wrap .desc_area .exp {
	font-family: "S-CoreDream-4Regular";
}

.visual_wrap .desc_area .exp span {
	display: block;
	font-size: 17px;
}

@media all and (max-width: 960px) {
	.visual_wrap .desc_area .exp span {
		display: inline;
	}
}

@media all and (max-width: 768px) {
	.web {
		display: none;
	}

	.visual_wrap .desc_area .exp {
		text-align: left;
		line-height: 1.7;
		display:block;
		/* display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4; */
		font-family:"S-CoreDream-5Medium";
	}
	.visual_wrap .desc_area .exp.on {display:block;}
	.visual_wrap .desc_area .exp span {
		display: inline;
	}
}

.mobile {
	display: none;
}

@media all and (max-width: 768px) {
	.mobile {
		display: block;
	}
}

.news_wrap {
	max-width: 930px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 2px dashed #ddd;
}

.news_wrap:after {
	content: "";
	display: block;
	clear: both;
}

@media all and (max-width: 768px) {
	.news_wrap {
		margin-top: 0;
		padding: 20px 0;

	}
}

a.news_cont {
	display: block;
}

.news_cont {
	display: block;
	overflow: hidden;
	background-color: #fff;
}

.type_main .news_cont {
	overflow: visible;
}

.type_main .news_cont:hover {
	box-shadow: none;
	transform: none;
}

.type_main .news_cont:hover .img_area {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.type_main .news_cont:hover .img_area > span {
	background-size: 120%;
}

.type_main .news_cont {
	background-color: transparent;
}

.type_colum .news_cont {
	overflow: visible;
	background-color: transparent;
}

.type_colum .news_cont:hover {
	box-shadow: none;
	transform: none;
}

@media all and (max-width: 768px) {
	.type_main .news_cont:hover .img_area > span {
		background-size: cover;
	}
}

.news_cont .play .img_area {
	position: relative;
}

.news_cont .play .img_area:after {
	content: "";
	width: 73px;
	height: 73px;
	display: block;
	background-image: url(/webzine/common/image_base/btn_play.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media all and (max-width: 768px) {
	.news_cont .play .img_area:after {
		width: 50px;
		height: 50px;
		background-size: contain;
	}
}

.news_cont .img_area {
	position: relative;
}

.news_cont .img_area span {
	display: block;
	background-color: #efefef;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 0;
	transition: all .4s ease-in-out;
}

.news_cont .img_area img {
	width: 100%;
}

/* .news_cont  a:hover .img_area span {background-size:130%;} */
.news_cont .teg_area .teg {
	display: inline-block;
	font-size: 16px;
	line-height: 34px;
	padding: 0 20px;
	/* border-radius: 17px; */
	font-family: "S-CoreDream-4Regular";
}

@media all and (max-width: 768px) {
	.news_cont .img_area img {
		height: auto;
	}

	.news_cont .teg_area .teg {
		font-size: 2.6388888889vw;
		line-height: 4.7222222222vw;
		padding: 0 2.7777777778vw;
	}
}

.cont_quest .news_cont .teg_area .teg {
	background-color: #f05521;
	color: #fff;
}

.cont_point .news_cont .teg_area .teg {
	background-color: #f1cc3b;
	color: #fff;
}

.cont_meet .news_cont .teg_area .teg {
	background-color: #2baec0;
	color: #fff;
}

.cont_put .news_cont .teg_area .teg {
	background-color: #5d98f0;
	color: #fff;
}

.cont_unfold .news_cont .teg_area .teg {
	background-color: #5ac8a8;
	color: #fff;
}

.news_cont .teg_area .teg_exp {
	font-family: "S-CoreDream-4Regular";
	font-size: 20px;
	color: #CF2F2F;
}

.cont_quest .news_cont .teg_area .teg_exp {
	color: #04b3d9;
}

.cont_point .news_cont .teg_area .teg_exp {
	color: #f99800;
}

.cont_meet .news_cont .teg_area .teg_exp {
	color: #1ca928;
}

.cont_put .news_cont .teg_area .teg_exp {
	color: #5d98f0;
}

.cont_unfold .news_cont .teg_area .teg_exp {
	color: #5ac8a8;
}

.news_cont .title_area .title {
	letter-spacing: -1px;
	word-break: keep-all;
	line-height: 1.3;
}

@media all and (max-width: 768px) {
	.news_cont .title_area .title {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media all and (max-width: 450px) {
	.news_cont .title_area .title {
		font-size: 4.7vw;
		line-height: 6vw;
	}
}

.news_cont .title_area .s_title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

@media all and (max-width: 768px) {
	.news_cont .title_area .s_title {
		font-size: 2.7777777778vw;
		letter-spacing: -1px;
		display: none;
	}
}

.news_cont .desc {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-family: "S-CoreDream-4Regular";
	opacity: 0.6;
}

@media all and (max-width: 960px) {
	.news_cont .desc {
		display: none;
	}
}

.news_cont .desc_wrap {
	position: relative;
	box-sizing: border-box;
	padding: 22px 20px;
	color: #262626;
	word-break: keep-all;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@media all and (max-width: 960px) {
	.news_cont .desc_wrap {
		padding: 20px 0;
	}
}

@media all and (max-width: 768px) {
	.news_cont .desc_wrap {
		padding: 0 !important;
	}

	.news_cont .desc_wrap .teg_exp {
		display: block;
		letter-spacing: -1px;
		/* margin-top: 1.3888888889vw; */
		font-size: 13px;
		font-family: "S-CoreDream-5Medium";
	}

	.news_cont .desc_wrap .teg_exp b {
		font-weight: 400;
	}

	.type_main .news_cont .desc_wrap .teg_exp {
		font-size: 3.3333333333vw;
	}
}

.news_cont .desc_wrap:after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 30px;
}

@media all and (max-width: 768px) {
	.news_cont .desc_wrap:after {
		display: none;
	}
}

.type_main .news_cont .desc_wrap:after {
	display: none;
}

.type_colum .news_cont .desc_wrap {
	padding: 20px 25px;
}

@media all and (max-width: 768px) {
	.type_colum .news_cont .desc_wrap {
		padding: 0;
	}
}

.type_main .news_cont .desc_wrap {
	background-color: transparent;
	padding-top: 30px;
}

.type_main .news_cont .desc_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}

@media all and (max-width: 768px) {
	.type_main .news_cont .desc_wrap {
		padding: 4.1666666667vw 1.3888888889vw;
	}
}

.news_cont .desc_wrap .teg_area {
	margin-bottom: 10px;
	word-break: keep-all;
}

@media all and (max-width: 768px) {
	.news_cont .desc_wrap .teg_area {
		width: 100%;
		padding: 0;
		margin-bottom: 1.7777777778vw;
	}
}

.news_cont .desc_wrap .title_area {
	margin-bottom: 10px;
}

@media all and (max-width: 960px) {
	.news_cont .desc_wrap .title_area {
		margin-bottom: 0;
	}
}

.type_main .news_cont .desc_wrap .title_area {
	margin-bottom: 15px;
}

@media all and (max-width: 768px) {
	.type_main .news_cont .desc_wrap .title_area {
		margin-bottom: 3.4722222222vw;
	}
}

.news_cont .desc_wrap .title_area .title {
	min-height: 40px;
	margin-bottom: 15px;
}

.type_row_right .news_cont:hover .desc_wrap .title_area .title,
.type_row_left .news_cont:hover .desc_wrap .title_area .title,
.news_cont a:hover .desc_wrap .title_area .title {
	text-decoration: underline;
}

.news_cont .desc_wrap .title_area .title span {
	display: block;
}

@media all and (max-width: 960px) {
	.news_cont .desc_wrap .title_area .title {
		font-size: 26px;
	}

	.news_cont .title_area .s_title {
		font-weight: 500;
	}
}

@media all and (max-width: 768px) {
	.news_cont .desc_wrap .title_area .title {
		/* min-height: 11.25vw; */
		margin-bottom: 0;
	}

	.news_cont .desc_wrap .title_area .title span {
		display: inline;
	}
}

.colum {
	background-color: #fff;
	vertical-align: top;
}

.colum:hover .desc_wrap::after {
	transform: rotate(180deg);
}

.type_main {
	position: relative;
	margin-top: 80px;
}

@media all and (max-width: 768px) {
	.type_main {
		margin-top: 8.3333333333vw;
	}
}

.type_main .img_area {
	overflow: hidden;
}

.type_main .img_area > span {
	background-size: cover;
}

.type_main .img_area:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.type_main .img_area span {
	overflow: hidden;
	background-size: 100%;
}

@media all and (max-width: 768px) {
	.type_main .img_area span {
		background-size: cover;
	}
}

.type_main .teg_area {
	text-align: center;
}

@media all and (max-width: 768px) {
	.type_main .teg_area {
		top: 7.6388888889vw;
	}
}

.type_main .teg_area span {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

@media all and (max-width: 768px) {
	.type_main .teg_area span {
		margin-bottom: 1.3888888889vw;
	}
}

.type_main .title_area .title {
	color: #fff;
	font-size: 44px;
	width: 100%;
	text-align: center;
}

@media all and (max-width: 768px) {
	.type_main .title_area .title {
		font-size: 5.5555555556vw;
		top: 22.2222222222vw;
		line-height: 7.6388888889vw;
		padding: 0 5.5555555556vw;
	}
}

.type_main .desc_wrap {
	text-align: center;
}

.type_main .desc_wrap .desc,
.type_main .desc_wrap .s_title {
	font-size: 20px;
	max-width: 960px;
	margin: 0 auto;
	word-break: keep-all;
	opacity: 1;
}

@media all and (max-width: 768px) {

	.type_main .desc_wrap .desc,
	.type_main .desc_wrap .s_title {
		font-size: 3.3333333333vw;
		display: block;
	}
}

@media all and (max-width: 768px) {
	.type_main .desc_wrap .desc {
		display: none !important;
	}
}

@media all and (max-width: 330px) {
	.type_colum {
		margin-top: 0 !important;
	}
}

.type_colum .news_cont {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.type_colum .news_cont .colum {
	width: 50%;
	overflow: hidden;
}

.type_row_right .news_cont {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.type_row_right .news_cont .img_area {
	flex: 1 1 50%;
	order: 1;
}

.type_row_right .news_cont .desc_wrap {
	flex: 1 1 50%;
	order: 2;
	max-width: 50%;
}

@media all and (max-width: 768px) {
	.type_colum .news_cont .colum {
		width: 100%;
	}

	.type_row_right .news_cont,
	.type_colum .news_cont {
		gap: 15px;
	}

	.type_colum .news_cont {
		flex-wrap: wrap;
		gap: 15px;
	}
}

@media all and (max-width: 330px) {
	.type_colum .news_cont {
		display: block;
		width: 100%;
	}

	.type_colum .news_cont .colum {
		width: 100%;
		margin-top: 8.3333333333vw;
	}
}

@media all and (max-width: 330px) {
	.type_row_right .news_cont {
		display: block;
	}

	.type_row_right .news_cont img.mobile {
		height: 63vw;
	}

	.type_row_right .news_cont .desc_wrap,
	.type_row_right .news_cont .img_area {
		flex: none;
		display: block;
		max-width: none;
	}
}

.type_row_left .news_cont {
	display: flex;
	flex-direction: row;
}

.type_row_left .news_cont .img_area {
	flex: 1 1 50%;
	order: 2;
}

.type_row_left .news_cont .desc_wrap {
	flex: 1 1 50%;
	order: 1;
	max-width: 50%;
}

@media all and (max-width: 960px) {
	.news_cont .desc_wrap .title_area {
		margin-bottom: 0px;
	}
}

@media all and (max-width: 768px) {

	.news_cont .desc_wrap .title_area .title {
		min-height: auto;
		font-size: 19px;
	}

	.type_colum .news_cont .colum {
		display: flex;
		gap: 20px;
	}

	.type_colum .news_cont .colum:first-child {
		padding-bottom: 20px;
		border-bottom: 2px dashed #ddd;
	}

	.type_row_right .news_cont .img_area,
	.news_cont .img_area {
		flex: 0 0 40%;
	}

	.type_row_left .news_cont {
		gap: 20px;
	}

	.type_row_left .news_cont .img_area {
		flex: 0 0 40%;
		order: 1;
	}

	.type_row_left .news_cont .desc_wrap {
		order: 2;
	}
}

@media all and (max-width: 330px) {
	.type_row_left .news_cont {
		display: block;
	}

	.type_row_left .news_cont img.mobile {
		height: 63vw;
	}

	.type_row_left .news_cont .desc_wrap,
	.type_row_left .news_cont .img_area {
		flex: none;
		display: block;
		max-width: none;
	}
}

.news_list_wrap {
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
	background-color: #f0f0f0;
	padding: 50px;
}

@media all and (max-width: 960px) {
	.news_list_wrap {
		margin: 10vw 0;
		padding: 6.9444444444vw 4.8611111111vw;
	}
}

.news_list_wrap .title_info {
	position: relative;
	width: 120px;
	flex: 0 0 210px;
}

@media all and (max-width: 1280px) {
	.news_list_wrap .title_info {
		width: auto;
		margin-bottom: 2.0833333333vw;
	}
}

.news_list_wrap .title_info .sm {
	display: block;
	color: #9b9b9b;
	margin-bottom: 20px;
}

@media all and (max-width: 768px) {
	.news_list_wrap .title_info .sm {
		font-size: 2.7777777778vw;
		margin-bottom: 1.3888888889vw;
	}
}

@media all and (max-width: 768px) {
	.news_list_wrap .title_info .title {
		font-size: 4.5833333333vw;
	}
}

.news_list_wrap .title_info a {
	position: absolute;
	bottom: 0;
	font-family: "S-CoreDream-4Regular";
	font-size: 15px;
}

@media all and (max-width: 1280px) {
	.news_list_wrap .title_info a {
		right: 0;
	}
}

@media all and (max-width: 768px) {
	.news_list_wrap .title_info a {
		font-size: 2.5vw;
	}
}

.news_list_wrap .title_info a:before {
	content: "+";
	display: inline-block;
	margin-right: 5px;
}

.news_list_wrap .news_list {
	flex: 1 1;
}

.news_list_wrap .news_list li {
	flex: 1 1 30%;
	padding-left: 20px;
	height: 100%;
	margin-bottom: 3.1944444444vw;
}

@media all and (min-width: 960px) {
	.news_list_wrap .news_list li:hover .block {
		border: 2px solid #61c4d2;
		box-shadow: 11px 0 26px rgba(48, 89, 94, 0.12);
	}
}

@media all and (max-width: 1280px) {
	.news_list_wrap .news_list li {
		height: 320px;
	}

	.news_list_wrap .news_list li:first-child {
		padding: 0;
	}
}

@media all and (max-width: 960px) {
	.news_list_wrap .news_list li {
		height: auto;
		padding: 0;
	}

	.news_list_wrap .news_list li:last-child {
		margin-bottom: 0;
	}
}

.news_list_wrap .news_list li .block {
	position: relative;
	padding: 30px;
	background-color: #fff;
	border: 2px solid #fff;
	height: 100%;
}

@media all and (max-width: 768px) {
	.news_list_wrap .news_list li .block {
		padding: 4.1666666667vw;
	}
}

.news_list_wrap .teg_category {
	margin-bottom: 20px;
}

@media all and (max-width: 768px) {
	.news_list_wrap .teg_category {
		font-size: 3.1944444444vw;
	}
}

.news_list_wrap .teg_category i {
	font-size: 20px;
	vertical-align: top;
}

@media all and (max-width: 768px) {
	.news_list_wrap .teg_category i {
		font-size: 3.1944444444vw;
	}
}

.news_list_wrap .teg_category.notice {
	color: #61c4d2;
}

.news_list_wrap .teg_category.news1 {
	color: #4f78cb;
}

.news_list_wrap .teg_category.news2 {
	color: #ee81d0;
}

.news_list_wrap .subject {
	font-family: "S-CoreDream-5Medium";
	font-size: 18px;
	margin-bottom: 30px;
	word-break: keep-all;
}

@media all and (max-width: 960px) {
	.news_list_wrap .subject {
		margin-bottom: 0;
	}
}

@media all and (max-width: 768px) {
	.news_list_wrap .subject {
		font-size: 3.3333333333vw;
		padding: 0;
	}
}

.news_list_wrap .date {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-family: "S-CoreDream-4Regular";
	color: #262626;
}

@media all and (max-width: 1280px) {
	.news_list_wrap .date {
		left: 0;
		right: 0;
		text-align: center;
	}
}

@media all and (max-width: 960px) {
	.news_list_wrap .date {
		position: static;
		display: inline-block;
		margin-left: 1.3888888889vw;
	}
}

@media all and (max-width: 640px) {
	.news_list_wrap .date {
		font-size: 3.1944444444vw;
	}
}

.subscribe_wrap {
	margin-bottom: 50px;
	/* background-color: #1b1b1b; */
	/* padding: 40px 30px; */
	max-width: 930px;
	margin: 0 auto;
}

@media all and (max-width: 1280px) {
	.subscribe_wrap {
		display: block;
	}
}

@media all and (max-width: 768px) {
	.subscribe_wrap {
		text-align: center;
		padding: 6.9444444444vw 4.8611111111vw;
	}
}

.subscribe_wrap .title_info {
	color: #333;
	margin-bottom: 20px;
}

.subscribe_wrap .title_info .sm {
	display: block;
	font-family: "S-CoreDream-4Regular";
	font-size: 14px;
	margin-bottom: 15px;
}

@media all and (max-width: 1280px) {
	.subscribe_wrap .title_info .sm {
		margin-bottom: 0.6944444444vw;
	}
}

@media all and (max-width: 768px) {
	.subscribe_wrap .title_info .sm {
		font-size: 15px;
		margin-bottom: 1.3888888889vw;
	}
}

@media all and (max-width: 1280px) {
	.subscribe_wrap .title_info .title {
		margin-bottom: 2.0833333333vw;
	}
}

@media all and (max-width: 768px) {
	.subscribe_wrap .title_info .title {
		font-size: 25px;
		margin-bottom: 5px;
	}
}

.subscribe_wrap .input_form_area {
	position: relative;
}

.subscribe_wrap .input_form_area .btn_area {
	display: flex;
}

.subscribe_wrap .input_form_area .btn_area .btn {
	min-width: 160px;
	height: 50px;
}

.subscribe_wrap .input_form_area .flex {
	flex: 1 1 50%;
	display: flex;
	justify-content: space-between;
}

.subscribe_wrap .input_form_area .flex .form_name {
	flex: 0 0 30%;
	min-width: 200px;
}

.mt20 {
	margin-top: 20px;
}

@media all and (max-width: 960px) {
	.subscribe_wrap .input_form_area .flex {
		display: block;
	}
}

.subscribe_wrap .input_form_area .flex > input,
.subscribe_wrap .input_form_area .flex > button,
.subscribe_wrap .input_form_area .flex .btn {
	flex: 1 1 auto;
	margin: 0 5px;
}

.subscribe_wrap .input_form_area .flex > input:first-child,
.subscribe_wrap .input_form_area .flex > button:first-child,
.subscribe_wrap .input_form_area .flex .btn:first-child {
	margin-left: 0;
}

.subscribe_wrap .input_form_area .flex > input {
	background: #f7f7f7;
}

@media all and (max-width: 960px) {

	.subscribe_wrap .input_form_area .flex > input,
	.subscribe_wrap .input_form_area .flex > button,
	.subscribe_wrap .input_form_area .flex .btn {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		padding: 0 30px;
	}

	.subscribe_wrap .input_form_area .btn_area {
		margin-top: 20px;
	}
}

.subscribe_wrap .btn,
.subscribe_wrap button {
	background-color: #f05521;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "S-CoreDream-4Regular";
	min-width: 110px;
}

.subscribe_wrap .btn.btn_chk,
.subscribe_wrap button.btn_chk {
	background-color: #444;
}

@media all and (min-width: 960px) {

	.subscribe_wrap .btn.btn_chk:hover,
	.subscribe_wrap button.btn_chk:hover {
		background-color: #333;
	}

	.subscribe_wrap .btn:hover,
	.subscribe_wrap button:hover {
		background-color: #d33602;
	}
}

.subscribe_wrap input {
	font-size: 20px;
	padding: 0 20px;
	letter-spacing: -1px;
}

.subscribe_wrap button,
.subscribe_wrap input {
	height: 63px;
	border: 0;
}

@media all and (max-width: 960px) {

	.subscribe_wrap button,
	.subscribe_wrap input {
		height: 5.5555555556vw;
		font-size: 2.0833333333vw;
	}
}

@media all and (max-width: 640px) {
	.subscribe_wrap .input_form_area .btn_area .btn {
		height: 40px;
		font-size: 16px;
		padding: 0;
		min-width: auto;
	}

	.subscribe_wrap button,
	.subscribe_wrap input {
		height: 50px;
		font-size: 18px;
	}
}

.col_quest {
	color: #f05521;
}

.col_point {
	color: #f1cc3b;
}

.col_meet {
	color: #0d8595;
}

.col_put {
	color: #5d98f0;
}

.col_unfold {
	color: #5ac8a8;
}

.check_area {
	margin-top: 15px;
}

.check_area .link a {
	color: #f05521;
}

@media all and (max-width: 768px) {
	.subscribe_wrap .input_form_area .flex > input {
		background: #efefef;
	}

	.check_area {
		text-align: left;
	}
}

@media all and (max-width: 640px) {
	.check_area {
		text-align: center;
	}

	.check_area .link {
		display: block;
		margin-top: 10px;
	}
}

@media all and (max-width: 640px) and (max-width: 640px) {
	.check_area .link {
		font-size: 3.1944444444vw;
	}
}

.chk_block {
	display: inline-block;
	position: relative;
}

.chk_block input[type=checkbox] {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
}

.chk_block input[type=checkbox]:checked + label:before {
	content: "✔";
	text-align: center;
}

.chk_block input[type=checkbox] + label {
	color: #333;
}

.chk_block input[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 23px;
	height: 23px;
	border: 1px solid #333;
}

@media all and (max-width: 640px) {
	.chk_block {
		font-size: 3.1944444444vw;
	}

	.chk_block input[type=checkbox] + label:before {
		width: 3.1944444444vw;
		height: 3.1944444444vw;
	}
}

footer {
	display: block;
	background-color: #fff;
	padding: 50px;
	margin-top: 60px;
	border-top: 1px solid #ddd;
}

@media all and (max-width: 640px) {
	footer {
		padding: 5.5555555556vw;
	}
}

footer .footer_wrap {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

footer .footer_wrap .sns_area {
	position: absolute;
	right: 0;
	top: 10px;
}

@media all and (max-width: 640px) {
	footer .footer_wrap .sns_area {
		position: static;
	}
}

footer .footer_wrap .footer_logo {
	display: inline-block;
}

@media all and (max-width: 640px) {
	footer .footer_wrap .footer_logo {
		display: block;
		text-align: center;
	}

	footer .footer_wrap .footer_logo img {
		width: 36.1111111111vw;
	}
}

footer .footer_wrap .copy_wrap {
	color: #7f7f7f;
}

footer .footer_wrap .copy_wrap div {
	margin-top: 10px;
}

footer .footer_wrap .copy_wrap div .disin {
	display: inline-block;
}

@media all and (max-width: 640px) {
	footer .footer_wrap .copy_wrap div {
		font-size: 3.3333333333vw;
		text-align: center;
	}
}

footer .footer_wrap .copy_wrap div span {
	display: inline-block;
}

footer .footer_wrap .copy_wrap div span:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #ddd;
	margin: 0 10px;
}

.quick_button .sns_area {
	position: relative;
}

.quick_button .sns_area .sns_ico {
	position: absolute;
	right: 65px;
	display: none;
	text-align: right;
}

.quick_button .sns_area .sns_ico.active {
	display: flex;
}

@media all and (max-width: 768px) {
	.quick_button .sns_area .sns_ico {
		right: 50px;
	}
}

.quick_button .sns_area .sns_ico a {
	float: left;
}

.quick_button .sns_area .sns_ico a img {
	width: 27px;
}

@media all and (max-width: 330px) {
	.quick_button .sns_area .sns_ico a {
		max-height: 50px;
		max-width: 40px;
	}

	.quick_button .sns_area .sns_ico a img {
		width: 22px;
	}
}

@media all and (max-width: 640px) {
	.sns_area ul {
		text-align: center;
	}
}

.sns_area ul li {
	display: inline-block;
	padding: 0 5px;
}

@media all and (max-width: 640px) {
	.sns_area ul li img {
		width: 8.4722222222vw;
	}
}

.side_menu_wrap.active .bg {
	display: block;
}

.side_menu_wrap h1 {
	color: #000;
	font-family: "SuncheonB";
	font-size: 44px;
	font-weight: normal;
	padding: 20px 0;
}

.side_menu_wrap h1 .sm {
	font-size: 17px;
	display: block;
	margin-bottom: 15px;
	font-family: "S-CoreDream-5Medium";
}

@media all and (max-width: 400px) {
	.side_menu_wrap h1 {
		font-size: 10.4166666667vw;
	}
}

.side_menu_wrap .menu ul {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

@media all and (max-width: 640px) {
	.side_menu_wrap .menu ul {
		padding: 4.1666666667vw 0;
	}
}

.side_menu_wrap .menu ul li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

@media all and (max-width: 640px) {
	.side_menu_wrap .menu ul li {
		padding: 2.7777777778vw 0;
	}
}

.side_menu_wrap .menu ul li .category {
	font-size: 20px;
	margin-bottom: 4px;
}

.side_menu_wrap .menu ul li .category .sm {
	font-size: 15px;
	color: #757575;
	display: inline-block;
	margin-right: 5px;
	font-family: 'S-CoreDream-4Regular';
}

@media all and (max-width: 640px) {
	.side_menu_wrap .menu ul li .category {
		font-size: 4.8611111111vw;
	}
}

.side_menu_wrap .menu ul li .link {
	margin: 3px 0;
	padding: 5px 0;
	word-break: keep-all;
}

.side_menu_wrap .menu ul li .link a {
	position: relative;
	font-size: 18px;
	display: inline-block;
}

@media all and (max-width: 768px) {
	.side_menu_wrap .menu ul li .link a {
		font-size: 18px;
	}
}

@media all and (max-width: 400px) {
	.side_menu_wrap .menu ul li .link a {
		font-size: 16px;
	}

	.side_menu_wrap .menu ul li .category .sm {
		font-size: 14px;
	}
}

@media all and (max-width: 330px) {
	.side_menu_wrap .menu ul li .link a {
		font-size: 14px;
	}
}

@media all and (max-width: 310px) {
	.side_menu_wrap .menu ul li .category .sm {
		display: none;
	}
}

.side_menu_wrap .menu ul li .link a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #33d9f0;
	width: 0;
	transition: all .4s ease-in-out;
}

.side_menu_wrap .menu ul li .link a:hover:before {
	width: 100%;
}

@media all and (max-width: 640px) {
	.side_menu_wrap .menu ul li .link {
		font-size: 3.4722222222vw;
	}
}

.side_menu_wrap .menu ul li:last-child {
	border-bottom: 0;
}

.side_menu_wrap .btn_area {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}

.side_menu_wrap .btn_area button {
	flex: 1 1 40%;
	margin: 0 10px;
}

.side_menu_wrap .btn_area button:hover {
	color: rgb(255, 201, 102);
}

.side_menu_wrap .bg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}

.side_menu_list {
	position: fixed;
	right: -1000px;
	top: 0;
	bottom: 0;
	z-index: 11;
	width: 100%;
	max-width: 600px;
	background-color: #fff;
	box-shadow: 20px 0 50px rgba(0, 0, 0, 0.8);
	padding: 30px 30px 10px 30px;
	overflow: auto;
}

@media all and (max-width: 768px) {
	.side_menu_list {
		padding: 4.1666666667vw 4.1666666667vw 10px 4.1666666667vw;
	}
}

.side_menu_list .close {
	border: 0;
	background-color: transparent;
	position: absolute;
	right: 30px;
	top: 30px;
}

.side_menu_list .close span {
	display: inline-block;
	transform: rotate(45deg);
}

.side_menu_list .close:hover {
	transform: rotate(180deg);
}

.side_menu_list .sns_area {
	text-align: center;
	margin-top: 10px;
}

.xi_ico {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 5px;
}

.logo_span:nth-of-type(1) {
	transition-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.logo_span:nth-of-type(2) {
	transition-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.logo_span:nth-of-type(3) {
	transition-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.logo_span:nth-of-type(4) {
	transition-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

h1.logo span {
	display: inline-block;
	-webkit-animation: rotate 10s ease infinite;
	animation: rotate 10s ease infinite;
}

@-webkit-keyframes rotate {
	0% {
		transform: translateY(0);
	}

	5% {
		transform: translateY(-15px);
	}

	10% {
		transform: translateY(0);
	}

	20% {
		transform: scale(100%);
	}

	23% {
		transform: scale(120%);
	}

	26% {
		transform: scale(100%);
	}

	35% {
		color: #fff;
	}

	40% {
		color: #33d9f0;
	}

	45% {
		color: #f1cc3b;
	}

	50% {
		color: #75a6f0;
	}

	55% {
		color: #74d1b6;
	}

	60% {
		color: #fff;
	}

	65% {
		transform: rotateY(360deg);
	}
}

@keyframes rotate {
	0% {
		transform: translateY(0);
	}

	5% {
		transform: translateY(-15px);
	}

	10% {
		transform: translateY(0);
	}

	20% {
		transform: scale(100%);
	}

	23% {
		transform: scale(120%);
	}

	26% {
		transform: scale(100%);
	}

	35% {
		color: #fff;
	}

	40% {
		color: #33d9f0;
	}

	45% {
		color: #f1cc3b;
	}

	50% {
		color: #75a6f0;
	}

	55% {
		color: #74d1b6;
	}

	60% {
		color: #fff;
	}

	65% {
		transform: rotateY(360deg);
	}
}

.type_black {
	background-color: #181818;
	border: 0;
	color: #fff;
}

button {
	font-family: "S-CoreDream-5Medium";
}

button.large {
	height: 44px;
	font-size: 16px;
}

button.large i {
	font-size: 20px;
}

body.sub {
	background-color: #fff;
}

.sub_container {
	padding-top: 100px;
}

@media all and (max-width: 768px) {
	.sub_container {
		padding-top: 16.6666666667vw;
	}
}

.contents_view .header_contents {
	padding-top: 70px;
	padding-bottom: 20px;
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}

@media all and (max-width: 768px) {
	.contents_view .header_contents {
		padding-top: 9.7222222222vw;
	}
}

.contents_view .header_contents .sm {
	margin-bottom: 20px;
}

.type_quest .contents_view .header_contents .sm {
	color: #f05521;
}

.contents_view .header_contents .title {
	font-size: 48px;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-family: "SuncheonB";
	line-height: 1.3;
}


@media all and (max-width: 768px) {
	.contents_view .header_contents .title {
		font-size: 6.9444444444vw;
		padding: 0 6.9444444444vw;
		word-break: keep-all;
	}

	.contents_view .header_contents .title span {
		display: block;
	}
}

.contents_view .header_contents .desc {
	font-size: 18px;
	line-height: 1.6;
}

.contents_view .header_contents .desc .dash:before,
.contents_view .header_contents .desc .dash:after {
	content: "-";
	display: inline-block;
	margin: 0 10px;
}

@media all and (max-width: 640px) {
	.contents_view .header_contents .desc {
		font-size: 3.0555555556vw;
	}
}

.contents_view .icon_wrap {
	text-align: left;
	padding-top: 30px;
}

@media all and (max-width: 960px) {
	.contents_view .icon_wrap {
		display: none;
	}
}

.contents_view .icon_wrap::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}

.contents_view .icon_wrap a {
	display: inline-block;
	margin: 0 3px;
}

.contents_view .icon_wrap .base_icon {
	display: inline-block;
}

.contents_view .icon_wrap .base_icon a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.contents_view .icon_wrap .sns_icon {
	float: right;
}

.alarm_wrap {
	/* background: #f0f0f0; */
	/* border-radius: 20px; */
	/* padding: 30px; */
	max-width: 930px;
	margin: 30px auto;
	border-bottom: 2px dashed #e2e2e2;
	padding-bottom: 50px;
}

@media all and (max-width: 768px) {
	.alarm_wrap {
		padding: 4.1666666667vw 0;
		margin: 0;
	}
}

.alarm_wrap .title {
	margin-bottom: 30px;
	padding: 0;
	font-size: 29px;
	font-family: 'yg-jalnan';
}

.alarm_wrap ul.ico_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.alarm_wrap ul.ico_list li {
	flex: 1 1 calc(50% - 20px);
	/* max-width: 25%; */
}

.alarm_wrap ul.ico_list li a {
	display: flex;
	align-items: center;
	position: relative;
	gap: 20px;
	height: 100%;
	word-break: keep-all;
	/* text-align: center; */
	background-color: #fff;
	border: 2px solid #fff;
}

.alarm_wrap ul.ico_list li a .img {
	flex: 0 0 80px;
	line-height: 0;
}

/* .alarm_wrap ul.ico_list li a:hover {
  border: 2px solid #61c4d2;
  box-shadow: 11px 0 26px rgba(48, 89, 94, 0.14);
} */
.alarm_wrap ul.ico_list li a .tit {
	font-size: 20px;
	padding: 0 0 5px 0;
}

.alarm_wrap ul.ico_list li a:hover .tit {
	text-decoration: underline;
}

.alarm_wrap ul.ico_list li a .exp {
	font-size: 16px;
	font-family: "S-CoreDream-4Regular";
}

/* .alarm_wrap ul.ico_list li a:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
}
.alarm_wrap ul.ico_list li a:hover:after {
  opacity: 1;
  transform: rotate(-180deg);
} */
@media all and (max-width: 960px) {
	.alarm_wrap .title {
		display: none;
	}

	.alarm_wrap ul.ico_list {
		flex-wrap: wrap;
	}

	.alarm_wrap ul.ico_list li {
		max-width: 50%;
		padding: 20px;
	}

	/*   .alarm_wrap ul.ico_list li a {
    padding: 5.5555555556vw;
  } */
	.alarm_wrap ul.ico_list li a .tit {
		padding: 10px 0;
		font-size: 15px;
	}

	.alarm_wrap ul.ico_list li img {
		max-width: 60px;
	}
}

@media all and (max-width: 768px) {
	.alarm_wrap ul.ico_list li a .exp {
		display: none;
	}

	.alarm_wrap ul.ico_list {
		display: block;
		overflow: hidden;
	}

	.alarm_wrap ul.ico_list li {
		max-width: none;
		width: 50%;
		float: left;
		padding: 5px 0;
	}

	.alarm_wrap ul.ico_list li a {
		/* padding: 5.5555555556vw; */
	}

	.alarm_wrap ul.ico_list li a .tit {
		padding: 10px 0;
		font-size: 15px;
	}

	.alarm_wrap ul.ico_list li a {
		gap: 10px;
	}

	.alarm_wrap ul.ico_list li a .img {
		flex: 0 0 40px;
	}

	.alarm_wrap ul.ico_list li img {
		max-width: 40px;
	}
}

.contents_detail {
	max-width: 940px;
	margin: 0 auto;
	padding: 30px 0;
	min-height: 400px;
	font-size: 18px;
	line-height: 30px;
	font-family: "S-CoreDream-4Regular";
	border-top: 1px solid #ddd;
	word-break: break-all;
	text-align: justify;
}

@media all and (max-width: 960px) {
	.contents_detail {
		margin: 0 5.5555555556vw;
	}
}

@media all and (max-width: 768px) {
	.contents_detail {
		padding: 5.5555555556vw 0;
		font-size: 19px;
		line-height: 1.8;
	}
}

@media all and (max-width: 400px) {
	.contents_detail {
		font-size: 17px;
	}
}

@media all and (max-width: 330px) {
	.contents_detail {
		font-size: 15px;
	}
}

.contents_detail .cont_block {
	margin-bottom: 70px;
}

@media all and (max-width: 768px) {
	.contents_detail .cont_block {
		margin-bottom: 11.1111111111vw;
	}
}

.contents_detail .cont_block strong.block {
	display: block;
	margin-bottom: 5px;
}

.contents_detail .cont_block .italic {
	font-style: italic;
	color: #d32f5d;
}

.contents_detail .cont_block .italic.gray {
	color: #777;
}

.contents_detail .cont_block .poem_area {
	font-style: italic;
	color: #777;
	line-height: 2;
	text-align: center;
}

.contents_detail .cont_block .poem_area:before {
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background-color: #ececec;
	margin: 35px auto;
}

.contents_detail p {
	margin-bottom: 30px;
	color: #262626;
	text-align: justify;
	word-break: keep-all;
}

.contents_detail p.txc {
	text-align: center;
}

.contents_detail p .web {
	display: block;
	text-align: center;
}

@media all and (max-width: 768px) {
	.contents_detail p {
		text-align: left;
		font-size: 17px;
		line-height: 1.7;
	}

	.contents_detail p .web {
		display: none;
	}
}

.contents_detail  .mo {
	display: none;
}

.contents_detail  .mo img {
	border: 1px solid #ececec;
}

@media all and (max-width: 768px) {
	.contents_detail  .mo {
		display: block;
	}
}

@media all and (max-width: 768px) {
	.contents_detail p {
		margin-bottom: 5.5555555556vw;
		letter-spacing: -1px;
	}
}

.contents_detail p b {
	font-family: "S-CoreDream-5Medium";
	font-weight: normal;
	font-size: 25px;
	margin-top: 80px;
	font-weight: bold;
	display: block;
	text-align: left;
	color: #000;
}

@media all and (max-width: 768px) {
	.contents_detail p b {
		font-size: 21px;
		line-height: 6.6666666667vw;
	}
}

@media all and (max-width: 400px) {
	.contents_detail p b {
		font-size: 20px;
	}
}

@media all and (max-width: 330px) {
	.contents_detail p b {
		font-size: 18px;
	}
}

.img_area img {
	max-width: 100%;
}

.img_area .exp {
	font-size: 14px;
	color: #999;
	display: block;
	text-align: left;
	line-height: 1.6;
}

.img_area.txc .exp,
.img_area .exp.txc {
	text-align: center;
}

.writer_wrap {
	position: relative;
	background-color: #eff8e8;
	padding: 40px 30px;
	font-family: "S-CoreDream-4Regular";
	color: #333;
}

.writer_wrap > div {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
}

.writer_wrap .writer_pic {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 0;
	transform: translateY(-80px);
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.writer_wrap .writer_pic img {
	width: 100%;
}

@media all and (max-width: 768px) {
	.img_area .exp {
		font-size: 13px;
	}

	.writer_wrap .writer_pic {
		width: 25vw;
		height: 25vw;
	}
}

.writer_wrap .writer_name {
	position: relative;
	padding-bottom: 30px;
	font-size: 15px;
}

.writer_wrap .writer_name:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 30px;
	background-color: #000;
}

.writer_wrap .writer_name .name {
	font-size: 22px;
	font-family: "S-CoreDream-5Medium";
	margin-right: 10px;
}

.writer_wrap .writer_desc {
	padding-top: 30px;
	font-size: 17px;
	line-height: 28px;
}

.writer_wrap .writer_desc span {
	display: block;
}

.interlock_wrap {
	position: relative;
	max-width: 940px;
	margin: 80px auto;
}

@media all and (max-width: 768px) {
	.writer_wrap .writer_name .name {
		display: block;
	}

	.writer_wrap .writer_desc span {
		display: inline;
	}

	.interlock_wrap {
		margin: 11.1111111111vw 5.5555555556vw;
	}
}

.interlock_wrap .btn_wrap {
	position: absolute;
	right: 0;
	top: 0;
}

.interlock_wrap .btn_wrap button {
	width: 40px;
	height: 40px;
	border: 0;
	background-color: transparent;
}

.interlock_wrap .btn_wrap button .xi_ico {
	color: #222;
	font-size: 30px;
	opacity: 0.3;
}

.interlock_wrap .btn_wrap button:hover .xi_ico {
	opacity: 1;
}

.interlock_wrap .title {
	font-size: 30px;
	font-family: "SuncheonB";
	margin-bottom: 20px;
}

@media all and (max-width: 768px) {
	.interlock_wrap .title {
		font-size: 5.5555555556vw;
		line-height: 40px;
		margin-bottom: 10px;
	}
}

.interlock_wrap .img_area {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.interlock_wrap .img_area img {
	max-width: 100%;
	width: auto;
}

.interlock_wrap .info_title_area {
	margin-top: 20px;
}

.interlock_wrap .info_title_area .sm {
	color: #009cb2;
	margin-bottom: 10px;
	font-size: 19px;
}

.interlock_wrap .info_title_area .title {
	font-weight:500;
	font-size: 19px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "S-CoreDream-5Medium";
}

.interlock_wrap .info_title_area .exp {
	font-family: "S-CoreDream-4Regular";
	font-size: 15px;
}

.interlock_wrap ul li {
	display: inline-block;background:#fff;
}

.interlock_wrap ul li.slick-slide {
	padding: 0 5px;
	border:0;
	height:auto;
}

.interlock_wrap ul li a {
	display: block;
}

.quick_button {
	position: fixed;
	top: 200px;
	left: 50%;
	transform: translateX(520px);
	z-index: 9;
}

.main .quick_button {
	display: none;
}

.quick_button .xi_ico {
	margin: 0;
}

.quick_button .mobile {
	display: none;
}

@media all and (max-width: 960px) {
	.quick_button {
		opacity: 0.7;
		top: auto;
		bottom: 50px;
		left: auto;
		transform: none;
		right: 0;
	}

	.quick_button .mobile {
		display: flex;
	}

	.quick_button:hover {
		opacity: 1;
	}
}

.quick_button a {
	border: 1px solid #ddd;
	border-bottom: 0;
	height: 84px;
	width: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f5f5f5;
	text-align: center;
}

.quick_button a.link_next {
	border-bottom: 1px solid #ddd;
}

.quick_button a i {
	color: #444;
	font-size: 26px;
}

@media all and (max-width: 960px) {
	.quick_button a {
		max-height: 65px;
		max-width: 65px;
	}

	.quick_button a i {
		color: #444;
		font-size: 23px;
	}
}

@media all and (max-width: 768px) {
	.quick_button a {
		max-height: 50px;
		max-width: 50px;
	}

	.quick_button a i {
		color: #444;
		font-size: 20px;
	}
}

.quick_button a .txt {
	display: block;
	margin-top: 5px;
}

@media all and (max-width: 960px) {
	.quick_button a .txt {
		display: none;
	}
}

.quick_button a.link_prev {
	margin-top: -1px;
}

.quick_button a.link_sns {
	background-color: #404040;
	border-color: #404040;
	color: #fff;
}

.quick_button a.link_sns i {
	color: #fff;
}

.quick_button a.scroll_top {
	margin-top: 10px;
	background-color: #404040;
	border-color: #404040;
}

.quick_button a.scroll_top i {
	color: #fff;
}

.quick_button a.scroll_top .txt {
	margin-top: 3px;
	color: #fff;
}

.layer_pop {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	max-width: 550px;
}

.layer_pop .title {
	position: relative;
	padding: 10px 20px;
	background-color: #008193;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}

.layer_pop .title .xi-close {
	cursor: pointer;
	color: #fff;
	font-size: 19px;
	position: absolute;
	right: 20px;
	top: calc(50% - 8px);
	text-align: left;
}

.layer_pop .desc {
	padding: 20px;
	font-weight: 300;
	font-size: 15px;
	color: #777;
	line-height: 1.5;
	font-family: "S-CoreDream-4Regular";
}

@media all and (max-width: 768px) {
	.layer_pop {
		bottom: 0;
	}

	.layer_pop .title {
		font-size: 17px;
		text-align: left;
	}

	.layer_pop .desc {
		font-size: 14px;
		text-align: left;
	}
}

@media all and (max-width: 330px) {
	.layer_pop .title {
		font-size: 15px;
	}

	.layer_pop .desc {
		font-size: 12px;
	}
}

.layer_pop.active {
	display: block;
}

sup {
	font-weight: bold;
}

#comment {
	max-width: 940px;
	margin: 0 auto;
	border-top: 1px solid #ececec;
	padding: 30px 0;
	margin-top: 30px;
	margin-bottom: 100px;
}

#comment a {
	color: #777;
	font-family: "S-CoreDream-4Regular";
}



.sub_gnb_menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #fff;
	top: 100px;
	height: 170px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sub_gnb_menu a {
	color: #333;
}

.sub_gnb_menu .block {
	position: absolute;background:#fff;
	left: 50%;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
	transform: translateX(-50%);
}

.sub_gnb_menu .sub_title {
	top:0px;
	box-sizing: border-box;
	position: absolute;
	left: -100%;
	width: 100%;
	background-color: #f8f8f8;
	transform: translateX(400px);
	text-align: right;
	padding: 40px;
	height: 170px;
	display: flex;
	justify-content: right;
	align-items: center;
}

.sub_gnb_menu .sub_title > div {
	width: 350px;
	display: inline-block;
	text-align: left;
}

.sub_gnb_menu .sub_title .exp {
	color: rgba(38, 38, 38, .6);
	font-size: 16px;
}

.sub_gnb_menu ul {
	display: flex;
	padding-left: 440px;
	height: 100%;
	flex-direction: column;
}

.sub_gnb_menu ul li {
	text-align: left;
	height: 50%;
	align-items: center;
	display: flex;
	border-bottom: 1px dashed #ddd;
}

.sub_gnb_menu ul li:last-child {
	border-bottom: 0;
}

.sub_gnb_menu ul li a {
	line-height: 50px;
	padding: 0;
	font-size: 20px;
	color: #262626;
}

.sub_gnb_menu ul li a::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #f1cc3b;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 20px;
}

.quest .sub_title .subject {
	color: #f05521;
	font-size: 40px;
}

.point .sub_title .subject {
	color: #f1cc3b;
	font-size: 40px;
}

.meet .sub_title .subject {
	color: #0d8595;
	font-size: 40px;
}

.put .sub_title .subject {
	color: #5d98f0;
	font-size: 40px;
}

.unfold .sub_title .subject {
	color: #5ac8a8;
	font-size: 40px;
}

.quest ul li a:hover {
	transform: none;
	color: #f05521;
}

.point ul li a:hover {
	transform: none;
	color: #f1cc3b;
}

.meet ul li a:hover {
	transform: none;
	color: #0d8595;
}

.put ul li a:hover {
	transform: none;
	color: #5d98f0;
}

.unfold ul li a:hover {
	transform: none;
	color: #5ac8a8;
}

.quest ul li a::before {
	background-color: #f05521;
}

.point ul li a::before {
	background-color: #f1cc3b;
}

.meet ul li a::before {
	background-color: #0d8595;
}

.put ul li a::before {
	background-color: #5d98f0;
}

.unfold ul li a::before {
	background-color: #5ac8a8;
}

.sub_gnb_menu.on {
	display: block;
}

.point_talk {
	text-align: center;
	display: block;
	color: #757575;
	font-style: italic;
	font-size: 22px;
}

.commt {
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

sup {
	font-size: 13px;
	font-weight: bold;
}

.commt li {
	color: #555;
	font-size: 15px;
}


.news_list_area {
	margin-bottom: 50px;
	border-top: 2px solid #333;
}

.news_list_area ul li {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}

.news_list_area ul li strong {
	padding: 5px 15px;
	background: #efefef;
	border-radius: 5px;
	margin-right: 10px;
	display: inline-block;
	font-weight: 500;
	flex: 0 0 105px;
	text-align: center;
}

.news_list_area ul li strong.point1 {
	color: #0083C7;
}

.news_list_area ul li strong.point2 {
	color: #1B9694;
}

.news_list_area ul li strong.point3 {
	color: #3AA861;
}

.news_list_area ul li strong.point4 {
	color: #58BA2F;
}

.news_list_area ul li a {
	display: flex;
	align-items: center;
}


@media all and (max-width: 480px) {
.news_list_area ul li a {font-size:15px;line-height:1.3;}
}

 @page {
  size:210mm 297mm; /*A4*/
  margin:0mm
 }
 

@media print {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
    }
    .writer_wrap .writer_pic {
	    width: 120px;
	    height: 120px;
    }
    .img_area {text-align:center;}
    .img_area img {max-width:90%}
    .interlock_wrap {display: none;}
	.contents_view .header_contents .sm {margin-bottom:10px;}
	.contents_view .header_contents .title {font-size:34px;margin-bottom:15px;}
	.contents_view .header_contents .desc {font-size:15px;}
	.contents_view .header_contents .desc > * {margin:0 !important;}
	.contents_detail {margin:0;width:850px}
	.contents_view .header_contents {padding-top:25px;}
	.contents_detail {
	font-size:17px;} 
	.contents_detail p {
	margin-bottom:15px;
	}
	.contents_detail p b {
		margin-top:20px;
		line-height:1.4;
		font-size:21px;
	}
	.contents_detail p .web {display: block;}
	.contents_detail p .web img {max-width:100%;}
	.contents_detail p .mo {display: none;}
}