@charset "utf-8";

/* 프로그램리스트 모바일 버전 */
.all_m_btn {
	padding: 10px;
	background: #323337;
}

.all_m_btn img {
	position: absolute;
	top: 28%;
	left: 15px;
	width: 10%;
	max-width: 40px;
	cursor: pointer;
}

.all_m_btn .mutit {
	text-align: center;
	font-weight: 900;
	font-size: 26px;
	color: #fff;
}

.pro_m_wrap {
	display: none;
	font-family: 'Nanum Gothic', sans-serif;
	transition: all 0.3s linear;
}

.pro_m_wrap .m_menu {
	width: 200px;
}

.pro_m_wrap .bg_black {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}



.pro_m_wrap .subleftmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pro_m_wrap .subleftmenu li {
	border-bottom: 1px solid #515155;
	background: #323337;
}

.pro_m_wrap .subleftmenu a {
	display: block;
	color: #b5b2b2;
	font-size: 14px;
	padding: 11px 5px 11px 15px;
	font-family: 'Noto Sans KR';
}

.sub_title_m {
	font-size: 28px !important;
	font-weight: bold;
	color: #fff !important;
	padding: 12px 5px 12px 15px !important;
}

.pro_m_wrap .subleftmenu a:hover {
	background: #307dd4;
	color: #fff;
}

.sub_title_m:hover {
	background: #323337 !important;
	cursor: default;
}

@media all and (max-width:999px) {
	.pro_m_wrap {
		display: block;
		position: absolute;
		left: -100%;
		top: 0;
		z-index: 999;
	}

	.pro_m_wrap.view {
		left: 0;
	}
}


/* basic */
.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1400px) {
	.inner {
		width: 93.75%
	}
}


/* 최근본 상품 퀵메뉴 */
/* .quick {overflow:hidden; z-index:110; position:fixed; right:20px; top:50%; width:141px;  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%) ;} */
.quick * {
	box-sizing: border-box;
}

.quick>ul {
	margin-bottom: 0;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.quick ul li.recent_prod {}

.quick ul li.recent_prod>p {
	height: 40px;
	font-size: 15px;
	color: #fff;
	letter-spacing: -0.025em;
	line-height: 40px;
	background-color: var(--color-primary01);
	text-align: center;
}


.prod_no_box {
	width: 114px;
	height: 114px;
	border-radius: 5px;
	background: #F5F5F5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	text-align: center;
}



.quick ul li.recent_prod ul {
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	position: relative;
}

.quick ul li.recent_prod ul li {
	border: unset;
	border-radius: 6px;
	aspect-ratio: 1/0.7333;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.quick ul li.recent_prod ul li:last-of-type {
	margin-bottom: 0;
}

.quick ul li.recent_prod ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.quick ul li.recent_prod .quick_pager {
	margin-top: 0;
	margin-bottom: 30px;
}

.quick ul li.recent_prod .quick_pager a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	border: 0 none;
	margin: 0 3px;
	line-height: 14px;
	font-size: 14px;
	color: #b6b6b6;
}

.quick ul li.recent_prod .quick_pager a.active {
	color: #666666;
}

.quick ul li.recent_prod .quick_pager .page_prev,
.quick ul li.recent_prod .quick_pager .page_next {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	border: 0 none;
	text-indent: -9999px;
}

.quick ul li.recent_prod .quick_pager .page_prev {
	background: url('/img/theme/quick_prev_btn.png') no-repeat center center;
}

.quick ul li.recent_prod .quick_pager .page_next {
	background: url('/img/theme/quick_next_btn.png') no-repeat center center;
}

.quick ul.zzim {
	margin-top: 30px;
}

.quick ul li.top_btn {
	width: 100%;
	height: 40px;
	background-color: #000;
	box-sizing: border-box;
	line-height: 48px;
	text-align: center;
}

.quick ul li.top_btn a {
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	letter-spacing: -0.025em;
}

.quick_top_btn {
	display: none;
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: -90px;
	/* width: 57px;
	height: 57px;
	background-color: #798ebb; */
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.quick_top_btn.on {
	bottom: 90px;
	display: none;
}

/* .quick_top_btn img {padding-top:12px; } */
.quick_top_btn p {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.025em;
}

.quick_step_btn_box01 {
	display: flex;
}

/* .quick_step_btn_box01 > a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	border: 1px solid #DCDCDC;
	background-color: #F9F9F9;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	padding: 5px;
}
.quick_step_btn_box01 > a + a {
	border-left: unset;
} */
.quick_step_btn_box01>a {
	position: absolute;
	z-index: 2;
}

.quick_step_btn_box01>a.btn-prev {
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.quick_step_btn_box01>a.btn-next {
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

@media all and (max-width:1400px) {
	.quick {
		display: none;
	}

	.quick_top_btn {
		display: block;
	}
}

/* shop 퀵메뉴 */
#sideQuick {
	position: fixed;
	right: 10rem;
	bottom: 4rem;
	z-index: 101;
	max-width: 140px;
}

#sideQuick>ul {
	border-radius: 6px;
	margin-bottom: 20px;
}

#sideQuick ul li .side_quick_menu01 {
	width: 100%;
	aspect-ratio: 1/0.357;
	display: flex;
	align-items: center;
	gap: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding: 0 20px;
}

#sideQuick ul li .side_quick_menu01+.side_quick_menu01 {
	margin-top: 10px;
}

#sideQuick ul li .side_quick_menu01 img {
	width: fit-content;
}

#top_btn {
	margin-top: 10px;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
}

#top_btn.show {
	display: flex;
	opacity: 1;
	transform: translateY(0);
}

#sideQuickMoreBtn {
	position: absolute;
	cursor: pointer;
	bottom: 0;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

#top_btn,
#sideQuickMoreBtn {
	display: flex;
	justify-content: center;
}

.sideQuickBtn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

#sideQuickMoreBtn .sideQuickBtn {
	background-color: var(--color-primary01);
}

#sideQuickMoreBtn .sideQuickBtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	transition: transform 0.3s, opacity 0.3s;
}

#sideQuickMoreBtn .sideQuickBtn span:nth-child(1) {
	width: 12px;
	height: 1px;
}

#sideQuickMoreBtn .sideQuickBtn span:nth-child(2) {
	width: 1px;
	height: 12px;
}

#sideQuickMoreBtn.scroll {
	bottom: 60px;
}

#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(45deg);
}

#sideQuickMoreBtn .quick {
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	min-width: 140px;
	display: none;
}

@media all and (max-width:1400px) {
	#sideQuick {
		/* display: none; */
		right: 4rem;
	}
}

/* END shop 퀵메뉴 */


/* header */

#header .top_ad_box {
	width: 100%;
	position: fixed;
	background-color: #00E2ED;
	z-index: 99;
}

.h_top_ad_slide .swiper-slide p {
	padding: 8.5px 0;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 37px;
	z-index: 999;
}

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 35px 0;
	position: relative;
}

.header_box {
	margin-top: 37px;
}

.ham_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-direction: column;
	gap: 4px;
}

.ham_menu span {
	width: 22px;
	height: 3px;
	background-color: #fff;
}

.logo_box a h2 {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

.logo_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.logo_box a h2:hover {
	color: #00e2ed;
	transition: all 0.3s ease-in-out;
}

.ham_menu:hover span {
	background-color: #00e2ed;
	transition: all 0.3s ease-in-out;
}

.cart_box_yo {
	display: flex;
	align-items: center;
	justify-content: center;

}

.cart_search {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	gap: 10px;
}

.cart_box_yo p {
	color: rgba(255, 255, 255, .15);
	font-size: 14px;
	margin: 0 10px;
}

.login_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.login_box a {
	color: #fff;
	font-size: 12px;
}

@media all and (max-width:767px) {

	.login_box,
	.cart_box_yo p {
		display: none;
	}
}

/* footer */
.footer-menu {
	margin-bottom: 20px;
	margin-bottom: 30px;
	display: flex;
	font-size: 16px !ip;
	font-weight: 600;
}

.footer-menu li {
	display: inline-block;
	font-weight: 600 !important;
}

.footer-menu li:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 12px;
	margin: 6px 10px 6px 10px;
	background-color: transparent !important;
}

.footer-menu li:last-child:after {
	display: none;
}

.footer-menu2 ul li {
	display: block;
	padding: 0 20px 10px 0;
	font-size: 16px;
}

.footer_info {}

.footer_info ul li {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	font-size: 14px;
	font-weight: 400;
	color: var(--point-color);
	line-height: 24px;
	letter-spacing: -.38px;
}

.footer_info ul li:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 12px;
	margin: 6px 10px 6px 10px;
	background-color: #313131;
}

.footer_info ul li:last-child:after {
	display: none;
}

.bold-span {
	font-weight: 700;
}

.nomal-span {
	font-weight: 300;
}

.sns-link {
	position: relative;
}

.sns-link div {
	justify-content: space-between;
	padding-right: 10px;
}

.sns-link a {
	font-size: 23px;
	font-weight: 600;
	color: var(--point-color);
	padding: 12px 0;
	border-top: 2px solid var(--point-color);
	width: 100%;
	height: 100%;
}

.sns-link a {
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .0s !important;
	-ms-transition-duration: .0s !important;
	-moz-transition-duration: .0s !important;
	-webkit-transition-duration: .0s !important;
	-o-transition-duration: .0s !important;
}

.sns-link .insta:hover {
	color: transparent;
	background-image: linear-gradient(90deg, #f61e2f, #f60577);
	-webkit-background-clip: text;
}

.sns-link .kakao:hover {
	color: transparent;
	background-image: linear-gradient(90deg, #ffea00, #ff9600);
	-webkit-background-clip: text;
}

.sns-link .naver:hover {
	color: transparent;
	background-image: linear-gradient(90deg, #00ff84, #00ff35);
	-webkit-background-clip: text;
}

.sns-link .contact:hover {
	color: transparent;
	background-image: linear-gradient(90deg, #FF27A9, #0085FF);
	-webkit-background-clip: text;
}

.sns-link i {
	font-size: 30px;
}

.sns-link .space {
	display: flex;
	justify-content: space-between;
}

.row.footer_info {
	display: flex;
	justify-content: space-between;

}

.footer_right_yo {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer_right_yo h6 {
	font-size: 25px;
	color: #fff;
}

.footer_right_yo span,
.footer_right_yo a {
	font-size: 15px;
	color: #fff;
}

.col_white_yo li a,
.footer_main_txt strong a {
	color: #fff;
}

#footer {
	padding: 100px 0;
}



@media all and (max-width:1500px) {
	.row.footer_info {
		display: block;
	}

	.footer_right_yo {
		margin-top: 30px;
	}
}

@media all and (max-width:767px) {
	.footer_right_yo {
		display: none;
	}

	#footer {
		padding: 50px 0;
	}

	.best_shop_list_wrapper01.main_slide_yoyo .shop_list_tit01.tab_gap_cus {
		gap: 30px;
		flex-wrap: wrap;
	}

	.best_shop_list_wrapper01 .product_tab_yo ul {
		gap: 10px;
	}

	.best_shop_list_wrapper01.main_slide_yoyo .shop_list_tit01 {
		font-size: 23px;
	}
}


/* 사이드 헤드 메뉴 */
.side_menu_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 384px;
	height: 100%;
	background: #00E2ED;
	z-index: 9999;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	letter-spacing: -0.4px;
}

.side_menu_wrap.active {
	transform: translateX(0);
}

.side_menu_panel {
	padding: 20px;
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
}

.side_menu_panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side_menu_panel li {
	padding: 7px 0;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.side_menu_panel li p {
	font-size: 12px;
}

/* .side_menu_panel li:hover {
	color: #00E2ED;
} */

.side_menu_panel a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	/* flex: 1; */
	width: 55%;
}

.arrow_btn,
.back_btn {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
}

.back_btn {
	background: none;
	border: none;
	font-weight: 900;
	font-size: 12px;
	cursor: pointer;
	/* height: 40px; */
	margin-top: 30px;
	margin-bottom: -10px;
	/* visibility: hidden;
	opacity: 0; */
	transition: opacity 0.2s ease;
}

.arrow_btn {
	height: 20px;
	width: 20px;
}

.back_btn.visible {
	visibility: visible;
	opacity: 1;
}

.dimmed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	display: none;
}

/* 스크롤바 없애기 (옵션) */
.side_menu_panel::-webkit-scrollbar {
	width: 6px;
}

.side_menu_panel::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

/* 슬라이드 애니메이션 */
.menu_list {
	transition: transform 0.3s ease;
	will-change: transform;
}

.menu_list.slide-in {
	transform: translateX(100%);
}

.menu_list.slide-out {
	transform: translateX(-100%);
}

.side_login_box {
	display: flex;
	flex-direction: column;
	gap: 40px;
}


.side_login_box ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.side_login_box ul li {
	width: calc(50% - 5px);
	background-color: #000;
	color: #fff;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body {
	/* max-width: 2100px; */
	margin: 0 auto;
	background-color: #111114;
}

.login_bg01,
.new_login_wrapper {
	background-color: #111114;
}

.new_login_wrapper {
	margin-top: 130px;
}

.login_tit01,
a.sign_up_ment,
.shop_tit01,
.shop_item_detail_alt_box01 .top_box .tit_box .tit,
.shop_item_detail_alt_box01 .option_box01 .option_alt .price01,
.price01 b {
	color: #00E2ED;
}

a.nonMember_link01,
.login_label_tit01,
.login_find_box01 a,
.id_save_box,
.login_social_wrapper .login_social_btn,
.login_ment01,
.login_input_form_box01 input,
.shop_item_detail_alt_box01 .option_box01 .tit,
.shop_item_detail_alt_box01 .option_box01 .option_alt span,
.shop_prd_info_quick_result01 .tit,
.shop_prd_info_quick_result01 .price01 span,
.shop_item_info_con .tit_box,
.shop_custom_writer_box01,
.shop_item_answer_box01 .box .shop_item_answer_alt,
.shop_item_evaluation_txt_box .sub_tit_box .l_box .tit,
.sub_list_none li p,
.prd_tab_slide_box01 .item,
.shop_prd_info_quick_tit01,
.shop_prd_info_quick_alt .tit,
.price01 span,
.sub_shop_detail_alt_box02 .l_box .alt01,
.sub_shop_detail_alt_box02 .r_box .alt01,
.sub_shop_detailPage_box01 .sub_tit01,
.shop_price_prd_box01 .info_box01,
.shop_price_prd_box01 .price_box01,
.shop_list_item01 .tit,
a.total_link_btn01,
.total_link_btn01,
.faq_wrapper01 .faq_table>tbody>tr>th .tit,
.idCheck_wrap h2,
.idCheck_wrap p,
.idCheck_wrap .btnok,
.idCheck_wrap .btnok span,
.idCheck_wrap .conBox dd,
.he_txt,
.bbsno,
.idCheck_wrap .conBox dd input[type=submit],
.my_order_complete_ment,
.my_order_complete_wrapper .my_order_con .tit,
.my_order_complete_wrapper .my_order_con .alt_box .alt_tit,
.my_order_complete_wrapper .my_order_con .alt_box .alt,
.sub_shop_detail_alt_box01 .l_box .alt01 .price01,
.sub_shop_detail_alt_box01 .l_box .alt01
 {
	color: #fff !important;
}

.note-editable {
	background-color: #fff;
}


.login_input_form_box01 {
	background-color: unset;
	border: 1px solid #00E2ED;
	border-radius: 50px;
}

.login_input_form_box01 input {
	color: #fff;
}

.login_find_box01 a+a::after {
	background-color: #fff;
}

.prd_tab_wrapper.shop_info {
	background-color: unset;
}

a.login_chk_btn01,
.login_chk_btn01 {
	color: #000;
}

.a.login_chk_btn01.type02,
.login_chk_btn01.type02 {
	background-color: var(--color-primary01) !important;
	color: #111114 !important;
	border-color: var(--color-primary01);
	font-weight: 700;

}

.side_logo_box {
	display: flex;
	align-items: normal;
	justify-content: space-between;
}

.logo_yo p {
	font-size: 30px;
	font-weight: 300;
}

.logo_yo p b {
	font-weight: 700;
}

.x_btn_yo {
	cursor: pointer;
}

.x_btn_yo p {
	font-size: 20px;
	font-weight: 700;
}

.login_tab_yo p b {
	font-size: 18px;
}

.login_tab_yo p {
	font-size: 16px;
}

.login_tab_yo ul li {
	font-size: 12px;
}

.cus_center_box h2 {
	font-size: 30px;
}

.cus_center_box h3 {
	font-size: 25px;
}

.cus_center_box p {
	font-size: 14px;
}

/* 헤더 검색창 */
/* 모달 전체 */
.search_modal_wrap_yo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}

.search_modal_wrap_yo.active {
	display: block;
}

/* 배경 dimmed */
.search_dimmed_yo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	z-index: 1;
}

/* 모달 패널 */
.search_modal_panel_yo {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 800px;
	margin: 100px auto;
	background: #000;
	border: 1px solid #aaa;
	padding: 40px;
	color: #fff;
	font-family: 'Pretendard', sans-serif;

	/* 애니메이션 초기 상태 */
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.3s ease;
}

.search_modal_wrap_yo.active .search_modal_panel_yo {
	opacity: 1;
	transform: translateY(0);
}

/* 모달 상단 */
.modal_top_bar_yo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.modal_title_yo {
	font-size: 20px;
	font-weight: bold;
}

.modal_close_btn_yo {
	font-size: 24px;
	cursor: pointer;
	color: #00e2ed;
}

/* 검색 폼 */
.search_form_yo table {
	width: 100%;
	border-collapse: collapse;
}

.search_form_yo th {
	text-align: left;
	padding: 15px 10px 15px 0;
	font-weight: 500;
	vertical-align: middle;
	width: 120px;
}

.search_form_yo td {
	padding: 10px 0;
}

.search_form_yo select,
.search_form_yo input[type="text"] {
	background: #111;
	color: #00e2ed;
	border: 1px solid #999;
	padding: 10px;
	border-radius: 20px;
	font-size: 14px;
	/* min-width: 180px; */
	width: 100%;
	outline: 0;
}

.search_form_yo input[type="text"]::placeholder {
	color: #777;
}

/* 가격대 input 사이 ~ 표시 */
.search_form_yo td:has(input) {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* 검색 버튼 */
.search_btn_wrap_yo {
	text-align: right;
	margin-top: 20px;
}

.search_btn_wrap_yo button {
	background: #00e2ed;
	color: #000;
	border: none;
	padding: 12px 30px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.2s;
}

.search_btn_wrap_yo button:hover {
	background: #00c2cd;
}

.menu_list li:first-child {
	margin-top: 30px;
}

.menu_list li {
	font-weight: bold;
}


.search_flex_box {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 5px;
}

.search_flex_box.select {
	gap: 10px;
}

.search_form_yo .search_flex_box input,
.search_flex_box select
 {
	width: calc(50% - 9.5px);
}

.search_form_yo .search_flex_box.select input,
.search_flex_box.select select
 {
	width: calc(50% - 5px);
}

@media all and (max-width:768px) {
	.search_form_yo th {
		width: 100px;
	}


}