@charset "utf-8";

/*
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/


/* ============ common ============ */
.contents.main_contents {padding:0;}
.main_contents .section {
	margin-top:60px;
}
.main_contents .main_tit {
	display: flex;
	padding: 17px 0;
	justify-content: space-between;
	align-items: center;
}
.main_contents .main_tit .tit {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 3.6rem;
	color: #000;
}
.main_contents .main_tit .link_more {
	display: block;
	padding-right: 14px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #222;
	background: url(/static/images/icon/icon_main_more.png) no-repeat 100% 50%;
	background-size: 10px auto;
}
.main_contents .section .sec_tit {position:relative;margin-bottom:40px;font-family:'S-CoreDream-4Regular';font-size:36px;color:#121212;text-align:center;line-height:50px;}
.main_contents .section .sec_tit > b {font-family:'S-CoreDream-6Bold';}
.main_contents .section .sec_tit .btn_more {position:absolute;right:0;bottom:0;font-size:14px;color:#787878;line-height:20px;transition:color 0.4s;}
.main_contents .section .sec_tit .btn_more:after {content:"";display:inline-block;width:20px;height:20px;background:url(/static/images/temp/arr_r.png) no-repeat center center;background-size:8px auto !important;vertical-align:top;transition:background 0.4s;}
.main_contents .section .sec_tit .btn_more:hover, .main_contents .section .sec_tit .btn_more:focus {color:#3b5ed0;}
.main_contents .section .sec_tit .btn_more:hover:after, .main_contents .section .sec_tit .btn_more:focus:after {background:url(/static/images/temp/arr_r_b.png) no-repeat center center;}



/* --- main_item_list --- */
.main_item_list .txt_area {
	margin-top: 20px;
}
.main_item_list .txt_area a {
	display: block;
	height: 100%;
}
.main_item_list .brand {
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main_item_list .title {
	display: -webkit-box;
	max-height: 4rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.main_item_list .price_area {
	display: flex;
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 2.4rem;
	align-items: center;
}
.main_item_list .price_area .before span,
.main_item_list .price_area .price span {
	font-size: 1.8rem;
}
.main_item_list .price_area .before {
	margin-right: 12px;
	color: #d5d5d5;
}
.main_item_list .price_area .before span {
	text-decoration: line-through;
}
.main_item_list .price_area .price {
	font-weight: 700;
	color: #333;
}

.main_item_list .hover_area {
	display: none;
}
.main_item_list .img_area {position:absolute;left:0;top:0;width:100%;height:100%;}
.main_item_list .img_area img {position:absolute;left:0;right:0;top:0;bottom:0;width:auto;max-width:100%;height:auto;max-height:100%;margin:auto;}
.main_item_list .hover_area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(59,94,208,0.8);
	z-index:10;
}
.main_item_list .hover_link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: calc(100% - 50px);
}
.main_item_list .hover_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main_item_list .hover_area .brand,
.main_item_list .hover_area .title {
	color: #fff;
}
.main_item_list .hover_price {
	margin-top: 12px;
}
.main_item_list .hover_price .before {
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #d5d5d5;
}
.main_item_list .hover_price .before span {
	text-decoration: line-through;
}
.main_item_list .hover_price .price {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #fff;
}
.main_item_list .hover_price .sale {
	margin-right: 4px;
}
.main_item_list .hover_price .sale span,
.main_item_list .hover_price .after span {
	font-weight: 700;
	font-size: 1.4rem;
}

.main_item_list .hover_area .btn_wish {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: url(/static/images/icon/icon_heart_off.png) no-repeat 50%;
	background-size: 30px;
}
.main_item_list .hover_area .btn_cart {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: url(/static/images/icon/btn_cart_off.png) no-repeat 50%;
	background-size: 30px;
}

/* event */
.main_item_list .list_area:hover .hover_area {
	display: block;
}
.main_item_list .hover_area .btn_wish.on {
	background: url(/static/images/icon/icon_heart_on.png) no-repeat 50%;
	background-size: 30px;
}
.main_item_list .hover_area .btn_cart.on {
	background: url(/static/images/icon/btn_cart_on.png) no-repeat 50%;
	background-size: 30px;
}





/* ============ main_banner ============ */
.main_banner {
	position:relative;
	padding-top:20px;
}
.main_slider .swiper-slide {width: 1000px !important;/*height:500px;border:solid 1px #e5e5e5;*/border-radius:30px;overflow:hidden;}
.main_slider .swiper-slide:before {content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.3;z-index:1;transition:opacity 0.4s;}
.main_slider .swiper-slide.swiper-slide-active:before {opacity:0;}
.main_slider .swiper-slide > a {display:block;position:relative;/*height:500px;*/}
.main_slider .swiper-slide img {width: auto;height: 500px;}
/*.main_slider .swiper-slide img {position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:auto;margin:auto;}*/
.main_slider .ms_nav {position:absolute;left:50%;top:50%;width:100%;max-width:1250px;margin-left:-625px;z-index:10;}
.main_slider .ms_nav > * {opacity: 1 !important;cursor: pointer !important;pointer-events: auto !important;}
.main_slider .ms_nav .swiper-button-prev {left:30px;width:60px;height:60px;background-image:url(/static/images/main/ico_mv_prev.png);background-size:auto !important;margin-top:-30px;}
.main_slider .ms_nav .swiper-button-next {right:30px;width:60px;height:60px;background-image:url(/static/images/main/ico_mv_next.png);background-size:auto !important;margin-top:-30px;}
.main_slider .ms_controls {position:absolute;left:50%;bottom:30px;min-width:90px;padding-left:20px;background:rgba(0,0,0,0.1);border-radius:60px;text-align:center;z-index:10;transform:translateX(-50%);}
.main_slider .swiper-pagination {display:inline-block;position:static;left:initial;bottom:initial;width:auto;font-family:'Lato';font-size:15px;color:#fff;line-height:40px;vertical-align:top;}
.main_slider .swiper-pagination .swiper-pagination-current {font-weight:700;}
.main_slider .ms_controls > button {display:inline-block;width:40px;height:40px;font-size:0;vertical-align:top;}
.main_slider .ms_controls > button.btn_ms_stop {background:url(/static/images/temp/ico_stop.png) no-repeat center center;}
.main_slider .ms_controls > button.btn_ms_play {display:none;background:url(/static/images/temp/ico_play.png) no-repeat center center;}


/* ============ mlink_ban_sec ============ */
.mlink_ban_sec .mlink {display:flex;flex-wrap:wrap;}
.mlink_ban_sec .mlink > a {display:block;position:relative;width:calc(25% - 30px);margin-left:30px;padding:25px;font-size:14px;color:#787878;line-height:20px;}
.mlink_ban_sec .mlink > a:first-child {margin-left:0;}
.mlink_ban_sec .mlink > a:after {content:"";position:absolute;right:15px;top:18px;width:90px;height:70px;z-index:-1;}
.mlink_ban_sec .mlink > a.mlb_bmall:after {background:url(/static/images/main/mbl_img01.png) no-repeat right center;}
.mlink_ban_sec .mlink > a.mlb_delv:after {background:url(/static/images/main/mbl_img02.png) no-repeat right center;}
.mlink_ban_sec .mlink > a.mlb_agr:after {background:url(/static/images/main/mbl_img03.png) no-repeat right center;}
.mlink_ban_sec .mlink > a.mlb_flower:after {background:url(/static/images/main/mbl_img04.png) no-repeat right center;}
.mlink_ban_sec .mlink > a > span {display:block;margin-top:5px;font-family:'S-CoreDream-3Light';font-family:'S-CoreDream-5Medium';font-size:20px;color:#454545;line-height:30px;transition:color 0.4s;}
.mlink_ban_sec .mlink > a > span:after {content:"";display:inline-block;vertical-align:top;width:20px;height:30px;margin-left:5px;background:url(/static/images/temp/arr_r_bk.png) no-repeat center center;background-size:8px auto !important;transition:background 0.4s;}
.mlink_ban_sec .mlink > a:hover > span, .mlink_ban_sec .mlink > a:focus > span {font-family:'S-CoreDream-6Bold';color:#3b5ed0;text-decoration:underline;}
.mlink_ban_sec .mlink > a:hover > span:after, .mlink_ban_sec .mlink > a:focus > span:after {background:url(/static/images/temp/arr_r_b.png) no-repeat center center;}


/* ============ mhotd_sec ============ */
.mhotd_sec {position:relative;padding:50px 0;}
.mhotd_sec:before {content:"";position:absolute;left:0;top:0;width:100%;height:50%;background:#dfe6fd url(/static/images/main/mhotd_bg.png) no-repeat center top;background-size:auto 100%;}
.mhotd_sec .item_list.thumb .list_area {margin:0;}
.mhotd_sec .swiper-button-prev {left:-5px;width:50px;height:50px;margin-top:-25px;background:#fff url(/static/images/temp/arr_l.png) no-repeat center center;background-size:10px auto !important;border:solid 1px #e5e5e5;border-radius:50px;}
.mhotd_sec .swiper-button-next {right:-5px;width:50px;height:50px;margin-top:-25px;background:#fff url(/static/images/temp/arr_r.png) no-repeat center center;background-size:10px auto !important;border:solid 1px #e5e5e5;border-radius:50px;}


/* ============ mcate_btns_sec ============ */
.main_contents .section.mcate_btns_sec {margin-top:50px;}
.mcate_btns {display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;}
.mcate_btns > a {display:block;font-size:15px;color:#121212;text-align:center;line-height:22px;transition:color 0.4s;}
.mcate_btns > a:before {content:"";display:block;width:100px;height:100px;margin:0 auto 20px;background-color:#f9fafd;background-repeat:no-repeat;background-position:center center;border:solid 1px #f5f7fa;border-radius:100px;}
.mcate_btns > a.mcb01:before {background-image:url(/static/images/main/ico_mcate01.png);}
.mcate_btns > a.mcb02:before {background-image:url(/static/images/main/ico_mcate02.png);}
.mcate_btns > a.mcb03:before {background-image:url(/static/images/main/ico_mcate03.png);}
.mcate_btns > a.mcb04:before {background-image:url(/static/images/main/ico_mcate04.png);}
.mcate_btns > a.mcb05:before {background-image:url(/static/images/main/ico_mcate05.png);}
.mcate_btns > a.mcb06:before {background-image:url(/static/images/main/ico_mcate06.png);}
.mcate_btns > a.mcb07:before {background-image:url(/static/images/main/ico_mcate07.png);}
.mcate_btns > a.mcb08:before {background-image:url(/static/images/main/ico_mcate08.png);}
.mcate_btns > a.mcb09:before {background-image:url(/static/images/main/ico_mcate09.png);}
.mcate_btns > a.mcb10:before {background-image:url(/static/images/main/ico_mcate10.png);}
.mcate_btns > a.mcb11:before {background-image:url(/static/images/main/ico_mcate11.png);}
.mcate_btns > a:hover, .mcate_btns > a:focus {/*font-weight:700;*/color:#3b5ed0;text-decoration:underline;}


/* ============ best_section ============ */
.main_contents .section.best_section {padding:40px 0;}
/* .best_section .best_tab {border:solid 1px #e5e5e5;} */
.best_section .best_tab > .row > .list_area:before {content:"01";position:absolute;left:0;top:0;width:48px;background:#ff772a;font-family:'Lato';font-size:30px;font-weight:500;color:#fff;text-align:center;line-height:48px;font-style:italic;z-index:2;}
.best_section .best_tab > .row > .list_area:after {content:"";position:absolute;left:0;top:47px;border-top:solid 12px #ff772a;border-left:solid 24px #ff772a;border-right:solid 24px transparent;border-bottom:solid 12px transparent;}
.best_section .best_tab .conts_area .list_area {position: relative;padding-bottom:calc(100%/4);}
.best_section .best_tab .conts_area2 .list_area {position: relative;padding-bottom:calc(100%/6);}
/* .best_section .best_tab .conts_area .list_area:nth-child(4),
.best_section .best_tab .conts_area .list_area:nth-child(5),
.best_section .best_tab .conts_area .list_area:nth-child(6) {border:solid #e5e5e5;border-width:0 0 0 1px;} */
.best_section .best_tab .conts_area .list_area:before {position:absolute;left:0;top:0;width:48px;background:#ff772a;font-family:'Lato';font-size:24px;font-weight:500;color:#fff;text-align:center;line-height:48px;font-style:italic;z-index:2;}
.best_section .best_tab .conts_area .list_area:after {display:none;}
.best_section .best_tab .conts_area .list_area:nth-child(1):before {content:"01";}
.best_section .best_tab .conts_area .list_area:nth-child(2):before {content:"02";}
.best_section .best_tab .conts_area .list_area:nth-child(3):before {content:"03";}
.best_section .best_tab .conts_area .list_area:nth-child(4):before {content:"04";}
.best_section .best_tab .conts_area2 .list_area:nth-child(1):before {content:"05";}
.best_section .best_tab .conts_area2 .list_area:nth-child(2):before {content:"06";}
.best_section .best_tab .conts_area2 .list_area:nth-child(3):before {content:"07";}
.best_section .best_tab .conts_area2 .list_area:nth-child(4):before {content:"08";}
.best_section .best_tab .conts_area2 .list_area:nth-child(5):before {content:"09";}
.best_section .best_tab .conts_area2 .list_area:nth-child(6):before {content:"10";}
.best_section .best_tab .conts_area {border:solid 1px #e5e5e5;}
.best_section .best_tab .conts_area2 {border-top: 0;}
.best_section .best_tab .conts_area .list_area {border-right: solid 1px #e5e5e5;}
.best_section .best_tab .conts_area .list_area:last-of-type{border-right: 0;}

/* ============ md_section ============ */
.main_contents .section.md_section {position:relative;padding:50px 0;}
.md_section:before {content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#ebeff2 url(/static/images/main/mdsec_bg.png) repeat-x center center;background-size:auto 100%;}
.md_section .item_list.thumb .list_area {margin:0;}
.md_section .item_list .img_area {border:solid 1px #ebeff2;border-radius:100%;}
.md_section .item_list .txt_area {text-align:center;}
.md_section .swiper-button-prev {left:-5px;width:50px;height:50px;margin-top:-25px;background:#fff url(/static/images/temp/arr_l.png) no-repeat center center;background-size:10px auto !important;border:solid 1px #e5e5e5;border-radius:50px;}
.md_section .swiper-button-next {right:-5px;width:50px;height:50px;margin-top:-25px;background:#fff url(/static/images/temp/arr_r.png) no-repeat center center;background-size:10px auto !important;border:solid 1px #e5e5e5;border-radius:50px;}


/* ============ new_section ============ */
.main_contents .section.new_section {padding:40px 0;}
.new_section .item_list .swiper-wrapper {margin-top:-40px;flex-wrap:wrap;}
.new_section .item_list.thumb .list_area {width:32%;margin:40px 2% 0 0;}
.new_section .item_list.thumb .list_area:nth-child(3n) {margin:40px 0 0;}


/* ============ feat_section ============ */
.main_contents .section.feat_section {padding:50px 0;background:#fcfcfc;}


/* ============ mbtm_sec ============ */
.main_contents .section.mbtm_sec {margin-bottom:60px;}
.mbtm_sec .mbtm01 .tit {margin-bottom:20px;font-size:24px;font-weight:500;color:#121212;line-height:36px;}
.mbtm_sec .mbtm01 .tit .btn_more {float:right;font-size:14px;color:#787878;transition:color 0.4s;}
.mbtm_sec .mbtm01 .tit .btn_more:after {content:"";display:inline-block;width:20px;height:20px;margin-top:8px;background:url(/static/images/temp/arr_r.png) no-repeat center center;background-size:8px auto !important;vertical-align:top;transition:background 0.4s;}
.mbtm_sec .mbtm01 .tit .btn_more:hover, .mbtm_sec .mbtm01 .tit .btn_more:focus {color:#3b5ed0;}
.mbtm_sec .mbtm01 .tit .btn_more:hover:after, .mbtm_sec .mbtm01 .tit .btn_more:focus:after {background:url(/static/images/temp/arr_r_b.png) no-repeat center center;}
.mbtm_sec .mbtm01 .cs_col > dl > dt {margin-bottom:20px;font-family:'Lato';font-size:34px;font-weight:700;color:#121212;line-height:40px;}
.mbtm_sec .mbtm01 .cs_col > dl > dd,
.mbtm_sec .mbtm01 .bank_col > ul > li {position:relative;margin-top:8px;padding-left:75px;font-size:14px;color:#454545;line-height:20px;}
.mbtm_sec .mbtm01 .bank_col > ul > li:first-child {margin-top:0;}
.mbtm_sec .mbtm01 .cs_col > dl > dd > span,
.mbtm_sec .mbtm01 .bank_col > ul > li > span {position:absolute;left:0;top:0;font-weight:500;color:#121212;}
.mbtm_sec .mbtm01 .noti_col > ul > li {display:flex;position:relative;padding-left:10px;font-size:14px;line-height:30px;}
.mbtm_sec .mbtm01 .noti_col > ul > li:before {content:"";position:absolute;left:0;top:14px;width:3px;height:3px;background:#454545;border-radius:10px;}
.mbtm_sec .mbtm01 .noti_col > ul > li > a {display:block;width:80%;color:#454545;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:color 0.4s;}
.mbtm_sec .mbtm01 .noti_col > ul > li > a:hover, .mbtm_sec .mbtm01 .noti_col > ul > li > a:focus {color:#3b5ed0;text-decoration:underline;}
.mbtm_sec .mbtm01 .noti_col > ul > li > .date {width:20%;font-family:'Lato';color:#ababab;text-align:right;}
.mbtm_sec .mbtm02 {display:flex;margin:50px -15px 0;flex-wrap:wrap;}
.mbtm_sec .mbtm02 > * {display:block;width:calc(25% - 30px);margin:0 15px;background:#4884da;font-size:16px;font-weight:500;color:#fff;text-align:center;line-height:64px;transition:background 0.4s;}
.mbtm_sec .mbtm02 > *:hover, .mbtm_sec .mbtm02 > *:focus {background:#326fc7;}





/* ========== 추가 MQ ======================================== */
@media (max-width: 1290px) {
	/* Main Banner */
	.main_banner {padding-top:0;}
	/*.main_slider .swiper-slide, .main_slider .swiper-slide > a {height:450px;}*/
	.main_slider .ms_nav {left:0;max-width:100%;margin-left:0;}

	/* mlink_ban_sec */
	.mlink_ban_sec .mlink > a {width:25%;margin-left:0;}
}


@media (max-width: 1199px) {
	/* mlink_ban_sec */
	.mlink_ban_sec .mlink:before {content:"";position:absolute;left:50%;top:0;width:1px;height:100%;background:#f0f0f0;}
	.mlink_ban_sec .mlink:after {content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#f0f0f0;}
	.mlink_ban_sec .mlink > a {width:50%;}

	/* mcate_btns_sec */
	.mcate_btns_sec .container {max-width:100%;padding:0;}
	.mcate_btns {display:block;font-size:0;white-space:nowrap;overflow-x:auto;}
	.mcate_btns > a {display:inline-block;margin:0 15px;vertical-align:top;}

	/* best_section */
	.best_section .best_tab > .row > .list_area:before {width:40px;font-size:24px;line-height:40px;}
	.best_section .best_tab > .row > .list_area:after {top:39px;border-width:10px 20px;}
	.best_section .best_tab .conts_area .list_area:before {width:40px;font-size:20px;line-height:40px;}
}


@media (max-width: 1024px) {
	/* Main Banner */
	.main_banner {padding:0 20px;}
	.main_slider .swiper-slide {width: 100% !important;}
	.main_slider .swiper-slide:before {display:none;}
	.main_slider .swiper-slide img {height: auto;}
	.main_slider .ms_nav .swiper-button-prev {left:0;}
	.main_slider .ms_nav .swiper-button-next {right:0;}
}


@media (max-width: 991px) {
	/* Common */
	.main_contents .section .sec_tit {margin-bottom:30px;font-size:32px;line-height:40px;}

	/* mlink_ban_sec */
	.main_contents .section.mlink_ban_sec {margin-top:50px;}

	/* mhotd_sec */
	.main_contents .section.mhotd_sec {margin-top:50px;padding:40px 0;}

	/* mcate_btns_sec */
	.main_contents .section.mcate_btns_sec {margin-top:40px;}

	/* best_section */
	.main_contents .section.best_section {padding:20px 0;}
	.best_section .best_tab .conts_area .list_area {padding-bottom:50%;}
	.best_section .best_tab .conts_area .list_area {border-right: solid 1px #e5e5e5;}
	.best_section .best_tab .conts_area .list_area {border-top: 1px solid #e5e5e5;}
	.best_section .best_tab .conts_area .list_area:nth-of-type(1),
	.best_section .best_tab .conts_area .list_area:nth-of-type(2){border-top: 0;}
	.best_section .best_tab .conts_area .list_area:nth-of-type(2n){border-right: 0;}
	/* md_section */
	.main_contents .section.md_section {padding:40px 0;}

	/* new_section */
	.main_contents .section.new_section {padding:20px 0;}

	/* feat_section */
	.main_contents .section.feat_section {padding:40px 0;}

	/* mbtm_sec */
	.mbtm_sec .mbtm01 .noti_col {margin-top:40px;padding-top:40px;border-top:solid 1px #e8e8e8;}
	.mbtm_sec .mbtm01 .noti_col > ul > li > a {width:100%;}
	.mbtm_sec .mbtm01 .noti_col > ul > li > .date {display:none;}
	.mbtm_sec .mbtm02 {margin:40px 0 0;}
	.mbtm_sec .mbtm02 > * {width:calc(50% - 15px);margin:5px 0;}
	.mbtm_sec .mbtm02 > *:nth-child(2n) {margin:5px 0 5px 30px;}
}


@media (max-width: 767px) {
	/* Main Banner */
	.main_banner {margin-top:-10px;}
	/*.main_slider .swiper-slide, .main_slider .swiper-slide > a {height:400px;}*/
	.main_slider .ms_controls {bottom:20px;}

	/* mlink_ban_sec */
	.main_contents .section.mlink_ban_sec {margin-top:40px;}
	.mlink_ban_sec .mlink:after {left:20px;width:calc(100% - 40px);}

	/* mhotd_sec */
	.main_contents .section.mhotd_sec {margin-top:40px;}

	/* mcate_btns_sec */
	.mcate_btns > a {font-size:14px;line-height:20px;}
	.mcate_btns > a:before {width:90px;height:90px;margin:0 auto 15px;}

	/* best_section */
	/* .best_section .best_tab {border:solid #e5e5e5;border-width:1px 0 0 1px;}
	.best_section .best_tab > .row > .list_area {padding-bottom:calc(100% - 1px);border:solid #e5e5e5;border-width:0 1px 1px 0;}
	.best_section .best_tab .conts_area .list_area {border:solid #e5e5e5;border-width:0 1px 1px 0 !important;} */

	/* new_section */
	.new_section {overflow:hidden;}
	.new_section .item_list {width:125%;}
	.new_section .item_list .swiper-wrapper {margin-top:0;flex-wrap:initial;}
	.new_section .item_list.thumb .list_area {width:auto;margin-top:0 !important;}

	/* mbtm_sec */
	.main_contents .section.mbtm_sec {margin-top:40px;margin-bottom:40px;}
	.mbtm_sec .mbtm01 .tit {font-size:20px;line-height:30px;}
	.mbtm_sec .mbtm01 .tit .btn_more {font-size:13px;}
	.mbtm_sec .mbtm01 .tit .btn_more:after {margin-top:6px;}
	.mbtm_sec .mbtm01 .bank_col, .mbtm_sec .mbtm01 .noti_col {margin-top:30px;padding-top:30px;border-top:solid 1px #e8e8e8;}
	.mbtm_sec .mbtm01 .cs_col > dl > dt {font-size:30px;line-height:34px;}
	.mbtm_sec .mbtm02 {margin:30px 0 0;}
	.mbtm_sec .mbtm02 > * {width:calc(50% - 5px);}
	.mbtm_sec .mbtm02 > *:nth-child(2n) {margin:5px 0 5px 10px;}
}


@media (max-width: 575px) {
	/* Main Banner */
	/*.main_slider .swiper-slide, .main_slider .swiper-slide > a {height:350px;}
	.main_slider .swiper-slide {border-radius:40px;}*/

	/* mlink_ban_sec */
	.main_contents .section.mlink_ban_sec {margin-top:30px;}
	.mlink_ban_sec .mlink > a {padding:25px 20px;}

	/* mhotd_sec */
	.main_contents .section.mhotd_sec {margin-top:30px;}
	.mhotd_sec .swiper-button-prev {left:0;width:46px;height:46px;margin-top:-23px;}
	.mhotd_sec .swiper-button-next {right:0;width:46px;height:46px;margin-top:-23px;}

	/* md_section */
	.md_section .swiper-button-prev {left:0;width:46px;height:46px;margin-top:-23px;}
	.md_section .swiper-button-next {right:0;width:46px;height:46px;margin-top:-23px;}

	/* mbtm_sec */
	.main_contents .section.mbtm_sec {margin-bottom:0;padding-top:150px;}
	.mbtm_sec .mbtm01 {margin-right:-20px;margin-left:-20px;}
	.mbtm_sec .mbtm01 .tit {margin-bottom:15px;font-size:18px;}
	.mbtm_sec .mbtm01 .tit .btn_more {font-size:0;}
	.mbtm_sec .mbtm01 .tit .btn_more:after {height:30px;margin-top:0;}
	.mbtm_sec .mbtm01 .col-12 {max-width:calc(100% - 40px);margin-right:20px;margin-left:20px;padding-right:0;padding-left:0;}
	.mbtm_sec .mbtm01 .cs_col {margin-top:30px;}
	.mbtm_sec .mbtm01 .noti_col {max-width:100%;margin:30px 0 0;padding:15px 20px;background:#fafafa;}
	.mbtm_sec .mbtm01 .noti_col .tit {display:inline-block;margin-bottom:0;vertical-align:top;}
	.mbtm_sec .mbtm01 .noti_col .tit .btn_more {position:absolute;right:20px;top:15px;}
	.mbtm_sec .mbtm01 .noti_col > ul {display:inline-block;width:calc(100% - 130px);margin:0 15px;vertical-align:top;}
	.mbtm_sec .mbtm01 .noti_col > ul > li {display:none;}
	.mbtm_sec .mbtm01 .noti_col > ul > li:first-child {display:block;}
	.mbtm_sec .mbtm02 {position:absolute;left:20px;right:20px;top:0;margin:0;}
}


@media (max-width: 480px) {
	/* Common */
	.main_contents .section .sec_tit {margin-bottom:20px;font-size:28px;text-align:left;line-height:40px;}
	.main_contents .section .sec_tit .btn_more {font-size:13px;}

	/* Main Banner */
	.main_slider .ms_controls {min-width:75px;padding-left:10px;}
	.main_slider .swiper-pagination {font-size:13px;line-height:30px;}
	.main_slider .ms_controls > button {width:30px;height:30px;}
	.main_slider .ms_nav .swiper-button-prev, .main_slider .ms_nav .swiper-button-next {width:50px;height:50px;margin-top:-25px;background-size:auto 100% !important;}

	/* mlink_ban_sec */
	/* 21-04-02 이전 UI
	.mlink_ban_sec .mlink {padding:0 20px;}
	.mlink_ban_sec .mlink:before, .mlink_ban_sec .mlink:after {display:none;}
	.mlink_ban_sec .mlink > a {width:100%;padding:25px 0;border-top:solid 1px #f0f0f0;}
	.mlink_ban_sec .mlink > a:first-child {border-top:none;}
	.mlink_ban_sec .mlink > a:before {right:20px;}
	*/
	.mlink_ban_sec .mlink > a {padding: 15px 0;font-size: 12px;line-height: 18px;}
	.mlink_ban_sec .mlink > a:nth-child(2n) {padding-left: 15px;}
	.mlink_ban_sec .mlink > a:nth-child(2n-1) {padding-right: 15px;}
	.mlink_ban_sec .mlink > a:after {display: block;position: relative;right: initial;top: initial;width: 100%;height: 60px;margin-top: -10px;background-size: auto 100% !important;z-index:1;}
	.mlink_ban_sec .mlink > a > span {margin-top: 0;font-size: 18px;}

	/* mhotd_sec */
	.main_contents .section.mhotd_sec {padding:30px 0;}
	.main_contents .section.mhotd_sec .sec_tit {margin-bottom:15px;}

	/* mcate_btns_sec */
	.main_contents .section.mcate_btns_sec {margin-top:30px;}
	.mcate_btns > a {margin:0 10px;font-size:13px;}
	.mcate_btns > a:before {width:80px;height:80px;background-size:40px auto !important;}

	/* best_section */
	.main_contents .section.best_section {padding:0;}
	.best_section .best_tab > .row > .list_area:before {width:36px;font-size:20px;line-height:36px;}
	.best_section .best_tab > .row > .list_area:after {top:35px;border-width:9px 18px;}
	.best_section .best_tab .conts_area .list_area:before {width:36px;font-size:16px;line-height:36px;}
	.best_tab .hover_txt {left:20px;right:20px;transform:translateY(-50%);}
	.best_tab .hover_price {display:flex;margin-top:7px;flex-wrap:wrap;justify-content:center;align-items:center;}
	.best_tab .hover_price .before {margin-right:5px;}

	/* md_section */
	.main_contents .section.md_section {padding:30px 0;}

	/* new_section */
	.main_contents .section.new_section {padding:0;}

	/* feat_section */
	.main_contents .section.feat_section {padding:30px 0;}





	/* mbtm_sec */
	.main_contents .section.mhotd_sec {margin-top:30px;}
}


@media (max-width: 414px) {
	/* Main Banner */
	/*.main_slider .swiper-slide, .main_slider .swiper-slide > a {height:300px;}
	.main_slider .swiper-slide {border-radius:30px;}*/
	.main_slider .ms_controls {bottom: 10px;}

	/* mlink_ban_sec */
	.main_contents .section.mlink_ban_sec {margin-top:20px;}

	/* mhotd_sec */
	.main_contents .section.mhotd_sec {margin-top:20px;}
}


@media (max-width: 375px) {
	/* Common */
	.main_contents .section .sec_tit {font-size:26px;line-height:36px;}

	/* mcate_btns_sec */
	.mcate_btns > a:before {width:70px;height:70px;margin:0 auto 10px;background-size:35px auto !important;}
}