@charset "UTF-8";
/* =========================================================
 * common
 * ========================================================= */
.section_header {
	width: 100%;
	padding: 40px 0 80px;
}

.section_header_title {
	display: block;
	font-family: "GowunBatang";
	font-size: 56px;
	line-height: 1.29;
	letter-spacing: -3.6px;
	text-align: center;
	color: #0f1013;
	font-weight: bold;
}

.section_header_desc {
	display: block;
	margin-top: 16px;
	font-family: "GothicA1";
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: -0.8px;
	text-align: center;
	color: #3f4042;
}

.section_top {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 350px;
	background-color: #23252d;
}
.section_top:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 1620px;
	left: 50%;
	transform: translateX(-50%);
	background-size: auto 100%;
	background-position: right 0 top;
	background-repeat: no-repeat;
}

.section_top_inner {
	position: relative;
	width: 100%;
	max-width: 1536px;
	margin: 0 auto;
	padding: 0 89px;
}

.section_top_title {
	display: block;
	font-family: "GowunBatang";
	font-size: 56px;
	font-weight: bold;
	line-height: 1.29;
	letter-spacing: -3.6px;
	color: #fff;
}
.section_top_title.section_top_title_mo {
	display: none;
}

.section_title_highlight {
	position: relative;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	z-index: 1;
}
.section_title_highlight:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% + 4px);
	height: 50px;
	background-color: #353975;
	z-index: -1;
}

.section_top_desc {
	display: block;
	width: calc(100% - 300px);
	max-width: 860px;
	margin-top: 16px;
	font-family: "GothicA1";
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: -0.8px;
	color: #cdcdd3;
}

@media (max-width: 1440px) {
	.section_header_desc {
		letter-spacing: -0.8px;
	}
}
@media (max-width: 1280px) {
	.section_header {
		padding: 40px 0 72px;
	}
	.section_header_title {
		font-size: 48px;
		line-height: 1.5;
		letter-spacing: -3px;
	}
	.section_header_desc {
		line-height: 1.5;
		letter-spacing: -0.6px;
	}
}
@media (max-width: 1024px) {
	.section_header {
		padding: 48px 8px 64px;
	}
	.section_header_title {
		font-size: 36px;
		line-height: 1.33;
		letter-spacing: -2px;
	}
	.section_header_desc {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.6px;
	}
	.section_top {
		height: auto;
		min-height: 200px;
		padding: 0 42px;
	}
	.section_top:before {
		background-size: auto 280px;
		background-position: right 0 center;
	}
	.section_top_inner {
		max-width: 100%;
		padding: 50px 12px;
	}
	.section_top_title {
		font-size: 36px;
		line-height: 1.33;
		letter-spacing: -2px;
	}
	.section_title_highlight:before {
		width: calc(100% + 2px);
		height: 32px;
	}
	.section_top_desc {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.6px;
	}
}
@media (max-width: 768px) {
	.section_top {
		padding: 0 24px;
	}
	.section_top_inner {
		max-width: 100%;
		padding: 40px 0;
	}
	.section_top_title {
		text-align: center;
	}
	.section_top_title.section_top_title_pc {
		display: none;
	}
	.section_top_title.section_top_title_mo {
		display: block;
	}
	.section_top_desc {
		width: 100%;
		max-width: 412px;
		margin: 16px auto 0;
		text-align: center;
	}
}
/* =========================================================
 * Main
 * ========================================================= */
.main_container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.main_banner {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1536px;
	margin: auto;
}
.main_banner.is-show {
	display: block;
}

.banner_link {
	position: relative;
}
.banner_link.pc {
	display: block;
}
.banner_link.mo {
	display: none;
	position: absolute;
	top: 50%;
	left: 16px;
	right: 16px;
	transform: translateY(-50%);
	margin: auto;
	max-width: 656px;
	border-radius: 16px;
	overflow: hidden;
}
.banner_link img {
	width: 100%;
}

.banner_input {
	position: absolute;
	right: 24px;
	bottom: 8px;
	z-index: 1;
}
.banner_input .checkbox {
	vertical-align: top;
	height: 16px;
}
.banner_input .checkbox input[type=checkbox] + label span {
	padding-left: 22px;
	font-size: 12px;
}
.banner_input .checkbox input[type=checkbox] + label span:before {
	width: 14px;
	height: 14px;
}

.banner_close {
	display: inline-block;
	margin: 2px 0 0 24px;
	width: 16px;
	height: 16px;
	background: url(../images/icon/ico-x.png) no-repeat center/cover;
}

@media (max-width: 1024px) {
	.main_banner {
		position: fixed;
		width: 100%;
		height: 100vh;
		bottom: 0;
		z-index: 300;
	}
	.main_banner .banner_link.pc {
		display: none;
	}
	.main_banner .banner_link.mo {
		display: block;
	}
	.main_banner .banner_link.mo a {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 88%;
	}
	.main_banner .banner_input {
		bottom: 18px;
	}
	.main_banner:before {
		content: "";
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		opacity: 0.6;
	}
}
.main_hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 1080px;
	overflow: hidden;
}
.main_hero .pin-spacer {
	width: 100% !important;
	left: 0 !important;
	top: 0 !important;
	height: 100% !important;
}

.main_hero_cont {
	position: absolute;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: 1080px !important;
	max-height: 100% !important;
	transform: translate(0) !important;
}

.main_hero_anim {
	display: none;
	position: absolute;
	width: 100%;
	min-width: 1920px;
	height: 100%;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}
.main_hero_anim.heroAnim {
	display: block;
}
.main_hero_anim.heroMobileAnim {
	display: none;
}

.main_hero_sub {
	position: absolute;
	left: 50%;
	top: calc(50% + 116px);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 600px;
	opacity: 0;
}

.main_hero_sub_txt {
	font-family: "GothicA1";
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -1.2px;
	text-align: center;
	color: #0f1013;
}

.hero_play {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, calc(-50% + 318px));
	display: block;
	width: 100%;
	height: 232px;
	overflow: hidden;
	z-index: -1;
}
.hero_play.is-show {
	z-index: 1;
}
.hero_play.is-show .hero_play_btn {
	display: block;
	transition: 0.4s opacity;
	opacity: 1;
}
.hero_play.is-show.is-play .hero_play_bar {
	display: block;
}

.hero_play_bar {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(-100%);
	width: 1px;
	height: 160px;
	background-color: #6f7071;
	z-index: -1;
	opacity: 0;
}

.hero_play_btn {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: block;
	width: 56px;
	height: 56px;
	background-image: url("../images/icon/ico-main-movie-cue.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0;
	background-color: #fff;
}
.hero_play_btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 16px;
	background-color: #fff;
}

@keyframes heroPlayBar {
	0% {
		transform: translateY(-100%);
		opacity: 1;
	}
	70% {
		transform: translateY(calc(100% + 72px));
		opacity: 1;
	}
	100% {
		transform: translateY(calc(100% + 72px));
		opacity: 0;
	}
}
.main_hero_notice {
	position: absolute;
	width: 100%;
	height: 72px;
	left: 0;
	bottom: 0;
	font-size: 0;
	z-index: 5;
	background-color: #fff;
}
.main_hero_notice:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 40px;
	background-color: #fff;
}
.main_hero_notice .more {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 33px;
	padding: 4px 8px;
}
.main_hero_notice .more:before {
	content: "";
	transition: 0.45s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #4e55d5;
}
.main_hero_notice .more span {
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	letter-spacing: -0.4px;
	color: #0f1013;
	transition: 0.25s;
	transform: translateX(0);
}
.main_hero_notice .more span:after {
	content: "";
	transition: 0.2s opacity, 0.35s right;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url(../images/icon/ico-more.png) no-repeat center/cover;
	opacity: 0;
}
.main_hero_notice .more:hover span {
	transform: translateX(8px);
	color: #4e55d5;
}
.main_hero_notice .more:hover span:after {
	right: -16px;
	opacity: 1;
}
.main_hero_notice .more:hover:before {
	right: -28px;
}

.hero_notice {
	display: inline-flex;
	width: 77.7%;
	height: 100%;
	border: 1px solid #6f7071;
	border-left: 0;
}

.hero_notice_header {
	flex: 0 0 auto;
	width: 20%;
	padding: 14px 26px;
	border-right: 1px solid #6f7071;
	text-align: right;
}

.hero_notice_header_txt {
	display: inline-block;
	padding-left: 42px;
	font-family: "GowunBatang";
	font-size: 24px;
	font-weight: bold;
	line-height: 1.83;
	letter-spacing: -1.2px;
	color: #0f1013;
	background: url("../images/icon/ico-notification.png") left center no-repeat;
	background-size: 24px;
}

.hero_notice_section {
	flex: 0 0 auto;
	position: relative;
	width: 80%;
	height: 100%;
	background-color: #fff;
}
.hero_notice_section .swiper-container {
	width: calc(100% - 40px);
	height: 100%;
	margin-left: 0;
	overflow: hidden;
}

.hero_notice_list {
	position: relative;
	width: 100%;
}

.hero_notice_item {
	position: relative;
	padding: 26px 254px 22px 22px;
}

.hero_notice_title {
	display: block;
	display: -webkit-box;
	font-family: "GothicA1";
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: -0.8px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #0f1013;
}

.hero_notice_date {
	position: absolute;
	top: 22px;
	right: 40px;
	font-family: "GothicA1";
	font-size: 18px;
	line-height: 1.78;
	text-align: right;
	color: #0f1013;
}

.hero_notice_navi {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	border-left: 1px solid #0f1013;
}

.hero_notice_navi_btn {
	display: block;
	width: 100%;
	height: 50%;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.hero_notice_navi_btn.hero_notice_navi_prev {
	background-image: url("../images/icon/ico-arrow-prev.png");
}
.hero_notice_navi_btn.hero_notice_navi_prev.swiper-button-disabled {
	background-image: url("../images/icon/ico-calendar-prev.png");
	cursor: default;
}
.hero_notice_navi_btn.hero_notice_navi_next {
	background-image: url("../images/icon/ico-arrow-next.png");
}
.hero_notice_navi_btn.hero_notice_navi_next.swiper-button-disabled {
	background-image: url("../images/icon/ico-calendar-next.png");
	cursor: default;
}
.hero_notice_navi_btn + .hero_notice_navi_btn {
	border-top: 1px solid #0f1013;
}

.main_hero_default img {
	width: 100%;
}
.main_hero_default .is-tablet {
	display: none;
}

.main_hero_wrap {
	opacity: 0;
	transition: opacity 0.8s ease;
}

.main_hero_wrap.is-active {
	opacity: 1;
}

.main_hero_slide {
	width: 100%;
	outline-offset: 3px;
}

.main_hero_list {
	position: relative;
	width: 100%;
}

.main_hero_item {
	width: 100%;
}
.main_hero_item a, .main_hero_item div {
	display: inline-block;
	width: 100%;
}
.main_hero_item a {
	outline-offset: -3px;
}
.main_hero_item img {
	width: 100%;
}

.hero-pagination-wrap {
	position: absolute;
	left: 50%;
	bottom: 57px;
	transform: translateX(-50%);
	z-index: 10;
	padding: 13px 16px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.6);
	white-space: nowrap;
}
.hero-pagination-wrap.is-hide {
	display: none;
}
.hero-pagination-wrap .controller {
	display: inline-block;
}
.hero-pagination-wrap .btn_pause {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	background-image: url(../images/icon/ico-stop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}
.hero-pagination-wrap .btn_pause.is-pause {
	background-image: url(../images/icon/ico-play-white.png);
}

.hero-pagination.swiper-pagination-bullets {
	position: relative;
	display: inline-block;
	width: auto;
}

.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	margin: 0 14px;
	background-color: #fff;
	border-radius: 0;
	opacity: 1;
	vertical-align: middle;
	mix-blend-mode: screen;
}

.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	margin: 0 8px;
	border: 2px solid #fff;
	background-color: transparent;
	box-sizing: border-box;
}

@media (max-width: 1440px) {
	.main_hero {
		min-height: 1000px;
	}
	.main_hero_cont {
		min-height: 1000px !important;
	}
	.main_hero_anim {
		min-width: 1600px;
	}
	.main_hero_sub {
		top: calc(50% + 98px);
	}
	.hero_play {
		transform: translate(0, calc(-50% + 300px));
	}
	.hero_notice {
		width: 81.8%;
	}
	.hero_notice_header {
		width: 137px;
	}
	.hero_notice_section {
		width: calc(100% - 137px);
	}
}
@media (max-width: 1280px) {
	.main_hero {
		min-height: 948px;
	}
	.main_hero_anim {
		top: -160px;
		min-width: 1400px;
	}
	.main_hero_cont {
		min-height: 948px !important;
	}
	.main_hero_sub {
		top: calc(50% + 14px);
	}
	.main_hero_sub_txt {
		font-size: 21px;
		font-weight: 500;
		line-height: 1.52;
		letter-spacing: -0.8px;
	}
	.hero_play {
		transform: translate(0, calc(-50% + 200px));
		height: 226px;
	}
	.hero_play_btn {
		width: 50px;
		height: 50px;
	}
	.main_hero_notice {
		height: 65px;
	}
	.main_hero_notice:before {
		display: none;
	}
	.hero_notice_header {
		width: 124px;
		padding: 9px 24px;
	}
	.hero_notice_header_txt {
		padding-left: 36px;
		font-size: 22px;
		line-height: 2;
		letter-spacing: -1px;
		background-size: 20px;
		background-position: left 14px;
	}
	.hero_notice_title {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.hero_notice_date {
		top: 26px;
		font-size: 16px;
		line-height: 1.5;
	}
	.hero_notice_section {
		width: calc(100% - 124px);
	}
	.hero_notice_section .swiper-container {
		width: calc(100% - 32px);
	}
	.hero_notice_item {
		padding: 21px 206px 21px 22px;
	}
	.hero_notice_date {
		top: 21px;
	}
	.hero_notice_navi {
		width: 32px;
	}
	.hero_notice_navi_btn {
		background-size: 20px;
	}
	.main_hero_notice .more {
		margin-left: 20px;
	}
}
@media (max-width: 1024px) {
	.main_hero {
		min-height: 810px;
		max-height: 980px;
	}
	.main_hero_default .is-tablet {
		display: block;
	}
	.main_hero_default .is-mobile {
		display: none !important;
	}
	.main_hero_cont {
		min-height: 810px !important;
	}
	.main_hero_anim {
		width: 100%;
		min-width: 1000px;
		height: auto;
		top: 0;
		padding-bottom: 0;
	}
	.main_hero_sub {
		padding: 16px;
		top: 440px;
	}
	.main_hero_sub_txt {
		text-align: center;
		font-size: 18px;
		font-weight: normal;
		line-height: 1.67;
		letter-spacing: -0.8px;
	}
	.hero_play {
		height: 180px;
		transform: translate(0, 0);
		top: 496px;
	}
	.hero_play .hero_play_bar {
		height: 120px;
	}
	.hero_play_btn {
		width: 40px;
		height: 40px;
	}
	.hero_play_btn:after {
		height: 40px;
	}
	.main_hero_notice {
		height: auto;
		padding-right: 26px;
	}
	.hero_notice {
		display: block;
		width: 100%;
		border: 0;
	}
	.hero_notice_header {
		width: 100%;
		padding: 16px 26px;
		text-align: left;
		border-right: 0;
	}
	.hero_notice_header_txt {
		padding-left: 28px;
		background-size: 24px;
		background-position: left 2px;
		font-size: 20px;
		line-height: 1.4;
		letter-spacing: -1px;
	}
	.hero_notice_section {
		width: 100%;
		height: 70px;
		border-top: 1px solid #6f7071;
		border-bottom: 1px solid #6f7071;
	}
	.hero_notice_section .swiper-container {
		width: calc(100% - 36px);
	}
	.hero_notice_item {
		height: 100%;
		padding: 23px 228px 20px 26px;
	}
	.hero_notice_date {
		top: 24px;
		right: 22px;
	}
	.hero_notice_navi {
		width: 37px;
		border-right: 1px solid #6f7071;
		box-sizing: border-box;
	}
	.hero_notice_navi_btn {
		width: 36px;
	}
	.main_hero_notice .more {
		top: 26px;
		right: 26px;
		padding: 0;
		transform: translateY(0);
	}
	.main_hero_notice .more:before {
		display: none;
	}
	.main_hero_notice .more:hover span {
		transform: translateX(0);
		color: #0f1013;
	}
	.main_hero_notice .more:hover span:after {
		right: 16px;
		opacity: 0;
	}
	.main_hero_notice .more span {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: -0.2px;
	}
	.hero-pagination-wrap {
		bottom: 32px;
	}
}
@media (max-width: 768px) {
	.main_hero {
		min-height: calc(91.14vw + 400px);
		max-height: calc(91.14vw + 600px);
	}
	.main_hero_default .is-tablet {
		display: none;
	}
	.main_hero_default .is-mobile {
		display: block !important;
	}
	.main_hero_anim {
		min-width: 100%;
	}
	.main_hero_anim.heroAnim {
		display: none;
	}
	.main_hero_anim.heroMobileAnim {
		display: block;
	}
	.main_hero_notice {
		bottom: 35px;
		padding-right: 16px;
	}
	.main_hero_sub {
		top: calc(91vw - 40px);
	}
	.main_hero_sub_txt {
		text-align: left;
	}
	.hero_play {
		top: calc(91vw - 40px);
		margin-top: 48px;
	}
	.hero_notice_header {
		border-right: 0;
	}
	.hero_notice_header {
		padding: 16px;
	}
	.hero_notice_section {
		height: 120px;
	}
	.hero_notice_section .swiper-container {
		width: 100%;
	}
	.hero_notice_item {
		padding: 16px 20px;
	}
	.hero_notice_title {
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 48px;
		margin-bottom: 12px;
	}
	.hero_notice_date {
		display: block;
		position: relative;
		top: initial;
		right: initial;
		width: 100%;
		text-align: right;
	}
	.hero_notice_navi {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		border-right: 0;
		border-left: 0;
		text-align: right;
	}
	.hero_notice_navi_btn {
		display: inline-block;
		width: 36px;
		height: 36px;
		border: 1px solid #6f7071;
	}
	.hero_notice_navi_btn + .hero_notice_navi_btn {
		border-left: 0;
	}
	.main_hero_notice .more {
		right: 16px;
	}
	.hero-pagination-wrap {
		bottom: 28px;
		padding: 10px 16px;
	}
	.hero-pagination-wrap .btn_pause {
		width: 20px;
		height: 20px;
	}
	.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 3.3px;
		height: 3.3px;
		margin: 0 10.3px;
	}
	.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 13.3px;
		height: 13.3px;
		margin: 0 7.3px;
	}
}
@media (max-width: 640px) {
	.main_hero {
		min-height: calc(91.14vw + 500px);
	}
	.main_hero_sub {
		top: calc(91vw - 2px);
	}
	.hero_play {
		top: 91vw;
	}
}
@media (max-width: 480px) {
	.main_hero_sub {
		top: calc(91vw + 40px);
	}
	.hero_play {
		top: calc(91vw + 52px);
	}
}
.main_explore {
	position: relative;
	padding: 0 0 200px 0;
}
.main_explore .inner {
	position: relative;
	z-index: 1;
}

.main_explore_title {
	width: 100%;
	max-width: 1538px;
	margin: 0 auto;
	padding: 0 40px;
}
.main_explore_title:after {
	content: "";
	display: block;
	clear: both;
}
.main_explore_title .sec_text {
	float: right;
	display: inline-block;
	width: 50%;
}
.main_explore_title .sec_text .sec_title {
	display: block;
	max-width: 628px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
}
.main_explore_title .sec_text .sec_desc {
	display: block;
	max-width: 628px;
	margin-top: 24px;
	font-family: "GowunBatang";
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}

.main_explore_cont {
	position: relative;
	width: 100%;
	max-width: 1474px;
	margin: 0 auto;
	padding: 145px 28px 0;
	overflow-x: visible;
	transition-property: background;
	transition: 0.3s;
}

.main_explore_item {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	background-size: 0;
}
.main_explore_item:first-child {
	margin-top: 4px;
	max-width: 1278px;
	background-image: url("../images/thumbnail/img-main-theme1.png");
}
.main_explore_item:nth-child(2) {
	max-width: 1038px;
	text-align: right;
	background-image: url("../images/thumbnail/img-main-theme2.png");
}
.main_explore_item:nth-child(3) {
	background-image: url("../images/thumbnail/img-main-theme3.png");
}
.main_explore_item:nth-child(4) {
	max-width: 1357px;
	text-align: right;
	background-image: url("../images/thumbnail/img-main-theme4.png");
}

.main_explore_link {
	position: relative;
	display: inline-block;
	padding: 4px 0;
	font-family: "GowunBatang";
	font-size: 172px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -10px;
	color: #0f1013;
	white-space: nowrap;
	z-index: 100;
}
.main_explore_link .main_explore_link_right {
	position: relative;
	display: inline-block;
	font-family: "GowunBatang";
	font-size: 172px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -10px;
	color: #0f1013;
	white-space: nowrap;
	z-index: -1;
}

.exploreSwiper_pagination {
	display: none;
}

.main_explore_space {
	position: absolute;
	right: 0;
	top: 100%;
	width: 200%;
	height: 300px;
	background-color: #fff;
	background-color: #0f1013;
	transform: rotate(0deg);
	transform-origin: right bottom;
	z-index: 0;
}

@media (max-width: 1440px) {
	.main_explore_title {
		padding: 0 40px;
	}
	.main_explore_cont {
		max-width: 100%;
	}
	.main_explore_item:first-child {
		max-width: 1152px;
	}
	.main_explore_item:nth-child(2) {
		max-width: 1200px;
	}
}
@media (max-width: 1280px) {
	.main_explore {
		padding: 33px 23px 176px;
	}
	.main_explore_title {
		max-width: 100%;
	}
	.main_explore_title .sec_text .sec_title {
		width: 100%;
		font-size: 22px;
		line-height: 1.18;
		letter-spacing: -1.7px;
	}
	.main_explore_title .sec_text .sec_desc {
		width: 100%;
		font-size: 35px;
		line-height: 1.43;
		letter-spacing: -1.4px;
	}
	.main_explore_cont {
		padding: 128px 0 0;
	}
	.main_explore_item:first-child {
		max-width: 1026px;
	}
	.main_explore_item:nth-child(2) {
		max-width: 860px;
	}
	.main_explore_item:nth-child(3) {
		max-width: 100%;
	}
	.main_explore_item:nth-child(4) {
		max-width: 100%;
	}
	.main_explore_link {
		display: inline-block;
		font-size: 142px;
		letter-spacing: -9px;
	}
	.main_explore_link .main_explore_link_right {
		display: inline-block;
		font-size: 142px;
		letter-spacing: -9px;
	}
	.main_explore_space {
		height: 176px;
	}
}
@media (max-width: 1024px) {
	.main_explore {
		padding: 0 80px 60px;
	}
	.main_explore_title .sec_text {
		width: 478px;
		margin: 0 auto;
		padding-right: 34px;
	}
	.main_explore_title .sec_text .sec_title {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.main_explore_title .sec_text .sec_desc {
		margin-top: 19px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_explore_cont {
		margin: 122px 0 100px;
		padding-top: 0;
		background-size: 360px;
		background-position: top center;
		background-repeat: no-repeat;
		overflow-x: hidden;
	}
	.main_explore_cont.theme-01 {
		background-image: url("../images/thumbnail/img-main-theme1.png");
	}
	.main_explore_cont.theme-02 {
		background-image: url("../images/thumbnail/img-main-theme2.png");
	}
	.main_explore_cont.theme-03 {
		background-image: url("../images/thumbnail/img-main-theme3.png");
	}
	.main_explore_cont.theme-04 {
		background-image: url("../images/thumbnail/img-main-theme4.png");
	}
	.main_explore_item {
		margin-top: 0;
		text-align: center;
		height: 360px;
	}
	.main_explore_item:first-child {
		max-width: 100%;
		margin-top: 0;
	}
	.main_explore_item:nth-child(2) {
		max-width: 100%;
		text-align: center;
	}
	.main_explore_item:nth-child(4) {
		text-align: center;
	}
	.main_explore_link {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		max-width: 612px;
		padding: 4px 0 0;
		font-size: 140px;
		line-height: 1.27;
		letter-spacing: -9.8px;
		text-align: left;
	}
	.main_explore_link .main_explore_link_right {
		position: relative;
		display: block;
		font-size: 140px;
		line-height: 1.27;
		letter-spacing: -9.8px;
		text-align: right;
	}
	.exploreSwiper_pagination {
		display: block;
		margin: 122px 0 0;
		text-align: center;
	}
	.exploreSwiper_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 16px;
		background-image: url("../images/icon/ico-pagenation-black-basic.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: transparent;
		opacity: 1;
	}
	.exploreSwiper_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-image: url("../images/icon/ico-pagenation-black-active.png");
	}
	.main_explore_space {
		height: 120px;
	}
}
@media (max-width: 768px) {
	.main_explore {
		padding: 0 16px 60px;
	}
	.main_explore_title {
		padding: 0;
	}
	.main_explore_title .sec_text {
		width: 100%;
	}
	.main_explore_cont {
		margin: 104px 0 100px;
		background-size: 240px;
	}
	.main_explore_item {
		height: 240px;
	}
	.main_explore_link {
		max-width: 328px;
		padding: 12px 0 0;
		font-size: 72px;
		line-height: 1.31;
		letter-spacing: -4.5px;
		transform: translate(-50%, calc(-50% - 10px));
	}
	.main_explore_link .main_explore_link_right {
		font-size: 72px;
		line-height: 1.31;
		letter-spacing: -4.5px;
	}
	.exploreSwiper_pagination {
		margin: 40px 0 0;
	}
	.exploreSwiper_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 12px;
	}
	.main_explore_space {
		height: 72px;
	}
}
/*  main_notice */
.main_notice {
	padding: 200px 0 150px 0;
	background-color: #fafafa;
}
.main_notice .swiper-button-next {
	top: 50%;
	right: -3.437vw;
	transform: translateY(-50%);
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin-top: 0;
	background-image: none;
}
.main_notice .swiper-button-next::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-next-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_notice .swiper-button-prev {
	top: 50%;
	left: -3.437vw;
	transform: translateY(-50%);
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin-top: 0;
	background-image: none;
}
.main_notice .swiper-button-prev::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-prev-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_notice .swiper-button-next.swiper-button-disabled,
.main_notice .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.main_notice_inner {
	opacity: 0;
	transform: translateY(120px);
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1618px;
	margin: 0 auto;
	padding: 0 40px;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.main_notice_inner.is-active {
	opacity: 1;
	transform: translateY(0);
}

.main_notice_head {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	width: 390px;
	padding-right: 140px;
	z-index: 2;
}
.main_notice_head .title {
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}
.main_notice_head .link {
	position: relative;
	display: inline-block;
	margin-top: 50px;
	padding: 4px 8px;
}
.main_notice_head .link:before {
	content: "";
	transition: 0.45s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #4e55d5;
}
.main_notice_head .link span {
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	letter-spacing: -0.4px;
	color: #0f1013;
	transition: 0.25s;
	transform: translateX(0);
}
.main_notice_head .link span:after {
	content: "";
	transition: 0.2s opacity, 0.35s right;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url(../images/icon/ico-more.png) no-repeat center/cover;
	opacity: 0;
}
.main_notice_head .link:hover span {
	margin-left: 8px;
	color: #4e55d5;
}
.main_notice_head .link:hover span:after {
	right: -16px;
	opacity: 1;
}
.main_notice_head .link:hover:before {
	right: -28px;
}

.main_notice_slide {
	position: relative;
	width: calc(100% - 390px);
	margin-left: 390px;
}
.main_notice_slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fafafa;
	z-index: 1;
}

.notice_slide_item {
	width: 368px;
}
.notice_slide_item a {
	display: inline-block;
	width: 368px;
	padding: 30px;
	border-radius: 8px;
	border: solid 1px #e8e9f9;
	background-color: #fff;
	transition: 0.2s;
}

@media (min-width: 1025px) {
	.notice_slide_item a:hover {
		border: solid 1px #4e55d5;
		background-color: #f4f4ff;
	}
}
.notice_slide_badge {
	margin-bottom: 18px;
}

.notice_badge_item {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 13px;
	border: solid 1px rgba(78, 85, 213, 0.05);
	background-color: #fbfbfe;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: normal;
	color: #6f7071;
}
.notice_badge_item + .notice_badge_item {
	margin-left: 4px;
}

.notice_slide_title {
	height: 126px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -1.5px;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.notice_slide_date {
	margin-top: 44px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.25;
	letter-spacing: -0.8px;
	color: #484848;
}

@media (max-width: 1740px) {
	.main_notice .swiper-button-prev {
		left: 346px;
	}
	.main_notice .swiper-button-next {
		right: 40px;
	}
}
@media (max-width: 1024px) {
	.main_notice {
		padding: 90px 0;
	}
	.main_notice .swiper-button-prev.swiper-button-disabled {
		opacity: 0.5;
	}
	.main_notice .swiper-button-next.swiper-button-disabled {
		opacity: 1;
	}
	.main_notice .swiper-button-next {
		width: 24px;
		height: 24px;
		top: 64%;
		right: 26px;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	.main_notice .swiper-button-next::before {
		top: 0;
		left: 0;
	}
	.main_notice .swiper-button-prev {
		width: 24px;
		height: 24px;
		top: 64%;
		left: 26px;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	.main_notice .swiper-button-prev::before {
		top: 0;
		left: 0;
	}
	.main_notice_inner {
		display: block;
		padding: 0 26px;
		transform: translateY(80px);
	}
	.main_notice_head {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: 100%;
		padding: 0;
		margin-bottom: 64px;
	}
	.main_notice_head .title {
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
		vertical-align: bottom;
	}
	.main_notice_head .title br {
		display: none;
	}
	.main_notice_head .link {
		vertical-align: bottom;
		margin: 0;
		padding: 0;
	}
	.main_notice_head .link:before {
		content: none;
	}
	.main_notice_head .link span {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: -0.2px;
	}
	.main_notice_slide {
		margin: 0 44px;
		width: calc(100% - 88px);
		overflow: hidden;
	}
	.notice_slide_item {
		width: 100%;
	}
	.notice_slide_item a {
		width: 100%;
		padding: 21px 120px 18.4px 21px;
		outline-offset: -3px;
	}
	.notice_slide_badge {
		margin-bottom: 13.7px;
	}
	.notice_slide_title {
		height: 85px;
		font-size: 21px;
		line-height: 1.34;
		letter-spacing: -1.05px;
	}
	.notice_badge_item {
		padding: 2.5px 5.5px;
		font-size: 8.4px;
		line-height: 1.5;
		letter-spacing: normal;
		color: #6f7071;
	}
	.notice_slide_date {
		margin-top: 34px;
		font-size: 11px;
		line-height: 2.3;
		letter-spacing: -0.55px;
	}
}
@media (max-width: 768px) {
	.main_notice {
		padding: 80px 0;
	}
	.main_notice_inner {
		padding: 0 16px;
	}
	.main_notice_head {
		margin-bottom: 40px;
	}
	.main_notice_head .title br {
		display: block;
	}
	.notice_slide_item {
		width: 100%;
	}
	.notice_slide_item a {
		width: 100%;
		padding: 24px 24px 28px 24px;
	}
	.notice_slide_badge {
		margin-bottom: 15px;
	}
	.notice_badge_item {
		padding: 5.5px 10.5px;
		font-size: 8.7px;
		line-height: 1.09;
		letter-spacing: normal;
	}
	.notice_slide_title {
		height: 96px;
		font-size: 24px;
		line-height: 1.33;
		letter-spacing: -1.2px;
	}
	.notice_slide_date {
		margin-top: 37px;
		font-size: 14px;
		line-height: 2.07;
		letter-spacing: -0.7px;
	}
}
/*  main_monthly */
.main_monthly {
	position: relative;
	padding: 177px 0 275px 0;
	background: #fff;
	overflow: hidden;
}

.main_monthly_inner {
	width: 100%;
	padding: 0 40px;
	text-align: center;
}

.main_monthly_val {
	opacity: 0;
	transform: translateY(120px);
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.main_monthly_val.is-active {
	opacity: 1;
	transform: translateY(0);
}

.main_monthly_motion {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 100%;
	height: 80%;
}
.main_monthly_motion svg {
	position: relative;
	height: 350px !important;
	margin-top: -170px;
	position: absolute;
	top: 0;
	left: 0;
}
.main_monthly_motion:after {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #1d1f26;
}

.main_monthly_intro {
	display: inline-block;
	margin-bottom: 106px;
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}

.main_monthly_text span {
	display: inline-block;
	font-family: "GowunBatang";
	font-size: 66px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -2.2px;
	color: #000;
}
.main_monthly_text .title + .intro {
	margin-left: 20px;
}
.main_monthly_text .intro + .title {
	margin-left: 20px;
}

@media (max-width: 1024px) {
	.main_monthly {
		position: relative;
		padding: 177px 0 248px 0;
	}
	.main_monthly_inner {
		padding: 0 26px;
	}
	.main_monthly_val {
		transform: translateY(80px);
	}
	.main_monthly_intro {
		margin-bottom: 70px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_monthly_text span {
		font-size: 60px;
		letter-spacing: -1.57px;
		color: #000;
	}
}
@media (max-width: 768px) {
	.main_monthly {
		padding: 146px 0 114px 0;
	}
	.main_monthly_inner {
		padding: 0 16px;
	}
	.main_monthly_intro {
		margin-bottom: 44px;
		font-size: 20px;
		line-height: 2.3;
		letter-spacing: -1px;
	}
	.main_monthly_text span {
		font-size: 36px;
		line-height: normal;
		letter-spacing: -0.94px;
	}
}
/*  main_theme */
.main_theme {
	padding: 150px 0;
	background-color: #fafafa;
}

.main_theme_inner {
	position: relative;
	max-width: 1618px;
	margin: 0 auto;
	padding: 0 40px;
}

.mainThemeVodSlide,
.mainThemePaperSlide,
.mainThemeProgramSlide {
	position: relative;
}

.main_theme_item {
	opacity: 0;
	transform: translateY(120px);
	transition: transform 0.8s ease, opacity 0.8s ease;
}
.main_theme_item + .main_theme_item {
	margin-top: 150px;
}
.main_theme_item.is-paper .theme_img_val {
	width: auto;
	object-fit: contain;
}
.main_theme_item .swiper-button-next {
	top: 50%;
	right: -6.437vw;
	transform: translateY(-50%);
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin-top: 0;
	background-image: none;
}
.main_theme_item .swiper-button-next::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-next-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_theme_item .swiper-button-prev {
	top: 50%;
	left: -6.437vw;
	transform: translateY(-50%);
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin-top: 0;
	background-image: none;
}
.main_theme_item .swiper-button-prev::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-prev-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_theme_item .swiper-pagination-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}
.main_theme_item .swiper-pagination-bullet {
	margin: 0 4px;
	background: #e7e7e7;
	opacity: 1;
}
.main_theme_item .swiper-pagination-bullet:focus-visible {
	outline: 2px solid blue;
	outline-offset: 2px;
}
.main_theme_item .swiper-pagination-bullet-active {
	background: #4e55d5;
}

.main_theme_item.is-active {
	opacity: 1;
	transform: translateY(0);
}

.main_theme_intro {
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
	margin-bottom: 84px;
}
.main_theme_intro br {
	display: none;
}

.main_theme_card {
	display: flex;
	justify-content: space-between;
	min-height: 474px;
	border-radius: 8px;
	border: solid 1px #e8e9f9;
	background-color: #fff;
	overflow: hidden;
}
.main_theme_card.card_mobile {
	display: none;
}

.main_theme_img {
	position: relative;
	width: 49.284%;
	overflow: hidden;
	background-color: #eeeeee;
}

.theme_img_val {
	position: absolute;
	top: 0;
	left: 50%;
	width: 101%;
	height: 101%;
	object-fit: cover;
	transform: translateX(-50%);
	transition: all 0.2s;
	z-index: 1;
}
.theme_img_val.is-active {
	transform: translateX(-50%) scale(1.03);
	transition: all 0.2s;
}

.main_theme_img_badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.main_theme_img_badge .thumb_badge .b_new {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 4px;
}
.main_theme_img_badge .b_new {
	position: absolute;
	top: 8px;
	left: 8px;
}
.main_theme_img_badge .b_direct {
	position: absolute;
	top: 8px;
	right: 8px;
}

.main_theme_text {
	position: relative;
	width: 50.716%;
	padding: 80px 80px 106px 80px;
}

.main_theme_badge {
	margin: -2px -2px 6px -2px;
}
.main_theme_badge span {
	margin: 2px;
}

.theme_badge_item {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 4px;
	border: solid 1px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.29;
	letter-spacing: -0.2px;
	text-align: center;
	color: #3f4042;
}

.main_theme_title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main_theme_tag {
	margin-top: 8px;
}
.main_theme_tag span {
	display: inline-block;
	margin: 0 2px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.8px;
	color: #6f7071;
}

.main_theme_desc {
	margin-top: 16px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.8px;
	color: #000;
}

.main_theme_link {
	position: absolute;
	left: 80px;
	bottom: 56px;
	display: inline-block;
	margin-top: 50px;
	padding: 4px 8px;
	cursor: pointer;
}
.main_theme_link:before {
	content: "";
	transition: 0.45s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #4e55d5;
}
.main_theme_link span {
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	letter-spacing: -0.4px;
	color: #0f1013;
	transition: 0.25s;
	transform: translateX(0);
}
.main_theme_link span:after {
	content: "";
	transition: 0.2s opacity, 0.35s right;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url(../images/icon/ico-more.png) no-repeat center/cover;
	opacity: 0;
}
.main_theme_link:hover span {
	margin-left: 8px;
	color: #4e55d5;
}
.main_theme_link:hover span:after {
	right: -16px;
	opacity: 1;
}
.main_theme_link:hover:before {
	right: -28px;
}

@media (max-width: 1740px) {
	.main_theme_item .swiper-button-prev,
	.main_theme_item .swiper-button-next {
		display: none;
	}
}
@media (max-width: 1024px) {
	.main_theme {
		padding: 90px 0;
	}
	.main_theme_inner {
		padding: 0 26px;
	}
	.main_theme_item {
		transform: translateY(80px);
	}
	.main_theme_item + .main_theme_item {
		margin-top: 90px;
	}
	.main_theme_item .swiper-button-next,
	.main_theme_item .swiper-button-prev {
		display: none;
	}
	.main_theme_item .swiper-pagination-wrap {
		margin-top: 32px;
	}
	.main_theme_intro {
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
		margin-bottom: 64px;
	}
	.main_theme_card {
		flex-direction: column;
		min-height: auto;
	}
	.main_theme_card.card_pc {
		display: none;
	}
	.main_theme_card.card_mobile {
		display: flex;
	}
	.main_theme_img {
		position: relative;
		order: 1;
		width: 100%;
		padding-bottom: 62.569%;
	}
	.main_theme_img_badge .b_new {
		top: 16px;
		left: 16px;
	}
	.main_theme_img_badge .b_direct {
		top: 16px;
		right: 16px;
	}
	.main_theme_text {
		order: 2;
		width: 100%;
	}
	.main_theme_text {
		padding: 42px 18px;
	}
	.main_theme_link {
		display: none;
	}
}
@media (max-width: 768px) {
	.main_theme {
		padding: 80px 0;
	}
	.main_theme_inner {
		padding: 0 16px;
	}
	.main_theme_item + .main_theme_item {
		margin-top: 80px;
	}
	.main_theme_item .swiper-pagination-wrap {
		margin-top: 24px;
	}
	.main_theme_intro {
		margin-bottom: 40px;
	}
	.main_theme_intro br {
		display: block;
	}
	.main_theme_text {
		padding: 24px 18px 44px 18px;
	}
	.theme_badge_item {
		padding: 4.5px 7.5px;
		font-size: 11px;
		line-height: 1.09;
		letter-spacing: normal;
	}
	.main_theme_img {
		padding-bottom: 63.109%;
	}
	.main_theme_img_badge .b_new {
		top: 6px;
		left: 6px;
	}
	.main_theme_img_badge .b_direct {
		top: 6px;
		right: 6px;
	}
	.main_theme_title {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: -1px;
	}
	.main_theme_tag {
		margin-top: 8px;
	}
	.main_theme_tag span {
		font-size: 16px;
		line-height: 1.44;
		letter-spacing: -0.8px;
	}
	.main_theme_desc {
		margin-top: 12px;
		font-size: 16px;
		line-height: 1.44;
		letter-spacing: -0.8px;
	}
}
/* main_quiz */
.main_quiz {
	padding: 150px 0;
}

.main_quiz_inner {
	opacity: 0;
	transform: translateY(120px);
	position: relative;
	max-width: 1618px;
	margin: 0 auto;
	padding: 0 40px;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.main_quiz_inner.is-active {
	opacity: 1;
	transform: translateY(0);
}

.main_quiz_intro {
	margin-bottom: 84px;
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}
.main_quiz_intro br {
	display: none;
}

.main_quiz_card .main_theme_card {
	border: 1px solid #fafafa;
	background-color: #fafafa;
}
.main_quiz_card .main_theme_text {
	padding: 60px 80px 200px 80px;
}
.main_quiz_card .main_theme_title {
	-webkit-line-clamp: 3;
}
.main_quiz_card .main_theme_link {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
}

.quiz_img_wrap .theme_img_val.is-tablet {
	display: none;
}

.main_quiz_bottom {
	position: absolute;
	left: 80px;
	bottom: 30px;
	width: calc(100% - 160px);
}

.main_quiz_info {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 48px;
}

.quiz_info_writer {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.4px;
	color: #484848;
	background: url(../images/icon/ico-profile.png) no-repeat left top;
	background-size: 16px;
}

.quiz_info_right {
	display: flex;
}
.quiz_info_right .item + .item {
	margin-left: 14px;
}
.quiz_info_right .item .title {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #000;
}
.quiz_info_right .item .title + .desc {
	margin-left: 4px;
}
.quiz_info_right .item .desc {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: normal;
}
.quiz_info_right .item .desc span {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: normal;
}
.quiz_info_right .item .desc + .title {
	margin-left: 4px;
}

@media (max-width: 1024px) {
	.main_quiz {
		padding: 90px 0;
	}
	.main_quiz_inner {
		padding: 0 26px;
		transform: translateY(80px);
	}
	.main_quiz_intro {
		margin-bottom: 64px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_quiz_card .main_theme_card {
		position: relative;
		border: 1px solid transparent;
		background-color: #fafafa;
	}
	.main_quiz_card .main_theme_card:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.32;
		background-color: #000;
		z-index: 3;
	}
	.main_quiz_card .main_theme_text {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 30px;
		z-index: 5;
	}
	.main_quiz_card .main_theme_badge {
		margin: -2px -2px 18px -2px;
	}
	.main_quiz_card .main_theme_title {
		color: #fff;
	}
	.main_quiz_card .main_theme_tag span {
		color: #cdcdd3;
	}
	.main_quiz_card .main_theme_img {
		padding-bottom: 562px;
	}
	.main_quiz_card .main_theme_desc {
		color: #fff;
	}
	.quiz_img_wrap .theme_img_val {
		top: auto;
		bottom: 0;
		height: auto;
	}
	.quiz_img_wrap .theme_img_val.is-tablet {
		display: block;
	}
	.quiz_img_wrap .theme_img_val.is-mobile {
		display: none !important;
	}
	.main_quiz_bottom {
		width: calc(100% - 60px);
		bottom: 30px;
		left: 30px;
	}
	.main_quiz_info {
		justify-content: flex-start;
		width: 100%;
		margin: 0;
	}
	.quiz_info_writer {
		color: #fff;
		flex: inherit;
		margin-bottom: 0;
	}
	.quiz_info_right {
		margin-left: 8px;
	}
	.quiz_info_right .item + .item {
		margin-left: 24px;
	}
	.quiz_info_right .item .title {
		color: #fff;
	}
	.quiz_info_right .item .desc {
		color: #fff;
	}
	.quiz_info_right .item .desc span {
		color: #fff;
	}
}
@media (max-width: 768px) {
	.main_quiz {
		padding: 80px 0;
	}
	.main_quiz_inner {
		padding: 0 16px;
	}
	.main_quiz_intro {
		margin-bottom: 40px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_quiz_intro br {
		display: block;
	}
	.main_quiz_card .main_theme_text {
		padding: 18px;
	}
	.main_quiz_card .main_theme_badge {
		margin: -2px -2px 8px -2px;
	}
	.main_quiz_card .main_theme_img {
		padding-bottom: 410px;
	}
	.quiz_img_wrap .theme_img_val.is-tablet {
		display: none;
	}
	.quiz_img_wrap .theme_img_val.is-mobile {
		display: block !important;
	}
	.main_quiz_bottom {
		width: calc(100% - 36px);
		bottom: 18px;
		left: 18px;
	}
	.main_quiz_info {
		display: block;
	}
	.quiz_info_right {
		margin: 12px 0 0 0;
	}
	.quiz_info_writer {
		display: inline-block;
	}
}
/*  main_find */
.main_find {
	padding: 150px 0;
	background-color: #ffffff;
}

.main_find_inner {
	opacity: 0;
	transform: translateY(120px);
	position: relative;
	max-width: 1618px;
	margin: 0 auto;
	padding: 0 40px;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.main_find_inner.is-active {
	opacity: 1;
	transform: translateY(0);
}

.main_find_intro {
	margin-bottom: 84px;
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}
.main_find_intro br {
	display: none;
}

.main_find_cont {
	margin: -11px;
}

.main_find_item {
	display: inline-block;
	width: calc(25% - 22px);
	margin: 11px;
}
.main_find_item a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 108.695%;
	border-radius: 8px;
	border: solid 1px #cdcdd3;
	overflow: hidden;
	box-sizing: border-box;
	outline-offset: 2px;
}
.main_find_item a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 71%);
	z-index: 2;
}
.main_find_item img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 101%;
	height: 101%;
	transform: translateX(-50%);
	object-fit: cover;
	z-index: 1;
	transition: all 0.2s;
}

@media (min-width: 1025px) {
	.main_find_item:hover img {
		transform: translateX(-50%) scale(1.03);
		transition: all 0.2s;
	}
}
.main_find_title {
	position: absolute;
	left: 40px;
	bottom: 40px;
	padding-right: 40px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -1.5px;
	color: #fff;
	z-index: 5;
}
.main_find_title br {
	display: block;
}

@media (max-width: 1024px) {
	.main_find {
		padding: 90px 0;
	}
	.main_find_inner {
		padding: 0 26px;
		transform: translateY(80px);
	}
	.main_find_intro {
		margin-bottom: 64px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_find_cont {
		margin: -10px;
	}
	.main_find_item {
		width: calc(50% - 20px);
		margin: 10px;
	}
	.main_find_title {
		left: 30px;
		bottom: 30px;
		padding-right: 30px;
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: -1.2px;
	}
	.main_find_title br {
		display: none;
	}
}
@media (max-width: 768px) {
	.main_find {
		padding: 80px 0;
	}
	.main_find_inner {
		padding: 0 16px;
	}
	.main_find_intro {
		margin-bottom: 40px;
	}
	.main_find_intro br {
		display: block;
	}
	.main_find_cont {
		margin: -4px;
	}
	.main_find_item {
		width: calc(50% - 8px);
		margin: 4px;
	}
	.main_find_title {
		left: 17px;
		bottom: 18px;
		padding-right: 17px;
		font-size: 16px;
		line-height: 1.44;
		letter-spacing: -0.8px;
	}
}
/*  main_use */
.main_use {
	padding: 150px 0 150px 0;
	background-color: #1d1f26;
	z-index: 3;
}
.main_use .swiper-button-prev,
.main_use .swiper-button-next {
	display: none;
}

.main_use_inner {
	opacity: 0;
	transform: translateY(120px);
	position: relative;
	max-width: 1618px;
	margin: 0 auto;
	padding: 0 40px;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.main_use_inner.is-active {
	opacity: 1;
	transform: translateY(0);
}

.main_use_intro {
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #fff;
}
.main_use_intro br {
	display: none;
}

.main_use_subintro {
	margin-top: 12px;
	margin-bottom: 84px;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #cdcdd3;
}

.main_use_list ul {
	display: flex;
	width: auto;
	margin: 0 -11px;
}

.main_use_item {
	position: relative;
	width: 33.333%;
	height: auto;
	margin: 0 11px;
	border-radius: 8px;
	background-color: #23252d;
	flex-shrink: unset;
	-webkit-flex-shrink: unset;
}
.main_use_item a {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0 36px 123px 36px;
	outline-offset: -3px;
}
.main_use_item a:hover .main_use_link span {
	transform: translateX(8px);
	color: #fff;
}
.main_use_item a:hover .main_use_link span:after {
	right: -16px;
	opacity: 1;
}
.main_use_item a:hover .main_use_link:before {
	right: -28px;
}
.main_use_item:nth-child(2):after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background-color: #1d1f26;
	z-index: 5;
}

.main_use_anim {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 117.452%;
	overflow: hidden;
}

.main_use_anim svg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) !important;
	width: auto !important;
	height: 100%;
}

.main_use_title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.33;
	letter-spacing: -0.6px;
	color: #fff;
}

.main_use_desc {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #cdcdd3;
}

.main_use_link {
	position: absolute;
	bottom: 54px;
	left: 42px;
	display: inline-block;
	margin-top: 50px;
	padding: 4px 8px;
}
.main_use_link:before {
	content: "";
	transition: 0.45s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #4e55d5;
}
.main_use_link span {
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	letter-spacing: -0.4px;
	color: #cdcdd3;
	transition: 0.25s;
	transform: translateX(0);
}
.main_use_link span:after {
	content: "";
	transition: 0.2s opacity, 0.35s right;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url(../images/icon/ico-more.png) no-repeat center/cover;
	opacity: 0;
}

@media (max-width: 1024px) {
	.main_use {
		padding: 90px 0;
	}
	.main_use .swiper-button-prev,
	.main_use .swiper-button-next {
		display: block;
	}
	.main_use .swiper-button-prev {
		position: absolute;
		left: 26px;
		display: block;
		width: 24px;
		height: 24px;
		background: url(../images/icon/ico-slide-prev.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.main_use .swiper-button-next {
		position: absolute;
		right: 26px;
		display: block;
		width: 24px;
		height: 24px;
		background: url(../images/icon/ico-slide-next.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.main_use_inner {
		padding: 0 26px;
		transform: translateY(80px);
	}
	.main_use_list {
		margin: 0 40px;
		overflow: hidden;
	}
	.main_use_list ul {
		width: 100%;
		margin: 0;
	}
	.main_use_item {
		width: 100%;
		margin: 0;
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
	}
	.main_use_item:first-child {
		margin-left: 0;
	}
	.main_use_item a {
		padding: 0 32px 54px 32px;
	}
	.main_use_anim {
		padding-bottom: 98.507%;
		margin-bottom: 71px;
	}
	.main_use_intro {
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_use_subintro {
		margin-top: 14px;
		margin-bottom: 60px;
		font-size: 24px;
		line-height: 1.17;
		letter-spacing: -1.2px;
	}
	.main_use_title {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 1;
		letter-spacing: -0.6px;
	}
	.main_use_link {
		display: none;
	}
}
@media (max-width: 768px) {
	.main_use {
		padding: 80px 0;
	}
	.main_use .swiper-button-prev {
		top: 70%;
	}
	.main_use .swiper-button-next {
		top: 70%;
	}
	.main_use_intro br {
		display: block;
	}
	.main_use_subintro {
		margin: 14px 16px 40px 0;
		font-size: 20px;
		line-height: 1.4;
		letter-spacing: -1px;
	}
	.main_use_item a {
		padding: 0 20px 40px 20px;
	}
	.main_use_anim {
		padding-bottom: 117.286%;
		margin-bottom: 24px;
	}
	.main_use_title {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.main_use_desc {
		font-size: 20px;
		font-weight: 300;
		line-height: 1.4;
		letter-spacing: -1px;
	}
}
/*  main_fun */
.main_fun {
	padding: 150px 0;
	background-color: #fafafa;
}

.main_fun_inner {
	opacity: 0;
	transform: translateY(120px);
	position: relative;
	max-width: 1618px;
	margin: 0 auto;
	padding: 0 40px;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.main_fun_inner.is-active {
	opacity: 1;
	transform: translateY(0);
}

.main_fun_intro {
	margin-bottom: 84px;
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}
.main_fun_intro br {
	display: none;
}

.main_fun_list {
	position: relative;
}
.main_fun_list .swiper-button-next {
	top: 140px;
	right: -107px;
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
}
.main_fun_list .swiper-button-next::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-next.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_fun_list .swiper-button-prev {
	top: 140px;
	left: -107px;
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
}
.main_fun_list .swiper-button-prev::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_fun_list .swiper-button-next.swiper-button-disabled,
.main_fun_list .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.main_fun_item {
	width: 498px;
}

@media (max-width: 1780px) {
	.main_fun_list .swiper-button-prev {
		left: 16px;
	}
	.main_fun_list .swiper-button-next {
		right: 16px;
	}
}
@media (max-width: 1024px) {
	.main_fun {
		padding: 90px 0;
	}
	.main_fun_inner {
		padding: 0 26px;
		transform: translateY(80px);
	}
	.main_fun_intro {
		margin-bottom: 64px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_fun_list {
		position: initial;
		margin: 0 40px;
		overflow: hidden;
	}
	.main_fun_item {
		width: 100%;
	}
	.main_fun_item .card.together {
		outline-offset: -2px;
	}
	.main_fun_item .card.together .thumb {
		padding-bottom: 66.119%;
	}
	.main_fun_item .card.together .cont_bot {
		display: flex;
	}
	.main_fun_item .card.together .cont_right {
		margin-top: 0;
	}
	.main_fun_item .card.together .inner_text_val {
		font-size: 32px;
		line-height: 1.5;
		letter-spacing: -1.6px;
	}
	.main_fun_list .swiper-button-next.swiper-button-disabled,
	.main_fun_list .swiper-button-prev.swiper-button-disabled {
		opacity: 0.7;
	}
	.main_fun_list .swiper-button-prev {
		width: 24px;
		height: 24px;
		top: 50%;
		left: 26px;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	.main_fun_list .swiper-button-prev::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 24px;
		height: 24px;
		background: url(../images/icon/ico-calendar-prev.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.main_fun_list .swiper-button-next {
		width: 24px;
		height: 24px;
		top: 50%;
		right: 26px;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	.main_fun_list .swiper-button-next::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 24px;
		height: 24px;
		background: url(../images/icon/ico-calendar-next.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
@media (max-width: 768px) {
	.main_fun {
		padding: 80px 0;
	}
	.main_fun_inner {
		padding: 0 16px;
	}
	.main_fun_intro {
		margin-bottom: 40px;
	}
	.main_fun_intro br {
		display: block;
	}
	.main_fun_list {
		margin: 0 32px;
	}
	.main_fun_list .swiper-button-prev {
		left: 16px;
	}
	.main_fun_list .swiper-button-next {
		right: 16px;
	}
	.main_fun_item .card.together .thumb {
		padding-bottom: 69.503%;
	}
	.main_fun_item .card.together .cont_bot {
		display: block;
	}
	.main_fun_item .card.together .inner_text_val {
		font-size: 18px;
		line-height: 1.43;
		letter-spacing: -0.9px;
	}
}
/*  main_program */
.main_program {
	padding: 150px 0 172px 0;
}
.main_program .swiper-button-next {
	top: 286px;
	right: -54px;
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
}
.main_program .swiper-button-next:focus-visible {
	outline-offset: 4px;
	outline: 3px solid #FF5C5C;
}
.main_program .swiper-button-next::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-next.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_program .swiper-button-prev {
	top: 286px;
	left: -54px;
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
}
.main_program .swiper-button-prev:focus-visible {
	outline-offset: 4px;
	outline: 3px solid #FF5C5C;
}
.main_program .swiper-button-prev::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_program .swiper-button-next.swiper-button-disabled,
.main_program .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.main_program_inner {
	opacity: 0;
	transform: translateY(120px);
	position: relative;
	max-width: 1618px;
	margin: 0 auto;
	padding: 0 40px;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.main_program_inner.is-active {
	opacity: 1;
	transform: translateY(0);
}

.main_program_intro {
	margin-bottom: 108px;
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}
.main_program_intro br {
	display: none;
}

.main_program_list.is-more .main_program_item {
	width: 300px;
	margin-right: 110px;
}
.main_program_list.is-more .main_program_item:last-of-type {
	margin-right: 0;
}

.main_program_item {
	width: 33.333%;
	text-align: center;
}
.main_program_item a {
	display: inline-block;
}

.main_program_img {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	border: solid 1px #d2d3f6;
	background-color: #f4f4ff;
	overflow: hidden;
}
.main_program_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s;
}

@media (min-width: 1025px) {
	.main_program_img:hover img {
		transform: scale(1.03);
	}
}
.main_program_title {
	margin-top: 36px;
	font-family: "GowunBatang";
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.3px;
	text-align: center;
	color: #0f1013;
}

@media (max-width: 1740px) {
	.main_program .swiper-button-next {
		right: 40px;
	}
	.main_program .swiper-button-prev {
		left: 40px;
	}
}
@media (max-width: 1024px) {
	.main_program {
		padding: 90px 0 87px 0;
	}
	.main_program .swiper-button-prev {
		top: 60%;
		left: 74px;
		width: 24px;
		height: 24px;
		box-shadow: none;
		background: url(../images/icon/ico-calendar-prev.png);
		background-size: 24px 24px;
	}
	.main_program .swiper-button-prev::before {
		content: "";
		background: none;
	}
	.main_program .swiper-button-next {
		top: 60%;
		right: 74px;
		width: 24px;
		height: 24px;
		box-shadow: none;
		background: url(../images/icon/ico-calendar-next.png);
		background-size: 24px 24px;
	}
	.main_program .swiper-button-next::before {
		content: "";
		background: none;
	}
	.main_program .swiper-button-prev.swiper-button-disabled {
		opacity: 0.5;
	}
	.main_program .swiper-button-next.swiper-button-disabled {
		opacity: 0.5;
	}
	.main_program_inner {
		padding: 0 26px;
		transform: translateY(80px);
	}
	.main_program_intro {
		margin-bottom: 95px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_program_list.is-more .main_program_item {
		width: 100%;
		margin-right: 0;
	}
	.main_program_item {
		width: 360px;
	}
	.main_program_img {
		width: 360px;
		height: 360px;
	}
	.main_program_title {
		margin-top: 38px;
		font-size: 32px;
		line-height: 1.5;
		letter-spacing: -1.6px;
	}
}
@media (max-width: 768px) {
	.main_program {
		padding: 80px 0 80px 0;
	}
	.main_program .swiper-button-prev {
		top: 64%;
		left: 20px;
	}
	.main_program .swiper-button-next {
		top: 64%;
		right: 20px;
	}
	.main_program_inner {
		padding: 0 16px;
	}
	.main_program_intro {
		margin-bottom: 80px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_program_intro br {
		display: block;
	}
	.main_program_list.is-more .main_program_item {
		width: 72.222vw;
	}
	.main_program_item {
		width: 72.222vw;
	}
	.main_program_item:first-of-type {
		margin-left: 4px;
	}
	.main_program_item:last-of-type {
		margin-right: 4px;
	}
	.main_program_img {
		width: 72.222vw;
		height: 72.222vw;
	}
	.main_program_title {
		margin-top: 34px;
		font-size: 24px;
		line-height: 1.42;
		letter-spacing: -1.2px;
	}
}
/*  main_banner_mid */
.main_banner_mid {
	height: 104px;
	background-color: #fdefdd;
}

.banner_mid_link {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.banner_mid_inner {
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/img-banner-pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 1024px) {
	.main_banner_mid {
		height: 62px;
	}
	.banner_mid_inner {
		max-width: 328px;
		background-image: url(../images/img-banner-mo.png);
	}
}
/* =========================================================
 * Mypage
 * ========================================================= */
.mypage .inner {
	max-width: 1608px;
	margin: 0 auto;
	padding: 0 40px;
}
.mypage .content {
	width: calc(100% - 280px);
	padding: 27px 0 80px 0;
	margin-left: auto;
}
.mypage .breadcrumb {
	margin-top: 21px;
	padding-left: 280px;
}
.mypage .mypage_cont .sort {
	height: auto;
	min-height: auto;
	margin: 64px 0 24px;
}
.mypage .mypage_cont .sort .sort_left .sort_category .sort_category_unit .sort_category_item {
	width: auto;
	min-width: 126px;
	height: 48px;
	padding: 12px 24px;
	border-radius: 28px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.4px;
	color: #000;
}
.mypage .mypage_cont .sort .sort_left .sort_category .sort_category_unit .sort_category_item.is-active {
	color: #fff;
}
.mypage .mypage_cont .info_num {
	display: block;
	margin-top: 32px;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #484848;
}
.mypage .mypage_cont .info_num .num {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.56;
	letter-spacing: normal;
	color: #4e55d5;
	vertical-align: middle;
}

.mypage_wrap {
	position: initial;
	display: flex;
	align-items: flex-start;
	min-height: 733px;
}
.mypage_wrap.relative {
	position: relative;
}

.sidenav {
	width: 224px;
	margin: 22px 56px 0 0;
	border-radius: 4px;
	border: solid 1px #e8e9f9;
	background-color: #fff;
	overflow-y: auto;
	min-height: 450px;
}
.sidenav.is-sticky {
	position: fixed;
	top: 0;
	margin: 40px 56px 0 0;
	max-height: calc(100vh - 42px);
	z-index: 10;
}
.sidenav.is-absolute {
	position: absolute;
	top: auto;
	bottom: 50px;
	max-height: none;
}
.sidenav.scroll {
	max-height: calc(100vh - 380px);
}

.sidenav_profile {
	position: relative;
	text-align: center;
	margin: 0 24px;
	padding: 32px 0;
	border-bottom: 1px solid #e8e9f9;
}
.sidenav_profile .thumb {
	display: inline-block;
	position: relative;
}
.sidenav_profile .thumb img {
	width: 96px;
}
.sidenav_profile .thumb button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 28px;
	height: 28px;
	background-image: url(../images/icon/ico-edit.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sidenav_profile .subtitle {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: center;
	color: #0f1013;
}
.sidenav_profile .title {
	margin-top: 6px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: -1.2px;
	text-align: center;
	color: #0f1013;
}
.sidenav_profile .title strong {
	margin-right: 4px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -1.2px;
	text-align: center;
	color: #0f1013;
	font-weight: bold;
}
.sidenav_profile .email {
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	letter-spacing: -0.2px;
	text-align: center;
	color: #4e55d5;
	word-break: break-all;
}
.sidenav_profile .logout {
	display: none;
}

.sidenav_list {
	margin: 32px 0;
}
.sidenav_list li.is-active a {
	font-weight: bold;
	color: #4e55d5;
	background-color: #fbfbfe;
}
.sidenav_list li:last-child {
	margin-top: 16px;
}
.sidenav_list li:last-child a {
	font-weight: normal;
	color: #6f7071;
}
.sidenav_list li a {
	display: inline-block;
	width: 100%;
	padding: 16px 24px 16px 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #484848;
	outline-offset: -1px;
}

.content_title {
	margin: 0 0 72px 0;
	font-family: "GowunBatang";
	font-size: 56px;
	font-weight: bold;
	line-height: 1.29;
	letter-spacing: -3.6px;
	color: #0f1013;
}

.lecture_info {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #484848;
}

.lecture_table {
	overflow-x: auto;
	white-space: nowrap;
}

.lecture_inner {
	width: 1248px;
}

.lecture_thead {
	display: table;
	width: 100%;
}
.lecture_thead .col {
	display: table-cell;
	height: 72px;
	padding: 0 16px;
	background-color: #fbfbfe;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e8e9f9;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: center;
	color: #0f1013;
	vertical-align: middle;
}

.lecture_item {
	display: table;
	overflow-x: hidden;
	white-space: initial;
	padding: 0 0 8px 0;
}
.lecture_item .col {
	display: table-cell;
	height: 72px;
	padding: 0 16px;
	border-bottom: 1px solid #e8e9f9;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
}
.lecture_item .col .val_title,
.lecture_item .col .val_desc {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
}
.lecture_item .col .val_title {
	display: none;
}
.lecture_item .col.col_title {
	width: 400px;
	margin-bottom: 8px;
	padding: 18px 15px 18px 15px;
	border-bottom: 1px solid #e8e9f9;
}
.lecture_item .col.col_title span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 48px;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
	text-align: left;
	word-break: break-all;
}
.lecture_item .is-cancel {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #dc4f4a;
}
.lecture_item .is-complete {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #222aca;
}
.lecture_item .col_cancel {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #0f1013;
	text-decoration: underline;
}
.lecture_item .col_print {
	display: inline-block;
	width: 130px;
	padding: 9px 16px 7px 16px;
	border-radius: 4px;
	border: solid 1px #9f9fa1;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: -0.2px;
	text-align: center;
	color: #3f4042;
	box-sizing: border-box;
	cursor: pointer;
}

.popup_profile {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
	max-width: 804px;
	padding: 32px 36px 24px 36px;
	border-radius: 8px;
	border: solid 1px #e7e7e7;
	background-color: #fff;
	overflow: hidden;
}

.popup_profile_top {
	margin-bottom: 30px;
	text-align: center;
}
.popup_profile_top .popup_profile_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: -1px;
	text-align: center;
	color: #0f1013;
}
.popup_profile_top .popup_profile_subtitle {
	margin-top: 4px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #484848;
}

.popup_profile_cont {
	max-height: calc(100vh - 124px - 108px - 132px);
	overflow-x: hidden;
	overflow-y: auto;
}

.popup_profile_list {
	display: flex;
}

.popup_profile_item {
	width: 140px;
	padding: 32px 12px 24px 12px;
	border-radius: 8px;
	border: solid 1px #e8e9f9;
	background-color: #fff;
	text-align: center;
}
.popup_profile_item + .popup_profile_item {
	margin-left: 8px;
}
.popup_profile_item.is-active {
	border: solid 1px #4e55d5;
	background-color: #fbfbfe;
}
.popup_profile_item img {
	width: 80px;
}
.popup_profile_item .title {
	padding-top: 24px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #0f1013;
}
.popup_profile_item .desc {
	padding-top: 10px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: -0.4px;
	text-align: center;
	color: #484848;
}

.popup_profile_bottom {
	margin-top: 36px;
	text-align: center;
}
.popup_profile_bottom .button {
	margin: 0 6px;
}

.activity_wrap {
	display: none;
	position: relative;
	margin-top: 32px;
}
.activity_wrap.is-active {
	display: block;
}

.activity_item {
	padding-bottom: 32px;
	border-bottom: 1px solid #e8e9f9;
}
.activity_item:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.activity_item + .activity_item {
	margin-top: 32px;
}

.activity_date {
	margin-bottom: 24px;
	padding-left: 8px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #0f1013;
}

.activity_box {
	display: inline-block;
	width: 100%;
	padding: 0 16px;
}
.activity_box + .activity_box {
	margin-top: 24px;
}
.activity_box.is-discuss .activity_question {
	background-image: url(../images/icon/ico-discuss.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px 24px;
}
.activity_box.is-quiz .activity_question {
	background-image: url(../images/icon/ico-quiz.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px 24px;
}

.activity_question {
	display: flex;
	padding: 0 0 0 40px;
}
.activity_question .text {
	align-items: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 82px;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.8px;
	color: #000;
	word-break: break-all;
}

.activity_desc {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 12px 0 0 40px;
}
.activity_desc .text {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
}
.activity_desc .text strong {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
}
.activity_desc .time {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #3f4042;
}

.mypage .card_wrap {
	display: none;
}
.mypage .card_wrap.is-active {
	display: block;
}

@media (max-width: 1440px) {
	.mypage .mypage_cont .sort .sort_left .sort_category .sort_category_unit .sort_category_item {
		min-width: 110px;
		width: auto;
		height: 40px;
		padding: 8px 32px;
	}
	.mypage .mypage_cont .sort .sort_left .sort_category {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.mypage .mypage_cont .sort .sort_left .sort_category::-webkit-scrollbar {
		display: none;
	}
	.mypage .card_wrap ul li {
		width: 33.33%;
	}
	.mypage .card_wrap ul li:nth-child(3n-2) {
		clear: both;
	}
	.mypage .card_wrap ul li:nth-child(4n-3) {
		clear: none;
	}
	.mypage .card_wrap.half ul li {
		width: 50%;
	}
	.mypage .card_wrap.half ul li:nth-child(2n-1) {
		clear: both;
	}
	.mypage .card_wrap.half ul li:nth-child(3n-2) {
		clear: none;
	}
	.mypage .card_wrap.half ul li:nth-child(4n-3) {
		clear: none;
	}
}
@media (max-width: 1024px) {
	.mypage .inner {
		padding: 0;
	}
	.mypage .breadcrumb {
		margin: 0;
		padding: 16px 16px 0 16px;
		background-color: #F6F6F9;
	}
	.mypage .content {
		width: 100%;
		padding: 0 16px;
		margin-left: 0;
	}
	.mypage .mypage_cont .sort {
		margin-top: 8px;
		margin-bottom: 18px;
	}
	.mypage .mypage_cont .sort .sort_left .sort_category .sort_category_unit .sort_category_item {
		min-width: auto;
		width: auto;
		height: 40px;
		padding: 9px 16px;
		border-radius: 28px;
		font-size: 14px;
		color: #3f4042;
	}
	.mypage .mypage_cont .sort .sort_left .sort_category .sort_category_unit .sort_category_item.is-active {
		color: #fff;
	}
	.mypage .mypage_cont .sort .sort_left .sort_category {
		width: calc(100% + 32px);
		padding: 0 16px;
		margin-left: -16px;
	}
	.mypage .mypage_cont .info_num {
		font-size: 14px;
		margin-top: 18px;
	}
	.mypage .card_wrap ul li {
		width: 25%;
	}
	.mypage .card_wrap ul li:nth-child(3n-2) {
		clear: none;
	}
	.mypage .card_wrap ul li:nth-child(4n-3) {
		clear: both;
	}
	.mypage .card_wrap.half ul li {
		width: 25%;
	}
	.mypage .card_wrap.half ul li:nth-child(2n-1) {
		clear: none;
	}
	.mypage .card_wrap.half ul li:nth-child(4n-3) {
		clear: both;
	}
	.mypage_wrap {
		display: block;
	}
	.sidenav {
		width: 100%;
		margin: 0;
		border: none;
		min-height: auto;
		overflow-y: hidden;
	}
	.sidenav_profile {
		margin: 0;
		padding: 40px 0 100px 0;
		border: none;
		background-color: #F6F6F9;
	}
	.sidenav_profile .logout {
		position: absolute;
		bottom: 24px;
		right: 24px;
		display: inline-block;
		width: 84px;
		height: 40px;
		padding: 8px 0;
		border-radius: 20px;
		border: solid 1px #e7e7e7;
		background-color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.71;
		letter-spacing: -0.4px;
		text-align: center;
		color: #6f7071;
	}
	.sidenav_list {
		position: relative;
		margin: 32px 0 0 0;
		overflow-x: auto;
		white-space: nowrap;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.sidenav_list::-webkit-scrollbar {
		display: none;
	}
	.sidenav_list ul {
		display: inline-block;
		padding: 0 24px;
	}
	.sidenav_list li {
		display: inline-block;
	}
	.sidenav_list li:last-child {
		display: none;
	}
	.sidenav_list li.is-active {
		position: relative;
	}
	.sidenav_list li.is-active:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% + 8px);
		height: 3px;
		background-color: #4e55d5;
	}
	.sidenav_list li.is-active a {
		background-color: #fff;
	}
	.sidenav_list li + li {
		margin-left: 32px;
	}
	.sidenav_list li a {
		padding: 8px 0;
	}
	.content_title {
		display: none;
	}
	.content_box {
		position: relative;
		padding: 32px 0 64px 0;
	}
	.lecture_info {
		position: absolute;
		bottom: 64px;
		left: 0;
		margin: 0;
		padding: 0 4px;
	}
	.lecture_table {
		padding: 29px 0 72px 0;
		overflow-x: hidden;
		white-space: inherit;
	}
	.lecture_inner {
		width: 100%;
	}
	.lecture_thead {
		display: none;
	}
	.lecture_item {
		overflow-x: auto;
		position: relative;
		width: 100%;
		border-radius: 8px;
		border: solid 1px #e8e9f9;
		background-color: #fbfbfe;
	}
	.lecture_item + .lecture_item {
		margin-top: 45px;
	}
	.lecture_item .col {
		display: block;
		width: auto !important;
		height: auto;
		padding: 7px 15px;
		border: none;
		text-align: left;
	}
	.lecture_item .col .val {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.lecture_item .col .val_title {
		display: inline-block;
	}
	.lecture_item .col.col_title span {
		font-weight: bold;
		letter-spacing: -0.4px;
	}
	.lecture_item .col_num {
		position: absolute;
		top: -24px;
		left: 6px;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5;
		letter-spacing: normal;
		color: #484848;
	}
	.lecture_item .col_print {
		width: 88px;
		padding: 5px 10px 3px 10px;
	}
	.popup_profile {
		width: calc(100% - 32px);
		padding: 32px 20px 24px 20px;
	}
	.popup_profile_top {
		margin-bottom: 24px;
	}
	.popup_profile_top .popup_profile_title {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.popup_profile_top .popup_profile_subtitle {
		font-size: 12px;
		line-height: 1.67;
		letter-spacing: normal;
	}
	.popup_profile_list {
		display: inline-block;
		width: 100%;
	}
	.popup_profile_item {
		display: flex;
		align-items: center;
		position: relative;
		width: calc(100% - 1px);
		min-height: 96px;
		padding: 18px 16px 18px 16px;
		text-align: left;
		background-image: url(../images/icon/ico-radio.png);
		background-repeat: no-repeat;
		background-size: 24px 24px;
		background-position: right 16px center;
	}
	.popup_profile_item.is-active {
		background-image: url(../images/icon/ico-radio-checked.png);
	}
	.popup_profile_item + .popup_profile_item {
		margin: 8px 0 0 0;
	}
	.popup_profile_item img {
		position: absolute;
		top: 50%;
		left: 16px;
		transform: translateY(-50%);
		width: 64px;
	}
	.popup_profile_item .text {
		padding: 0 44px 0 84px;
	}
	.popup_profile_item .title {
		padding: 0;
	}
	.popup_profile_item .desc {
		padding: 6px 0 0 0;
		font-size: 12px;
		line-height: 1.33;
		letter-spacing: -0.4px;
		text-align: left;
		word-break: break-all;
	}
	.activity_date {
		padding: 0;
		margin: 0;
		font-size: 18px;
		line-height: 1.78;
		letter-spacing: -0.8px;
	}
	.activity_box {
		padding: 24px 8px 0 8px;
	}
	.activity_box + .activity_box {
		margin: 0;
	}
	.activity_question {
		padding: 30px 0 0 0;
	}
	.activity_question .text {
		max-height: 80px;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.activity_desc {
		display: inline-block;
		padding: 12px 0 0 0;
	}
	.activity_desc .text {
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.2px;
	}
	.activity_desc .text strong {
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.2px;
	}
	.activity_desc .time {
		margin-top: 4px;
	}
	.activity_wrap {
		margin-top: 24px;
		margin-bottom: 72px;
	}
}
@media (max-width: 768px) {
	.mypage .card_wrap ul li {
		width: 50%;
	}
	.mypage .card_wrap ul li:nth-child(4n-3) {
		clear: none;
	}
	.mypage .card_wrap ul li:nth-child(2n-1) {
		clear: both;
	}
	.mypage .card_wrap.half ul li {
		width: 50%;
	}
	.mypage .card_wrap.half ul li:nth-child(2n-1) {
		clear: both;
	}
	.mypage .card_wrap.half ul li:nth-child(4n-3) {
		clear: both;
	}
}
/* 마이페이지 - 경품응모내역 */
.event_table {
	display: table !important;
	width: 100%;
}

.event_table_thead {
	background-color: #fbfbfe;
	border-top: 1px solid #e8e9f9;
	border-bottom: 1px solid #e8e9f9;
}

.event_table_th {
	height: 72px;
	padding: 13px 24px;
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: center;
	color: #0f1013;
	border-right: 1px solid #e8e9f9;
}
.event_table_th:last-child {
	border-right: 0;
}
.event_table_th:nth-child(2) {
	width: auto;
}

.event_table_td {
	height: 72px;
	padding: 13px 24px;
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
	border-bottom: 1px solid #e8e9f9;
	border-right: 1px solid #e8e9f9;
	text-align: center;
}
.event_table_td:last-child {
	border-right: 0;
}

.event_table_td_txt {
	vertical-align: middle;
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
	text-align: left;
}

.event_list_item {
	border-radius: 8px;
	border: solid 1px #e8e9f9;
	background-color: #fbfbfe;
}

.event_list_top {
	padding: 18px 14px;
	border-bottom: 1px solid #e8e9f9;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
}

.event_list_cont {
	padding: 12px 16px 27px 16px;
}

.event_list_item + .event_list_item {
	margin-top: 16px;
}

.event_list_row {
	display: flex;
}
.event_list_row + .event_list_row {
	margin-top: 12px;
}

.event_list_title {
	width: 107px;
	padding-right: 22px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
}

.event_list_desc {
	width: calc(100% - 107px);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0f1013;
}
.event_list_desc .text {
	display: -webkit-box;
	max-height: 72px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0f1013;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}

.event_list_btn {
	width: 130px;
	height: 42px;
}

@media (max-width: 1024px) {
	.event_table {
		display: none !important;
	}
	.event_list {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.event_list_top {
		padding: 16px 14px;
	}
	.event_list_cont {
		padding: 12px 15px 27px 15px;
	}
	.event_list_row + .event_list_row {
		margin-top: 18px;
	}
	.event_list_title {
		width: 87px;
		padding-right: 0;
	}
	.event_list_desc {
		width: calc(100% - 87px);
	}
}
/* =========================================================
 * mypage - apply
 * ========================================================= */
.apply_wrap .apply_single {
	width: 100%;
}
.apply_wrap .apply_single .detail_file_list {
	margin-top: 12px;
}
.apply_wrap .apply_single .detail_file_item {
	padding: 18px 32px 15px;
	margin-bottom: 12px;
}
.apply_wrap .apply_single .detail_file_item:last-child {
	margin-bottom: 0;
}

.apply_item_text {
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.63;
	letter-spacing: -0.4px;
	color: #0f1013;
}

.mypage_apply .apply_item .info_item + .info_item {
	margin-top: 32px;
}
.mypage_apply .apply_item .info_item .info_static {
	margin-bottom: 0;
}

.info_static .file_name.attached {
	position: relative;
	display: inline-block;
	padding: 6px 16px 2px;
	border-radius: 16px;
	border: solid 1px #e8e9f9;
	background-color: #fff;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #0f1013;
}

@media (max-width: 1024px) {
	.apply_wrap .apply_single .detail_file_list {
		margin-top: 8px;
	}
	.apply_wrap .apply_single .detail_file_item {
		margin-bottom: 8px;
		padding: 24px 16px 16px;
		border-radius: 8px;
	}
	.apply_wrap .apply_single .detail_file_btn_group {
		float: none;
		margin-top: 20px;
		text-align: right;
	}
	.apply_wrap .apply_single .detail_file_btn {
		padding: 8px 16px;
	}
	.mypage_apply .apply_item {
		padding: 24px 20px 32px;
	}
	.mypage_apply .apply_item .title {
		padding-left: 0;
	}
	.mypage_apply .btn_box .button {
		padding: 13px 18px;
		height: 48px;
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.2px;
	}
}
/* =========================================================
 * together
 * ========================================================= */
.together.en .section_top_title {
	max-width: calc(100% - 420px);
}
.together.en .section_title_highlight:before {
	width: calc(100% + 4px);
}
.together .section_top {
	margin-bottom: 72px;
}
.together .section_top:before {
	background-image: url("../images/section-top-together.svg");
}
.together .section_top_title {
	max-width: calc(100% - 300px);
}
.together .section_title_highlight:before {
	width: calc(100% + 1px);
}
.together .section_top_desc {
	width: calc(100% - 420px);
}
.together .inner {
	width: 100%;
	max-width: 1616px;
	padding: 0 40px;
	margin: 0 auto;
}

.together_page_item {
	display: inline-block;
	width: calc((100% - 24px) / 3);
	height: 240px;
	margin-left: 12px;
	vertical-align: top;
}
.together_page_item:first-child {
	margin-left: 0;
}

.together_page_link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #23252d;
	overflow: hidden;
}
.together_page_link .together_page_txt {
	opacity: 1;
	transition: 0.5s;
}
.together_page_link:before {
	content: "";
	display: block;
	opacity: 0;
	transition: 0.5s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.together_page_link:hover:before {
	opacity: 1;
}
.together_page_link:hover .together_page_txt {
	opacity: 0;
}
.together_page_link.together_page_quiz {
	background-image: url("../images/icon/ico-quiz-btn.png");
}
.together_page_link.together_page_quiz:hover:before {
	background-image: url("../images/icon/ico-quiz-btn-hover.png");
}
.together_page_link.together_page_opinion {
	background-image: url("../images/icon/ico-opinion-btn.png");
}
.together_page_link.together_page_opinion:hover:before {
	background-image: url("../images/icon/ico-opinion-btn-hover.png");
}
.together_page_link.together_page_event {
	background-image: url("../images/icon/ico-event-btn.png");
}
.together_page_link.together_page_event:hover:before {
	background-image: url("../images/icon/ico-event-btn-hover.png");
}

.together_page_txt {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	display: block;
	font-family: "GothicA1";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1px;
	text-align: center;
	color: #fff;
}

.together_section {
	width: 100%;
	padding: 72px 0;
}
.together_section + .together_section {
	padding: 56px 0 72px;
	border-top: 1px solid #e8e9f9;
}
.together_section:last-child {
	padding-bottom: 80px;
}

.together_card_list {
	width: calc(100% + 22px);
	margin-left: -11px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}

.together_card_item {
	display: inline-block;
	flex: 0 0 auto;
	width: 25%;
	padding: 0 11px;
}
.together_card_item .card.together .thumb {
	padding-bottom: 300px;
}
.together_card_item .card.together .inner_text {
	padding: 24px 24px 37px;
}
.together_card_item .card.together .inner_text_badge {
	margin-bottom: 10px;
}
.together_card_item .card.together .inner_text_val {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.38;
	letter-spacing: -1.3px;
}
.together_card_item .card.together .cont {
	padding: 12px 0 16px;
}
.together_card_item .card.together .cont .cont_bot {
	display: block;
}
.together_card_item .card.together .cont .cont_bot .writer {
	display: block;
	margin: 0 0 10px 0;
}
.together_card_item .card.together .cont_right {
	width: 100%;
	flex-wrap: wrap;
}
.together_card_item .card.together .cont_right_item {
	margin: 0 14px 4px 0;
}
.together_card_item .card.together .cont_right_item + .cont_right_item {
	margin: 0;
}

.together_card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 40px 32px 24px;
	background-color: #fbfbfe;
	border-radius: 8px;
	border: solid 1px #e8e9f9;
}
.together_card .quiz_select ul li:first-child {
	padding-top: 0;
}
.together_card .quiz_select ul li:last-child {
	padding-bottom: 0;
}
.together_card .quiz_item:before {
	content: "";
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon/ico-radio.png) no-repeat center/cover;
}

.together_card_tag {
	display: block;
	font-size: 0;
}
.together_card_tag .tag {
	margin-right: 4px;
	vertical-align: middle;
}
.together_card_tag .tag.together-tag-cate {
	padding: 4px 8px;
	border: 1px solid #2a2a2a;
	background-color: #000;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}

.together_card_title {
	display: -webkit-box;
	min-height: 76px;
	font-family: "GothicA1";
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.58;
	letter-spacing: -1.2px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-word;
	color: #0f1013;
}

.together_card_inner {
	position: relative;
	width: 100%;
}

.together .together_card_inner {
	margin-top: 48px;
}

.together_card_page {
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.together_card_footer {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	margin-top: auto;
	padding-top: 56px;
	font-size: 0;
}

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

.together_card_logo {
	flex: 1 0 auto;
	display: inline-block;
	margin: 8px 24px 0 0;
	padding-left: 20px;
	background: url("../images/icon/ico-profile.png") left top no-repeat;
	background-size: 16px;
	font-family: "GothicA1";
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #3f4042;
}

.together_card_info_list {
	flex: 0 0 auto;
	max-width: 100%;
	font-size: 0;
}

.together_card_info {
	display: inline-block;
	margin: 8px 24px 0 0;
}
.together_card_info:last-child {
	margin-right: 0;
}
.together_card_info .together_card_info_tit, .together_card_info .together_card_info_txt {
	display: inline-block;
	font-family: "GothicA1";
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #6f7071;
	vertical-align: middle;
}
.together_card_info .together_card_info_txt {
	margin-left: 4px;
	color: #3f4042;
}

.together_card_nav {
	display: flex;
	flex-direction: row;
	position: absolute;
	left: 0;
	bottom: 126px;
	width: 100%;
	height: 0;
	padding: 0 84px;
	justify-content: space-between;
}

.together_card_nav_btn {
	display: inline-block;
	padding: 0 0 2px;
	margin-top: -36px;
	border-bottom: 1px solid #4e55d5;
	transform: translateY(-50%);
	box-sizing: border-box;
}
.together_card_nav_btn:hover .together_card_nav_text {
	color: #4e55d5;
}
.together_card_nav_btn:hover.together_card_nav_prev .together_card_nav_text:after {
	background-image: url("../images/icon/ico-back-active.png");
}
.together_card_nav_btn:hover.together_card_nav_next .together_card_nav_text:after {
	background-image: url("../images/icon/ico-next-active.png");
}
.together_card_nav_btn:disabled {
	opacity: 0.6;
	cursor: default;
}
.together_card_nav_btn:disabled:hover .together_card_nav_text {
	color: #0f1013;
}
.together_card_nav_btn:disabled:hover.together_card_nav_prev .together_card_nav_text:after {
	background-image: url("../images/icon/ico-back-normal.png");
}
.together_card_nav_btn:disabled:hover.together_card_nav_next .together_card_nav_text:after {
	background-image: url("../images/icon/ico-next-normal.png");
}
.together_card_nav_btn.together_card_nav_prev .together_card_nav_text {
	padding-right: 8px;
}
.together_card_nav_btn.together_card_nav_prev .together_card_nav_text:after {
	float: left;
	margin-right: 6px;
	background-image: url("../images/icon/ico-back-normal.png");
}
.together_card_nav_btn.together_card_nav_next .together_card_nav_text {
	padding-left: 8px;
}
.together_card_nav_btn.together_card_nav_next .together_card_nav_text:after {
	margin-left: 6px;
	background-image: url("../images/icon/ico-next-normal.png");
}

.together_card_nav_text {
	display: inline-block;
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: -0.23px;
	vertical-align: middle;
	color: #0f1013;
	transition: color 0.2s ease;
}
.together_card_nav_text:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -3px;
	transition: background 0.2s ease;
}

.together_card_event {
	width: 100%;
}
.together_card_event.flex {
	display: flex;
}

.together_card_event_thumb {
	flex: 0 0 1;
	width: 180px;
	height: auto;
	margin-right: 32px;
}

.together_card_event_img {
	display: inline-block;
	width: 180px;
}

.together_card_event_desc {
	flex: 0 1 auto;
	display: -webkit-box;
	max-height: 136px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-word;
	font-family: "GothicA1";
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: -0.6px;
	color: #484848;
}

.together_banner {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	border-radius: 8px;
	border: solid 1px #dbc0aa;
}

.together_banner_inner {
	display: block;
	width: 100%;
}

.together_banner_link {
	display: block;
	width: 100%;
	height: 104px;
	border-radius: 8px;
	background-color: #fdefdd;
	background-image: url("../images/img-banner-pc.png");
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.togetherDetailSwiper .card.together .cont {
	padding: 20px 20px 0 0;
}
.togetherDetailSwiper .together-pagination-wrap {
	display: none;
}
.togetherDetailSwiper .together-pagination-wrap .swiper-pagination {
	position: relative;
}

@media (max-width: 1440px) {
	.together .inner {
		padding: 0 28px;
	}
	.together .together_page_link {
		background-size: auto 100%;
	}
	.together .together_page_txt {
		bottom: 24px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.8px;
	}
	.together .toggle_list.char ul {
		margin-left: 0 -10px;
	}
	.together .toggle_list.char ul li {
		padding: 0 10px;
	}
	.together .toggle_list.char ul li .toggle_item {
		height: 164px;
	}
	.together .together_card_event_desc {
		max-height: 128px;
		font-size: 18px;
		line-height: 1.78;
		letter-spacing: -0.6px;
	}
	.together_card_item .card.together .thumb {
		padding-bottom: 260px;
	}
	.together_card_item .card.together .inner_text {
		padding: 24px 24px 37px;
	}
	.together_card_item .card.together .inner_text_val {
		font-size: 22px;
		line-height: 1.3;
		letter-spacing: -0.6px;
	}
}
@media (max-width: 1280px) {
	.together.en .section_top_title {
		max-width: calc(100% - 300px);
	}
	.together .section_top:before {
		background-image: url("../images/section-top-together-tablet.svg");
	}
	.together .section_top_desc {
		width: calc(100% - 300px);
	}
	.together .section_header {
		padding: 40px 0 72px;
	}
	.together .together_page_txt {
		bottom: 18px;
	}
	.together_card_item .card.together .thumb {
		padding-bottom: 240px;
	}
	.together_card_item .card.together .inner_text_badge {
		margin-bottom: 10px;
	}
	.together_card_item .card.together .inner_text_val {
		font-size: 20px;
		letter-spacing: -0.4px;
	}
	.together_page_item {
		height: 190px;
	}
	.together_section {
		padding: 64px 0 72px;
	}
	.together_card_title {
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: -1px;
		min-height: 64px;
	}
	.together_card_logo {
		font-size: 13px;
		line-height: 1.62;
		letter-spacing: -0.2px;
		background-position: left center;
	}
	.together_card_info .together_card_info_tit, .together_card_info .together_card_info_txt {
		font-size: 13px;
		line-height: 1.62;
	}
	.together_card_info .together_card_info_txt {
		letter-spacing: normal;
	}
	.together_detail_title {
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: -1px;
	}
}
@media (max-width: 1024px) {
	.together.en .section_top_title {
		max-width: 50%;
	}
	.together.en .section_title_highlight {
		line-height: 1.2;
	}
	.together.en .section_title_highlight:before {
		width: calc(100% + 4px);
	}
	.together .section_top {
		min-height: 316px;
		margin-bottom: 64px;
	}
	.together .section_top_title {
		max-width: calc(100% - 280px);
	}
	.together .section_top_desc {
		width: calc(100% - 280px);
	}
	.together .section_top_inner {
		padding: 40px 0;
	}
	.together .inner {
		max-width: 100%;
		padding: 0 16px;
	}
	.together .section_header {
		padding: 48px 0 64px;
	}
	.together .together_page_link:hover .together_page_txt {
		opacity: 1;
	}
	.together .together_page_link .together_page_txt {
		display: block;
		bottom: initial;
	}
	.together .together_card_inner {
		margin-top: 32px;
	}
	.together .toggle_list.char ul {
		margin-left: 0 -4px;
	}
	.together .toggle_list.char ul li {
		padding: 0 4px;
	}
	.together .toggle_list.char ul li .toggle_item {
		height: 172px;
	}
	.together .together_card_event_desc {
		max-height: 95px;
		font-size: 14px;
		line-height: 1.71;
		letter-spacing: -0.2px;
	}
	.together_page_link.together_page_quiz {
		background-image: url("../images/icon/ico-quiz-btn-m.png");
		background-size: 96px;
		background-position: left 22px center;
	}
	.together_page_link.together_page_quiz:hover:before {
		display: none;
	}
	.together_page_link.together_page_opinion {
		background-image: url("../images/icon/ico-opinion-btn-m.png");
		background-size: 96px;
		background-position: left 22px center;
	}
	.together_page_link.together_page_opinion:hover:before {
		display: none;
	}
	.together_page_link.together_page_event {
		background-image: url("../images/icon/ico-event-btn-m.png");
		background-size: 96px;
		background-position: left 22px center;
	}
	.together_page_link.together_page_event:hover:before {
		display: none;
	}
	.together_page_item {
		width: calc((100% - 12px) / 3);
		height: 104px;
		margin-left: 6px;
	}
	.together_page_item:first-child {
		margin: 0;
	}
	.together_page_txt {
		width: 92px;
		left: initial;
		right: 0;
		top: 50%;
		transform: translate(-20px, -50%);
		font-size: 18px;
		line-height: 1.67;
		letter-spacing: -0.6px;
	}
	.together_section {
		padding: 40px 0;
	}
	.together_section + .together_section {
		padding: 24px 0 40px;
	}
	.together_section:last-child {
		padding-bottom: 64px;
	}
	.together_card_list {
		width: calc(100% + 16px);
		margin-left: -8px;
	}
	.together_card_item {
		width: 50%;
		padding: 0 8px;
	}
	.together_card_item .card.together .inner_text_val {
		line-height: 1.5;
		letter-spacing: -1px;
	}
	.together_card_item .card.together .cont_right_item {
		margin: 0;
	}
	.together_card_item .card.together .cont_right_item + .cont_right_item {
		margin-left: 14px;
	}
	.together_card_tag .tag.together-tag-cate {
		padding: 5px 8px 3px;
		font-size: 11px;
		line-height: 1.09;
	}
	.together_card_footer {
		padding-top: 32px;
	}
	.together_card_nav {
		position: relative;
		bottom: initial;
		height: auto;
		margin-top: 24px;
		padding: 20px 0 0;
		border-top: 1px solid #e8e9f9;
	}
	.together_card_nav_btn {
		position: relative;
		transform: translateY(0);
		margin-top: 0;
	}
	.together_card_nav_btn.together_card_nav_prev .together_card_nav_text:after {
		margin: -1px 6px 0 0;
	}
	.together_card_nav_btn.together_card_nav_next .together_card_nav_text:after {
		margin-left: 6px;
	}
	.together_card_nav_btn .together_card_nav_text {
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.2px;
	}
	.together_card_nav_btn .together_card_nav_text:after {
		width: 20px;
		height: 20px;
	}
	.together_banner {
		margin-top: 20px;
	}
	.together_banner_link {
		height: 62px;
		background-image: url("../images/img-banner-t.png");
	}
	.togetherDetailSwiper .together-pagination-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: 24px;
	}
	.togetherDetailSwiper .swiper-pagination-bullet {
		margin: 0 4px;
		background: #e7e7e7;
		opacity: 1;
	}
	.togetherDetailSwiper .swiper-pagination-bullet:focus-visible {
		outline: 2px solid blue;
	}
	.togetherDetailSwiper .swiper-pagination-bullet-active {
		background: #4e55d5;
	}
}
@media (max-width: 768px) {
	.together.en .section_top_title {
		max-width: 320px;
		margin: 0 auto;
	}
	.together .section_top {
		min-height: auto;
	}
	.together .section_top:before {
		display: none;
	}
	.together .section_top_title {
		max-width: 100%;
	}
	.together .section_title_highlight.is-blank {
		display: none;
	}
	.together .section_top_desc {
		width: 100%;
	}
	.together .together_card_item {
		display: block;
		width: 100%;
	}
	.together .together_card_item:nth-child(2n) {
		margin: 16px 0 0 0;
	}
	.together .toggle_list.char ul li .toggle_item {
		height: 89px;
	}
	.together .together_card_event_desc {
		color: #3f4042;
	}
	.together_page_link.together_page_quiz {
		background-size: 118px;
		background-position: left 23px center;
	}
	.together_page_link.together_page_opinion {
		background-size: 118px;
		background-position: left 23px center;
	}
	.together_page_link.together_page_event {
		background-size: 118px;
		background-position: left 23px center;
	}
	.together_page_item {
		display: block;
		width: 100%;
		height: 104px;
		margin: 4px 0 0;
	}
	.together_page_item:first-child {
		margin: 0;
	}
	.together_page_txt {
		transform: translate(-56px, -50%);
	}
	.together_card_list {
		display: block;
	}
	.together_card_footer {
		margin-top: 32px;
		padding-top: 0;
	}
	.together_banner_link {
		background-image: url("../images/img-banner-mo.png");
	}
}
/* =========================================================
 * together: list
 * ========================================================= */
.togetherDetail.detail .inner {
	width: 100%;
	max-width: 1600px;
	padding: 0 32px 80px;
	margin: 0 auto;
}
.togetherDetail .inner_top {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 16px 48px;
}
.togetherDetail .together_card_footer {
	padding-top: 72px;
}
.togetherDetail .detail_recommend {
	border-top: none;
}

.together_tab {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 8px 0;
	margin-bottom: 36px;
}

.swiper-container-free-mode > .swiper-wrapper.together_tab_list {
	flex: 0 1 auto;
	display: inline-block;
	width: auto;
	margin: 0;
	padding-left: 16px;
	white-space: nowrap;
	font-size: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.swiper-container-free-mode > .swiper-wrapper.together_tab_list::-webkit-scrollbar {
	display: none;
}

.swiper-slide.together_tab_item {
	display: inline-block;
	width: auto;
	margin-right: 16px;
	padding: 6px 0 2px;
	vertical-align: top;
}

.together_tab_link {
	position: relative;
	display: inline-block;
	padding: 0 24px;
	font-family: "GothicA1";
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -1px;
	text-align: center;
	color: #3f4042;
}
.together_tab_link.mind_logo {
	width: 122px;
	min-height: 32px;
	padding: 0;
	margin: -1px 24px 0 24px;
	background-image: url("../images/mind-logo.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left center;
}
.together_tab_link.play_logo {
	padding: 0 24px 0 36px;
	background-image: url("../images/logo-museum-play.png");
	background-size: 12px 24px;
	background-repeat: no-repeat;
	background-position: left 18px top 3px;
	font-family: "GothicA1";
	font-weight: 700;
	color: #1d1d1d;
}
.together_tab_link.gangwon_logo {
	padding: 0 24px 0 36px;
	background-image: url("../images/Gangwon-logo.png");
	background-size: 22px 20px;
	background-repeat: no-repeat;
	background-position: left 7px top 4px;
	color: #1d1d1d;
}
.together_tab_link.is-current {
	font-weight: bold;
	color: #4e55d5;
}
.together_tab_link.is-current:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	background-color: #4e55d5;
}

.together_tab_search {
	display: inline-block;
	flex: 0 1 auto;
	width: 290px;
	margin-left: auto;
}
.together_tab_search .searchbar_search {
	height: 40px;
	padding: 8px;
}
.together_tab_search .searchbar_ip {
	padding-right: 8px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
}

.together_tab_cont {
	display: block;
	width: 100%;
	padding-bottom: 18px;
}

.together_cont {
	display: block;
	position: relative;
	width: 100%;
}

.together_cont_top {
	display: block;
	width: 100%;
}

.together_cont_list {
	display: block;
	width: 100%;
}

.together_cont_item + .together_cont_item {
	margin-top: 32px;
}

.together_detail_card {
	position: relative;
	display: block;
	height: 100%;
	padding: 40px 48px 24px;
	background-color: #fbfbfe;
	border-radius: 8px;
	border: solid 1px #e8e9f9;
}
.together_detail_card.together_detail_event .together_card_inner {
	padding: 0;
	margin-top: 16px;
	padding-bottom: 8px;
}
.together_detail_card .together_card_inner {
	padding: 0;
}
.together_detail_card .together_card_inner:after {
	content: "";
	display: block;
	clear: both;
}
.together_detail_card .together_card_title {
	-webkit-line-clamp: unset;
}

.together_detail_title {
	display: block;
	margin-bottom: 18px;
	padding-right: 314px;
	font-family: "GothicA1";
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
}

.together_detail_desc {
	display: block;
	font-family: "GothicA1";
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #484848;
}

.together_card_top {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 314px;
	text-align: left;
}

.together_card_progress {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin: 23px 0 50px;
	font-size: 0;
	opacity: 0;
}

.together_progress_num {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #cdcdd3;
	border-radius: 50%;
	font-family: "GothicA1";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.7px;
	color: #545562;
	text-align: center;
	line-height: 2.2;
}
.together_progress_num:after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 1px;
	background-color: #cdcdd3;
}
.together_progress_num:last-child:after {
	display: none;
}
.together_progress_num.is-current {
	color: #fff;
	background-color: #222aca;
	outline-offset: 4px;
}

.together_card_section_wrap {
	display: none;
	position: absolute;
	font-size: 0;
}
.together_card_section_wrap.is-current {
	position: relative;
	display: block;
}
.together_card_section_wrap.quiz-correct .together_card_solution {
	display: block;
}
.together_card_section_wrap.quiz-correct .together_card_result_txt.is-correct {
	display: inline-block;
}
.together_card_section_wrap.quiz-correct .together_card_desc {
	background-color: #f4f4ff;
	border-color: #4E55D5;
}
.together_card_section_wrap.quiz-incorrect .together_card_solution {
	display: block;
}
.together_card_section_wrap.quiz-incorrect .together_card_result_txt.is-incorrect {
	display: inline-block;
}
.together_card_section_wrap.quiz-incorrect .together_card_desc {
	background-color: #fefafa;
	border-color: #e6716d;
}
.together_card_section_wrap.quiz-selected .together_card_solution {
	display: block;
}
.together_card_section_wrap.quiz-selected .together_solution {
	display: none;
}
.together_card_section_wrap.quiz-selected .together_solution + .together_solution {
	display: block;
}
.together_card_section_wrap.quiz-selected .together_card_result_txt.is-selected {
	display: inline-block;
}

.together_card_section {
	display: block;
	width: 100%;
	text-align: left;
}
.together_card_section.together_detail_content {
	padding: 0 0 32px;
}
.together_card_section.together_detail_answer {
	display: flex;
	flex-direction: column-reverse;
}
.together_card_section .together_card_quiz {
	padding: 70px 36px 0;
}
.together_card_section .quiz_select {
	padding: 0 174px;
}
.together_card_section .quiz_select.quiz_select_img {
	padding: 0;
}
.together_card_section .quiz_select.quiz_select_img ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	width: calc(100% + 18px);
	margin-left: -9px;
}
.together_card_section .quiz_select.quiz_select_img li {
	flex: 0;
	display: inline-block;
	width: 100%;
	min-width: calc(25% - 18px);
	margin: 0 9px;
	padding: 0;
	vertical-align: top;
}
.together_card_section .quiz_select.quiz_select_img li .radio {
	height: 100%;
}
.together_card_section .quiz_select.quiz_select_img.quiz-select-max ul {
	width: calc(75% + 18px);
	margin: 0 auto;
}
.together_card_section .quiz_select.quiz_select_img.quiz-select-max li {
	min-width: calc((100% - 54px) / 3);
}
.together_card_section .quiz_select.quiz_select_img.quiz-select-max li:nth-child(n+4) {
	margin-top: 18px;
}
.together_card_section .quiz_select.quiz_select_img .quiz_item_img {
	display: block;
}
.together_card_section .quiz_select ul li {
	padding: 4px 0;
}

.together_card_desc {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1018px;
	height: 113px;
	margin: 0 auto;
	padding: 16px 16px 42px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #e7e7e7;
}

.together_desc_ip {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: "GothicA1";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: -0.2px;
	box-sizing: border-box;
	border: none;
}
.together_desc_ip::placeholder {
	color: #6F7071;
}

.together_desc_count {
	position: absolute;
	right: 16px;
	bottom: 16px;
	font-family: "GothicA1";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: -0.2px;
	text-align: right;
	color: #6F7071;
}

.together_count_num {
	font-family: "GothicA1";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: -0.2px;
	text-align: right;
	color: #9f9fa1;
}

.radio input[type=radio]:disabled + label .quiz_item.answer span,
.radio input[type=radio]:disabled + label .quiz_item.wrong span,
.radio input[type=checkbox]:disabled + label .quiz_item.answer span,
.radio input[type=checkbox]:disabled + label .quiz_item.wrong span {
	color: #0f1013;
}

.together_detail_img {
	display: block;
	width: auto;
	max-width: 640px;
	margin: 80px auto 0;
}

.quiz_item_img {
	position: relative;
	display: none;
	width: 100%;
	height: 0;
	padding-bottom: 69.44%;
	border-radius: 4px;
	overflow: hidden;
	background-image: url("../images/thumb-empty-type2.png");
	background-size: 48%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eee;
}
.quiz_item_img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.together_quiz_state {
	position: relative;
	display: block;
	margin-top: 32px;
	padding: 24px 0 0;
	border-top: 1px solid #e8e9f9;
}
.together_quiz_state.no-border {
	border-top: none;
}

.together_quiz_btn {
	display: flex;
	flex-direction: row;
	width: calc(100% - 400px);
	max-width: 832px;
	height: 80px;
	margin: 0 auto;
	padding: 6px 0;
	font-size: 0;
	justify-content: center;
}
.together_quiz_btn .button.btn_borderline_gray {
	display: none;
	width: 100%;
	max-width: 400px;
	margin: 0 8px;
	border-radius: 8px;
	border-color: #9f9fa1;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -0.8px;
	color: #3f4042;
}
.together_quiz_btn .button.btn_borderline_gray:disabled {
	color: #e7e7e7;
	border-color: #e7e7e7;
	cursor: default;
}
.together_quiz_btn .button.btn_borderline_gray.is-active {
	display: inline-block;
}
.together_quiz_btn .button.btn_borderline_gray:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 24px;
	vertical-align: middle;
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: left top -1px;
}
.together_quiz_btn .button.btn_borderline_gray:active {
	color: #4e55d5;
	border-color: #4e55d5;
}
.together_quiz_btn .button.btn_borderline_gray.is-complete:before {
	background-image: url("../images/icon/ico-complete-active.png");
}
.together_quiz_btn .button.btn_borderline_gray.is-complete:disabled {
	border-color: #cfcfd0;
	color: #6f7071;
	cursor: default;
}
.together_quiz_btn .button.btn_borderline_gray.is-complete:disabled:before {
	background-image: url("../images/icon/ico-complete-disabled.png");
}
.together_quiz_btn .button.btn_borderline_gray.is-complete:active:before {
	background-image: url("../images/icon/ico-press-active.png");
}
.together_quiz_btn .button.btn_borderline_gray.is-retry:before {
	background-image: url("../images/icon/ico-return.png");
}
.together_quiz_btn .button.btn_borderline_gray.is-next:before {
	background-image: url("../images/icon/ico-next-btn.png");
}
.together_quiz_btn .button.btn_borderline_gray.is-apply:before {
	display: none;
}
.together_quiz_btn .button.btn_borderline_gray.is-event:before {
	display: none;
}
.together_quiz_btn .button.btn_borderline_gray.is-back:before {
	display: none;
}

.together_card_reaction {
	position: absolute;
	top: 40px;
	right: 48px;
	font-size: 0;
}

.reaction {
	display: block;
	font-size: 0;
}

.reaction_btn {
	position: relative;
	display: inline-block;
	width: 76px;
	height: 84px;
	margin-left: 8px;
	padding: 6px 14px;
	padding-top: 56px;
	background-size: 48px;
	background-position: top 6px center;
	background-repeat: no-repeat;
	border-radius: 8px;
	cursor: pointer;
	vertical-align: top;
	box-sizing: border-box;
}
.reaction_btn:hover {
	background-color: rgba(78, 85, 213, 0.1);
}
.reaction_btn:hover .reaction_title {
	display: block !important;
}
.reaction_btn.is-active {
	background-color: rgba(78, 85, 213, 0.1);
	border: 1px solid #4e55d5;
}
.reaction_btn.is-active .reaction_total {
	color: #222aca;
}
.reaction_btn.is-active output {
	color: #222aca;
}
.reaction_btn.reaction_good {
	background-image: url("../images/icon/ico-face-good-basic.png");
}
.reaction_btn.reaction_good:hover, .reaction_btn.reaction_good.is-active {
	background-image: url("../images/icon/ico-face-good-active.png");
}
.reaction_btn.reaction_soso {
	background-image: url("../images/icon/ico-face-soso-basic.png");
}
.reaction_btn.reaction_soso:hover, .reaction_btn.reaction_soso.is-active {
	background-image: url("../images/icon/ico-face-soso-active.png");
}
.reaction_btn.reaction_bad {
	background-image: url("../images/icon/ico-face-bad-basic.png");
}
.reaction_btn.reaction_bad:hover, .reaction_btn.reaction_bad.is-active {
	background-image: url("../images/icon/ico-face-bad-active.png");
}

.reaction_total {
	display: block;
	position: relative;
	margin-top: 4px;
	text-align: center;
}
.reaction_total output {
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #6f7071;
}

.reaction_title {
	display: none;
	position: absolute;
	width: 100%;
	bottom: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 6px 6px;
	background-color: #fff;
	border: solid 1px #e8e9f9;
	border-radius: 16px;
	font-family: "GothicA1";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: -0.2px;
	text-align: center;
	color: #0f1013;
	box-sizing: border-box;
}
.reaction_title:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	left: 50%;
	bottom: -4px;
	background-color: #fff;
	border-bottom: solid 1px #e8e9f9;
	border-right: solid 1px #e8e9f9;
	transform: translateX(-50%) rotate(45deg);
}

.together_card_solution {
	display: none;
	width: 100%;
	padding: 16px 36px 0;
	text-align: left;
}

.together_card_result {
	display: block;
	width: 100%;
	text-align: center;
}

.together_card_result_txt {
	position: relative;
	display: none;
	font-family: "GothicA1";
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #dc4f4a;
	vertical-align: middle;
}
.together_card_result_txt:before {
	content: "";
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 16px;
	background-image: url("../images/icon/ico-incorrect.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.together_card_result_txt.is-correct {
	color: #4e55d5;
}
.together_card_result_txt.is-correct:before {
	background-image: url("../images/icon/ico-o.png");
}
.together_card_result_txt.is-selected {
	color: #3f4042;
}
.together_card_result_txt.is-selected:before {
	background-image: url("../images/icon/ico-complete.svg");
}

.together_solution {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 36px;
}

.together_solution_title {
	display: inline-block;
	margin-right: 24px;
	font-family: "GothicA1";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #484848;
	vertical-align: middle;
}

.together_solution_txt {
	display: block;
	font-family: "GothicA1";
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #484848;
}
.together_solution_txt + .together_solution_title {
	margin-top: 24px;
}

.together_solution_link {
	display: inline-block;
	font-family: "GothicA1";
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #4e55d5;
	vertical-align: middle;
}

.together_card_editor {
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
	font-family: "GothicA1";
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #484848;
}
.together_card_editor::-webkit-scrollbar {
	width: 1px;
}
.together_card_editor::-webkit-scrollbar-thumb {
	background-color: #cfcfd0;
	background-clip: padding-box;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.together_card_editor.has-more {
	max-height: 800px;
}
.together_card_editor.has-more + .together_card_more {
	display: block;
}
.together_card_editor.is-more {
	max-height: none;
}
.together_card_editor * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.together_card_editor strong, .together_card_editor b, .together_card_editor h1, .together_card_editor h2, .together_card_editor h3, .together_card_editor h4, .together_card_editor h5, .together_card_editor h6 {
	font-weight: bold;
}
.together_card_editor .together_editor_title {
	display: block;
	font-weight: 500;
	color: #0f1013;
}
.together_card_editor .together_editor_txt {
	margin-top: 12px;
}
.together_card_editor .together_editor_img_wrap {
	display: flex;
	align-items: start;
}
.together_card_editor .together_editor_img_wrap img {
	margin-right: 24px;
	vertical-align: top;
}
.together_card_editor img {
	display: inline-block;
	max-width: 360px;
	margin-top: 48px;
}
.together_card_editor .together_card_file_name {
	font-family: "GothicA1";
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.2px;
}

.together_card_file {
	margin-top: 40px;
}

.together_card_file_item {
	display: block;
	padding-left: 24px;
	background: url("../images/icon/ico-file-attachment.png") left center no-repeat;
	background-size: 20px;
}

.together_card_file_name {
	display: inline-block;
	height: 100%;
	font-family: "GothicA1";
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #4e55d5;
}

.together_card_more {
	display: none;
	margin-top: 40px;
}

.together_card_more_link {
	display: inline-block;
	font-family: "GothicA1";
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #4e55d5;
}

.museum_play {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 24px;
}

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

.gangwon_logo {
	text-align: center;
}
.gangwon_logo img {
	width: 33%;
	margin-bottom: 12px;
}

.museum_play_cont {
	margin-top: 20px;
	padding: 0 40px;
	text-align: center;
}
.museum_play_cont .title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 16px;
	font-family: "GothicA1";
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: -1px;
	text-align: center;
	color: #3f4042;
}
.museum_play_cont .title img {
	display: block;
	width: 80px;
}
.museum_play_cont .title span {
	font-family: "GothicA1";
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1px;
	text-align: center;
	color: #3f4042;
}
.museum_play_cont .title span + span {
	margin-left: 1px;
}
.museum_play_cont .desc {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -1px;
	text-align: center;
	color: #3f4042;
}
.museum_play_cont .desc span {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -1px;
	text-align: center;
	color: #3f4042;
}
.museum_play_cont .desc span + span {
	margin-left: 5px;
}
.museum_play_cont .desc strong {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1px;
	text-align: center;
	color: #3f4042;
}
.museum_play_cont .desc em {
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	color: #3f4042;
	letter-spacing: -1px;
	font-style: normal;
}
.museum_play_cont .desc .font-large {
	font-size: 18px;
}
.museum_play_cont .museum_play_images {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 845px;
	margin: 40px auto 0;
}
.museum_play_cont .museum_play_images .box {
	width: 50%;
}
.museum_play_cont .museum_play_images .box + .box {
	margin-left: 40px;
}
.museum_play_cont .museum_play_images img {
	max-width: 100%;
}
.museum_play_cont .museum_play_images .title {
	margin: 16px auto 0;
	font-family: GothicA1;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -1.25px;
	color: #5f7041;
}
.museum_play_cont .museum_play_images .title.is-brown {
	color: #736360;
}
.museum_play_cont .gangwon_images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 936px;
	margin: 40px auto 0;
	padding: 24px;
	background-color: #fdf2e7;
	border-radius: 16px;
}
.museum_play_cont .gangwon_images .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 16px;
	background-color: #fff;
	border-radius: 16px;
}
.museum_play_cont .gangwon_images .box img {
	width: 100%;
	height: auto;
}
.museum_play_cont .gangwon_images .box .title {
	margin-bottom: 16px;
	font-family: GothicA1;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.63;
	letter-spacing: -1px;
}
.museum_play_cont .gangwon_images .img-text {
	margin: 16px 0 20px;
}

.museum_play_link {
	margin-top: 45px;
	text-align: center;
}
.museum_play_link a {
	display: inline-block;
	min-width: 240px;
	padding: 18px;
	border-radius: 4px;
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: -0.2px;
	text-align: center;
	color: #ffffff;
	background-color: #4e55d5;
	outline-offset: 2px;
}

@media (max-width: 1440px) {
	.togetherDetail .inner {
		padding: 0 28px;
	}
	.togetherDetail .together_cont_item + .together_cont_item {
		margin-top: 28px;
	}
	.together_card_section_wrap {
		padding: 0;
	}
	.together_detail_card .together_card_inner {
		padding: 0;
	}
}
@media (max-width: 1280px) {
	.togetherDetail.detail .inner {
		max-width: 100%;
		padding: 0 24px 80px;
		margin: 0 auto;
	}
	.togetherDetail .together_card_section {
		margin: 0 auto;
	}
	.togetherDetail .together_cont_item + .together_cont_item {
		margin-top: 24px;
	}
	.togetherDetail .together_card_quiz .toggle_list.char ul {
		margin: 0 -10px;
	}
	.togetherDetail .together_card_quiz .toggle_list.char ul li {
		width: calc((100% - 40px) / 2);
		margin: 0 10px;
	}
	.together_card_section_wrap {
		min-width: 820px;
	}
	.together_card_section .quiz_select {
		padding: 0;
	}
	.together_card_section .quiz_select.quiz_select_img ul {
		flex-wrap: wrap;
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.together_card_section .quiz_select.quiz_select_img li {
		flex: 1 0 auto;
		width: calc(50% - 20px);
		max-width: calc(50% - 20px);
		margin: 0 10px;
	}
	.together_card_section .quiz_select.quiz_select_img li:nth-child(n+3) {
		margin-top: 20px;
	}
	.together_card_section .quiz_select.quiz_select_img.quiz-select-max ul {
		width: 100%;
	}
	.quiz_item_img {
		min-width: auto;
		padding-bottom: 68.79%;
	}
	.together_quiz_state {
		padding-bottom: 72px;
	}
	.together_quiz_btn {
		display: block;
		text-align: center;
		height: auto;
	}
	.together_quiz_btn .button.btn_borderline_gray {
		height: 72px;
	}
	.together_quiz_btn .button.btn_borderline_gray ~ .is-active {
		margin-top: 16px;
	}
	.together_card_nav {
		width: 400px;
		padding: 0;
		left: 50%;
		transform: translateX(-50%);
		bottom: 102px;
	}
}
@media (max-width: 1024px) {
	.togetherDetail.detail .inner {
		padding: 0 16px 64px;
	}
	.togetherDetail .inner_top {
		padding: 16px 0 0;
	}
	.togetherDetail .together_cont_item + .together_cont_item {
		margin-top: 16px;
	}
	.togetherDetail .together_card_section {
		max-width: 640px;
		margin: 0 auto;
	}
	.togetherDetail .together_card_info.m-wide {
		width: auto;
	}
	.togetherDetail .together_card_quiz .toggle_list {
		padding: 0 72px;
	}
	.togetherDetail .together_card_footer {
		padding-top: 40px;
	}
	.togetherDetail .together_detail_title {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.together_detail_title {
		margin-bottom: 10px;
		padding-right: 0;
	}
	.together_card {
		padding: 32px 20px 24px;
	}
	.together_card .quiz_item:before {
		display: block;
	}
	.quiz_item_img {
		background-size: 46%;
	}
	.together_card_top {
		margin-bottom: 8px;
		padding-right: 0;
	}
	.together_card_progress {
		margin: 0 0 32px;
	}
	.together_progress_num {
		width: 22px;
		height: 22px;
		font-size: 12px;
		letter-spacing: -0.6px;
		line-height: 2;
	}
	.together_progress_num:after {
		font-size: 12px;
		letter-spacing: -0.6px;
		line-height: 2;
	}
	.together_card_title {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
		min-height: 48px;
	}
	.together_card_section_wrap {
		min-width: 100%;
	}
	.together_card_section.together_detail_content {
		padding: 0 0 16px;
	}
	.together_card_section .together_card_quiz {
		padding: 16px 0 0;
	}
	.together_detail_desc {
		font-size: 14px;
		line-height: 1.61;
		letter-spacing: -0.2px;
	}
	.together_card_solution {
		padding: 16px 0 0;
	}
	.toggle_list.char ul li .toggle_item {
		height: auto;
		padding-bottom: 63.57%;
		background-size: 24.28%;
	}
	.quiz_select ul li {
		padding: 4px 0;
	}
	.quiz_select ul li .quiz_item .num {
		font-size: 15px;
	}
	.quiz_select ul li .quiz_item span {
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.4px;
	}
	.together_card_desc {
		height: 160px;
		padding: 10px 16px 42px;
	}
	.together_card_nav {
		width: 100%;
		padding: 20px 0 0;
		left: 0;
		transform: translateX(0);
		bottom: initial;
	}
	.together_card_event {
		flex-direction: column-reverse;
	}
	.together_card_event_thumb {
		margin: 24px 0 0;
	}
	.together_card_event_desc {
		font-size: 14px;
		line-height: 1.71;
		letter-spacing: -0.2px;
	}
	.together_card_file {
		margin-top: 24px;
	}
	.together_card_file_name {
		line-height: 1.5;
	}
	.together_card_info {
		margin: 8px 24px 0 0;
	}
	.together_card_info .together_card_info_tit {
		margin-left: 0;
	}
	.together_card_info.m-wide {
		width: 100%;
	}
	.together_tab {
		margin-bottom: 40px;
		padding: 0;
	}
	.together_tab_search {
		display: none;
	}
	.together_tab_list {
		width: 100%;
	}
	.together_tab_item {
		padding: 9px 0 7px;
	}
	.together_tab_link {
		padding: 0 8px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.together_tab_link.mind_logo {
		width: 98px;
		margin: -1.5px 8px 0 8px;
		min-height: 24px;
	}
	.together_tab_link.play_logo {
		padding: 0 24px 0 30px;
		background-size: 11px 24px;
		background-position: left 12px top -1px;
	}
	.together_tab_link.is-current:after {
		height: 3px;
		bottom: -6px;
	}
	.together_tab_cont {
		margin-top: 0;
		padding-bottom: 32px;
	}
	.togetherDetail .sort {
		display: block;
		height: auto;
	}
	.togetherDetail .sort .sort_left .sort_category {
		width: 100%;
	}
	.together_cont_item + .together_cont_item {
		margin-top: 16px;
	}
	.together_detail_card {
		padding: 32px 32px 24px;
	}
	.together_detail_card .together_card_inner {
		padding: 0;
	}
	.together_detail_card .together_card_section {
		max-width: 100%;
	}
	.together_card_result {
		padding-bottom: 0;
	}
	.together_card_result_txt {
		font-size: 18px;
		line-height: 1.67;
		letter-spacing: -0.6px;
	}
	.together_card_result_txt:before {
		width: 32px;
		height: 32px;
		margin-right: 14px;
		background-position: center top;
	}
	.together_solution_title {
		margin-right: 12px;
	}
	.together_solution_title,
	.together_solution_txt,
	.together_solution_link {
		font-size: 14px;
		line-height: 1.71;
		letter-spacing: -0.2px;
	}
	.together_detail_img {
		width: auto;
		max-width: 100%;
		margin: 24px auto 0;
	}
	.togetherDetail .together_card_quiz .toggle_list {
		padding: 0;
	}
	.togetherDetail .together_card_quiz .toggle_list.char ul {
		margin: 0 -4px;
	}
	.togetherDetail .together_card_quiz .toggle_list.char ul li {
		width: calc((100% - 16px) / 2);
		margin: 0 4px;
	}
	.together_quiz_state {
		margin-top: 24px;
		padding: 20px 0 0;
	}
	.together_quiz_btn {
		width: 100%;
		min-width: 182px;
	}
	.together_quiz_btn .button {
		padding: 12px 12px 9px;
	}
	.together_quiz_btn .button.btn_borderline_gray {
		max-width: 182px;
		height: auto;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.83;
		letter-spacing: -0.2px;
	}
	.together_quiz_btn .button.btn_borderline_gray:before {
		width: 24px;
		height: 24px;
		background-size: 24px;
		margin-right: 16px;
	}
	.together_card_reaction {
		display: block;
		position: relative;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		margin-top: 24px;
		padding-top: 24px;
		border-top: 1px solid #e8e9f9;
	}
	.together_card_reaction .reaction {
		text-align: center;
	}
	.together_card_editor {
		margin-top: 0;
		font-size: 14px;
		line-height: 1.71;
		letter-spacing: -0.2px;
	}
	.together_card_editor.has-more {
		max-height: 474px;
	}
	.together_card_editor.has-more.is-more {
		max-height: none;
	}
	.together_card_editor .together_editor_txt {
		margin-top: 8px;
	}
	.together_card_editor img {
		max-width: 180px;
		margin-top: 24px;
	}
	.together_card_editor .together_editor_img_wrap img {
		margin-right: 12px;
	}
	.reaction_btn {
		margin-left: 0;
	}
	.reaction_btn:nth-child(n+2) {
		margin-left: 16px;
	}
	.museum_play {
		padding: 0;
	}
	.museum_play_logo {
		width: 100px;
	}
	.museum_play_cont {
		padding: 0;
		margin-top: 32px;
	}
	.museum_play_cont .title {
		font-size: 22px;
		background-position: left 0px top 4px;
	}
	.museum_play_cont .title span {
		font-size: 22px;
	}
	.museum_play_cont .desc {
		margin-top: 18px;
	}
	.museum_play_cont .images {
		margin-top: 18px;
	}
	.museum_play_cont .images img {
		display: block;
		margin: 0 auto;
	}
	.museum_play_cont .images img + img {
		margin: 0 auto;
		padding-top: 16px;
	}
	.museum_play_link {
		margin-top: 24px;
	}
}
@media (max-width: 768px) {
	.togetherDetail.detail .inner {
		padding: 0 16px 64px;
	}
	.togetherDetail .together_card_info.m-wide {
		width: 100%;
	}
	.togetherDetail .together_card_footer {
		padding-top: 0;
	}
	.together_card_progress {
		margin: 0 0 20px;
	}
	.together_card_section .quiz_select {
		padding: 0;
	}
	.together_card_section .quiz_select.quiz_select_img ul {
		width: 100%;
		margin-left: 0;
	}
	.together_card_section .quiz_select.quiz_select_img li {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.together_card_section .quiz_select.quiz_select_img li:nth-child(n+2) {
		margin-top: 8px;
	}
	.together_card_section .quiz_select.quiz_select_img.quiz-select-max li {
		width: 100%;
	}
	.together_card_section .quiz_select.quiz_select_img.quiz-select-max li:nth-child(n+4) {
		margin-top: 8px;
	}
	.quiz_item_img {
		padding-bottom: 67.69%;
	}
	.together_detail_title {
		min-height: auto;
		margin-bottom: 6px;
	}
	.together_card_title {
		min-height: auto;
	}
	.together_card_info_list {
		width: 100%;
		margin-top: 4px;
	}
	.together_detail_card {
		padding: 32px 20px 24px;
	}
	.together_detail_card .together_card_inner {
		margin-top: 0;
	}
	.together_quiz_btn {
		display: block;
		height: auto;
		text-align: center;
	}
	.together_quiz_btn .button.btn_borderline_gray {
		width: 100%;
		max-width: 182px;
	}
	.together_quiz_btn .button.btn_borderline_gray ~ .is-active {
		margin-top: 8px;
	}
	.museum_play_cont .museum_play_images {
		display: block;
	}
	.museum_play_cont .museum_play_images .box {
		width: 100%;
	}
	.museum_play_cont .museum_play_images .box + .box {
		margin: 16px auto 0;
	}
	.museum_play_cont .gangwon_images {
		grid-template-columns: 1fr;
	}
	.gangwon_logo img {
		width: 70%;
	}
}
/* =========================================================
 * together: main
 * ========================================================= */
.together_main {
	padding-bottom: 80px;
}

@media (max-width: 1024px) {
	.together_main {
		padding-bottom: 64px;
	}
}
/* =========================================================
 * Detail
 * ========================================================= */
.detail .inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 16px 108px 80px 108px;
}
.detail.paper .popup_share:after {
	right: 89px;
}
.detail.collect .detail_desc.has-more .text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 96px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.detail.collect .detail_desc.is-appended .text {
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: vertical;
	max-height: none;
	overflow-y: visible;
}
.detail.collect .popup_share:after {
	right: 89px;
}
.detail.video .detail_top:after {
	display: none;
}
.detail.video .detail_top.youtube:after {
	content: "";
	display: block;
	padding-bottom: 56.21%;
}
.detail.video .detail_top.youtube .detail_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 2;
}
.detail.video .detail_top.e-learning:after {
	content: "";
	display: block;
	padding-bottom: 630px;
}
.detail.video .detail_top.e-learning .detail_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1012px;
	height: 100%;
	z-index: 2;
}
.detail.video .detail_top.audio:after {
	content: "";
	display: block;
	padding-bottom: 56.21%;
}
.detail.video .detail_top.audio .detail_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.detail.video .detail_top .detail_video {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 2;
	top: 0;
	left: 0;
	transform: none;
}

.detail_top {
	position: relative;
	margin: 8px 0 0 0;
	background-color: #000;
}
.detail_top:after {
	content: "";
	display: block;
	padding-bottom: 56.21%;
}
.detail_top:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #000;
	z-index: 1;
}
.detail_top video {
	width: 100% !important;
	height: 100% !important;
}
.detail_top.youtube .detail_video iframe, .detail_top.e-learning .detail_video iframe {
	width: 100%;
	height: 100%;
}
.detail_top.audio .detail_video {
	width: 100%;
	height: 100%;
	padding: 0 24px 16px 24px;
	background-color: #3f4042;
}
.detail_top.audio .detail_video:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 126px;
	height: 90px;
	background: url(../images/icon/ico-audio.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: 5;
}
.detail_top.audio .detail_video audio {
	width: 100%;
	height: 100%;
}
.detail_top .detail_hero {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	z-index: 2;
}

.detail_top_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.detail_top_slide .swiper-container {
	height: 100%;
}
.detail_top_slide img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
	z-index: 1;
}
.detail_top_slide .swiper-button-next {
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
}
.detail_top_slide .swiper-button-next::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-next.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.detail_top_slide .swiper-button-prev {
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
}
.detail_top_slide .swiper-button-prev::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.detail_top_slide .swiper-button-next.swiper-button-disabled,
.detail_top_slide .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.detail_cont {
	padding: 32px 0 8px 0;
	border-bottom: 1px solid #e8e9f9;
}
.detail_cont .badge > span {
	margin-right: 4px;
}

.detail_intro {
	display: flex;
	align-items: center;
}
.detail_intro .right {
	margin-left: auto;
	margin-bottom: auto;
}
.detail_intro + .detail_tag {
	margin: 8px 0 0;
}
.detail_intro + .detail_tag .detail_tag_item {
	margin-bottom: 4px;
}

.detail_tag {
	margin-bottom: 10px;
}

.detail_tag_item {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 16px;
	border: solid 1px rgba(78, 85, 213, 0.05);
	background-color: #fbfbfe;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #6f7071;
	margin-right: 8px;
}
.detail_tag_item.search-tag {
	border: 1px solid #e2e2e2;
	background-color: #fff;
}
.detail_tag_item.search-tag:before {
	content: "#";
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #6f7071;
}

.detail_title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.8px;
	color: #0f1013;
	word-break: break-all;
}

.detail_info {
	display: flex;
	align-items: center;
	height: 37px;
	margin-top: 14px;
}

.detail_info_name .icon {
	display: inline-block;
	width: 20px;
	margin-right: 4px;
	vertical-align: top;
}
.detail_info_name .text {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: -0.4px;
	color: #484848;
	vertical-align: top;
}
.detail_info_name + .detail_info_date {
	margin-left: 24px;
}

.detail_info_writer {
	position: relative;
	font-size: 0;
}
.detail_info_writer .text {
	display: inline-block;
	margin-right: 4px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #6F7072;
}
.detail_info_writer .val {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #484848;
}

.detail_info_date .text,
.detail_info_view .text {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #6F7071;
}
.detail_info_date .val,
.detail_info_view .val {
	margin-left: 4px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #484848;
}

.detail_info_view {
	position: relative;
	margin-left: 8px;
	padding-left: 8px;
}
.detail_info_view:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0%;
	width: 1px;
	height: 12px;
	background-color: #ededed;
}

.detail_link {
	position: relative;
	display: flex;
	margin-left: 40px;
}

.detail_link_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 64px;
}
.detail_link_item .btn {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #fbfbfe;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}
.detail_link_item .btn.is-like {
	background-image: url(../images/icon/ico-like-20.png);
}
.detail_link_item .btn.is-like.is-active {
	background-image: url(../images/icon/ico-like-20-active.png);
}
.detail_link_item .btn.is-share {
	background-image: url(../images/icon/ico-share-20.png);
}
.detail_link_item .btn.is-download {
	background-image: url(../images/icon/ico-download-20.png);
}
.detail_link_item .btn.is-file {
	background-image: url(../images/icon/ico-file.png);
	background-size: 24px 24px;
}
.detail_link_item .text {
	margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #6F7072;
}

.detail_desc {
	padding: 32px 16px 32px 16px;
}
.detail_desc.has-more .more_link {
	display: inline-block;
}
.detail_desc.has-more .text {
	max-height: 216px;
	overflow-y: hidden;
}
.detail_desc.is-appended .text {
	max-height: none;
	overflow-y: visible;
}
.detail_desc.is-appended .info {
	margin-top: 40px;
}
.detail_desc.is-appended .info .text {
	margin-top: 40px;
}
.detail_desc + .detail_recommend {
	margin-top: 32px;
}
.detail_desc .detail_desc_table {
	width: calc(100% + 32px);
	margin-left: -16px;
	margin-bottom: 24px;
	font-size: 16px !important;
}
.detail_desc .text {
	max-height: none;
	overflow-y: visible;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
}
.detail_desc .text * {
	max-width: 100%;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.detail_desc .text video {
	max-width: 100%;
}
.detail_desc .text:after {
	content: "";
	display: block;
	clear: both;
}
.detail_desc .more_link {
	display: none;
	margin: 40px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #4e55d5;
}
.detail_desc .info {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.detail_desc .info img {
	width: 213px;
}
.detail_desc .info img.is-ban {
	width: auto;
	height: 54px;
}
.detail_desc .info .desc {
	margin-left: 16px;
	max-width: 752px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #787878;
}
.detail_desc:not(.detail_desc_section) {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
}
.detail_desc:not(.detail_desc_section) * {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	max-width: 100%;
}
.detail_desc:not(.detail_desc_section) h1, .detail_desc:not(.detail_desc_section) h2, .detail_desc:not(.detail_desc_section) h3, .detail_desc:not(.detail_desc_section) h4, .detail_desc:not(.detail_desc_section) h5, .detail_desc:not(.detail_desc_section) h6 {
	max-width: 100%;
	margin: 0;
}
.detail_desc:not(.detail_desc_section) strong, .detail_desc:not(.detail_desc_section) b, .detail_desc:not(.detail_desc_section) h1, .detail_desc:not(.detail_desc_section) h2, .detail_desc:not(.detail_desc_section) h3, .detail_desc:not(.detail_desc_section) h4, .detail_desc:not(.detail_desc_section) h5, .detail_desc:not(.detail_desc_section) h6 {
	font-weight: bold;
}
.detail_desc:not(.detail_desc_section) strong *, .detail_desc:not(.detail_desc_section) b *, .detail_desc:not(.detail_desc_section) h1 *, .detail_desc:not(.detail_desc_section) h2 *, .detail_desc:not(.detail_desc_section) h3 *, .detail_desc:not(.detail_desc_section) h4 *, .detail_desc:not(.detail_desc_section) h5 *, .detail_desc:not(.detail_desc_section) h6 * {
	font-weight: bold;
}
.detail_desc:not(.detail_desc_section) .text {
	font-size: 16px;
}
.detail_desc:not(.detail_desc_section) .text * {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.detail_desc:not(.detail_desc_section) .more_link {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #6F7071;
}
.detail_desc:not(.detail_desc_section) caption {
	position: relative;
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
.detail_desc strong, .detail_desc b, .detail_desc h1, .detail_desc h2, .detail_desc h3, .detail_desc h4, .detail_desc h5, .detail_desc h6 {
	font-weight: bold;
}

.detail_vod_sub {
	padding: 16px;
}
.detail_vod_sub .sub-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	border: 1px solid #4e55d5;
	outline-offset: 3px;
}
.detail_vod_sub .sub-more-btn .txt {
	font-size: 16px;
	color: #4e55d5;
	line-height: 1.38;
	letter-spacing: -0.6px;
}
.detail_vod_sub .sub-more-btn .arr {
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 6px;
	background-image: url("../images/icon/ico-vod-sub-open.png");
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
}
.detail_vod_sub .sub-more-btn .arr.active {
	transform: rotate(-180deg);
}

.detail_vod_sub_box {
	max-height: 120px;
	padding: 0;
	overflow: hidden;
	height: 0;
	background-color: #f4f4fc;
}
.detail_vod_sub_box .text {
	height: 100%;
	font-size: 16px;
	line-height: 24px;
	overflow-y: auto;
}

.detail_vod_sub_box.show {
	height: 270px;
	padding: 16px;
	max-height: none;
}

@media (max-width: 768px) {
	.detail_vod_sub {
		padding: 16px 0;
	}
	.detail_vod_sub .sub-more-btn {
		height: 40px;
	}
}
.button-container {
	margin-top: 10px;
}

.detail_recommend {
	padding: 32px 0 0 0;
	border-top: 1px solid #e8e9f9;
}
.detail_recommend + .detail_recommend {
	margin-top: 64px;
}

.detail_recommend_title {
	margin-bottom: 16px;
	font-family: "GowunBatang";
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
}

.detail_recommend_slide {
	width: 100vw;
}
.detail_recommend_slide .swiper-slide {
	width: 366px;
}
.detail_recommend_slide .swiper-slide:last-child {
	margin-right: 36px;
}
.detail_recommend_slide .swiper-button-next {
	top: 95px;
	left: 1248px;
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
	outline-offset: 2px;
}
.detail_recommend_slide .swiper-button-next:after {
	content: none;
}
.detail_recommend_slide .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-next.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.detail_recommend_slide .swiper-button-next.swiper-button-disabled {
	display: none;
}
.detail_recommend_slide .swiper-button-prev {
	display: block;
	top: 95px;
	left: -80px;
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
	outline-offset: 2px;
}
.detail_recommend_slide .swiper-button-prev:after {
	content: none;
}
.detail_recommend_slide .swiper-button-prev:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon/ico-slide-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.detail_recommend_slide .swiper-button-prev.swiper-button-disabled {
	display: none;
}
.detail_recommend_slide .togetherDetailSwiper.swiper-container {
	overflow: inherit;
}
.detail_recommend_slide .togetherDetailSwiper .swiper-slide {
	width: 28.8%;
	max-width: 498px;
	min-width: 387px;
}
.detail_recommend_slide .togetherDetailSwiper .swiper-button-next {
	top: 0;
	left: calc(100% + 22px);
}
.detail_recommend_slide .togetherDetailSwiper .swiper-button-prev {
	top: 0;
	left: -78px;
}
.detail_recommend_slide .swiper-button-wrap {
	position: absolute;
	left: 0;
	top: 132px;
	width: 100%;
	max-width: 1536px;
	z-index: 100;
}

.movieSwiper, .collectSwiper {
	overflow: inherit !important;
}

.paperSwiper {
	overflow: inherit !important;
}
.paperSwiper .swiper-button-next, .paperSwiper .swiper-button-prev {
	top: 155px;
}
.paperSwiper .paper-pagination-wrap {
	display: none;
}

.movieSwiper .movie-pagination-wrap {
	display: none;
}

@media (max-width: 1740px) {
	.detail_recommend_slide .togetherDetailSwiper .swiper-button-next {
		left: calc(100% - 90px);
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-button-prev {
		left: -12px;
	}
	.swiper-button-wrap {
		max-width: 100%;
	}
}
@media (max-width: 1600px) {
	.detail_recommend_slide .swiper-slide {
		width: 24.849%;
	}
	.detail_recommend_slide .swiper-button-next {
		top: 25.075%;
	}
	.detail_recommend_slide .swiper-button-prev {
		top: 25.075%;
	}
	.detail_recommend_slide .paperSwiper .swiper-button-next {
		top: 30.279%;
	}
	.detail_recommend_slide .paperSwiper .swiper-button-prev {
		top: 30.279%;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide {
		width: 28.8%;
		min-width: none;
	}
}
@media (max-width: 1440px) {
	.detail .inner {
		padding: 16px 96px 80px 96px;
	}
	.detail_title {
		font-size: 28px;
		line-height: 1.43;
		letter-spacing: -1.4px;
	}
	.detail_recommend_title {
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: -1px;
	}
	.detail_recommend_slide .swiper-button-next {
		right: 16px;
		left: initial;
	}
}
@media (max-width: 1280px) {
	.detail_recommend_slide .swiper-button-next {
		right: 28px;
		left: initial;
	}
	.detail_recommend_slide .swiper-button-prev {
		left: -68px;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide {
		width: 28.8%;
		min-width: auto;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide .card.together .thumb {
		padding-bottom: 69.5%;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide .card.together .inner_text {
		padding: 24px 24px 28px 24px;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide .card.together .inner_text_val {
		font-size: 18px;
		line-height: 1.43;
		letter-spacing: -0.9px;
	}
	.detail_recommend_slide .swiper-button-wrap {
		top: 30.279%;
	}
}
@media (max-width: 1024px) {
	.detail .inner {
		padding: 16px 24px 64px 24px;
	}
	.detail .card .cont .cont_bot {
		display: block;
	}
	.detail .card .cont .cont_bot .writer {
		display: block;
		margin-top: 0;
		margin-bottom: 8px;
	}
	.detail.video .detail_top {
		width: calc(100% + 48px);
		margin: 8px 0 0 -24px;
	}
	.detail.video .detail_top:before {
		content: none;
	}
	.detail.video .detail_top:after {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% + 50px);
		height: 100%;
		margin-left: -25px;
		padding: 0;
		background-color: #000;
	}
	.detail.video .detail_top.youtube {
		width: 100%;
		margin: 8px 0 0;
	}
	.detail.video .detail_top.youtube:after {
		position: relative;
		height: auto;
		padding-bottom: 59.78%;
	}
	.detail.video .detail_top.youtube .detail_video {
		position: absolute;
		width: calc(100% + 49px);
		max-width: calc(100% + 49px);
		margin: 0 0 0 -24px;
		height: 100%;
		padding: 0;
		top: 0;
		left: 0;
		transform: none;
	}
	.detail.video .detail_top.e-learning {
		width: 100%;
		margin: 8px 0 0;
	}
	.detail.video .detail_top.e-learning:after {
		position: relative;
		height: auto;
		padding-bottom: 69.78%;
	}
	.detail.video .detail_top.e-learning .detail_video {
		position: absolute;
		width: calc(100% + 49px);
		max-width: calc(100% + 49px);
		margin: 0 0 0 -24px;
		height: 100%;
		padding: 0;
		top: 0;
		left: 0;
		transform: none;
	}
	.detail.video .detail_top.audio {
		width: calc(100% + 49px);
		margin: 8px 0 0 -24px;
	}
	.detail.video .detail_top.audio:after {
		position: relative;
		height: auto;
		padding-bottom: 59.78%;
	}
	.detail.video .detail_top.audio .detail_video {
		width: 100%;
		max-width: 100%;
		padding: 0;
		top: 0;
		left: 0;
		transform: none;
	}
	.detail.video .detail_top.audio .detail_video audio {
		width: 100%;
	}
	.detail_top:after {
		padding-bottom: 59.78%;
	}
	.detail_top_slide .swiper-button-next, .detail_top_slide .swiper-button-prev {
		display: none !important;
	}
	.detail_cont {
		padding: 24px 0 4px 0;
	}
	.detail_intro {
		display: block;
	}
	.detail_intro .right {
		margin-top: 10px;
	}
	.detail_tag {
		margin-bottom: 10px;
	}
	.detail_tag_item {
		padding: 4px 12px 3px 12px;
		font-size: 11px;
		line-height: 1.09;
		letter-spacing: normal;
	}
	.detail_tag_item.search-tag:before {
		font-size: 11px;
		line-height: 1.09;
		letter-spacing: normal;
	}
	.detail_title {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: -1px;
	}
	.detail_link {
		margin: 0;
	}
	.detail_link_item:first-of-type {
		margin-left: -8px;
	}
	.detail_info_view:after {
		content: none;
	}
	.detail_desc.has-more .text {
		max-height: 312px;
	}
	.detail_desc.is-appended .text {
		max-height: none;
		overflow-y: visible;
		overflow-x: auto;
	}
	.detail_desc .detail_desc_table {
		width: 100%;
		overflow-x: auto;
		margin-left: 0;
		margin-bottom: 20px;
		white-space: nowrap;
		font-size: 14px !important;
	}
	.detail_desc .detail_desc_table table {
		width: auto;
		min-width: 100%;
	}
	.detail_desc .info {
		display: block;
	}
	.detail_desc .info .desc {
		margin: 12px 0 0 0;
		max-width: none;
	}
	.detail_desc .text video {
		width: 100%;
		height: auto;
	}
	.detail_recommend + .detail_recommend {
		margin-top: 32px;
	}
	.detail_recommend .card .cont .cont_bot {
		margin-top: 11px;
	}
	.detail_recommend .card .cont .title {
		height: 48px;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: -0.6px;
		color: #000;
	}
	.detail_recommend_slide .swiper-slide {
		width: 32.526%;
	}
	.detail_recommend_slide .swiper-slide:last-child {
		margin-right: 24px;
	}
	.detail_recommend_slide .swiper-button-next {
		display: none;
	}
	.detail_recommend_slide .swiper-button-prev {
		display: none;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide {
		width: 37.9%;
		min-width: 282px;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide .card.together .thumb {
		padding-bottom: 196px;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide .card.together .inner_text {
		padding: 18px 18px 44px;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide .card.together .inner_text_badge {
		margin-bottom: 6px;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide .card .cont {
		padding: 16px 16px 42px 0;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide .card .cont .cont_bot {
		margin-top: 0;
	}
	.detail_recommend_slide .togetherDetailSwiper .swiper-slide .card .together .thumb {
		padding-bottom: 69.5%;
	}
	.paperSwiper .paper-pagination-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: 24px;
	}
	.paperSwiper .swiper-pagination-bullet {
		margin: 0 4px;
		background: #e7e7e7;
		opacity: 1;
	}
	.paperSwiper .swiper-pagination-bullet:focus-visible {
		outline: 2px solid blue;
	}
	.paperSwiper .swiper-pagination-bullet-active {
		background: #4e55d5;
	}
	.movieSwiper .movie-pagination-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: 24px;
	}
	.movieSwiper .swiper-pagination-bullet {
		margin: 0 4px;
		background: #e7e7e7;
		opacity: 1;
	}
	.movieSwiper .swiper-pagination-bullet:focus-visible {
		outline: 2px solid blue;
	}
	.movieSwiper .swiper-pagination-bullet-active {
		background: #4e55d5;
	}
}
@media (max-width: 768px) {
	.detail .inner {
		padding: 16px 16px 64px 16px;
	}
	.detail.video .detail_top {
		width: calc(100% + 34px);
		margin: 0 0 0 -17px;
	}
	.detail.video .detail_top:after {
		width: calc(100% + 34px);
		height: 100%;
		margin-left: -17px;
	}
	.detail.video .detail_top.audio {
		width: calc(100% + 34px);
		margin: 0 0 0 -17px;
	}
	.detail.video .detail_top.audio:after {
		padding-bottom: 61.59%;
	}
	.detail.video .detail_top.audio .detail_video:before {
		width: 45px;
		height: 40px;
	}
	.detail.video .detail_top.youtube {
		margin: 0;
	}
	.detail.video .detail_top.youtube .detail_video {
		width: calc(100% + 34px);
		max-width: calc(100% + 34px);
		margin: 0 0 0 -17px;
	}
	.detail.video .detail_top.e-learning {
		margin: 0;
	}
	.detail.video .detail_top.e-learning .detail_video {
		width: calc(100% + 34px);
		max-width: calc(100% + 34px);
		margin: 0 0 0 -17px;
	}
	.detail.collect .detail_desc .text {
		-webkit-line-clamp: 11;
		max-height: 264px;
	}
	.detail_top {
		margin: 0;
	}
	.detail_top:after {
		padding-bottom: 61.59%;
	}
	.detail_cont {
		margin: 0 -16px;
		padding: 24px 16px 12px;
	}
	.detail_info {
		display: block;
		height: auto;
		margin-top: 20px;
	}
	.detail_info_name {
		margin-bottom: 6px;
	}
	.detail_info_name + .detail_info_date {
		margin: 0;
	}
	.detail_info_date {
		display: inline-block;
	}
	.detail_info_view {
		display: inline-block;
	}
	.detail_desc {
		padding: 32px 0;
	}
	.detail_desc.has-more .text {
		max-height: 504px;
	}
	.detail_desc.is-appended .text {
		max-height: none;
		overflow-y: visible;
	}
	.detail_recommend {
		margin: 0 -16px;
		padding: 32px 16px 0;
	}
	.detail_recommend_slide .swiper-slide {
		width: 70.348%;
	}
	.detail_recommend_slide .swiper-slide:last-child {
		margin-right: 16px;
	}
}
/* =========================================================
 * Notice: list
 * ========================================================= */
.noticeList .inner {
	width: 100%;
	max-width: 1616px;
	padding: 0 40px 86px;
	margin: 0 auto;
}
.noticeList .b_family {
	padding: 4px 16px;
}
.noticeList .table_txt {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.notice_content .sort {
	align-items: end;
	margin-bottom: 16px;
}
.notice_content .sort .sort_right {
	margin: 0 0 0 auto;
}
.notice_content .sort .sort_left .cort_count {
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
	vertical-align: middle;
	margin-right: 20px;
}
.notice_content .sort .sort_left .cort_count .is-em {
	display: inline-block;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: normal;
}
.notice_content .state_item {
	display: inline-block;
}
.notice_content .state_label {
	min-width: 120px;
	height: 40px;
	padding: 10px 16px 8px;
}
.notice_content .state_label:after {
	top: 14px;
}
.notice_content .searchbar_search {
	width: 344px;
	height: 40px;
	padding: 0;
}
.notice_content .searchbar_search .searchbar_ip {
	padding: 8px 24px 8px 44px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
.notice_content .searchbar_search .searchbar_search_btn {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.notice_table colgroup col:nth-child(1) {
	width: 120px;
}
.notice_table colgroup col:nth-child(2) {
	width: 140px;
}
.notice_table colgroup col:nth-child(3) {
	width: 230px;
}
.notice_table colgroup col:nth-child(4) {
	width: 55%;
}
.notice_table colgroup col:nth-child(5) {
	width: 200px;
}
.notice_table colgroup col:nth-child(6) {
	width: 120px;
}

.notice_pagination {
	display: block;
	margin-top: 48px;
	text-align: center;
}

@media (max-width: 1440px) {
	.noticeList .inner {
		padding: 0 28px 86px;
	}
}
@media (max-width: 1280px) {
	.notice_table colgroup col:nth-child(1) {
		width: 100px;
	}
	.notice_table colgroup col:nth-child(2) {
		width: 120px;
	}
	.notice_table colgroup col:nth-child(3) {
		width: 200px;
	}
	.notice_table colgroup col:nth-child(4) {
		width: 55%;
	}
	.notice_table colgroup col:nth-child(5) {
		width: 180px;
	}
	.notice_table colgroup col:nth-child(6) {
		width: 100px;
	}
}
@media (max-width: 1024px) {
	.noticeList .inner {
		padding: 0 20px 64px;
	}
	.noticeList .section_header {
		padding-bottom: 48px;
	}
	.noticeList .b_family {
		position: relative;
		padding: 4px 7px 3px;
		top: -2px;
		font-size: 11px;
		line-height: 1.04;
	}
	.notice_content .sort {
		flex-direction: column-reverse;
		margin-bottom: 16px;
	}
	.notice_content .sort .sort_right {
		display: none;
	}
	.notice_content .sort .sort_left {
		width: 100%;
		padding: 8px 0 0 0;
		text-align: left;
	}
	.notice_content .sort .sort_left .cort_count {
		margin-right: 16px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: -0.2px;
	}
	.notice_content .sort .sort_left .cort_count .is-em {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.notice_content .state_label {
		min-width: 140px;
	}
	.notice_content .searchbar_search {
		width: 100%;
		margin-bottom: 40px;
	}
	.notice_table {
		display: block;
	}
	.notice_table thead, .notice_table colgroup {
		display: none;
	}
	.notice_table tr {
		display: block;
		width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid #e8e9f9;
	}
	.notice_table tr:first-child {
		border-top: 1px solid #e8e9f9;
	}
	.notice_table td {
		display: inline-block;
		position: relative;
		height: auto;
		padding: 0 8px;
		border-bottom: none;
		font-size: 14px;
		letter-spacing: -0.2px;
		color: #484848;
	}
	.notice_table td + td:before {
		content: "";
		position: absolute;
		width: 1px;
		height: 12px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-color: #e2e2e2;
	}
	.notice_table td:nth-child(n+3) + td:before {
		display: none;
	}
	.notice_table td:nth-child(n+4) {
		color: rgba(72, 72, 72, 0.6);
	}
	.notice_table td:last-child {
		float: right;
		padding-left: 22px;
		background: url("../images/icon/ico-view.png") left top 1px no-repeat;
		background-size: 16px;
	}
	.notice_table td.notice_table_title {
		display: block;
		width: 100%;
		padding: 15px 8px;
	}
	.notice_table .table_txt {
		font-weight: 500;
		letter-spacing: -0.4px;
		-webkit-line-clamp: 1;
		max-height: 24px;
	}
	.notice_pagination {
		margin-top: 32px;
		overflow: hidden;
	}
	.notice_pagination .pagination {
		display: inline-flex;
		flex-wrap: wrap;
		width: calc(100% + 12px);
		max-width: 360px;
		margin: 0 -6px;
		padding: 6px 0;
	}
	.notice_pagination .page-item {
		flex: 1;
		margin: 0;
	}
}
@media (max-width: 768px) {
	.noticeList .inner {
		padding: 0 16px 64px;
	}
	.notice_content .sort .sort_left {
		display: flex;
		flex-direction: row;
	}
	.notice_content .sort .sort_left .cort_count {
		flex: 1 0 auto;
		margin: auto 15px auto 0;
	}
	.notice_content .state_item {
		flex: 0 1 auto;
		width: 100%;
	}
}
/* =========================================================
 * Notice: Detail
 * ========================================================= */
.noticeDetail .inner {
	max-width: 1304px;
	margin: 0 auto;
	padding: 24px 40px 80px;
}
.noticeDetail .detail_cont {
	padding: 40px 0 8px 0;
}
.noticeDetail .detail_tag {
	margin-bottom: 4px;
}
.noticeDetail .detail_info {
	flex-wrap: wrap;
}
.noticeDetail .detail_info > div {
	position: relative;
}
.noticeDetail .detail_info > div + div:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 8px;
	background-color: #ededed;
}
.noticeDetail .detail_info_view {
	padding-left: 0;
	margin-left: 0;
}
.noticeDetail .detail_info_view:after {
	display: none;
}
.noticeDetail .detail_desc {
	padding: 32px 24px;
}
.noticeDetail .detail_desc .text {
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: -0.2px;
}
.noticeDetail .popup_share.popup:after {
	right: 24px;
}

.detail_section {
	width: 100%;
	padding: 32px 0 24px;
	border-top: 1px solid #e8e9f9;
}

.detail_section_title {
	display: block;
	font-family: "GothicA1";
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
}

.detail_section_file {
	margin-top: 16px;
}

.detail_file_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 8px;
	padding: 18px 24px 22px;
	border: solid 1px #e8e9f9;
	background-color: #fbfbfe;
}
.detail_file_item:last-child {
	margin-bottom: 0;
}

.detail_file_title {
	display: inline-block;
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
}

.detail_file_btn_group {
	float: right;
	padding-right: 6px;
}

.detail_file_btn {
	position: relative;
	display: inline-block;
	margin-left: 32px;
	font-family: "GothicA1";
	font-size: 14px;
	line-height: 1.29;
	color: #6F7072;
	vertical-align: middle;
}
.detail_file_btn:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.detail_file_btn.view_file_btn:before {
	background-image: url("../images/icon/ico-file-viewer.png");
}
.detail_file_btn.download_file_btn:before {
	background-image: url("../images/icon/ico-download-20.png");
}

.detail_notice {
	display: block;
	margin-top: 40px;
	padding: 17px 24px 23px 181px;
	background-image: url("../images/icon/ico-license.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 149px auto;
}

.detail_notice_txt {
	display: block;
	font-family: "GothicA1";
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #787878;
}

.detail_bottom {
	width: 100%;
	margin-top: 24px;
	padding-top: 36px;
	border-top: 1px solid #e8e9f9;
}

.detail_bottom_item {
	display: block;
	margin-bottom: 24px;
	font-size: 0;
}

.detail_bottom_idx {
	display: inline-block;
	margin-right: 36px;
	font-family: "GothicA1";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1.2px;
	color: #484848;
	vertical-align: middle;
}

.detail_bottom_val {
	display: inline-block;
	font-family: "GothicA1";
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -1.2px;
	color: #0f1013;
	vertical-align: middle;
}

.detail_bottom_btn {
	padding-top: 40px;
	text-align: center;
}
.detail_bottom_btn .button {
	width: 194px;
	height: 56px;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #6f7071;
}

@media (max-width: 1440px) {
	.noticeDetail .inner {
		padding: 16px 40px 80px;
	}
}
@media (max-width: 1280px) {
	.noticeDetail .inner {
		padding: 16px 28px 64px;
	}
}
@media (max-width: 1024px) {
	.noticeDetail {
		width: 100%;
		overflow-x: hidden;
	}
	.noticeDetail .inner {
		max-width: 100%;
		padding: 16px 24px 64px;
	}
	.noticeDetail .detail_cont {
		padding: 32px 0 12px;
	}
	.noticeDetail .detail_title {
		padding-bottom: 6px;
		font-size: 20px;
		letter-spacing: -1px;
	}
	.noticeDetail .detail_tag {
		margin-bottom: 8px;
	}
	.noticeDetail .detail_tag_item {
		padding: 4px 7px 3px;
	}
	.noticeDetail .detail_info {
		height: auto;
		margin-top: 20px;
	}
	.noticeDetail .detail_info > div {
		margin-right: 16px;
	}
	.noticeDetail .detail_info > div + div:before {
		display: none;
	}
	.noticeDetail .detail_info_name {
		margin-bottom: 0;
	}
	.noticeDetail .detail_info_name + .detail_info_date {
		margin-left: 24px;
	}
	.noticeDetail .detail_info_date {
		display: inline-block;
	}
	.noticeDetail .detail_desc {
		padding: 32px 16px 64px;
		overflow-x: auto;
	}
	.noticeDetail .detail_section {
		padding: 24px 0 16px;
	}
	.noticeDetail .popup_share.popup {
		top: 50%;
	}
	.detail_notice {
		padding: 66px 0 0;
		background-position: left top;
	}
	.detail_intro + .detail_tag {
		margin: 14px 0 8px;
	}
	.detail_intro + .detail_tag .detail_tag_item {
		margin-bottom: 4px;
		margin-right: 4px;
	}
	.detail_section_title {
		font-size: 20px;
		line-height: 1.8;
		letter-spacing: -1px;
	}
	.detail_bottom {
		padding: 32px 0 0;
	}
	.detail_bottom_idx {
		margin-right: 46px;
		font-size: 16px;
		letter-spacing: -0.6px;
		vertical-align: top;
		line-height: 1.5;
	}
	.detail_bottom_val {
		width: calc(100% - 94px);
		font-size: 16px;
		letter-spacing: -0.6px;
		line-height: 1.5;
	}
	.detail_bottom_btn {
		padding-top: 32px;
	}
	.detail_bottom_btn .button {
		width: 160px;
		height: 48px;
		padding: 13px 12px 9px;
		border-radius: 8px;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		border: solid 1px #cfcfd0;
		background-color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.2px;
	}
}
@media (max-width: 768px) {
	.noticeDetail .inner {
		padding: 16px 16px 64px;
		overflow-x: visible;
	}
	.noticeDetail .detail_cont {
		width: calc(100% + 32px);
		margin-left: -16px;
		padding: 32px 16px 12px;
	}
	.noticeDetail .detail_intro {
		width: calc(100% + 32px);
		margin: 0 0 0 -16px;
		padding: 0 16px;
	}
	.noticeDetail .detail_info {
		display: block;
	}
	.noticeDetail .detail_info_writer {
		width: 100%;
		margin-bottom: 6px;
	}
	.noticeDetail .detail_info_writer .val {
		font-weight: 500;
	}
	.noticeDetail .detail_info_date .val {
		font-weight: 500;
	}
	.noticeDetail .detail_info_view .val {
		font-weight: 500;
	}
	.noticeDetail .detail_section {
		width: calc(100% + 32px);
		margin-left: -16px;
		padding: 24px 16px 16px;
	}
	.noticeDetail .detail_desc {
		padding: 32px 0 64px;
	}
	.noticeDetail .detail_bottom {
		width: calc(100% + 32px);
		margin-left: -16px;
		padding: 32px 16px 0;
	}
	.detail_intro + .detail_tag {
		margin: 14px 0 0;
	}
	.detail_file_item {
		padding: 24px;
	}
	.detail_file_btn_group {
		float: none;
		margin-top: 28px;
		padding-right: 0;
		text-align: right;
	}
}
/* =========================================================
 * 탐구해요
 * ========================================================= */
.explore .section_top:before {
	background-image: url("../images/section-top-explore.svg");
}
.explore.en .section_top_title {
	max-width: calc(100% - 350px);
}

.list_page.e-learn .list_filter {
	margin-bottom: 102px;
}
.list_page.en .filter_cont.is-folded {
	width: 234px;
}
.list_page .inner {
	max-width: 1616px;
	margin: auto;
	padding: 90px 40px 80px;
}
.list_page .h2 {
	display: block;
	margin-bottom: 16px;
	font-family: GowunBatang;
	font-size: 56px;
	font-weight: bold;
	line-height: 1.29;
	letter-spacing: -3.6px;
	color: #0f1013;
	text-align: center;
}
.list_page .desc {
	display: block;
	margin-bottom: 80px;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: -0.8px;
	text-align: center;
	color: #3f4042;
}
.list_page .list_filter {
	min-height: 74px;
}
.list_page .list_filter .filter.stick {
	position: fixed;
	top: 88px;
	left: 0;
	right: 0;
	max-width: 100%;
	margin: auto;
	z-index: 100;
	border: none;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
}
.list_page .list_filter .filter.stick::after {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	top: 89px;
	height: 1px;
	background-color: #6f7071;
	opacity: 1;
	transition: top 0.38s;
	z-index: 1;
}
.list_page .list_filter .filter.stick::before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	top: 160px;
	height: 1px;
	background-color: #6f7071;
	z-index: 1;
	opacity: 1;
	transition: top 0.38s;
}
.list_page .list_filter .filter.stick .filter_value {
	display: inline-flex;
}
.list_page .list_filter .filter.stick .filter_item_wrap {
	max-width: 780px;
}
.list_page .list_filter .filter.stick .filter_search {
	flex: 1;
}
.list_page .list_filter .filter.stick-hide {
	top: -88px;
	opacity: 0;
}
.list_page .list_filter .filter.stick-hide::after {
	top: -88px;
	opacity: 0;
}
.list_page .list_filter .filter.stick-hide::before {
	top: -160px;
	opacity: 0;
}
.list_page .sort {
	margin-top: 36px;
	margin-bottom: 20px;
}
.list_page .sort .sort_right {
	margin-top: 0;
}
.list_page .sort + .sort {
	margin-top: 24px;
}
.list_page .result_wrap {
	display: flex;
	flex-direction: column;
	margin-top: 72px;
}
.list_page .result_wrap .result_item {
	margin-top: 72px;
	padding-top: 56px;
	border-top: 1px solid #e8e9f9;
	position: relative;
}
.list_page .result_wrap .result_item .result_title {
	display: block;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
}
.list_page .result_wrap .result_item .more {
	display: inline-block;
	position: absolute;
	top: 60px;
	right: 28px;
	padding: 4px 8px;
}
.list_page .result_wrap .result_item .more:before {
	content: "";
	transition: 0.45s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #4e55d5;
}
.list_page .result_wrap .result_item .more span {
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	letter-spacing: -0.4px;
	color: #0f1013;
	transition: 0.25s;
	transform: translateX(0);
}
.list_page .result_wrap .result_item .more span:after {
	content: "";
	transition: 0.2s opacity, 0.35s right;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url(../images/icon/ico-more.png) no-repeat center/cover;
	opacity: 0;
}
.list_page .result_wrap .result_item .more:hover span {
	transform: translateX(8px);
	color: #4e55d5;
}
.list_page .result_wrap .result_item .more:hover span:after {
	right: -16px;
	opacity: 1;
}
.list_page .result_wrap .result_item .more:hover:before {
	right: -28px;
}
.list_page .result_wrap .result_item.first {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
.list_page .result_wrap .result_item.first .more {
	top: 4px;
}
.list_page .sort_category_checkbox label {
	width: 110px;
	padding: 12px 0;
	box-sizing: border-box;
	text-align: center;
}

@media (max-width: 1440px) {
	.explore .section_top:before {
		background-image: url("../images/section-top-explore-tablet.svg");
	}
	.explore .section_top_desc {
		width: calc(100% - 400px);
	}
	.list_page .inner {
		padding: 90px 28px 80px;
	}
	.list_page .result_wrap {
		margin-top: 56px;
	}
	.list_page .result_wrap .result_item .result_title {
		margin-bottom: 20px;
		font-size: 20px;
	}
}
@media (max-width: 1280px) {
	.list_page .list_filter {
		min-height: 54px;
	}
	.list_page .list_filter .filter.stick:before {
		top: 142px;
	}
	.list_page .sort_category_checkbox label {
		padding: 8px 0;
	}
}
@media (max-width: 1024px) {
	.explore.en .section_top_title {
		max-width: calc(100% - 300px);
	}
	.explore .section_top:before {
		background-size: auto 230px;
	}
	.explore .section_top_desc {
		width: calc(100% - 300px);
	}
	.list_page.e-learn .list_filter {
		margin-bottom: 36px;
	}
	.list_page .inner {
		padding: 32px 24px 64px;
	}
	.list_page .inner .h2 {
		font-size: 36px;
		line-height: 1.33;
		letter-spacing: -2px;
	}
	.list_page .inner .desc {
		max-width: 312px;
		margin: 0 auto 64px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.6px;
	}
	.list_page .list_filter {
		min-height: 48px;
	}
	.list_page .list_filter .filter {
		opacity: 1;
	}
	.list_page .list_filter .filter.stick {
		top: 56px;
	}
	.list_page .list_filter .filter.stick:before {
		top: 104px;
	}
	.list_page .list_filter .filter.stick:after {
		top: 56px;
	}
	.list_page .list_filter .filter.stick .filter_item_wrap {
		max-width: 100%;
	}
	.list_page .list_filter .filter.stick-hide {
		top: -56px;
	}
	.list_page .list_filter .filter.stick-hide::after {
		top: -56px;
	}
	.list_page .list_filter .filter.stick-hide::before {
		top: -104px;
	}
	.list_page .sort {
		display: flex;
		margin-bottom: 17px;
	}
	.list_page .sort .sort_left {
		width: auto;
	}
	.list_page .sort .sort_left .sort_category .sort_category_unit .sort_category_item {
		width: 72px;
		height: 40px;
		padding: 9px 8px;
		font-size: 14px;
	}
	.list_page .sort .sort_right {
		width: auto;
	}
	.list_page .result_wrap {
		margin-top: 32px;
	}
	.list_page .result_wrap .result_item {
		margin-top: 40px;
		padding-top: 24px;
		border-top: 1px solid #e8e9f9;
		position: relative;
	}
	.list_page .result_wrap .result_item .result_title {
		margin-bottom: 16px;
		font-size: 18px;
		line-height: 1.67;
		letter-spacing: -0.6px;
	}
	.list_page .result_wrap .result_item .more {
		top: 28px;
		right: 0;
		padding-right: 0;
		padding-left: 0;
		font-size: 14px;
		letter-spacing: -0.2px;
	}
	.list_page .result_wrap .result_item .more::before {
		display: none;
	}
	.list_page .result_wrap .result_item .more:hover span {
		transform: none;
		color: #0f1013;
	}
	.list_page .result_wrap .result_item .more:hover span::after {
		display: none;
	}
	.list_page .result_wrap .result_item.first {
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
	}
	.list_page .result_wrap .result_item.first .more {
		top: 4px;
	}
	.list_page .sort_category_checkbox label {
		width: 72px;
		padding: 9px 8px 7px 8px;
	}
}
@media (max-width: 768px) {
	.explore.en .section_top_title {
		max-width: 100%;
	}
	.explore .section_top:before {
		display: none;
	}
	.explore .section_top_desc {
		width: 100%;
		max-width: 412px;
	}
	.list_page .inner {
		padding: 32px 16px 64px;
	}
	.list_page .sort {
		margin-top: 40px;
	}
	.list_page .sort .sort_left .sort_category {
		margin-top: 4px;
	}
	.list_page .sort + .sort {
		margin-top: 27px;
	}
}
/* =========================================================
 * learn detail
 * ========================================================= */
.learn_detail .inner {
	overflow-x: visible;
}
.learn_detail .detail_top img.detail_hero {
	max-width: 100%;
	object-fit: contain;
}
.learn_detail .detail_cont + div {
	border-top: 0;
}
.learn_detail .detail_section {
	padding: 32px 0;
}
.learn_detail .detail_desc {
	padding: 32px 24px 72px;
	border-top: 1px solid #e8e9f9;
	font-size: 14px;
}
.learn_detail .detail_desc figure {
	height: auto !important;
}
.learn_detail .detail_desc_title {
	display: block;
	font-family: "GothicA1";
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #484848;
}
.learn_detail .detail_desc_sub {
	display: block;
	margin-top: 6px;
	font-family: "GothicA1";
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #484848;
}
.learn_detail .detail_editor {
	margin-top: 40px;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: -0.2px;
}
.learn_detail .detail_editor_tit {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
}
.learn_detail .detail_editor_tit + .detail_editor_text {
	margin-top: 8px;
}
.learn_detail .detail_editor_text {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #484848;
}
.learn_detail .detail_editor_text .detail_editor_text_sub {
	padding-left: 16px;
}
.learn_detail .detail_editor_text_sub {
	display: block;
	font-family: "GothicA1";
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: -0.4px;
	color: #484848;
}
.learn_detail .detail_editor_text_type2 {
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
}
.learn_detail .detail_editor_text_type2 .detail_editor_text_sub {
	padding-left: 60px;
}

.detail_editor_table {
	width: 670px;
	margin: 12px 0;
}

.detail_editor_program_table {
	width: 670px;
	margin: 12px 0 0;
}
.detail_editor_program_table .detail_editor_thead_tr .detail_editor_th:first-child {
	width: 161px;
}
.detail_editor_program_table .detail_editor_thead_tr .detail_editor_th:nth-child(2) {
	width: 317px;
}
.detail_editor_program_table .detail_editor_thead_tr .detail_editor_th:last-child {
	width: 192px;
}
.detail_editor_program_table .detail_editor_td_sm {
	padding-left: 8px;
}
.detail_editor_program_table .detail_editor_td_sm.detail_editor_noti {
	padding-left: 0;
	color: #dc4f4a;
}

.detail_editor_thead_tr .detail_editor_th {
	padding: 8px 0;
	background-color: rgba(231, 231, 231, 0.6);
	text-align: center;
}
.detail_editor_thead_tr .detail_editor_th:first-child {
	width: 80px;
}
.detail_editor_thead_tr .detail_editor_th:nth-child(2) {
	width: 130px;
}

.detail_editor_th {
	background-color: rgba(231, 231, 231, 0.4);
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #000;
	vertical-align: middle;
}

.detail_editor_tr {
	border-top: 1px solid #fff;
}

.detail_editor_th {
	border-right: 1px solid #fff;
}

.detail_editor_td {
	padding: 8px 16px;
	background-color: rgba(231, 231, 231, 0.2);
	border-right: 1px solid #fff;
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #484848;
}

.detail_editor_td_txt {
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #484848;
}

.detail_editor_td_sm {
	font-size: 14px;
	letter-spacing: -0.2px;
	line-height: 1.5;
	color: #484848;
}

.detail_section_table {
	position: relative;
	display: block;
	padding: 8px 0 16px;
	overflow-x: auto;
}
.detail_section_table table {
	width: 100%;
}

.detail_section_tr {
	border-bottom: 1px solid #fff;
}

.detail_section_th {
	width: 287px;
	padding: 8px 24px;
	background-color: rgba(231, 231, 231, 0.6);
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: left;
	color: #000;
}

.detail_section_td {
	padding: 8px 16px;
	background-color: rgba(231, 231, 231, 0.2);
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #484848;
}

.detail_section_btn {
	margin: 12px 0 32px;
	text-align: center;
}
.detail_section_btn .button {
	width: 194px;
	height: 56px;
	padding: 17px 16px 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.6px;
}

.detail_apply_table {
	position: relative;
	display: table !important;
	margin-top: 24px;
	width: 100%;
}

.detail_apply_thead {
	background-color: #fbfbfe;
	border-top: 1px solid #e8e9f9;
	border-bottom: 1px solid #e8e9f9;
}

.detail_apply_th {
	width: 160px;
	height: 72px;
	padding: 13px 24px;
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: center;
	color: #0f1013;
	border-right: 1px solid #e8e9f9;
}
.detail_apply_th:first-child {
	width: auto;
}
.detail_apply_th:nth-child(2) {
	width: 260px;
}
.detail_apply_th:last-child {
	width: 184px;
	border-right: 0;
}

.detail_apply_th_sm {
	display: block;
	font-family: "GothicA1";
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	letter-spacing: -0.2px;
	text-align: center;
	color: #0f1013;
}

.detail_apply_td {
	height: 72px;
	padding: 14px 24px 13px;
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
	border-bottom: 1px solid #e8e9f9;
	border-right: 1px solid #e8e9f9;
}

.detail_apply_table tr .detail_apply_td:nth-child(3) {
	text-align: center;
}
.detail_apply_table tr .detail_apply_td:nth-child(4) {
	text-align: center;
}
.detail_apply_table tr .detail_apply_td:last-child {
	padding: 15px 26px;
	border-right: 0;
}

.detail_apply_td_txt {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
}

.detail_apply_btn .button {
	padding: 10px 12px 8px;
}
.detail_apply_btn .button.btn_ghost {
	cursor: default;
}

.detail_apply_m {
	display: none;
}

@media (max-width: 1440px) {
	.detail_apply_th:nth-child(2) {
		width: 260px;
	}
	.detail_apply_th:last-child {
		width: 184px;
	}
}
@media (max-width: 1280px) {
	.learn_detail .detail_desc_title {
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: -1px;
	}
	.learn_detail .detail_desc_sub {
		font-size: 18px;
		line-height: 1.67;
		letter-spacing: -0.8px;
	}
	.detail_apply_table {
		margin-top: 20px;
	}
	.detail_apply_table tr .detail_apply_td:last-child {
		padding: 15px 16px;
	}
	.detail_apply_th {
		padding: 13px 16px;
	}
	.detail_apply_th:nth-child(2) {
		width: 224px;
	}
	.detail_apply_th:nth-child(3) {
		width: 148px;
	}
	.detail_apply_th:nth-child(4) {
		width: 132px;
	}
	.detail_apply_th:last-child {
		width: 132px;
	}
	.detail_apply_td {
		padding: 14px 16px 13px;
	}
}
@media (max-width: 1024px) {
	.learn_detail .detail_top {
		text-align: center;
	}
	.learn_detail .detail_top img.detail_hero {
		display: inline-block;
		position: relative;
		top: initial;
		left: initial;
		transform: translate(0, 0);
		max-width: calc(100% + 48px);
		height: auto;
		margin-left: -24px;
	}
	.learn_detail .detail_top:after {
		padding-bottom: 0;
	}
	.learn_detail .detail_cont {
		width: calc(100% + 32px);
		margin: 0 0 0 -16px;
		padding: 24px 16px 4px;
	}
	.learn_detail .badge {
		margin-bottom: 8px;
	}
	.learn_detail .detail_section {
		width: calc(100% + 32px);
		margin-left: -16px;
		padding: 32px 16px;
	}
	.learn_detail .detail_section:last-child {
		padding: 32px 16px 0;
	}
	.learn_detail .detail_desc {
		width: calc(100% + 32px);
		margin-left: -16px;
		padding: 32px 16px 72px;
		overflow-x: auto;
	}
	.learn_detail .detail_desc_title {
		font-size: 20px;
		line-height: 1.8;
		letter-spacing: -1px;
	}
	.learn_detail .detail_desc_sub {
		margin-top: 8px;
		line-height: 1.56;
	}
	.learn_detail .detail_editor_text_sub {
		padding-left: 8px;
	}
	.learn_detail .detail_file_title {
		font-size: 14px;
		letter-spacing: -0.4px;
	}
	.learn_detail .detail_file_item {
		display: block;
		padding: 24px 16px 16px;
	}
	.learn_detail .detail_file_btn {
		margin-left: 0;
		padding: 0 16px;
	}
	.learn_detail .detail_file_btn:before {
		width: 20px;
		height: 20px;
	}
	.learn_detail .detail_recommend {
		width: calc(100% + 32px);
		margin-left: -16px;
		padding: 32px 16px 0;
	}
	.detail_apply_table {
		display: none !important;
	}
	.detail_section_table {
		padding: 0 0 8px;
		white-space: nowrap;
	}
	.detail_section_table table {
		width: auto;
		min-width: 100%;
	}
	.detail_section_th {
		width: 156px;
		min-width: 156px;
		padding: 11px 24px 8px;
		font-size: 14px;
		letter-spacing: -0.2px;
	}
	.detail_section_td {
		padding: 11px 16px 8px;
		font-size: 14px;
		letter-spacing: -0.2px;
	}
	.detail_section_btn {
		margin: 20px 0 8px;
	}
	.detail_section_btn .button {
		width: 168px;
		height: 48px;
		padding: 15px 16px 11px;
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.2px;
		border-radius: 8px;
	}
	.detail_editor_table {
		margin: 16px 0 12px;
	}
	.detail_editor_program_table {
		margin: 16px 0 0;
	}
	.detail_apply_m {
		display: block;
		width: calc(100% + 32px);
		margin-top: 24px;
		overflow: hidden;
	}
	.detail_apply_m.swiper-container {
		padding-right: 32px;
	}
	.detail_apply_m .swiper-slide {
		width: 240px;
	}
	.detail_apply_m.is-block {
		width: 100%;
	}
	.detail_apply_m.is-block ul::after {
		content: "";
		display: block;
		clear: both;
	}
	.detail_apply_m.is-block ul li {
		float: left;
		width: calc(50% - 8px);
		margin-top: 16px;
		margin-right: 16px;
	}
	.detail_apply_m.is-block ul li:nth-child(2n) {
		margin-right: 0;
	}
	.detail_apply_m.is-block ul li:first-child {
		margin-top: 0;
	}
	.detail_apply_m.is-block ul li:nth-child(2) {
		margin-top: 0;
	}
	.detail_apply_card {
		width: 100%;
		padding: 32px 32px 24px;
		border-radius: 12px;
		border: solid 1px #e8e9f9;
		background-color: #fbfbfe;
	}
	.detail_apply_card_title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 54px;
		text-overflow: ellipsis;
		overflow: hidden;
		font-family: "GothicA1";
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: -0.8px;
		color: #000;
	}
	.detail_apply_card_list {
		margin-top: 16px;
	}
	.detail_apply_card_item {
		margin-top: 8px;
	}
	.detail_apply_card_cate {
		display: block;
		font-family: "GothicA1";
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: -0.4px;
		color: #484848;
	}
	.detail_apply_text {
		font-family: "GothicA1";
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: -0.4px;
		color: #484848;
	}
	.detail_apply_btn {
		margin-top: 24px;
		padding: 0 13px;
	}
	.detail_apply_btn .button {
		height: 48px;
		border-radius: 8px;
	}
}
@media (max-width: 768px) {
	.learn_detail .detail_top img.detail_hero {
		max-width: calc(100% + 32px);
		margin-left: -16px;
	}
	.learn_detail .detail_cont {
		padding: 24px 16px 12px;
	}
	.learn_detail .detail_apply_m.is-block li {
		width: 100%;
		margin-right: 0;
	}
	.learn_detail .detail_apply_m.is-block li:nth-child(2) {
		margin-top: 16px;
	}
}
/* =========================================================
 * 배워봐요
 * ========================================================= */
.learn .section_top:before {
	background-image: url("../images/section-top-learn.svg");
}
.learn .section_title_highlight:before {
	width: 100%;
}

.detail h2 {
	margin-top: 35px;
	margin-bottom: 72px;
	font-family: GowunBatang;
	font-size: 48px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: #0f1013;
}

.apply_wrap {
	margin: -12px;
	overflow: hidden;
}
.apply_wrap:after {
	content: "";
	display: block;
	clear: both;
}
.apply_wrap > div {
	width: 50%;
	padding: 12px;
}
.apply_wrap > div.left {
	float: left;
}
.apply_wrap > div.right {
	float: right;
}
.apply_wrap > div.clear {
	clear: both;
}
.apply_wrap .btn_box {
	margin-top: 24px;
}
.apply_wrap .btn_box ul {
	margin: 0 -8px;
}
.apply_wrap .btn_box ul li {
	float: left;
	width: 50%;
	padding: 0 8px;
}
.apply_wrap .btn_box ul li .button {
	height: 72px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.8px;
}

.apply_item {
	padding: 32px;
	border-radius: 8px;
	border: solid 1px #e8e9f9;
	background-color: #fbfbfe;
}
.apply_item + .apply_item {
	margin-top: 24px;
}
.apply_item .title {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #0f1013;
}
.apply_item .program {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.8px;
	color: #000;
}
.apply_item .thumb {
	display: block;
	margin-top: 20px;
}
.apply_item .thumb img {
	width: 100%;
}
.apply_item dl {
	display: flex;
	margin-top: 16px;
}
.apply_item dl + dl {
	margin-top: 8px;
}
.apply_item dl dt {
	display: inline-block;
	margin-right: 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #3f4042;
}
.apply_item dl dd {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #484848;
}
.apply_item .dropdown_wrap {
	position: relative;
	margin-top: 24px;
}
.apply_item .dropdown_wrap .dropdown_btn {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 48px;
	padding: 0 48px 0 16px;
	border-radius: 8px;
	border: solid 1px #e7e7e7;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #0f1013;
	text-align: left;
	background-color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../images/icon/ico-arrow-down.png) no-repeat right 16px center/12px 12px #ffffff;
}
.apply_item .dropdown_wrap .dropdown_btn:disabled {
	background: url("../images/icon/ico-arrow-down-disabled.png") no-repeat right 16px center/12px 12px #ffffff;
	cursor: initial;
}
.apply_item .dropdown_wrap.is-active .dropdown_btn {
	background: url(../images/icon/ico-arrow-up.png) no-repeat right 16px center/12px 12px #ffffff;
}
.apply_item .dropdown_wrap .popup_dropdown {
	top: 56px;
	max-height: 336px;
	overflow-y: auto;
}
.apply_item .dropdown_wrap.only {
	width: 174px;
	margin-top: 0;
}
.apply_item .dropdown_wrap .popup_confirm_ip {
	width: 100%;
}
.apply_item .info_item {
	position: relative;
}
.apply_item .info_item .info_title {
	position: relative;
	display: inline-block;
	padding-right: 13px;
	padding-left: 6px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
}
.apply_item .info_item .info_title.required:after {
	content: "*";
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #dc4f4a;
}
.apply_item .info_item legend.info_title {
	width: auto;
	height: auto;
	position: relative;
	visibility: visible;
}
.apply_item .info_item .info_static {
	display: block;
	margin-top: 8px;
	margin-bottom: 24px;
	padding-left: 6px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
}
.apply_item .info_item .info_static a[href^="tel:"] {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #0f1013;
}
.apply_item .info_item .info_desc {
	display: block;
	margin-top: 4px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #919191;
}
.apply_item .info_item .input_area {
	margin-top: 4px;
}
.apply_item .info_item .input_area .popup_confirm_ip {
	height: 48px;
}
.apply_item .info_item .input_area .count {
	position: relative;
}
.apply_item .info_item .input_area .count:after {
	content: "";
	display: block;
	clear: both;
}
.apply_item .info_item .input_area .count .count_input {
	float: left;
	width: calc(100% - 128px);
	height: 56px;
}
.apply_item .info_item .input_area .count .count_input .popup_confirm_ip {
	height: 56px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.apply_item .info_item .input_area .count .count_input.disabled {
	pointer-events: none;
}
.apply_item .info_item .input_area .count .count_input.disabled .popup_confirm_ip {
	color: #cfcfd0;
}
.apply_item .info_item .input_area .count .btn_count {
	float: left;
	margin-left: 8px;
}
.apply_item .info_item .input_area .popup_confirm_combi {
	justify-content: start;
}
.apply_item .info_item .input_area .popup_confirm_combi .popup_confirm_ip {
	width: 200px;
	margin-right: 8px;
}
.apply_item .info_item .input_area .popup_confirm_combi a {
	width: 130px;
}
.apply_item .info_item .input_area .input_tel {
	display: flex;
}
.apply_item .info_item .input_area .input_tel .dropdown_wrap {
	margin-top: 0;
	width: 33.33%;
}
.apply_item .info_item .input_area .input_tel .dropdown_wrap + .popup_confirm_ip {
	margin-left: 8px;
}
.apply_item .info_item .input_area .input_tel .dropdown_wrap + .dropdown_wrap {
	margin-left: 8px;
}
.apply_item .info_item .input_area .input_tel .popup_confirm_ip {
	width: 100%;
}
.apply_item .info_item .input_area .input_tel .popup_confirm_ip + .popup_confirm_ip {
	margin-top: 0;
	margin-left: 8px;
}
.apply_item .info_item .input_area .input_age {
	display: flex;
}
.apply_item .info_item .input_area .input_age.input_drop_combi .dropdown_wrap {
	width: 32.5%;
	margin-top: 0;
}
.apply_item .info_item .input_area .input_age.input_drop_combi .dropdown_wrap .dropdown_btn {
	padding: 0 36px 0 16px;
}
.apply_item .info_item .input_area .input_age .popup_confirm_ip:first-child {
	width: 32.5%;
}
.apply_item .info_item .input_area .input_age .popup_confirm_ip:last-child {
	width: 100%;
	flex: 1;
	margin: 0 0 0 8px;
}
.apply_item .info_item .input_area textarea {
	resize: none;
	height: 144px;
}
.apply_item .info_item .input_area + .error-msg {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
}
.apply_item .info_item .input_area .checkbox {
	margin-top: 12px;
}
.apply_item .info_item .input_area .file_desc {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #666666;
}
.apply_item .info_item .input_area .file_input {
	position: relative;
	display: inline-block;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	vertical-align: middle;
}
.apply_item .info_item .input_area .file_input label {
	display: inline-block;
	padding: 14px 24px;
	box-sizing: border-box;
	width: 130px;
	height: 48px;
	border-radius: 8px;
	border: solid 1px #4e55d5;
	background-color: #fff;
	font-family: GothicA1;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: -0.2px;
	text-align: center;
	color: #4e55d5;
	cursor: pointer;
	outline-offset: 3px;
}
.apply_item .info_item .input_area .file_input input[type=file] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	z-index: 10;
}
.apply_item .info_item .input_area .file_input input[type=file]:focus + label {
	outline: 2px solid #4d90fe;
}
.apply_item .info_item .input_area .file_name {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #666;
}
.apply_item .info_item .input_area .file_name.attached {
	padding: 6px 44px 2px 16px;
	border-radius: 16px;
	border: solid 1px #e8e9f9;
	color: #0f1013;
	background-color: #fff;
}
.apply_item .info_item .input_area .file_name.attached button {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(../images/icon/ico-word-delete.png) no-repeat center/cover;
}
.apply_item .info_item .info_text {
	display: block;
	margin-top: 32px;
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #484848;
}
.apply_item .info_item + .info_item {
	margin-top: 12px;
}
.apply_item .info_item.radio {
	display: block;
	margin-top: 24px;
}
.apply_item .info_item.radio label {
	font-size: 16px;
}
.apply_item .info_item.radio .input_area {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
}
.apply_item .info_item.radio .input_area + .error-msg {
	margin-top: 10px;
	padding-left: 0;
}
.apply_item .info_item.radio .input_area .radio {
	margin-top: 18px;
	margin-right: 36px;
}
.apply_item .info_item.radio .input_area .radio + .radio {
	margin-left: 0;
}
.apply_item .info_item.radio + .radio {
	margin-left: 0;
}
.apply_item .info_item.is-error .dropdown_wrap .dropdown_btn {
	border-color: #e6716d;
}
.apply_item .info_item.is-error .popup_confirm_ip {
	border-color: #e6716d;
}
.apply_item .info_item.is-error .error-msg {
	position: relative;
	width: auto;
	height: auto;
	margin-top: 6px;
	padding-left: 6px;
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #dc4f4a;
	clip-path: none;
}
.apply_item .info_item .radio_notice_text {
	display: block;
	margin-top: 4px;
	padding-left: 6px;
	font-size: 12px;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #484848;
}
.apply_item .info_agreement {
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #484848;
}
.apply_item .info_agreement strong {
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: -0.2px;
	font-weight: 500;
	color: #0f1013;
	text-decoration: underline;
}
.apply_item .info_agreement .sub {
	display: block;
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #484848;
	padding-left: 16px;
}
.apply_item .info_agreement .alert {
	line-height: 1.57;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	color: #dc4f4a;
}
.apply_item .info_agreement + .info_item .info_text {
	margin-top: 46px;
}

[data-combi-ip]:disabled::placeholder {
	color: #cfcfd0;
}

.tab_wrap {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 32px;
}

.tab_btn {
	min-width: 182px;
	padding: 21px 0;
	border-radius: 36px;
	border: solid 1px #fff;
	background-color: transparent;
	font-family: "GothicA1";
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.8px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.tab_btn + .tab_btn {
	margin-left: 12px;
}
.tab_btn.is-active {
	border: solid 1px #4e55d5;
	background-color: #4e55d5;
	color: #fff;
}

@media (max-width: 1280px) {
	.learn .section_top:before {
		background-image: url("../images/section-top-learn-pc-s.svg");
	}
	.learn .section_top_desc {
		width: calc(100% - 250px);
	}
	.detail h2 {
		font-size: 42px;
	}
	.apply_wrap {
		margin: -8px;
	}
	.apply_wrap > div {
		padding: 8px;
	}
	.apply_wrap .btn_box ul {
		margin: 0 -4px;
	}
	.apply_wrap .btn_box ul li {
		padding: 0 4px;
	}
	.apply_wrap .btn_box ul li .button {
		height: 48px;
		font-size: 14px;
		letter-spacing: -0.2px;
	}
	.apply_item + .apply_item {
		margin-top: 16px;
	}
}
@media (max-width: 1024px) {
	.learn .section_top:before {
		background-image: url("../images/section-top-learn-tablet.svg");
	}
	.learn .section_top_desc {
		width: calc(100% - 200px);
	}
	.detail h2 {
		font-size: 36px;
		margin: 35px auto 64px;
		max-width: 312px;
	}
	.apply_wrap {
		padding: 0 24px;
	}
	.apply_item {
		padding: 24px 16px 32px;
	}
	.apply_item .title {
		padding-left: 4px;
		font-size: 18px;
	}
	.apply_item .program {
		font-size: 16px;
	}
	.apply_item .info_item + .info_item {
		margin-top: 16px;
	}
	.apply_item .info_item .input_area {
		margin-top: 8px;
	}
	.apply_item .info_item .input_area .count .count_input {
		width: calc(100% - 112px);
		height: 48px;
	}
	.apply_item .info_item .input_area .count .count_input .popup_confirm_ip {
		height: 48px;
	}
	.apply_item .info_item .input_area .count .btn_count {
		width: 48px;
		height: 48px;
	}
	.apply_item .info_item .input_area .popup_confirm_combi .popup_confirm_ip {
		flex: 1;
		width: 100%;
	}
	.apply_item .info_item .input_area .popup_confirm_combi a {
		width: 108px;
	}
	.apply_item .info_item .input_area .file_input label {
		width: 108px;
	}
	.tab_wrap {
		margin: 24px 0 0;
	}
	.tab_btn {
		min-width: 137px;
		padding: 16.5px 0 15.5px 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 14px;
		letter-spacing: -0.56px;
		text-align: center;
	}
	.tab_btn + .tab_btn {
		margin-left: 8px;
	}
}
@media (max-width: 768px) {
	.learn .section_top:before {
		display: none;
	}
	.learn .section_top_desc {
		width: 100%;
	}
	.apply_wrap {
		padding: 0;
	}
	.apply_wrap > div.left, .apply_wrap > div.right {
		float: none;
		width: 100%;
	}
	.tab_wrap {
		width: 100%;
		justify-content: center;
	}
}
/* =========================================================
 * learn detail complete
 * ========================================================= */
.learn_detail_complete .inner {
	max-width: 1224px;
	padding: 21px 96px 80px 96px;
}
.learn_detail_complete .section_header {
	padding: 0 72px;
}

.detail_complete_cont {
	width: 100%;
	padding: 0 72px;
}

.complete_box {
	width: 100%;
	padding: 32px 36px;
	border-radius: 8px;
	border: solid 1px #e8e9f9;
	background-color: #fbfbfe;
}
.complete_box.complete_box_white {
	border: solid 1px #9f9fa1;
	background-color: #fff;
}
.complete_box + .complete_box {
	margin-top: 24px;
}

.complete_box_title {
	display: block;
	font-family: "GothicA1";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #0f1013;
}

.complete_box_info {
	margin-top: 24px;
}

.complete_box_info_title {
	display: block;
	margin-bottom: 12px;
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
}

.complete_box_info_row {
	position: relative;
	margin-top: 8px;
	padding-left: 116px;
}
.complete_box_info_row:first-child {
	margin-top: 0;
}

.complete_box_info_cate {
	display: inline-block;
	position: absolute;
	width: 116px;
	padding-right: 36px;
	left: 0;
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #3f4042;
	box-sizing: border-box;
}

.complete_box_info_text {
	display: block;
	font-family: "GothicA1";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #3f4042;
}

.detail_complete_bottom {
	display: block;
	margin-top: 24px;
	text-align: center;
}

.detail_complete_btn {
	display: inline-block;
	width: 260px;
	height: 72px;
	vertical-align: top;
}
.detail_complete_btn + .detail_complete_btn {
	margin-left: 16px;
}
.detail_complete_btn .button {
	padding: 19px 20px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.8px;
}

@media (max-width: 1440px) {
	.learn_detail_complete .inner {
		max-width: 100%;
		padding: 21px 28px 80px 28px;
	}
}
@media (max-width: 1024px) {
	.learn_detail_complete .inner {
		padding: 16px 16px 64px;
	}
	.learn_detail_complete .section_header {
		padding: 0;
	}
	.learn_detail_complete .section_header_title {
		max-width: 100%;
		margin: 32px 0 64px;
	}
	.detail_complete_cont {
		padding: 0;
	}
	.complete_box {
		padding: 24px 20px 32px;
	}
	.complete_box_title {
		font-size: 18px;
		line-height: 1.78;
		letter-spacing: -0.8px;
	}
	.complete_box_info + .complete_box_info {
		margin-top: 32px;
	}
	.complete_box_info_row {
		margin-top: 12px;
	}
	.detail_complete_btn {
		width: 160px;
		height: 48px;
	}
	.detail_complete_btn + .detail_complete_btn {
		margin-left: 8px;
	}
	.detail_complete_btn .button {
		padding: 14px 16px;
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.2px;
	}
}
/* =========================================================
 * 소장품 story
 * ========================================================= */
.story_footer {
	margin-top: 32px;
	padding: 16px 0 0;
	border-top: 1px solid #e8e9f9;
}
.story_footer p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #484848;
}
.story_footer p a {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	font-weight: 500;
	color: #4e55d5;
	text-decoration: underline;
}
.story_footer p br {
	display: none;
}

.page_list {
	background-color: #fff;
	transition: top 0.4s;
}
.page_list.stick {
	padding: 12px 36px;
	position: fixed;
	top: 88px;
	left: 0;
	right: 0;
	z-index: 50;
	opacity: 0.98;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
}
.page_list.stick.is-open {
	z-index: 102;
}
.page_list.stick + .sort {
	margin-top: 220px;
}
.page_list.stick .page_list_item .swiper-wrapper {
	display: flex;
}
.page_list.stick .swiper-button-prev {
	display: block;
	left: 16px;
	transform: translateY(-50%);
	z-index: 10;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
}
.page_list.stick .swiper-button-prev.swiper-button-disabled {
	display: none;
}
.page_list.stick .swiper-button-prev:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 13px;
	width: 21px;
	height: 21px;
	background: url(../images/icon/ico-slide-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.page_list.stick .swiper-button-next {
	display: block;
	right: 16px;
	transform: translateY(-50%);
	z-index: 10;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #3f4042;
	margin-top: 0;
	background-image: none;
}
.page_list.stick .swiper-button-next.swiper-button-disabled {
	display: none;
}
.page_list.stick .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 13px;
	width: 21px;
	height: 21px;
	background: url(../images/icon/ico-slide-next.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page_list.is-open .page_list_label:after {
	transform: rotate(180deg);
}
.page_list.stick-hide {
	top: -88px;
	opacity: 0;
}
.page_list .swiper-button-prev {
	display: none;
}
.page_list .swiper-button-next {
	display: none;
}

.page_list_label {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 14px 30px 14px 44px;
	border: solid 1px #6f7071;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: -0.2px;
	color: #3f4042;
}
.page_list_label:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 16px;
	width: 20px;
	height: 20px;
	background: url(../images/icon/ico-filter-collect.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page_list_label:after {
	content: "";
	position: absolute;
	top: 19px;
	right: 16px;
	width: 10px;
	height: 10px;
	background: url(../images/icon/ico-filter-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page_list_con {
	margin: -4px -2px;
	z-index: 100;
}

.page_list_item .swiper-wrapper {
	display: block;
}

.page_list_item_title {
	width: 100%;
	margin-bottom: 28px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: center;
	color: #0f1013;
	text-align: center;
}

.page_link {
	flex: 0 0 auto;
	display: inline-block;
	width: auto;
	margin: 4px 2px;
	padding: 11px 32px;
	border-radius: 28px;
	border: solid 1px #e8e9f9;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: center;
	color: #3f4042;
}
.page_link.is-active {
	background-color: #4e55d5;
	color: #fff;
}

.page_list_close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 48px;
	height: 48px;
	background: url(../images/icon/ico-filter-close.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 1280px) {
	.page_list.stick + .sort {
		margin-top: 252px;
	}
	.page_link {
		padding: 7px 24px;
	}
}
@media (max-width: 1024px) {
	.story_footer {
		margin-top: 24px;
	}
	.story_footer p br {
		display: block;
	}
	.page_list.stick {
		opacity: 1;
		top: 56px;
		padding: 0;
	}
	.page_list.stick + .sort {
		margin-top: 155px;
	}
	.page_list.stick .page_list_label {
		border-left: none;
		border-right: none;
	}
	.page_list.stick .page_list_item .swiper-wrapper {
		display: block;
	}
	.page_list.stick .swiper-button-prev,
	.page_list.stick .swiper-button-next {
		display: none;
	}
	.page_list.is-open .page_list_con {
		display: block;
	}
	.page_list.stick-hide {
		top: -56px;
	}
	.page_list_con {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.page_list_dim {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 101;
	}
	.page_list_item {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 102;
		width: 100%;
		padding: 28px 16px 0 16px;
		border-radius: 24px 24px 0 0;
		background-color: #fff;
	}
	.page_list_item .swiper-wrapper {
		display: block;
		padding: 0 0 16px 0;
		max-height: 280px;
		overflow-y: auto;
	}
	.page_link {
		display: block;
		width: 100%;
		margin: 0;
		padding: 16px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.5;
		letter-spacing: -0.6px;
		text-align: left;
		color: #3f4042;
	}
	.page_link.is-active {
		background-color: #fbfbfe;
		color: #4e55d5;
	}
}
@media (max-width: 768px) {
	.story_footer {
		margin-top: 24px;
	}
	.story_footer p {
		font-size: 14px;
	}
	.story_footer p a {
		font-size: 14px;
	}
	.story_footer p br {
		display: block;
	}
}
/* =========================================================
 * empty
 * ========================================================= */
.cont_empty {
	position: relative;
	margin: 124px 0 80px;
}
.cont_empty .cont {
	padding-top: 88px;
	background: url(../images/cont-empty.png) no-repeat top center;
	background-size: 124px 72px;
	text-align: center;
}
.cont_empty .cont .text {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: center;
	color: #0f1013;
}
.cont_empty .cont .text b {
	display: block;
	margin-bottom: 8px;
	font-family: GowunBatang;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: -1.2px;
	text-align: center;
	color: #0f1013;
}
.cont_empty .cont .text br {
	display: none;
}

@media (max-width: 1024px) {
	.cont_empty {
		margin: 64px 0 16px;
	}
	.cont_empty .cont {
		padding-top: 96px;
	}
	.cont_empty .cont .text br {
		display: block;
	}
	.noticeList .cont_empty {
		margin-top: 16px;
	}
}
/* =========================================================
 * main
 * ========================================================= */
/* main_learn */
.main_learn {
	position: relative;
	padding: 200px 0;
}
.main_learn .bg_text {
	position: absolute;
	display: block;
	width: 100% !important;
	-webkit-text-stroke: 1px #23252d;
	font-family: GowunBatang;
	font-size: 480px;
	font-weight: bold;
	line-height: 1.04;
	letter-spacing: -20px;
	text-align: center;
	color: rgba(15, 16, 19, 0);
	white-space: nowrap;
}
.main_learn .sec_scroll {
	position: relative;
}
.main_learn .sec_scroll .sec_text {
	padding-left: 50%;
}
.main_learn .sec_scroll .sec_text .sec_title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
}
.main_learn .sec_scroll .sec_text .sec_desc {
	display: block;
	margin-top: 24px;
	font-family: GowunBatang;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}
.main_learn .sec_scroll .scroll_card .scroll_box.swiper-wrapper {
	display: block;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box {
	margin-top: 160px;
	text-align: center;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(1) {
	margin-top: 120px;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(1) .scroll_card_item {
	margin-right: 7.5%;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(1) .scroll_card_item .txt {
	float: right;
	margin-right: 40px;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(2) .scroll_card_item {
	margin-right: 36%;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(3) .scroll_card_item {
	margin-left: 30%;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(3) .scroll_card_item .txt {
	float: right;
	margin-right: 72px;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(4) .scroll_card_item {
	margin-right: 18%;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(4) .scroll_card_item .txt {
	float: left;
	margin-left: 40px;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(5) .scroll_card_item {
	margin-left: 36%;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(5) .scroll_card_item .txt {
	float: right;
	margin-right: 64px;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(6) .scroll_card_item {
	margin-right: 40%;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(6) .scroll_card_item .txt {
	float: left;
	margin-left: 40px;
}
.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(7) .scroll_card_item {
	margin-right: 8%;
}
.main_learn .sec_scroll .scroll_card .scroll_card_item {
	position: relative;
	display: inline-block;
	width: 368px;
	height: 480px;
	padding-top: 40px;
	border: solid 1px #d2d3f6;
	transition: 0.2s;
	background-color: #f4f4fc;
	overflow: hidden;
	transform: translateY(200px);
}
.main_learn .sec_scroll .scroll_card .scroll_card_item .txt {
	position: relative;
	z-index: 10;
}
.main_learn .sec_scroll .scroll_card .scroll_card_item .txt span {
	display: block;
	font-family: GowunBatang;
	font-size: 48px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #0f1013;
	transition: 0.2s;
}
.main_learn .sec_scroll .scroll_card .scroll_card_item .txt span:nth-child(2) {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #0f1013;
}
.main_learn .sec_scroll .scroll_card .scroll_card_item .ani {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main_learn .sec_scroll .scroll_card .scroll_card_item:hover {
	border-color: #4e55d5;
}
.main_learn .sec_scroll .scroll_card .scroll_card_item:hover .txt span {
	color: #4e55d5;
}

@media (min-width: 1025px) {
	.main_learn .sec_scroll .scroll_card .scroll_box.swiper-wrapper {
		transform: translate3d(0, 0, 0) !important;
	}
}
@media (max-width: 1280px) {
	.main_learn {
		padding-bottom: 176px;
	}
}
@media (max-width: 1024px) {
	.main_learn {
		padding-bottom: 160px;
	}
	.main_learn .bg_text {
		display: none;
	}
	.main_learn .sec_scroll .sec_text {
		padding-left: 210px;
	}
	.main_learn .sec_scroll .sec_text .sec_title {
		font-size: 16px;
		letter-spacing: -0.4px;
	}
	.main_learn .sec_scroll .sec_text .sec_desc {
		margin-top: 20px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_learn .sec_scroll .scroll_card {
		width: 100vw;
		margin-top: 80px;
		padding-left: 210px;
		padding-right: 24px;
	}
	.main_learn .sec_scroll .scroll_card .scroll_box.swiper-wrapper {
		display: flex;
	}
	.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box {
		width: 348px !important;
		margin-top: 0 !important;
		text-align: left;
	}
	.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box.swiper-slide-active .scroll_card_item {
		border-color: #4e55d5;
	}
	.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box.swiper-slide-active .scroll_card_item .txt span {
		color: #4e55d5;
	}
	.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box .scroll_card_item {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.main_learn .sec_scroll .scroll_card .scroll_card_item {
		width: 348px;
		height: 454px;
		transform: translateY(0) !important;
	}
	.main_learn .sec_scroll .scroll_card .scroll_card_item:hover {
		border-color: #d2d3f6;
	}
	.main_learn .sec_scroll .scroll_card .scroll_card_item:hover .txt span {
		color: #0f1013;
	}
	.main_learn .sec_scroll .scroll_card .scroll_card_item .txt span {
		font-size: 30px;
		transition: 0.2s;
	}
	.main_learn .sec_scroll .scroll_card .scroll_card_item .txt span:nth-child(2) {
		margin-top: 4px;
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.main_learn {
		padding: 160px 0 160px 0;
	}
	.main_learn .sec_scroll .sec_text {
		padding: 0 16px;
	}
	.main_learn .sec_scroll .scroll_card {
		margin-top: 64px;
		padding-left: 16px;
	}
	.main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box {
		width: 282px !important;
	}
	.main_learn .sec_scroll .scroll_card .scroll_card_item {
		width: 282px;
		height: 368px;
	}
}
/* main_guide */
.main_guide .inner {
	max-width: 1618px;
	padding: 330px 40px 50px 40px;
	margin: 0 auto;
}

.main_guide_title {
	margin-bottom: 88px;
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}

.main_guide_con:after {
	content: "";
	display: block;
	clear: both;
}
.main_guide_con.is-show .main_guide_list:after {
	width: 100%;
}
.main_guide_con.is-show .main_guide_item:after {
	width: 100%;
}

.main_guide_list {
	position: relative;
	float: left;
	width: calc(50% - 11px);
	margin-right: 11px;
}
.main_guide_list .swiper-wrapper {
	display: block;
}
.main_guide_list:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #6F7071;
	transition: width 1s;
	transition-delay: 0.2s;
}

.main_guide_item {
	display: inline-block;
	padding: 40px 28px 93px 40px;
}
.main_guide_item:hover .guide_link span {
	transform: translateX(8px);
	color: #4e55d5;
}
.main_guide_item:hover .guide_link span:after {
	right: -16px;
	opacity: 1;
}
.main_guide_item:hover .guide_link:before {
	right: -28px;
}
.main_guide_item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #6F7071;
	transition: width 1s;
	transition-delay: 0.2s;
}

.guide_title {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
	transition: 0.25s color;
}

.guide_desc {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
	transition: 0.25s color;
}

.guide_link {
	position: absolute;
	bottom: 31px;
	right: 36px;
}
.guide_link:before {
	content: "";
	transition: 0.45s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #4e55d5;
}
.guide_link span {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
	transition: 0.25s;
	transform: translateX(0);
}
.guide_link span:after {
	content: "";
	transition: 0.2s opacity, 0.35s right;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url(../images/icon/ico-more.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
}

.main_guide_thumb {
	position: relative;
	float: right;
	width: calc(50% - 11px);
	height: 740px;
	margin-left: 11px;
}

.main_guide_lottie {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.main_guide_lottie:first-of-type {
	display: block;
}

.main_guide_anim {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main_guide_anim svg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) !important;
	width: auto !important;
	height: 100%;
}

@media (max-width: 1280px) {
	.main_guide .inner {
		padding: 322px 0 33px 26px;
	}
	.main_guide_title {
		margin-bottom: 78px;
		font-size: 36px;
		line-height: 1.39;
		letter-spacing: -2.2px;
	}
	.main_guide_item {
		padding: 34px 36px 83px 34px;
	}
	.guide_title {
		font-size: 15px;
		font-weight: 800;
		line-height: 1.6;
		letter-spacing: -1.2px;
	}
	.guide_desc {
		margin-top: 13px;
		font-size: 22px;
		line-height: 1.45;
		letter-spacing: -1.6px;
	}
	.main_guide_thumb {
		height: 656px;
	}
}
@media (max-width: 1024px) {
	.main_guide .inner {
		padding: 310px 26px 10px 26px;
	}
	.main_guide_title {
		margin-bottom: 64px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_guide_list {
		float: initial;
		width: 100%;
		margin: 0;
		border-top: 1px solid #6f7071;
		border-bottom: 1px solid #6f7071;
	}
	.main_guide_list .swiper-wrapper {
		display: flex;
	}
	.main_guide_list:after {
		content: none;
	}
	.main_guide_item {
		padding: 40px 0 48px 0;
		border: none;
	}
	.main_guide_item:hover .guide_title {
		color: #0f1013;
	}
	.main_guide_item:hover .guide_desc {
		color: #0f1013;
	}
	.main_guide_item:after {
		content: none;
	}
	.guide_title {
		margin-top: 24px;
		padding-left: 8px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.guide_desc {
		padding-left: 8px;
		font-size: 20px;
		line-height: 1.4;
		letter-spacing: -1px;
		color: #0f1013;
	}
	.main_guide_lottie_mo {
		position: relative;
		width: 100%;
		height: 46.875vw;
		overflow: hidden;
		background-color: #23252d;
	}
	.main_guide_anim_mo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 768px) {
	.main_guide .inner {
		padding: 310px 16px 10px 16px;
	}
	.guide_title {
		padding-left: 8px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.main_guide_title {
		margin-bottom: 48px;
	}
	.main_guide_item {
		padding: 40px 0;
	}
	.main_guide_lottie_mo {
		height: 88.888vw;
	}
}
/* main_together */
.main_together {
	padding: 0 0 160px 0;
}
.main_together .inner {
	max-width: 1618px;
	margin: 0 auto;
	padding: 0 40px;
}

.main_together_top {
	width: 100%;
	text-align: center;
	margin-bottom: 120px;
}
.main_together_top .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.4px;
	color: #0f1013;
}
.main_together_top .desc {
	margin-top: 24px;
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #0f1013;
}

.main_together_list .swiper-wrapper {
	display: block;
}

.main_together_item {
	display: inline-block;
}
.main_together_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #6f7071;
	transition: width 0.4s;
}
.main_together_item:last-of-type:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #6f7071;
	transition: width 0.4s;
}
.main_together_item.is-show:before {
	width: 100%;
}
.main_together_item.is-show:last-of-type:after {
	width: 100%;
}
.main_together_item:hover .main_together_link:before {
	right: -28px;
}
.main_together_item:hover .main_together_link span {
	margin-left: 14px;
	color: #4e55d5;
}
.main_together_item:hover .main_together_link span:after {
	right: -16px;
	opacity: 1;
}

.main_together_img {
	display: inline-block;
	width: 584px;
}
.main_together_img.is-right {
	float: right;
}
.main_together_img img {
	width: 100%;
}

.main_together_text {
	display: inline-block;
	width: calc(100% - 584px);
	padding: 84px 0 0 196px;
	vertical-align: top;
}
.main_together_text.is-left {
	text-align: right;
	padding: 84px 196px 0 0;
}
.main_together_text.is-left .main_together_text_wrap {
	text-align: left;
}

.main_together_text_wrap {
	display: inline-block;
	width: auto;
	max-width: 500px;
}

.main_together_title {
	font-family: "GowunBatang";
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
}

.main_together_desc {
	margin-top: 8px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.8px;
	color: #0f1013;
}

.main_together_link {
	position: relative;
	display: inline-block;
	margin-top: 32px;
	cursor: pointer;
}
.main_together_link:before {
	content: "";
	transition: 0.45s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #4e55d5;
}
.main_together_link span {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
	transition: 0.25s;
	transform: translateX(0);
}
.main_together_link span:after {
	content: "";
	transition: 0.2s opacity, 0.35s right;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url(../images/icon/ico-more.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
}

@media (max-width: 1440px) {
	.main_together_text {
		padding: 84px 0 0 119px;
	}
	.main_together_text.is-left {
		padding: 84px 119px 0 0;
	}
}
@media (max-width: 1280px) {
	.main_together {
		padding: 0 0 128px 0;
	}
	.main_together_top {
		margin-bottom: 108px;
	}
	.main_together_top .title {
		font-size: 22px;
		line-height: 1.18;
		letter-spacing: -1.7px;
	}
	.main_together_top .desc {
		margin-top: 24px;
		font-size: 35px;
		line-height: 1.43;
		letter-spacing: -1.4px;
	}
	.main_together_img {
		width: 520px;
	}
	.main_together_text {
		padding: 78px 0 0 104px;
	}
	.main_together_text.is-left {
		padding: 78px 104px 0 0;
	}
	.main_together_title {
		font-size: 28px;
		line-height: 1.36;
		letter-spacing: -0.7px;
	}
	.main_together_desc {
		margin-top: 10px;
		font-size: 18px;
		line-height: 1.44;
		letter-spacing: -0.6px;
	}
}
@media (max-width: 1024px) {
	.main_together {
		padding: 0 0 180px 0;
	}
	.main_together .inner {
		padding: 0 26px;
	}
	.main_together_top {
		margin-bottom: 80px;
		text-align: left;
	}
	.main_together_top .title {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.main_together_top .desc {
		margin-top: 19px;
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.main_together_list {
		border: none;
	}
	.main_together_list .swiper-wrapper {
		display: flex;
	}
	.main_together_item {
		cursor: pointer;
	}
	.main_together_item:before {
		content: none;
	}
	.main_together_item:last-of-type:after {
		content: none;
	}
	.main_together_img {
		display: block;
		width: 100%;
	}
	.main_together_text {
		display: block;
		width: 100%;
		padding: 40px 0 0 8px;
	}
	.main_together_text.is-left {
		float: right;
		display: block;
		width: 100%;
		padding: 40px 0 0 8px;
		text-align: left;
	}
	.main_together_text_wrap {
		max-width: none;
	}
	.main_together_title {
		font-size: 28px;
		line-height: 1.29;
		letter-spacing: -1.4px;
	}
	.main_together_desc {
		margin-top: 12px;
		font-size: 20px;
		line-height: 1.4;
		letter-spacing: -0.5px;
	}
}
@media (max-width: 768px) {
	.main_together {
		padding: 0 0 130px 0;
	}
	.main_together .inner {
		padding: 0 16px;
	}
	.main_together_top {
		margin-bottom: 64px;
	}
	.main_together_title {
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: -1.2px;
	}
	.main_together_desc {
		margin-top: 8px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
}
/* main_collect */
.main_collect {
	padding: 150px 24px;
	background-color: #0f1013;
}
.main_collect .sec_text {
	text-align: center;
}
.main_collect .sec_text .sec_title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #fff;
}
.main_collect .sec_text .sec_desc {
	display: block;
	font-family: GowunBatang;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: -2px;
	color: #fff;
}
.main_collect .collect_cat {
	position: relative;
	max-width: 1208px;
	margin: 82px auto 0;
	text-align: center;
}
.main_collect .collect_cat .swiper-wrapper {
	display: block;
}
.main_collect .collect_cat .swiper-pagination {
	display: none;
}
.main_collect .collect_cat .collect_row {
	display: inline;
}
.main_collect .collect_cat .collect_row .collect_link {
	display: inline-block;
	height: 64px;
	line-height: 64px;
	margin: 4px;
	padding: 0 32px;
	border-radius: 32px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	font-size: 18px;
	letter-spacing: -0.4px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	transition: 0.1s;
	vertical-align: middle;
}
.main_collect .collect_cat .collect_row .collect_link .collect_icon {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	margin-right: 8px;
	font-size: 0;
	line-height: 0;
}
.main_collect .collect_cat .collect_row .collect_link .collect_icon img {
	max-height: 100%;
}
.main_collect .collect_cat .collect_row .collect_link:hover {
	border-color: #4e55d5;
	background-color: #4e55d5;
}
.main_collect .collect_cat .collect_row:nth-child(3) .collect_link:nth-child(1) .collect_icon {
	height: 22px;
}
.main_collect .collect_cat .collect_row:nth-child(3) .collect_link:nth-child(2) .collect_icon {
	height: 37px;
}

.main_collect_inner {
	opacity: 0;
	transform: translateY(120px);
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.main_collect_inner.is-active {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1280px) {
	.main_collect {
		padding: 274px 24px;
	}
	.main_collect .sec_text .sec_title {
		font-size: 22px;
	}
	.main_collect .sec_text .sec_desc {
		font-size: 35px;
	}
	.main_collect .collect_cat {
		margin-top: 72px;
	}
	.main_collect .collect_cat .collect_row .collect_link {
		height: 58px;
		line-height: 58px;
		padding: 0 28px;
		font-size: 16px;
	}
	.main_collect .collect_cat .collect_row .collect_link .collect_icon {
		height: 36px;
	}
	.main_collect .collect_cat .collect_row:nth-child(3) .collect_link:nth-child(1) .collect_icon {
		height: 20px;
	}
	.main_collect .collect_cat .collect_row:nth-child(3) .collect_link:nth-child(2) .collect_icon {
		height: 33px;
	}
}
@media (max-width: 1024px) {
	.main_collect {
		padding: 178px 24px;
	}
	.main_collect .sec_text .sec_title {
		font-size: 16px;
	}
	.main_collect .sec_text .sec_desc {
		font-size: 32px;
	}
	.main_collect .collect_cat {
		max-width: 100%;
		margin-top: 80px;
	}
	.main_collect .collect_cat .collect_row .collect_link {
		height: 48px;
		line-height: 48px;
		padding: 0 24px;
		font-size: 13px;
		color: #fff;
	}
	.main_collect .collect_cat .collect_row .collect_link .collect_icon {
		margin-right: 6px;
		height: 32px;
	}
	.main_collect .collect_cat .collect_row:nth-child(2) .collect_link:nth-child(4) .collect_icon {
		height: 22px;
	}
	.main_collect .collect_cat .collect_row:nth-child(2) .collect_link:nth-child(5) .collect_icon {
		height: 25px;
	}
	.main_collect .collect_cat .collect_row:nth-child(3) .collect_link:nth-child(1) .collect_icon {
		height: 18px;
	}
	.main_collect .collect_cat .collect_row:nth-child(3) .collect_link:nth-child(2) .collect_icon {
		height: 30px;
	}
	.main_collect_inner {
		transform: translateY(80px);
	}
}
@media (max-width: 768px) {
	.main_collect {
		padding: 103px 16px 84px 16px;
	}
	.main_collect .sec_text {
		text-align: left;
	}
	.main_collect .collect_cat {
		margin-top: 64px;
	}
	.main_collect .collect_cat .swiper-wrapper {
		display: flex;
	}
	.main_collect .collect_cat .swiper-pagination {
		position: static;
		display: block;
		margin-top: 40px;
	}
	.main_collect .collect_cat .swiper-pagination .swiper-pagination-bullet {
		position: relative;
		width: 12px;
		height: 12px;
		margin: 0 14px;
		background: url(../images/icon/ico-pagenation-basic.png) no-repeat center/cover;
		opacity: 1;
		box-sizing: border-box;
	}
	.main_collect .collect_cat .swiper-pagination .swiper-pagination-bullet:after {
		content: "";
		position: absolute;
		top: -10px;
		left: -10px;
		right: -10px;
		bottom: -10px;
		z-index: 1;
	}
	.main_collect .collect_cat .swiper-pagination .swiper-pagination-bullet-active {
		background-image: url(../images/icon/ico-pagenation-active.png);
	}
	.main_collect .collect_cat .collect_row {
		display: block;
		text-align: left;
	}
}
/* =========================================================
 * Main - en
 * ========================================================= */
.main.en .main_hero_sub {
	max-width: 853px;
}
.main.en .main_guide_list {
	height: 740px;
}
.main.en .main_guide_item {
	height: 33.333%;
}
.main.en .guide_desc {
	max-width: 599px;
}
.main.en .main_explore {
	padding: 0;
}
.main.en .main_explore_title .sec_desc .br-mobile {
	display: inline-block;
}
.main.en .main_explore_cont {
	max-width: 1608px;
}
.main.en .main_explore_item {
	text-align: center;
}
.main.en .main_explore_item:nth-child(2) {
	text-align: center;
}
.main.en .main_explore_item:nth-child(4) {
	max-width: none;
	text-align: center;
}
.main.en .main_explore_link {
	font-size: 140px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -8px;
}
.main.en .main_explore_link .br-mobile {
	display: none;
}
.main.en .main_together_desc {
	max-width: 498px;
}
.main.en .main_learn .bg_text {
	letter-spacing: normal;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box {
	display: flex;
	flex-direction: column;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(1) .scroll_card_item .txt {
	float: none;
	padding: 0 24px;
	margin-right: 0;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(2) .scroll_card_item {
	padding-top: 48px;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(3) .scroll_card_item {
	padding-top: 40px;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(3) .scroll_card_item .txt {
	float: none;
	margin-right: 0;
	padding: 0 24px;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(3) .scroll_card_item .txt span {
	text-align: right;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(4) .scroll_card_item {
	padding-top: 48px;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(4) .scroll_card_item .txt {
	float: none;
	margin-left: 0;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(5) .scroll_card_item .txt {
	float: none;
	margin-right: 0;
	padding: 0 24px;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(6) .scroll_card_item {
	margin-right: 8%;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(6) .scroll_card_item .txt {
	float: none;
	margin-left: 0;
	padding: 0 24px;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(6) .scroll_card_item .txt span {
	white-space: nowrap;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box .scroll_card_item {
	padding-top: 24px;
}
.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box .scroll_card_item .txt span {
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -0.4px;
	text-align: center;
}
.main.en .main_learn .sec_scroll .sec_text {
	padding-right: 40px;
}
.main.en .main_learn .sec_scroll .sec_text .sec_desc {
	max-width: 628px;
}

@media (max-width: 1600px) {
	.main.en .hero_notice_header_txt {
		padding-left: 28px;
	}
}
@media (max-width: 1440px) {
	.main.en .main_explore_link {
		font-size: 112px;
		letter-spacing: -6px;
	}
}
@media (max-width: 1280px) {
	.main.en .main_guide_list {
		height: 656px;
	}
	.main.en .main_explore_link {
		font-size: 90px;
	}
}
@media (max-width: 1024px) {
	.main.en .main_hero_sub_txt {
		max-width: 442px;
		margin: 0 auto;
		text-align: center;
	}
	.main.en .main_guide_list {
		height: auto;
	}
	.main.en .main_explore {
		padding: 0;
	}
	.main.en .main_explore_title .sec_desc {
		max-width: 478px;
	}
	.main.en .main_explore_title .sec_desc .br-mobile {
		display: none;
	}
	.main.en .main_explore_cont {
		margin: 0;
		padding-top: 120px;
		background-position: center;
	}
	.main.en .main_explore_link {
		max-width: none;
		font-size: 140px;
		font-weight: normal;
		line-height: 1.27;
		letter-spacing: -3.6px;
		text-align: center;
	}
	.main.en .main_together_top .desc {
		max-width: 532px;
	}
	.main.en .main_learn .sec_scroll .scroll_card .scroll_box {
		flex-direction: row;
	}
	.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box .scroll_card_item .txt {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box .scroll_card_item .txt span {
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.main.en .main_guide_title br {
		display: none;
	}
	.main.en .main_explore {
		padding: 0 16px;
	}
	.main.en .main_explore_cont {
		padding-top: 104px;
		width: calc(100% + 32px);
		margin-left: -16px;
	}
	.main.en .main_explore_link {
		padding: 0;
		font-size: 72px;
		line-height: 1.31;
		letter-spacing: -1.8px;
		transform: translate(-50%, calc(-50% - 26px));
	}
	.main.en .main_explore_link .is-mobile {
		display: none !important;
	}
	.main.en .main_explore_link .br-mobile {
		display: inline-block;
	}
	.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(1) .scroll_card_item {
		padding-top: 18px;
	}
	.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(2) .scroll_card_item {
		padding-top: 40px;
	}
	.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(3) .scroll_card_item {
		padding-top: 24px;
	}
	.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box:nth-child(4) .scroll_card_item {
		padding-top: 40px;
	}
	.main.en .main_learn .sec_scroll .scroll_card .scroll_box .scroll_card_box .scroll_card_item .txt span {
		font-size: 22px;
		letter-spacing: normal;
	}
	.main.en .main_learn .sec_scroll .sec_text {
		padding: 0 16px;
	}
}
/* =========================================================
* learn - en
* ========================================================= */
.learnEn .inner {
	width: 100%;
	max-width: 1720px;
	padding: 16px 40px 80px;
	margin: 0 auto;
}
.learnEn .breadcrumb {
	max-width: 100%;
}
.learnEn .breadcrumb .breadcrumb_item {
	white-space: nowrap;
}
.learnEn .breadcrumb .breadcrumb_item:nth-child(3) {
	overflow: hidden;
	text-overflow: ellipsis;
}
.learnEn .h2_en {
	margin: 40px 0 80px;
	font-family: GowunBatang;
	font-size: 56px;
	font-weight: bold;
	line-height: 1.29;
	letter-spacing: -2px;
	text-align: center;
	color: #0f1013;
}
.learnEn .h3_en {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.8px;
	color: #0f1013;
}
.learnEn .learn_tab_cont {
	margin-top: 72px;
}
.learnEn .learn_thumb ul {
	white-space: nowrap;
	overflow-x: auto;
}
.learnEn .learn_thumb ul li {
	display: inline-block;
	width: 528px;
}
.learnEn .learn_thumb ul li + li {
	margin-left: 14px;
}
.learnEn .learn_thumb ul li span {
	display: block;
}
.learnEn .learn_thumb ul li span img {
	max-width: 100%;
}
.learnEn .learn_cont {
	display: none;
	position: relative;
	width: 100%;
}
.learnEn .learn_cont.is-active {
	display: block;
}
.learnEn .desc_en {
	display: block;
	margin-top: 16px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -0.4px;
	color: #484848;
}
.learnEn .learn_pro {
	position: relative;
	margin-top: 72px;
}
.learnEn .learn_pro .pro_item {
	position: relative;
	padding: 56px 0;
}
.learnEn .learn_pro .pro_item + .pro_item {
	border-top: 1px solid #e8e9f9;
}
.learnEn .learn_pro .pro_item:after {
	content: "";
	display: block;
	clear: both;
}
.learnEn .learn_pro .pro_item .pro_title {
	float: left;
	width: 510px;
}
.learnEn .learn_pro .pro_item .pro_title > span {
	display: block;
}
.learnEn .learn_pro .pro_item .pro_title > span:after {
	content: "";
	display: block;
	clear: both;
}
.learnEn .learn_pro .pro_item .pro_title > span .index {
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	font-family: GowunBatang;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1.2px;
	text-align: center;
	color: #fff;
	background-color: #0f1013;
	vertical-align: top;
}
.learnEn .learn_pro .pro_item .pro_title > span .title {
	display: block;
	overflow: hidden;
	padding-left: 24px;
	font-family: GowunBatang;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: #0f1013;
}
.learnEn .learn_pro .pro_item .pro_title .learn_pro_thumb {
	display: block;
	float: right;
	width: calc(100% - 72px);
	margin-top: 15px;
}
.learnEn .learn_pro .pro_item .pro_title .learn_pro_thumb_img {
	display: block;
	width: 100%;
	height: auto;
}
.learnEn .learn_pro .pro_item .pro_cont {
	overflow: hidden;
	padding-left: 80px;
}
.learnEn .learn_pro .cont_item + .cont_item {
	margin-top: 16px;
}
.learnEn .learn_pro .cont_item:after {
	content: "";
	display: block;
	clear: both;
}
.learnEn .learn_pro .cont_item .cont_tit {
	float: left;
	width: 180px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -0.4px;
	color: #484848;
}
.learnEn .learn_pro .cont_item .cont_txt {
	display: block;
	overflow: hidden;
	padding-left: 56px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -0.4px;
	color: #484848;
}
.learnEn .learn_pro .cont_item .cont_txt .cont_subtxt {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #484848;
}
.learnEn .learn_pro .pro_link {
	display: block;
	margin-top: 16px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: -0.2px;
	color: #4e55d5;
}
.learnEn .learn_pro .pro_link + .pro_link {
	margin-top: 4px;
}
.learnEn .learn_notice {
	display: block;
	width: 100%;
	padding-top: 28px;
	border-top: 1px solid #e8e9f9;
}
.learnEn .learn_notice_text {
	font-family: "GothicA1";
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: -0.4px;
	color: #484848;
}

@media (max-width: 1280px) {
	.learnEn .inner {
		padding-left: 28px;
		padding-right: 28px;
	}
	.learnEn .h2_en {
		font-size: 48px;
	}
	.learnEn .h3_en {
		margin-bottom: 20px;
		font-size: 22px;
	}
	.learnEn .learn_thumb ul li {
		width: 402px;
	}
	.learnEn .learn_thumb ul li + li {
		margin-left: 10px;
	}
	.learnEn .desc_en {
		font-size: 18px;
	}
	.learnEn .learn_pro .pro_item {
		padding: 48px 0;
	}
	.learnEn .learn_pro .pro_item .pro_title {
		width: 39%;
	}
	.learnEn .learn_pro .pro_item .pro_title > span .index {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.learnEn .learn_pro .pro_item .pro_title > span .title {
		font-size: 30px;
	}
	.learnEn .learn_pro .pro_item .pro_title .learn_pro_thumb {
		width: calc(100% - 64px);
	}
	.learnEn .learn_pro .cont_item + .cont_item {
		margin-top: 20px;
	}
	.learnEn .learn_pro .cont_item .cont_tit {
		width: 172px;
		font-size: 18px;
	}
	.learnEn .learn_pro .cont_item .cont_txt {
		padding-left: 40px;
		font-size: 18px;
	}
	.learnEn .learn_pro .cont_item .cont_txt .cont_subtxt {
		margin-top: 6px;
		font-size: 14px;
	}
	.learnEn .learn_pro .pro_link {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.learnEn .inner {
		padding: 16px 24px 64px;
	}
	.learnEn .h2_en {
		margin: 32px 0 64px;
		font-size: 36px;
	}
	.learnEn .h3_en {
		font-size: 18px;
	}
	.learnEn .learn_tab_cont {
		margin-top: 32px;
	}
	.learnEn .desc_en {
		font-size: 16px;
	}
	.learnEn .learn_pro {
		width: calc(100% + 48px);
		margin-top: 32px;
		margin-left: -24px;
	}
	.learnEn .learn_pro .pro_item {
		padding: 48px 24px;
	}
	.learnEn .learn_pro .pro_item .pro_title {
		width: 100%;
		float: none;
	}
	.learnEn .learn_pro .pro_item .pro_title > span .index {
		display: block;
		float: none;
		margin-bottom: 16px;
	}
	.learnEn .learn_pro .pro_item .pro_title > span .title {
		font-size: 24px;
		padding-left: 0;
	}
	.learnEn .learn_pro .pro_item .pro_title .learn_pro_thumb {
		display: block;
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.learnEn .learn_pro .pro_item .pro_cont {
		padding-left: 0;
		margin-top: 40px;
	}
	.learnEn .learn_pro .cont_item + .cont_item {
		margin-top: 16px;
	}
	.learnEn .learn_pro .cont_item .cont_tit {
		width: 160px;
		font-size: 16px;
	}
	.learnEn .learn_pro .cont_item .cont_txt {
		font-size: 16px;
	}
	.learnEn .learn_pro .cont_item .cont_txt .cont_subtxt {
		margin-top: 8px;
	}
	.learnEn .learn_pro .pro_link {
		font-size: 14px;
	}
	.learnEn .learn_notice {
		padding: 28px 24px 0 24px;
	}
	.learnEn .learn_notice_text {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
}
@media (max-width: 768px) {
	.learnEn .learn_thumb ul li {
		width: 290px;
	}
	.learnEn .learn_pro .cont_item .cont_tit {
		width: 120px;
		font-size: 16px;
	}
	.learnEn .learn_pro .cont_item .cont_txt {
		font-size: 16px;
	}
}
/* =========================================================
 * introduce
 * ========================================================= */
.introduce {
	margin: 88px 0 0 0;
	text-align: center;
}

.introduce_top_title {
	font-family: "GowunBatang";
	font-size: 40px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: -2px;
	text-align: center;
	color: #0f1013;
}

.introduce_top_bg {
	margin-top: 64px;
	width: 100%;
	height: 560px;
	background: url(../images/thumbnail/img-thumb-introduce-hero.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.introduce_sec:first-of-type {
	margin: 304px 0;
}

.introduce_sec_title {
	font-family: "GowunBatang";
	font-size: 56px;
	font-weight: bold;
	line-height: 1.29;
	letter-spacing: -3.6px;
	text-align: center;
	color: #0f1013;
}

.introduce_sec_desc {
	margin-top: 48px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.78;
	letter-spacing: -0.6px;
	text-align: center;
	color: #0f1013;
}

.introduce_list {
	max-width: 1304px;
	margin: 150px auto 0 auto;
	padding: 80px 40px 0 40px;
}

.introduce_item {
	position: relative;
	width: 100%;
	height: 640px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.introduce_item + .introduce_item {
	margin-top: 72px;
}
.introduce_item:nth-child(2) .introduce_img {
	float: left;
	border-radius: 8px 0 0 8px;
}

.introduce_card {
	position: relative;
	height: 100%;
	border-radius: 8px;
	box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	transition: rotate 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.introduce_card.front {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(0deg);
	z-index: 2;
}
.introduce_card.back {
	display: inline-block;
	transform: rotateY(180deg);
	padding: 48px 40px;
	text-align: left;
	z-index: -1;
}
.introduce_card.back .introduce_button {
	background-image: url(../images/icon/ico-minus.png);
}
.introduce_card.back .introduce_title {
	margin-bottom: 88px;
}
.introduce_card.back .introduce_info {
	display: inline-block;
}

.introduce_text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	height: 100%;
	padding: 80px 72px 138px 72px;
	text-align: left;
}

.introduce_title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1.5px;
	color: #0f1013;
}

.introduce_subtitle {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.58;
	letter-spacing: -1.2px;
	color: #484848;
}

.introduce_desc {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.63;
	letter-spacing: -0.4px;
	color: #0f1013;
}

.introduce_img {
	float: right;
	position: relative;
	width: 50%;
	height: 100%;
	border-radius: 0 8px 8px 0;
	background-color: #23252d;
}

.introduce_anim {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.introduce_button {
	display: none;
}

@media (max-width: 1440px) {
	.introduce_sec:first-of-type {
		margin: 264px 0;
	}
}
@media (max-width: 1280px) {
	.introduce_top_title {
		font-size: 35px;
		line-height: 1.43;
		letter-spacing: -1.4px;
	}
	.introduce_top_bg {
		height: 498px;
		margin-top: 56px;
		background-image: url(../images/thumbnail/img-thumb-introduce-hero-1280.png);
	}
	.introduce_sec:first-of-type {
		margin: 260px 0;
	}
	.introduce_sec_title {
		font-size: 48px;
		line-height: 1.5;
		letter-spacing: -3px;
	}
	.introduce_sec_desc {
		font-size: 16px;
		line-height: 1.63;
		letter-spacing: -0.4px;
	}
	.introduce_list {
		padding: 64px 40px 0 40px;
	}
}
@media (max-width: 1024px) {
	.introduce {
		margin: 128px 0 0 0;
	}
	.introduce_top_title {
		font-size: 32px;
		line-height: 1.44;
		letter-spacing: -1.6px;
	}
	.introduce_top_bg {
		height: 72.917vw;
		margin-top: 48px;
		background-image: url(../images/thumbnail/img-thumb-introduce-hero-tablet.png);
	}
	.introduce_sec:first-of-type {
		margin: 160px 0 134px 0;
	}
	.introduce_sec_title {
		font-size: 36px;
		line-height: 1.33;
		letter-spacing: -2px;
	}
	.introduce_sec_desc {
		max-width: 485px;
		margin: 24px auto 0 auto;
		font-size: 16px;
		line-height: 1.63;
		letter-spacing: -0.4px;
	}
	.introduce_item {
		display: inline-block;
		height: 484px;
	}
	.introduce_item:after {
		content: "";
		display: block;
		clear: both;
	}
	.introduce_item + .introduce_item {
		margin-top: 56px;
	}
	.introduce_img {
		float: left;
		border-radius: 8px 0 0 8px;
	}
	.introduce_text {
		float: right;
		padding: 48px 40px;
	}
	.introduce_title {
		margin-bottom: 48px;
		font-size: 24px;
		line-height: 1.58;
		letter-spacing: -1.2px;
		word-break: break-all;
	}
	.introduce_subtitle {
		margin-bottom: 13px;
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: -1px;
	}
	.introduce_desc {
		font-size: 15px;
		line-height: 1.67;
		letter-spacing: -0.2px;
	}
}
@media (max-width: 768px) {
	.introduce {
		margin: 72px 0 0 0;
	}
	.introduce .inner {
		padding: 0 16px;
	}
	.introduce_top_title {
		font-size: 28px;
		line-height: 1.64;
		letter-spacing: -1.8px;
	}
	.introduce_top_bg {
		height: 100vw;
		width: calc(100% + 32px);
		margin-left: -16px;
		background-image: url(../images/thumbnail/img-thumb-introduce-hero-mobile.png);
	}
	.introduce_sec:first-of-type {
		margin: 117px 0 111px 0;
	}
	.introduce_list {
		padding: 56px 0 0 0;
	}
	.introduce_item {
		height: auto;
	}
	.introduce_item:nth-child(2) .introduce_img {
		border-radius: 8px 8px 0 0px;
	}
	.introduce_item.is-rotate .introduce_card.front {
		transform: rotateY(-180deg);
		z-index: -1;
	}
	.introduce_item.is-rotate .introduce_card.back {
		transform: rotateY(0deg);
		z-index: 2;
	}
	.introduce_img {
		display: inline-block;
		width: 100%;
		height: 59.137%;
		border-radius: 8px 8px 0 0;
	}
	.introduce_img svg {
		border-radius: 8px 8px 0 0;
	}
	.introduce_text {
		width: 100%;
		height: auto;
		padding: 40px 40px 83px 40px;
	}
	.introduce_title {
		margin: 0;
	}
	.introduce_info {
		display: none;
	}
	.introduce_card {
		height: 580px;
		transition: transform 0.6s;
	}
	.introduce_card.front {
		height: 580px;
	}
	.introduce_button {
		display: inline-block;
		position: absolute;
		right: 24px;
		bottom: 24px;
		width: 40px;
		height: 40px;
		border: 1px solid #0f1013;
		border-radius: 100%;
		background-image: url(../images/icon/ico-plus.png);
		background-repeat: no-repeat;
		background-size: 24px 24px;
		background-position: center;
		z-index: 1;
	}
}
/* =========================================================
* survey
* ========================================================= */
.survey {
	margin: 0 0 80px 0;
}
.survey .inner {
	max-width: 1416px;
	margin: 0 auto;
	padding: 0 96px;
}
.survey .detail_cont {
	padding: 64px 0 8px 0;
}

.survey_edit {
	padding: 40px 24px;
}
.survey_edit .text {
	font-size: 16px;
}
.survey_edit .text * {
	max-width: 100%;
	font-size: inherit;
}
.survey_edit .text:after {
	content: "";
	display: block;
	clear: both;
}

.survey_box {
	margin-top: 24px;
	padding: 40px 32px;
	border-radius: 8px;
	border: solid 1px #e8e9f9;
	background-color: #fbfbfe;
}
.survey_box.is-error .survey_title {
	color: #dc4f4a;
}
.survey_box.is-error .survey_desc {
	color: #dc4f4a;
}
.survey_box.is-error .survey_error_text {
	display: block;
}
.survey_box.is-error .survey_answer {
	margin-top: 0;
}

.survey_title {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #0f1013;
}

.survey_desc {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #0f1013;
}
.survey_desc + .survey_img {
	margin-top: 32px;
}

.survey_img {
	max-width: 100%;
}

.survey_answer {
	margin-top: 32px;
}
.survey_answer .checkbox {
	display: block;
	height: auto;
}
.survey_answer .checkbox + .checkbox {
	margin-top: 16px;
}
.survey_answer .checkbox input[type=checkbox]:checked + label span {
	color: #4e55d5;
}
.survey_answer .checkbox input[type=checkbox] + label span:before {
	top: 12px;
}
.survey_answer .radio {
	display: block;
}
.survey_answer .radio + .radio {
	margin: 16px 0 0 0;
}
.survey_answer .radio input[type=radio]:checked + label span, .survey_answer .radio input[type=checkbox]:checked + label span {
	color: #4e55d5;
}
.survey_answer .radio input[type=radio] + label span:before, .survey_answer .radio input[type=checkbox] + label span:before {
	top: 12px;
}

.survey_error_text {
	display: none;
	margin: 32px 0 16px 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: normal;
	color: #dc4f4a;
}

.survey_essay textarea {
	width: 100%;
	min-height: 144px;
	padding: 12px 16px;
	border-radius: 8px;
	border: solid 1px #e7e7e7;
	background-color: #fff;
	resize: none;
	font-family: "GothicA1";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: -0.2px;
	color: #0f1013;
	box-sizing: border-box;
}
.survey_essay textarea::placeholder {
	color: #6F7071;
}

.survey_info {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: right;
	color: #919191;
	text-align: right;
}
.survey_info .num {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: right;
	color: #919191;
}

.rank {
	position: relative;
	display: block;
}
.rank.is-active input {
	border-bottom: solid 1.5px #4e55d5;
}
.rank.is-active .rank_label span {
	color: #4e55d5;
}
.rank + .rank {
	margin-top: 16px;
}
.rank input {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	padding: 2px;
	border-bottom: solid 1.5px #3f4042;
	border-radius: 0;
	background-color: #fbfbfe;
	font-family: "GothicA1";
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: normal;
	text-align: center;
	color: #4e55d5;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	cursor: initial;
}
.rank .rank_label {
	display: inline-block;
	padding-left: 32px;
	margin-left: 8px;
	cursor: pointer;
}
.rank .rank_label span {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #0f1013;
}

.range {
	text-align: center;
}
.range .range_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 680px;
	margin: 0 auto;
}
.range .radio + .radio {
	margin: 0;
}
.range .radio input[type=radio] + label, .range .radio input[type=checkbox] + label {
	display: inline-block;
	width: 24px;
}
.range .radio input[type=radio] + label .radio_text, .range .radio input[type=checkbox] + label .radio_text {
	display: inline-block;
	padding: 0 0 32px 0;
	width: 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: center;
	color: #0f1013;
	text-align: center;
}
.range .radio input[type=radio] + label .radio_text::before, .range .radio input[type=checkbox] + label .radio_text::before {
	top: auto;
	bottom: 0;
	transform: none;
}

.range_text {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.71;
	letter-spacing: -0.2px;
	color: #0f1013;
	vertical-align: bottom;
}

.survey_apply {
	margin-top: 64px;
	text-align: center;
}
.survey_apply button.btn_regular {
	width: 194px;
	height: 56px;
	padding: 16px 0;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #3f4042;
}

.survey_empty {
	padding: 164px 0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #0f1013;
}

@media (max-width: 1280px) {
	.survey .detail_cont {
		padding: 56px 0 8px 0;
	}
	.survey_box {
		margin-top: 16px;
	}
}
@media (max-width: 1024px) {
	.survey {
		margin: 0 0 64px 0;
	}
	.survey .inner {
		padding: 0 24px;
	}
	.survey .detail_cont {
		padding: 48px 0 12px 0;
	}
	.survey_edit {
		padding: 32px 24px;
	}
	.survey_box {
		margin-top: 8px;
		padding: 32px 24px;
	}
	.survey_title {
		margin-bottom: 8px;
	}
	.survey_desc + .survey_img {
		margin-top: 24px;
	}
	.survey_error_text {
		margin: 24px 0 16px 0;
	}
	.survey_answer {
		margin-top: 24px;
	}
	.range {
		padding: 0 36px;
	}
	.range .range_inner {
		position: relative;
		padding-bottom: 48px;
	}
	.range_text {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.range_text.is-right {
		left: auto;
		right: 0;
	}
	.survey_apply {
		margin-top: 48px;
	}
	.survey_apply button.btn_regular {
		width: 160px;
		height: 48px;
		padding: 13px 0;
	}
}
@media (max-width: 768px) {
	.survey .inner {
		padding: 0 16px;
	}
	.survey .detail_cont {
		padding: 48px 16px 12px;
	}
	.survey_edit {
		padding: 32px 16px;
	}
	.survey_box {
		padding: 32px 16px;
	}
	.range {
		padding: 0 4px;
	}
}
/* =========================================================
 * e-learning
 * ========================================================= */
.learn_table {
	width: 100%;
	margin-top: 24px;
}

.learn_table_head {
	display: flex;
	width: 100%;
}
.learn_table_head .learn_table_item {
	background-color: #fbfbfe;
}

.learn_table_item {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	border-top: 1px solid #e8e9f9;
	border-right: 1px solid #e8e9f9;
	padding: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	text-align: center;
	color: #0f1013;
}
.learn_table_item:first-child {
	width: 200px;
}
.learn_table_item:nth-child(2) {
	width: calc(100% - 200px - 184px);
}
.learn_table_item:last-child {
	width: 184px;
	border-right: none;
}

.learn_table_row {
	display: flex;
	width: 100%;
}
.learn_table_row .learn_table_item:nth-child(2) {
	text-align: left;
}
.learn_table_row.is-active .learn_table_item {
	position: relative;
	font-weight: bold;
}
.learn_table_row.is-active .learn_table_item:nth-child(1):after {
	content: "";
	position: absolute;
	top: 19px;
	left: 34px;
	width: 32px;
	height: 32px;
	background: url(../images/icon/ico-play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.learn_table_row.is-done .learn_table_item {
	font-weight: 400;
	color: rgba(15, 16, 19, 0.6);
}

.learn_table_link {
	display: inline-block;
	width: 100%;
}
.learn_table_link:hover {
	background-color: #f4f4ff;
}

.detail_apply_m.e-learning .detail_apply_card {
	display: inline-block;
}
.detail_apply_m.e-learning .detail_apply_card.is-done .detail_apply_card_title {
	color: rgba(0, 0, 0, 0.6);
}
.detail_apply_m.e-learning .detail_apply_card.is-done .detail_apply_card_cate,
.detail_apply_m.e-learning .detail_apply_card.is-done .detail_apply_text {
	color: rgba(72, 72, 72, 0.6);
}
.detail_apply_m.e-learning .detail_apply_card.is-active {
	border: solid 1px #4e55d5;
	background-color: #fbfbfe;
}
.detail_apply_m.e-learning .detail_apply_card.is-active:after {
	content: "";
	position: absolute;
	bottom: 14px;
	right: 14px;
	width: 32px;
	height: 32px;
	background-image: url(../images/icon/ico-play.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 1024px) {
	.e_detail .detail_desc {
		padding: 32px 16px 40px;
	}
}
/*# sourceMappingURL=page.css.map */
