@charset "utf-8";

/* common */
.wrap_layout{max-width: 1200px; width: calc(100% - 32px); position: relative; margin: 0 auto;}
.wrap_layout:after{content: ""; display: block; clear: both;}
ul:after{content: ""; display: block; clear: both;}
.txt01{font-size: 12px; color: #333;}
.tit_st01{padding: 0 20px; /*margin-top:20px;*/ margin: 20px 0; line-height: 40px;font-size: 14px; color: #333; font-weight: 900; border-top: 2px solid #222; border-bottom: 1px solid #e5e5e5; }
.btn_submit01{display: block; width:65px; height:65px; box-sizing:border-box; background:url('../img/main/coupon_out-05.png') no-repeat; background-size:cover; outline:none; text-indent:-9999px;}
.btn_more01{display: block; width: 100%; height: 40px; line-height: 36px; text-align: center; font-size: 14px; color: #333; border: 2px solid #333;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.btn_more01:focus,
.btn_more01:hover{background: #333; color: #fff;}
.inner {
	position: relative;
	width: calc(100% - 30px);
	max-width: 1400px;
	margin: 0 auto;
}

.pager {
	margin-top: 34px;
	text-align: center;
}
.pager ul {
	display: inline-block;
}
.pager ul li {
	float: left;
}
.pager ul li + li {
	margin-left: 16px;
}
.pager ul li.prev_btn {
	margin-right: 10px;
}
.pager ul li.next_btn {
	margin-left: 26px;
}
.pager ul li a {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	font-weight: 400;
	color: #252525;
	border-radius: 50%;
}
.pager ul li.num a:hover::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 28px;
	height: 28px;
	background: #f1f1f1;
	border-radius: 50%;
	content: '';
	z-index: -1;
}
.pager ul li.num.on a {
	color: #fff;
	background: #7a101c;
}
.pager ul li.prev_btn a {
	background: url(../img/btn/pager_prev.png) center center no-repeat;
}
.pager ul li.next_btn a {
	background: url(../img/btn/pager_next.png) center center no-repeat;
}

/* header */
#header {
	border-bottom: 1px solid #eeeeee;
}
#header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
}
#header .logo a {
    display: block;
}
#header .logo a img {
    display: block;
}
#header .gnb {
    text-align: center;
}
#header .gnb ul {
    display: inline-block;
}
#header .gnb li {
    float: left;
}
#header .gnb li a {
    display: block;
    padding: 0 18px;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    line-height: 100px;
}
#header .util_right {
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
}
#header .util_right ul {
    float: left;
}
#header .util_right ul li {
    float: left;
}
#header .util_right ul li a {
    display: block;
    padding: 0 9px;
    font-size: 18px;
    font-weight: 500;
    color: #757575;
    line-height: 34px;
}
#header .util_right .kakao_link {
	display: none;
}
#header .util_right .search_btn {
    float: left;
    margin-left: 20px;
    width: 34px;
    height: 34px;
    text-indent: -9999em;
    background-image: url(../img/btn/search_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#header .util_right .search_btn.on {
    background-image: url(../img/btn/search_btn_on.png);
}
#header .ham_btn {
	display: none;
}
#header .h_search_pop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding: 40px 0 30px;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.07);
    z-index: 1111;
}
#header .h_search_pop form {
    position: relative;
    display: block;
	max-width: 600px;
	width: 100%;
    margin: 0 auto;
}
#header .h_search_pop form .sf_txt {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #000000;
    font-size: 16px;
    font-weight: 400;
}
#header .h_search_pop form .btn_search {
    position: absolute;
    top: 0;
	right: 0;
    width: 30px;
	height: 50px;
	padding: 0;
    border: 0;
    background: url(../img/btn/search_btn_big.png) center center no-repeat;
}
#header .header_menu_mo {
	display: none;
}
.header_all_menu {
	display: none;
}
/* quick_box */
.quick_box {
	position: fixed;
    top: 126px;
    right: 2%;
	z-index: 11111;
}
.quick_box .kakaotalk {
	display: block;
	padding-top: 24px;
	width: 100px;
	height: 180px;
	background: #f9e000;
	border-radius: 10px;
	box-sizing: border-box;
}
.quick_box .kakaotalk span {
	display: block;
	padding-top: 64px;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 1.25;
	text-align: center;
	letter-spacing: -0.04em;
	background: url(../img/ico/ico_kakao.png) center top no-repeat;
}
.quick_box .kakaotalk strong {
	display: block;
	margin-top: 16px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	letter-spacing: -0.04em;
}
.quick_box .util_link {
	margin-top: 10px;
	width: 100px;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
}
.quick_box .util_link li + li {
	border-top: 1px solid #dbdbdb;
}
.quick_box .util_link a {
	display: block;
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.quick_box .util_link a span {
	display: inline-block;
	padding-top: 40px;
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
	color: #454545;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.quick_box .util_link01 a span {
	background-image: url(../img/ico/util_link01.png);
	background-position: center top;
}
.quick_box .util_link02 a span {
	background-image: url(../img/ico/util_link02.png);
	background-position: center top 5px;
}
.quick_box .direct_link {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: 30px auto 0;
	padding-top: 37px;
	text-align: center;
	background: #7a101c;
	border-radius: 50%;
	box-shadow: 11px 7px 19.74px 1.26px rgba(0, 0, 0, 0.39);
	box-sizing: border-box;
}
.quick_box .direct_link::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	width: 21px;
	height: 41px;
	background: url(../img/ico/direct_link.png) center center no-repeat;
	background-size: cover;
	content: '';
}
.quick_box .direct_link span {
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
}
.quick_box .top_btn {
	display: block;
	width: 50px;
	height: 50px;
	margin: 20px auto 0;
	border: 1px solid #e2e2e2;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
.quick_box .top_btn span {
	display: block;
	padding-top: 14px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #252525;
	text-transform: uppercase;
	line-height: 1;
	background: url(../img/btn/top_btn.png) center top no-repeat;
}


/* itme_type01 */
.item_type01 > li,
.itme_type01 > li {
	float: left; 
	margin-bottom: 30px;
	margin-right: 30px;
	width: calc(33.333% - 20px);
}
.item_type01 > li:nth-of-type(3n),
.itme_type01 > li:nth-of-type(3n) {
	margin-right: 0;
}
.item_type01 > li .item_box,
.itme_type01 > li .item_box {
	border: 1px solid #dbdbdb;
	padding-bottom: 30px;
	background: #fff;
}
.item_box .item_link {
	position: relative;
	display: block;
}
.item_box .item_link .brand_logo {
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
	font-size: 0;
	background: #fbfbfb;
}
.item_box .item_link .brand_logo img {
	vertical-align: middle;
}
.item_box .item_link .img_area span {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.item_box .item_link .pdt_badge {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0;
}
.item_box .item_link .pdt_badge span {
	display: inline-block;
	width: 48px;
	height: 48px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 48px;
	text-transform: uppercase;
	border-radius: 15px;
}
.item_box .item_link .pdt_badge span + span {
	margin-left: 6px;
}
.item_box .item_link .pdt_badge .new {
	background: #ff3275;
}
.item_box .item_link .pdt_badge .best {
	background: #eb0c0c;
}
.item_box .item_link .left_badge {
	position: absolute;
	top: 75px;
	left: 10px;
}
.item_box .item_link .left_badge span {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50%;
}
.item_box .item_link .left_badge span + span {
	margin-top: 6px;
}
.item_box .item_link .left_badge .direct_water {
	background: #f9f6ff;
	color: #642dff;
}
.item_box .item_link .left_badge .sterilization {
	background: #f7f7f7;
	color: #252525;
}
.item_box .item_link .right_badge {
	position: absolute;
	top: 75px;
	right: 10px;
}
.item_box .item_link .right_badge > div {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 0;
	background: #f7f7f7;
	border-radius: 50%;
}
.item_box .item_link .right_badge > div + div {
	margin-top: 6px;
}
.item_box .item_link .right_badge span {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.item_box .item_link .right_badge .ice span {
	padding-top: 23px;
	color: #2277f2;
	background-image: url(../img/ico/badge_ice.png);
}
.item_box .item_link .right_badge .cold span {
	padding-top: 22px;
	color: #22b0f2;
	background-image: url(../img/ico/badge_cold.png);
}
.item_box .item_link .right_badge .purifier span {
	padding-top: 22px;
	color: #04c971;
	background-image: url(../img/ico/badge_purifier.png);
}
.item_box .item_link .right_badge .hot span {
	padding-top: 13px;
	color: #eb0c0c;
	background-image: url(../img/ico/badge_hot.png);
}
.item_box .item_link .right_badge .c100 span {
	color: #eb0c0c;
}
.item_box .item_link .right_badge .coffee span {
	padding-top: 17px;
	color: #674524;
	background-image: url(../img/ico/badge_coffee.png);
}
.item_box .item_link .txt_area {
	padding: 20px 10px;
	text-align: center;
}
.item_box .item_link .event_badge {
    min-height: 28px;
    margin-bottom: 14px;
    font-size: 0;
}
.item_box .item_link .event_badge span {
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
.item_box .item_link .event_badge span + span {
	margin-left: 6px;
}
.item_box .item_link .event_badge .red {
	border: 1px solid #fba8af;
	color: #f43142;
	background: #fff7f8;
}
.item_box .item_link .event_badge .blue {
	border: 1px solid #bda2ff;
	color: #642dff;
	background: #f9f6ff;
}
.item_box .item_link .subject {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #252525;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item_box .item_link .model_name {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}
.item_box .item_link .price_box {
	margin-top: 20px;
}
.item_box .item_link .price_box .month_p {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #757575;
	text-decoration: line-through;
}
.item_box .item_link .price_box .benefit_p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #252525;
}
.item_box .item_link .price_box .benefit_p span {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #7a101c;
}
.item_box .item_link .price_box .benefit_p span strong {
	font-size: 24px;
	font-weight: 900;
	font-family: 'Gmarket Sans', sans-seirf;
	color: #7a101c;
}
.item_box .apply_row {
	padding: 0 35px;
	text-align: center;
	font-size: 0;
}
.item_box .apply_row a {
	display: inline-block;
	width: calc(50% - 5px);
	max-width: 150px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	box-sizing: border-box;
}
.item_box .apply_row a + a {
	margin-left: 10px;
}
.item_box .apply_row .inquiry_link {
	border: 1px solid #aaaaaa;
	color: #252525;
	background: #fff;
}
.item_box .apply_row .sign_link {
	border: 1px solid #7a101c;
	color: #fff;
	background: #7a101c;
}


.fix_inquiry {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fafafa;
	box-sizing: border-box;
	z-index: 11111;
}
.fix_inquiry .wrap_layout {
	padding: 22px 0;
	font-size: 0;
}
.fix_inquiry .call_box {
	display: inline-block;
	vertical-align: middle;
}
.fix_inquiry .call_box span {
	margin-right: 12px;
	font-size: 24px;
	font-weight: 400;
	color: #252525;
}
.fix_inquiry .call_box strong {
	font-size: 32px;
	font-weight: 700;
	font-family: 'Gmarket Sans', sans-serif;
	color: #7a101c;
}
.fix_inquiry .call_box .call_box_link {
    display: inline-block;
}
.fix_inquiry .form_box {
	display: inline-block;
	margin-left: 50px;
	vertical-align: middle;
}
.fix_inquiry .form_box input {
	float: left;
	display: block;
	height: 46px;
	border: 0;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 400;
	background: #f2f4f7;
	border-radius: 5px;
	box-sizing: border-box;
}
.fix_inquiry .form_box input::placeholder {
	color: #999999;
}
.fix_inquiry .form_box input[type="text"] {
	margin-right: 20px;
	width: 236px;
}
.fix_inquiry .form_box input[type="tel"] {
	margin-right: 10px;
	width: 266px;
}
.fix_inquiry .form_box .submit_btn {
	float: left;
	display: block;
	width: 120px;
	height: 46px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #7a101c;
	border-radius: 5px;
}
.fix_inquiry .form_box .check_item {
	margin-top: 8px;
}
.fix_inquiry .form_box .check_item input {
	display: none;
}
.fix_inquiry .form_box .check_item input + label {
	display: block;
	padding-left: 28px;
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
	color: #454545;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../img/ico/ico_checkbox_wine.png);
}
.fix_inquiry .form_box .check_item input:checked + label {
	background-image: url(../img/ico/ico_checkbox_wine_on.png);
}
.fix_inquiry .benefit_link {
	display: none;
}
.fix_inquiry .agree_pop_wrap {
	display: none;
	position: absolute;
	bottom: 54px;
	width: 480px;
	z-index: 1111;
}
.fix_inquiry .agree_pop_wrap .pop_content {
	max-height: 80vh;
	padding: 60px;
	border: 1px solid #999999;
	font-size: 15px;
	font-weight: 350;
	color: #757575;
	line-height: 1.7;
	letter-spacing: -0.04em;
	background: #fff;
	box-sizing: border-box;
	overflow-y: auto;
}
.fix_inquiry .agree_pop_wrap .pop_content span {
	display: block;
	font-size: 18px;
}
.fix_inquiry .agree_pop_wrap .close_btn {
	display: block;
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-weight: 350;
	color: #fff;
	background: #262626;
}
.fix_inquiry .agree_pop_wrap_dim {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 111;
}


#footer {
	padding: 60px 0 168px;
	background: #262626;
}
#footer .foot_left {
	float: left;
}
#footer .foot_left .foot_logo {
    float: left;
}
#footer .foot_left .foot_logo a,
#footer .foot_left .foot_logo img {
	display: block;
}
#footer .foot_info {
	float: left;
	margin-left: 20px;
}
#footer .foot_info .foot_list {
	margin-bottom: 20px;
}
#footer .foot_info .foot_list li {
	float: left;
}
#footer .foot_info .foot_list li + li {
	position: relative;
	padding-left: 13px;
	margin-left: 13px;
}
#footer .foot_info .foot_list li + li::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: #5c5c5c;
	content: '';
}
#footer .foot_info .foot_list li a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #bdbdbd;
}
#footer .foot_info .foot_list li a strong {
	color: #fff;
	font-weight: 400;
}
#footer address {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
}
#footer address span {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	/* color: #2c2c2c; */
	color: #999;
	line-height: 1.5;
	letter-spacing: -0.04em;
}
#footer address span + span {
	margin-left: 16px;
}
#footer .copy {
	margin-top: 30px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
}
#footer .foot_right {
	float: right;
}
#footer .foot_right h2 {
	float: left;
	margin-right: 20px;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}
#footer .foot_right .foot_contact {
	float: left;
}
#footer .foot_right .foot_contact a {
    display: block;
}
#footer .foot_right .contact_box {
	float: left;
}
#footer .foot_right .contact_box + .contact_box {
	margin-left: 14px;
}
#footer .foot_right .contact_box h3 {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
#footer .foot_right .contact_box strong {
	display: block;
	font-size: 32px;
	font-weight: 700;
	font-family: 'Gmarket Sans', sans-serif;
	color: #fff77b;
}
#footer .foot_right .contact_box p {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 400;
	color: #bdbdbd;
	line-height: 1.5;
	letter-spacing: -0.04em;
}
#footer .foot_right .contact_box p span {
    display: block;
}


/* 메인슬라이드 */
.wrap_1180 { max-width:1200px; width: calc(100% - 30px); margin:0 auto; position:relative; }
.wrap_1180:after { content:""; display:block; clear:both; }
/* .main_section02{margin-top:60px;} */
.main_slider { position:relative; margin:0 auto; }
.slick-slide { outline:none; }
.main_slider .slider_box .slider_img a {
    display: block;
}
.main_slider .slider_box .slider_img .img {
    display: block;
    width: 100%;
    height: 522px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_slider .slider_nav_wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
	transform: translateX(-50%);
	height: 50px;
	border: 1px solid #dbdbdb;
	background: #fff;
	z-index: 111;
	box-sizing: border-box;
}
.slider_img {position:relative;}
.slider_nav { float: left; width: calc(100% - 49px)} 
/* .slider_nav > div { float:left; width:100% !important; } */
.slick-list { overflow:initial;}
.slider_nav .slick-track {
	width: 100% !important;
}
.slider_nav .slick-slide { position: relative; float:left; width:20% !important;  box-sizing:border-box;}
.slider_nav .slick-slide.lang1 { width:100% !important;}
.slider_nav .slick-slide.lang2 { width:50% !important;}
.slider_nav .slick-slide.lang3 { width:33.3333% !important;}
.slider_nav .slick-slide.lang4 { width:25% !important;}
.slider_nav .slick-slide.lang5 { width:20% !important;}
.slider_nav .slick-slide + .slick-slide::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #eeeeee;
	content: '';
}

.slider_nav .slick-slide a {
	position: relative;
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: rgba(37,37,37,.5);
}
.slider_nav .slick-slide a::after {
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 0;
	height: 4px;
	background: #7a101c;
	transition: all .4s;
	content: '';
}
.slider_nav .slick-slide.slick-current a {
	color: #7a101c;
}
.slider_nav .slick-slide.slick-current a::after {
	left: 0;
	right: auto;
	width: 100%;
	transition: all .4s;
}


.slide_control_btn { 
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 50px;
	height: 50px;
	background-color: #7a101c;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/btn/btn_main_v_pause.png);
}
.slide_control_btn.on {
	background-image: url(../img/btn/btn_main_v_play.png);
}

/* category_sec */
.category_sec {
	padding: 100px 0;
}
.category_sec .title {
	margin-bottom: 60px;
	text-align: center;
	font-size: 38px;
	font-weight: 400;
	color: #252525;
}
.category_sec .title span {
	color: #7a101c;
}
.category_sec .category_list {
	text-align: center;
	font-size: 0;
}
.category_sec .category_list li {
	display: inline-block;
	max-width: 120px;
	width: calc(14.285% - 25.714px);
}
.category_sec .category_list li + li {
	margin-left: 30px;
}
.category_sec .category_list li a {
	display: block;
	transition: all .4s;
}
.category_sec .category_list li a:hover {
	transform: translateY(-20px);
	transition: all .4s;
}
.category_sec .category_list li a img {
	display: block;
	margin: 0 auto;
}
.category_sec .category_list li a span {
	display: block;
	margin-top: 14px;
	font-size: 16px;
	font-weight: 400;
	color: #252525;
}
/* //category_sec */


/* main_banner01 */
.main_banner01 .slider_item a {
	display: block;
}
.main_banner01 .slider_item a img {
	display: block;
}
.main_banner01 .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border: 1px solid #f2f4f8;
	text-indent: -9999em;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
	z-index: 11;
}
.main_banner01 .slick-prev {
	left: -20px;
	background-image: url(../img/btn/banner_slider_prev.png);
}
.main_banner01 .slick-next {
	right: -20px;
	background-image: url(../img/btn/banner_slider_next.png);
}



/* //main_banner01 */


/* main_section01 */
.main_section01 {
	padding: 100px 0 90px;
}
.main_section01 .title {
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 400;
	color: #252525;
	text-align: center;
}
.main_section01 .best_tab {
	margin-bottom: 60px;
	font-size: 0;
	text-align: center;
}
.main_section01 .best_tab button {
	display: inline-block;
	max-width: 200px;
	width: calc(20% - 8px);
	height: 60px;
	margin-right: 10px;
	border: 2px solid #eeeeee;
	font-size: 18px;
	font-weight: 700;
	color: #757575;
	border-radius: 30px;
	box-sizing: border-box;
}
.main_section01 .best_tab button:nth-child(5n) {
	margin-right: 0;
}
.main_section01 .best_tab button.on {
	border: 2px solid #7a101c;
	color: #7a101c;
}

/* //main_section01 */

/* review_sec */
.review_sec {
	padding: 120px 0;
	background: #f2f4f7;
}

.review_sec .title_row {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.review_sec .title_row .title {
	font-size: 38px;
	font-weight: 400;
	color: #252525;
}
.review_sec .title_row .title span {
	color: #7a101c;
}
.review_sec .title_row .more_btn {
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(../img/btn/more_btn.png) center center no-repeat;
}
.review_sec .review_sec_list li {
	float: left;
	width: calc(20% - 16px);
	margin-right: 20px;
	margin-top: 20px;
}
.review_sec .review_sec_list li:nth-child(5n) {
	margin-right: 0;
}
.review_sec .review_sec_list li a {
	display: block;
	width: 100%;
}
.review_sec .review_sec_list li a span {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* //review_sec */


.benefit_sec {
	padding: 120px 0 100px;
	border-bottom: 1px solid #eeeeee;
}
.benefit_sec .title {
	margin-bottom: 60px;
	font-size: 38px;
	font-weight: 400;
	color: #252525;
	text-align: center;
}
.benefit_sec .benefit_list {
	padding: 0 28px;
}
.benefit_sec .benefit_list li {
	float: left;
	width: calc(33.333% - 26.666px);
	margin-right: 40px;
}
.benefit_sec .benefit_list li:nth-child(3n) {
	margin-right: 0;
}
.benefit_sec .benefit_list li a {
	display: block;
}
.benefit_sec .benefit_list li .img_box {
	position: relative;
	padding-top: 76.190%;
}
.benefit_sec .benefit_list li .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.benefit_sec .benefit_list li .txt {
	margin-top: 40px;
	padding: 0 20px;
}
.benefit_sec .benefit_list li .txt .subject {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: #252525;
}
.benefit_sec .benefit_list li .txt .desc {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #757575;
	line-height: 1.3;
	word-break: keep-all;
}
.board_sec {
	padding: 120px 0 82px;
}
.board_sec .inquiry_board {
	float: left;
	width: 47.5%;
}
.board_sec .inquiry_board .title_row {
	position: relative;
	margin-bottom: 38px;
}
.board_sec .inquiry_board .title {
	font-size: 38px;
	font-weight: 400;
	color: #252525;
}
.board_sec .inquiry_board .more_btn {
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(../img/btn/more_btn.png) center center no-repeat;
}
.board_sec .inquiry_board .board_list li {
	display: block;
	padding: 8px 0;
	line-height: 1.4;
}
.board_sec .inquiry_board .board_list li::after {
	display: block;
	clear: both;
	content: '';
}
.board_sec .inquiry_board .board_list li .subject {
	display: block;
	float: left;
    /* width: calc(100% - 80px); */
    width: 100%;
	font-size: 0;
}
.board_sec .inquiry_board .board_list li .subject span {
	display: inline-block;
	max-width: calc(100% - 24px);
	font-size: 18px;
	font-weight: 400;
	color: #454545;
	letter-spacing: -0.04em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.board_sec .inquiry_board .board_list li .subject .new_ico {
	display: inline-block;
	margin-left: 6px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-indent: -1px;
	text-transform: uppercase;
	background: #7a101c;
	border-radius: 3px;
	vertical-align: middle;
}
.board_sec .inquiry_board .board_list li .date {
	float: right;
	font-size: 16px;
	font-weight: 400;
	color: #757575;
	letter-spacing: -0.04em;
}
.board_sec .main_banner03 {
	float: right;
	width: 45.833%;
}
.board_sec .main_banner03 a,
.board_sec .main_banner03 a img {
	display: block;
}


/* 반응형 */
.only_web{display: block !important;}
.only_mo{display: none !important;}

/*@media screen and (min-width: 769px){
.recommend .slick-list{width: calc(100% + 20px); margin-left: -10px;}
.main .itme_type01 > li{width:calc(25% - 15px); margin-left:20px; margin-right:0; }
.main .itme_type01 > li:first-child, .main .itme_type01 > li:nth-child(4n+1){margin-left:0; }
}*/

/**/
/*@media screen and (max-width: 810px){
	
	#wrap{min-width:100%;}
	.wrap_layout{ width: 100%;}
	.wrap_1180 { width:90.55%; }


}*/

@media all and (max-width: 1520px) {
	#header .logo {
		transform: translate(-50%, -50%);
	}
	#header .util_right {
		right: -60px;
	}
}

@media all and (max-width: 1360px) {
	#header .logo {
		transform: translateY(-50%);
	}
	#header .gnb li a {
		padding: 0 14px;
	}

	#header .util_right ul li a {
		padding: 0 7px;
		font-size: 16px;
	}
	#header .util_right .search_btn {
		margin-left: 10px;
	}
	#header .util_right {
		right: 0;
	}
}

@media screen and (max-width:1200px){
	#header .gnb li a {
		padding: 0 10px;
		font-size: 18px;
	}
	#header .util_right ul li a {
		padding: 0 4px;
		font-size: 14px;
	}
	#header .util_right .search_btn {
		margin-left: 0;
	}

	.quick_box {
		display: none;
	}
	.fix_inquiry .wrap_layout {
        display: none;
		padding: 20px 0;
	}
	.fix_inquiry .call_box span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.fix_inquiry .call_box strong {
		display: block;
	}
	.fix_inquiry .form_box {
		max-width: calc(100% - 290px);
	}
	.fix_inquiry .form_box input[type="text"],
	.fix_inquiry .form_box input[type="tel"] {
		width: calc(50% - 75px);
	}
	.fix_inquiry .benefit_link {
		display: block;
    }
    .fix_inquiry .benefit_link::after {
        display: block;
        clear: both;
        content: '';
    }
	.fix_inquiry a:not(.call_box_link) {
		float: left;
		display: block;
		width: 50%;
		line-height: 75px;
		text-align: center;
		background: #7a101c;
    }
    .fix_inquiry .benefit_link a,
    .fix_inquiry .benefit_link button {
        float: left;
        display: block;
        width: 33.333%;
        line-height: 75px;
        text-align: center;
		background: #7a101c;
    }
    .fix_inquiry a span,
    .fix_inquiry button span {
		display: inline-block;
		padding-top: 29px;
		font-size: 11px;
		font-weight: 500;
		color: #fff;
		line-height: 1;
		background-position: center top;
		background-repeat: no-repeat;
		vertical-align: middle;
    }
    .fix_inquiry button.ham_btn span {
        background-image: url(../img/ico/ham_btn.png);
        background-size: 23px;
    }
	.fix_inquiry a.benefit_link01 span {
		background-image: url(../img/ico/m_benefit_link01.png);
		background-size: 23px;
	}
	.fix_inquiry a.benefit_link02 span {
        background-image: url(../img/ico/m_benefit_link02.png);
        background-position: center top 5px;
		background-size: 18px;
	}
	.fix_inquiry .agree_pop_wrap .pop_content {
		max-height: 70vh;
		padding: 40px;
	}

	#footer {
		padding-bottom: 210px;
	}
	#footer .foot_left .foot_logo {
		float: none;
	}
	#footer .foot_info {
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
	#footer .foot_right h2 {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#footer .foot_right .foot_contact {
		float: none;
	}
}


@media all and (max-width: 1024px) {

	/* header */
	#header {
		border-bottom: 1px solid #dbdbdb;
	}
	#header .logo {
		position: static;
		transform: none;
		text-align: center;
		font-size: 0;
		line-height: 60px;
	}
	#header .logo a {
		display: inline-block;
		vertical-align: middle;
	}
	#header .logo a img {
		width: 109px;
	}
	#header .gnb {
		display: none;
	}
	#header .util_right {
		right: -8px;
	}
	#header .util_right ul {
		display: none;
	}
	#header .util_right .kakao_link {
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		background: url(../img/ico/kakao_link_mo.png) center center no-repeat;
		background-size: 24px;
	}
	#header .util_right .search_btn {
		margin-left: 5px;
		width: 40px;
		height: 40px;
		background-image: url(../img/btn/search_btn_mo.png);
		background-size: 24px;
	}
	#header .util_right .search_btn.on {
		background-image: url(../img/btn/all_menu_close.png);
		background-size: 15px;
	}
	#header .ham_btn {
		display: block;
		position: absolute;
		top: 50%;
		left: -8px;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		background: url(../img/btn/ham_btn.png) center center no-repeat;
		background-size: 26px;
	}

	#header .header_menu_mo {
		display: block;
		padding: 0 15px;
		border-top: 1px solid #dbdbdb;
	}
	#header .header_menu_mo ul {
		white-space: nowrap;
		font-size: 0;
        overflow-x: auto;
        text-align: center;
	}
	#header .header_menu_mo li {
		display: inline-block;
        /* margin-right: 22px; */
        width: 20%;
	}
	#header .header_menu_mo li a {
		display: block;
		line-height: 44px;
		font-size: 13px;
		font-weight: 500;
		color: #252525;
	}
	#header .header_menu_mo li a .new {
		display: inline-block;
		margin-right: 5px;
		width: 13px;
		height: 13px;
		background: url(../img/ico/new_ico.png) center center no-repeat;
		background-size: cover;
		vertical-align: middle;
	}
	#header .h_search_pop {
		top: calc(100% - 45px);
	}
	.header_all_menu {
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 111111;
		transition: all .4s;
	}
	.header_all_menu.open {
		left: 0;
		transition: all .4s;
	}
	.header_all_menu .top {
		position: relative;
		border-bottom: 1px solid #e5e5e5;
		text-align: center;
		line-height: 60px;
	}
	.header_all_menu .top strong {
		display: block;
		font-size: 16px;
		font-weight: 500;
		color: #252525;
	}
	.header_all_menu .top .all_menu_close_btn {
		position: absolute;
		top: 50%;
		right: 4px;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		background: url(../img/btn/all_menu_close.png) center center no-repeat;
		background-size: 15.5px;
	}
	.header_all_menu .bottom {
		height: calc(100% - 60px);
		overflow-y: auto;
	}
	.header_all_menu .contact_link {
		padding: 0 15px;
		border-bottom: 1px solid #e5e5e5;
	}
	.header_all_menu .contact_link li {
		float: left;
		width: 33.333%;
	}
	.header_all_menu .contact_link a {
		display: block;
		text-align: center;
		padding: 13px 0 12px;
	}
	.header_all_menu .contact_link a span {
		display: block;
		padding-top: 34px;
		font-size: 12px;
		font-weight: 400;
		color: #252525;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.header_all_menu .contact_link .contact_link01 span {
		background-image: url(../img/ico/contact_link01.png);
		background-size: 21.5px;
	}
	.header_all_menu .contact_link .contact_link02 span {
		background-image: url(../img/ico/contact_link02.png);
		background-size: 21.5px;
	}
	.header_all_menu .contact_link .contact_link03 span {
		background-image: url(../img/ico/contact_link03.png);
		background-size: 23px;
	}
	.header_all_menu .category_list {
		border-top: 10px solid #eeeeee;
	}
	.header_all_menu .category_list strong {
		display: block;
		padding: 0 15px;
		line-height: 45px;
		font-size: 15px;
		font-weight: 500;
		color: #252525;
	}
	.header_all_menu .category_list ul {
		border-top: 1px solid #dbdbdb;
	}
	.header_all_menu .category_list li {
		float: left;
		width: 33.333%;
		border-bottom: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		box-sizing: border-box;
	}
	.header_all_menu .category_list li:nth-child(3n) {
		border-right: 0;
	}
	.header_all_menu .category_list li a {
		display: block;
		padding: 16px 0;
		text-align: center;
	}
	.header_all_menu .category_list li a span {
		display: block;
		padding-top: 37px;
		font-size: 12px;
		font-weight: 500;
		color: #252525;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 30px;
	}
	.header_all_menu .category_list .category_link1 a span {
		background-image: url(../img/ico/category_link1.png);
	}
	.header_all_menu .category_list .category_link2 a span {
		background-image: url(../img/ico/category_link2.png);
	}
	.header_all_menu .category_list .category_link3 a span {
		background-image: url(../img/ico/category_link3.png);
	}
	.header_all_menu .category_list .category_link4 a span {
		background-image: url(../img/ico/category_link4.png);
	}
	.header_all_menu .category_list .category_link5 a span {
		background-image: url(../img/ico/category_link5.png);
	}
	.header_all_menu .category_list .category_link6 a span {
		background-image: url(../img/ico/category_link6.png);
	}
	.header_all_menu .category_list .category_link7 a span {
		background-image: url(../img/ico/category_link7.png);
	}


	/* footer */
	#footer {
		padding-top: 0;
	}
	#footer .wrap_layout {
		width: 100%;
		text-align: center;
	}
	#footer .foot_left {
		float: none;
		padding: 40px 0 30px;
	}
	#footer .foot_left .foot_logo a {
		display:  inline-block;
	}
	#footer .foot_left .foot_logo img {
		width: 116px;
		margin: 0 auto;
	}
	#footer .foot_info .foot_list {
		display: inline-block;
		margin-bottom: 15px;
	}
	#footer .foot_info .foot_list li + li {
		padding-left: 9px;
		margin-left: 9px;
	}
	#footer .foot_info .foot_list li + li::before {
		height: 8px;
	}
	#footer .foot_info .foot_list li a {
		font-size: 10px;
    }
    #footer address {
        margin-top: 10px;
    }
	#footer address span {
		font-size: 10px;
		line-height: 1.6;
	}
	#footer address span + span {
		margin-left: 13px;
	}
	#footer .copy {
		margin-top: 22px;
		font-size: 10px;
	}
	#footer .foot_right {
		float: none;
		border-top: 1px solid #666666;
        border-bottom: 1px solid #666666;
        padding-bottom: 20px;
	}
	#footer .foot_right h2 {
		margin: 20px 0;
		font-size: 13px;
	}
	#footer .foot_right .contact_box {
		width: 50%;
		margin: 10px 0;
		text-align: center;
		box-sizing: border-box;
	}
	#footer .foot_right .contact_box + .contact_box {
		margin-left: 0;
	}
	#footer .foot_right .contact_box:first-child {
		border-right: 1px solid #666666;
	}
	#footer .foot_right .contact_box h3 {
		margin-bottom: 8px;
		font-size: 10px;
	}
	#footer .foot_right .contact_box strong {
		font-size: 19px;
	}
	#footer .foot_right .contact_box p {
		display: inline-block;
		margin-top: 4px;
		text-align: left;
		font-size: 10px;
		line-height: 1.4;
	}



	/* item_box */
	.item_type01 > li,
	.itme_type01 > li {
		width: calc(33.333% - 13.333px);
		margin-right: 20px;
	}
	.item_box .item_link .event_badge span {
		font-size: 12px;
	}
	.item_box .item_link .price_box .benefit_p {
		font-size: 14px;
	}
	.item_box .item_link .price_box .benefit_p span {
		margin-left: 0;
		font-size: 14px;
	}
	.item_box .item_link .price_box .benefit_p span strong {
		font-size: 20px;
	}
	.item_box .apply_row {
		padding: 0 15px;
	}
	

	.benefit_sec .benefit_list {
		padding: 0;
	}

	



}



/* moblie */
@media screen and (max-width: 850px){
	#wrap{min-width:100%;}
	img{max-width:100%;}
	.only_web{display: none !important;}
	.only_mo{display: block !important;}
	aside { display:none;  }

	.pager {
		margin-top: 30px;
	}
	.pager ul li + li {
		margin-left: 10px;
	}
	.pager ul li.next_btn {
		margin-left: 20px;
	}
	.pager ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}

	#header .h_search_pop {
		padding: 0;
		border-bottom: 1px solid #eeeeee;
		box-shadow: none;
	}
	#header .h_search_pop form {
		max-width: none;
	}
	#header .h_search_pop form .sf_txt {
		border-bottom: 0;
		padding-left: 12px;
		padding-right: 56px;
		font-size: 13px;
	}
	#header .h_search_pop form .btn_search {
		width: 56px;
		background: url(../img/btn/search_btn_big_mo.png) center center no-repeat;
		background-size: 24px;
	}
	#footer {
		padding-bottom: 100px;
	}

	.fix_inquiry .wrap_layout {
		padding: 15px 0 20px;
	}
	.fix_inquiry .call_box {
		display: block;
	}
	.fix_inquiry .call_box span {
		display: inline-block;
		margin-bottom: 0;
		font-size: 13px;
		vertical-align: middle;
	}
	.fix_inquiry .call_box strong {
		display: inline-block;
		margin-left: 5px;
		margin-top: 5px;
		font-size: 20px;
		vertical-align: middle;
	}
	.fix_inquiry .form_box {
		display: block;
		max-width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.fix_inquiry .form_box input {
		height: 30px;
		padding: 0 10px;
		font-size: 12px;
		border-radius: 2.5px;
	}
	.fix_inquiry .form_box input[type="text"] {
		margin-right: 10px;
		width: calc(46.938% - 41.5px);
	}
	.fix_inquiry .form_box input[type="tel"] {
		margin-right: 10px;
		width: calc(53.061% - 41.5px);
	}
	.fix_inquiry .form_box .submit_btn {
		width: 63px;
		height: 30px;
		font-size: 13px;
		border-radius: 2.5px;
	}
	.fix_inquiry .form_box .check_item {
		margin-top: 10px;
	}
	.fix_inquiry .form_box .check_item input + label {
		padding-left: 23px;
		font-size: 12px;
		background-size: 18px;
	}
	.fix_inquiry .agree_pop_wrap {
		position: fixed;
		top: 50%;
		bottom: auto;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 32px);
	}
	.fix_inquiry .agree_pop_wrap .pop_content {
		max-height: 80vh;
		padding: 40px 30px;
		font-size: 11px;
		line-height: 1.5;
	}
	.fix_inquiry .agree_pop_wrap .pop_content span {
		font-size: 13px;
	}
	.fix_inquiry .agree_pop_wrap .close_btn {
		height: 39px;
		font-size: 13px;
	}
	
	

	.mo_top_btn {
		position: fixed;
		right: 16px;
		bottom: 220px;
		width: 40px;
		height: 40px;
		border: 1px solid #dbdbdb;
		background: #fff;
		border-radius: 5px;
		box-sizing: border-box;
		z-index: 11;
	}
	.mo_top_btn span {
		display: block;
		padding-top: 12px;
		font-size: 11px;
		font-weight: 700;
		color: #252525;
		text-transform: uppercase;
		background: url(../img/btn/mo_top_btn.png) center top no-repeat;
		background-size: 8px;
	}



	/* item_box */
	
    .item_type01 > li,
    .itme_type01 > li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
    }
	.item_type01 > li .item_box,
	.itme_type01 > li .item_box {
		padding-bottom: 15px;
		background: #fbfbfb;
	}
	.item_box .item_link .brand_logo {
		height: 30px;
		padding: 0 14px;
		line-height: 30px;
	}
	.item_box .item_link .brand_logo img {
		width: 64.5px;
	}
	.item_box .item_link .img_area span {
		padding-top: 72.085%;
		background-color: #fff;
	}
	.item_box .item_link .pdt_badge span {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 13px;
		border-radius: 7.5px;
	}
	.item_box .item_link .pdt_badge span + span {
		margin-left: 5px;
	}
	.item_box .item_link .left_badge span {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 12px;
	}
	.item_box .item_link .left_badge span + span {
		margin-top: 5px;
	}
	.item_box .item_link .right_badge > div {
		width: 42px;
		height: 42px;
		line-height: 42px;
	}
	.item_box .item_link .right_badge span {
		font-size: 10px;
	}
	
	.item_box .item_link .right_badge .ice span {
		padding-top: 20px;
		background-image: url(../img/ico/badge_ice_mo.png);
		background-size: 15px;
	}
	.item_box .item_link .right_badge .cold span {
		padding-top: 19px;
		background-image: url(../img/ico/badge_cold_mo.png);
		background-size: 12px;
	}
	.item_box .item_link .right_badge .purifier span {
		padding-top: 20px;
		background-image: url(../img/ico/badge_purifier_mo.png);
		background-size: 12px;
	}
	.item_box .item_link .right_badge .hot span {
		padding-top: 11px;
		background-image: url(../img/ico/badge_hot_mo.png);
		background-size: 11.5px;
	}
	.item_box .item_link .right_badge .coffee span {
		padding-top: 15px;
		background-image: url(../img/ico/badge_coffee_mo.png);
		background-size: 11px;
	}
	.item_box .item_link .txt_area {
		padding: 0;
		text-align: left;
	}
	.item_box .item_link .event_badge {
        min-height: auto;
		padding: 10px;
		border-bottom: 1px solid #dbdbdb;
		background: #fff;
	}
	.item_box .item_link .event_badge span {
		padding: 0 4px;
		font-size: 11px;
		line-height: 20px;
	}
	.item_box .item_link .subject {
		padding: 0 10px;
		font-size: 14px;
	}
	.item_box .item_link .model_name {
		margin-top: 5px;
		padding: 0 10px;
		font-size: 12px;
	}
	.item_box .item_link .price_box {
		margin: 15px 0 25px;
		padding: 0 10px;
	}
	.item_box .item_link .price_box .month_p {
		font-size: 13px;
	}
	.item_box .item_link .price_box .benefit_p {
		margin-top: 5px;
		font-size: 13px;
	}
	.item_box .item_link .price_box .benefit_p span {
		font-size: 13px;
	}
	.item_box .item_link .price_box .benefit_p span strong {
		font-size: 19px;
	}
	.item_box .apply_row {
		padding: 0 10px;
	}
	.item_box .apply_row a {
		width: calc(50% - 4px);
		height: 35px;
		max-width: none;
		line-height: 33px;
		font-size: 13px;
	}
	.item_box .apply_row a + a {
		margin-left: 8px;
	}



	/* main */
	.main_slider .slider_box .slider_img img {
		width: 100%;
	}
	.main_slider .slider_nav_wrap {
		bottom: 11.111%;
		left: 16px;
		transform: none;
		width: auto;
		height: auto;
		border: none;
		background: none;
	}
	.slider_nav {
		width: auto;
	}
	.slider_nav .slick-slide {
		width: auto !important;
	}
	.slider_nav .slick-slide + .slick-slide {
		margin-left: 10px;
	}
	.slider_nav .slick-slide + .slick-slide::before {
		display: none;
	}
	.slider_nav .slick-slide a {
		width: 13px;
		height: 13px;
		text-indent: -9999em;
		font-size: 0;
		background: #dbdbdb;
		border-radius: 50%;
	}
	.slider_nav .slick-slide.slick-current a {
		background: #a9a9a9;
	}
	.slider_nav .slick-slide a::after {
		display: none;
	}
	.slide_control_btn {
		top: 50%;
		left: calc(100% + 15px);
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		background-color: #fff;
		background-image: url(../img/btn/btn_main_v_pause_mo.png);
		background-size: 7px;
		border-radius: 50%;
		box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
	}
	.slide_control_btn.on {
		background-image: url(../img/btn/btn_main_v_play_mo.png);
	}


	.category_sec {
		padding: 0;
	}
	.category_sec .wrap_layout {
        width: 100%;
		padding: 10px 0;
	}
	.category_sec .title {
		display: none;
	}
	.category_sec .category_list {
        margin-left: 16px;
		text-align: left;
        white-space: nowrap;
        overflow-x: scroll;
	}
	.category_sec .category_list li {
        width: 20%;
        max-width: none;    
        text-align: center;
	}
	.category_sec .category_list li + li {
		margin-left: 10px;
	}
	.category_sec .category_list li a {
		padding: 16px 0 14px;
		background-color: #fff;
	}
	.category_sec .category_list li a:hover {
		transform: none;
	}
	.category_sec .category_list li a img.only_pc {
		display: none;
	}
	.category_sec .category_list li a img.only_mo {
		width: 100%;
	}
	.category_sec .category_list li a span {
		margin-top: 7px;
		font-size: 12px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 30px;
	}

	.inquiry_sec .wrap_layout {
		padding-bottom: 10px;
		background: #fafafa;
	}
	.inquiry_sec .title_row {
		border-top: 1px solid #dbdbdb;
		padding: 0 10px;
	}
	.inquiry_sec .title_row h2 {
		float: left;
		font-size: 13px;
		font-weight: 500;
		line-height: 30px;
		color: #7a101c;
	}
	.inquiry_sec .title_row a {
		display: block;
		float: right;
		font-size: 13px;
		font-weight: 500;
		line-height: 30px;
		color: #7a101c;
	}
	.inquiry_sec ul {
		padding: 7px 10px;
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		background: #fff;
	}
	.inquiry_sec ul li {
		display: block;
		padding: 5px 0;
		font-size: 13px;
		font-weight: 350;
		color: #757575;
	}

	.main_banner01 {
		margin-top: 25px;
	}
	.main_banner01 .inner {
		width: 100%;
	}
	.main_banner01 img {
		width: 100%;
	}


	.main_section01 {
		padding: 50px 0;
	}
	.main_section01 .title {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.main_section01 .best_tab {
		margin-bottom: 20px;
		text-align: left;
	}
	.main_section01 .best_tab button {
		max-width: none;
		width: calc(33.333% - 3.333px);
		height: 40px;
		margin-right: 5px;
		margin-bottom: 10px;
		font-size: 13px;
		border-radius: 20px;
	}
	.main_section01 .best_tab button:nth-child(5n) {
		margin-right: 5px;
	}
	.main_section01 .best_tab button:nth-child(3n) {
		margin-right: 0;
	}
	/* .main_section01 .item_type01 > li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	} */
	

	.review_sec {
		padding: 50px 0;
	}
	.review_sec .title_row {
		margin-bottom: 15px;
	}
	.review_sec .title_row .title {
		font-size: 20px;
	}
	.review_sec .title_row .more_btn {
		right: -5px;
		width: 20px;
		height: 20px;
		background-size: 10px;
	}
	.review_sec .review_sec_list li {
		width: calc(33.333% - 6.666px);
		margin-top: 10px;
		margin-right: 10px;
	}
	.review_sec .review_sec_list li:nth-child(5n) {
		margin-right: 10px;
	}
	.review_sec .review_sec_list li:nth-child(3n) {
		margin-right: 0;
	}
	.review_sec .review_sec_list li:nth-child(9) ~ li {
		display: none;
	}

	.benefit_sec {
		padding: 50px 0;
		border-bottom: 0;
	}
	.benefit_sec .title {
		margin-bottom: 25px;
		font-size: 20px;
	}
	.benefit_sec .benefit_list {
		padding: 0 35px;
	}
	.benefit_sec .benefit_list li {
		float: none;
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
	}
	.benefit_sec .benefit_list li + li {
		margin-top: 25px;
	}
	.benefit_sec .benefit_list li .img_box {
		padding-top: 50%;
	}
	.benefit_sec .benefit_list li .img_box img {
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.benefit_sec .benefit_list li .txt {
		margin-top: 15px;
		padding: 0 10px;
	}
	.benefit_sec .benefit_list li .txt .subject {
		font-size: 16px;
	}
	.benefit_sec .benefit_list li .txt .desc {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.25;
	}


	.board_sec {
		padding: 0 0 60px;
	}
	.board_sec .wrap_layout {
		width: 100%;
	}
	.board_sec .main_banner03 {
		float: none;
		width: 100%;
	}
	.board_sec .main_banner03 img {
		width: 100%;
	}





}


@media all and (max-width: 350px) {
	.pager ul li + li {
		margin-left: 5px;
	}
	.pager ul li.next_btn {
		margin-left: 15px;
	}
}