﻿/* ------------------------------------------------------------------------------------------------------------------------ header 전체 페이지 필요*/ 



:root {
    /*--------------------------------회색조------------------------------------*/
	--cn_color_0: #111;
	--cn_color_1: #fff;
	--cn_color_2: #000;
	--cn_color_3: #222;
	--cn_color_4: #333;
	--cn_color_5: #666;
	--cn_color_6: #999;
	--cn_color_7: #ccc;
	--cn_color_8: #ddd;
	--cn_color_9: #eee;
	--cn_color_10: #f1f1f1;
	--cn_color_11: #f5f5f5;
	--cn_color_12: #f8f8f8;
	--cn_color_13: #f9f9f9;
	--cn_color_14: #fbfbfb;
	--cn_color_15: #ededed;
	
	--cn_color_23: #757575;
	--cn_color_24: #dbdbdb;
	
	
	/* 페이지 배경(톱니 컷아웃에 사용) */
	 --bg: #edf2f5;
	
	 /* 쿠폰 그라데이션 색상 */
	 --g1: #6e8591;   /* 상단 */
	 --g2: #4e6570;   /* 중간 */
	 --g3: #3f5964;   /* 하단 */
	 
	/*--------------------------------회색조------------------------------------*/
	
	
	/*--------------------------------컬러------------------------------------*/
	--cn_color_16: #1C6043;
	--cn_color_17: #C9E097;
	--cn_color_18: #d03935;
	--cn_color_19: #fffacd;
	--cn_color_20: #550de4;
	--cn_color_21: #8457F6;
	--cn_color_22: #0088cc;
	
	/*--------------------------------컬러------------------------------------*/

	

	/*--------------------------------사이트 조합 색상------------------------------------*/
	--cn_color_101: #B8E7E7; /*184,231,231*/
	--cn_color_102: #A5DCD7; /*165,220,215*/
	--cn_color_103: #7FC0B7; /*127,192,183*/
	--cn_color_104: #2C887C; /*44,136,124*/
	--cn_color_105: #1C6043; /*28,96,67*/
	--cn_color_106: #C9E097; /*201,224,151*/

		/* 위에 값 RGB로 변환한 값 */
		--cn_rgb_101: 184,231,231;
		--cn_rgb_102: 165,220,215;
		--cn_rgb_103: 127,192,183;
		--cn_rgb_104: 44,136,124;
		--cn_rgb_105: 28,96,67;
		--cn_rgb_106: 201,224,151;
		/* 위에 값 RGB로 변환한 값 */


	/*--------------------------------사이트 조합 색상------------------------------------*/
	

	/* derived */
    --bg:#ffffff;
    --text:#1f2937;
    --muted:#6b7280;
    --line:#e6e8f0;
    --brand:var(--cn_color_104);
    --brand-weak:color-mix(in srgb, var(--cn_color_101) 60%, #fff 40%);
    --chip:#f4f7f6;
    --chip-border:#e2eceb;
    --accent:var(--cn_color_106);
	


	/*--------------------------------font-size------------------------------------*/
	--cn_fontsize_1: 1px;
	--cn_fontsize_2: 2px;
	--cn_fontsize_3: 3px;
	--cn_fontsize_4: 4px;
	--cn_fontsize_5: 5px;
	--cn_fontsize_6: 6px;
	--cn_fontsize_7: 7px;
	--cn_fontsize_8: 8px;
	--cn_fontsize_9: 9px;
	--cn_fontsize_10: 10px;
	--cn_fontsize_11: 11px;
	--cn_fontsize_12: 12px;
	--cn_fontsize_13: 13px;
	--cn_fontsize_14: 14px;
	--cn_fontsize_15: 15px;
	--cn_fontsize_16: 16px;
	--cn_fontsize_17: 17px;
	--cn_fontsize_18: 18px;
	--cn_fontsize_19: 19px;
	--cn_fontsize_20: 20px;
	--cn_fontsize_21: 21px;
	--cn_fontsize_22: 22px;
	--cn_fontsize_23: 23px;
	--cn_fontsize_24: 24px;
	--cn_fontsize_25: 25px;
	--cn_fontsize_26: 26px;
	--cn_fontsize_27: 27px;
	--cn_fontsize_28: 28px;
	--cn_fontsize_29: 29px;
	--cn_fontsize_30: 30px;
	/*--------------------------------font-size------------------------------------*/

}

[hidden]{ display:none !important; }

body{
	background:#f2f2f2;
	
}

button{
	cursor:pointer;	
}

.bg_1{
	background:var(--cn_color_101);
}

.bg_2{
	background:var(--cn_color_102);
}

.bg_3{
	background:var(--cn_color_103);
}

.bg_4{
	background:var(--cn_color_104);
}

.bg_5{
	background:var(--cn_color_105);
}

.bg_6{
	background:rgba(var(--cn_rgb_106),0.3);
}



.f_left {float:left;}
.clear {clear:left;}
.f_right {float:right;}
.clear_r {clear:right;}

.mg_a {margin:auto;}
.mg_left {margin-left:auto;}
.f14 {font-size:14pt;}
.f12 {font-size:12pt;}
.f11 {font-size:11pt;}
.f10 {font-size:10pt;}
.f9 {font-size:9pt;}
.f8 {font-size:8pt;}

.line12 {line-height:12pt;}
.text-c {text-align:center;}
.text-l {text-align:left;}
.text-r {text-align:right;}



#header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 4000;
}            

#header .header_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

#header .header_button {
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 10
}

#header .header_button:before,#header .header_button:after {
	display: table;
	content: ""
}

#header .header_button:after {
	clear: both
}

#header .header_button .header_button_area {
	float: left
}





#header_main {
	/*position: relative;*/
}

.header_main {
	
	position: relative;
}


.header_main_fixed {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 480px;
    margin-left: -240px;
    background: var(--cn_color_1);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.05);
    z-index:1000;
}

.header_main_fixed2 {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 480px;
    margin-left: -240px;
    background: var(--cn_color_1);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.05);
    z-index:1000;
}


.header_logo_a {
	display: block;
	padding: 17px 15px 17px 16px
}

.header_logo_a.white {
	display: block;
	padding: 17px 15px 17px 16px
}

@media(max-width: 280px) {
	.header_logo_a {
		padding-right:10px
	}
}

.header_logo_a:before {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
    background-position: 0px -43px;
    width: 22px;
    height: 22px;
    display: block;
    content: "";
}

.header_logo_a.white:before {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
    background-position: -22px -43px;
    width: 22px;
    height: 22px;
    display: block;
    content: "";
}

.header_name {
	position: relative;
	padding: 0 128px 0 53px
}

@media(max-width: 280px) {
	.header_name {
		padding:0 120px 0 48px
	}
}

.header_name .header_name_a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	min-height: 56px
}


.header_name_a:before {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
    background-position: -102px 0px;
    width: 70px;
    height: 17px;
    display: block;
    content: "";
}



.header_name_a.white:before {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
    background-position: -172px 0px;
    width: 70px;
    height: 17px;
    display: block;
    content: "";
}



.header_name .header_name_img {
	display: block;
	max-width: 180px;
	max-height: 16px
}

@media(max-width: 361px) {
	.header_name .header_name_img {
		max-width:100%
	}
}

@media(max-width: 280px) {
	.header_name .header_name_img {
		max-width:112px
	}
}


.header_name._3cr-KhYE8_ .header_name_img {
	max-height: 20px
}


.header_bt_search {
	display: block;
	padding: 16px 8px
}

@media(max-width: 280px) {
	.header_bt_search {
		padding-right:6px;
		padding-left: 6px
	}
}

.header_bt_search:after {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
    background-position: -150px -20px;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    margin: 2px 2px 0px 0px;
}

.header_bt_search.white:after {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
    background-position: -170px -20px;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    margin: 2px 2px 0px 0px;
}



.header_bt_cart {
	position: relative;
	display: block;
	padding: 16px 8px
}

.header_bt_cart:after {
	background-image: url(/resources/mobile/images/test/spIcon_svg.svg);
	background-size: 763px 740px;
	background-position: -680px -127px;
	width: 24px;
	height: 24px;
	display: block;
	content: ""
}

.header_bt_cart.white:after {
	background-image: url(/resources/mobile/images/test/spIcon_svg.svg);
	background-size: 763px 740px;
	background-position: -655px -127px;
	width: 24px;
	height: 24px;
	display: block;
	content: ""
}



#header_cart_ea_box {
    width: 20px;
    height: 20px;
    background: var(--cn_color_105);
    position: absolute;
    right: 3px;
    top: 20px;
    border-radius: 15px;
    opacity: 0.9;
    line-height: 20px;
    text-align: center;
    color: #fff;
}


.add-to-cart-div {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius:50%;
  background: rgba(var(--cn_rgb_105), 0.8);
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: appear 1.5s ease-out forwards;
  z-index:10000;
}


@keyframes appear {
  0% {
    opacity: 1;
    transform: translateY(0) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px) scale(1.2);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1);
  }
}



@keyframes move-and-shrink-fade {
  0% {
	transform: translate(0, 0) scale(1);
	opacity: 1;
  }
  100% {
	transform: translate(var(--target-x), var(--target-y)) scale(0.5);
	opacity: 0;
  }
}


@media(max-width: 280px) {
	.header_bt_cart {
		padding-right:6px;
		padding-left: 6px
	}
}

.header_bt_menu {
	display: block;
	padding: 16px 8px
}

@media(max-width: 280px) {
	.header_bt_menu {
		padding-right:6px;
		padding-left: 6px
	}
}

.header_bt_menu:before {
	background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
	background-position: -230px -20px;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    margin: 2px 2px 0px 0px;
}

.header_bt_menu.white:before {
	background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
	background-position: -250px -20px;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    margin: 2px 2px 0px 0px;
}

.leftmenu_category_title {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    width: 32px;
    height: 30px;
    background-size: 700px 700px;
    background-position: -90px -65px;
}


#header_sub {
	position: relative;
}



.header_sub_slidebox {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	border-bottom: 0;
}

.header_sub_slidebox .header_sub_slidebox_ul {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	white-space: nowrap;
}



.header_sub_slidebox .header_sub_slidebox_li {
	display: inline-block;
	vertical-align: top;
}

.header_sub_slidebox .header_sub_slidebox_a[aria-current=true] {
	font-weight: bold;
	color: var(--cn_color_2);
}

.header_sub_slidebox .header_sub_slidebox_a {
	display: inline-block;
	padding: 0 15px;
	font-size: var(--cn_fontsize_16);
	color: rgba(0,0,0,.4);
	vertical-align: top;
}

.header_sub_slidebox::-webkit-scrollbar {
	width: 0;
	height: 0;
}







.navigation_side {
	position: fixed;
	top: 0;
	width: 480px;
	height: 100vh;
	background-color: var(--cn_color_1);
	z-index: 9999;
	left:50%;
	margin-left:-240px;
	
}

.navigation_side[data-state=nostart] {
	display:none;
	left:50%;
	margin-left:-240px;
}

.navigation_side[data-state=open] {
	
	left:50%;
	margin-left:-240px;
}

.navigation_side[data-state=closed] {
	
	display:none;
	left:50%;
	margin-left:-240px;
}




@keyframes navigation_contentShow {
	0% {
		left: -100%
	}

	to {
		left: 0
	}
}

@keyframes navigation_contentHide {
	0% {
		left: 0
	}

	to {
		left: -100%
	}
}


:not(input) {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.sidenav_loggedout_box {
	padding: 30px 20px 20px;
	display: flex;
	background-color: var(--cn_color_105);
	position: relative;
}
*, :after, :before {
	box-sizing: border-box;
	flex-shrink: 0;
}
* {
	margin: 0;
	padding: 0;
	font-family: Pretendard Variable, sans-serif;font-size: var(--cn_fontsize_24);    
	letter-spacing: -.02em;
	font-weight: 400;
	outline: none;
	font-size: var(--cn_fontsize_14);
	word-break: keep-all;
	color: var(--cn_color_3);
	letter-spacing: -.02em;
}
.sidenav_loggedout_box .sidenav_close {
	position: absolute;
	border: none;
	background-color: transparent;
	top: 10px;
	right: 14px;
}
img {
	display: block;
}
canvas, img, picture, svg, video {
	max-width: 100%;
}
.sidenav_loggedout_box h5 {
	font-size: var(--cn_fontsize_16);
	line-height: 19px;
	color: var(--cn_color_1);
	font-weight: 700;
}
.sidenav_loggedout_box p {
	margin-top: 10px;
	font-size: var(--cn_fontsize_18);
	line-height: 26px;
	color: var(--cn_color_1);
}
.sidenav_loggedout_box a {
	position: absolute;
	display: flex;
	align-items: center;
	font-size: var(--cn_fontsize_14);
	color: var(--cn_color_106);
	right: 20px;
	bottom: 27px;
}
.sidenav_content {
	width: 100%;
	overflow-y: auto;
}

.sidenav_content::-webkit-scrollbar {
    width: 3px; /* Width of the vertical scrollbar */
    height: 3px; /* Height of the horizontal scrollbar */
}

/* Style the scrollbar track */
.sidenav_content::-webkit-scrollbar-track {
    background: var(--cn_color_106); /* Optional: Set the track color */
}

/* Style the scrollbar thumb */
.sidenav_content::-webkit-scrollbar-thumb {
    background-color: var(--cn_color_105);; /* Scrollbar color */
    border-radius: 3px; /* Optional: Rounded edges */
}
.sidenav_content .sidenav_title_box {
	width: 100%;
	height: 50px;
	background-color: var(--cn_color_12);
	padding-left: 16px;
	display: flex;
	align-items: center;
}
.sidenav_content .sidenav_title_box p{
	font-size: var(--cn_fontsize_15);
	font-weight:600;
}
.sidenav_content .sidenav_category {
	border-top: .1rem solid var(--cn_color_15);
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
}
.sidenav_content .sidenav_category {
	border-top: .1rem solid var(--cn_color_15);
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
}
.sidenav_content .sidenav_category a {
	grid-column: span 1/span 1;
	height: 50px;
	border-bottom: .1rem solid var(--cn_color_11);
	border-right: .1rem solid var(--cn_color_11);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 17px;
}
.sidenav_content .sidenav_service {
	border-top: .1rem solid var(--cn_color_15);
}
.sidenav_content .sidenav_service a {
	display: block;
	height: 50px;
	border-bottom: .1rem solid var(--cn_color_11);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 17px;
}
.sidenav_content .sidenav_navigation {
	margin-top: 20px;
	padding: 0 20px;
	display: flex;
	justify-content: space-evenly;
}
.sidenav_content .sidenav_navigation a {
	display: block;
}
.sidenav_content .sidenav_navigation a img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}
.sidenav_content .sidenav_navigation a p {
	margin-top: 10px;
	text-align: center;
	font-size: var(--cn_fontsize_14);
}
.sidenav_content .sidenav_help {
	margin-top: 80px;
	display: flex;
	width: 100%;
	gap: 2px;
}
.sidenav_content .sidenav_help a {
	flex: 1 1;
	display: flex;
	height: 60px;
	background: var(--cn_color_106);
	align-items: center;
	justify-content: center;
}
.sidenav_content .sidenav_help a p {
	margin-left: 10px;
	font-size: var(--cn_fontsize_14);
}

.sidenav_content p{
	font-size: var(--cn_fontsize_14);
}



.keyword_search_box {
    width: 480px;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0px;
    left: 50%;
    z-index: 10001;
    display: none;
    margin-left: -240px;
}

.keyword_search_box_div{
	position:absolute;
	top:-201px;
	width:100%;
	height:201px;
}

.keyword_search_box_closediv{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.keyword_search_box_div_div {
    position: relative;
    padding: 0 45px 0 51px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}


.keyword_search_box_div_div .keyword_search_box_closeback {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 15px;
}

.keyword_search_box_div_div .keyword_search_box_closeback:before {
    background-image: url(/resources/mobile/images/test/spArrow_svg.svg);
    background-size: 228px 227px;
    background-position: -65px -76px;
    width: 19px;
    height: 18px;
    display: block;
    content: "";
}

.keyword_search_box_div_div ._3fKZFdVnxp {
    position: relative;
    height: 55px;
    padding-right: 36px;
    border-radius: 6px;
}

.keyword_search_box_div_div .search_keyword_input {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: none;
    background-color: rgba(0,0,0,0);
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    outline: none;
}

.keyword_search_box_div_div .search_keyword_gobtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 19px 10px;
}

.keyword_search_box_div_div ._33TIB1GamS {
    display: block;
    position: relative;
    width: 6px;
    height: 6px;
    padding: 5px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.1);
	box-sizing: content-box;
}

.keyword_search_box_div_div ._1yiKhdGSGg:before {
    background-image: url(/resources/mobile/images/test/spIcon_svg.svg);
    background-size: 763px 757px;
    background-position: -52px -701px;
    width: 17px;
    height: 17px;
    display: block;
    content: "";
}

.keyword_search_box_div_div ._1yiKhdGSGg {
    position: absolute;
    top: 0;
    right: 8px;
    padding: 19px 10px;
}

._33TIB1GamS:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
._33TIB1GamS:before, ._33TIB1GamS:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 1px;
    background-color: #fff;
    content: "";
}

._33TIB1GamS:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

._33TIB1GamS:before, ._33TIB1GamS:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 1px;
    background-color: #fff;
    content: "";
}


input::placeholder {
    color: var(--cn_color_6); /* Change the color */
    font-weight: 300; /* Change the font style */
    font-size: 14px; /* Change the font size */
}



/* ------------------------------------------------------------------------------------------------------------------------ header 전체 페이지 필요 */





/* ------------------------------------------------------------------------------------------------------------------------ footer 전체페이지 필요*/
.mobile_footer {
	margin: 10px 0px 0px 0px;
	background:var(--cn_color_1);
}

.mobile_footer .mobile_top_nav {
	border: 1px solid var(--cn_color_9);
	border-width: 1px 0;
	background-color: var(--cn_color_14);
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center
}

.mobile_footer .mobile_top_nav a,.mobile_footer .mobile_top_nav button {
	border: none;
	background-color: transparent;
	margin: 0 25px;
	font-size: var(--cn_fontsize_14);
	color: var(--cn_color_5)
}

.mobile_footer .mobile_info_title {
	width: 100%;
	height: 50px;
	background-color: var(--cn_color_14);
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.mobile_footer .mobile_info_title h6 {
	color: var(--cn_color_4);
	font-size: var(--cn_fontsize_14);
	font-weight: 600;
	letter-spacing: -.5px
}

.mobile_footer .mobile_info p {
	color: var(--cn_color_5);
	line-height: 25.2px;
	padding: 4px 20px 14px;
	font-size: var(--cn_fontsize_12);
}

.mobile_footer .mobile_info p i {
	margin: 0 5px;
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: var(--cn_color_8)
}

.mobile_footer .mobile_safety {
	padding-left: 20px
}

.mobile_footer .mobile_safety a {
	display: flex;
	align-items: center
}

.mobile_footer .mobile_safety a p {
	font-size: var(--cn_fontsize_14);
	color: var(--cn_color_4);
	margin-right: 4px
}

.mobile_footer .mobile_bottom_nav {
	margin-top: 17px;
	border-bottom: 1px solid var(--cn_color_9);
	padding: 14px;
	min-height: 50px;
	background-color: var(--cn_color_11);
	display: flex;
	justify-content: space-between;
	align-items: center
}

.mobile_footer .mobile_bottom_nav a {
	margin: 0 5px;
	font-size: var(--cn_fontsize_12);
	letter-spacing: -.5px;
	color: var(--cn_color_5)
}




.fresh_icon {
    display: inline-block;
    width: 34px;
    height: 8px;
    background: url(/resources/mobile/images/public/cellonix_icon.svg) no-repeat 100%;
    background-size: 700px 700px;
    background-position: 0px -159px;
}



.header_area_fill{
	width:100%;
	height:106px;
	background:var(--cn_color_1);
}


/*
	.gift_info_box{
		width:100%;
		height:100%;
		position:fixed;
		background:var(--cn_color_9);
		z-index:9999;
		top:0px;
		left:0px;
		bottom:0px;
		right:0px;
		overflow:auto;
		display:none;
	}
	*/

	.gift_info_box {
		position: fixed;
		top:0px;
		left:auto;
		bottom:0px;
		width: 480px;
		height: 100vh;
		background-color: var(--cn_color_9);
		z-index: 9999;
		overflow:auto;
	}

	.gift_info_box[data-state=nostart] {
		display:none;
	}

	.gift_info_box[data-state=open] {
		
	}

	.gift_info_box[data-state=closed] {
		display:none;
	}

	.paper_view_box{
		width:100%;
		height:100%;
		position:relative;
	}

	.section_gift_title {
		position: relative;
		height: 50px;
	}

	.section_gift_title .sgt_link_back {
		position: absolute;
		top: 0;
		left: 0;
		padding: 10px 20px;
		z-index: 1;
		
	}

	.section_gift_title .sgt_link_back::before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background-position: -196px -198px;
		background-image: url(/resources/mobile/images/test/sp_gift_card.png);
		-webkit-background-size: 314px 305px;
		background-size: 314px 305px;
		background-repeat: no-repeat;
	}
	

	.section_gift_title .sgt_receiver_wrap {
		position: relative;
		padding: 0 72px;
		text-align: center;
	}

	.section_gift_title .sgt_btn_receiver {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: inline-flex;
		max-width: 100%;
		margin: 0 auto;
		padding: 13px 0 11px;
		font-size: 19px;
		font-weight: 700;
		line-height: 26px;
		letter-spacing: -.5px;
		color: #fff;
		white-space: nowrap;
		border: 0;
	}

	.section_gift_title .sgt_btn_receiver .sgt_name {
		overflow: hidden;
		display: block;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		font-size:var(--cn_fontsize_19);
		color:var(--cn_color_1);
		font-weight:bolder;
	}

	

	.section_gift_title .sgt_link_close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 20px;
	}

	.section_gift_title .sgt_link_close::before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background-position: -255px 0;
		background-image: url(/resources/mobile/images/test/sp_gift_card.png);
		-webkit-background-size: 314px 305px;
		background-size: 314px 305px;
		background-repeat: no-repeat;
	}


	.paper_view_box,.paper_list_box,.gift_info_input_box,.product_info_box{
		width:100%;
		padding:0px;
		margin-top:5px;
		background:var(--cn_color_1);
	}
	
	.product_info_box{
		padding:25px 18px 80px 18px;
	}

	.paper_view_box{
		background:var(--cn_color_105);
		height:470px;
		margin:0px;
	}

	.paper_title{
		background:var(--cn_color_105);
		position:fixed;
		top:0px;
		z-index:10000;
		width:480px;
	}

	.paper_list_box{
		background:var(--cn_color_1);
		margin:0px;
	}
	
	.gift_info_input_box {
		padding:20px 18px;
	}


	.flip-container {
		perspective: 1000px;
	}

	.flip-box {
		width: 280px;
		height: 400px;
		position: relative;
		transform-style: preserve-3d;
		transition: transform 0.6s;
		left:50%;
		margin-left:-140px;
		top:20px;
	}

	.flip-box-front, .flip-box-back {
		position: absolute;
		width: 100%;
		height: 100%;
		backface-visibility: hidden;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.17),15px 15px 20px 0 rgba(0,0,0,.1);
		box-shadow: 1px 1px 4px 0 rgba(0,0,0,.17),15px 15px 20px 0 rgba(0,0,0,.1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.flip-box-front {
		
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.flip-box-back {
		background-color: white;
		transform: rotateY(180deg);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#flipped-textarea {
		width: calc(100% - 18px);
		height: calc(100% - 18px);
		border: 1px solid #ddd;
		padding: 30px 30px 100px 30px;
		resize: none;
		font-size: 14px;
	}

	.flip-box.flipped {
		transform: rotateY(180deg);
	}

	#flipButton{
		position: absolute;
		bottom:70px;
		left:50%;
		margin-left:-50px;
		width:100px;
		height:40px;
		line-height:40px;
		background:var(--cn_color_104);
		border-radius:20px;
		font-size:14px;
		font-weight:400;
		color:var(--cn_color_1);
	}

	#flip_text_limit{
		position: absolute;
		bottom:110px;
		display:none;
		width:100%;
		height:40px;
		line-height:40px;
		font-size:14px;
		font-weight:400;
		color:var(--cn_color_8);
		text-align:center;
	}

	#flip_text_limit span{
		
		line-height:40px;
		font-size:14px;
		font-weight:400;
		color:var(--cn_color_8);
		text-align:center;
	}



	.input_wrap {
		position: relative;
		border-radius: 3px;
		background: #f2f2f2;
	}

	.input_wrap .input:placeholder-shown {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.input_wrap .input {
		box-sizing: border-box;
		width: 100%;
		height: 44px;
		padding: 8px 15px 8px 39px;
		border-radius: 4px;
		border: 1px solid transparent;
		font-size: 15px;
		line-height: 20px;
		color: #000;
		background:none;
	}
	
	
	.input_wrap .input_3:placeholder-shown {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.input_wrap .input_3 {
		box-sizing: border-box;
		width: 100%;
		height: 44px;
		padding: 8px 15px 8px 39px;
		border-radius: 4px;
		border: 1px solid transparent;
		font-size: 15px;
		line-height: 20px;
		color: #000;
		background:none;
	}
	
	

	.input_wrap .input_2 {
		box-sizing: border-box;
		width: 100%;
		height: 44px;
		padding: 8px 15px 8px 10px;
		border-radius: 4px;
		border: 1px solid transparent;
		font-size: 15px;
		line-height: 20px;
		color: #000;
		background:none;
	}

	.input_wrap .search_icon_human {
		position: absolute;
	    top: 13px;
	    left: 13px;
	    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
	    background-size: 700px 700px;
	    background-position: -17px 0px;
	    width: 17px;
	    height: 17px;
		
	}
	
	.input_wrap .search_icon_phone {
		position: absolute;
	    top: 13px;
	    left: 13px;
	    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
	    background-size: 700px 700px;
	    background-position: 0px 0px;
	    width: 17px;
	    height: 17px;
		
	}
	
	.input_wrap .search_icon_home {
		position: absolute;
	    top: 13px;
	    left: 13px;
	    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
	    background-size: 700px 700px;
	    background-position: -34px 0px;
	    width: 17px;
	    height: 17px;
		
	}
	
	
	.input_wrap .search_icon_account {
		position: absolute;
	    top: 13px;
	    left: 13px;
	    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
	    background-size: 700px 700px;
	    background-position: -68px 0px;
	    width: 17px;
	    height: 17px;
		
	}
	
	
	.input_wrap .search_icon_rock {
		position: absolute;
	    top: 13px;
	    left: 13px;
	    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
	    background-size: 700px 700px;
	    background-position: -51px 0px;
	    width: 17px;
	    height: 17px;
		
	}
	
	.input_wrap .search_icon_date {
	    position: absolute;
	    top: 13px;
	    left: 13px;
	    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
	    background-size: 700px 700px;
	    background-position: -85px 0px;
	    width: 17px;
	    height: 17px;
	}

	.gift_gide_box{
		position:fixed;
		width:480px;
		height:58px;
		line-height:58px;
		text-align:center;
		color:var(--cn_color_1);
		background:var(--cn_color_104);
		bottom:0px;
		font-size:var(--cn_fontsize_15);
		font-weight:600;
		left:auto;
	}

	.giftcard_div{
		display: inline-block;
		width:52px;
		height:73px;
		border-radius:0px;
	}

	.giftcard_div_div{
		width:52px;
		height:73px;
		border-radius:0px;
	}

	.select_giftcard{
		border:2px solid var(--cn_color_105);
	}



.DeliveryInfo_checkbox-memo__SwFce {
    margin:auto;
	margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #edeff2;
	max-width:583px;
}
	.Checkbox_article__5r9Uw.Checkbox_weight-medium__wyfnj {
    font-weight: 500;
}

.Checkbox_article__5r9Uw.Checkbox_size-15__utzPu {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
}

.Checkbox_article__5r9Uw {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    max-width: 100%;
    vertical-align: top;
    color: #404048;
}

.Checkbox_checkbox-input__jHprN {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.Checkbox_article__5r9Uw.Checkbox_size-15__utzPu .Checkbox_checkbox-label__kkNR6 {
    min-height: 21px;
}

.Checkbox_checkbox-label__kkNR6 {
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
}

.Checkbox_article__5r9Uw.Checkbox_size-15__utzPu .Checkbox_checkbox-label__kkNR6 .Checkbox_icon-check__arnUV {
    height: 21px;
}

.Checkbox_checkbox-label__kkNR6 .Checkbox_icon-check__arnUV {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 6px;
}

.Checkbox_checkbox-label__kkNR6 {
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
}

.Checkbox_checkbox-label__kkNR6 .Checkbox_icon-check__arnUV .Checkbox_asset__xICyX {
    flex-shrink: 0;
    line-height: 1px;
}

.Checkbox_checkbox-label__kkNR6 .Checkbox_text__ZW49M {
    overflow: hidden;
    text-overflow: ellipsis;
}

#take_address_box{
width:100%;
max-width:583px;
margin:auto;
display:none;
}

#take_infobox1{
width:100%;
max-width:583px;
margin:auto;
}


.product_info_box .sgp_inner {
    max-width: 583px;
    margin: 0 auto;
}

.product_info_box .sgp_product_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.product_info_box .sgp_product_area .sgp_thumb_box {
    overflow: hidden;
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 14px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: rgba(0,0,0,.03);
    white-space: nowrap;
}

.product_info_box .sgp_product_area .sgp_info_box {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.product_info_box .sgp_product_area .sgp_store {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #929294;
}

.product_info_box .sgp_product_area .sgp_title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.3px;
    color: #1e1e23;
}

.product_info_box .sgp_option_area {
    margin-top: 14px;
}

.product_info_box .sgp_option_list {
    padding: 16px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f6f7f8;
}

.product_info_box .sgp_option_list .sgp_option_item {
    overflow: hidden;
    font-weight: 400;
    letter-spacing: -.5px;
}

.product_info_box .sgp_option_list .sgp_mark {
    float: left;
    margin-right: 6px;
    padding: 0 3px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 12px;
    line-height: 17px;
    color: #1e1e23;
}

.product_info_box .sgp_option_list .sgp_option {
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
    color: #767678;
}

.product_info_box .sgp_option_list .sgp_num {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
}


.product_info_box .sgp_option_list .sgp_num::before {
    position: absolute;
    top: 50%;
    left: -6px;
    width: 1px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(118,118,120,.3);
    content: '';
}

.product_info_box .sgp_notice_area {
    margin-top: 20px;
    border-top: 1px solid #efeff0;
}

.product_info_box .sgp_notice_area .sgp_notice_list {
    padding-top: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -.5px;
    color: #929294;
}

.product_info_box .sgp_notice_area .sgp_notice_item.type_point {
    color: #303038;
}

.product_info_box .sgp_notice_area .sgp_notice_item {
    position: relative;
    padding-left: 12px;
	font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -.5px;
    color: #929294;
}

.product_info_box .sgp_notice_area .sgp_notice_item.type_point::before {
    opacity: .5;
}

.product_info_box .sgp_notice_area .sgp_notice_item::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #2e2e2e;
    opacity: .25;
    content: '';
}

.product_info_box .sgp_notice_area .sgp_notice_item+.sgp_notice_item {
    margin-top: 6px;
}


.product_info_box .sgp_product_list .sgp_product_item+.sgp_product_item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #efeff0;
}

.submenu_hide{
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-weight:600;
	font-size:14px;
	border-bottom:1px solid #ddd;
	background:var(--cn_color_9);
	color:var(--cn_color_0);
}

.btn_bd_bk {
	padding: 17px 10px;
	color: #000;
	border: 1px solid #000;
	border-radius: 5px;
	text-align: center;
}

.btn_bk[type="submit"] {
	height: 52px;
	line-height: 51px;
	padding: 0;
	margin: 0;
}

.btn_bk {
	width: 100%;
	padding: 18px 20px;
	background-color: var(--cn_color_105);
	color: #fff;
	border-radius: 5px;
	text-align: center;
}

.pd18{
	padding:0px 18px;
}

.zip_search_bt{
	width: 100%;
	padding: 14px 20px;
	background-color: var(--cn_color_104);
	color: #fff;
	border-radius: 5px;
	text-align: center;
}



.keyword_search_box_div_div .keyword_search_box_div_div_div {
    position: relative;
    height: 55px;
    padding-right: 36px;
    border-radius: 6px;
}

.keyword_search_box_div_div .keyword_search_box_div_searchbt:before {
    background-image: url(/resources/mobile/images/test/spIcon_svg.svg);
    background-size: 763px 757px;
    background-position: -29px -709px;
    width: 17px;
    height: 17px;
    display: block;
    content: "";
}


.keyword_search_box_div_div .keyword_search_box_div_searchbt {
    position: absolute;
    top: 0;
    right: 8px;
    padding: 19px 10px;
}






.address_select_ok{
	cursor:pointer;
	font-size:13px;
	padding:5px 10px;
	border-radius:5px;
	background:var(--cn_color_103);
	color:#fff;
}

.address_default_ok{
	cursor:pointer;
	font-size:13px;
	padding:5px 10px;
	border-radius:5px;
	background:var(--cn_color_103);
	color:#fff;
}

.addr_mod{
	cursor:pointer;
	font-size:13px;
	padding:5px 10px;
	border-radius:5px;
	border:1px solid #ddd;
}


.load_address{
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background: #fff;
}


.address_database_box{
	width:480px;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.8);
	top:0px;
	left:auto;
	z-index:10001;
	display:none;
}

.address_database_box_div{
	position:absolute;
	top:50%;
	margin-top:-250px;
	width:100%;
	height:500px;
	padding:0px 18px;

}

.address_database_box_closediv{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.address_database_box_div_div {
    position: relative;
    padding: 0 45px 0 51px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.ly_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.ly_close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 16px;
    height: 1px;
    background: #000;
}

.ly_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 16px;
    height: 1px;
    background: #000;
}

.addr_list_div_address{
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	word-break: break-all;
	display: -webkit-box;
	height: 50px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: var(--cn_fontsize_13);
	padding: 0px;
	font-weight: 400;
	font-family: Pretendard Variable, sans-serif;
	padding-top:10px;
	width:100%;
}



.btn_box button {
	padding: 14px 0;
	width: 98%;
	font-weight: normal;
	
}


.btn_box {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.btn_box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_box li {
	flex: 1;
}

.btn_box li:last-of-type {
	text-align: right;
}

.btn_box .addr_mod_prev_btn {
	background: var(--cn_color_1);
	color:var(--cn_color_0);
	border-radius:5px;
	border: 1px solid #000;
}

.btn_box .addr_mod_next_btn {
	background: var(--cn_color_104);
	color:var(--cn_color_1);
	border-radius:5px;
	border: 0px;
}



.btn_box a:last-child, .btn_box button:last-child {
	/* width: 50%; */
	margin-right: 0 !important;
}




.pc_background{
    left: calc(-640px + 50vw);
    width: 300px;
    height: 100vh;
    position: fixed;
    padding: 40px;
}

.css-12l1fx4 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    top: 0px;
    width: 100%;
    position: absolute;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-1mjyve0 {
    margin: 0px;
    font-size: 13px;
    color: inherit;
    word-break: break-all;
    white-space: initial;
    line-height: 1.4;
    font-weight: 700;
    text-decoration-line: none;
}

.css-1yernnd {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
    margin-top:40px;
}

.css-1p0qhol {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4375em;
    color: rgb(51, 51, 51);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 4px;
    padding-right: 14px;
    border-radius: 3996px;
    background-color: rgb(255, 255, 255);
    padding-left: 12px;
    padding-right: 48px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 6px;
    font-size: 15px;
    border:1px solid #dadada;
}

.css-1uvydh2 {
    font: inherit;
    letter-spacing: inherit;
    color: currentcolor;
    border: 0px;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 16.5px 0px 16.5px 14px;
}

.css-1mjyve0 {
    margin: 0px;
    font-size: 13px;
    color: inherit;
    word-break: break-all;
    white-space: initial;
    line-height: 1.4;
    font-weight: 900;
    text-decoration-line: none;
}


.css-3s7i70 {
    display: flex;
    margin-top: 28px;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
}


.css-17eukti {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    width: fit-content;
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border: 1px solid rgb(225, 226, 227);
    border-radius: 20px;
    padding: 10px 20px;
}


.css-1ddcvg7 {
    margin: 0px;
    font-size: 13px;
    color: inherit;
    word-break: break-all;
    white-space: initial;
    line-height: 1;
    font-weight: 400;
    text-decoration-line: none;
}


.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

.css-1uw6n6i {
    display: flex;
    /* max-height: 2em; */
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.54);
    margin-left: -10px;
    height: 100%;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.css-1uw6n6i:after {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
    background-position: -850px -20px;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    cursor: pointer;
    margin-left: 2px;
}

.css-1p0qhol:hover{
	border-color: #666; /* Hover border color */
}



.leftmenu_arrow_mini {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    width: 6px;
    height: 9px;
    background-size: 700px 700px;
    background-position: -4px -147px;
}

.leftmenu_custom_center {
    width: 30px;
    height: 30px;
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
    background-position: -161px -65px;
}


.leftmenu_close_icon{
   background-image: url(/resources/pc/images/public/cellonix_icon.svg);
   width: 30px;
   height: 30px;
   background-size: 700px 700px;
   background-position: -195px -65px;
}


.logingo_arrow_mini {
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 700px 700px;
    background-position: -12px -130px;
    width: 14px;
    height: 14px;
}

.order_coupon_div{
	width: 100%;
    display: flex;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 10px;
}

.coupon_link:hover{
	background: #ddd;
}
.order_coupon_div .left {
	width:80%;
}

.order_coupon_div .right {
	width:20%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.inp_chk input:checked {
    background: url(/resources/mobile/images/test/icon_chk_on.gif) no-repeat center;
    background-size: 100%;
}
.form_radio input {
    display: none;
}
.inp_chk input {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
    background: url(/resources/mobile/images/test/icon_chk.gif) no-repeat center;
    background-size: 100%;
    border: none;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.form_radio.org input[type="checkbox"]:checked + label::before {
    background: var(--cn_color_104);
}
input[type="checkbox"]:checked + label::before {
    background: #000;
    border: 0;
}
.form_radio.chk label::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    /* margin-right: 10px; */
    box-sizing: border-box;
    border: 0;
    background-color: #e9e9e9;
    border-radius: 50%;
}
input[type="checkbox"]:checked + label::after {
    background: url(/resources/mobile/images/test/ico_check_wh.svg) 50% no-repeat;
    line-height: 1px;
}
.form_radio.chk label::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: url(/resources/mobile/images/test/ico_check_wh.svg) 50% no-repeat;
    background-size: contain;
    line-height: 1px;
}
.form_radio label::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #dbdbdb;
    border-radius: 50%;
}
.coupon_database_box{
	width:480px;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.8);
	top:0px;
	left:auto;
	z-index:10001;
	display:none;
}

.coupon_database_box_div{
	position:absolute;
	top:50%;
	margin-top:-250px;
	width:100%;
	height:500px;
	padding:0px 18px;

}

.coupon_database_box_closediv{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#coupon_list_div {
    width: 50%;
    height: 410px;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    padding: 0 25px;
}
.coupon_div{
	width: 100%;
    display: flex;
    padding: 15px;
    border: 1px solid #ddd;
    flex-direction:column;
    margin-top: 10px;
    border-radius: 10px;
}
.coupon_active_button {
    text-align: center;
    background: var(--cn_color_104);
    cursor: pointer;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    overflow: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 64px;
}
#coupon_info{
	font-size:12px;
	color:#666;
	margin-top:4px;
	text-align: end;
	opacity: 0.8;
}
.coupon-row{
	align-items:center;
	margin:2px 0;
}
.coupon-name{
	flex:1;
}
.coupon-disc{
	min-width:70px;
	text-align:right;
	color:#d00;
}



/* ===== 쿠폰박스 ===== */
  .coupon-overlay{
    position:fixed; inset:0; z-index:9999;
    background:rgba(0,0,0,.55);
    display:none; align-items:center; justify-content:center;
    padding:16px;
  }
  .coupon-overlay.is-open{ display:flex; }
  .coupon-modal{
    width:460px; height:550px; max-height:calc(100vh - 32px);
    background:var(--bg); border-radius:16px; box-shadow:0 24px 60px rgba(0,0,0,.25);
    display:flex; flex-direction:column; position:relative; overflow:hidden;
    border:1px solid color-mix(in srgb, var(--brand) 18%, #e6e8f0);
  }
  .coupon-modal__close{
    position:absolute; right:8px; top:8px; width:36px; height:36px;
    border:1px solid var(--line); border-radius:10px; background:#fff; cursor:pointer; font-size:18px;
  }
  .coupon-modal__header{ padding:14px 16px 0 16px; background:#f9f9f9}
  .coupon-modal__title{margin:0 40px 8px 0;font-size:18px;font-weight:800;color:var(--cn_color_105);}
  .coupon-modal__tabs{ display:flex; gap:8px; border-bottom:1px solid var(--line); padding:0 16px; }
  .tab-btn{
    appearance:none; background:transparent; border:0; border-bottom:3px solid transparent;
    padding:12px 12px; margin:0; font-weight:800; cursor:pointer; color:var(--muted);
  }
  .tab-btn.is-active{ color:var(--brand); border-bottom-color:var(--brand); }
  .coupon-modal__body{ flex:1; min-height:0; overflow:auto; padding:12px 16px 16px 16px; background:#fff; }

  /* ===== Coupon list ===== */
  .coupon-list{ display:grid; gap:12px; }                   /* ← 간격 고정 */
  .coupon-item{
    background:#f9f9f9; border:1px solid var(--line); border-radius:14px; padding:12px;
    display:grid; grid-template-columns: 96px 1fr; gap:12px; align-items:flex-start;
    box-shadow:0 1px 0 rgba(0,0,0,.02);
  }
  .badge{
    min-width:92px; height:100%;
    display:grid; align-items:center; justify-content:center;
    background:var(--cn_color_105); color:#fff; font-weight:900; border-radius:12px; font-size:18px;
    border:1px solid color-mix(in srgb, var(--brand) 30%, #fff);
  }
  .coupon-item__meta{ display:grid; gap:8px; }
  .coupon-title{ margin:0; font-weight:900; line-height:1.36; word-break:keep-all; overflow-wrap:anywhere; font-size:15px;}
  .muted{ color:var(--muted); font-size:12px; line-height:23px;}
  .scope-wrap{ display:grid; gap:6px; }
  .scope-title{ font-size:12px; color:var(--cn_color_105); font-weight:800; line-height:14px; }
  .scope{ display:flex; flex-wrap:wrap; gap:6px; }
  .chip{
    padding:0px 8px; background:var(--chip); border:1px solid var(--chip-border);
    border-radius:999px; font-size:12px;
  }
  .tag{
    padding:0px 6px; background:#fff; border:1px solid var(--line);
    border-radius:6px; font-size:11px; line-height:23px;
  }

  /* ===== Skeleton (loading) ===== */
  .skeleton{ position:relative; overflow:hidden; background:#f1f5f4; border:1px solid var(--line); border-radius:14px; padding:12px; }
  .skeleton::after{
    content:''; position:absolute; inset:0;
    background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 50%, rgba(255,255,255,0) 100%);
    transform:translateX(-100%); animation:shimmer 1.2s infinite;
  }
  @keyframes shimmer{ 100% { transform:translateX(100%); } }
  .sk-line{ height:14px; border-radius:6px; background:#e9f0ee; }
  .sk-gap{ height:8px; }

  .no-scroll{ overflow:hidden; }
 /* ===== 쿠폰박스 ===== */
 
 
 
 
 
 
 
 
  /* ===== 쿠폰알림 우측하단 박스 ===== */
  #cn-coupon-banner {
    position: fixed; right: 16px; bottom: 16px; z-index: 9998;
    width: 320px; max-width: calc(100vw - 24px);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans KR", system-ui, sans-serif;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    border-radius: 14px; overflow: hidden; color: #0b1f15;
    background: #fff;
	right : 0;
  }
  .cn-cb__bar {
    background: linear-gradient(90deg, var(--cn_color_103) 0%, var(--cn_color_104) 100%);
    height: 6px;
  }
  .cn-cb__body {
    display: grid; grid-template-columns: 44px 1fr auto; gap: 12px;
    padding: 12px 12px 12px 12px; align-items: center;
  }
  .cn-cb__icon {
    width: 44px; height: 44px; border-radius: 10px; background: var(--cn_color_101);
    display: grid; place-items: center;
    animation: cnPulse 2.2s ease-in-out infinite;
  }
  @keyframes cnPulse {
    0%,100% { transform: scale(1); }
    50%     { transform: scale(1.04); }
  }
  .cn-cb__title { font-weight: 700; font-size: 14px; line-height: 1.2; color:#0a1e16; }
  .cn-cb__subtitle { font-size: 12px; opacity: .8; margin-top: 3px;     min-height: 48px; line-height:18px;}
  .cn-cb__cta {
    white-space: nowrap;
    background: var(--cn_color_105); color: #fff; border: 0; cursor: pointer;
    padding: 8px 12px; border-radius: 10px; font-weight: 700; font-size: 12px;
  }
  .cn-cb__close {
    position: absolute; top: 6px; right: 6px; width: 28px; height: 28px;
    border: 0; background: transparent; cursor: pointer; border-radius: 50%;
  }
  .cn-cb__close:hover { background: rgba(0,0,0,.06); }
  /* Mobile safe spacing when keyboards/bars appear */
  @media (max-width:480px){
    #cn-coupon-banner { right: 12px; left: 12px; width: auto; }
  }
 
 /* ===== 쿠폰알림 우측하단 박스 ===== */
 
 
 
 
 
  /* ===== 쿠폰알림 우측하단 박스 ===== */
 
 .confirm-overlay {
	  position: fixed;
	  top: 0; left: 0;
	  width: 100%; height: 100%;
	  background: rgba(0,0,0,0.5);
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  z-index: 99999;
	}

	.confirm-box {
	  background: #fff;
	  padding: 20px 30px;
	  border-radius: 12px;
	  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
	  max-width: 300px;
	  width: 80%;
	  text-align: center;
	  font-family: "Segoe UI", "Noto Sans KR", sans-serif;
	  animation: fadeIn 0.2s ease;
	}

	.confirm-message {
	  margin-bottom: 20px;
	  font-size: 13px;
	  color: #333;
	  white-space: pre-line; /* \n 줄바꿈 허용 */
	  line-height:18px;
	}

	.confirm-buttons {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  gap: 10px;
	}

	.confirm-btn {
	  padding: 8px 18px;
	  border: none;
	  border-radius: 8px;
	  font-size: 13px;
	  cursor: pointer;
	  transition: background 0.2s;
	}


@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
 
 
 
 
 
/*------------------------------------------------------------------------------------------------------------------------기존 공식몰 CSS*/
.faq_link_lay{width:100%;margin:auto;}
.product_faq_outside_dotted{border-bottom:1px dotted #eee;padding:5px;color:#666;}
.product_faq_inside_dotted{border-bottom:1px dotted #eee;padding:5px;color:#777;}
.product_faq_title{width:90%;padding:8px 0px 8px 0px;line-height:16px;}
.product_faq_lay_init{width:5%;}
.product_faq_icon_lay{width:5%;vertical-align:middle;display:table;padding:8px 0px 8px 0px;}
.product_faq_close_icon{display:table;vertical-align:middle;}
.product_faq_contents_item{display:none;font-size:13px;line-height:16pt;padding:5%;}
.product_faq_contents_item p {font-size:14px;}
/*------------------------------------------------------------------------------------------------------------------------기존 공식몰 CSS*/






/* ------------------------------------------------------------------------------------------------------------------------ footer 전체페이지 필요 */