@charset "utf-8";

body.fixed{
	overflow: hidden !important;
}

.inner_lo{
	width:100%;
	max-width:1440px;
	margin:0 auto;
	padding:0 20px;
}

.txtalign_center{
	text-align:center;
}


/* HEADER : S */
.main #header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background:transparent;
}

#header {
	z-index:10;
}

#header .home{
	display:block;
}

#header .home img{
	max-width:100%;
}

#header .headermenu_search{
	width:26px;
	height:26px;
	background:url('../images/search_header.png') 0 0 no-repeat;
	font-size:0;
	text-indent:-9999px;
	border:0;
}

#header .m_headermenu_open{
	display:none;
}

#header .headermenu{
	height:100px;
}
#header .headermenu .inner_lo{
	display:flex;
	align-items:center;
	height:100%;
}
#header .headermenu .menu{
	display:flex;
	align-items:center;
	height:100%;
	margin-left:auto;
}
#header .headermenu .menu li + li{
	margin-left:100px;
}
#header .headermenu .menu li a{
	position:relative;
	display:block;
	font-size:20px;
	font-weight:700;
	color:#000;
	transition:.2s;
}
#header .headermenu .menu li a:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:0;
	height:3px;
	background:#000;
	transition:width .2s , background .2s, left .2s;
}
#header .headermenu .menu li a:hover:before{
	width:100%;
	left:0;
}
#header .headermenu .menu li a.linkBlank{
	display:flex;
	align-items:center;
}

#header .headermenu .menu li a.linkBlank:after{
	content:'';
	display:block;
	width:16px;
	height:16px;
	margin-left:8px;
	background:url('../images/linkBlank.png') 0 0 no-repeat;
	transition:background .2s;
}
#header .headermenu .menu li a.linkBlank:hover:after{
	background:url('../images/linkBlank_black.png') 0 0 no-repeat;
}
#header .headermenu .util{
	margin-left:auto;
	display:flex;
	align-items:center;
}
#header .headermenu .util li + li{
	margin-left:14px;
}





.mobile_gnb {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	z-index: 9999;
	background: #ffffff;
}

.mobile_gnb .gnb_header{
	display:flex;
	align-items:center;
	padding: 0 20px;
	font-size:16px;
	background:#262a2d;
	color:#fff;
	height:50px;
	font-weight:600;
}

.mobile_gnb .gnb_body{
	overflow-y:auto;
	height:calc(100% - 50px);
}

.mobile_gnb .btn_m_x{
	position: absolute;
	top: 12px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url('../images/btn_m_x.png') no-repeat center center;display: block;text-indent: -9999px;
	background-size:20px;
}

.mobile_gnb .logo{
	text-align:center;
	padding:40px 20px 20px 20px;
}


.mobile_gnb .mobile_gnb_menu{
	padding:20px;
}

.mobile_gnb .mobile_gnb_menu ul{
	/*max-width:500px;*/
	margin:0 auto;
}

.mobile_gnb .mobile_gnb_menu li{
	border-top:1px solid #ddd;
}

.mobile_gnb .mobile_gnb_menu li:first-child{
	border-top:0;
}

.mobile_gnb .mobile_gnb_menu li a{
	display:flex;
	align-items:center;
	padding:14px 0;
	font-size:16px;
	font-weight:600;
}
.mobile_gnb .mobile_gnb_menu li a:after{
	content:'';
	display:block;
	margin-left:auto;
	width:6px;
	height:12px;
	background:url('../images/m_mobilegnb_arrow.png') 0 0 no-repeat;
	background-size:contain;
}
.mobile_gnb .mobile_gnb_menu li a.linkBlank:after{
    width: 16px;
    height: 16px;
    background: url('../images/linkBlank_gray.png') 0 0 no-repeat;
}


/* ------------------------------------------------------------------ MEDIA 1240px ------------------------------------------------------------------ */
	@media (max-width: 1240px) {
		#header{
			position:fixed;
			top:0;
			left:0;
			width:100%;
			z-index:10;
			border-bottom:0 !important;
			background:#fff;
		}

		#header .headermenu{
			height:60px;
		}

		#header .home{
			width:120px;
		}

		#header .headermenu .menu{
			display:none;
		}

		#header .m_headermenu_open{
			display:block;
			margin-left:auto;
			width:24px;
			height:24px;
			background:url('../images/m_headermenu_open.png') center center no-repeat;
			border:0;
			font-size:0;
			text-indent:-9999px;
			overflow:hidden;
		}

		#wrap.main #header{
			box-shadow:none;
		}

		#wrap.sub{
			padding-top:60px;
		}

	}
/* ------------------------------------------------------------------ MEDIA 1240px ------------------------------------------------------------------ */

/* HEADER : E */



/* FOOTER : S */
#footer{
	background:#000;
	border-radius:50px 50px 0 0;
	padding:60px 0 70px 0;
	color:#585858;
	font-size:18px;
	font-weight:500;
}

#footer .inner_lo{
	display:flex;
}

#footer .logo{
	flex:none;
	margin-right:60px;
}

#footer .logo img{
	max-width:100%;
}

#footer .info_wrap{
	flex:1;
}

#footer .info dl{
	display:inline-flex;
	line-height:1;
	margin-right:18px;
}

#footer .info dl dt{
	position:relative;
	margin-right:6px;
	font-weight:800;
}

#footer .row {
	display:flex;
	align-items:center;
}

#footer .copyright{
	margin-top:6px;
}

.main #footer{
	margin-top:-50px;
}

/* ------------------------------------------------------------------ MEDIA 1240px ------------------------------------------------------------------ */
	@media (max-width: 1240px) {
		#footer{
			text-align:center;
		}

		#footer .inner_lo{
			flex-direction:column;
			justify-content:center;
		}

		#footer .logo{
			margin-right:0;
			margin-bottom:20px;
		}

		#footer .info dl{
			font-size:14px;
		}

		#footer .copyright{
			font-size:14px;
			margin-top:10px;
		}
	}


/* ------------------------------------------------------------------ MEDIA 768px ------------------------------------------------------------------ */
	@media (max-width: 768px) {
		#footer{
			border-radius:30px 30px 0 0;
		}
	}


/* ------------------------------------------------------------------ MEDIA 480px ------------------------------------------------------------------ */
	@media (max-width: 480px) {
		#footer{
			border-radius:30px 30px 0 0;
		}
	}
/* FOOTER : E */



.dv-flex{
	display:flex;
}

.dv-inline-flex{
	display:inline-flex;
}

.flex1{
	flex:1;
}

.flex-none{
	flex: none;
}


/* 기본 버튼 : S */
.btncom{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid #dcdcdc;
	padding:0 14px;
	border-radius:2px;
	height:30px;
	background:#fff;
	max-width:100%;
	font-weight:600;
	font-size:14px;
}

.btncom.blue{
	color:#fff;
	background:#4099ed;
	border-color:#4099ed;
}
.btncom.blue_line{
	color:#4099ed;
	border-color:#4099ed;
}

.btncom.black{
	color:#fff;
	background:#262a2d;
	border-color:#262a2d;
}
.btncom.black_line{
	color:#262a2d;
	border-color:#262a2d;
}

.btncom.gray{
	background:#f5f5f5;
}

.btncom.h40{
	height:40px;
}
.btncom.h60{
	height:60px;
	padding:0 20px;
	font-weight:600;
	font-size:15px;
	border-radius:6px;
}

.btncom.w120{
	width:120px;
}
/* 기본 버튼 : E */


/* 기본 셀렉트 : S */
.selectcom{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid #dcdcdc;
	padding:0 14px;
	border-radius:2px;
	height:30px;
	background:url('../images/ico_select_arrow.png') right 14px center no-repeat #fff;
	max-width:100%;
}

.selectcom.blue{
	color:#fff;
	background:#4099ed;
	border-color:#4099ed;
}

.selectcom.blue_line{
	color:#4099ed;
	border-color:#4099ed;
}

.selectcom.gray{
	background:#f5f5f5;
}

.selectcom.h40{
	height:40px;
}
.selectcom.h60{
	height:60px;
	padding:0 20px;
	font-weight:600;
	font-size:15px;
	border-radius:6px;
}

.selectcom.w120{
	width:120px;
}
/* 기본 셀렉트 : E */


/* 기본 체크박스 : S */
	.checkbox_com{
		display:inline-flex;
		align-items:center;
		font-size:14px;
		margin-top:8px;
		margin-bottom:8px;
	}
	.checkbox_com input{
		position:absolute;
		width:0;
		height:0;
		opacity:0;
		margin:0;
		padding:0;
	}
	.checkbox_com input + i{
		display:block;
		width:24px;
		height:24px;
		border:1px solid #ddd;
		background:url('../images/ico_check_gray.png') center center no-repeat #fff;
		border-radius:4px;
		margin:0;
		margin-right:4px;
	}
	.checkbox_com input + i + .labeltxt{
		font-size:inherit;
		color:inherit;;
		font-weight:inherit;
		line-height:inherit;
	}

	.checkbox_com input:checked + i{
		border-color:#4099ed;
		background:url('../images/ico_check_white.png') center center no-repeat #4099ed;
	}
	.checkbox_com input:focus-visible + i{
		outline: 3px dotted red;
	}
	.checkbox_com input:checked + i + .labeltxt{
		color:#4099ed;
		font-weight:500;
	}

	/* ------------------------------------------------------------------ MEDIA 768px : S ------------------------------------------------------------------ */
		@media (max-width: 768px) {
			.checkbox_com{
				font-size:14px;
			}
			.checkbox_com input{
				width:24px;
				height:24px;
			}
		}
	/* ------------------------------------------------------------------ MEDIA 768px : E ------------------------------------------------------------------ */
/* 기본 체크박스 : E */


/* 기본 라디오 : S */
	.radio_com{
		display:inline-flex;
		align-items:center;
		font-size:14px;
		margin-top:8px;
		margin-bottom:8px;
	}
	.radio_com input{
		position:absolute;
		width:0;
		height:0;
		opacity:0;
		margin:0;
		padding:0;
	}
	.radio_com input + i{
		display:block;
		width:24px;
		height:24px;
		border:1px solid #ddd;
		background:url('../images/ico_check_gray.png') center center no-repeat #fff;
		border-radius:100%;
		margin:0;
		margin-right:4px;
	}
	.radio_com input + i + .labeltxt{
		font-size:inherit;
		color:inherit;;
		font-weight:inherit;
		line-height:inherit;
	}

	.radio_com input:checked + i{
		border-color:#4099ed;
		background:url('../images/ico_check_white.png') center center no-repeat #4099ed;
	}
	.radio_com input:focus-visible + i{
		outline: 3px dotted red;
	}
	.radio_com input:checked + i + .labeltxt{
		color:#4099ed;
		font-weight:500;
	}

	/* ------------------------------------------------------------------ MEDIA 768px : S ------------------------------------------------------------------ */
		@media (max-width: 768px) {
			.radio_com{
				font-size:14px;
			}
			.radio_com input{
				width:24px;
				height:24px;
			}
		}
	/* ------------------------------------------------------------------ MEDIA 768px : E ------------------------------------------------------------------ */
/* 기본 체크박스 : E */


/* 기본 인풋 : S */
.inpcom{
	border:1px solid #dcdcdc;
	padding:0 14px;
	border-radius:2px;
	height:30px;
	background:#fff;
	max-width:100%;
}

.inpcom.h40{
	height:40px;
}
.inpcom.h60{
	height:60px;
	padding:0 20px;
	font-weight:600;
	font-size:15px;
	border-radius:6px;
}
/* 기본 버튼 : E */


.inp_phonegroup{
	display:inline-flex;
	align-items:center;
}
.inp_phonegroup input{
	flex:1;
	width:100%;
	max-width:64px;
}
.inp_phonegroup .txt{
	margin:0 6px;
}

/* 입력 테이블 : S */
.input_table_type01{border-top:2px solid #000;}
.input_table_type01 dt , 
.input_table_type01 dd{padding:14px; display:table-cell; vertical-align:middle;}
.input_table_type01 dl{display:table; table-layout:fixed; width:100%; border-bottom:1px solid #ddd;}
.input_table_type01 dt{width:20%; font-size:16px; font-weight:600; flex:none;}
.input_table_type01 dd{f}
.input_table_type01{}

/* ------------------------------------------------------------------ MEDIA 786px : S ------------------------------------------------------------------ */
@media (max-width: 786px) {
	.input_table_type01 dt , 
	.input_table_type01 dd{display:block; padding:0;}
	.input_table_type01 dl{display:block; padding:14px 0; border-bottom:0;}
	.input_table_type01 dt{width:100%; margin-bottom:10px;}
}
/* ------------------------------------------------------------------ MEDIA 786px : E ------------------------------------------------------------------ */
/* 입력 테이블 : E */


/* 테이블 : S */
.table_type01{width: 100%;}
.table_type01 th,
.table_type01 td{padding:8px 20px; height:60px;}
.table_type01 th{background:#f5f5f5;}
.table_type01 th:first-child{border-radius:8px 0 0 8px;}
.table_type01 th:last-child{border-radius:0 8px 8px 0;}
.table_type01 td{height:60px; border-bottom:1px solid #ddd;}
.table_type01 a:hover{text-decoration:underline; color:#4099ed;}
/* ------------------------------------------------------------------ MEDIA 1240px : S ------------------------------------------------------------------ */
@media (max-width: 1240px) {
	.table_type01 {border-top:2px solid #000;}
	.table_type01 colgroup,
	.table_type01 thead,
	.table_type01 th,
	.table_type01 td{display:none; height:auto; padding:20px 10px;}
	.table_type01 tr{display:block;}
	.table_type01 .m_visible{display:block; width: 100%;}
}
/* ------------------------------------------------------------------ MEDIA 1240px : E ------------------------------------------------------------------ */


.table_type02{border-top:2px solid #000; width: 100%;}
.table_type02 th,
.table_type02 td{border-bottom:1px solid #ddd; height:60px; padding:8px 10px;}
/* ------------------------------------------------------------------ MEDIA 1240px : S ------------------------------------------------------------------ */
@media (max-width: 1240px) {
	.table_type02 th,
	.table_type02 td{font-size:14px;}
}
/* ------------------------------------------------------------------ MEDIA 1240px : E ------------------------------------------------------------------ */


.table_pay{border-top:2px solid #000; width: 100%;}
.table_pay th,
.table_pay td{border-bottom:1px solid #ddd; padding:8px 20px;}
.table_pay th{height:50px;}
.table_pay td{height:60px;}
.table_pay td.td_total{text-align:center; border-bottom:2px solid #000; padding:30px 20px; font-size: 18px;font-weight: 500;}
.table_pay td.td_total .total{font-size: 30px; font-weight: 800; letter-spacing: -3px; line-height: 1; color:#4099ed; margin:0 4px;}
/* ------------------------------------------------------------------ MEDIA 1240px : S ------------------------------------------------------------------ */
@media (max-width: 1240px) {
	.table_pay colgroup,
	.table_pay thead,
	.table_pay th,
	.table_pay td{display:none; height:auto; padding:0;}
	.table_pay tr{display:block;}
	.table_pay .td_m_visible{display:block; width: 100%;}
	.table_pay .payment_table{max-width:100%; margin-top:0; border-top:0;}
}
/* ------------------------------------------------------------------ MEDIA 1240px : E ------------------------------------------------------------------ */

.payment_method{display:flex; width:100%;}
.payment_method li{flex:1;}
.payment_method li + li{margin-left:20px;}
.payment_method input{position:absolute; text-indent:-9999px; border:0; padding:0; width:0; height:0; opacity:0;}
.payment_method input + .radio_design{display:flex; align-items:center; border-radius:10px; border:1px solid #dcdcdc; padding:20px; display:flex;}
.payment_method input + .radio_design:before{
	content:''; 
	display:block;
	width:24px;
	height:24px;
	background:url('../images/ico_check_gray.png') center center no-repeat;
	margin:0;
	margin-right:4px; 
}

.payment_method input:focus-visible + .radio_design{ 
	outline: 3px dotted red;
}
.payment_method input:checked + .radio_design{
	color:#fff;
	background:#4099ed;
	border-color:#4099ed;
	font-weight:500;
}
.payment_method input:checked + .radio_design:before{
	background:url('../images/ico_check_white.png') center center no-repeat;
}


/* ------------------------------------------------------------------ MEDIA 786px : S ------------------------------------------------------------------ */
@media (max-width: 786px) {
	.payment_method{display:block;}
	.payment_method li + li{margin-left:0; margin-top:14px;}
	.payment_method input + .radio_design{padding:14px;}
}
/* ------------------------------------------------------------------ MEDIA 786px : E ------------------------------------------------------------------ */

/* 테이블 : E */


.txt_essential{font-size:0; text-indent:-9999px;}
.txt_essential:before{content:'*'; color:red; font-size:16px; font-weight:800; margin-left:4px;}

.txt_list_type01{}
.txt_list_type01 > li{position:relative; padding-left:14px; word-break:auto-phrase;}
.txt_list_type01 > li + li{margin-top:12px;}
.txt_list_type01 > li:before{content:''; position:absolute; left:0; top:6px; width:6px; height:6px; border-radius:100%; background:#a8a8a8;}
.txt_list_type01 > li > ul{margin-top:10px; font-size:14px; color:#737373;}
.txt_list_type01 > li > ul > li + li{margin-top:6px;}

.txt_list_type02{}
.txt_list_type02 > li{position:relative; padding-left:12px; word-break:auto-phrase;}
.txt_list_type02 > li + li{margin-top:12px;}
.txt_list_type02 > li:before{content:''; position:absolute; left:0; top:10px; width:4px; height:1px; border-radius:100%; background:#262a2d;}
.txt_list_type02 > li > ul{margin-top:10px; font-size:14px; }
.txt_list_type02 > li > ul > li + li{margin-top:6px;}

.txt_list_type03{}
.txt_list_type03 > li{position:relative; word-break:auto-phrase;}
.txt_list_type03 > li + li{margin-top:12px;}
.txt_list_type03 > li > ul{margin-top:10px; font-size:14px; }
.txt_list_type03 > li > ul > li + li{margin-top:6px;}

.txt_link{text-decoration:underline; color:#4099ed;}
.txt_link:hover{color:#000;}


.productlist{}
.productlist ul{display:flex; flex-wrap:wrap; margin-left:-40px;}
.productlist ul li{width:calc(25% - 40px); margin-bottom:40px; margin-left:40px;}
.productlist ul li .item{height:100%; display: flex; flex-direction: column;}
.productlist ul li .item .thumbnail{}
.productlist ul li .item .thumbnail .thumb_inner{padding-bottom:81.25%; border-radius:8px; background:#ddd; overflow:hidden; position:relative; background-image:url('../images/thumbnail_empty.png'); background-repeat:no-repeat; background-position:center center; background-size:cover;}
.productlist ul li .item .info{margin-top:24px; display: flex; flex-direction: column; flex:1;}
.productlist ul li .item .category{font-size:16px; font-weight:500; margin-bottom:10px; color:#737373; line-height:1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.productlist ul li .item .name{font-size:20px; font-weight:700; margin-bottom:24px; line-height:1;}
.productlist ul li .item .price{display:flex; flex-wrap:wrap; word-break:break-all; align-items:center; line-height:1;}
.productlist ul li .item .price .sale_label{font-weight:800; color:#fff; font-size:14px; background:#ff002a; border-radius:4px; display:flex; align-items:center; height:24px; padding:0 4px; margin-right:6px; word-break: break-all;}
.productlist ul li .item .price .sale_label strong{font-size:16px;}
.productlist ul li .item .price .current{font-size:16px;}
.productlist ul li .item .price .current strong{font-size:20px; font-family:'GmarketSans'; font-weight:800; letter-spacing:-2px; margin-right:2px;}
.productlist ul li .item .price .saled{text-decoration:line-through; color:#737373; font-size:16px; margin-left:10px;}

.productlist ul li.empty{width:100%; display:flex; align-items:center; justify-content:center; min-height:100px; color:#3b3b3b; background:#f5f5f5; text-align:center; border-radius:12px; padding:20px;}

/* ------------------------------------------------------------------ MEDIA 1040px : S ------------------------------------------------------------------ */
@media (max-width: 1040px) {
	.productlist ul li{width:calc(33.33% - 40px);}
}
/* ------------------------------------------------------------------ MEDIA 1040px : E ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ MEDIA 768px : S ------------------------------------------------------------------ */
@media (max-width: 768px) {
	.productlist ul li{width:calc(50% - 40px);}
	.productlist ul li .item .category{font-size:14px;}
	.productlist ul li .item .name{font-size:18px;}
	.productlist ul li .item .price .current strong{font-size:18px;}
}
/* ------------------------------------------------------------------ MEDIA 768px : E ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ MEDIA 480px : S ------------------------------------------------------------------ */
@media (max-width: 480px) {
	.productlist ul{margin-left:0;}
	.productlist ul li{width:100%; margin-left:0;}
}
/* ------------------------------------------------------------------ MEDIA 480px : E ------------------------------------------------------------------ */


.list_total{margin-bottom:14px;}
.list_total strong{letter-spacing:-2px; font-size:20px;}

/* ------------------------------------------------------------------ MEDIA 768px : S ------------------------------------------------------------------ */
@media (max-width: 768px) {
	.list_total{font-size:14px;}
	.list_total strong{font-size:16px;}
}
/* ------------------------------------------------------------------ MEDIA 768px : E ------------------------------------------------------------------ */


.tab_type01{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.tab_type01 li{
	padding:0 3px 6px 3px;
}
.tab_type01 li a{
	display:flex;
	align-items:center;
	height:40px;
	border-radius:100px;
	background:#f2f2f2;
	color:#646464;
	padding:0 20px;
	font-size:16px;
	font-weight:800;
	transition:color .2s , background .2s;
}
.tab_type01 li a:hover,
.tab_type01 li.active a{
	background:#000;
	color:#fff;
}

.tab_type01{
	margin-bottom:60px;
}


/* ------------------------------------------------------------------ MEDIA 768px ------------------------------------------------------------------ */
@media (max-width: 768px) {
	.tab_type01 li a{
		font-size:14px;
		height:34px;
		padding:0 12px;
	}

	.tab_type01{
		margin-bottom:40px;
	}
}
/* ------------------------------------------------------------------ MEDIA 768px ------------------------------------------------------------------ */

.search_wrap{background:#f5f5f5; border-radius:20px; padding:30px; margin-bottom:40px;}
.search_wrap .search_gruop{display:flex; width:100%; max-width:860px; margin:0 auto;}
.search_wrap .searchbar{display:flex; margin-right:6px; flex:1;}
.search_wrap .search_gruop select,
.search_wrap .searchbar input,
.search_wrap .searchbar .btn_search{height:50px; font-size:16px;}
.search_wrap .searchbar{background:#fff; border-radius:4px; border:1px solid #ddd;}
.search_wrap .search_gruop select{width:160px; border-radius:4px; border:1px solid #ddd; padding:0 34px 0 14px; font-size:16px; margin-right:6px; background:url('../images/select_arrow.png') right 14px center no-repeat #fff; }
.search_wrap .searchbar input{background:transparent; border:0; padding:0 14px; font-size:16px; flex:1; width:100%;}
.search_wrap .searchbar .btn_search{width:50px; display:block; font-size:0; text-indent:-9999px; flex:none; background:url('../images/search_btn.png') center center no-repeat;}
.search_wrap .btn_reset{display:inline-flex; align-items:center; justify-content:center; height:50px; padding:0 20px; border:1px solid #ddd; border-radius:4px; background:#f5f5f5; font-size:16px;}
.search_wrap .btn_reset:before{content:''; width:18px; height:15px; background:url('../images/btn_reset.png') center center no-repeat; margin-right:6px; transition:transform .2s;}
.search_wrap .btn_reset:hover:before{transform:rotate(180deg);}



/* ------------------------------------------------------------------ MEDIA 1240px ------------------------------------------------------------------ */
@media (max-width: 1240px) {
	.search_wrap{padding:20px; border-radius:10px;}
}
/* ------------------------------------------------------------------ MEDIA 1240px ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ MEDIA 768px ------------------------------------------------------------------ */
@media (max-width: 768px) {
	.search_wrap{padding:14px; border-radius:8px;}
	.search_wrap .search_gruop select,
	.search_wrap .searchbar input,
	.search_wrap .searchbar .btn_search{height:40px; font-size:14px;}
	.search_wrap .search_gruop select{width:auto;}
	.search_wrap .searchbar .btn_search{width:40px; background-size: 18px;}
	.search_wrap .btn_reset{height:40px; font-size:14px;}
}
/* ------------------------------------------------------------------ MEDIA 768px ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ MEDIA 480px ------------------------------------------------------------------ */
@media (max-width: 480px) {
	.search_wrap .search_gruop{display:block;}
	.search_wrap .search_gruop select{width:100%; margin-bottom:6px;}
	.search_wrap .searchbar{margin-right:0; margin-bottom:6px;}
	.search_wrap .btn_reset{width:100%;}
}
/* ------------------------------------------------------------------ MEDIA 480px ------------------------------------------------------------------ */


.layerpopup{
	position:fixed;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	z-index:90;
}

.layerpopup .shade{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:1;
}

.layerpopup .layer_searchbox{
	position:absolute;
	left:50%;
	top:50%;
	width:1000px;
	max-width:calc(100vw - 40px);
	padding:40px;
	transform:translate(-50% , -50%);
	background:#000;
	z-index:2;
	border-radius:20px;
}
.layerpopup .layer_searchbox .inner{
	max-width:600px;
	margin:0 auto;
}
.layerpopup .layer_searchbox .title{
	font-size:30px;
	font-weight:800;
	letter-spacing:-1px;
	color:#a8a8a8;
	font-family: 'GmarketSans';
	text-align:center;
	margin-bottom:20px;
}
.layerpopup .layer_searchbox .search_group{
	display:flex;
	font-size:16px;
	border-radius:8px;
	background:#fff;
}

.layerpopup .layer_searchbox .search_group label{
	font-size:0;
	text-indent:-9999px;
}

.layerpopup .layer_searchbox .search_group input{
	flex:1;
	width:100%;
	height:60px;
	padding:0 14px;
	font-family:inherit;
	border:0;
	border-radius:8px 0 0 8px;
	background:transparent !important;
	font-size:18px;
}

.layerpopup .layer_searchbox .search_group .search{
	height:60px;
	width:60px;
	font-size:0;
	text-indent:-9999px;
	font-family:inherit;
	flex:none;
	background:url('../images/search_header.png') center center no-repeat;
}

.layerpopup .layer_btn_close{
	position:absolute;
	right:30px;
	top:30px;
	width:24px;
	height:24px;
	background:url('../images/btn_m_x.png') center center no-repeat;
	border:0;
}




.color_blue{
	color:#4099ed;
}

.color_red{
	color:#e71515;
}

.m_none{}
.m_only{display:none;}
/* ------------------------------------------------------------------ MEDIA 1240px : S ------------------------------------------------------------------ */
@media (max-width: 1240px) {
	.m_none{display:none;}
	.m_only{display:block;}
}
/* ------------------------------------------------------------------ MEDIA 1240px : E ------------------------------------------------------------------ */
