@charset "utf-8";

/* font */
/* Noto Sans KR */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Light.ttf') format('truetype'),
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Regular.ttf') format('truetype'),
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Medium.ttf') format('truetype'),
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Bold.ttf') format('truetype'),
}

/* S-Core Dream Font
Copyright (c) S-Core Co., Ltd.
Licensed under SIL Open Font License 1.1
https://scripts.sil.org/OFL
https://webfontworld.github.io/s-core-dream */
@font-face {
	font-family: 'S-CoreDream-6Bold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'S-CoreDream-8Heavy';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: baseline;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	word-break: inherit;
	word-wrap: inherit;
	box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}
html {
	font-size: 10px !important;
	scroll-behavior: smooth;
}
body {
	word-break: keep-all;
	overflow-wrap: break-word;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
blockquote,
q {
	quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table,
thead,
tbody,
tfoot,
tr,
th,
td {
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	border: 0;
	background-color: transparent;
	outline: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none; 
	outline: none;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
button {
	overflow: hidden;
	background-color: transparent;
	cursor: pointer;
}
button:hover {
	text-decoration: none;
}
form,
fieldset,
iframe {
	display: block;
	border: 0;
}
hr,
caption,
legend {
	display: none;
}

/* general */
#skip {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}
.blind {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}
.hide {
	display: none!important;
}
.clearfix:before,
.clearfix:after {
	display: block;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear:both;
}
.en {
	letter-spacing: 0;
}

/* common */
:root {
	--c-bg: #fff;
	--c-bg_lgray: #f0f0f0;
	--c-bg_dark: #111;
	--c-bg_blue: #1a2442;
	--c-light: #fff;
	--c-lgray: #888;
	--c-gray: #666;
	--c-dgray: #444;
	--c-dark: #222;
	--c-point1: #96ea63;
	--c-point1_d: #78bb4f;
	--c-point2: #55cc0c;
	--c-point2_d: #44a40a;
	--c-point3: #2d4cd2;
}

/* style */
body {
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: var(--c-bg);
}
body * {
	font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
	box-sizing: border-box;
}
* {
	transition: 0.3s ease;
}

/* wrap */
#wrap {
	position: relative;
}

/* header */
#header {
	background: var(--c-bg_blue) url(https://bimg.mk.co.kr/2025/prediction/images/im_bg.jpg) center no-repeat;
	background-size: cover;
}
#header .header_inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 700px;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
#header .logo {
	display: inline-block;
	width: 271px;
	height: 20px;
	margin-top: 40px;
	background: url(https://bimg.mk.co.kr/2025/prediction/images/l_economybiz.svg) no-repeat;
}
#header .tit_area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 0 20px;
}
#header .tit {
	margin-top: 40px;
}
#header .tit strong {
	font-family: 'S-CoreDream-6Bold';
	font-size: 26px;
	color: var(--c-light);
}
#header .tit h1 {
	font-family: 'S-CoreDream-8Heavy';
	font-size: 70px;
	color: var(--c-light);
	margin: 20px 0;
	background: linear-gradient(65deg, #a8edbe, #ecf7a8, #edf485);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#header .tit p {
	font-size: 18px;
	font-weight: 400;
	color: #ccc;
}
#header .btn_link {
	position: relative;
	display: block;
	width: 100%;
	max-width: 200px;
	font-weight: 700;
	font-size: 17px;
	color: var(--c-bg_blue);
	text-align: center;
	line-height: 51px;
	margin-top: 40px;
	border-radius: 100px;
	background-color: var(--c-point1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
	transition: 0.3s ease;
}
#header .btn_link:hover {
	background-color: var(--c-point1_d);
}
#header .btn_link span {
	display: inline-block;
}
#header .btn_link span::after {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 8px;
	filter: brightness(0) saturate(100%) invert(11%) sepia(46%) saturate(1233%) hue-rotate(192deg) brightness(91%) contrast(91%);
}
#header .btn_link .ic_arrow::after {
	background: url(https://bimg.mk.co.kr/2025/prediction/images/ic_arrow_forward.svg) no-repeat;
}

/* gnb */
.gnb {
	z-index: 100;
	position: sticky;
	top: 0;
	width: 100%;
	background-color: var(--c-bg_dark);
}
.gnb ul {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;
}
.gnb ul li {
	width: 33.333%;
}
.gnb ul li a {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: var(--c-light);
	text-align: center;
	padding: 20px 0;
	opacity: 0.75;
	transition: 0.3s ease;
}
.gnb ul li:hover a,
.gnb ul li:focus a {
	font-weight: 700;
	opacity: 1;
}
.gnb ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	background-color: var(--c-bg);
	transition: 0.3s ease;
}
.gnb ul li:hover a::after,
.gnb ul li:focus a::after {
	width: 100%;
}

/* container */
.txt_point {
	font-weight: bold;
	color: var(--c-point2);
}
.cont_box {
	width: 100%;
	max-width: 1200px;
	padding: 80px 20px;
	margin: 0 auto;
	box-sizing: border-box;
	scroll-margin-top: 50px;
}
.cont_wrap {
	text-align: center;
}
.cont_wrap .cont_ttl .cont_ttl_badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: var(--c-light);
	padding: 8px 16px;
	border-radius: 50px;
	background-color: var(--c-point2);
}
.cont_wrap .cont_ttl h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin: 5px 0;
}
.cont_wrap .cont_ttl p {
	font-size: 16px;
	color: var(--c-gray);
}

/* intro */
.intro_wrap {
	padding-top: 60px;
}
.intro_wrap .cont_overview {
	max-width: 800px;
	margin: 0 auto;
}
.intro_wrap .cont_overview .cont_txt_wrap {
	overflow: hidden;
	position: relative;
	color: var(--c-light);
	text-align: center;
	padding: 120px 20px;
	border-radius: 20px;
	background: url(https://bimg.mk.co.kr/2025/prediction/images/im_overview.jpg) no-repeat;
	background-size: cover;
}
.intro_wrap .cont_overview .cont_txt_wrap::before {
	content: '';
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transform: translate(-50%, -50%);
}
.intro_wrap .cont_overview .cont_txt_wrap .cont_txt {
	z-index: 1;
	position: relative;
}
.ic {
	position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
}
.ic_priority {
	background: url(https://bimg.mk.co.kr/2025/prediction/images/ic_priority.svg) no-repeat;
}
.ic_location {
	background: url(https://bimg.mk.co.kr/2025/prediction/images/ic_location_gray.svg) no-repeat;
}
.ic_phone {
	background: url(https://bimg.mk.co.kr/2025/prediction/images/ic_phone.svg) no-repeat;
}
.ic_mail {
	background: url(https://bimg.mk.co.kr/2025/prediction/images/ic_mail.svg) no-repeat;
}
.intro_wrap .cont_overview .cont_txt_wrap .cont_txt .ic.ic_priority {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-color: var(--c-point2);
	background-size: 22px;
	background-position: 7px center;
}
.intro_wrap .cont_overview .cont_txt_wrap .cont_txt h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 10px 0 5px;
}
.intro_wrap .cont_overview .cont_txt_wrap .cont_txt p {
	width: 80%;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 auto;
}
.intro_wrap .cont_overview .cont_txt_wrap .cont_txt p .txt_point {
	font-weight: 700;
	color: var(--c-point2);
}
.intro_wrap .cont_overview .cont_desc_wrap {
	display: flex;
	max-width: 650px;
	margin: 25px auto 0;
}
.intro_wrap .cont_overview .cont_desc_wrap p {
	font-weight: bold;
	padding-right: 50px;
}
.intro_wrap .cont_overview .cont_desc_wrap span.cont_desc_txt {
	font-size: 16px;
	color: var(--c-gray);
}
.intro_wrap .cont_overview .cont_desc_wrap span.cont_desc_txt>span {
	line-height: 1.8;
	word-break: break-word;
}
.intro_wrap .cont_overview .cont_desc_wrap .txt_point {
	font-weight: bold;
	color: var(--c-point2);
}
.intro_wrap .cont_overview .cont_info_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
	margin-top: 100px;
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	height: 250px;
	padding: 35px 40px;
	background-color: var(--c-bg_lgray);
	border-radius: 10px;
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info::before {
	content: '';
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 52px;
	height: 52px;
	background : url(https://bimg.mk.co.kr/2025/prediction/images/ic_map.svg) no-repeat;
	background-size: 52px 52px;
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info:last-child::before {
	filter: brightness(0) saturate(100%) invert(55%) sepia(67%) saturate(600%) hue-rotate(54deg) brightness(103%) contrast(96%);
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info .sub_badge {
	font-size: 13px;
	font-weight: 700;
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info .sub_ttl {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info .sub_desc {
	font-size: 17px;
	color: var(--c-dgray);
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info .sub_desc_box {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--c-gray);
	padding: 8px 10px;
	margin-top: 10px;
	border-radius: 8px;
	background-color: var(--c-bg);
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info .sub_desc_box .ic.ic_location {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 1;
	margin-right: 5px;
	background-size: contain;
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info.cont_info_point {
	color: var(--c-light);
	background-color: var(--c-point2);
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info.cont_info_point::before {
	content: '';
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 52px;
	height: 52px;
	background: url(https://bimg.mk.co.kr/2025/prediction/images/ic_calender.svg) no-repeat;
	background-size: 52px 52px;
}
.intro_wrap .cont_overview .cont_info_wrap .cont_info.cont_info_point .sub_desc {color: var(--c-bg);}
.intro_wrap .cont_overview .cont_info_wrap .cont_info:last-child {
	margin-top: 60px;
}

/* instructor */
.mid_wrap {
	max-width: 100%;
	padding: 90px 0;
	background-color: var(--c-bg_lgray);
}
.mid_wrap .cont_wrap {
	max-width: 1200px;
	padding: 0 20px;
	margin: 100px auto 0;
}
.mid_wrap .cont_wrap:first-child {
	margin-top: 0;
}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst {
	margin-top: 40px;
}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst .swiper-slide {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst .inst_wrap {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: var(--c-light);
}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst .inst_wrap::after {
	content: '';
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 110px;
	background: linear-gradient(to top, var(--c-bg_dark) 10%, transparent);
}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst .inst_wrap .inst_name {
	font-size: 22px;
	font-weight: 700;
	padding: 0 20px;
}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst .inst_wrap .inst_txt {
	display: inline-block;
	font-size: 15px;
	color: var(--c-lgray);
	padding: 0 20px 20px 20px;
}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst .swiper-pagination-bullet {
	background-color: var(--c-point2);
}

/* program */
.mid_wrap .cont_wrap.cont_program .program_wrap {
	overflow: hidden;
	width: 100%;
	max-width: 800px;
	margin: 15px auto 0;
	border-radius: 10px;
	background-color: var(--c-bg);
}
.mid_wrap .cont_wrap.cont_program .program_wrap thead tr {
	background-color: var(--c-point2);
}
.mid_wrap .cont_wrap.cont_program .program_wrap thead th {
	color: var(--c-bg);
	padding: 15px 10px;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr {
	font-weight: 500;
	border-bottom: 1px solid var(--c-bg_lgray);
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr:last-child {
	border-bottom: 0;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue {
	background-color: rgba(229, 245, 219, 0.5)
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue td {
	color: var(--c-point2);
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody th,
.mid_wrap .cont_wrap.cont_program .program_wrap tbody td {
	font-size: 16px;
	padding: 20px 10px;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody th {
	font-size: 15px;
	font-weight: 500;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody td.pro_ttl {
	font-weight: bold;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody .pro_person_com {
	font-size: 14px;
	font-weight: 400;
	color: var(--c-gray);
}

/* infomation */
.bottom_wrap .info_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 25px;
}
.bottom_wrap .info_wrap .info_box {
	text-align: left;
}
.bottom_wrap .info_wrap .info_box.info_apply {
	width: 70%;
	padding-right: 20px;
}
.bottom_wrap .info_wrap .info_box.info_contact {
	width: 30%;
	text-align: center;
}
.bottom_wrap .info_wrap .info_box.info_parking {
	width: 100%;
	padding-top: 20px;
}
.bottom_wrap .info_wrap .info_box .info_box_cont {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 350px;
	border: 2px solid var(--c-bg_lgray);
	border-radius: 10px;
}
.bottom_wrap .info_wrap .info_box .info_box_img {
	width: 35%;
	max-width: 200px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bottom_wrap .info_wrap .info_box.info_apply .info_box_img {
	background-position: -300px center;
	background-image: url(https://bimg.mk.co.kr/2025/prediction/images/im_apply.jpg);
	transform: rotateY(180deg);
}
.bottom_wrap .info_wrap .info_box .info_box_txt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 35px;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .txt_badge {
	position: relative;
	font-size: 13px;
	font-weight: bold;
	padding: 0 2px;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .txt_badge::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: var(--c-point2);
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt {
	color: var(--c-dark);
	margin-top: 15px;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt h3 {
	font-size: 22px;
	font-weight: bold;
	color: var(--c-dark);
	margin-bottom: 15px;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt li {
	position: relative;
	font-size: 16px;
	padding-left: 25px;
	margin-bottom: 4px;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt li span {
	font-size: 15px;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt li:last-child {
	margin-bottom: 0;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt li::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	font-size: 11px;
	text-align: center;
	padding-top: 1px;
	border-radius: 100%;
	background-color: var(--c-bg_lgray);
	box-sizing: border-box;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt li:first-child::before {
	content: '1';
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt li:nth-child(2)::before {
	content: '2';
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt li .txt_point {
	font-weight: bold;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .btn_link {
	position: relative;
	display: block;
	width: 100%;
	max-width: 200px;
	font-weight: 700;
	font-size: 15px;
	color: var(--c-light);
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	border-radius: 100px;
	background-color: var(--c-point2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	transition: 0.3s ease;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .btn_link:hover {
	background-color: var(--c-point2_d);
}
.bottom_wrap .info_wrap .info_box .info_box_txt .btn_link span {
	display: inline-block;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .btn_link span::after {
	content: '';
	position: relative;
	top: 3px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 8px;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .btn_link .ic_arrow::after {
	background: url(https://bimg.mk.co.kr/2025/prediction/images/ic_arrow_forward.svg) no-repeat;
}
.bottom_wrap .info_wrap .info_box .info_box_txt .info_desc {
	font-size: 14px;
	color: var(--c-gray);
	margin-top: 15px;
}
.bottom_wrap .info_wrap .info_box.info_apply .info_box_txt,
.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt {
	padding: 20px 40px;
}
.bottom_wrap .info_wrap .info_box.info_contact .info_box_cont {
	border-color: var(--c-bg_lgray);
	background-color: var(--c-bg_lgray);
}
.bottom_wrap .info_wrap .info_box.info_contact .info_box_txt .info_txt h3 {
	margin-bottom: 30px;
}
.bottom_wrap .info_wrap .info_box.info_contact .info_box_txt .info_txt li {
	overflow: hidden;
	padding-left: 0;
	border-radius: 10px;
	background-color: var(--c-bg);
}
.bottom_wrap .info_wrap .info_box.info_contact .info_box_txt .info_txt li:first-child {
	margin-bottom: 10px;
}
.bottom_wrap .info_wrap .info_box.info_contact .info_box_txt .info_txt li::before {
	content: none;
}
.bottom_wrap .info_wrap .info_box.info_contact .info_box_txt .info_txt li a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 12px 10px;
	opacity: 0.7;
}
.bottom_wrap .info_wrap .info_box.info_contact .info_box_txt .info_txt li:hover a {
	opacity: 1;
}
.bottom_wrap .info_wrap .info_box.info_contact .info_box_txt .info_txt li .ic {
	position: relative;
	top: 2px;
	margin-right: 1px;
	transition: 0.3s ease;
}
.bottom_wrap .info_wrap .info_box.info_contact .info_box_txt .info_txt li .ic.ic_mail {
	top: 3px;
	background-size: 18px;
}
.bottom_wrap .info_wrap .info_box.info_parking .info_box_cont {
	height: 430px;
}
.bottom_wrap .info_wrap .info_box.info_parking .info_box_img {
	background-position: -42px center;
	background-image: url(https://bimg.mk.co.kr/2025/prediction/images/im_parking.jpg);
}
.bottom_wrap .info_wrap .info_box.info_parking .info_txt .ic.ic_priority {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: var(--c-point);
	background-size: 12px;
	background-position: 4px center;
	vertical-align: -4px;
}
.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt .info_txt h3 {margin-bottom: 10px;}
.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt .info_txt>div>span {position: relative;}
.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt .info_txt>div>span::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: rgba(229, 245, 219, 0.5);
	z-index: -1;
}
.bottom_wrap .info_wrap .info_box.info_parking .info_loca {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.bottom_wrap .info_wrap .info_box.info_parking .info_loca li {
	width: 33.333%;
	height: 100%;
	text-align: center;
	margin-right: 20px;
	border-radius: 10px;
	background-color: var(--c-bg);
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.bottom_wrap .info_wrap .info_box.info_parking .info_loca li:last-child {margin-right: 0;}
.bottom_wrap .info_wrap .info_box.info_parking .info_loca li>div {
	overflow: hidden;
	padding: 30px 20px;
}
.bottom_wrap .info_wrap .info_box.info_parking .info_loca .ic.ic_location {
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
	background-image: url(https://bimg.mk.co.kr/2025/prediction/images/ic_location.svg);
	filter: brightness(0) saturate(100%) invert(55%) sepia(67%) saturate(600%) hue-rotate(54deg) brightness(103%) contrast(96%);
}
.bottom_wrap .info_wrap .info_box.info_parking .info_loca .info_loca_ttl {
	margin-bottom: 1px;
	font-weight: bold;
}
.bottom_wrap .info_wrap .info_box.info_parking .info_loca .info_loca_sub {
	font-size: 14px;
	color: var(--c-gray);
}

/* footer */
footer {
	font-size: 13px;
	color: var(--c-lgray);
	text-align: center;
	padding: 40px 20px;
	background-color: var(--c-bg_dark);
	box-sizing: border-box;
}

/* top button */
.btn_tointro_wrap {
	max-width: 1210px;
	margin: 0 auto;
}
.btn_totop {
	z-index: 1000;
	position: fixed;
	right: 2%;
	bottom: 2%;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--c-bg);
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
.btn_totop .ic_arw {
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	width: 25px;
	height: 25px;
	background: url(https://bimg.mk.co.kr/2025/prediction/images/ic_totop.svg) center no-repeat;
	background-size: contain;
	transform: translate(50%, -50%);
}

/* Media queries */
@media only screen and (max-width: 768px) {
	/* header */
	#header .header_inner {
		height: 480px;
		padding: 0 30px;
	}
	
	#header .logo {
		display: inline-block;
		width: 217px;
		height: 16px;
		margin-top: 30px;
		background-size: 217px 16px;
	}
	#header .tit {
		margin-top: 50px;
	}
	#header .tit strong {
		font-size: 16px;
	}
	#header .tit h1 {
		font-size: 40px;
		margin: 10px 0;
	}
	#header .tit p {
		font-size: 15px;
	}
	.btn_link {
		font-size: 15px;
		margin-top: 40px;
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
	}

	/* gnb */
	.gnb ul li a {
		font-size: 15px;
		padding: 15px 0;
	}

	/* intro */
	section.cont_box {
		padding: 80px 20px;
	}
	section.cont_box.intro_wrap {
		padding-top: 20px;
	}
	.intro_wrap .cont_overview {
		max-width: 100%;
	}
	.intro_wrap .cont_overview .cont_txt_wrap {
		padding: 100px 20px;
		background-position: center;
	}
	.intro_wrap .cont_overview .cont_txt_wrap .cont_txt h2 {
		width: 60%;
		margin: 10px auto 8px;
		font-size: 22px;
	}
	.intro_wrap .cont_overview .cont_txt_wrap .cont_txt p {
		font-size: 15px;
	}
	.intro_wrap .cont_overview .cont_desc_wrap {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-top: 20px;
	}
	.intro_wrap .cont_overview .cont_desc_wrap p {
		padding-right: 0;
	}
	.intro_wrap .cont_overview .cont_desc_wrap span.cont_desc_txt {
		width: 90%;
		font-size: 15px;
		margin: 15px auto 0;
	}
	.intro_wrap .cont_overview .cont_desc_wrap span.cont_desc_txt>span {
		display: block;
	}
	.intro_wrap .cont_overview .cont_info_wrap {
		flex-direction: column;
		gap: 10px;
		margin-top: 60px;
	}
	.intro_wrap .cont_overview .cont_info_wrap .cont_info {
		width: 100%;
		max-width: 400px;
		height: 210px;
		padding: 30px 35px;
		margin: 0 auto;
	}
	.intro_wrap .cont_overview .cont_info_wrap .cont_info:last-child {
		margin-top: 0;
	}
	.intro_wrap .cont_overview .cont_info_wrap .cont_info .sub_badge {
		font-size: 11px;
	}
	.intro_wrap .cont_overview .cont_info_wrap .cont_info .sub_ttl {
		font-size: 20px;
		margin-bottom: 2px;
	}
	.intro_wrap .cont_overview .cont_info_wrap .cont_info .sub_desc {
		font-size: 16px;
	}
	.intro_wrap .cont_overview .cont_info_wrap .cont_info .sub_desc_box {
		font-size: 14px;
	}
	.intro_wrap .cont_overview .cont_info_wrap .cont_info::before {
		width: 42px;
		height: 42px;
		background-size: 42px 42px;
	}
	.intro_wrap .cont_overview .cont_info_wrap .cont_info.cont_info_point::before {
		width: 42px;
		height: 42px;
		background-size: 42px 42px;
	}

	/* instructor */
	.mid_wrap .cont_wrap.cont_instructor .swiper_inst .inst_wrap .inst_name {
		font-size: 20px;
	}
	.mid_wrap .cont_wrap.cont_instructor .swiper_inst .inst_wrap .inst_txt {
		font-size: 14px;
	}

	/* program */
	section.cont_box.mid_wrap {
		padding: 45px 0 50px 0;
	}
	.mid_wrap .cont_wrap {
		padding: 0;
	}
	.cont_box .cont_wrap .cont_ttl .cont_ttl_badge {
		padding: 6px 15px;
		font-size: 11px;
	}
	.cont_box .cont_wrap .cont_ttl h2 {
		font-size: 25px;
	}
	.cont_box .cont_wrap .cont_ttl p {
		width: 80%;
		margin: 0 auto;
		font-size: 14px;
	}
	.mid_wrap .cont_wrap.cont_instructor .swiper_inst {
		margin-top: 25px;
		padding: 0 20px 35px;
	}
	.mid_wrap .cont_wrap.cont_instructor .swiper_inst .swiper-pagination {
		bottom: 0;
	}
	.mid_wrap .cont_wrap.cont_program {
		margin-top: 60px;
		padding: 0 20px;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap {
		max-width: 500px;
		background-color: transparent;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap colgroup col {
		width: 100%;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap thead {
		border: none;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr,
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody th,
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody td {
		display: block;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr {
		overflow: hidden;
		margin-bottom: 20px;
		background-color: var(--c-bg);
		border-bottom: 0;
		border-radius: 10px;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody th {
		padding: 12px 10px;
		background-color: var(--c-point2);
		color: var(--c-bg);
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody td:first-of-type {
		padding: 15px 10px 2px;
		font-size: 15px;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody td:last-of-type {
		padding: 0 10px 15px;
		font-size: 14px;
		color: var(--c-gray);
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody .pro_person_com {
		font-size: 14px;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody td p {
		display: inline;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue td:first-of-type {
		padding: 20px 10px;
	}
	.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue td:last-of-type {
		display: none;
	}

	/* infomation */
	.bottom_wrap .info_wrap {
		max-width: 400px;
		margin: 25px auto 0;
		flex-direction: column;
	}
	.bottom_wrap .info_wrap .info_box {
		margin-bottom: 10px;
	}
	.bottom_wrap .info_wrap .info_box:last-child {
		margin-bottom: 0;
	}
	.bottom_wrap .info_wrap .info_box.info_apply,
	.bottom_wrap .info_wrap .info_box.info_contact,
	.bottom_wrap .info_wrap .info_box.info_parking {
		width: 100%;
		padding: 0;
	}
	.bottom_wrap .info_wrap .info_box .info_box_cont,
	.bottom_wrap .info_wrap .info_box.info_parking .info_box_cont {
		height: auto;
		text-align: center;
	}
	.bottom_wrap .info_wrap .info_box.info_parking {
		padding: 0;
	}
	.bottom_wrap .info_wrap .info_box .info_box_cont {
		position: relative;
		display: block;
	}
	.bottom_wrap .info_wrap .info_box.info_apply .info_box_txt, 
	.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt {
		padding: 35px 25px 155px;
	}
	.bottom_wrap .info_wrap .info_box .info_box_txt {
		position: relative;
		padding: 35px 25px;
		z-index: 1;
	}
	.bottom_wrap .info_wrap .info_box .info_box_txt .info_txt li {
		font-size: 15px;
		margin-bottom: 15px;
		text-align: left;
	}
	.bottom_wrap .info_wrap .info_box .info_box_txt .btn_link {
		margin: 30px auto 0;
	}
	.bottom_wrap .info_wrap .info_box .info_box_img {
		position: absolute;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		height: 200px;
	}
	.bottom_wrap .info_wrap .info_box .info_box_img::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(to bottom, var(--c-bg), transparent);
	}
	.bottom_wrap .info_wrap .info_box.info_apply .info_box_img {
		background-position: center;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt .info_txt>div {
		display: flex;
		align-items: flex-start;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_txt .ic.ic_priority {
		flex: 0 0 20px;
		margin: 4px 8px 0 0;
		vertical-align: inherit;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt .info_txt>div>span {
		text-align: left;
		font-size: 15px;
		line-height: 1.8;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt .info_txt>div>span::after {
		content: none;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt .info_txt .txt_point {
		position: relative;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_box_txt .info_txt .txt_point::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 10px;
		background-color: var(--c-highlihgt);
		z-index: -1;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_loca {
		margin-top: 25px;
		flex-direction: column;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_loca li {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_box_img {
		background-position: center;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_loca .ic.ic_location {
		margin-bottom: 2px;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_loca .info_loca_ttl {
		font-size: 15px;
	}
	.bottom_wrap .info_wrap .info_box.info_parking .info_loca .info_loca_sub {
		font-size: 13px;
	}

	/* footer */
	footer {
		font-size: 12px;
	}

	/* top button */
	.btn_totop {
		right: 15px;
		bottom: 15px;
	}
}