@charset "utf-8";

body {
	width: 100%;
	height: auto;
	-webkit-overflow-scrolling: touch;
}
#wrap {
	min-width: 320px;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
.ly_wrap {
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/*───────────────────────────────────────────────────────────

	 HEADER

───────────────────────────────────────────────────────────*/
#header_wrap {
}
#header_wrap header {
	width: 100%;
	min-width: 320px;
	z-index: 300;
	/*background: var(--neutrals-default);*/
	background: #fff;
}
#header_wrap header.h_on {
	position: fixed;
	top: 0;
	left: 0;
	/*height: 44px;*/
	height: 50px;
}
#header_wrap header .header_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
	/*height: 44px;*/
	height: 50px;
}
#header_wrap header .header_box .h_logo {
	width: 110px;
	/*margin: 0 auto;*/
	line-height: 0;
	text-align: center;
}
#header_wrap header .header_box .h_logo a {
	font-size: 0;
	line-height: 0;
}
#header_wrap header .header_box .h_logo img {
	width: calc(100%);
	max-width: 100px;
	height: 44px;
}
#header_wrap header .header_box .left_menu {
	/* position:absolute; top:0; left:5px;*/
	display: table;
}
#header_wrap header .header_box .left_menu li {
	display: table-cell;
	vertical-align: middle;
}
#header_wrap header .header_box .right_menu {
	/* position:absolute; top:0; right:5px; */
	/*display: table;*/
	display:flex;
	align-items:center;
}
#header_wrap header .header_box .right_menu li {
	position: relative;
	/*display: table-cell;*/
	vertical-align: middle;
}
/* 좌측 메뉴 */
#header_wrap header .header_box .side_menu {
	display: inline-block;
	padding: 16px 7px 15px 7px;
	vertical-align: top;
}
#header_wrap header .header_box .side_menu span {
	display: inline-block;
	width: 20px;
	height: 15px;
	font-size: 0;
	background: url('../img/icon/icon_menu.png') no-repeat center;
	background-size: 100%;
	vertical-align: top;
}
/* 검색 */
#header_wrap header .header_box .top_search {
	display: inline-block;
	/*padding: 15px 7px 15px 7px;*/
	padding: 15px 0 15px 7px;
	vertical-align: top;
	background: none;
	border: none;
}
#header_wrap header .header_box .top_search span {
	display: inline-block;
	width: 18px;
	height: 17px;
	font-size: 0;
	/*background: url('../img/icon/icon_search.png') no-repeat center;*/
	background: url('/img/mo/icon/seach.png') no-repeat center;
	background-size: 100%;
	vertical-align: top;
}

/* 마이페이지 */
#header_wrap header .header_box .mypage {
	display: inline-block;
	padding: 14px 7px 14px 7px;
}
#header_wrap header .header_box .mypage span {
	display: inline-block;
	width: 21px;
	height: 21px;
	font-size: 0;
	background: url('../img/icon/icon_mypage.png') no-repeat center;
	background-size: 100%;
	vertical-align: top;
}
/* 장바구니 */
#header_wrap header .header_box .cart {
	display: inline-block;
	padding: 15px 7px 14px 7px;
}
#header_wrap header .header_box .cart span {
	display: inline-block;
	width: 20px;
	height: 21px;
	font-size: 0;
	background: url('../img/icon/icon_cart.png') no-repeat center;
	background-size: 100%;
	vertical-align: top;
}
#header_wrap header .header_box .cart_count {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	padding: 0px 4px;
	line-height: 15px;
	border-radius: 100%;
	color: #fff;
	background: var(--primary-default);
	vertical-align: middle;
	font-size: 10px;
}

/*───────────────────────────────────────────────────────────

	 중앙 위치

───────────────────────────────────────────────────────────*/

.sub_top {
	position: relative;
	padding: 0 45px 0 43px;
	border-bottom: 1px solid #dbdcde;
	background: #fff;
}
/* 좌측 이전 */
.sub_top .sub_top_left {
	position: absolute;
	top: 0;
	left: 0;
}
.sub_top h2 {
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 12px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
}
/* 목록가기 글쓰기 위치 */
.sub_top .sub_top_right2 {
	position: absolute;
	top: 5px;
	right: 5px;
}

/*───────────────────────────────────────────────────────────

	 네비게이터

───────────────────────────────────────────────────────────*/
.navi_g {
	background: #f9f9f9;
	border-top: 1px solid #dbdcde;
}
.navi_g ul {
	padding: 6px 10px 6px 10px;
	font-size: 0;
}
.navi_g ul li {
	display: inline-block;
	font-size: var(--font-size);
	text-indent: 17px;
	background: url('../img/icon/icon_arrow_next.png') no-repeat 5px center;
	background-size: 7px 11px;
}
.navi_g ul li:nth-child(1) {
	text-indent: 0;
	background: none;
}
.navi_g ul li a {
	font-size: var(--font-size);
	text-indent: 15px;
}

/*───────────────────────────────────────────────────────────

	 좌측 메뉴

───────────────────────────────────────────────────────────*/
#wrap nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
#wrap nav .bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1001;
}
#wrap nav .left_close {
	position: fixed;
	top: 20px;
	left: 310px;
	width: 29px;
	height: 29px;
	background: url('../img/icon/icon_left_x.png') no-repeat center;
	background-size: 100%;
	z-index: 1002;
}
#wrap nav .nav_bg_box {
	position: relative;
}
#wrap nav .nav_bg_box .nav_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 290px;
	height: 100%;
	margin: 0 0 0 -290px;
	background: #fff;
	z-index: 1001;
}
#wrap nav .nav_bg_box .nav_box .nav_iscroll_box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#wrap nav .nav_bg_box .nav_box .nav_iscroll_box {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

/* 다국어 선택 */
.nav_language {
	display: table;
	position: relative;
	width: 100%;
	background: #f3f3f3;
}
.nav_language .tit {
	display: table-cell;
	width: 30%;
	font-size: 15px;
	padding: 13px 15px 13px 15px;
	color: #262626;
	font-weight: var(--font-bold);
	box-sizing: border-box;
}
.nav_language .language_box {
	display: table-cell;
	width: 70%;
	box-sizing: border-box;
	vertical-align: middle;
}

/* 배너 및 로그인 & 로그아웃 */
.nav_banner {
	padding: 12px 16px;
}

.nav_banner .nav_login ul {
	font-size: 0;
}
.nav_banner .nav_login ul li {
	display: inline-block;
	padding: 0 10px 0 10px;
	background: url('../img/icon/icon_line.gif') no-repeat left center;
	background-size: 1px 11px;
}
.nav_banner .nav_login ul li:first-child {
	background: none;
}
.nav_banner .nav_login ul li a {
	display: inline-block;
	font-size: 15px;
	color: #222222;
}
.nav_banner img {
	width: 100%;
}
.nav_banner .left_logo {
}
.nav_banner .left_logo img {
	width: calc(100% - 30px);
}
.nav_banner .login_txt {
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	box-sizing: border-box;
	padding: 10px;
}
.nav_banner .login_txt p.name strong {
	overflow: hidden;
	display: inline-block;
	max-width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	vertical-align: bottom;
	color: var(--neutrals-dark);
}
/* 중앙 링크 (장바구니, Q&A, 최근본상품) */
.nav_link {
	padding: 10px 0 0 0;
}
.nav_link ul {
	display: table;
	width: 100%;
}
.nav_link ul li {
	display: table-cell;
	width: 33.3%;
	text-align: center;
}
.nav_link ul li a {
	display: block;
	padding: 36px 0 0 0;
	font-size: 13px;
	color: #888;
}
.nav_link ul li:nth-child(1) a {
	background: url('../img/icon/icon_qna.svg') no-repeat center 3px;
	background-size: 33px 30px;
}
.nav_link ul li:nth-child(2) a {
	background: url('../img/icon/icon_prd_latest.svg') no-repeat center 4px;
	background-size: 33px 30px;
}
.nav_link ul li:nth-child(3) a {
	background: url('../img/icon/icon_lnb_heart.svg') no-repeat center 4px;
	background-size: 33px 30px;
}

/* 네비 탭메뉴 */
.nav_tabmenu_box {
	padding-top: 25px;
}
.nav_tabmenu_box .nav_tabmenu {
	display: table;
	width: 100%;
}
.nav_tabmenu_box .nav_tabmenu li {
	display: table-cell;
	width: 50%;
	text-align: center;
}
.nav_tabmenu_box .nav_tabmenu li span {
	display: block;
	padding: 10px 0 10px 0;
	background: #e8e8e8;
	color: #acacac;
}
.nav_tabmenu_box .nav_tabmenu li.on span {
	background: var(--neutrals-dark);
	color: #fff;
	font-weight: var(--font-bold);
}
.nav_tabmenu_box .nav_tabmenu li:nth-child(1) span {
	margin: 0 1px 0 8px;
}
.nav_tabmenu_box .nav_tabmenu li:nth-child(2) span {
	margin: 0 8px 0 1px;
}

/* 게시판 */
.nav_community_box {
	margin-top: 12px;
	border-top: 1px solid #d2d2d2;
}
.nav_community_box .comm_tit {
	padding: 12px 0 10px 10px;
	margin: 0 10px 0 6px;
	font-size: 16px;
	color: #272727;
	font-weight: var(--font-bold);
	border-bottom: 0px solid #000000;
}
.nav_community_box .board_cate {
}
.nav_community_box .board_cate li {
	padding: 0 16px;
}
.nav_community_box .board_cate li a {
	display: block;
	padding: 6px 0;
	font-size: 14px;
	color: #1c1c1c;
	height: 44px;
	font-weight: var(--font-medium);
}

/* 배너 2 */
.nav_banner2 {
	width: 274px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
}
.nav_banner2 a img {
	width: 100%;
}

/*───────────────────────────────────────────────────────────

	 FOOTER

───────────────────────────────────────────────────────────*/
#footer {
	/*
	padding: 40px 16px;
	background: var(--neutrals-default);
	*/
}

/* 하단 정보 BOX */
#footer .main_info_box {
	margin-bottom: 36px;
}
#footer .main_info_box .main_info {
	display: table;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#footer .main_info_box .main_info dl {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: top;
}
#footer .main_info_box .main_info dl dt {
	font-size: 13px;
	margin: 0 5px;
	font-weight: var(--font-bold);
	border-bottom: 1px solid var(--neutrals-dark);
	padding-bottom: 5px;
}
#footer .main_info_box .main_info dl dd {
	font-size: 11px;
	padding-left: 5px;
}

/* CS CENTER */
#footer .main_info dl dd p.phone {
	padding: 5px 0;
}
#footer .main_info dl dd p.phone a {
	font-size: 14px;
	font-weight: var(--font-bold);
}
#footer .main_info dl dd p.business_hours {
	font-size: var(--font-size);
}

/* BANK INFO */
#footer .main_info dl dd .account_holder {
	padding: 5px 0;
	font-size: 14px;
	font-weight: var(--font-bold);
}
#footer .main_info dl dd ul.main_bank {
	display: table-cell;
}
#footer .main_info dl dd ul.main_bank li {
	vertical-align: middle;
}

/* 고객센터 / PC화면 보기 */
#footer footer .ft_button_box {
	margin-bottom: 12px;
}
#footer footer .ft_button_box ul {
	display: flex;
	gap: 10px;
	text-align: center;
}

#footer footer .ft_button_box ul li {
	width: 50%;
}

#footer footer .ft_button_box ul li a {
	display: block;
	padding: 12px 0;
	background: #484848;
	color: #fff;
	font-size: 13px;
}
#footer footer .ft_info2_box {
}
#footer footer .ft_info2_box .ft_menu {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
#footer footer .ft_info2_box .ft_menu li {
	display: inline-block;
}
#footer footer .ft_info2_box .ft_menu li a {
	display: block;
	font-size: var(--font-size);
	text-align: left;
	font-weight: var(--font-medium);
}
#footer footer .ft_info2_box .ft_menu li a::after {
	content: '|';
	/*margin: 0 10px;*/
	font-size: 11px;
	margin: 0 18px;
}
#footer footer .ft_info2_box .ft_menu li:last-child a::after {
	content: '';
	display: none;
}
#footer footer .ft_info2_box .ft_address {
	padding: 0px;
	text-align: left;
	font-size: var(--font-size);
	word-break: keep-all;
}
#footer footer .ft_sns_btn {
	display: table;
	width: 100%;
	text-align: left;
}
#footer footer .ft_sns_btn li {
	display: inline-block;
	padding: 10px 5px 10px 5px;
}
#footer footer .ft_sns_btn li a {
	display: block;
	width: 36px;
}
#footer footer .ft_sns_btn li a img {
	width: 100%;
}
/* 카피라이터 */
#footer footer .ft_copy {
	margin: 24px 0;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	font-style: normal;
}
/* 바로가기 */
#footer footer .shortcut {
	text-align: center;
	background: #484848;
}
#footer footer .shortcut a {
	display: block;
	padding: 12px 0 12px 0;
}
#footer footer .shortcut a span {
	position: relative;
	display: inline-block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 46px;
	background-size: 36px;
	background-repeat: no-repeat;
}
#footer footer .shortcut a span em {
	color: #fff;
	font-style: normal;
}
/* 탑버튼 */
#footer footer .ft_btn_top a {
	display: none;
	width: 100%;
	height: 46px;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #787878;
	text-align: center;
	color: #ffffff;
	background: #5d5d5d;
	line-height: 46px;
	font-size: 13px;
	font-weight: var(--font-bold);
}
#footer footer .ft_btn_top a span {
	padding: 0 0 0 15px;
	background: url('../img/icon/icon_top_arrow.png') no-repeat 0 center;
	background-size: 10px 6px;
}
.fixed_btn_top {
	position: fixed;
	right: 11px;
	bottom: 85px;
}
.fixed_btn_top span {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url('../img/btn/btn_top.png') no-repeat 0 0;
	background-size: 42px 42px;
	font-size: 0;
	text-indent: -9999px;
}

/* 브랜드 검색 버튼 */
.btn_nav_brand_search {
	position: relative;
	display: block;
	padding-left: 15px;
	margin: 8px 8px 0 8px;
	height: 46px;
	line-height: 46px;
	color: #1c1c1c;
	font-size: 16px;
	font-weight: var(--font-bold);
	letter-spacing: -1px;
	border: 1px solid #e6e6e6;
}
.btn_nav_brand_search:after {
	position: absolute;
	top: 17px;
	right: 17px;
	display: inline-block;
	content: '';
	width: 6.5px;
	height: 12px;
	background: url('../img/icon/icon_brand_arrow.png') no-repeat 0 0;
	background-size: 6.5px 12px;
}

/* 증명 마크 로고 영역 */
.foot_certify {
	padding: 15px 8px 0;
	text-align: left;
	margin-top: 40px;
}

.foot_certify img {
	height: 60px;
}

/* 202512 DPX */
#header_wrap header .header_box .right_menu {display:flex;}
.menu_btn > a {display:block; border: solid 1px #cecfcf; color:#222222; padding: 4px 6px; margin-right:6px; background:#fff; border-radius: 2px; }

.header_gnb { background: #a8adb8; border-top: solid 1px #71768a; border-bottom: 1px solid #71768a;}
.header_gnb .gnb_menu_0 {display:flex; align-items:center;}
.header_gnb .gnb_menu_0 > li { position:relative; flex;1; text-align:center; width: 25%; border-right: 1px solid #b7bac4;}
.header_gnb .gnb_menu_0 > li {}
.header_gnb .gnb_menu_0 > li:last-chiild{flex: 0 0 auto;}
.header_gnb .gnb_menu_0 > li > a {display:block;color:#fff; text-decoration:none; line-height: 35px; text-align:center; font-weight: bold;}

.header_gnb .gnb_menu_1 {position:absolute; top: 100%; left: 0; width: 100%; background: #a8adb8; z-index: 10; border-left: 1px solid #71768a; border-bottom: 1px solid #71768a; display:none;}
.header_gnb .gnb_menu_0 > li.on .gnb_menu_1 {display:block;}
.header_gnb .gnb_menu_1 > li {border-top: solid 1px #b7bac4;}
.header_gnb .gnb_menu_1 > li > a {line-height: 35px; color:#fff; text-align:center;}

#footer footer .ft_info2_box .ft_menu { height: 34px; line-height: 34px; color:#444444; font-size: 13px; text-align:center; border-bottom: solid 1px #dbdcde; border-top: solid 1px #dbdcde; margin-top: 30px; margin-bottom: 10px; background:#f6f7f7;}
#footer footer .ft_info2_box .ft_menu_2 {display:flex; justify-content:center;}
#footer footer .ft_info2_box .ft_menu_2 li a::after {content: '|'; font-size: 11px; margin: 0 10px;}
#footer footer .ft_info2_box .ft_menu_2 li:last-child a::after {content: '';display: none;}

#footer footer .ft_info3_box {padding: 10px 16px 0; }
#footer footer .ft_info3_box .ft_address p {display:flex;}
#footer footer .ft_info3_box .ft_address span { display:inline-block; color:#676767; line-height: 17px; font-size: 13px;}
#footer footer .ft_info3_box .ft_address span.label {width:30%; display:inline-block; color: #9e9e9e;}
#footer footer .ft_info3_box .ft_copy{margin: 10px 0 0 0; text-align: center; padding-top: 5px; color:#9e9e9e; font-size: 11px;}
#footer footer .ft_info3_box .ft_img{ }
#footer footer .ft_info3_box .ft_img img{display:block; margin: 0 auto;}