@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@font-face {
  font-family: 'Pretendard';
  src: url('./assets/fonts/PretendardVariable.woff2') format('woff2');
}
@font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.nanumbarungothic * {
 font-family: 'NanumBarunGothic', sans-serif;
}

:root { 
	--wht: #fff;
	--blk: #000000;
	--grey-0: #fbfbfb;
	--grey-1: #f2f2f2;
	--grey-2: #eeeeee;
	--grey-3: #dddddd;
	--grey-4: #cccccc;
	--grey-5: #aaaaaa;
	--grey-6: #888888;
	--grey-7: #666666;
	--grey-8: #333333;
	--grey-9: #222222;
	--red: #ff0000;
	--amber-5: #fbbf24;
	--yellow-5: #ffdf2c;
	--green-5: #0f8b00;
	--teal-5: #00b8b6;
	--teal-6: #00aaa8;
	--blue-3: #00a5c9;
	--blue-5: #114380;
}

*:not(.fas) {
	font-family:"montserrat", "pretendard","NanumBarunGothic","맑은 고딕", sans-serif;letter-spacing:-0.3px;

}

body {
	height: auto;
}

h1, h2, h3, h4, h5, h6, .noto {
	font-family:"pretendard" !important;
}

h1 {
	font-size: clamp(1.4rem, 4vw, 2.3rem)  !important;
}

h2 {
	font-size: clamp(1.2rem, 3vw, 1.4rem)  !important;
}

h3 {
	font-size: clamp(1rem, 3vw, 1.2rem)  !important;
}

h4 {
	font-size: 1.0625rem !important;
}

a {
	color: inherit;
}

.blocker { z-index: 55555 !important; }

.outline-0 {
	outline: none;
}

.mont {
	font-family: "Montserrat", sans-serif !important;
}
.robo {
	font-family: "Roboto", sans-serif !important;
}

.translate-y-full {
	transform: translateY(100%);
}
.ptd {font-family:"pretendard", sans-serif !important;letter-spacing:-0.5px}

.w-fit {
	width: fit-content;
}

/*
 * 버튼목록
 */

.btn_grey8 {
	background: var(--grey-8) !important;
	color: var(--wht) !important;
	font-weight: 500 !important;
}

.btn_blue3 {
	background: var(--blue-3) !important;
	color: var(--wht) !important;
}
.btn_heart {
	border:1px  solid #ddd;
	border-radius:50px;
	width:55px;
	height:30px;
}
.btn_heart b {
	font-weight:500;
}
.btn_blue3_sub {
	border: 1px solid var(--blue-3) !important;
	color: var(--blue-3) !important;
}
.border-grey9 {
	border-color: var(--grey-9);
}
.btn_cok {
	padding: 0.94rem;
	text-align: center;
	font-size: clamp(13px, 3vw, 14px);;
	font-weight: 400;
	line-height: 1;
	border-radius: 50px;
	cursor: pointer;
	margin:0 2px;
	border:1px #aaa solid;
}
@media not all and (min-width: 1024px) {
	.btn_cok {
	}
}
.rounded_btn {
	padding: 0.94rem;
	text-align: center;
	font-family: Pretendard;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1;
	border-radius: 50px;
	cursor: pointer;
	margin:0 2px;

}
/*디자인주문 버튼*/
.design_btn_b {
	background-color:#000;
	color:#fff;
	font-size: clamp(15px, 3vw, 17px);
	text-align:center;
	border-radius:7px;
}
.design_btn_b span {
	font-size: clamp(12px, 3vw, 14px);	
}
.design_btn_w {
	background-color:#fff;
	box-shadow:2px 2px 3px #aaa;
	color:#000;
	font-size: clamp(14px, 3vw, 16px);
	text-align:center;
	border-radius:7px;
	border:1px #111 solid;
}
.design_btn_w span {
	font-size: clamp(12px, 3vw, 14px);	
}
.design_btn_s {
	background-color:#fff;
	box-shadow:1px 1px 2px #eee;
	color:#000;
	font-size: clamp(12px, 3vw, 13px);
	text-align:center;
	border-radius:3px;
	border:1px #111 solid;
	font-weight:500;
	background-color:#f9f9f9;
}
.qna_btn {
	font-size:clamp(12px, 3vw, 14px);
}
@media not all and (min-width: 1024px) {
	.rounded_btn	{
		font-size:0.8rem;
		width:105px;
		padding:0.7rem 0.5rem;
		margin:0 2px;
	}
}

.rounded_btn1 {
	color: var(--grey-8, #333);
	border: 1px solid #ddd;
	background: var(--wht, #FFF);
}
.rounded_btn1:hover {
	border:1px #000 solid;
	box-shadow:2px 2px 2px #ddd;
}

.rounded_btn2 {
	color: var(--grey-8, #333);
	border: 1px solid var(--blk, #000);
	background: var(--wht, #FFF);
}

.rounded_btn3 {
	color: var(--wht, #fff);
	border: 1px solid var(--blk, #000);
	background: var(--blk, #000);
}
.view_moreview {
	color:#999 !important;
}
.rect_btn {
	padding: 0.94rem;
	text-align: center;
	font-size: clamp(13px, 3vw, 15px);
	font-weight: 600;
	border-radius: 5px;

	cursor: pointer;
}


.rect_btn1 {
	border: 1px solid #999;
	background: var(--wht, #FFF);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.10);
	color: var(--blk, #000);
}

.rect_btn2 {
	background: var(--blk, #000);
	color: var(--wht, #FFF);
}
.rect_btn_b {
	font-size: clamp(13px, 3vw, 15px);
	font-weight:bold;
	border-radius:5px;
}
.comm_btn {
	background-color:var(--teal-6);
	font-size: clamp(13px, 3vw, 15px);
	font-weight:600;
	color:#fff;
}
.comm-write_wr {
	border-top:1px #eee solid;
}
.buy_form_btn {
	width: auto;
    padding: 5px;
    color: #fff;
    background: #32969f;
}
@media not all and (min-width: 1024px) {
	.max-lg\:hidden {
		display: none !important;
	}
}

@media not all and (max-width: 1024px) {
	.lg\:hidden {
		display: none;
	}	
}
.shop_list li .sl_brand {
    margin-top: 15px;
    margin-bottom: 3px;
    font-weight: 300;
    color: #555;
   font-size:clamp(12px, 3vw, 14px);
	}
@media (max-width:1024px) {
	.shop_list li .sl_brand {margin-bottom: 0;}
}
.shop_list li .sl_title {
	width: 100%;
    max-width: 240px;
    font-weight: 500;
    color: #111;
    height: 42px !important;
    font-size: clamp(13px, 3vw, 14px);
    overflow: hidden;
    line-height: 20px;
    overflow: hidden;
}
.shop_price_percent {
	font-size:clamp(14px, 3vw, 16px);
	margin-right:5px;
	color:#ff0000;
	font-weight:700;
}
.shop_price {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(14px, 3vw, 16px);
	font-weight: 600;
}
.shop_price span {
	font-size: clamp(13px, 3vw, 15px);
	font-weight: 500;
	font-family:"pretendard";
}

.shop_price_s {
	font-weight:500;
	color:#999;
	text-decoration:line-through;
}
.sl_subtag {
	max-width: 290px;
	margin:0.75rem 0 1rem;
	color:var(--teal-6);
	font-size:clamp(12px, 3vw, 13px);
	font-weight:400;
}
@media (max-width:600px) {
	.sl_subtag {line-height:17px}
}
.main_shop_title {
	font-size: clamp(13px, 3vw, 15px);
	font-weight:600;
}
/*
 * header
 */


header {
	color: var(--blk);
	max-width: 1340px;
}

header#sub {
	max-width: 100%;
	padding: 0;
	border-bottom: 1px solid var(--blk);
}

header .sub {
	max-width: 100%;
    margin: auto;
    padding: 0 2.5rem;
}

.unified_search {
	background: var(--wht);
	border: 2px solid var(--blk);
}

.totalSearch {
	outline: none;
	width: 380px;
	max-width: 25vw;
}

.totalSearch::placeholder {
	color: var(--grey-7);
}

.popular_word_link {
	font-weight: 400;
	line-height: 2;
}

.popular_word_link b {
	color: var(--green-5);
}

.recomm_tag {
	display: flex;
	gap: 0.5rem;
}

.recomm_tag_link {
	display: block;
	background: var(--grey-1);
	color: var(--grey-5);
	border-radius: 9999px;
	padding: 0.25rem 0.75rem;
}
.comment_num {
	color: var(--teal-6);
	font-size: clamp(16px, 4vw, 18px);
	font-weight: 600;
	margin-top:-2px;
}
.comment_num_s {
	color: var(--teal-6);
	font-size: clamp(13px, 4vw, 14px);
	font-weight: 600;
}
.nav_menus .nav_menu_tt {
	display: block;
	width: fit-content;
	position: relative;
	font-weight: 500;
	font-family: "pretendard" !important;
	font-size:1.125rem;
	letter-spacing:-0.02rem;

}

.menus_li:hover .nav_menu_tt {
	font-weight: 700;
}

.nav_menu_tt::before {
	content: '';
	position: absolute;
	bottom: -0.38rem;
	left: 50%;
	background: var(--yellow-5);
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	opacity: 0;
	transform: translateX(-50%);

}

.menus_li:hover .nav_menu_tt::before {
	opacity: 1;
}

.menus_nav {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 1280px;
	transform: translateY(100%);
	padding: 0.5rem 0;
}

.nav_menus .menus_nav::before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 99vw;
    height: 100%;
    background: #fff;
    transform: translateX(-50%);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: -1;
}

section.sub .nav_menus .menus_nav::before {
	left: 0;
	transform: none;
}

.menus_nav > div {
	width: 100%;
	height: 314px;
	background: #fff;
}

.menus_nav .nav_l_wr {
	display: grid;
	flex: 1;
    grid: repeat(7, 1.2rem) / auto-flow;
}

.menus_nav .nav_l_wr a {
	font-size: 1rem;
	font-weight: 400;
	font-family:pretendard;
}
.menus_nav .nav_l_wr a:hover {
	font-weight:600;
}

.menus_nav .nav_l_wr2 {
	display: grid;
	flex: 1;
	grid: repeat(5, 1.5rem) / auto-flow;
}

.menus_nav .nav_l_wr2 a {
	font-size: 1rem;
	font-weight: 400;
	font-family:pretendard;
}
.menus_nav .nav_l_wr2 a:hover {
	font-weight:600;
}

header nav .box {
	width: 245px;
	height: 200px;
	overflow: hidden auto;
	background: var(--grey-0);
	border: 1px solid var(--grey-3);
}

header nav .box a {
	display: block;
	font-size: 0.9rem;
	font-weight: 300 !important;
	line-height: 1.5;
	color: var(--grey-7);
	font-family:pretendard;
}
header nav .box a:hover {
	color:var(--grey-10);
	font-weight:600;
}

header nav .box::-webkit-scrollbar,
.sub_nav_wr nav::-webkit-scrollbar,
#op_box::-webkit-scrollbar,
.filter_body > div::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar{
	width: 2px;
    height: 8px;
    background-color: #fff;
}

header nav .box::-webkit-scrollbar-thumb,
.sub_nav_wr nav::-webkit-scrollbar-thumb,
#op_box::-webkit-scrollbar-thumb,
.filter_body > div::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
	background: #000;
}

.topmenu_newlist a {
	font-size:16px;
	color:#333;
}
.topmenu_newselect {
	font-size:15px;
	color:#333;
}
.sub_nav_wr > div:not(:last-child)::after {
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1em;
    transform: translateY(-50%);
    background: var(--grey-5);
}

.sub_nav_wr nav {
	display: none;
	min-width: max-content;
	transform: translateY(100%);
	border: 1px solid var(--grey-4);
	background: #fff;
	padding: 0.5rem 1rem;
}

.sub_nav_wr div:last-child nav {
	transform: translate(-40%, 100%);
}

.sub_nav_wr nav a {
	display: block;
	line-height: 2;
	font-size: 0.875rem;
}

.sub_nav_wr nav a:hover {
	font-weight: 600;
	color: #000 !important;
}

.sub_menus > div {
	font-size: 1.15rem;
    font-weight: 400;
    color: var(--grey-6);
}

.hasbar::before {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 1em;
    transform: translateY(-50%);
    background: var(--grey-5);
}

.sub_menus > div::after { display: none; }

#my_profile_div img, #my_shop_div img {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border: 2px solid #fff;
    outline: 1px solid var(--grey-4);
}

.quick_sub {
    position: absolute;
	top: 100%;
    left: 0;
    transform: translate(-30%, 0.75rem);
    min-width: max-content;
	width: 7.75rem;
    background: #fff;
    z-index: 10;
    outline: 1px solid var(--grey-7);
	font: 500 0.75rem "pretendard";
	color: var(--grey-6);
}

.quick_sub li {
	padding: 0.7rem 1rem;
	border-bottom: 1px solid #ddd;	
	font-size:0.85rem;
	cursor:pointer;
	font-weight:400;
}
.quick_sub li a {
	font-size:0.85rem;
}
.quick_sub li:last-child {
	border-bottom: 0;
}

.quick_sub li:hover {
	background: var(--grey-1);
	color:var(--grey-9);
	font-weight:600;
}
.subject_t {
	font-size: clamp(20px, 3vw, 25px);
	font-weight:600;
	text-align:center;
}
#top_search_wr > div {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	background: #fff;
	z-index: 5556;
	padding-top:200px
}

.top_search {
    width: 100%;
    max-width: 778px;
    padding: 0 1.25rem;
}

.search_box .totalSearch {
    max-width: 100%;
    width: 100%;
    font-size: 1rem;
}

.sub_search.unified_search {
	border: none;
}

.sub_search.unified_search .unified_section {
	width: 50%;
}

.popular_word {
	font-size: 1rem;
	color: var(--grey-9, #222);
}

.header_mo .quickMenu_wr {
	display: none;
	position: absolute;
	top: 2.5rem;
	left: 50%;
	width: 11.5rem;
	transform: translateX(-50%);
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.30);
	text-align: center;
	padding: 0.875rem;
	opacity: 0;
	transition: opacity .3s ease;
}

.quickMenu_wr a {
	display: block;
	width: 7rem;
	font-size: 1rem;
	font-weight: 500;
	color: var(--grey-8, #333);
	border-radius: 9999px;
	margin: auto;
	padding: 0.5rem;
}

.quickMenu_wr.open,
.sideMenu_container.open {
	opacity: 1;
}

.quickMenu_wr a.current {
	background: var(--yellow-5, #FFDA01);
	font-weight: 600;
	color: #000;
}

.sideMenu_container {
	position: fixed;
    right: 0;
    top: 0;
	display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
	background: rgb(0 0 0 / 60%);
	opacity: 0;
	transition: opacity .3s ease;
}

.sideMenu_wr {
	display: flex;
	flex-direction: column;
    width: 88%;
	min-width: fit-content;
    height: 100%;
	background: #fff;
}

.sideMenu_wr aside {
	display: grid;
    grid: 1fr / repeat(2, 1fr);
}

.sideMenu_wr aside a {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	outline: 1px solid var(--grey-2, #EEE);
    box-shadow: inset 0px 0px 0 1px #fff;
}

.sideMenu_wr menu {
	display: flex;
    flex-direction: column;
    gap: 0.7em;
	margin-top: 0.75rem;
    padding-left: 0.25rem;
    color: var(--grey-7, #666);
    margin-bottom: 0.375rem;
}

.sideMenu_wr footer {
	position: sticky;
    display: flex;
    justify-content: center;
    bottom: 0;
    background: var(--grey-9, #222);
	padding: 0.875rem 1.5rem;
}

.sideMenu_wr footer a {
    display: flex;
    align-items: center;
	color: var(--grey-2, #EEE);
    font-size: 13px;
    font-weight: 400;	
}
.sideMenu_wr footer a:not(:last-child)::after {
	content: '';
    display: inline-block;
    width: 1px;
    height: 0.75em;
    background: var(--grey-2, #EEE);
    margin: 0 8.5vw;
}

.sideMenu > li {
	margin-top: 1rem;
	padding-bottom: 0.875rem;
	border-bottom: 1px solid var(--grey-2, #EEE);
}

.sideMenu .sideMenu_tt {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}

.sideMenu li img {
	width: 0.875rem;
}

.sideMenu menu li {
	font-size: 15px;
}

.sideMenu .sideMenu_tt,
.extraMenu .extraMenu_tt {
	display: flex;
    justify-content: space-between;
}

.extraMenu > li {
	margin-bottom: 0.25rem;
	padding: 0.875rem;
	border: 1px solid var(--grey-2, #EEE);
}

.extraMenu .extraMenu_tt {
	color: var(--grey-8, #333);
}

.sideMenu_myPage_wr {
	display: none;
	position: absolute;
	height: calc(100% - 2.96rem);
	overflow: hidden;
}

.sideMenu_myPage_wr .overflow-y-auto {
	height: calc(100% - 4rem);
}

.sideMenu_wr .rect_btn2 {
	font-size: 0.875rem;
	padding: 0.375rem 0.5rem;
}

@media screen and (max-width: 1200px) {
	.topmenu_newlist,
	#my_profile_div,
	#my_shop_div {
		display: none;
	}

	.menus_nav .nav_l_wr {
		flex: 1 0 auto;
	}

	header nav .box {
		width: 18vw;
	}
}


@media screen and (max-width: 1023px) {
	header {
		position: sticky;
		top: 0;
		z-index: 60000;
		background: #fff;
	}

	header#main .core {
		padding: 0.8rem 0;
	}

	header#main section:not(.core) {
		display: none;
	}

	header .sub {
		padding: 1.15rem 1.125rem 0.9rem 1.125rem;
	}

}


/*
 * index (main)
 */


.main_slide {
    width: 100%;
	max-width: 1920px;
    overflow: hidden;
    display: flex;
    justify-content: center;
	margin: auto;
}

.main_slide .swiper {
	padding-bottom: 2rem;
}
.main_slide .swiper-slide {
	position: relative;
	width: 25.625rem;
	height: 26.5625rem;
	transition: opacity .3s ease;
	border-radius: 1.25rem;
}
@media screen and (max-width: 1200px) {
	.main_slide .swiper-slide {
		width: 25.625rem;
		height: 26.5625rem;
	}
}
.main_slide img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.main_slide .main_slide_desc {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
	background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	color: #fff;
	opacity: 0;
	transition: opacity .3s ease;
}
@media screen and (max-width: 400px) {
	.main_slide_desc {padding: 1.3rem;	}
}
.main_slide .main_slide_desc p {
	font-weight:200;
	color:rgba(255,255,255,0.8);
}
.main_slide .swiper-slide:is(.swiper-slide-prev, .swiper-slide-active, .swiper-slide-next) .main_slide_desc {
	display: flex;
	opacity: 1;
}

.main_slide .swiper-slide:not(.swiper-slide-prev, .swiper-slide-active, .swiper-slide-next) {
	opacity: .5;
}

.main_slide .arrow-left,
.main_slide .arrow-right,
.update_slide .arrow-left,
.update_slide .arrow-right{
    width: fit-content;
    height: fit-content;
	bottom: 50%;
    margin: 0;
	border: none;
    transform: none;
}

.main_slide .arrow-left {
	left: 19.5%;
}

.main_slide .arrow-right {
	right: 19.5%;
}

.swiper-controller-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	z-index: 2;
}

.swiper-controller-wrapper .pagination-fraction {
	color: var(----grey-5, #AAA);
}

.pagination-fraction .swiper-pagination-current {
	color: #000;
	font-weight: 600;
}

.swiper-controller-wrapper > div {
	position: static;
    width: fit-content !important;
	transform: none !important;
}

.swiper-controller-wrapper .pagination-bullet {
    /*max-width: 200px;*/
}

.swiper-controller-wrapper .pagination-bullet > span {
	width: 0.6rem;
	height: 0.6rem;
	background: #D9D9D9;
	opacity: 1;
	border-radius: 9999px;
	transition: width .3s ease;
}
@media (max-width:600px) {
	.swiper-controller-wrapper .pagination-bullet > span {
		width: 0.5rem;
		height: 0.5rem;
	}
}
.swiper-controller-wrapper .pagination-bullet .swiper-pagination-bullet-active {
	width: 2rem;
	background: #000;
}

.main_section {
	max-width: 1280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 2rem auto;
	padding: 2rem 0;
}	
@media screen and (max-width: 1200px) {
	.main_section {
		margin:1rem auto;
		padding:0 0;
	}
}
.main_section .main_tt {
	text-align: center;
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 1200px) {
	.main_section .main_tt {
		margin-bottom: 0.8rem;
	}
}
.specialOffer {
	width: 100%;
	overflow: hidden;
	padding-bottom: 2rem;
}

.main_shop_list ul {
    display: grid;
    grid-auto-flow: column;
	width: 100%;
	justify-content: center;
    gap: 0.75rem;
	margin: auto;
	overflow: auto;
}

.main_shop_list.itemHide {
	display: none;
}

.main_shop_list li .item_tt {
    font-weight: 500;
    color: #111;
    height: 42px !important;
    font-size: clamp(13px, 3vw, 14px);
    overflow: hidden;
    line-height: 20px;
    overflow: hidden;
	font-family:"pretendard";
}
.main_shop_list li .sl_brand {
    margin-top: 15px;
    margin-bottom: 3px;
    font-weight: 300;
    color: #555;
    font-size: clamp(12px, 3vw, 14px);
    font-family: pretendard;
}

.main_shop_list li .price {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(14px, 3vw, 16px);
	font-weight: 600;
}

.main_shop_list li .price span {
	font-size: 15px;
	font-weight: 275;
}


.main_shop_list2 ul {
	display: grid;
	width: 100%;
	justify-content: center;
	gap: 0.75rem;
	margin: auto;
	grid-template-columns: repeat(auto-fill, 240px);
	grid-auto-rows: 400px;
}

.main_shop_list2.itemHide {
	display: none;
}

.main_shop_list2 li .item_tt {
	font-weight: 500;
	color: #111;
	height: 42px !important;
	font-size: clamp(13px, 3vw, 14px);
	overflow: hidden;
	line-height: 20px;
	overflow: hidden;
	font-family:"pretendard";
}
.main_shop_list2 li .sl_brand {
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: 300;
	color: #555;
	font-size: clamp(12px, 3vw, 14px);
	font-family: pretendard;
}

.main_shop_list2 li .price {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(14px, 3vw, 16px);
	font-weight: 600;
}

.main_shop_list2 li .price span {
	font-size: 15px;
	font-weight: 275;
}



.specialOffer_link {
	width: 640px;
	display: flex;
	margin: 50px auto 0;
	padding: 1.5rem 0;
	border: 1px solid var(--grey-5, #ddd);
	color: var(--grey-8, #333);
	font-family: 'Pretendard', sans-serif;
	font-size: 24px;
	font-weight: 400;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	background-color:#fff;
	border-radius:10px;
	box-shadow:2px 2px 3px #eee;
}
.specialOffer_link:hover {
	border:1px #111 solid;
	color:#000;
	font-weight: 600;
	box-shadow:2px 2px 3px #ccc;
}
@media screen and (max-width: 1200px) {
	.specialOffer_link {
		width:90%;
		padding: 1rem 0;
		font-size: 13px;
	}
}
.main_design_list ul {
    display: flex;
    justify-content: center;
	gap: 0.875rem;
	overflow: auto;
}

.main_design_list li {
	width: fit-content;
}

.main_design_list .md_t {
	font-size: clamp(14px, 3vw, 16px);
	font-weight: 500;
	margin-top: 1.0rem;
}

.main_design_list .md_tag {
	font-size: 0.875rem;
	font-weight: 300;
	color: var(--grey-7, #666);
}

.main_DAB_slide {
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
	z-index: 0;
}

.main_DAB_slide .swiper2 {
	min-width: 525px;
}

.main_DAB_slide .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
	border: 1px solid var(----grey-5, #AAA);
}

.main_DAB_slide .desc {
	display: flex;
	justify-content: space-between;
	gap: 1.625rem;
	padding: clamp(0.875rem, 4vw, 1.875rem);
}

.main_DAB_slide .desc section {
	display: grid;
    flex: 1;
}

.main_DAB_slide .desc h2 {
    display: -webkit-box;
	height: fit-content;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(1rem, 4vw, 1.4rem) !important;
	font-weight: 600;
	color: #000;
	line-height: 1.375;
}

.main_DAB_slide .desc p {
	display: -webkit-box;
	height: fit-content;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 200;
	font-size: clamp(12px, 3vw, 14px);
	color: #777;
}
@media screen and (max-width: 1200px) {
	.main_DAB_slide .desc p {
		margin:0 0;
	}
}
.main_DAB_slide .comment_wrapper {
	align-self: flex-end;
}

.main_DAB_slide .desc img {
	width: 257px;
	height: 193px;
	object-fit: cover;
}

.main_DAB_slide .info {
	display: flex;
	justify-content: space-between;
	padding: clamp(0.875rem, 4vw, 1.875rem);
	border-top: 1px solid var(----grey-5, #AAA);
}

.update_container {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
	padding: 3rem 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid var(--grey-5, #AAA);
	gap: 5rem;
}

.update_wrapper {
	display: grid;
	max-width: calc(48% - 20px);
    z-index: 0;
}

.update_wrapper h1 {
	font-weight: 800;
	line-height: 1;
    grid-area: 1 / 1;
}


.update_wrapper h1 em {
    display: block;
    color: #fff;
    font-weight: 900;
    font-style: normal;
    -webkit-text-stroke: 1px #000;
    font-family: "Pretendard";
}

.update_wrapper .new_slide {
    grid-area: 1 / 1;
}

.update_wrapper .swiper-slide {
	display: flex;
	justify-content: space-between;
	font-size: 1.25rem;
	font-weight: 500;
}

.update_slide .item_tt {
	max-width: 30%;
	align-self: flex-end;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}

.swiper3 .img {
	width: 195px;
    height: 195px;
    margin-right: 3.25rem;
    align-self: center;
}

.swiper4 table {
    margin-right: 2rem;
}

#arrow-left2 {
	left: 0.5rem;
	right: auto;
}

#arrow-left3 {
	left: auto;
    right: 22.9375rem;
}

#arrow-right2, #arrow-right3  {
	left: auto;
	right: 0.5rem;
}

.update_container .pagination-bullet {
	display: none;
}

@media screen and (max-width: 1200px) {

	.main_shop_list li {
		width: 18vw;
	    height: fit-content;
	}

	.main_shop_list li .img {
		width: 18vw;
		height: 18vw;
	}

	.main_shop_list li .item_tt {
		width: 100%;
		height: 40px;
		font-size: 14px;
	}

	.main_design_list li {
		width: 30vw;
	}

	.main_design_list li table {
		width: 100%;
	}

	.main_design_list li table * {
		display: block;
		width: 100% !important;
		height: auto !important;
	}

	.main_DAB_slide {
		padding: 0 1.25rem;
	}

	.main_DAB_slide .desc {
		flex-direction: column;
		flex: 1 0 auto;
	}

	.main_DAB_slide .desc img {
		width: 100%;
		height: auto;
		aspect-ratio: 514 / 386;
	}

	.main_DAB_slide .swiper2 {
		min-width: auto;
		padding:0;
	}

	.update_container {
		flex-direction: column;
		padding:0;
	}

	.update_wrapper {
		max-width: 650px;
		width: 100%;
		padding: 0 1.25rem;
		margin: auto;
	}

}

@media screen and (max-width: 1024px) {
	#login_layer {
		max-width: 92vw;
	}

	#login_layer * {
		max-width: 100%;
	}

	#login_layer .login_tab {
		display: flex;
		max-width: 100%;
		margin: 0.5rem 0;
	}

	.login .login_naver {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	    justify-content: center;
	}

	.login .login_naver div {
		margin-left: 0 !important;
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 768px) {
	.main_shop_list ul {
	    display: flex;
		flex-flow: unset;
		justify-content: flex-start;
		padding-left: 1.25rem;
		gap: 0.875rem;
	}

	.main_shop_list li {
		width: 130px;
	    height: fit-content;
	}

	.main_shop_list li .img {
		width: 130px;
		height: 130px;
	}

	.main_design_list li, .main_design_list li table {
		width: 250px;
	}

	.main_shop_list li .item_tt {
		font-size: 12px;
		line-height:17px;
	}

	.update_container {
		border: none;
	}

	.update_wrapper {
		width: 100%;
	}

	.update_slide .arrow-left,
	.update_slide .arrow-right {
		display: none;
	}

	.update_slide .swiper-slide {
		display: grid;
	    justify-content: center;
		margin-top: 0.625rem;
	}

	.update_slide .item_tt {
	    grid-area: 2 / 1;
		width: 100%;
		max-width: 100%;
		margin-bottom: 2.5rem;
		font-size:0.9rem;
	}

	.update_slide .img {
		grid-area: 1 / 1;
		width: 300px;
		height: 300px;
		max-width: 100%;
		margin: 0;
	}

	.update_container .pagination-bullet {
		display: block;
	}

	.swiper3 .img, .swiper4 table  {
		margin-right: 0;
	}

}

@media screen and (max-width: 500px) {
	.main_slide .swiper-slide {
		border-radius: 0;
	}

	.main_DAB_slide {
		padding: 0 1.25rem 2rem 1.25rem;
	}

	.main_DAB_slide .desc {
		padding: 1.25rem;
	}

	.main_slide .arrow-left,
	.main_slide .arrow-right,
	.main_DAB_slide .swiper-controller-wrapper {
		display: none;
	}
}
.main_h1_s {
	font-weight:200;
	color:#777;
	font-family:pretendard;
	letter-spacing:-0.3px;
	font-size:clamp(12px, 3vw, 16px);
}

/*
 * 쇼핑
 */

.shop_search #shop_sch_fm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1rem;
}

.shop_search #sch_text {
	padding: 0;
}

.shop .slide {
	width: 100%;
    height: auto;
    margin-bottom: 0;
}

.shop .wrap {
	width: 100%;
	max-width: 1280px;
}

.shop .s_top_cate {
	/*padding: 1.5rem 0;*/
}
@media (max-width:1200px) {
	.shop .s_top_cate {padding: 15px;}
}
.s_top_cate .submenu_class {
	max-width: 1280px;
	width: 100%;
	position: absolute;
	top: 8.625rem;
	border: 1px solid #000;
    z-index: 2;
	background-color: #fff;
}

.s_top_cate .submenu_class menu {
	display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin: clamp(0.5rem, 4vw, 1.5rem);
	padding: 0;
}
.s_top_cate_all {
	display: flex;
    justify-content: space-between;
    width: 100%;
	font-size: clamp(15px, 3vw, 16px);
	font-weight: 600;
	line-height: 1.875;
}
.s_top_cate_wr > a {
	display: flex;
    justify-content: space-between;
    width: 100%;
	font-size: clamp(15px, 3vw, 16px);
	font-weight: 600;
	line-height: 1.875;
}

.s_top_cate_wr .shop_snav {
    display: flex;
    flex-direction: column;
}

.s_top_cate_wr .shop_snav a {
	font-size: clamp(12px, 4vw, 14px);
	font-weight: 200;
	color: var(--grey-6, #888);
	line-height: 1.875;
}

.s_top_cate_header {
	display: flex;
	justify-content: space-between;
	margin: clamp(0.5rem, 4vw, 1.5rem);
	padding-bottom: clamp(0.5rem, 4vw, 1rem);
	border-bottom: 1px solid #000;
	font-size: clamp(13px, 3vw, 15px);
	font-weight: 500;
	
}
.s_top_cate_header a {
	font-family:"pretendard";
}
.s_top_cate_wr a {
	font-family:"pretendard";
}
.s_top_cate_wr a:hover {
	color:#000;
	font-weight:500;
	transition: all ease 0.3s;
}
.shop .slide .slide_area {
	height: 100%;
}

.shop .s_top_cate .all {
    flex: 1 0 auto;
}

.shop .shop_main_title {
	font-size: clamp(1.4rem, 4vw, 2rem) !important;
	font-weight: 600;
	text-align: center;
	color: #000;
    margin: 0;
}

#hot_keyword_list {
	display: grid;
    grid: 2fr / repeat(4, 1fr);
	max-width: 1216px;
    width: fit-content;
    margin: auto;
    gap: clamp(0.5rem, 4vw, 2rem);
}

#hot_keyword_list li {
	height: 100%;
    cursor: pointer;
    margin: auto;
}

#hot_keyword_list li .img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

#hot_keyword_list img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop_list_best li .best_item {
	left: 10px;
}

.shop .flexslider img {
	border-radius: 0;
}

.shop_list_best ul,
.shop_list ul {
	width: 100%;
	max-width: 1280px;
    display: grid;
    grid: auto-flow / repeat(4, 1fr);
	gap: 2.25rem;
}

.shop .shop_sub_list {
	width: 100%;
	max-width: 1280px;
}

.shop_list_best li,
.shop_list li {
	width: auto;
    height: auto;
	margin: 0;
}

.shop_list_best li .img,
.shop_list li .img {
	max-width: 290px;
	max-height: 290px;
	width: 100%;
	aspect-ratio: 1 / 1;
    overflow: hidden;
}

.qna_wr .qna_list {
	border-top: 1px solid var(--grey-3, #DDD);
	border-bottom: 1px solid var(--grey-3, #DDD);
	padding: 0.625rem 0;
    margin: 1.25rem 0;
}

.qna_contents p {
	margin-top: 0.375rem;
    line-height: 1.5;
	color: var(--grey-8, #333);
	font-size: 0.875rem;
	font-weight: 300;
}

.qna_reply {
	width: 100%;
	background: var(--grey-0, #FBFBFB);
	margin-top: 1rem;
	padding: 0.625rem;
	font-size: 0.875rem;
}

.scate_sub_cate_wr {
	display: none;
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	width: 230px;
	max-height: 15rem;
	overflow-y: auto;
	background: #fff;
	z-index: 1;
	padding: 1rem;
	font-size: 1rem;
	line-height: 2;
	border: 1px solid var(--grey-3, #DDD);
	color: var(--grey-7, #666);
}


@media screen and (max-width: 1280px) { 
	.s_top_cate .menu,
	.s_top_cate .member {
		display: none;
	}

	.shop_list_best ul {
		grid: auto-flow / repeat(2, 1fr);
	}

	.shop_list ul {
	    grid: auto-flow / repeat(3, 25vw);
	}

	.shop_list li .img,
	.shop_list li .sl_title {
		max-width: 100% !important;
		max-height: 100% !important;
	}
	.shop_list li .sl_title {
		line-height:18px;
	}
}

@media screen and (max-width: 1024px) {
	.s_top_cate .submenu_class {
		height: calc(100vh - 8.5rem);
		border: none;
		overflow: auto;
	}

	.s_top_cate_header,
	.s_top_cate .submenu_class menu {
		flex-direction: column;
		gap: 1rem;
	}

	.shop_search_box,
	.search_bar {
		float: none;
		width: 88%;
		margin-left: auto;
		margin-right: 0;
	}

	.shop .slide {
	    aspect-ratio: 10 / 4.61;
	}

	.shop .flexslider {
	    width: 100%;
	    height: 100%;
	}

	.shop .flexslider img {
		aspect-ratio: 10 / 4.61;
		object-fit: cover;
	}

	.s_top_cate_wr > a img {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	#hot_keyword_list {
		grid: 1fr / repeat(2, 1fr);
	}

	.shop_list_best li .best_item {
		top: 3px;
		left: 0;
	}

	.shop_list ul {
	    grid: auto-flow / repeat(2, 42vw);
	}
}



/*
 * shop/view 쇼핑 상세
 */


.shop .shop_view {
	display: flex;
	justify-content: space-between;
    width: 1200px;
    margin: 0 auto;

	padding: 3.625rem 0;
}

.shop_view_l {
	float: none;
    width: 50rem;
}

.shop_view_l h1 {
	font-size: clamp(1.5rem, 4vw, 2.375rem);
	font-weight: 300;
	color: var(--blk);
	margin: 1.5em 0;
}

.shop .shop_view .sc_img {
	padding-bottom: 100px;
}

.shop .shop_view .sc_img, .shop_view .sc_img table {
	float: none;
	width: 100%;
}

.shop_view_r {
	position: sticky;
	top: 0;
	float: none;
	width: 21.75rem;
	height: fit-content;
    padding: 1.5rem 0.5rem;
}

.shop .shop_view .sc_img img {
	width: 100%;
}

.shop .shop_view_detail img {
	width: auto !important;
}

.shop .shop_view_detail img {
	max-width: 100% !important;
	height: auto;
}
.shop .shop_view .sc_brand_name {
	margin-bottom: 5px;
	font-size:15px;
	color:#000;
	margin-top:20px;
	text-decoration:underline;
}
.shop .shop_view .sc_title {
	font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
	height:60px;
	color:#000;
}

.sc_prcieWrap {
	margin: 0;
}

.sc_prcieWrap em {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600;
    font-style: normal;
}
.shop .shop_view .sc_price {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    font-family: Roboto,serif;
	}
.shop .shop_view .sc_price span {
	font-size:18px;
}
.shop .shop_view .sc_price_percent {
	float: left;
    color: #ee1313;
    font-size: 23px;
	line-height: 1.33;
    margin-right: 0.25em;
}

.shop .shop_view .sc_price_first {
	display: block;
    font-size: 16px;;
    font-weight: 400;
    color: var(--grey-5);
	text-decoration: none;
}

.sc_price_first em {
	font-weight: 400;
	text-decoration: line-through;
}

.shop .shop_view .sc_info {
	display: flex;
	flex-direction: column;
	float: none;
    width: 100%;
	min-height: 685px;
    margin: 0;
	border: 1px solid #d1cbcf;
    padding: 1.5rem;
}

.shop .shop_view .sc_info .info_c {
	width: auto;
}

#op_box {
	width: 100%;
    max-height: 26vh;
    overflow-y: auto;
}


.shop .shop_view .sc_info .shop_cart_btn {
	background: #616161;
}

.shop .shop_view .sc_info .shop_buy_btn {
	background: #ee1313;
}

.shop .shop_view .sc_info .shop_cart_btn,
.shop .shop_view .sc_info .shop_buy_btn {
	min-width: fit-content;
	max-height: 3.75rem;
    border: none;
    float: none;
    font-weight: 600;
    padding: 1.5rem 0;
	
}

.shop .shop_view .sc_info .info_t, .shop .shop_view .sc_info .info_c, .shop .shop_view .sc_info .shop_buy_total {
    float: none;
}
.shop .shop_view .info_list {
	font-size:14px;
}
.shop .shop_view .sc_info .info_t {
	font-size:14px;
	color:#000;
	font-weight:700;
}
.shop .shop_view .sc_info .shop_buy_list {
	border: none;
    background: var(--grey-1);
    margin: 1.5rem 0 0;
}

.form_amount {
	width: fit-content;
    background: #fff;
    border-radius: 9999px;
	border: 1px solid #dddddd;
}

.form_amount button {
	width: 30px;
	height:35px;
}

.form_amount button, .form_amount .input_num {
	border: none;
}
.form_amount .input_num{
	height    color: #000;
    background: #fff;
    border: none;
    box-sizing: border-box;
    float: left;
    width: 40px;
    height: 35px;
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 13px;
}
.shop_buy_total {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
	color: #000;
	align-items: center;
	margin: 1.25rem 0;
	padding: 1.25rem 0;
}

.shop_buy_total #total_price {
	font-size: 1.5rem;
	font-weight: 600;
    letter-spacing: -0.03em;
}

.shop .shop_view .sc_info .shop_buy_total {
	font-size: 1.875rem;
	font-weight: 600;
}

.shop .shop_view .sc_info .shop_buy_total .total_text {
	font-size: 0.875rem;
	font-weight: 600;
	color: #000;
}

.shop .shop_view .sc_info .shop_buy_total .total_won {
	font-size: 1rem;
    font-weight: 400;
    margin-left: -0.33em;
}

.shop_view_imgContainer {
	border: 1px solid #d1cbcf;
}

.shop_view_imgWrapper {
	width: 100%;
    display: grid;
    grid: auto / 1.7fr 4fr;
    gap: 1.5rem;
}

.shop_view_imgWrapper:last-child {
	border-top: 1px solid #d1cbcf;
}

.shop_view_imgContainer img {
	width: fit-content;
	height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.shop_view_imgWrapper .profile_pic {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
}

.shop_view_imgWrapper .profile_pic img {
	aspect-ratio: 1 / 1;
}

.comment_v_area {
	padding: 0;
    border: none;
}

.after_detail_msg {
	overflow-y: hidden;
    max-height: none;
    margin: 0;
    padding: 0;
	font-size: 0.875rem;
}

.s_comment_list {
	border-bottom: 1px solid var(--grey-2);
}

.s_comment_list:last-child {
	border: none;
}

.s_comment_list .star i {
	color: #e83c57;
}

.s_comment_list .star i.inactive {
	color: #c9c9c9; 
}

.season_wr a {
	color: #000;
	border-bottom: 1px solid var(--grey-4);
}

.season_wr a:first-child {
	border: 1px solid #ddd;
	box-shadow:2px 2px 3px #ddd;
	border-radius:10px;
	padding:15px;
}
.season_wr a:hover {
	border: 1px solid #000;
	box-shadow:2px 2px 5px #aaa;	
}

.shop_view_mo_btnWrapper {
	display: none;
}

@media screen and (max-width: 1200px) {
	.shop .shop_view {
		width: 100%;
		flex-direction: column;
	}

	.shop_view_l {
		width: 100%;
	    margin: auto;
	    padding: 0 2rem;
	}

	.shop_view_l form {
		width: fit-content;
		margin: auto;
	}

	.shop_view_mo_btnWrapper {
		display: flex;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 0.5rem;
		background: #fff;
	    z-index: 55557;
	}

	.shop .shop_view .sc_info {
		min-height: 0;
	}

	.sc_img table {
		width: 100%;
	}

	.sc_img img {
		width: 100% !important;
		height: auto !important;
	}

	.shop_view_imgContainer {
		grid: none;
	}

	.shop_view_top {
		top: 4rem;
		padding: 1rem 0;
	}

	.shop_buy_total {
	    position: sticky;
		bottom: 0;
		background: #fff;
		border-top: 1px solid #ddd;
		margin-top: 0;
	}
}

/*상품정보list*/
.product_info {
    display: flex;
    max-width: 70%;
    align-items: center;
    gap: 0.8em;
    padding: 1.2em 1.1em;
    font-size: 1rem;
    font-weight: 400;
}

.product_info img {
	width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 2.5em;
}

.product_info div {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 600;
	font-size: 1.1rem;
}

.product_price {
	display: flex;
    align-items: center;
    padding: 0.875em 1em;
    gap: 0.5em;
}

.product_price b {
	font-size: 1.3em;
	font-weight: 600;
}

/*상품정보view*/
.product_info_view {
    display: flex;
    max-width: 70%;
    align-items: center;
    gap: 0.8em;
    padding: 0.8em;
    font-size: 1rem;
    font-weight: 400;
}

.product_info_view img {
    overflow: hidden;
    flex: 0 0 5em;
}

.product_info_view div {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.1rem;
}

.viewMore {
	display: inline-block;
	color: var(--grey-5) !important;
	margin-top: 0.5em;
	font-size:0.9rem;
	font-weight:300;
}
.viewMore:hover {
	color:var(--teal-5) !important;
}

.quick_sub_btn {
    font-size: 1.5em;
    color: var(--grey-5);
    padding: 0 0.5em;
    margin-right: -0.5em;
}
.community_contents_wr p {
	color: var(--grey-7);
	font-weight:200;
}

.community_contents_wr .quick_sub {
	width: 5rem;
	top: 100%;
    right: 0;
    left: auto;
    transform: none;
	text-align: center;
}


.list_paging {
	display: flex;
    justify-content: center;
	align-items: center;
    margin: 1rem auto;
    width: 100%;
    gap: 1.5em;
	color: var(--grey-5);
}

.list_paging a {
	font: 500 1rem "Montserrat" !important;
}

.list_paging .current {
    color: var(--blk) !important;
    text-decoration: underline;
    font-weight: 600 !important;
}

.community_comment {
	margin-top: 1.25rem;
}

.community_comment li, .comment_wr {
	border-top: 1px solid var(--grey-3);
}

.community_comment li p {
	margin: 0.375rem 0;
	padding: 0 2.5rem;
	color: var(--grey-7);
	font-weight:200;
}

.community_comment li .viewMore {
	padding: 0 2.5rem;
}

#comment_date {
	color: var(--grey-5);
	font: 300 0.9rem "맑은 고딕" !important;
}
.comment_date {
	font: 300 0.9rem "맑은 고딕";
}

.comment_wr {
	display: flex;
	width: 100%;
	justify-content: space-between;

	padding:1rem ;
}

.comment_wr > div {
	flex: 1 1 auto;
}

.comment_wr input[type="text"], .comment_wr textarea {
	font: 400 1rem ;
	letter-spacing:1px;
}

.comment_wr input[type="text"]:focus, .comment_wr textarea {
	border: none;
	outline: none;
}

.comment_txt {
	overflow: hidden;
    text-overflow: ellipsis;
	letter-spacing:1px;
}

.teal-pri-btn {
	border: 1px solid var(--teal-6);
	background: var(--teal-5);
	color: var(--wht);
	border-radius: 0.5rem;
	font: bold 1rem "맑은 고딕" !important;
}



.shop .s_top_cate .member .cart_num {
    position: absolute;
    top: -8px;
    left: 16px;
	background-color: var(--red);
    color: #fff;
    border-radius: 25px;
    width: 22px;
    height: 18px;
	font-weight:600;
}


/*
 * 이미지 image
 */

.image_sort .cash span {
	font-size: clamp(13px, 3vw, 15px);
	color:#000;
	font-weight:400;
}
.image_sort {
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: auto;
	border-bottom:2px #000 solid;
}
.image_sort .cash 
	display:flex;
	align-items: center;
    font-size: 15px;
    color: #bd081c;
    font-weight: bold;
}
.sch_txt {
	min-width: 15rem;
	font-size: 17px;
	font-weight: 400;
}

.user_links *, .image_view * {
	float: none !important;
}

.user_links {
	gap: clamp(0.3rem, 3vw, 1rem);
	font-size: clamp(13px, 3vw, 15px);
	color: #000;
}

.user_links div b {
	font: 600 clamp(13px, 3vw, 15px) "Montserrat";
	color: var(--red);
}

.user_links * {
	margin: 0 !important;
}

.image_select_container {
	display: flex;
	width: fit-content;
	margin: 2rem auto;
	gap: 0.25rem;
}


.image_select_wrapper {
    display: grid;
    width: min(580px, 73vw);
    grid-template-columns: 1fr 1.5fr 1fr;
	border-radius: 7px;
	outline: 1px solid var(--blk, #000);
	align-items: center;
	gap: 0.25rem;
    font-size: 1rem;
	font-weight: 400;
}

.image_select_wrapper select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-size: clamp(0.75rem, 3vw, 1rem);
	font-weight: 700;
	color: var(--blk, #000);
	padding: 1.125rem;
	outline: none;
	border: none;
    background: none;
}
@media screen and (max-width: 1200px) {
	.image_select_wrapper select {
		padding:0.6rem 0.85rem;
	}
}
.image_select {
	position: relative;
}

.image_select:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1.125rem;
    transform: translateY(-0.625rem);
	border-left: 1px solid var(--grey-8, #333);
}

.image_select::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.15rem);
	right: 1.125rem;
	border-left: 0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-top: 0.33rem solid black;
	pointer-events: none;
}

.image_select_wrapper option {
	font-size: 0.875rem;
	font-weight: 400;
	color: var(--grey-7, #666);
	padding: 1em 0;
}

.sch_res_cnt {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 4rem auto 0 auto;
	padding: 0 2rem;
}

.sch_res_cnt p {
	font-size: clamp(0.75rem, 3vw, 1.125rem);
	font-weight: 500;
}

.sch_res_cnt .res_nums {
	font-family: 'Montserrat';
	font-size: clamp(0.95rem, 3vw, 1.25rem);
	font-weight: 600;
}

.filter_container {
	position: relative;
	display: flex;
	align-items: stretch;
	gap: 0.25rem;
}

.filter_container > .rect_btn {
	appearance: none;
	display: flex;
    align-items: center;
    height: 45px;
    padding: 0 1.125rem;
}

.sch_res_cnt .filter_container > .rect_btn:first-child {
	background: 90% 50% url(../img/2023/main/chevron_d.svg) no-repeat;
    padding-right: 2rem;
}

@media (max-width:1200px) {
	.sch_res_cnt {
		padding:0 1rem;
		margin: 2rem auto 0 auto;
	}
}

@media not all and (min-width: 1024px) {
	.filter_container > .rect_btn {
		height:40px;
		padding:0 1rem;
	}
}
.filter_wrapper {
	position: absolute;
    top: 5rem;
    right: 0;
    max-width: 800px;
    width: 100vw;
    z-index: 1;
    background: #fff;
    outline: 1px solid #000;
}

.filter_wrapper > div {
	display: flex;
}

.filter_footer {
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	border-top: 1px solid #000;
}

.filter_body > div {
    width: 33.3%;
    max-height: 25rem;
    overflow-y: scroll;
}

.filter_body > div:not(:last-child) {
	border-right: 1px solid var(--grey-4, #DDD);
}

.filter_body h3 {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 1.25rem;
	padding-bottom: 1rem;
	font-weight: 600;
	line-height: 1;
}

.filter_body ul {
	padding: 0 1.25rem;
}
.filter_body ul li {
	color:#555;
}
#filterTagsContainer {
	display: flex;
	width: 100%;
	overflow-x: auto;
    margin: 1rem 0;
	gap: 0.375rem;
}

#filterTagsContainer button {
    display: flex;
    align-items: baseline;
    font-size: 11px;
    border: 1px solid var(--grey-7, #666);
    border-radius: 9999px;
    padding: 0.5rem;
    line-height: 1;
}

#filterTagsContainer button::after {
	content: 'x';
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 13px;
	line-height: 0;
}

.over_view { 
	position: absolute;
	display: none;
	align-items: flex-end;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1.25rem;
	color: #fff;
	border-radius:10px;
    overflow: hidden;
}
.over_view .ov_title {
	width: 100%;
    flex: 1;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
}
.over_view .ov_btns {
	z-index: 1;
}
.over_view .ov_btns ul { display: flex; }
.over_view .ov_btns li { display: inline;cursor: pointer;margin:0 2px;transition: all ease 0.3s;}
.ov_background {
	position: absolute;
	left:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
	cursor: pointer;
}

.grid .picok_img_box {
	min-width: 290px;
	max-height: 500px;
    object-fit: cover;
	border-radius:10px;
}

.pagination_container {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    color: var(--grey-5, #AAA);
    font-family: Montserrat;
    font-weight: 400;
}

.pagination_container > a {
	padding: 0.5rem;
}

.pagination_container div {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 1rem;
}

.pagination_container a.page {
    display: block;
    width: min(4vw, 1.375rem);
    text-align: center;
    line-height: 1;
}

.pagination_container .page.current {
	color: var(--blk, #000);
	font-weight: 700;
}
.image_bible_tag {
	
}
.image_view {
    display: grid;
    max-width: 1280px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
	grid-template-columns: 70fr 38fr;
}

.image_sort .search {
    float: left;
    font-size: 16px;
	margin:0;
}
.ii_cok {
	font-size: clamp(11px, 6vw, 13px);
    font-weight: 500;
    grid-area: 1 / 2;
    justify-self: end;
}

.ii_cok button {
    padding: 0.75rem 1rem;
}

.image_view > div {
	max-width: 750px;
}

.image_view .image_info {
	padding: 5rem 0;  	
}
@media (max-width:1200px) {
	.image_view .image_info {
		padding: 1rem 0;  	
	}
}
.image_view .image_info .ii_title {
    width: 100%;
    font-size: clamp(21px, 3vw, 25px);
	font-weight:600;
	color:#000;
}

.ii_title_imgInfo {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	font-size: clamp(13px, 3vw, 15px);;
}

.ii_title_imgInfo > div {
	display: flex;
	align-items: center;
}

.ii_title_imgInfo > div:not(:first-child)::before {
	content: '';
	display: inline-block;
	width: 0.25rem;
	height: 0.25rem;
	background: var(--grey-6, #888);
	border-radius: 50%;
	margin: 0 0.5rem;
}

.ii_title_imgInfo .profile_pic {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	overflow: hidden;
	background: #D9D9D9;
}

.ii_title_imgInfo .mont {
	color: var(--grey-6, #888);
	font-size: clamp(13px, 3vw, 14px);;
	font-weight: 400;
}
.ii_design_t {
	font-size:clamp(13px, 3vw, 15px);
	font-weight:600;
}
.image_view .image_info .ii_text {
	color:#555;
	font-size:clamp(13px, 3vw, 15px);
	font-weight: 400;
	margin-top: 3rem;
}

@media (max-width:1200px) {
	.image_view .image_info .ii_text {
		margin-top: 1rem;
	}
}

.ii_text mark {
    display: inline-block;
    color: var(--teal-6);
    font-size: 14px;
    font-weight: 500;
    background: none;
	margin-top: 1.25rem;
	margin-right: 0.25rem;
}

.image_view .image_info, .image_view .image_info .ii_img {
	max-width: 750px;
	width: 100%;
}

.image_view .image_info .ii_img {
	margin: 2rem 0 1.5rem;
}

.image_view .image_info .ii_img * {
	max-width: 100%	!important;
	
}

.ii_tag ul {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem 0.3rem;
}

.image_view .image_info .ii_tag li {
    margin: 0;
	border-color: #eee;
	font-size: clamp(11px, 3vw, 13px);
	font-weight: 400;
	color: var(--grey-7);
	border-radius:50px;
	padding:4px 8px;
}

.download_wrapper {
    height: fit-content;
    max-height: 100vh;
    overflow-y: auto;
    grid-area: 1 / 2;
    position: sticky;
    top: 0;
    padding: 2rem 0;
}

.download_wrapper h3 {
	margin: 1rem 0;
}
.img_down_btn {
	border:1px #000 solid;
}
.img_down_btn:hover {
	background-color:#FFD952;
	box-shadow:2px 2px 2px #ddd;
}

.ii_select {
	padding: 0;
	border-radius: 10px;
	border: 1px solid var(--grey-5);
}

.ii_select li {
	display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem;
}

.ii_select li:not(:last-child) {
	border-bottom: 1px solid var(--grey-3, #DDD);
}

.ii_select li div:nth-child(2) {
	color: color: var(--grey-6, #888);
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 400;
}
.ii_select li b {
	font-size:clamp(13px, 3vw, 15px);
}
.policy_wrapper {
	width: 100%;
	background: var(--grey-0, #FBFBFB);
	padding: 1.2rem;
	margin-top: 1.5rem;
	border:1px #eee solid;
}
.policy_wrapper b {
	font-size:clamp(13px, 4vw, 15px);
}

.policy_wrapper li {
	margin: 0.5rem 0;
	color: var(----grey-7, #666);
	font-size: 0.8rem;
	font-weight: 300;
	letter-spacing: -0.03em;
    line-height: 1;
}

.policy_wrapper li::before {
	content: '';
	display: inline-flex;
	width: 3px;
	height: 3px;
	background: var(--grey-6, #888);
	border-radius: 50%;
}

.policy_wrapper li button {
	display: inline-block;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid var(--grey-4, #DDD);
	font-size: 0.7rem;
}

.related_imgs_container {
	width: 100%;
	height: fit-content;
	overflow-x: auto;
}

.related_imgs_wrapper {
	display: flex;
    width: fit-content;
    margin-top: 1.125rem;
	gap: 1rem;
}

.related_imgs_wrapper a {
	background: var(--grey-2, #EEE);
}

.related_imgs_wrapper a,
.related_imgs_wrapper a * {
	width: clamp(130px, 21.5vw, 175px) !important;
	height: clamp(130px, 21.5vw, 175px) !important;
	margin: 0 !important;
	padding: 0 !important;
    object-fit: cover;
    border: none !important;
	border-radius:5px;
}

.design .related_imgs_wrapper a,
.design .related_imgs_wrapper a * {
	width: clamp(160px, 29.5vw, 240px) !important;
    height: clamp(96px, 17.7vw, 144px) !important;
}

.design .related_imgs_wrapper {
	gap: 15px;
}

#load_image_comment .flex {
	font-size: 1rem;
	font-weight: 600;
}

#load_image_comment .flex span {
	font-size: 1.125rem;
	color: var(--teal-6);
}

.comment_list {
	
	border-bottom: 1px solid var(--grey-2, #EEE);
}

.likeBtn:not(.active) img:nth-child(2) {
	display: none;
}

.active.likeBtn img:first-child {
	display: none;
}

.comment_list:last-child {
	border: none;
}

.comment_write_wr {
	outline: 1px solid var(--grey-3, #DDD);
}

.comment textarea {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

.image_view .people_info {
	width: 100%;
    min-height: auto;
	border-top: 1px solid var(--grey-2, #EEE);
	margin: 0;
	padding: 3rem 0 1.5rem;
	margin-top: 3rem;
	background: #fff;
}

.pi_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 5px;
    border: 1px solid var(--grey-4, #DDD);
    background: var(--grey-0, #FBFBFB);
    padding: 1.125rem;
}

.people_info .pi_container .pi_photo {
	width: 4.5rem;
    height: 4.5rem;
    aspect-ratio: 1 / 1;
}

.image_view .people_info .pi_info {
	width: auto;
	margin: 0;
}

.image_view .people_info .pi_info .pi_name {
	color: var(--grey-9, #222);
	font-size: clamp(0.75rem, 3vw, 17px);
	font-weight: 700;
	max-width: 44vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 1;
}
.pi_name {
	color: var(--grey-9, #222);
	font-size: clamp(13px, 3vw, 15px);
	font-weight: 700;
}

.image_view .people_info .pi_info .pi_text {
	display: flex;
    font-size: clamp(11px, 3vw, 12px);
    color: #555;
}

.pi_text p {
	display: flex;
    align-items: center;
	 font-size: clamp(13px, 3vw, 14px);
	 
}
.pi_text b {
	padding-left:2px;
	color:var(--teal-6);
	 font-size: clamp(13px, 3vw, 14px);
}

.pi_text p:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: var(--grey-6, #888);
	margin: 0 0.5rem;
}

.pi_img_list ul {
	display: flex;	
}

.history_container {
	color: var(--grey-8, #333);
	font-size: 0.875rem;
}

.history_container .pd_log_date {
    color: #999;
    font-size: 13px;
    flex: 1 0 auto;
    text-align: right;
}
.pd_log {
	color:#555;
	font-size:clamp(11px, 3vw, 14px);
}
.pd_log b {
	color:#555;
}
@media screen and (max-width: 1280px) {
	.image_view {
		grid-template-columns: none;
		justify-content: center;
	}

	.image_info {
		padding: 2rem 0;
	}

	.download_wrapper {
		grid-area: auto;
		position: static;
		padding-top: 0;
	    margin-bottom: 2rem;
	}

	.download_wrapper h3 {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.image_sort {
		display: block;
		padding: 0;
	}

	.image_sort > div {
	    width: 100%;
		padding:15px;
		border-top:1px #eee solid;
	}

	.filter_wrapper {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		max-width: 100%;
		width: 100vw;
		height: 100vh;
		z-index: 55556;
	}

	.filter_wrapper .filter_body {
		display: grid;
	    grid-template-rows: 30% 35% 35%;
		max-height: calc(100vh - 230px);
		margin-top:65px;
	}

	.filter_body > div {
		width: 100%;
		border: none;
	}

	.filter_body > div:not(:last-child) {
		border-bottom: 1px solid var(--grey-4, #DDD);
	}
}

@media screen and (max-width: 768px) {
	.image_info .ii_cok  {
		grid-area: auto;
		margin-bottom: 1rem;
	}

	.related_imgs_container {
	    max-width: 95vw;
		padding-left: 1.25rem;
	}

	.related_imgs_container > section {
		position: sticky;
		left: 0;
	}

	.related_imgs_wrapper {
		margin-right: 1.25rem;
	}

	.image_info > div,
	.download_wrapper,
	.comment_container,
	.history_container
	{
		padding: 0 1.25rem !important;
	}

	.image_view .people_info {
		padding: 3rem 1.25rem 1.5rem;
		border-top-width: 7px;
	}

	.pi_container > div:last-child *:not(:first-child){
		display: none;
	}
}

/*
 * design 디자인
 */

.sample_body {
	display: flex;
}

.sample_container {
	max-width: 100%;
}

.sample_list {
    display: flex;
	flex-direction: column;
}

.sample_list .scroll {
	min-width: 230px;
	height: calc(100vh - 4.15rem);
    overflow-y: auto;
    position: sticky;
    top: 0;
	background: #FBFBFB;
}

.sample_list .scroll nav {
	display: flex;
    flex-direction: column;
    position: static;
	min-width: fit-content;
	width: 100%;
	height: calc(100vh - 4.5rem);
	overflow-y: auto;
}

.sample_list .select_box {
	flex: 1 0 auto;
	height: fit-content;
	border-right:1px #ddd solid;
	padding-bottom: 5rem;
}

.sample_list .select_box .select_cate {
	margin: 0 1.25rem;
	padding: 1.2rem 0;
}

.select_noti {
	display: none;
}

.sample_list .content {
	position: relative;
	padding: 0;
}

.sample_list .sample_design {
	border: none;
}

.sample_list .finish_design {
	width: 100%;
	background: #fff;
}

.sample_list .sample_design,
.sample_list .finish_design {
	margin: 0;
	padding: 0;
}

.sample_list .sample_list_div, 
.sample_list .finish_design {
	padding: 0.5rem 0;
	padding: 0 1.25rem;
}
.sample_list .select_box .select_cate ul li {
    font-size: 14px;
    font-weight: 300;
    color: #777;
    line-height: 27px;
    letter-spacing: -0.5px;
}
.sample_top_nav {
    position: sticky;
    top: 0;
	display: grid;
	grid: 1fr / auto-flow;
	border-bottom: 1px solid var(--grey-5, #AAA);
    grid-template-columns: auto auto 1fr;
	z-index: 5;
    background: #fff;
}

.sample_top_nav > div {
	display: flex;
	align-items: center;

}

.sample_cate {
	position: static;
	gap: 1.875rem;
	border: none;
	padding:0 30px;
}

.sample_cate * {
	float: none !important;
}

.sample_cate .sample_cate_sel {
	font-size: 16px;
	font-weight: 400;
	color: var(--grey-7, #666);
	padding: 0 !important;
}

.sample_cate_sel.on {
	font-weight: 700;
	color: #000;
}

.design_view_info {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.sample_list .sd_list .none_sample {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border: 1px solid #777;
	background: var(--grey-0, #FBFBFB);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	font: 600 1.125rem "Pretendard";
	color:#000;
}
.sample_list .sd_list .none_sample:hover {
	border: 1px solid var(--grey-10, #000);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.40);
}


.design_li *:not(.design_li_tags) {
	width: 100% !important;
	height: 100% !important;
}

.design_li *:not(.design_li_tags), #picok_item_view_img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.select_search_wr {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	margin: 1.25rem;
    border: 1px solid;
    background: #fff;
}

.select_search_wr input {
	width: 100%;
	font-size: 0.875rem;
}

.select_items {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.5rem;
	gap: 0.2rem;
	color: var(--teal-6);
	font-size: 13px;
	font-weight: 300 !important;
	border-radius: 9999px;
	
}
.select_items span {
	cursor:pointer;
}

.sample_list .sd_list li {
	border: none;
	width: 100%;
	margin: 0;
	aspect-ratio: 5 / 3;
}

.design_li_tags {
	display: flex;
    width: 100%;
    gap: 0 0.25rem;
    flex-wrap: wrap;
	margin-top: 0.375rem;
	height:20px;
	overflow:hidden;
}

.design_li_tags > div {
	width: fit-content;
	color: var(--grey-5, #999);
	font-size: clamp(12px, 3vw, 13px);
	font-weight:300;
	letter-spacing:-0.5px;
	font-family:맑은 고딕;
	font-size:12px;

}

.select_box_bt {
	width: 100%;
    border-top: 1px solid #000;
    padding: 1rem;
    background: #fff;
}

.sample_mo_top {
	position: relative;
}

#sample_mo_cate {
	display: none;
	position: absolute;
	top: 0;
	background: #fff;
	width: 100%;
	height: calc(100vh - 4.25rem);
	z-index: 55556;
    overflow-y: auto;
	padding: 1rem;
}

@media (max-width: 1920px) {
	.sample_list .sd_list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1200px) {
	.sample_list .sd_list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.sample_list .sd_list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 500px) {
	.sample_list .sd_list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.sample_list .sd_list .sd_list_icon {
	width: 100%;
	height: calc(100% - 1.625rem) !important;
	justify-content: flex-end;
	background: none;
    color: #fff;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
}

.sample_list .sd_list .sd_list_icon > span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
    padding: 1rem;
    z-index: 1;
}

.sample_list .sd_list .sd_list_icon p {
	width: 100%;
}

.sample_list .sd_list .sd_list_icon > div {
    position: absolute;
    bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}

.sample_list .sd_list .sd_list_icon button {
	flex: 1 0 2rem;
    max-width: 2rem;
    max-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.80);
    aspect-ratio: 1 / 1;
}

.sample_list .sd_list .sd_list_icon img {
	width: 1rem !important;
    height: 1rem !important;
}

.mo_cate_list_container {
	margin: 0;
	padding: 0;
}

.mo_cate_list_container li {
	padding: 0.875rem 0.5rem;
    border-top: 1px solid #ddd;
}

.mo_cate_list_container li > div {
	font-size: 15px;
	font-weight: 700;
}

.mo_cate_list {
	display: none;
}

.mo_cate_list a {
    display: block;
    color: var(--grey-6, #888);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2;
}

.review_photo .review_write textarea {
width: 100%;
	
}

.design_review_t {
	font-size: clamp(1.75rem, 3vw, 2.625rem);
}

.design_review_pt,
.comment_v_t {
    width: 100%;
	max-width: 1050px;
	margin: auto;
	padding: 1.25rem;
	text-align: center;
}

.design_review, .design_review_list {
	max-width: 1050px;
    width: 88%;
	margin: auto;
}

.designSlideDiv {
	max-width: 1050px;
    width: 95%;
	display: flex;
    align-items: center;
	margin: auto;
 }

.swiperNav {
	display: flex;
    justify-content: space-between;
	position: absolute;
    width: 100%;
	height: 43px;
    left: 0;
    z-index: 2;
}

.afterSlideBgImg {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}

.design_review_list {
    margin: 5rem auto;
}

.design_review_list .s_comment_list .star {
	display: flex;
	gap: 0.125rem;
}

.design_review_list .paging_area { 
	max-width: 100%;
    overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media screen and (min-width: 1024px) {
	.sample_container {
		width: 100%;
	}

	.sample_list .finish_design {
		width: calc(100vw - 17.625rem);
	}

	.sample_mo_top {
		display: none;
	}
}

@media screen and (max-width: 1024px) { 
	.sample_top_nav {
		display: none;
	}

	.sample_mo_top,
	.sample_body {
		display: block;
	}

	.sample_list .scroll {
		position: relative;
		width: 100%;
		max-height: 4.375rem;
		overflow: hidden;
		z-index: 55555;
	}

	.sample_list .scroll nav {
		height: calc(100vh - 10rem);
		overflow: hidden;
	}

	.sample_list .sample_list_div,
	.sample_list .finish_design {
		padding: 0;
	}

	.sample_list .sd_list {
		justify-content: center;
	}

	.finish_design section {
		margin: auto;
	}

	.select_box_bt {
		position: fixed;
		bottom: 0;
		display: none;
	}
	
	.finish_design {
		padding: 1.25rem !important;
	}

	.finish_design .grid {
		margin: auto;
	}

	.finish_design .grid-item {
	    margin: 0.75rem 0;
	}

	.design_review_list .scl_img {
		margin-right: 1rem;
		margin-top: 0.5rem;
	}

	.design_review_list .scl_title,
	.design_review_list .s_comment_list .star {
	    float: none;
		margin-left: 0;
	}

	.design_review_list .s_comment_list .no,
	.design_review_list .s_comment_list .date {
		display: none;
	}

}

/*
 * 콘텐츠 contents
 */

.contents {
	position: relative;
	display: flex;
}

.contents .cate_area {
	position: sticky;
	top: 0;
	left: 0;
	width: 17rem;
	height: fit-content;
	max-height: calc(100vh - 5rem);
	background: #fff;
	color: #000;
	padding: clamp(1.25rem, 10vw, 1.7rem);
	overflow-y: auto;
	    flex: 1 0 17rem;
}
.contents .cate_area .search_bar {
	background-color:#f1f1f1;
	border-radius:50px;
}
.contents .cate_area .search_bar input {
	width: 100%;
	background:none;
	font-size:14px;
}
.contents .cate_area .cate_t {
	font-weight:700;
	letter-spacing:-0.5px;
	font-size:24px;
}
.cont_main_area {
	max-width: 84vw;	
}

.cont_swiper_container,
.cont_main_area nav {

	margin: auto;
}

.cont_swiper_container .swiper {
	margin: 1.125rem 0 1.25rem; 
}

.cont_swiper_container .swiper-slide {
	display: flex;
	align-items: center;
	gap: max(2vw, 1rem); 
	color: #fff;
}



.cont_main_area nav {
	display: flex;
	justify-content: space-between;
}

.contents .content_main {
	max-width: calc(100vw - 18.25rem);

	padding: 1.25rem 3rem;
}




.cate_area .cate .cate_container{
	border-bottom: 1px solid var(--grey-5, #AAA);
    margin-bottom: 0;
    padding:0 5px 15px; 5px;
}

.cate_area .cate .filter_cate_container > li {
	border-bottom: 1px solid var(--grey-5, #AAA);
    margin-bottom: 0;
    padding:20px 5px;
}

.contents .cate_area .cate_container li {

    padding:5px 0;
    border: 0;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    font-family: "pretendard";
    letter-spacing: -1px;
	color:#333;
}
.contents .cate_area .cate_container li.on {
	font-weight:700;
	color:#000;
	font-size:17px;
}

.con_list_array {
    position: static;
}

.search_bible_pop {
	display: none;
	max-height: 9rem;
	overflow-y: auto;
	margin-top: 1rem;
}

.sbp_list, .season_list {
	color: var(--grey-7, #666);
	background:#fff;
	padding: 0.375rem 0.75rem;
}

.cate_area .cate .sbp_list li,
.cate_area .cate .season_list li {
	font-size: clamp(0.625rem, 4vw, 0.875rem);
	font-weight: 300;
	padding: 0.25rem 0;
	border:0;
	font-family:"pretendard";
}

.c_list ul {
	width: fit-content;
	display: grid;
    grid: 1fr / repeat(6, 1fr);
	gap: 2rem;
	padding-left: 3vw;
}

.c_list li {
	width: auto;
	height: auto;
	margin: auto;
}
.c_list li .cl_brand {
	padding:10px;
	padding-bottom:0;
	font-size: clamp(12px, 3vw, 13px);
}
.c_list li .cl_title {
	margin: 10px;
    height: 40px;
    font-weight: 500;
    font-size: clamp(12px, 3vw, 14px);
    cursor: pointer;
	overflow:hidden;
	letter-spacing:-0.5px;
    flex: 1 0 auto;
}
.c_list li .cl_bible {
    color: var(--teal-6);
    margin: 10px;
    font-size: clamp(11px, 3vw, 12px);
    height: 30px;
}
.c_list li .cl_cate {
	 font-size: clamp(12px, 3vw, 14px);
	 padding:0 10px;
	 margin:0;
	 letter-spacing:-0.5px;
}
.c_list li .cl_cate span {
	font-weight:600;
}
.c_list li .cl_info_area {
    margin-top: 15px;
    color: #777;
    text-align: center;
    font-size:  clamp(12px, 3vw, 13px);
    background-color: #f5f5f5;
	letter-spacing:-0.5px;
	padding:10px 10px;
	display: flex;
	justify-content: space-around;
}
.c_list li .cl_info_area b {
	color:#333;
	font-weight:600;
}

.filter_cate_title {
	display: flex;
    justify-content: space-between;
    font-size: clamp(16px, 3vw,18px);
    font-weight: 600;
    line-height: 1;
	color:#000;
}

.cont_main_area .scate_title {
	position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.cont_main_area .scate_title h1 {
	font-weight: 600;
}


@media screen and (max-width: 1024px) {  
	.c_list ul {
		grid: 1fr / repeat(4, 1fr);
	}

	.contents .content_area {
		padding: 0 1.25rem !important;
	}
}


/*쇼핑리스트*/
.shop_scate_wrap {margin-top:clamp(10px, 3vw, 30px); padding: 0 1.25rem;}
.shop_scate_wrap .shop_scate {display:table;width:100%;background:#fff;padding:1rem 0;box-sizing:border-box;
border-top:1px #000 solid; border-bottom:1px #ddd solid;}
.scate_title {
	position: relative;
	display: flex;
	width: fit-content;
	gap: 1rem;
	margin: 2.5rem auto;
	font-size:clamp(20px, 3vw, 32px);
	font-weight:500;
	letter-spacing:-1px;
	text-align:center;
	font-family:pretendard;
	}
@media (max-width:1200px) {
	.scate_title {margin: 0.5rem auto;font-weight:600;}
}
.scate_chk {display:table-cell;}
.scate_chk li {display:inline-block;
	width: fit-content;
padding: 0 1rem;
line-height: 2.5;}
.scate_chk li:first-child {margin-left:0;}
.scate_chk li .check {display:inline-block;vertical-align:middle; }
.scate_chk li .scate {
	display:inline-block;
	vertical-align:middle;
	font-size:clamp(13px, 3vw, 15px);
	color:#111;
	font-weight:400;
}
.shop_list li .sl_coupon  {
    display: flex;
	width:37px;
	justify-content: center;
	align-items: center;
    background-color: var(--red);
    color: #fff;
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    padding: 0 5px;
	font-family:"pretendard";
}
.shop_list li .sl_soldout {
    display: flex;
	width:37px;
	justify-content: center;
	align-items: center;
    background-color: #aaa;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    padding: 0 5px;
	font-family:"pretendard";
}
.soldOut {
    display: flex;
	width:37px;
	justify-content: center;
	align-items: center;
    background-color: #aaa;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    padding: 0 5px;
	font-family:"pretendard";
}
.shop_list_best ul, .shop_list ul {
	width: fit-content;
	margin: auto;
	padding: 1.25rem;
	gap: 1.75rem 1rem;
}

.shop_list_best li .img,
.shop_list li .img,
.sl_subtag,
.shop_list_best li .sl_title,
.shop_list li .sl_title {
	max-width: 40vw;
	height: auto;
}
.shop_list li .best_item {
    width: 57px !important;
    position: absolute;
    top: 10px;
    left: 10px;
}

.shop .shop_list_tab_line {
    position: relative;
    margin-top: 60px;
    margin-bottom: 70px;
    border-bottom: 1px #ddd solid;
}

@media (max-width:600px) {
   .shop_list li .best_item{
		width: 50px !important;
		top: 5px;
		left: 5px;
	}
	.shop .shop_list_tab_line {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.main_price_percent {
	color: var(--red, #FC2626);
	font-size: clamp(11px, 4vw, 15px);
}
.main_price_percent b {
	font-size: clamp(18px, 4vw, 13px);
	font-weight:700;
}

.scate_sub_cate_wr li {
	font-family:"pretendard";
	font-weight:300;
	cursor:pointer;
}
.scate_sub_cate_wr li:hover {
	color:#111;
	font-weight:400;
	transition: all ease 0.2s
}


@keyframes sl_coupon {0% {background-color:blue} 100% {background-color:red}}

/*쇼핑VIEW*/

#order_form {
  border-top: 1px solid var(--grey-3, #DDD);
}

#opt_item {
	width:100%;
	background: transparent url("../img/2023/br_down.png") no-repeat 95% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	padding: 10px 10px;
	border:1px solid #d1cbcf;
}
.sc_subtag {margin-top:12px;}
.sc_subtag span {
color: var(--teal-6);
font-size: 14px;
font-weight: 200;
background: none;
}
.sc_prcieWrap {position:relative;}
.shop .shop_view .sc_tip {border-top:4px solid #2fb7a1}
.tip_mentbox {padding-bottom:8px;}
.tip_mentbox img {vertical-align: middle;}
.tip_mentbox span {display: inline-block;margin-top: 5px;vertical-align: middle;font-size:20px;font-weight: 500;color: #000;}

.shop_view_detail iframe {max-width: 100% !important;}
.sc_img  {
	max-height: 1500px;
	overflow: hidden;
}

.shop .shop_view {
	max-width: 1280px;
width: 100%;
padding-top: 0;
}

.shop_view_l {
	max-width: 53rem;
	width: 100%;
	border-right: 1px solid #ccc;
}

.sv_title {
	font-size: clamp(22px, 4vw, 30px) !important;
	font-weight: 500;
	margin: 3rem 1.25rem 1.25rem;
	letter-spacing:-0.5px;
}
@media (max-width:1200px) {
	.sv_title {margin:0;}
}

.shop_view_r {
	max-width: 24rem;
	width: 100%;
	padding: 0;
	background: #fff;
}

.shop_view_r .mo_controller {
	display: none;
	border-radius: 10px;
	background: #D9D9D9;
	width: 45px;
	height: 3px;
	margin: 0 auto 0.875rem;
}

.shop .shop_view .sc_info {
	min-height: auto;
	border: none;
	padding: 1.25rem 0;
}

.sc_viewMore {
	display: flex;
align-items: flex-end;
justify-content: center;
position: absolute;
bottom: 0;
width: 100%;
height: 22rem;
z-index: 4;
background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
padding-bottom: 1rem;
}

.sc_img.viewActive {
	max-height: max-content;
overflow: visible;
}

.viewActive .sc_viewMore {
	background: transparent;
}



.shop .shop_view .sc_title {
	margin: 0
}

.sc_subtag {
	margin: 0;
	margin-bottom: 1.25rem;
}

.shop .shop_view .sc_info .shop_buy_list {
	border-bottom: 1px solid var(--grey-1, #F2F2F2);
background: var(--grey-0);
margin: 0;
padding: 1rem 1.5rem;
}

.shop .shop_view .sc_info .shop_buy_list .sbl_title {
	margin-bottom: 1rem;
}



.shop .shop_view .sc_info .shop_buy_total {
	padding-bottom: 0;
}

.shop_buy_btn {
	width: 50% !important;
	background: #000 !important;
	color: #fff !important;
	padding: 1.125rem !important;
	border-radius: 0.5rem !important;
	border: none !important;
	font-weight:600;
	font-family: 'Pretendard' !important;
	font-size:clamp(16px, 4vw, 18px);
}

.shop_cart_btn {
	/*width: 70px !important;*/
	width: 50% !important;
	display: flex !important;
	justify-content: center !important;
	padding: 1.2rem !important;
	border-radius: 0.5rem !important;
	background: #fff !important;
	border: 1px solid #333 !important;
	color: #000 !important;
}
.shop_cart_btn:hover {
	box-shadow: 2px 3px 3px #ddd;
	border: 1px solid #000 !important;
}

@media screen and (max-width: 1200px) {
	.shop_view_l {
		border-right: 0;
		padding: 1.25rem;
	}

	.shop_view_r {
		max-height: 60vh;
		position: fixed;
		top: auto;
		bottom: 0;
		max-width: 100%;
		z-index: 55556;
		padding: 1rem;
		border-radius: 0.75rem 0.75rem 0 0;
		transition: bottom .3s;
		overflow: auto;
		border: 1px solid #d9d9d9;
	    padding-bottom: 4rem;
	}

	.shop_view_r .mo_controller {
		position: sticky;
		top: 0;
		display: block;
	}

	.related_imgs_container {
		padding: 0
	}
}

@media screen and (max-width: 1023px) {
	.shop_view_top {
	    top: 4rem;
	}
}

.shop_story_t {
	font-size: clamp(18px, 3vw, 22px);
	font-weight:600;
}
.shop_story-c {
	font-size: clamp(13px, 3vw, 15px);
	font-weight:300;
}
.shop_view_top {
	position: sticky;
    top: 0;
	width:100%;
    z-index: 1;
	background-color:#fff;
	padding:1.25rem;
}
.shop_view_top li {
	font-size: clamp(12px, 3vw, 14px);
}
.shop_view_top li.on {
	font-weight:700;
}
.shop_view_top li b {
	color:var(--teal-5);
	font-weight:700;
}

.order_list_view_act {
    color: #000 !important;
    font-weight: 600 !important;
}

/*디자인 샘플리스트*/
	.top_ad {position:fixed;width:100%;z-index:999;}
	.top {position:fixed;top:48px;background-color:#fff;z-index:9999;}
	#loading, #loading2 { display:none; }
	/* .modal { width: auto;max-width: 1000px;padding: 0; } */
	.design_preview_modal { max-width: 750px !important;height:auto;padding: 0 !important; }
	.modal a.close-modal { z-index: 9 !important; }

	.orderby_list { display:none; }

	.grid-item { margin:10px; }
	.ok_list_img { width: auto;margin:0 auto;text-align:center;background-color:#fff; }
	.grid-item .ok_list_img img { max-width: 230px; }
	.ok_list_t { background: #fff;border-top: 1px solid #ebebeb;padding: 18px; font-size:13px;color:#555;font-weight:300}
	.fd_list_txt {font-size:12px}
	.finish_design { background-color:#f7f7f7; }
	/* .sample_design { background-color:#000; } */



	/* .slider .img_viewer { background-color:#000; } */
	.slider {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.img_viewer table { margin:0 auto; }

	.viewSelect { float: left;margin: 5px 0 0 20px;padding-top: 10px; }
	.select_cate_list {
		display:flex;
		flex-wrap: wrap;
	}

.design_s_menu {
	padding:30px;
	padding-bottom:0;
	
}
.design_view_type li {
	font-weight:400;
}

.gallery-controls {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 0.5rem;
}

.gallery-controls button {
	width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #ffffffa3;
    font-size: 0.875rem;
    font-family: "montserrat";
    font-weight: 900;
	border-radius: 50%;
	opacity: 0.6;
}

.gallery-controls .arrow-left {
	position: static;
	width: 13px;
    height: 13px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
	margin-left: 0.75rem;

}

.gallery-controls .arrow-right {
	position: static;
	width: 13px;
    height: 13px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
	margin-right: 0.75rem;
}

.design_preview_thumbs {
	position: relative;
	display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
	padding: 0.5rem 0;
    z-index: 1;
}

.gallery-controls button:hover {
	opacity: 1;
}

.design_preview_thumbs li {
	cursor: pointer;
}

@media (max-width:1200px) {
	.design_view_cate  {width:100%;}
	.design_s_menu {display:none}
	.design_view_type {width:100%;}
	.design_view_type>ul {margin-right:15px;}
	.design_preview_modal {padding: 0 !important;}
	.design_preview_thumbs {padding: 0.5rem; gap: 0.25rem}
}

.design_s_menu a {
	font-size:14px;
	font-weight:bold;
	color:#aaa;
	font-family:맑은 고딕;
	letter-spacing:-0.5px;
}
.design_s_menu a:hover {
	color:#000;
}
.design_s_menu a.on {
	font-weight:600;
	color:#000;
}

/*디자인 샘플 필터*/

.left_cate_list { display: none; }
.left_cate_list.keep { display: block !important; }

.select_tags { display:none; }
.check_img { pointer-events:none; }

.left_cate_list label { width:100%;display:block;cursor:pointer; }
.design_filter_reset {
	border:1px #ddd solid;
	background-color:#fff;
	border-radius:5px;
	color:#000;
	width:70px;
	height:30px;
}

/*디자인 샘플 상단메뉴*/
.design_top_my {
	border-left:1px #ddd solid;
	padding:23px !important;
}
.design_top_my a {
	font-size:clamp(14px, 3vw, 16px);
}
.design_top_my a b {
	color:var(--red);
}
.sample_mo_top a b {
	color:var(--red);
}
.design_top_my a.design_guide {
	color:#00396F;
	font-weight:700;
}


/*
 * 기획전 season/index.php
 */

.season .sea_list {
	max-width: 1200px;
    width: 100%;
    padding: clamp(1.25rem, 3vw, 3.75rem);
}

.season .sea_tab {
	max-width: 1200px;
    width: 100%;
	margin-bottom: clamp(1.5rem, 4vw, 4.375rem)
}

.season .sea_tab ul li,
.season .sea_tab ul li.hover {
	width: 25% !important;
    height: auto !important;
    line-height: 1 !important;
	font-size: clamp(0.625rem, 3vw, 1.25rem);
	padding: clamp(0.5rem, 2vw, 1.25rem);
	z-index: 1;
}

.shop_list_season ul {
	display: grid;
    grid: auto-flow / repeat(4, 1fr);
    gap: clamp(1rem, 4vw, 2rem);
}

.shop_list_season li {
    width: fit-content;
    height: 100%;
    aspect-ratio: 100 / 163;
	margin: auto !important;
    padding-bottom: 1.5rem;
}

.shop_list_season li .img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.shop_list_season li .sl_title {
	width: 100%;
}

.c_list_season ul {
	display: grid;
    grid: auto-flow / repeat(5, 1fr);
    gap: clamp(1.25rem, 4vw, 2.5rem);
}

.c_list_season li,
.sample_list .season_sd_list li {
    width: 100%;
	margin: 0 auto;
}

.c_list_season li .img {
	width: 100% !important;
}

.c_list_season li .img img {
    object-fit: cover;
}

.sample_list .season_sd_list {
	display: grid;
    grid: auto-flow / repeat(3, 1fr);
	gap: 1.25rem;
}

.sample_list .season_sd_list li div {
	width: 100% !important;
    height: fit-content !important;
}

.season_more {
	margin-top: 3rem;
}


@media screen and (max-width: 1080px) {
	.shop_list_season ul,
	.c_list_season ul {
		grid: auto-flow / repeat(3, 1fr);
	}
}

@media screen and (max-width: 1024px) {
	.season .sea_tab {
		position: sticky;
		top: 4.125rem;
		z-index: 1;
	}
}

@media screen and (max-width: 768px) {
	.shop_list_season ul,
	.c_list_season ul,
	.sample_list .season_sd_list {
		grid: auto-flow / repeat(2, 1fr);
	}

	.shop_list_season li .sl_price > div {
		font-size: clamp(0.625rem, 3vw, 0.875rem) !important;
	}

	.shop_list_season li {
		aspect-ratio: auto;
	}
}

@media screen and (max-width: 500px) {
	.sea_select select {
		border: 1px solid #000;
	}
}



/*
 * 검색결과 search.result
 */

.search_word {
	width: 100%;
	padding-top: clamp(1.25rem, 3vw, 3.75rem);
	font-size: clamp(1.25rem, 3vw, 2rem);
	text-align: center;
}


/*
 * 나의 콕 서랍 mycok
 */

.my_cok_wrap {
	width: 100% !important;
}

.my_cok_wrap .search_range_wrap {
	width: 100%;
}

.my_cok_wrap .search_range {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-template-rows: masonry;
	grid-gap: 2rem;
}

.my_cok_wrap .search_range li {
	width: 100%;
}

.cok_info {
	display: grid;
    grid: auto-flow / auto 1fr;
    margin-top: 0.5rem;
    gap: 0.25rem;
}

.cok_type {
	height: fit-content;
}


/*
 * 이벤트 event
 */

.shop_event_t {
    font-size: clamp(2rem, 3vw, 2.8125rem);
}

.shop_e_view_img {
	width: 100%;
    max-width: 1220px;
	padding: 1.25rem;
	margin: 1.5rem auto;
	padding-top: 1.5rem;
	border-top:1px #eee solid;
	text-align: center;
}

#event_cmt_div {
	width: 100%;
    max-width: 1220px;
	padding: 1.25rem;
	margin: 0 auto;
}

#btn_div {
	width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2.5rem;
	padding: 1.25rem;
}

#event_cmt_div .comment_list {
	word-break: break-all;
}

@media screen and (max-width: 1024px) {
	.comment .comm_btn_b {
		padding: 0.375rem 0.5rem;
	}

	#event_cmt_div .comment_btns {
		display: flex;
		gap: 1rem;
		margin-top: 0.5rem;
	}

	#event_cmt_div .comment_btns span {
		margin: 0;
	}
}


/*
 * 마이페이지 mypage23
 */

#cash_layer2 {
	max-width: 750px;
    overflow: hidden;
}


@media screen and (max-width: 768px) {
	#cash_layer2 .pop_table {
		width: 100%;
	}

	#cash_layer2 .pop_table tbody {
		display: block;
	}

	#cash_layer2 .pop_table tr {
		display: grid;
		grid: 1fr / 6rem 1fr;
		align-items: center;
		width: 100%;
	}

	#cash_layer2 .pop_table th {
		display: block;
		width: 100% !important;
		padding: 0.5rem;
	}

	#cash_layer2 .pop_table td {
		display: block;
		width: 100%;
	}

	#cash_layer2 .pop_table input {
		width: 100%;
	}
}


/*
 * 제휴페이지 - 고신,꿈미 성경학교
 */

.vbs_container {
	width: 100%;
}

.vbs_top_banner {
	
}

.vbs_introduce {
    text-align: center;
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    margin: 3.5em 1em;
}

.vbs_list_wrapper {
	max-width: 1238px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.vbs_list_wrapper menu {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    grid-gap: 1.25rem;
    margin: 0;
    padding: 0;
}

.vbs_list_wrapper .shop_list li > div {
    width: fit-content;
    margin: auto;
}

.vbs_list_wrapper menu.design_wrapper {
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
}

.vbs_t {
    font-size: clamp(1rem, 3vw, 1.25rem);
    font-weight: bold;
    color: #0062d1;
    text-align: center;
    border: 1px solid #0062d1;
    padding: 0.75rem 0;
    width: 350px;
    max-width: 60%;
    margin: 2rem auto;
    border-radius: 9999px;
}
.vbs_t_r {
    color: #ed1c24;
	border: 1px #ed1c24 solid;
}

.vbs_t span {font-size:15px;color:#333;font-weight:normal}

.vbs_list_wrapper .shop_list li table * {
	width: 100% !important;
	height: auto !important;
}

.sl_sub {
	color: #32bbc0;
	font-size: 13px;
	font-family: 'Nanumbarungothic';
	text-align: center;
}
.org_price {
	text-decoration: line-through;
	color: #aaa;
	display: inline;margin-right: 10px;
}

.vbs_container .shop_list .img,
.vbs_container .sl_title {
	width: 100%;
}

.vbs_container .sd_list_icon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	z-index: 4;
	bottom: 0;
}

.vbs_container .sd_list_icon span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1rem;
    z-index: 1;
}

.vbs_container .sd_list_icon p {
    width: 100%;
    line-height: 4;
	cursor: pointer;
}

.vbs_container .sd_list_icon span button {
	flex: 1 0 2rem;
    max-width: 2rem;
    max-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.80);
    aspect-ratio: 1 / 1;
}

.vbs_container .sd_list_icon div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);	
	cursor: pointer;
}
.vbs_container .sd_list_icon img { cursor:pointer; }

.main_right_banner_vbs {position:absolute;top:220px;left:150px;z-index:9999;}

@media screen and (max-width: 1024px) {
	.vbs_top_banner {
		height: 40vh !important;
		background-size: cover !important;
	}
}

@media screen and (max-width: 768px) {
	.vbs_list_wrapper menu {
		grid: auto-flow / repeat(2, 40vw);
		width: fit-content;
		margin: auto;
	    grid-gap: 1rem;
	}
}

@media screen and (max-width: 600px) { 
	.shop_list li .sl_price {
		display: grid;
		grid: 1fr / auto 1fr;
		margin-top:0;
		margin-bottom:0;
	}

	.shop_list li .shop_price_s {
		grid-area: 2 / 2;
		margin: 0;
		line-height: 1;
	}

	.shop_list li .shop_price_s .num1 { 
		margin: 0;
	}
}


/*디자인주문 가이드*/
.design_order_guide {width:950px;margin:0 auto;}
@media (max-width:1200px) {
	.design_order_guide {width:100%;padding:0 20px;}
}
.design_guide_tab li {
	border:1px #ddd solid;
	width:49%;
	text-align:center;
	font-size:clamp(14px, 3vw, 18px);
	padding:15px 0;
	color:#999;
	cursor:pointer;
}
.design_guide_tab li:hover {
	border:1px #111 solid;
	color:#111;
}
.design_guide_tab li.on {
	background-color:#111;
	color:#fff;
	font-weight:600;
}
.design_order_guide .guide_text {
	margin-bottom:15px;
}
.design_order_guide .guide_text .num {
	color: #FFDF2C;
	font-family: montserrat;
	font-size: clamp(18px, 3vw, 24px);
	font-weight:600;
}
.design_order_guide .guide_text .text {
	font-size: clamp(16px, 3vw, 18px);
	font-weight:600;
}
.design_order_guide .guide_text .text-red {
	color:var(--red);
	font-size: clamp(12px, 3vw, 14px);
}
.design_order_guide  .guide_img img {
	border:1px #ddd solid;
}


/*
 * 스토리
 */

#story .content {
	width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.5rem 1.25rem;
}
.renew_story table {
	width: 100% !important;
}

.renew_story td:has(.event_box) {
	display: grid;
    grid: auto / 1fr 1fr;
	gap: 1.25rem;
}

.renew_story .event_box {
    float: none;
    max-width: 500px;
    width: 100%;
	margin: auto;
}

.renew_story .event_box .event_img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1023px) {
	.renew_story > div {
		padding: 0 !important;
	}

	.renew_story > div * {
		font-size: 1rem !important;
	}
}

@media (max-width: 520px) { 
	.renew_story td:has(.event_box) {
		grid: auto / 1fr;
	}
}




.highlight, .highlight2 {
	position: relative;
	display: inline-block;
	font-weight: 600;
	padding: 0 3px;
}
.highlight::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.25em;  /* 텍스트 아래쪽에서의 위치 조정 */
	height: 0.5em;  /* 하이라이트의 높이 */
	background-color: #ffd952;  /* 노란색 배경 */
	z-index: -1;  /* 텍스트 뒤로 보내기 */
}

.highlight2::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.45em;  /* 텍스트 아래쪽에서의 위치 조정 */
	height: 0.5em;  /* 하이라이트의 높이 */
	background-color: #ffd952;  /* 노란색 배경 */
	z-index: -1;  /* 텍스트 뒤로 보내기 */
}


.header_section {
	min-width: 1450px;
}

@media screen and (max-width: 1750px) {
	.shopTopMenu {

	}
	.shopMenuList {
		justify-content: start;
	}
	.shopMenuList1,
	.shopMenuList2 {
		margin-left: 30px;
	}
	.shopMenuList1 > li {
		margin-top: 15px;
		margin-bottom: 9px;
	}
	.shopMenuList2 > li {
		margin-top: 9px;
		margin-bottom: 15px;
	}
	.shop_search {
		height: 30px;
		line-height: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.header_section {
		min-width: 100%;
	}


}

.mobile_season_menu > a {
	font-size: 20px;
	font-weight: 600;
}

.mobile_season_menu .highlight2 {
	font-size: 20px;
	font-weight: 600;
}
