@charset "utf-8";

/* ------------------------------
	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;
}

/* ------------------------------
	form controls
------------------------------ */
input,
select,
textarea,
button {
	vertical-align: middle;
	border: 0;
	box-sizing: border-box;
}
input,
button {
	overflow: visible; 
	vertical-align: middle; 
	padding: 0; 
	margin: 0; 
	border: 0 none; 
	border-radius: 0;
	background: none; 
	outline: 0;
}
select {
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
textarea {
	overflow: auto; 
	resize: none;
}
input:focus,
select:focus,
textarea:focus {
	outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0; 
}
input::placeholder,
textarea::placeholder,
input:focus::placeholder,
textarea:focus::placeholder {
	color: #ccc;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="url"],
textarea {
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none; 
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
	display: none;
}
input::-ms-clear,
input::-ms-reveal {
	display: none;
}
input[readonly],
textarea[readonly],
input:disabled,
textarea:disabled {
	color: var(--c-gray) !important;
	border: 1px solid var(--c-dline_op1);
	background-color: #f1f2f3 !important;
	cursor: default;
}
input[readonly]:focus,
textarea[readonly]:focus,
input:disabled:focus,
textarea:disabled:focus {
	border: 1px solid var(--c-dline_op1);
}
input[readonly]::placeholder,
textarea[readonly]::placeholder,
input:disabled::placeholder,
textarea:disabled::placeholder {
	color: #ccc !important;
}

/* ------------------------------
	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;
}
.is_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;
}
.is_hidden {
	display: none !important;
}
.is_clearfix:before,
.is_clearfix:after {
	display: block;
	content: '';
	line-height: 0;
}
.is_clearfix:after {
	clear:both;
}
.en {
	letter-spacing: 0;
}

/* ------------------------------
	common
------------------------------ */
:root {
	--c-geo: #ff6b00;
	--c-bg: #fff;
	--c-bg_light: #fafafa;
	--c-bg_lgray: #f5f6f7;
	--c-bg_dark: #17181a;
	--c-light: #fff;
	--c-lgray: #888;
	--c-gray: #666;
	--c-dgray: #444;
	--c-dark: #222;
	--c-dline_op1: rgba(0, 0, 0, 0.1);
	--c-dline_op5: rgba(0, 0, 0, 0.5);
	--c-wline_op1: rgba(255, 255, 255, 0.1);
	--c-wline_op5: rgba(255, 255, 255, 0.5);
	--c-lhover: #ff6b00;
	--c-dhover: #e65300;
}

/* ------------------------------
	style
------------------------------ */
body {
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: var(--c-bg);
}
body[lang="ko"] {
	letter-spacing: -0.05rem;
}
body[lang="en"] {
	letter-spacing: 0;
}
body * {
	font-family: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
	box-sizing: border-box;
}
.noscroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

/* ------------------------------
	z-index
------------------------------ */
/*
#header_top {
	z-index: 1001;
}
#header {
	z-index: 1000;
}
#header .header_wrap {
	z-index: 10;
}
#header .lang_box,
#header .log_box {
	z-index: 1;
}
#header .search_wrap {
	z-index: 10;
}
#header .ly_dim {
	z-index: 9;
}
.section_main .main_swiper .main_swiper_ui {
	z-index: 1;
}
.article_menu_wrap {
	z-index: 999;
}
.sub_news_wrap .sub_news_item a::before {
	z-index: 3;
}
.sub_news_wrap .sub_news_item .thumb_box .category {
	z-index: 2;
}
.sub_news_wrap .sub_news_item .thumb_box .thumb img {
	z-index: 1;
}
.tit_search_bottom .search_nav .search_nav_list {
	z-index: 4;
}
*/

/* ------------------------------
	#wrap
------------------------------ */
#wrap {
	position: relative;
}

/* ------------------------------
	#header
------------------------------ */
#header_top {
	z-index: 1001;
	position: relative;
	width: 100%;
	height: 28px;
	background-color: #fff;
}
#header {
	z-index: 1000;
	position: sticky;
	top: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
#header .header_wrap {
	z-index: 10;
	position: relative;
	background-color: #fff;
}
#header .header_inner {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1246px;
	width: 100%;
	height: 78px;
	padding: 0 20px;
	margin: 0 auto;
}
/* logo */
#header .logo {}
#header .logo a {
	/* 260407 수정 */
	display: inline-block;
	width: 138px;
	height: 34px;
	background: url(//bimg.mk.co.kr/2026/mk_pick/assets/images/l_mk_pick.svg) no-repeat;
	background-size: contain;
}
/* gnb */
#header .head_gnb {
	margin-left: 200px;
}
#header .gnb_wrap {}
#header .gnb_list {
	display: flex;
	align-items: center;
	gap: 40px;
}
#header .gnb_list .gnb_item {}
#header .gnb_list .gnb_item a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #222;
	white-space: nowrap;
	transition: 0.3s ease;
}
#header .gnb_list .gnb_item a:hover,
#header .gnb_list .gnb_item.is_active a {
	color: #ff6b00;
}
#header .gnb_list .gnb_item:last-child a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	padding: 10px 15px;
	border-radius: 100px;
	background-color: #f5f5f5;
}
#header .gnb_list .gnb_item:last-child a:hover,
#header .gnb_list .gnb_item:last-child.is_active a {
	color: #ff6b00;
	background-color: #fbf6f3;
}
/* util */
#header .head_util {
	margin-left: auto;
}
#header .util_wrap {}
#header .util_list {
	display: flex;
	align-items: center;
	gap: 20px;
}
#header .util_list .util_item {
	position: relative;
}
#header .util_list .util_item .btn_lang_select {
	width: 25px;
	height: 25px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_lang.svg) center no-repeat;
}
#header .util_list .util_item .btn_search {
	width: 24px;
	height: 24px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_search.svg) center no-repeat;
}
#header .util_list .util_item .btn_log_before {
	width: 24px;
	height: 24px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_log_before.svg) center no-repeat;
}
#header .util_list .util_item .btn_log_after {
	width: 24px;
	height: 24px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_log_after.svg) center no-repeat;
}
#header .util_list .util_item .btn_mkmain {
	display: block;
	width: 38px;
	height: 38px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_mkmain.svg) center no-repeat;
}
#header .lang_box,
#header .log_box {
	z-index: 1;
	position: absolute;
	top: 35px;
	left: 50%;
	display: none;
	transform: translateX(-50%);
}
#header .lang_box.is_open,
#header .log_box.is_open {
	display: block;
}
#header .lang_list,
#header .log_list {
	padding: 4px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
#header .lang_list .lang_item,
#header .log_list .log_item {}
#header .lang_list .lang_item .btn_lang,
#header .log_list .log_item .btn_log {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #888;
	text-align: left;
	padding: 8px 15px;
}
#header .lang_list .lang_item .btn_lang:hover,
#header .lang_list .lang_item .btn_lang.is_active,
#header .log_list .log_item .btn_log:hover,
#header .log_list .log_item .btn_log.is_active {
	color: #222;
}
/* search */
#header .search_wrap {
	z-index: 10;
	position: absolute;
	top: 78px;
	right: 0;
	left: 0;
	display: none;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
#header .search_wrap.is_open {
	display: block;
}
#header .search_inner {
	position: relative;
	max-width: 1246px;
	width: 100%;
	padding: 60px 20px 80px 20px;
	margin: 0 auto;
}
#header .search_inner .btn_search_close {
	position: absolute;
	top: 10px;
	right: 24px;
	width: 30px;
	height: 30px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_search_close.svg) center no-repeat;
	background-size: 20px 20px;
}
#header .search_area {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
#header .search_area .inp_search {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
}
#header .search_area .inp_search::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #FF6B00 0%, #AA00FF 100%);
}
#header .search_area .inp_search .inp {
	width: calc(100% - 90px);
}
#header .search_area .inp_search .inp input {
	width: 100%;
	font-size: 30px;
	color: #222;
	font-weight: 600;
	line-height: 60px;
	padding: 0 15px;
}
#header .search_area .inp_search .btn_search_clear {
	width: 30px;
	height: 30px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_search_clear.svg) center no-repeat;
	background-size: 10px 10px;
}
#header .search_area .inp_search .btn_search {
	width: 60px;
	height: 60px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_search.svg) center no-repeat;
	background-size: 27px 30px;
}
#header .search_cont_area {
	display: flex;
	flex-direction: column;
	max-width: 900px;
	max-height: calc(100vh - 300px);
	margin: 60px auto 0 auto;
}
#header .search_cont_scroll {
	overflow-y: auto;
}
#header .search_popular {
	width: 100%;
	padding: 0 15px;
}
#header .search_popular .tit_popular {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header .search_popular .tit_popular strong {
	font-size: 18px;
	font-weight: 700;
	color: #222;
}
#header .search_popular .popular_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 60px;
}
#header .search_popular .popular_list .popular_item {}
#header .search_popular .popular_list .popular_item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
#header .search_popular .popular_list .popular_item .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 16px;
	font-weight: 500;
	color: #222;
}
#header .search_popular .popular_list .popular_item .thumb {
	overflow: hidden;
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	border-radius: 8px;
}
#header .search_popular .popular_list .popular_item .thumb img {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
}
#header .ly_dim {
	z-index: 9;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
#header .ly_dim.is_active {
	display: block;
}

/* ------------------------------
	#footer
------------------------------ */
#footer {
	position: relative;
	margin-top: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .footer_inner {}
#footer .service_wrap {
	border-bottom: 1px solid #222;
}
#footer .service_inner {
	max-width: 1246px;
	width: 100%;
	padding: 12px 0;
	margin: 0 auto;
}
#footer .service_list {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	padding: 0 20px;
}
#footer .service_list .service_item {}
#footer .service_list .service_item a {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #222;
	white-space: nowrap;
}
#footer .service_list .service_item a strong {
	font-weight: 600;
}

#footer .corp_wrap {}
#footer .corp_inner {
	display: flex;
	gap: 60px;
	max-width: 1246px;
	width: 100%;
	padding: 40px 20px;
	margin: 0 auto;
}
#footer .corp_logo_area {}
#footer .l_footer {
	display: block;
	width: 145px;
	height: 24px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/l_footer_mk.svg);
	background-size: 145px 24px;
}
#footer .corp_info_area {}
#footer .corp_info_list {
	display: flex;
}
#footer .corp_info_list .corp_info_item {
	font-size: 14px;
	font-weight: 300;
	color: #666;
}
#footer .corp_info_list .corp_info_item::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 15px;
	vertical-align: middle;
	margin: 0 10px;
	background-color: rgba(0, 0, 0, 0.1)
}
#footer .corp_info_list .corp_info_item:first-child:before {
	display: none;
}
#footer .corp_copy {
	text-align: center;
	padding-top: 20px;
}
#footer .corp_copy p {
	font-size: 13px;
	font-weight: 300;
	color: #888;
}

/* ------------------------------
	#container
------------------------------ */
#container {
	position: relative;
}
/* main */
/* common */
.section_main_inner,
.section_inner,
.section_sub_inner {
	overflow: hidden;
	max-width: 1246px;
	width: 100%;
	margin: 0 auto;
}
.section_inner {
	margin-top: 80px;
}
.section_sub_inner {
	margin-top: 60px;
}
.tit_main_wrap {
	position: relative;
	padding: 12px 0 0 0;
	border-top: 3px solid var(--c-dark);
}
.tit_main_wrap .tit_main {
	font-size: 18px;
	font-weight: 700;
	color: var(--c-dark);
}
.tit_main_wrap .tit_main a {
	display: flex;
	align-items: center;
}
.tit_main_wrap .tit_main a::after {
	content: '';
	flex-shrink: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_tit_arr.svg) no-repeat;
}
.tit_main_wrap .tit_main .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 700;
	color: var(--c-dark);
	vertical-align: middle;
}
.tit_main_wrap .tit_desc {
	font-size: 16px;
	color: var(--c-lgray);
	margin-top: 8px;
}
.tit_main_wrap .tit_main .tit_logo {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 100px;
	background-color: var(--c-bg);
}
.tit_main_wrap .tit_main .tit_logo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}
.tit_main_wrap .tit_main .tit_logo img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
/* 메인 */
.section_main {
	overflow: hidden;
	position: relative;
	background-color: #f8f5f3;
}
.section_main::before {
	content: '';
	position: absolute;
	top: 105px;
	left:  -240px;
	display: block;
	width: 480px;
	height: 240px;
	border-radius: 999px;
	background: linear-gradient(90deg, #FF6B00 0%, #AA00FF 100%);
	opacity: 0.1;
}
.section_main::after {
	content: '';
	position: absolute;
	top: 60px;
	right:  -90px;
	display: block;
	width: 300px;
	height: 150px;
	border-radius: 999px;
	background: linear-gradient(90deg, #FF6B00 0%, #AA00FF 100%);
	opacity: 0.1;
}
/* main_swiper */
.section_main .main_swiper {}
.section_main .main_swiper .main_slide {}
.section_main .main_swiper .main_slide a {
	display: flex;
	gap: 60px;
	padding: 30px 0;
}
.section_main .main_swiper .main_slide .main_thumb_box {}
.section_main .main_swiper .main_slide .main_thumb_box .main_thumb {
	overflow: hidden;
	width: 613px;
	border-radius: 12px;
	aspect-ratio: 16 / 9;
}
.section_main .main_swiper .main_slide .main_thumb_box .main_thumb img {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.section_main .main_swiper .main_slide a:hover .main_thumb_box .main_thumb img {
	transform: scale(1.1);
	opacity: 0.9;
}
.section_main .main_swiper .main_slide .main_tit_box {
	padding: 15px 0;
}
.section_main .main_swiper .main_slide .main_tit_box .main_tag {
	display: inline-block;
	font-size: 14px;
	color: var(--c-light);
	padding: 3px 10px;
	margin-bottom: 15px;
	border-radius: 4px;
	background-color: var(--c-geo);
}
.section_main .main_swiper .main_slide .main_tit_box .main_tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 26px;
	font-weight: 700;
	color: var(--c-dark);
	margin-bottom: 15px;
}
.section_main .main_swiper .main_slide .main_tit_box .main_desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 16px;
	color: var(--c-gray);
	margin-bottom: 15px
}
.section_main .main_swiper .main_slide .main_tit_box .main_brand {
	overflow: hidden;
	display: flex;
	align-items: center;
	min-width: 0;
	margin-bottom: 15px;
}
.section_main .main_swiper .main_slide .main_tit_box .main_brand .brand_logo {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	border-radius: 100px;
	background-color: var(--c-bg);
}
.section_main .main_swiper .main_slide .main_tit_box .main_brand .brand_logo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}
.section_main .main_swiper .main_slide .main_tit_box .main_brand .brand_logo img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.section_main .main_swiper .main_slide .main_tit_box .main_brand .brand_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	min-width: 0;
	font-size: 16px;
	color: var(--c-lgray);
	margin-left: 8px;
}
.section_main .main_swiper .main_swiper_ui {
	z-index: 1;
	position: absolute;
	bottom: 45px;
	left: 673px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.section_main .main_swiper .main_swiper_ui .swiper-pagination {
	position: relative;
	top: auto;
	bottom: auto;
	width: auto;
	height: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: none;
}
.section_main .main_swiper .main_swiper_ui .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	border-radius: 2px;
}
.section_main .main_swiper .main_swiper_ui .swiper-pagination-bullet-active {
	background-color: var(--c-geo);
}
.section_main .main_swiper .main_swiper_ui .btn_slide_control {
	position: relative;
	width: 30px;
	height: 30px;
}
.section_main .main_swiper .main_swiper_ui .btn_slide_control::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_auto_pause.svg) center no-repeat;
	opacity: 1;
}
.section_main .main_swiper .main_swiper_ui .btn_slide_control::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_auto_play.svg) center no-repeat;
	opacity: 0;
}
.section_main .main_swiper .main_swiper_ui .btn_slide_control.btn_slide_paused::before {
	opacity: 0;
}
.section_main .main_swiper .main_swiper_ui .btn_slide_control.btn_slide_paused::after {
	opacity: 1;
}
/* 최신 뉴스 */
.section_main_news {}
.latest_news_wrap {
	margin-top: 30px;
}
.latest_news_wrap .latest_news_list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.latest_news_wrap .latest_news_item {}
.latest_news_wrap .latest_news_item a {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.latest_news_wrap .latest_news_item a::before {
	content: '';
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid var(--c-dline_op1);
	border-radius: 12px;
}
.latest_news_wrap .latest_news_item .thumb_box {
	position: relative;
}
.latest_news_wrap .latest_news_item .thumb_box .category {
	z-index: 2;
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: inline-block;
	font-size: 14px;
	color: var(--c-light);
	padding: 3px 10px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
}
.latest_news_wrap .latest_news_item .thumb_box .thumb {
	overflow: hidden;
	width: 100%;
	border-radius: 12px 12px 0 0;
	aspect-ratio: 16 / 9;
}
.latest_news_wrap .latest_news_item .thumb_box .thumb img {
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.latest_news_wrap .latest_news_item a:hover .thumb_box .thumb img {
	transform: scale(1.1);
	opacity: 0.9;
}
.latest_news_wrap .latest_news_item .tit_box {
	padding: 15px;
}
.latest_news_wrap .latest_news_item .tit_box .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 18px;
	font-weight: 700;
	color: var(--c-dark);
}
.latest_news_wrap .latest_news_item .info_box {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 15px 15px 15px;
	margin-top: auto;
}
.latest_news_wrap .latest_news_item .info_box .brand {
	overflow: hidden;
	flex: 1;
	display: flex;
	align-items: center;
	min-width: 0;
}
.latest_news_wrap .latest_news_item .info_box .brand .brand_logo {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 100px;
	background-color: var(--c-bg);
}
.latest_news_wrap .latest_news_item .info_box .brand .brand_logo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}
.latest_news_wrap .latest_news_item .info_box .brand .brand_logo img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.latest_news_wrap .latest_news_item .info_box .brand .brand_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: var(--c-lgray);
	margin-left: 8px;
}
.latest_news_wrap .latest_news_item .info_box .date {
	flex-shrink: 0;
	font-size: 13px;
	color: var(--c-lgray);
}
/* 브랜드 스토리 */
.section_main_brand {}
.brand_news_wrap {
	margin-top: 30px;
}
.brand_news_wrap .brand_news_list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.brand_news_wrap .brand_news_item {}
.brand_news_wrap .brand_news_item a {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.brand_news_wrap .brand_news_item a::before {
	content: '';
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid var(--c-dline_op1);
	border-radius: 12px;
}
.brand_news_wrap .brand_news_item .thumb_box {
	position: relative;
}
.brand_news_wrap .brand_news_item .thumb_box .category {
	z-index: 2;
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: inline-block;
	font-size: 14px;
	color: var(--c-light);
	padding: 3px 10px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
}
.brand_news_wrap .brand_news_item .thumb_box .thumb {
	overflow: hidden;
	width: 100%;
	border-radius: 12px 12px 0 0;
	aspect-ratio: 16 / 9;
}
.brand_news_wrap .brand_news_item .thumb_box .thumb img {
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.brand_news_wrap .brand_news_item a:hover .thumb_box .thumb img {
	transform: scale(1.1);
	opacity: 0.9;
}
.brand_news_wrap .brand_news_item .tit_box {
	padding: 15px;
}
.brand_news_wrap .brand_news_item .tit_box .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 18px;
	font-weight: 700;
	color: var(--c-dark);
}
.brand_news_wrap .brand_news_item .info_box {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 15px 15px 15px;
	margin-top: auto;
}
.brand_news_wrap .brand_news_item .info_box .brand {
	overflow: hidden;
	flex: 1;
	display: flex;
	align-items: center;
	min-width: 0;
}
.brand_news_wrap .brand_news_item .info_box .brand .brand_logo {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 100px;
	background-color: var(--c-bg);
}
.brand_news_wrap .brand_news_item .info_box .brand .brand_logo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}
.brand_news_wrap .brand_news_item .info_box .brand .brand_logo img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.brand_news_wrap .brand_news_item .info_box .brand .brand_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: var(--c-lgray);
	margin-left: 8px;
}
.brand_news_wrap .brand_news_item .info_box .date {
	flex-shrink: 0;
	font-size: 13px;
	color: var(--c-lgray);
}
/* 기업별 리스트 */
.section_main_company {}
.company_news_wrap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.company_news_wrap .company_news_box {
	display: flex;
	flex-direction: column;
}
.company_news_wrap .company_news_box .company_top_news {
	margin-top: 20px;
	flex: 1 1 auto;
}
.company_news_wrap .company_news_box .company_top_news a {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.company_news_wrap .company_news_box .company_top_news .thumb_box {
	position: relative;
}
.company_news_wrap .company_news_box .company_top_news .thumb_box .category {
	z-index: 2;
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: inline-block;
	font-size: 14px;
	color: var(--c-light);
	padding: 3px 10px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
}
.company_news_wrap .company_news_box .company_top_news .thumb_box .thumb {
	overflow: hidden;
	width: 100%;
	border-radius: 12px;
	aspect-ratio: 16 / 9;
}
.company_news_wrap .company_news_box .company_top_news .thumb_box .thumb img {
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.company_news_wrap .company_news_box .company_top_news a:hover .thumb_box .thumb img {
	transform: scale(1.1);
	opacity: 0.9;
}
.company_news_wrap .company_news_box .company_top_news .tit_box {
	padding: 15px 0;
}
.company_news_wrap .company_news_box .company_top_news .tit_box .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 18px;
	font-weight: 700;
	color: var(--c-dark);
}
.company_news_wrap .company_news_box .company_top_news .desc_box {
	padding: 0 0 15px 0;
}
.company_news_wrap .company_news_box .company_top_news .desc_box p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 15px;
	color: var(--c-lgray);
}
.company_news_wrap .company_news_box .company_top_news .info_box {
	display: flex;
	align-items: center;
	padding: 0 0 15px 0;
	margin-top: auto;
}
.company_news_wrap .company_news_box .company_top_news .info_box .date {
	display: inline-block;
	font-size: 13px;
	color: var(--c-lgray);
	margin-left: auto;
}
.company_news_wrap .company_news_box .company_news_list {}
.company_news_wrap .company_news_box .company_news_item {
	padding: 15px 0;
	border-bottom: 1px solid var(--c-dline_op1);
}
.company_news_wrap .company_news_box .company_news_item:first-child {
	border-top: 1px solid var(--c-dline_op1);
}
.company_news_wrap .company_news_box .company_news_item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.company_news_wrap .company_news_box .company_news_item .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 16px;
	font-weight: 500;
	color: var(--c-dark);
}
.company_news_wrap .company_news_box .company_news_item .thumb {
	overflow: hidden;
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	border-radius: 8px;
}
.company_news_wrap .company_news_box .company_news_item .thumb img {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.company_news_wrap .company_news_box .company_news_item a:hover .thumb img {
	transform: scale(1.1);
	opacity: 0.9;
}
/* 제안서 다운로드 */
.section_main_download {}
.bn_download_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background-color: #faf0e8;
}
.bn_download_wrap .bn_txt {}
.bn_download_wrap .bn_txt strong {
	font-size: 15px;
	font-weight: 700;
	color: var(--c-dark);
	margin-right: 8px;
}
.bn_download_wrap .bn_txt span {
	display: inline-block;
	font-size: 15px;
	color: var(--c-dark);
}
.bn_download_wrap .bn_btn {
	margin-left: 20px;
}
.bn_download_wrap .bn_btn .btn_download {
	font-size: 14px;
	color: var(--c-light);
	padding: 12px 24px;
	border-radius: 100px;
	background-color: var(--c-dark);
}
.bn_download_wrap .bn_btn .btn_download::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 8px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_download.svg) center no-repeat;
}
/*// main */

/* view */
.section_article_wrap {}
/* 본문 메뉴 */
.article_menu_wrap {
	z-index: 999;
	position: fixed;
	left: 40px;
}
.article_menu_wrap .article_menu_list {
	padding: 30px 15px;
	border: 1px solid var(--c-dline_op1);
	border-radius: 100px;
	background-color: var(--c-bg);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.article_menu_wrap .article_menu_item {
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.article_menu_wrap .article_menu_item:first-child {
	margin-top: 0;
}
.article_menu_wrap .article_menu_item .btn_menu {}
.article_menu_wrap .article_menu_item .btn_menu::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
}
.article_menu_wrap .article_menu_item .btn_share::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_article_share.svg) center no-repeat;
}
.article_menu_wrap .article_menu_item .btn_fontsize::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_article_fontsize.svg) center no-repeat;
}
.article_menu_wrap .article_menu_item .btn_print::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_article_print.svg) center no-repeat;
}
.article_menu_wrap .article_menu_item .btn_bookmark::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_article_bookmark.svg) center no-repeat;
}
.article_menu_wrap .article_menu_item .btn_menu .menu_name {
	display: block;
	font-size: 12px;
	color: var(--c-gray);
}
.article_menu_wrap .ly_option {
	position: absolute;
	top: 0;
	left: 62px;
	display: none;
	border: 1px solid var(--c-dline_op1);
	border-radius: 4px;
	background-color: var(--c-bg);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.article_menu_wrap .ly_option.is_open {
	display: block;
}
.article_menu_wrap .ly_wrap {
	position: relative;
	padding: 12px 15px;
}
.article_menu_wrap .ly_head {
	text-align: left;
}
.article_menu_wrap .ly_head strong {
	font-size: 14px;
	font-weight: 700;
	color: var(--c-dark);
}
.article_menu_wrap .ly_body {}
.article_menu_wrap .btn_ly_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_ly_close.svg) center no-repeat;
	background-size: 12px 12px;
}
/* layer 공유 */
.article_menu_wrap .ly_share_option {}
.article_menu_wrap .ly_share_option .share_option_list {
	display: flex;
	flex-wrap: wrap;
	width: 180px;
	margin-top: 5px;
}
.article_menu_wrap .ly_share_option .share_option_item {
	width: 33.3333%;
	padding: 5px;
}
.article_menu_wrap .ly_share_option .share_option_item button {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 50px;
}
.article_menu_wrap .ly_share_option .share_option_item i {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.article_menu_wrap .ly_share_option .share_option_item .ic_share_mail {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_share_mail.svg) center no-repeat;
	background-size: 18px 18px;
}
.article_menu_wrap .ly_share_option .share_option_item .ic_share_kakaotalk {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_share_kakaotalk.svg) center no-repeat;
	background-size: 18px 18px;
}
.article_menu_wrap .ly_share_option .share_option_item .ic_share_facebook {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_share_facebook.svg) center no-repeat;
	background-size: 18px 18px;
}
.article_menu_wrap .ly_share_option .share_option_item .ic_share_twitter {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_share_twitter.svg) center no-repeat;
	background-size: 18px 18px;
}
.article_menu_wrap .ly_share_option .share_option_item .ic_share_link {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_share_link.svg) center no-repeat;
	background-size: 18px 18px;
}
.article_menu_wrap .ly_share_option .share_option_item span {
	display: block;
	font-size: 12px;
	color: var(--c-gray);
	margin-top: 2px;
}
/* layer 글자크기 */
.article_menu_wrap .ly_fontsize_option {}
.article_menu_wrap .ly_fontsize_option .fontsize_option_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 5px;
}
.article_menu_wrap .ly_fontsize_option .fontsize_option_item {}
.article_menu_wrap .ly_fontsize_option .fontsize_option_item button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid var(--c-dline_op1);
	border-radius: 100px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_article_fontsize.svg) center no-repeat;
}
.article_menu_wrap .ly_fontsize_option .fontsize_option_item button.is_active,
.article_menu_wrap .ly_fontsize_option .fontsize_option_item button:hover {
	background-color: #f0f0f0;
}
.article_menu_wrap .ly_fontsize_option .fontsize_option_item .btn_fontsize_step1 {
	background-size: 10px 10px;
}
.article_menu_wrap .ly_fontsize_option .fontsize_option_item .btn_fontsize_step2 {
	background-size: 12px 12px;
}
.article_menu_wrap .ly_fontsize_option .fontsize_option_item .btn_fontsize_step3 {
	background-size: 14px 14px;
}
.article_menu_wrap .ly_fontsize_option .fontsize_option_item .btn_fontsize_step4 {
	background-size: 16px 16px;
}
.article_menu_wrap .ly_fontsize_option .fontsize_option_item .btn_fontsize_step5 {
	background-size: 18px 18px;
}
/* 본문 상단 */
.article_header {
	position: relative;
	padding: 60px 0;
	background-color: #f8f5f3;
}
.article_header .article_header_inner {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.article_header .article_tag {
	font-size: 15px;
	font-weight: 700;
	color: var(--c-geo);
}
.article_header .article_headline {
	font-size: 32px;
	font-weight: 700;
	color: var(--c-dark);
	word-break: break-all;
	margin-top: 10px;
}
.article_header .article_brand {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.article_header .article_brand .brand_logo {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 100px;
	background-color: var(--c-bg);
}
.article_header .article_brand .brand_logo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}
.article_header .article_brand .brand_logo img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.article_header .article_brand .brand_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 16px;
	color: var(--c-lgray);
	margin-left: 8px;
}
.article_header .article_info {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid var(--c-dline_op1);
}
.article_header .article_info .date {
	font-size: 14px;
	color: var(--c-lgray);
}
/* 본문 */
.article_body,
.article_footer {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.article_body {
	padding-top: 60px;
	word-break: break-all;
}
.article_body .keypoint_area {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--c-dline_op1);
}
.article_body .keypoint_area .tit_keypoint {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: var(--c-light);
	padding: 6px 15px;
	border-radius: 100px;
	background: linear-gradient(90deg, #FF6B00 0%, #AA00FF 100%);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.article_body .keypoint_area .keypoint_list {
	margin-top: 15px;
}
.article_body .keypoint_area .keypoint_item {
	position: relative;
	padding-left: 30px;
	margin-top: 15px;
}
.article_body .keypoint_area .keypoint_item:first-child {
	margin-top: 0;
}
.article_body .keypoint_area .keypoint_item .num {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 13px;
	font-weight: 700;
	color: var(--c-geo);
	text-align: center;
	border-radius: 100px;
	background-color: #fff1e6;
}
.article_body .keypoint_area .keypoint_item .desc {
	font-size: 18px;
	font-weight: 500;
	color: var(--c-dark);
}
.article_body .content_area {
	padding-bottom: 40px;
}
.article_body .content_area .tit_num {}
.article_body .content_area .tit_num .tit {
	font-size: 20px;
	font-weight: 700;
	color: var(--c-dark);
	margin-top: 15px;
}
.article_body .content_area .tit_num .num {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: var(--c-dark);
	margin-right: 5px;
}
.article_body .content_area > .tit {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: var(--c-dark);
	padding-left: 15px;
	margin-top: 15px;
}
.article_body .content_area > .tit::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 3px;
	height: 20px;
	border-radius: 100px;
	background-color: var(--c-geo);
}
.article_body .content_area > .desc {
	font-size: 18px;
	color: var(--c-gray);
	margin-top: 15px;
}
.article_body .content_area > .tit_sub {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: var(--c-dark);
	padding-left: 15px;
	margin-top: 15px;
}
.article_body .content_area > .tit_sub::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 3px;
	height: 20px;
	border-radius: 100px;
	background-color: #ccc;
}
.article_body .tbl_cont_wrap {
	margin-top: 15px;
}
.article_body .tbl_cont {
	overflow: hidden;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
}
.article_body .tbl_cont th {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.article_body .tbl_cont td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.article_body .tbl_cont tr th:last-child,
.article_body .tbl_cont tr td:last-child {
	border-right: none;
}
.article_body .tbl_cont tr:last-child th,
.article_body .tbl_cont tr:last-child td {
	border-bottom: none;
}
.article_body .tbl_cont th,
.article_body .tbl_cont td {
	font-size: 15px;
	color: var(--c-dark);
	text-align: center;
	padding: 10px;
}
.article_body .tbl_cont .tit {
	font-weight: 500;
	color: var(--c-gray);
	background-color: #f5f5f5;
}
.article_body .tbl_cont .tit_point {
	font-weight: 500;
	color: var(--c-geo);
	background-color: #fff1e6;
}
.article_body .tbl_cont .con_point {
	color: #e65300;
	background-color: #fff7f2;
}
.article_body > p {
	font-size: 18px;
	color: var(--c-dark);
	padding-bottom: 40px;
}
.article_body .article_img_area {
	position: relative;
	float: none;
	max-width: 600px;
	text-align: center;
	padding-bottom: 40px;
}
.article_body .article_img_area figure {}
.article_body .article_img_area figure .article_img {
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.article_body .article_img_area figure .article_img img {
	display: inline-block;
	max-width: 100%;
	min-height: 100%;
	vertical-align: middle;
	object-fit: cover;
}
.article_body .article_img_area figure figcaption {
	padding-top: 3px;
}
.article_body .article_img_area figure figcaption .article_img_desc {
	font-size: 13px;
	color: var(--c-lgray);
}
/* 본문 하단 */
/* 기업 다른 콘텐츠 */
.article_footer .tit_viewcont_wrap {
	font-size: 18px;
	font-weight: 700;
	color: var(--c-dark);
	padding-bottom: 15px;
	border-bottom: 3px solid var(--c-dark);
}
.article_footer .tit_viewcont_wrap strong {
	color: var(--c-geo);
	margin-right: 5px;
}
.article_footer .section_brand_other {}
.article_footer .brand_other_wrap {}
.article_footer .brand_other_list {}
.article_footer .brand_other_item {
	padding: 15px 0;
	border-bottom: 1px solid var(--c-dline_op1);
}
.article_footer .brand_other_item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.article_footer .brand_other_item .cont {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.article_footer .brand_other_item .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 16px;
	font-weight: 500;
	color: var(--c-dark);
}
.article_footer .brand_other_item .date {
	font-size: 14px;
	color: var(--c-lgray);
}
.article_footer .brand_other_item .thumb {
	overflow: hidden;
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	border-radius: 8px;
}
.article_footer .brand_other_item .thumb img {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.article_footer .brand_other_item a:hover .thumb img {
	transform: scale(1.1);
	opacity: 0.9;
}
/* 카테고리 다른 콘텐츠 */
.article_footer .section_category_other {}
.article_footer .category_other_wrap {}
.article_footer .category_other_list {}
.article_footer .category_other_item {
	padding: 15px 0;
	border-bottom: 1px solid var(--c-dline_op1);
}
.article_footer .category_other_item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.article_footer .category_other_item .cont {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.article_footer .category_other_item .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 16px;
	font-weight: 500;
	color: var(--c-dark);
}
.article_footer .category_other_item .date {
	font-size: 14px;
	color: var(--c-lgray);
}
.article_footer .category_other_item .thumb {
	overflow: hidden;
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	border-radius: 8px;
}
.article_footer .category_other_item .thumb img {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.article_footer .category_other_item a:hover .thumb img {
	transform: scale(1.1);
	opacity: 0.9;
}
/*// view */

/* sub */
/* common */
.section_sub_wrap {}
.section_sub {
	overflow: hidden;
	max-width: 1246px;
	width: 100%;
	padding: 60px 0 0 0;
	margin: 0 auto;
}
.tit_sub_wrap {
	position: relative;
	padding: 0 0 12px 0;
	border-bottom: 3px solid var(--c-dark);
}
.tit_sub_wrap.tit_search_wrap::after {
	content: '';
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #FF6B00 0%, #AA00FF 100%);
}
.tit_sub_wrap .tit_sub {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	color: var(--c-dark);
}
.tit_sub_wrap .tit_sub a {
	display: flex;
	align-items: center;
}
.tit_sub_wrap .tit_sub a::after {
	content: '';
	flex-shrink: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_tit_arr.svg) no-repeat;
}
.tit_sub_wrap .tit_sub .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 700;
	color: var(--c-dark);
	vertical-align: middle;
}
.tit_sub_wrap .tit_desc {
	font-size: 16px;
	color: var(--c-lgray);
	margin-top: 8px;
}
.tit_sub_wrap .tit_sub .tit_logo {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 100px;
	background-color: var(--c-bg);
}
.tit_sub_wrap .tit_sub .tit_logo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}
.tit_sub_wrap .tit_sub .tit_logo + span::before {
	content: '';
	position: relative;
	top: -1px;
	display: inline-block;
	width: 1px;
	height: 20px;
	vertical-align: middle;
	margin: 0 12px 0 2px;
	background-color: rgba(0, 0, 0, 0.1);
}
.tit_sub_wrap .tit_sub .tit_logo img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
/* list */
.sub_news_wrap {
	margin-top: 30px;
}
.sub_news_wrap .sub_news_list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.sub_news_wrap .latest_news_item {}
.sub_news_wrap .sub_news_item a {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.sub_news_wrap .sub_news_item a::before {
	content: '';
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid var(--c-dline_op1);
	border-radius: 12px;
}
.sub_news_wrap .sub_news_item .thumb_box {
	position: relative;
}
.sub_news_wrap .sub_news_item .thumb_box .category {
	z-index: 2;
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: inline-block;
	font-size: 14px;
	color: var(--c-light);
	padding: 3px 10px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
}
.sub_news_wrap .sub_news_item .thumb_box .thumb {
	overflow: hidden;
	width: 100%;
	border-radius: 12px 12px 0 0;
	aspect-ratio: 16 / 9;
}
.sub_news_wrap .sub_news_item .thumb_box .thumb img {
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.sub_news_wrap .sub_news_item a:hover .thumb_box .thumb img {
	transform: scale(1.1);
	opacity: 0.9;
}
.sub_news_wrap .sub_news_item .tit_box {
	padding: 15px;
}
.sub_news_wrap .sub_news_item .tit_box .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	font-size: 18px;
	font-weight: 700;
	color: var(--c-dark);
}
.sub_news_wrap .sub_news_item .info_box {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 15px 15px 15px;
	margin-top: auto;
}
.sub_news_wrap .sub_news_item .info_box .brand {
	overflow: hidden;
	flex: 1;
	display: flex;
	align-items: center;
	min-width: 0;
}
.sub_news_wrap .sub_news_item .info_box .brand .brand_logo {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 100px;
	background-color: var(--c-bg);
}
.sub_news_wrap .sub_news_item .info_box .brand .brand_logo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}
.sub_news_wrap .sub_news_item .info_box .brand .brand_logo img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.sub_news_wrap .sub_news_item .info_box .brand .brand_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: var(--c-lgray);
	margin-left: 8px;
}
.sub_news_wrap .sub_news_item .info_box .date {
	font-size: 13px;
	color: var(--c-lgray);
}
/* pagination */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 15px;
	margin-top: 60px;
}
.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	color: var(--c-dark);
	border-radius: 6px;
	transition: 0.3s ease;
}
.pagination a:hover {
	color: var(--c-geo);
}
.pagination a.is_active {
	color: var(--c-light);
	background-color: var(--c-geo);
}
.pagination .btn_first,
.pagination .btn_prev,
.pagination .btn_next,
.pagination .btn_last {
	background-color: var(--c-bg_lgray);
}
.pagination .btn_first::before,
.pagination .btn_prev::before,
.pagination .btn_next::before,
.pagination .btn_last::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s ease;
}
.pagination .btn_first::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_arr_first.svg) center no-repeat;
}
.pagination .btn_prev::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_arr_prev.svg) center no-repeat;
}
.pagination .btn_next::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_arr_next.svg) center no-repeat;
}
.pagination .btn_last::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_arr_last.svg) center no-repeat;
}
.pagination .btn_first:hover::before,
.pagination .btn_prev:hover::before,
.pagination .btn_next:hover::before,
.pagination .btn_last:hover::before {
	filter: brightness(0) saturate(100%) invert(42%) sepia(73%) saturate(1758%) hue-rotate(0deg) brightness(102%) contrast(106%);
}
.pagination a[aria-disabled="true"] {
	pointer-events: none;
	opacity: 0.5;
	cursor: default;
}
/* brand_select_swiper */
.brand_select_wrap {
	position: relative;
}
.brand_select_wrap .brand_select_swiper {
	position: relative;
	padding: 30px 0;
	margin: 0 15px;
}
.brand_select_wrap .brand_select_swiper .swiper-slide {
	height: 80px;
	border: 1px solid var(--c-dline_op1);
	border-radius: 999px;
	background-color: var(--c-bg);
	transition: 0.3s ease;
}
.brand_select_wrap .brand_select_swiper .swiper-slide:hover {
	border: 1px solid var(--c-geo);
}
.brand_select_wrap .brand_select_swiper .swiper-slide.is_active {
	border: 1px solid var(--c-geo);
	box-shadow: 0 5px 10px 0 rgba(255, 107, 0, 0.15);
}
.brand_select_wrap .brand_select_swiper .brand_box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.brand_select_wrap .brand_select_swiper .brand_box .brand_logo {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 50%;
	background-color: var(--c-bg);
}
.brand_select_wrap .brand_select_swiper .brand_box .brand_logo img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.brand_select_wrap .swiper-nav {}
.brand_select_wrap .swiper-button-prev,
.brand_select_wrap .swiper-button-next {
	top: 50%;
	width: 30px;
	height: 30px;
	color: transparent;
	margin-top: 0;
	transform: translateY(-50%);
}
.brand_select_wrap .swiper-button-prev {
	left: 0;
}
.brand_select_wrap .swiper-button-next {
	right: 0;
}
.brand_select_wrap .swiper-button-prev svg,
.brand_select_wrap .swiper-button-next svg {
	display: none;
}
.brand_select_wrap .swiper-button-prev::before,
.brand_select_wrap .swiper-button-next::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.brand_select_wrap .swiper-button-prev::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_arr_swiper_prev.svg) center no-repeat;
}
.brand_select_wrap .swiper-button-next::before {
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_arr_swiper_next.svg) center no-repeat;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: none;
}
.swiper-button-next,
.swiper-button-prev {
    &.swiper-button-disabled {
        opacity: .5;
    }
}

/* search */
.tit_search_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}
.tit_search_bottom .search_result {
	font-size: 18px;
	font-weight: 500;
}
.tit_search_bottom .search_result strong {
	font-weight: 700;
	color: var(--c-geo);
}
.tit_search_bottom .search_result span {
	display: inline-block;
	font-weight: 700;
	color: var(--c-dark);
}
.tit_search_bottom .search_nav {
	position: relative;
	display: flex;
	align-items: center;
}
.tit_search_bottom .search_nav .btn_category_sel {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	color: var(--c-dark);
}
.tit_search_bottom .search_nav .btn_category_sel::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 7px;
	vertical-align: middle;
	margin-left: 5px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_arr_select.svg) no-repeat;
}
.tit_search_bottom .search_nav .btn_category_sel strong {}
.tit_search_bottom .search_nav .btn_category_sel span {
	margin-left: 5px;
}
.tit_search_bottom .search_nav .search_nav_list {
	z-index: 4;
	position: absolute;
	top: 30px;
	right: 0;
	display: none;
	padding: 4px 0;
	border: 1px solid var(--c-dline_op1);
	border-radius: 4px;
	background-color: var(--c-bg);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.tit_search_bottom .search_nav .search_nav_list.is_open {
	display: block;
}
.tit_search_bottom .search_nav .search_nav_item {}
.tit_search_bottom .search_nav .search_nav_item button {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #888;
	text-align: left;
	padding: 8px 15px;
}
.tit_search_bottom .search_nav .search_nav_item button:hover,
.tit_search_bottom .search_nav .search_nav_item button.is_active {
	color: var(--c-dark);
}
.search_result_none {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 180px 0;
}
.search_result_none .result_none_box {
	text-align: center;
}
.search_result_none .result_none_box::before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	padding-bottom: 15px;
	background: url(//bimg.mk.co.kr/2026/geo/assets/images/ic_search_none.svg) no-repeat;
}
.search_result_none .result_none_box p {
	font-size: 18px;
	font-weight: 500;
	color: var(--c-dark);
}
.search_result_none .result_none_box p strong {
	font-weight: 700;
	color: var(--c-geo);
}
/*// sub */

/* ------------------------------
	@media query
------------------------------ */
@media (max-width:1220px) {
	/* header */
	#header_top {
		display: none;
	}
	#header .header_inner {
		display: block;
		height: auto;
		padding: 0;
	}
	#header .logo {
		display: inline-block;
		margin-top: 18px;
		margin-left: 15px;
	}
	#header .logo a {
		/* 260407 사이즈 변경 */
		width: 98px;
		height: 22px;
	}
	
	/* gnb */
	#header .head_gnb {
		margin-left: 0;
	}
	#header .gnb_list {
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		gap: 30px;
		padding: 8px 15px;
	}
	#header .gnb_list .gnb_item a {
		font-size: 16px;
	}
	#header .gnb_list .gnb_item:last-child a {
		font-size: 13px;
		padding: 8px 12px;
	}

	/* util */
	#header .head_util {
		position: absolute;
		top: 10px;
		right: 15px;
	}
	#header .util_list {
		gap: 12px;
	}
	#header .util_list .util_item .btn_lang_select {
		width: 24px;
		height: 24px;
		background-size: 20px 20px;
	}
	#header .util_list .util_item .btn_search {
		width: 24px;
		height: 24px;
		background-size: 16px 16px;
	}
	#header .util_list .util_item .btn_log_before {
		width: 24px;
		height: 24px;
		background-size: 16px 18px;
	}
	#header .util_list .util_item .btn_log_after {
		width: 24px;
		height: 24px;
		background-size: 18px 20px;
	}
	#header .util_list .util_item .btn_mkmain {
		width: 34px;
		height: 34px;
		background-size: 34px 34px;
	}
	#header .lang_box,
	#header .log_box {
		top: 30px;
	}
	#header .lang_list .lang_item .btn_lang,
	#header .log_list .log_item .btn_log {
		font-size: 13px;
	}

	/* search */
	#header .search_wrap {
		top: 97px;
		/* header 높이 변경 시 위치 변경 필요 */
	}
	#header .search_inner {
		padding: 60px 15px;
	}
	#header .search_inner .btn_search_close {
		top: 15px;
		right: 15px;
		width: 24px;
		height: 24px;
		background-size: 16px 16px;
	}
	#header .search_area .inp_search {
		height: 48px;
	}
	#header .search_area .inp_search::before {
		height: 3px;
	}
	#header .search_area .inp_search .inp {
		width: calc(100% - 72px);
	}
	#header .search_area .inp_search .inp input {
		font-size: 20px;
		line-height: 48px;
		padding: 0 10px;
	}
	#header .search_area .inp_search .btn_search_clear {
		width: 24px;
		height: 24px;
	}
	#header .search_area .inp_search .btn_search {
		width: 48px;
		height: 48px;
		background-size: 22px 24px;
	}
	#header .search_cont_area {
		margin: 40px auto 0 auto;
	}
	#header .search_popular .popular_list {
		display: block;
	}
	#header .search_popular .popular_list .popular_item {
		margin-top: 15px;
	}

	/* footer */
	#footer .service_list {
		padding: 0 15px;
	}
	#footer .service_list .service_item a {
		font-size: 13px;
	}
	#footer .corp_inner {
		gap: 40px;
		padding: 30px 15px;
	}
	#footer .l_footer {
		width: 109px;
		height: 18px;
		background-size: 109px 18px;
	}
	#footer .corp_info_list {
		display: block;
	}
	#footer .corp_info_list .corp_info_item {
		font-size: 13px;
	}
	#footer .corp_info_list .corp_info_item::before {
		display: none;
	}

	#footer .corp_copy {
		text-align: left;
	}
	#footer .corp_copy p {
		font-size: 12px;
	}

	/* main */
	/* common */
	.section_main_inner,
	.section_inner,
	.section_sub_inner {
		padding: 0 15px;
	}
	/* 메인 */
	.section_main .main_swiper .main_slide a {
		gap: 40px;
		width: 100%;
	}
	.section_main .main_swiper .main_slide .main_thumb_box {
		width: 50%;
	}
	.section_main .main_swiper .main_slide .main_thumb_box .main_thumb {
		width: 100%;
		min-height: 276px;
	}
	.section_main .main_swiper .main_slide .main_tit_box {
		width: 50%;
	}
	.section_main .main_swiper .main_slide .main_tit_box .main_tag {
		margin-bottom: 12px;
	}
	.section_main .main_swiper .main_slide .main_tit_box .main_tit {
		margin-bottom: 12px;
	}
	.section_main .main_swiper .main_slide .main_tit_box .main_desc {
		margin-bottom: 12px;
		-webkit-line-clamp: 2;
	}
	.section_main .main_swiper .main_slide .main_tit_box .main_brand {
		margin-bottom: 12px;
	}
	.section_main .main_swiper .main_swiper_ui {
		bottom: 25px;
		left: calc(50% + 20px);
	}

	/* view */
	.article_header,
	.article_body {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* sub */
	/* common */
	.section_sub_wrap {
		padding: 0 15px;
	}
	.section_sub {
		padding: 40px 0 0 0;
	}
}

@media (max-width:1024px) {
	/* main */
	/* 메인 */
	.section_main .main_swiper .main_slide a {
		padding: 30px 0 60px 0;
	}
	.section_main .main_swiper .main_swiper_ui {
		text-align: center;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	/* 제안서 다운로드 */
	.bn_download_wrap {
		display: block;
		text-align: center;
	}
	.bn_download_wrap .bn_txt strong {
		margin-right: 0;
	}
	.bn_download_wrap .bn_btn {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media (max-width:768px) {
	/* footer */
	#footer {
		margin-top: 60px;
	}
	#footer .corp_inner {
		display: block;
	}
	#footer .corp_info_area {
		padding-top: 20px;
	}

	/* main */
	/* common */
	.section_inner {
		padding-top: 15px;
		margin-top: 60px;
		border-top: 10px solid var(--c-bg_lgray);
	}
	.section_sub_inner {
		padding-top: 15px;
		margin-top: 40px;
		border-top: 10px solid var(--c-bg_lgray);
	}
	.tit_main_wrap {
		padding: 15px 0 0 0;
		border-top: none;
	}
	.tit_main_wrap .tit_desc {
		font-size: 15px;
		margin-top: 5px;
	}
	/* 메인 */
	.section_main .main_swiper .main_slide a {
		display: block;
		padding: 30px 0;
	}
	.section_main .main_swiper .main_slide .main_thumb_box {
		width: 100%;
	}
	.section_main .main_swiper .main_slide .main_thumb_box .main_thumb {
		min-height: auto;
	}
	.section_main .main_swiper .main_slide .main_tit_box {
		width: 100%;
	}
	.section_main .main_swiper .main_slide .main_tit_box .main_tag {
		font-size: 13px;
	}
	.section_main .main_swiper .main_slide .main_tit_box .main_tit {
		font-size: 22px;
	}
	.section_main .main_swiper .main_slide .main_tit_box .main_desc {
		font-size: 15px;
	}
	.section_main .main_swiper .main_slide .main_tit_box .main_brand .brand_logo {
		width: 40px;
		height: 40px;
	}
	.section_main .main_swiper .main_slide .main_tit_box .main_brand .brand_name {
		font-size: 14px;
		margin-left: 5px;
	}
	/* 최신 뉴스 */
	.section_main_news .section_inner {
		margin-top: 0;
		border-top: none;
	}
	.latest_news_wrap {
		margin-top: 20px;
	}
	.latest_news_wrap .latest_news_list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.latest_news_wrap .latest_news_item .thumb_box .category {
		bottom: 12px;
		left: 12px;
		font-size: 13px;
		padding: 2px 8px;
	}
	.latest_news_wrap .latest_news_item .info_box .brand .brand_logo {
		width: 30px;
		height: 30px;
	}
	.latest_news_wrap .latest_news_item .info_box .brand .brand_name {
		font-size: 13px;
	}
	/* 브랜드 스토리 */
	.brand_news_wrap {
		margin-top: 20px;
	}
	.brand_news_wrap .brand_news_list {
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		display: flex;
		gap: 20px;
	}
	.brand_news_wrap .brand_news_item {
		min-width: 85%;
	}
	.brand_news_wrap .brand_news_item .thumb_box .category {
		bottom: 12px;
		left: 12px;
		font-size: 13px;
		padding: 2px 8px;
	}
	.brand_news_wrap .brand_news_item .info_box .brand .brand_logo {
		width: 30px;
		height: 30px;
	}
	.brand_news_wrap .brand_news_item .info_box .brand .brand_name {
		font-size: 13px;
	}
	/* 기업별 리스트 */
	.company_news_wrap {
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		display: flex;
		margin-top: 30px;
	}
	.company_news_wrap .company_news_box {
		min-width: 85%;
	}
	.company_news_wrap .company_news_box .tit_main_wrap {
		border-top: 3px solid var(--c-dark);
	}
	.company_news_wrap .company_news_box .company_top_news .thumb_box .category {
		bottom: 12px;
		left: 12px;
		font-size: 13px;
		padding: 2px 8px;
	}
	.company_news_wrap .company_news_box .company_top_news .desc_box p {
		font-size: 14px;
	}
	/* 제안서 다운로드 */
	.section_main_download .section_inner {
		border-top: none;
	}
	
	/* view */
	/* 본문 메뉴 */
	.article_menu_wrap {
		top: auto !important;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.article_menu_wrap .article_menu_list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
		height: 50px;
		padding: 0 15px;
		border-width: 1px 0 0;
    	border-color: var(--c-dline_op1);
		border-radius: 0;
		box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
	}
	.article_menu_wrap .article_menu_item {
		margin-top: 0;
	}
	.article_menu_wrap .article_menu_item .btn_menu .menu_name {
		display: none;
	}
	.article_menu_wrap .ly_option {
		position: absolute;
		top: auto;
		bottom: 46px;
		left: 0;
		display: none;
		border: 1px solid var(--c-dline_op1);
		border-radius: 4px;
		background-color: var(--c-bg);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
	}
	.article_menu_wrap .ly_fontsize_option {
		left: auto;
		right: 0;
	}
	/* 본문 상단 */
	.article_header {
		padding: 40px 15px;
	}
	.article_header .article_tag {
		font-size: 14px;
	}
	.article_header .article_headline {
		font-size: 24px;
		margin-top: 8px;
	}
	.article_header .article_brand {
		margin-top: 8px;
	}
	.article_header .article_brand .brand_logo {
		width: 30px;
		height: 30px;
	}
	.article_header .article_brand .brand_name {
		font-size: 14px;
	}
	.article_header .article_info {
		padding-top: 15px;
		margin-top: 15px;
	}
	.article_header .article_info .date {
		font-size: 13px;
	}
	/* 본문 */
	.article_body {
		padding-top: 40px;
	}
	.article_body .keypoint_area .tit_keypoint {
		font-size: 13px;
		padding: 5px 12px;
	}
	/* 본문 하단 */
	.article_footer .brand_other_wrap {
		margin-top: 15px;
	}
	.article_footer .category_other_wrap {
		margin-top: 15px;
	}

	/* sub */
	/* list */
	.sub_news_wrap {
		margin-top: 20px;
	}
	.sub_news_wrap .sub_news_list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.sub_news_wrap .sub_news_item .thumb_box .category {
		bottom: 12px;
		left: 12px;
		font-size: 13px;
		padding: 2px 8px;
	}
	.sub_news_wrap .sub_news_item .info_box .brand .brand_logo {
		width: 30px;
		height: 30px;
	}
	.sub_news_wrap .sub_news_item .info_box .brand .brand_name {
		font-size: 13px;
	}
	/* brand_select_swiper */
	.brand_select_wrap .brand_select_swiper {
		padding: 20px 0;
	}
	.brand_select_wrap .brand_select_swiper .swiper-slide {
		height: 60px;
	}

	/* search */
	.tit_search_bottom .search_result {
		font-size: 15px;
	}
	.tit_search_bottom .search_nav .btn_category_sel {
		font-size: 14px;
	}
	.tit_search_bottom .search_nav .btn_category_sel::after {
		width: 10px;
		height: 6px;
		background-size: 10px 6px;
	}
	.tit_search_bottom .search_nav .search_nav_list {
		top: 28px;
	}
	.tit_search_bottom .search_nav .search_nav_item button {
		font-size: 13px;
	}
	.search_result_none {
		padding: 80px 0;
	}
	.search_result_none .result_none_box::before {
		width: 60px;
		height: 60px;
		padding-bottom: 10px;
		background-size: 60px 60px;
	}
	.search_result_none .result_none_box p {
		font-size: 16px;
	}
	/*// sub */
}

@media (max-width:640px) {}

@media (max-width:360px) {}