@charset "utf-8";
@import url("./header.css");

/* 
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/

/* ============================ common ============================ */
.scroll_none {
	position: fixed;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
	touch-action: none;
}

/* 모바일 크롬 툴바 높이 */

.container {
	position: relative;
}

#container {
	overflow: hidden;
}

/* ============================ header ============================ */
#header {
	background: #fff;
}

#header .header_top {
	position: relative;
	padding: 8px 0;
	z-index: 1002;
}

#header .header_top .container {
	position: static;
	padding-right: 16px;
}

#header .header_top .top_area {
	position: static;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

#header .header_top .top_area > div {
	position: static;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#header .header_top .top_area .div_search {
	justify-content: flex-end;
	flex: 1;
}

#header .logo {
	margin: 0;
	font-size: 1.3rem;
	min-width: 184px;
}

@media (max-width: 480px) {
	#header .logo {
		margin: 0;
		font-size: 1.3rem;
		min-width: unset;
	}
}

#header .logo a {
	display: inline-block;
}

#header .logo .txt {
	position: absolute;
	text-indent: -999999px;
	vertical-align: middle;
	font-weight: 500;
}

#header .all_menu img {
	height: 30px;
}

#header .search_header {
	background-color: #fff;
	width: 100%;
	min-width: 120px;
	max-width: 433px;
	height: 52px;
	border: 1px solid #695fbf;
	border-radius: 200px;
	position: relative;
	padding-left: 52px;
	margin-right: 30px;
	display: inline-flex;
	z-index: 2;
}

@media (min-width: 992px) and (max-width: 1400px) {
	#header .search_header {
		max-width: 30vw;
	}
}

#header .search_header form {
	width: 100%;
	height: 100%;
	display: flex;
}

#header .search_header input:-webkit-autofill,
#header .search_header input:-webkit-autofill:hover,
#header .search_header input:-webkit-autofill:focus,
#header .search_header input[type="search"] {
	border: 0;
	outline: 0;
	font-size: 16px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px #ffff;
	border-top-left-radius: 0;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	border-bottom-left-radius: 0;
}

#header .search_header input[type="search"]::placeholder {
	font-size: 14px;
	color: #695fbf;
	transform: translateY(1px);
}

#header .search_header button[type="submit"] {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translate(0, -50%);
}

#header .search_header button[type="submit"] img {
	max-width: 100%;
}

#header .img_regular_delivery {
	padding: 8px 0;
	flex-direction: row;
	top: unset;
	left: unset;
}

#header .img_regular_delivery > img {
	width: 54px;
	margin-right: 10px;
	display: inline-block;
}

#header .img_regular_delivery p {
	font-size: 18px;
	letter-spacing: -0.059rem;
	font-weight: 300;
}

#header .img_regular_delivery span {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
}

/* -------- 유틸메뉴 -------- */
.utile_menu {
	flex: none;
	display: flex;
	justify-content: flex-end;
	width: 30px;
}

.utile_menu a {
	position: relative;
	display: block;
	margin-left: 3px;
}

.utile_menu a:first-child {
	margin-left: 0;
}

.utile_menu a img {
	height: 29px;
}

.utile_menu .btn_logout {
	background: url(/content/images/icon/btn_logout.png) no-repeat center center;
	background-size: 30px auto;
}

.utile_menu .badge_cart {
	position: absolute;
	top: 10px;
	left: 7px;
	padding: 0.35em 0.45em;
	min-width: 26px;
	width: auto;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
	border-radius: 20px;
	background: #a139f9;
	min-height: 1.5rem;
	height: auto;
	text-align: center;
	font-family: "Spoqa Han Sans Neo";
}

/* --- 검색창 --- */
.header_search .btn_search {
	width: 30px;
	height: 30px;
	background: url("/content/images/icon/ico_search.png") no-repeat 0 0;
	background-size: 30px;
}

.header_search .search_area {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1100;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
}

.header_search .search_top {
	border-bottom: 1px solid #333;
}

.header_search .search_top input {
	height: 55px;
	padding: 0 65px 0 54px;
	border: 0;
	background: url("/content/images/icon/ico_search.png") no-repeat 20px 50%;
	background-size: 30px;
	font-size: 1.4rem;
	color: #333;
	box-shadow: none;
}

.header_search .search_list {
	height: calc(100vh - 56px);
	padding: 30px 20px;
	background: #f5f5f5;
	overflow-y: auto;
}

.header_search .search_list dl {
	margin-top: 50px;
}

.header_search .search_list dl:first-child {
	margin: 0;
}

.header_search .search_list dt {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 29px;
	color: #333;
}

.header_search .search_list dd {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 20px;
	color: #959595;
}

.header_search .search_list .lately dd {
	margin-bottom: 20px;
}

.header_search .search_list dd:last-child {
	margin-bottom: 0;
}

.header_search .search_list dd:after {
	display: block;
	clear: both;
	content: "";
}

.header_search .search_list a {
	display: block;
	float: left;
	width: calc(100% - 20px);
}

.header_search .search_list .btn_del {
	float: right;
	width: 20px;
	height: 20px;
	background: url("/content/images/icon/btn_search_del.png") no-repeat 0 0;
	background-size: 100%;
}

.header_search .search_area .search_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 55px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #333;
}

/* -------- 메뉴 -------- */
.html .header2 .gnb_depth .tit_team {
	display: block;
	margin-top: 40px;
	margin-bottom: 30px;
}

.gnb {
	position: relative;
	background: #fff;
}

.gnb .gnb_slider_m li {
	position: relative;
	margin-right: 0;
	width: auto;
	overflow: hidden;
}

.gnb .gnb_slider_m li:first-child {
	cursor: pointer;
}

.gnb .gnb_slider_m li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 44px;
	color: #000;
	z-index: 2;
	display: inline-flex;
	box-sizing: border-box;
	position: relative;
}

@media (max-width: 767px) {
	.gnb .gnb_slider_m li a {
		font-size: 15px;
	}
}

/* event */

.gnb .gnb_slider_m li.on a {
	color: #695fbf;
}

.gnb .gnb_slider_m li.on a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 2px solid #695fbf;
	transform: none;
}

/* ============================ contents ============================ */
.contents {
	/* padding-bottom: 60px; */
	font-family: "Spoqa Han Sans Neo";
}

.contents.marginTop218 {
	margin-top: 218px;
}

/* ============================ footer ============================ */
#footer {
	padding-top: 100px;
	padding-bottom: 50px;
}

.footer_content > * {
	font-family: "Spoqa Han Sans Neo";
}

@media (max-width: 767px) {
	#footer {
		padding-top: 50px;
		padding-bottom: 90px;
	}
}

#footer .row {
	margin: 0;
}

#footer .footer_link {
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.footer_content .footer_center img.logo_footer {
	width: 140px;
	margin-bottom: 16px;
}

.footer_link .col-lg-6 {
	padding: 0;
}

#footer .footer_link .no-gutters {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

#footer .footer_link ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#footer .footer_link ul:after {
	content: "";
	display: inline-block;
	clear: both;
}

#footer .footer_link ul li {
	padding-right: 30px;
}

#footer .footer_link a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #7c7e80;
	font-weight: 400;
	letter-spacing: -0.98px;
	padding: 0;
	height: 44px;
	line-height: 44px;
	white-space: nowrap;
}
#footer .footer_link .family_site {
	font-size: 15px;
	color: #959595;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
	letter-spacing: -0.53px;
	font-weight: 300;
	background: url(/content/images/icon/ico_family_site.png) no-repeat right center;
	background-size: 30px 30px;
	width: 117px;
	height: 30px;
	line-height: 30px;
	margin: auto 0;
	box-sizing: border-box;
}

#footer .footer_link .family_site button.dropdown-toggle::after {
	display: none;
}

#footer .footer_link .family_site button.dropdown-toggle {
	width: 100%;
	height: 100%;
	opacity: 0;
}

#footer .footer_link .family_site .dropDown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footer .footer_link li:first-child a {
	padding-left: 0;
}

#footer .footer_link li:last-child a {
	padding-right: 0;
}

#footer .footer_link li:last-child a:after {
	display: none;
}

#footer .footer_content {
	width: 100%;
}

.footer_content h5 {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 500;
}

.wrap_footer_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.wrap_footer_info p {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer_content span {
	display: block;
	font-size: 13px;
	letter-spacing: -0.78px;
	color: #000;
}

.footer_content span {
	display: inline-block;
}

.wrap_footer_info p {
	margin-bottom: 6px;
	line-height: 1;
}

@media (max-width: 480px) {
	.wrap_footer_info p {
		margin-bottom: 3px;
		line-height: 1;
	}
}

.footer_center span {
	font-size: 14px;
	line-height: 1.1;
	color: #959595;
	text-align: left;
	letter-spacing: -0.02rem;
	font-weight: 400;
	margin-right: 8px;
}

.wrap_footer_info p:nth-child(3) a {
	line-height: 1;
	padding: 0;
	margin: 0;
	height: auto;
}

.wrap_footer_info p:nth-child(3) a span {
	margin: 0;
	transform: translateY(-1.3px);
	transform-origin: center center;
}

.wrap_footer_info p:nth-child(3) > span:first-child {
	line-height: 15px;
}

.wrap_footer_info p a span:after {
	content: "";
	position: relative;
	margin-left: 0;
	width: 14px;
	height: 14px;
	background: url(/content/images/icon/icon_link.png) no-repeat center center;
	background-size: 100% auto;
	display: inline-block;
	top: 0;
	left: 0;
	transform: translate(-3px, 1px);
}

@media (max-width: 480px) {
	.wrap_footer_info p a span:after {
		transform: translate(-3px, 2px);
	}
}

.footer_email span {
	margin-bottom: 20px;
	font-size: 13px;
}

.wrap_footer_info p:first-child {
	margin-bottom: 16px;
}

.wrap_footer_info p:first-child span {
	margin-right: 20px;
}

.wrap_footer_info p:first-child span:last-child {
	display: block;
	width: 100%;
	margin-top: 6px;
}

.wrap_footer_info p.copyright {
	margin: 16px 0 0;
}

.wrap_footer_info p.copyright span {
	letter-spacing: normal;
	margin-top: 0;
	margin-right: 0;
	font-weight: 400;
}

.footer_content .number {
	color: #000;
	font-size: 21px;
	font-weight: 700;
}

.footer_content .footer_center,
.footer_content .footer_bank,
.footer_content .footer_email,
.footer_content .footer_etc {
	padding: 30px 0 0;
	/* border-bottom:1px solid #e2e2e2; */
}

.footer_content .footer_etc {
	border-bottom: 0;
}

.footer_content ul li {
	display: inline-block;
	font-size: 13px;
}

.footer_content ul li:last-child {
	margin-right: 0;
	border-bottom: 0;
}

.footer_content ul li a {
	padding-bottom: 1px;
	text-decoration: underline;
}

.footer_content .footer_bank ul li {
	display: inline-block;
	color: #959595;
}

.footer_bank ul li:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 11px;
	margin: 0 8px 0 5px;
	background-color: #959595;
	vertical-align: middle;
}

.footer_bank ul li:first-child:before {
	display: none;
}

.footer_content .footer_etc {
	font-size: 11px;
	line-height: 18px;
}

.footer_etc ul li {
	margin-right: 14px;
	margin-bottom: 24px;
}

.footer_company p {
	color: #959595;
}

.footer_category {
	/* display: none; */
	display: block;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.footer_category.on {
	left: 0;
}

.footer_category .info {
	/* position: fixed; */
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 17px 20px 16px;
	z-index: 10;
	height: 64px;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	align-items: center;
}

.footer_category .info li {
	display: inline-flex;
	border-bottom: 0;
	margin-right: 10px;
}

.footer_category .info li a {
	display: block;
	font-size: 13px;
	color: #000;
}

.footer_category .info li a:after {
	content: "";
	display: none;
	width: 1px;
	height: 12px;
	margin: 0 10px;
	background: #e2e2e2;
}

.footer_category .info li:last-child a:after {
	display: none;
}

.footer_category .layer_close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 64px;
	background: url("/content/images/icon/ico_category_m_close.png") no-repeat center;
	background-size: 24px auto;
	z-index: 10;
}

.footer_category .hr {
	height: 0px;
	margin-top: 0;
	background-color: #eee;
}

/* 아코디언 */
.footer_category .on {
	display: block !important;
}

.footer_category .accordion_depth1_tit.on {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

.footer_category .accordion .accordion_wrap h2 {
	padding: 22px 20px;
	font-size: 26px;
}

.footer_category .accordion_depth1_tit {
	display: block;
	position: relative;
	padding: 15px 20px 17px;
	font-size: 20px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 700;
}

.footer_category .accordion_depth1_tit:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	background: url("/content/images/icon/arrow_down.png") no-repeat 93% 50%;
	background-size: 10px auto;
}

.footer_category .accordion_depth1_wrap .accordion_depth1 {
	margin-top: -1px;
}

.footer_category .accordion_depth2_wrap {
	display: none;
}

.footer_category .accordion_depth2_tit:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 10px;
	height: 6px;
	background: url("/content/images/icon/arrow_inner.png") no-repeat right;
	background-size: 10px auto;
}

.footer_category .accordion_depth2_tit {
	position: relative;
	display: block;
	padding: 10px 20px 10px 24px;
	font-size: 15px;
	border-top: 1px solid #e2e2e2;
}

.footer_category .accordion_depth2_tit.on:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 10px;
	height: 6px;
	background: url("/content/images/icon/arrow_up.png") no-repeat right;
	background-size: 10px auto;
}

.footer_category .accordion_depth2:last-child .accordion_depth2_tit:last-of-type {
	border-bottom: 1px solid #e2e2e2;
}

.footer_category .accordion_depth3_wrap {
	display: none;
	margin-top: -1px;
	padding: 13px 24px 9px 24px;
	background: #f5f5f5;
	border-top: 1px solid #e2e2e2;
}

.footer_category .accordion_depth3_wrap li {
	float: left;
	width: 50%;
	margin: 11px 0;
}

.footer_category .accordion_depth2:last-child .accordion_depth3_wrap {
	border-bottom: 1px solid #e2e2e2;
}

.footer_category .accordion_depth3_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.footer_category .accordion_depth3_wrap li a {
	font-size: 15px;
}

.footer_category .total {
	padding: 10px 24px;
	font-size: 15px;
}

.footer_category .accordion_depth3_wrap.on {
	border-bottom: 1px solid #e2e2e2;
}

.footer_category .total li {
	font-size: 15px;
}

.footer_category .today_list {
	padding: 11px 20px 30px 20px;
	font-size: 0;
}

.footer_category .today_list ul li {
	width: 21%;
	margin-right: 5.3%;
}

.footer_category .today_list ul li:last-child {
	margin-right: 0;
}

.footer_category .today_list ul li a {
	display: block;
}

.footer_category .today_list img {
	width: 100%;
}

.footer_category .banner a {
	display: block;
	width: 100%;
}

.footer_category .banner img {
	width: 100%;
}

.footer_category .service {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #f5f5f5;
}

.footer_category .service h5 {
	margin-bottom: 0;
	padding: 30px 20px 17px 20px;
	font-size: 17px;
}

.footer_category .service .m_lookbook {
	margin-bottom: 12px;
	padding: 0 20px;
}

.footer_category .service .m_lookbook a {
	color: #111;
	font-size: 22px;
	font-family: "Montserrat";
	font-weight: 600;
	line-height: 27px;
}

.footer_category .service ul {
	font-size: 0;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

.footer_category .service li {
	display: inline-flex;
	width: 50%;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

.footer_category .service li:nth-child(even) {
	border-right: 0;
}

.footer_category .service li a {
	padding: 13px 20px;
	font-size: 15px;
	text-decoration: none;
}

p.service_center {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 15px 0;
}

p.service_center span {
	margin-bottom: 6px;
	margin-right: 0;
}

p.service_center span span:last-child {
	display: block;
}

p.service_center span span:after {
	content: "/";
	position: relative;
	display: none;
	padding: 0 2px;
}

p.service_center span span:first-child:after {
	display: inline-block;
}

@media (max-width: 480px) {
	p.service_center span {
		margin-bottom: 0;
	}

	p.service_center span span:after {
		display: inline-block;
		padding: 0px 1px;
		margin-right: -2px;
	}

	p.service_center span span:not(:first-child):after {
		display: none;
	}
}

/* ======= footer2 ======== */
.footer2 .depth3,
.footer2 .depth4 {
	display: none;
}

.footer2 .mobile_menu .group .group_tit {
	display: block;
	padding: 13px 20px 11px;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	border-bottom: 0;
	background: url(/content/images/icon/icon_item_link.png) no-repeat 96% 50%;
	background-size: 23px auto;
}

.footer2 .mobile_menu .category .group .group_tit.on {
	background: url(/content/images/icon/icon_item_link_on.png) no-repeat 96% 50%;
	background-size: 23px auto;
}

.footer2 .mobile_menu .group .depth1 {
	display: none;
	margin-top: -1px;
	margin-left: 20px;
	margin-right: 20px;
	background: #fff;
	border-top: 1px solid #333;
}

.footer2 .mobile_menu .group .depth1 .off {
	display: block;
}

.footer2 .mobile_menu .group .depth1 a {
	display: block;
	width: 100%;
	padding: 7px 0 7px 15px;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	background: url(/content/images/icon/icon_plus.png) no-repeat 99% 50%;
	background-size: 11px auto;
}

.footer2 .mobile_menu .group .depth1 a:first-child {
	padding-top: 14px;
}

.footer2 .mobile_menu .group .depth1 .on {
	background: url(/content/images/icon/icon_minus.png) no-repeat 99% 50%;
	background-size: 11px auto;
}

.footer2 .mobile_menu .group .depth2 {
	display: none;
	padding: 10px 20px;
}

.footer2 .mobile_menu .group .depth2 a {
	display: block;
	padding: 7px 16px;
	color: #999;
	font-size: 14px;
	line-height: 18px;
	background: none;
}

.footer2 .mobile_menu .group .depth2 li:first-child a {
	padding-top: 0;
}

.footer2 .mobile_menu .category.etc li a {
	font-weight: 400;
	font-family: "Noto Sans KR";
}

.footer2 .mobile_menu .category.etc .arrow_none a {
	background: none;
}

/* -------- lnb -------- */
#lnb {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	min-height: calc(100vh - 98px);
	background: #454d75;
}

#lnb .lnb_tit {
	padding-top: 30px;
	height: 83px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #3f6de2;
}

/* --- depth1_wrap ---*/
#lnb .depth1_wrap a {
	display: block;
}

#lnb .depth1_wrap .depth1_tit {
	padding-left: 19px;
	font-size: 15px;
	line-height: 46px;
	color: #fff;
	background: #454d75 url("../images/icon/ico_depth1.png") no-repeat right 20px center;
	border-bottom: 1px solid #585f83;
}

/* depth1 이벤트 */
#lnb .depth1_wrap .depth1_tit:hover {
	background-color: #5d6591;
	border-color: #5d6591;
}

#lnb .depth1_wrap .depth1_tit.on,
#lnb .depth1_wrap .depth1_tit:active {
	font-weight: 500;
	background: #01b4b6 url("../images/icon/ico_depth1_on.png") no-repeat right 20px center;
	border-color: #01b4b6;
}

/* --- depth2_wrap ---*/
#lnb .depth2_wrap {
	display: none;
	padding: 8px 19px 12px;
	background: #edeef2;
}

#lnb .depth2_wrap .depth2_tit {
	padding-left: 11px;
	font-size: 14px;
	line-height: 28px;
	color: #323335;
	background: url("../images/icon/ico_depth2.png") no-repeat 0 center;
}

/* depth2 이벤트 */
#lnb .depth2_wrap .depth2_tit.on,
#lnb .depth2_wrap .depth2_tit:hover,
#lnb .depth2_wrap .depth2_tit:active {
	font-weight: 500;
	color: #405197;
	background: url("../images/icon/ico_depth2_on.png") no-repeat 0 center;
}

/* --- depth3_wrap ---*/
#lnb .depth3_wrap {
	display: none;
	padding-left: 11px;
}

#lnb .depth3_wrap li a {
	padding-left: 11px;
	font-size: 14px;
	line-height: 25px;
	color: #323335;
	background: url("../images/icon/ico_depth3.png") no-repeat 0 center;
}

/* depth3 이벤트 */
#lnb .depth3_wrap li a.on,
#lnb .depth3_wrap li a:hover,
#lnb .depth3_wrap li a:focus,
#lnb .depth3_wrap li a:active {
	font-weight: 500;
	color: #405197;
	text-decoration: underline;
}

/* -------- float_menu_m -------- */
.float_menu_m {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1030;
	width: 100%;
	text-align: center;
	background: #fff;
	box-shadow: 0 12px 24px rgb(0 0 0 / 40%);

	/* ios */
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}

.float_menu_m li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2px 0 3px 0;
}

.float_menu_m li a {
	height: 40px;
	display: flex;
	align-items: center;
}

.float_menu_m img {
	width: auto;
	height: 100%;
}

.float_menu_m .current_item_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.float_menu_m li span {
	font-size: 11px;
	letter-spacing: -0.045rem;
}

.float_menu_m .thumb {
	margin-top: 6px;
	width: 39px;
	height: 39px;
}

.float_menu_m .float_btn_wrap > button {
	position: relative;
	display: none;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	box-shadow: 0 0 30px 0 rgba(123, 123, 123, 0.16);
	background-color: #fff;
}

.float_menu_m .btn_top.ico_kakao {
	height: auto;
	border-radius: unset;
	box-shadow: none;
	background-color: transparent;
}

.float_menu_m .btn_top.ico_kakao > img {
	width: 45px;
	height: auto;
}

.float_menu_m .btn_top.top_arr {
	background-color: #fff;
	color: #b1b2b3;
}

.float_menu_m .btn_top.top_arr > img {
	width: 8px;
	height: auto;
	transform: translateY(-10px);
}

.float_menu_m .btn_top.top_arr:after {
	content: "TOP";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #b1b2b3;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: -0.72px;
	transform: translate(-50%, -35%);
}

.float_menu_m li .current_item_thumb {
	width: 23px;
	height: 23px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #eee;
	position: relative;
}

#footer .footer_link .dropdown-menu ul {
	display: flex;
	flex-direction: column;
}

#footer .footer_link .dropdown-menu ul li {
	width: 100%;
	height: auto;
	padding: 0;
}

#footer .footer_link .dropdown-menu ul li a {
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding: 0px 15px;
}

.dropdown-menu {
	width: 158px;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	left: unset !important;
	right: 0 !important;
	transform: translate(0%, 30px) !important;
}

/* pc사이즈 제외 */
@media (max-width: 991px) {
	/* ============ Header ============ */
	#header .header_top .container {
		padding-right: 20px;
	}

	.gnb {
		box-shadow: 0 8px 12px rgb(0 0 0 / 4%);
		margin-top: -15px;
	}

	#header .header_top .top_area {
		display: flex;
		flex-direction: column;
		position: relative;
	}

	#header .header_top .top_area .div_logo {
		max-width: 100%;
		width: 100%;
	}

	#header .header_top .top_area .div_search {
		max-width: 100%;
		justify-content: center;
		overflow: hidden;
		width: 100%;
	}

	#header .logo span {
		font-size: 0;
	}

	#header .div_search {
		margin-top: 15px;
	}

	#header .search_header {
		min-width: 100px;
		max-width: unset;
		width: 100%;
		margin-right: 0;
	}

	#header .img_regular_delivery {
		position: absolute;
		margin-right: 0;
		top: 0px;
		right: 46px;
	}

	#header .img_regular_delivery > p,
	#header .img_regular_delivery span {
		font-size: 14px;
	}

	.utile_menu {
		position: absolute;
		top: 6px;
		right: 8px;
	}

	.util_wrap {
		display: none;
	}

	.gnb .gnb_slider_m {
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
	}

	.gnb .gnb_slider_m li {
		margin-right: 0;
		margin-left: 20px;
	}

	#header .gnb_slider_m .swiper-wrapper {
		overflow-x: scroll;
		cursor: pointer;
	}

	#header .gnb_slider_m .swiper-wrapper::-webkit-scrollbar {
		display: none;
	}

	/* ============ Footer ============ */
	#footer .footer_link ul {
		overflow-x: scroll;
		overflow-y: hidden;
		justify-content: flex-start;
		padding-left: 20px;
		/* padding-right: 40px; */
		padding-right: 20px;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		box-sizing: border-box;
	}

	#footer .footer_link ul:before {
		content: "";
		background: linear-gradient(to right, transparent, #fff, #fff);
		position: absolute;
		width: 45px;
		height: 32px;
		right: 0;
		top: 50%;
		margin-top: -16px;
		z-index: 100;
	}

	#footer .footer_link ul:after {
		content: "";
		background: url(/content/images/icon/ico_footer_arrow_m.png) no-repeat center right;
		background-size: 8px auto;
		width: 15px;
		height: 26px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -14px;
		z-index: 101;
	}

	#footer .footer_link ul::-webkit-scrollbar {
		display: none;
	}

	#footer .footer_link .family_site {
		display: none;
	}

	#footer .footer_link ul li {
		flex: 0;
	}

	#footer .footer_link ul li:last-child {
		padding-right: 30px;
	}

	/* Header - Mobile  */
	#header .header_top .top_area .div_search {
		transition: all 0.35s;
	}
}

/* ======================================== ~ mobile ======================================== */
@media (max-width: 767px) {
	#header .header_top {
		padding: 8px 0 0;
	}

	.gnb {
		margin-top: 0;
	}

	.gnb .container {
		padding-right: 0;
		padding-left: 0;
	}

	.gnb .container .swiper-container ul li:last-child {
		padding-right: 20px;
	}

	/* header search bar */
	#header .div_search {
		margin-top: 10px;
	}

	#header .search_header {
		height: 34px;
	}

	#header .search_header button[type="submit"] {
		width: 20px;
		height: 20px;
	}

	#header .search_header input[type="search"] {
		font-size: 14px;
		line-height: 1;
	}

	#header .img_regular_delivery > p,
	#header .img_regular_delivery span {
		font-size: 12px;
	}

	.utile_menu {
		top: 12px;
		right: 10px;
	}

	.utile_menu .badge_cart {
		font-size: 12px;
		top: 7px;
		left: 7px;
		padding: 1px 3px;
		min-width: 22px;
		min-height: 1.4rem;
		line-height: 18px;
	}

	/* ============ footer ============ */
	#footer .footer_link .container {
		padding: 0;
	}

	.footer_content .footer_center img.logo_footer {
		width: 110px;
		margin: 0 0 20px;
	}

	#footer .footer_link .no-gutters {
		height: 44px;
		width: 100%;
	}

	#footer .footer_link ul:after {
		margin-top: -13px;
	}

	.footer_content h5 {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.wrap_footer_info p {
		margin-bottom: 3px;
	}

	.wrap_footer_info p.service_center {
		margin-bottom: 15px;
	}

	.wrap_footer_info p:nth-child(3) {
		margin-bottom: 3px;
	}

	.wrap_footer_info p:nth-child(6) {
		margin: 0;
	}

	.wrap_footer_info p:nth-child(7) {
		margin-bottom: 0px;
	}

	.wrap_footer_info p:nth-child(7) span {
		line-height: 1.3;
		margin: 0;
	}

	/* Header - Mobile  */
	#header .header_top .top_area .div_search {
		transition: all 0.35s;
		margin-top: 0px;
	}

	#header .img_regular_delivery {
		width: unset;
		height: auto;
		top: 7px;
		padding: 6px 12px;
		border-radius: 12px;
	}

	#header .img_regular_delivery > img {
		width: 40px;
		margin-right: 0;
	}

	/* ==================================== footer ==================================== */

	.footer_content .footer_center {
		padding-top: 8px;
	}

	.float_btn_wrap button {
		display: inline-block !important;
	}

	.float_menu_m .btn_top.historyBack {
		left: 13px;
		right: unset;
		top: -53px;
		background-color: #fff;
	}

	.float_menu_m .btn_top.historyBack img {
		width: 22px;
		height: auto;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	section.contents.item_contents.item_wrap {
		margin-top: 353px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	section.contents.item_contents.item_wrap {
		margin-top: 252px;
	}
}

@media (max-width: 480px) {
	#header .header_top.header_shadow {
		padding: 8px 0;
		box-shadow: 0px 2px 6px rgb(0 0 0 / 8%);
	}

	.scroll_none .main_contents {
		margin-top: 149px !important;
		top: 0;
		left: 0;
	}
}

/* ======================================== mobile ======================================== */
@media (max-width: 767px) {
	#header .header_top .top_area .div_logo {
		position: relative;
		height: 50px;
	}

	#header .logo span {
		font-size: 0;
	}

	#header .img_regular_delivery {
		width: auto;
		padding: 6px 8px;
		top: 80px;
		right: 36px;
	}

	#header .img_regular_delivery > p,
	#header .img_regular_delivery span {
		font-size: 10px;
		top: 0;
		transform: none;
		line-height: 1;
		white-space: nowrap;
	}

	#header .img_regular_delivery span {
		font-weight: bold;
	}

	.utile_menu a img {
		height: 24px;
	}

	/* Footer */
	.wrap_footer_info p:first-child {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-content: center;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}

	.wrap_footer_info p span {
		line-height: 1;
	}

	.wrap_footer_info p:first-child span {
		margin-right: 15px;
		word-break: break-all;
		word-break: break-all;
		color: #959595;
	}

	.wrap_footer_info p:first-child span:nth-child(2) {
		letter-spacing: 0.04px;
	}

	.wrap_footer_info p:first-child span:last-child {
		margin: 0;
	}

	.wrap_footer_info p span {
		color: #959595;
		font-size: 14px;
		font-weight: 400;
		margin: 0 0 3px;
	}

	.wrap_footer_info .service_center span {
		line-height: 1;
		height: auto;
		margin: 0;
	}

	.wrap_footer_info p.copyright span {
		margin: 0;
	}

	.wrap_footer_info p span:nth-child(2) {
		line-height: 1.2;
		letter-spacing: -0.06rem;
	}

	.wrap_footer_info p.service_center > span {
		line-height: 1.3;
	}

	.wrap_footer_info p:nth-child(3) > span {
		margin-right: 15px;
		margin-bottom: 0;
		line-height: 14px;
		height: auto;
	}

	.wrap_footer_info p span span {
		display: inline-block;
		margin: 0 2px;
	}

	.wrap_footer_info p.service_center span span {
		display: inline !important;
		margin: 0;
	}

	.wrap_footer_info p.service_center span span:last-child {
		margin: 3px 0 0 0;
		display: inline-block !important;
	}

	.wrap_footer_info p.service_center > span {
		margin: 0 0 3px;
	}

	.wrap_footer_info p.copyright {
		margin-top: 25px;
	}

	.footer_center span {
		margin-right: 14px;
		display: block;
	}

	/* Header - Mobile  */
	#header .header_top .top_area .div_search {
		/* transition: all 0.35s; */
		transition: none;
	}

	#header .img_regular_delivery {
		height: 23px;
		top: 14px !important;
		bottom: unset;
		margin-right: 2px !important;
		position: absolute;
		width: 110px;
		right: 35px;
		border-radius: 5px !important;
		z-index: 1000;
		transform: none !important;
	}

	#header .img_regular_delivery > img {
		width: 27px;
		margin-right: 4px;
	}

	/* 
    20240924 - psh
    .div_search.scroll-up {
		max-height: 0px;
	}

	.div_search.scroll-down {
		max-height: 52px;
	} */

	/* ======================================== 0711 ======================================== */
}

/* ======================================== tablet ======================================== */
@media (min-width: 768px) {
	/* ============ header ============ */
	#header .header_top {
		padding: 18px 0;
		transition: height 1.5s ease-in-out;
	}

	#header .gnb {
		transition: height 1s;
	}

	#header.scrolled .gnb,
	#header.scrolled .header_top {
		height: 0;
		padding: 0;
		overflow: hidden;
		transition: height 1.5s ease-in-out;
	}

	.header2 .gnb .btn_close {
		display: none;
		position: absolute;
		top: 30px;
		right: 50%;
		width: 50px;
		height: 50px;
		background: url(/content/images/icon/btn_close.png) no-repeat center;
		background-size: 32px auto;
		transform: translateX(720%);
		z-index: 1100;
	}

	.header2 .gnb .block {
		display: block;
	}

	.header2 .gnb_slider_m .swiper-button-next,
	.header2 .gnb_slider_m .swiper-button-prev {
		display: none;
	}

	/* --- 이벤트메뉴 --- */
	.event_menu {
		display: flex;
		justify-content: center;
	}

	.event_menu li {
		margin: 0 16px;
	}

	.event_menu a {
		display: block;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
		color: #333;
	}

	/* --- 검색창 --- */
	.header_search {
		position: absolute;
		bottom: -60px;
		z-index: 10;
	}

	.header_search .btn_search {
		width: 40px;
		height: 58px;
		border-left: 1px solid #222;
		background-color: #000;
		background: url(/content/images/icon/btn_search_wh.png) no-repeat center right;
		background-size: 30px auto;
	}

	.header_search .search_area {
		opacity: 0.98;
	}

	.header_search .search_inner {
		margin-top: 135px;
		justify-content: center;
	}

	.header_search .search_inner > div {
		position: relative;
	}

	.header_search .search_top {
		border-bottom: 4px solid #333;
	}

	.header_search .search_top input {
		padding-right: 30px;
	}

	.header_search .search_list {
		height: auto;
		padding: 30px 0;
		background: none;
	}

	.header_search .search_list .row > dl:first-child {
		padding-right: 15px;
	}

	.header_search .search_list .row > dl:last-child {
		padding-left: 15px;
	}

	.header_search .search_list dl {
		margin: 0;
	}

	.header_search .search_area .search_close {
		top: -120px;
		right: -60px;
		width: 65px;
		height: 65px;
		font-size: 0;
		background: url("/content/images/icon/btn_close_lg.png") no-repeat 0 0;
		background-size: 100%;
	}

	/* -------- 메뉴 -------- */
	.gnb .gnb_slider_m {
		position: absolute;
		left: 50%;
		top: -60px;
		transform: translateX(-50%);
	}

	.gnb_slider_m .swiper-contents {
		height: 100%;
	}

	.gnb_slider_m .gnb_wrap {
		height: 60px;
	}

	.gnb .gnb_slider_m a {
		font-weight: 700;
		font-size: 16px;
		line-height: 60px;
		color: #333;
	}

	.gnb .gnb_slider_pc {
		min-height: 60px;
	}

	.gnb .gnb_slider_pc .swiper-slide {
		position: static;
		/*padding-right: 20px;*/
		width: auto;
		z-index: 1200;
	}

	.gnb .gnb_slider_pc .gnb_tit {
		display: block;
		font-size: 18px;
		line-height: 60px;
		color: #e2e2e2;
	}

	/* --- gnb_depth --- */
	.gnb .gnb_depth {
		display: none;
		position: absolute;
		left: 50%;
		top: 0;
		z-index: 1100;
		width: 100%;
		min-height: 305px;
		padding: 20px;
		background-color: #fff;
		transform: translateX(-50%);
		box-shadow: 0 0 27px rgba(0, 0, 0, 0.19);
	}

	.header2 .gnb .gnb_depth {
		top: 60px;
		left: 0;
		min-height: 503px;
		padding: 0;
		transform: none;
	}

	.gnb .gnb_inner {
		display: flex;
		flex-wrap: wrap;
	}

	.header2 .gnb .gnb_inner {
		overflow-y: auto;
		max-height: 357px;
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}

	.header2 .gnb .gnb_inner::-webkit-scrollbar {
		display: none;
		/* Chrome, Safari, Opera*/
	}

	.header2 .gnb .gnb_inner::scrollbar {
		display: none;
	}

	.gnb .gnb_depth a {
		display: block;
	}

	.gnb .gnb_depth dl {
		width: 162px;
		min-height: 260px;
		margin-right: 20px;
		padding-right: 20px;
	}

	.header2 .gnb .gnb_depth dl {
		width: 330px;
		margin-right: 0;
		margin-bottom: 70px;
		padding-right: 30px;
	}

	.gnb .gnb_depth dl:last-child {
		margin-right: 0;
	}

	.gnb .gnb_depth dt {
		margin-bottom: 20px;
		font-weight: 700;
		font-size: 15px;
		line-height: 22px;
		color: #555;
	}

	.header2 .gnb .gnb_depth dt {
		padding-bottom: 12px;
		color: #333;
		font-size: 18px;
		border-bottom: 2px solid #000;
	}

	.gnb .gnb_depth .depth2_tit {
		border-bottom: 1px solid #f5f5f5;
		font-size: 13px;
		line-height: 24px;
		color: #555;
	}

	.header2 .gnb .gnb_depth .depth2_tit {
		margin-bottom: 15px;
		color: #333;
		font-size: 15px;
		border-bottom: 0;
	}

	.header2 .gnb .depth2_area:last-child a:last-child {
		margin-bottom: 0;
	}

	.gnb .gnb_depth .depth3 {
		display: none;
		border-bottom: 1px solid #555;
	}

	.gnb .gnb_depth .depth3_area {
		position: relative;
	}

	.gnb .gnb_depth .depth3_tit {
		padding: 0 9px;
		font-size: 13px;
		line-height: 24px;
		color: #555;
	}

	.gnb .gnb_depth .depth4 {
		display: none;
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 10;
		width: 145px;
		border: 2px solid #333;
		background-color: #fff;
	}

	.gnb .gnb_depth .depth4 a {
		padding: 0 10px;
		font-size: 14px;
		line-height: 24px;
		color: #333;
	}

	/* event */

	.header2 .gnb_slider_pc .swiper-wrapper {
		transition: width 0.1s, padding 0.1s;
	}

	.header2 .gnb_slider_pc .swiper-contents {
		width: calc(100% - 40px);
		box-sizing: border-box;
		transition: padding 0.1s;
		/*padding-left:56px;*/
	}

	.header2 .gnb_slider_pc .swiper-wrapper.prv_v {
		width: calc(100% - 56px);
		padding-left: 56px;
	}

	.header2 .gnb_slider_pc .swiper-wrapper.nxt_v {
		width: calc(100% - 56px);
		padding-right: 56px;
	}

	.header2 .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
		background: url(/content/images/icon/icon_arrow_l.png) no-repeat center center;
		background-size: 30px auto;
		transition: width 0.2;
	}

	.header2 .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
		background: url(/content/images/icon/icon_arrow_r.png) no-repeat center center;
		background-size: 30px auto;
		transition: width 0.2;
	}

	.header2 .swiper-button-next.swiper-button-disabled,
	.swiper-button-prev.swiper-button-disabled {
		opacity: 1;
		width: 0;
	}

	.gnb .gnb_slider_m li.on:after {
		background-color: #333;
	}

	.gnb .gnb_slider_pc .gnb_tit.on {
		font-weight: 500;
		color: #fff;
	}

	.gnb .gnb_depth .depth2_tit.on {
		border-color: #555;
		font-weight: 700;
		color: #555;
	}

	.gnb .gnb_depth .depth3_area.on .depth3_tit {
		background-color: #333;
		color: #fff;
	}

	.gnb .gnb_depth .depth4 a.on {
		background-color: #2684ff;
		color: #fff;
	}

	/* ============ contents ============ */
	.contents {
		/* padding-bottom: 100px; */
	}

	/* ============ footer ============ */
	.footer_content .footer_bank ul li {
		display: block;
		line-height: 18px;
	}

	.footer_bank ul li:before {
		margin: 0 7px 0 0;
	}

	.footer_etc .footer_company {
		width: 420px;
	}

	.footer_company p {
		display: inline-block;
	}

	/* --- float_menu_pc --- */
	.float_menu_pc {
		position: fixed;
		top: 300px;
		right: 30px;
		z-index: 1040;
	}

	.float_menu_pc.hide {
		display: none !important;
	}

	.float_menu_pc .menu_list ul {
		padding: 0 10px;
		background: #fff;
		border-radius: 200px;
		padding: 20px 0;
		box-shadow: 0 8px 15px rgb(0 0 0 / 8%);
		width: 68px;
	}

	.float_menu_pc .menu_list li {
		padding: 10px 0;
	}

	.float_menu_pc .menu_list ul a {
		font-weight: 500;
		font-size: 11px;
		color: #333;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.float_menu_pc .menu_list ul a span.img {
		width: 30px;
		margin-bottom: 3px;
	}

	.float_menu_pc .menu_list ul a span.img img {
		max-width: 100%;
	}

	.float_menu_pc .menu_list ul .btn_top {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.float_menu_pc .menu_list ul .btn_top span {
		display: block;
		width: 30px;
		height: 30px;
		background-color: #7261ff;
		border-radius: 50%;
	}

	.float_menu_pc .menu_list ul .btn_top span img {
		width: 12px;
		height: auto;
		margin-top: 4px;
	}

	.float_menu_pc .banner ul {
		width: 90px;
	}

	.float_menu_pc .banner ul li {
		position: relative;
	}

	.float_menu_pc .banner ul li.banner_01 {
		margin: 30px 0 14px 0;
	}

	.float_menu_pc .banner ul li .dd_banner {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: 560px;
		height: auto;
		right: 0px;
		bottom: 0px;
		border-radius: 30px;
		overflow: hidden;
		cursor: pointer;
		z-index: 99;
		transition: opacity 0.35s;
	}

	.float_menu_pc .banner ul li:hover > .dd_banner {
		visibility: visible;
		opacity: 1;
		transition: opacity 0.35s;
	}

	.float_menu_pc .fix_btn_kakako {
		background: #ffde00;
		border-radius: 50%;
		box-shadow: 0 8px 15px rgb(0 0 0 / 8%);
		width: 68px;
		height: 68px;
		box-sizing: border-box;
		margin-top: 10px;
		text-align: center;
		position: relative;
	}

	.float_menu_pc .fix_btn_kakako a span img {
		width: 40px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-48%, -46%);
	}

	.float_menu_pc .fix_btn_kakako .dd_banner {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: 560px;
		height: auto;
		right: 0px;
		bottom: 0px;
		border-radius: 30px;
		overflow: hidden;
		cursor: pointer;
		z-index: 99;
		transition: opacity 0.35s;
	}

	.float_menu_pc .fix_btn_kakako:hover .dd_banner {
		visibility: visible;
		opacity: 1;
		transition: opacity 0.35s;
	}

	/* --- footer2 float_menu_pc --- */
	.footer2 .btn_float_link {
		position: absolute;
		top: 50%;
		left: -22px;
		width: 24px;
		height: 43px;
		background: #fff url(/content/images/icon/btn_float_link_off.png) no-repeat center;
		background-size: 7px auto;
		border: 1px solid #000;
		border-right: 0;
		transform: translateY(-38px);
	}

	.footer2 .float_menu_pc.on .btn_float_link {
		background: #fff url(/content/images/icon/btn_float_link_on.png) no-repeat center;
		background-size: 7px auto;
	}

	.footer2 .float_menu_pc.on {
		transform: translateX(100%);
		left: auto;
	}

	.footer2 .float_menu_pc {
		transition: all 0.3s;
	}

	.footer2 .float_menu_pc .menu_list {
		transition: all 0.1s;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.gnb .gnb_slider_m {
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
	}

	.gnb .gnb_slider_m a {
		font-weight: 500;
	}

	.gnb .gnb_slider_m li {
		margin-right: 0;
	}

	#header .container .gnb_slider_m .swiper-wrapper {
		justify-content: space-between;
	}
}

/* ======================================== pc ======================================== */
@media (min-width: 992px) {
	/* ============ header ============ */

	/* --- 검색창 --- */
	.header2 .header2 .gnb .gnb_depth dl {
		margin-right: 81px;
	}

	.header_search .btn_search {
		border-left: 0;
	}

	.header2 .gnb .btn_close {
		display: none !important;
	}

	.gnb .gnb_slider_m li a {
		font-weight: 500;
		line-height: 60px;
	}

	#header .gnb .container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	/* --- 메뉴 --- */
	.gnb {
		border-bottom: 1px solid #d9d9d9;
	}

	.gnb .gnb_slider_m {
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
	}

	.gnb .gnb_depth {
		padding-right: 95px;
		padding-left: 95px;
	}

	#header .util_wrap ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	#header .util_wrap ul li {
		width: auto;
	}

	#header .util_wrap ul li a {
		font-size: 16px;
		font-weight: 400;
		line-height: 60px;
	}

	/* ============ footer ============ */

	.footer_content .footer_bank ul li {
		display: inline-block;
		font-size: 13px;
	}

	.footer_bank ul li:before {
		margin: 0 8px 0 3px;
	}

	.footer_email .btn_primary {
		font-size: 12px;
	}

	.footer_content ul li a {
		font-size: 13px;
	}

	.footer_content .footer_etc {
		font-size: 11px;
	}

	.footer_etc .footer_company {
		width: 420px;
	}

	.footer_company p {
		display: inline-block;
		color: #959595;
	}
}

/* ======================================== pc large ======================================== */
@media (min-width: 1240px) {
	.container {
		max-width: 1200px;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	/* ============ header ============ */
	.header2 .container {
		max-width: 1200px;
		max-height: 60px;
	}

	.header2 .gnb .gnb_depth dl {
		width: 330px;
		margin-right: 80px;
		margin-bottom: 70px;
		padding-right: 0;
	}

	.gnb .gnb_depth dl:nth-child(4),
	.gnb .gnb_depth dl:last-child {
		margin-right: 0;
	}

	/* --- 메뉴 --- */
	.header_search .search_area .search_close {
		right: -285px;
	}
}

/* ======================================== 모바일 메뉴 ======================================== */

.footer_content {
	width: 100%;
	height: calc(100% - 64px);
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
}

span.cate_ico {
	font-size: 0;
	text-indent: -99999999px;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 18%;
}

span.newcaer {
	background-image: url(../images/icon/ico_mobile_side_01.svg);
}

span.mymeal {
	background-image: url(../images/icon/ico_mobile_side_02.svg);
}
/* 
span.health_food {
  background-image: url(../images/icon/ico_mobile_side_03.png);
} */

span.my_kids {
	background-image: url(../images/icon/ico_category_top_kids.svg);
}

span.health_care {
	background-image: url(../images/icon/ico_mobile_side_04.png);
}

span.bytarget {
	background-image: url(../images/icon/ico_mobile_side_05.png);
}

span.byfunction {
	background-image: url(../images/icon/ico_mobile_side_06.png);
}

span.arporten {
	background-image: url(../images/icon/ico_mobile_side_09.png);
}

span.sportsix {
	background-image: url(../images/icon/ico_mobile_side_08.png);
}

span.lacfido {
	background-image: url(../images/icon/ico_mobile_side_10.png);
}

.mob_cate.active span.newcaer {
	background-image: url(../images/icon/ico_mobile_side_01_on.svg);
}

.mob_cate.active span.mymeal {
	background-image: url(../images/icon/ico_mobile_side_02_on.svg);
}
/* 
.mob_cate.active span.health_food {
  background-image: url(../images/icon/ico_mobile_side_03_on.png);
} */

.mob_cate.active span.my_kids {
	background-image: url(../images/icon/ico_category_top_kids_on.svg);
}

.mob_cate.active span.health_care {
	background-image: url(../images/icon/ico_mobile_side_04_on.png);
}

.mob_cate.active span.bytarget {
	background-image: url(../images/icon/ico_mobile_side_05_on.png);
}

.mob_cate.active span.byfunction {
	background-image: url(../images/icon/ico_mobile_side_06_on.png);
}

.active span.arporten {
	background-image: url(../images/icon/ico_mobile_side_09_on.png);
}

.active span.sportsix {
	background-image: url(../images/icon/ico_mobile_side_08_on.png);
}

.active span.lacfido {
	background-image: url(../images/icon/ico_mobile_side_10_on.png);
}

.mobile_gnb > ul {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height: 100%;
}

.mob_cate {
	width: 100%;
	height: auto;
	display: block;
}

.cate_tit {
	width: 120px;
	height: 60px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 15px;
	letter-spacing: -0.9px;
	color: #000;
	z-index: 1;
	padding-left: 43%;
	position: relative;
	text-align: left;
	word-break: keep-all;
}

.cate_tit span {
	display: inline-block;
}

ul.mob_lnb {
	position: absolute;
	top: 0;
	left: -50%;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	width: 0;
	height: 100%;
	background-color: #fbfbfb;
}

.mob_cate.active ul.mob_lnb {
	width: calc(100% - 120px);
	left: 120px;
	overflow-y: scroll;
	padding: 10px 0 0 0;
}

.mob_cate.active .cate_tit {
	background-color: #fbfbfb;
	color: #695fbf;
}

li .mob_cate .mob_lnb li {
	background: #fbfbfb;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 45px;
	width: 100%;
	box-sizing: border-box;
	padding: 13.5px 20px;
	color: #707070;
	font-size: 14px;
	position: relative;
	font-weight: 400;
}

li .mob_cate .mob_lnb li:hover {
	font-weight: bold;
}

li .mob_cate .mob_lnb li::after {
	content: "";
	background: url(../images/icon/ico_footer_arrow_m.png) no-repeat center center / 50% auto;
	width: 10px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(-50%, -50%);
}

.mob_cate .mob_lnb li a {
	text-decoration: none;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 18px 0;
}

.mob_cate .mob_lnb li a span {
	text-align: left;
}

.service_wrap {
	display: block;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
}

.service_wrap h6.tit {
	display: block;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	padding: 20px 20px 0;
	height: 50px;
	text-align: left;
	font-size: 17px;
}

.service_wrap .service_menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;
}

.service_wrap .service_footer {
	padding: 20px;
}

.service_wrap .service_footer p {
	font-size: 13px;
	color: #b1b2b3;
	line-height: 18px;
	letter-spacing: -0.36px;
}

.ser_mn_box {
	flex: 0 0 50%;
	font-weight: 400;
	display: inline-flex;
	align-content: center;
	align-items: center;
	height: 50px;
	text-align: center;
	border: 1px solid #f6f6f6;
	padding-left: 8%;
}

.ser_mn_box span.ico {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 6px;
}

.ser_mn_box span.delivery {
	background-color: #ffffff;
	width: 22px;
}

.ser_mn_box span.ico img {
	height: auto;
	margin: 0 auto;
}

.ser_mn_box div {
	margin: 0 auto;
	width: 100%;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}

.info_hr_wrap {
	width: 100%;
	display: block;
	height: auto;
}

.regular_delivery_contents .row {
	width: 100%;
	margin: 0;
}

/*  //////////////////////////////////////////////////////////////////

20220721 수정

////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////

모바일 화면

///////////////////////////////////////////////// */
@media (max-width: 480px) {
	/* footer */

	.float_menu_m li a {
		height: 30px;
		display: flex;
		align-items: center;
		width: 30px;
		justify-content: center;
		margin-bottom: 5px;
	}

	.footer2 ul.row.row {
		height: 70px;
		box-sizing: border-box;
	}

	.float_menu_m li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 9px 0 11px 0;
		height: 100%;
		box-sizing: border-box;
		flex: 1;
	}

	.contents {
		/* padding-bottom: 70px; */
	}
}

/* 

유저 로그인 시 

*/

.footer_category ul.info li.regular_deli {
	display: inline-flex;
}

.footer_category ul.user_login li.user_login {
	display: inline-flex;
}

.footer_category ul.user_logout li.user_logout {
	display: inline-flex;
}

.service_wrap .service_footer p.phone_number {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: -0.54px;
	padding-left: 17px;
	background: url(../../content/images/icon/service_phone.png) no-repeat 0 0;
	background-size: 14px auto;
	background-position-y: 3px;
	margin: 12px 0 0;
}

.service_wrap .service_footer p.phone_number:last-child {
	margin: 0;
}

.service_wrap .service_footer p.phone_number span {
	display: inline-block;
	color: #b1b2b3;
	margin-left: 10px;
	font-weight: 400;
}

.service_wrap .service_footer p.service_tit {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.72px;
}

/*  /////////////////////////////////////////////////////////////////////////////
	메일링
///////////////////////////////////////////////////////////////////////////// */
.contents.verification {
	margin-top: 0;
	padding-bottom: 0;
}

.verification .container {
	max-width: 500px;
	padding-left: 0;
	padding-right: 0;
}

.verification .main_tit h2 {
	color: #695fbf;
}

.verification .info_bg_gray {
	width: 100%;
	border-radius: 20px;
	background-color: #f8f8f9;
	text-align: center;
	padding: 28px 60px;
}

.verification .info_bg_gray p {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.78px;
	word-break: keep-all;
}

.verification .info_bg_gray p.email_txt,
.verification .info_bg_gray .email_txt span {
	color: #8c53ff;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	letter-spacing: 0;
}

.verification .btn-group button.verification_email {
	margin: 60px 0 40px 0;
}

.verification .info_dot {
	font-size: 14px;
	color: #ababab;
	letter-spacing: -0.42px;
	line-height: 1.5;
	text-align: left;
	position: relative;
	margin-top: 0;
	word-break: keep-all;
}

.verification .info_dot:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #ababab;
	position: absolute;
	left: -8px;
	top: 9px;
}

.verification .footer_content .footer_center {
	margin-top: 110px;
	border-top: 1px solid #d9d9d9;
}

@media (max-width: 991px) {
	.contents.verification .main_tit {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.verification .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.verification .footer-mailing .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.verification .footer_content .footer_center {
		margin-top: 42px;
		padding-top: 24px;
	}

	.contents.verification .main_tit {
		padding: 30px 0;
	}

	.contents.verification .main_tit .tit {
		font-size: 26px;
		line-height: 1.3;
	}

	.verification .info_bg_gray {
		padding: 20px 30px;
	}

	.verification .info_bg_gray p.email_txt,
	.verification .info_bg_gray .email_txt span {
		padding-bottom: 12px;
	}

	.verification .btn-group button.verification_email {
		margin: 40px 0 20px 0;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.contents.verification {
		margin-top: 0 !important;
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	.contents.verification {
		margin-top: 0 !important;
		padding-bottom: 0;
	}
}

/* 
====================
타블렛 사이즈에서 플로팅 메뉴
221117 - psh
====================
*/

@media (max-width: 767px), (max-height: 991px) {
	.float_menu_pc .banner {
		display: none;
	}
}

@media (max-width: 767px) {
	.float_menu_m.mobile {
		display: block !important;
	}
}

/*
========================================
footer renew 230110
========================================
*/

.wrap_footer_info_accent {
	margin-bottom: 20px;
}

.wrap_footer_info_accent > p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.05rem;
}

.wrap_footer_info_accent > p:nth-child(1) {
	margin-bottom: 5px;
}

.wrap_footer_info_accent > p:nth-child(2) {
	line-height: 1.16;
}

.footer_center h5 {
	margin-bottom: 10px;
	font-size: 14px;
}

.wrap_footer_info > div {
	margin-bottom: 4px;
	font-size: 14px;
	color: #959595;
}

.wrap_footer_info > div.escrow {
	margin: 20px 0px 0px;
}

.wrap_footer_info > div.escrow > a {
	color: #000;
}

.wrap_footer_info > div > span {
	line-height: 1.16;
	margin-right: 20px;
	letter-spacing: -0.04rem;
	word-spacing: -0.04rem;
}

.wrap_footer_info > div.escrow span {
	margin-right: 4px;
}

.wrap_footer_info > div:nth-child(1) > span:nth-child(3) {
	margin-right: 31px;
}
.wrap_footer_info > div:nth-child(1) > span:nth-child(4) {
	margin-right: 4px;
}
.wrap_footer_info > div:nth-child(2) > span:nth-child(1) {
	margin-right: 42px;
}
.wrap_footer_info > div:nth-child(2) > span:last-child {
	display: block;
	margin-top: 4px;
}

.linked_arr {
	position: relative;
}

.linked_arr:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	transform-origin: center;
	transform: translateY(-1px) rotate(135deg);
}

.escrow .linked_arr:after {
	border-color: #000;
}

.copyright {
	color: #959595;
}

.divider {
	display: none;
	width: 1px;
	height: 100%;
	margin-right: -1px;
}

@media (max-width: 767px) {
	.divider {
		display: block;
	}
	.wrap_footer_info > div > span {
		margin: 0 20px 4px 0;
	}

	.wrap_footer_info_accent > p:nth-child(2) {
		line-height: 1.3;
	}
	.wrap_footer_info > div:nth-child(2) > span:last-child {
		line-height: 1.3;
		margin-top: 0;
	}
	.wrap_footer_info > div:nth-child(1) > span:nth-child(4) {
		margin-right: 12px;
	}
	.wrap_footer_info_accent > p:nth-child(1) {
		margin-bottom: 0;
	}

	.wrap_footer_info_accent > p {
		font-weight: 400;
	}
	.wrap_footer_info > div {
		display: flex;
		flex-wrap: wrap;
	}

	.wrap_footer_info > div:nth-child(1) {
		margin-bottom: 2px;
	}
	.wrap_footer_info > div:nth-child(2) > span:nth-child(1) {
		margin-bottom: 10px;
	}
	.wrap_footer_info > div.escrow span {
		line-height: 1.3;
	}
}

/* 20230816 psh 수정 */
.footer_center .wrap_footer_info_02 strong {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 18px;
	letter-spacing: -0.4px;
	font-weight: 500;
}

.footer_center .wrap_footer_info_02 > strong {
	line-height: 1;
}

.footer_center .wrap_footer_info_02 strong a {
	display: inline-flex;
	align-items: center;
}

.wrap_footer_info_02 strong img {
	margin: 0 4px 0 6px;
}

.wrap_footer_info_02 em {
	display: block;
	font-size: 1.3rem;
	color: #787878;
	margin-bottom: 3rem;
}

.wrap_footer_info_02 .footer_fold {
	display: inline-block;
	font-size: 1.4rem;
	color: #000000;
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 18px;
}

.wrap_footer_info_02 .footer_fold + input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	top: -2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("/content/images/icon/ico_select_arrow_down.png") no-repeat center/ 100% auto;
	transform-origin: center;
	transform: rotate(0deg);
}

.wrap_footer_info_02 .footer_fold + input[type="checkbox"]:checked {
	transform: rotate(180deg);
}

.wrap_footer_info_02 .fold_area {
	display: none;
	padding-top: 14px;
}

.wrap_footer_info_02 .footer_fold + input[type="checkbox"]:checked ~ .fold_area {
	display: block;
}

.wrap_footer_info_02 .fold_area span,
.wrap_footer_info_02 .fold_area p {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 4px;
	line-height: 1.25;
	letter-spacing: -0.4px;
	word-spacing: -0.5px;
	word-break: keep-all;
	font-size: 14px;
	color: #959595;
}

.wrap_footer_info_02 .fold_area p a {
	display: inline-block;
}

.wrap_footer_info_02 .copy {
	display: block;
	font-size: 13px;
	color: #959595;
	margin-top: 20px;
}

.wrap_footer_info_02 .fold_area p.escrow {
	display: block;
	margin-top: 20px;
}

.wrap_footer_info_02 .fold_area p.escrow a {
	color: #000000;
}

.wrap_footer_info_02 .fold_area .mobile-block {
	display: block;
}

.wrap_footer_info_02 .fold_area .divider.pc {
	display: block;
}

@media (max-width: 767px) {
	.wrap_footer_info_02 .fold_area .mt-14,
	.wrap_footer_info_02 .fold_area p.escrow {
		margin-top: 14px;
	}
	.wrap_footer_info_02 .fold_area .divider.pc {
		display: none;
	}

	.wrap_footer_info_02 .fold_area span,
	.wrap_footer_info_02 .fold_area p {
		margin-right: 16px;
	}
	.wrap_footer_info_02 .fold_area p.escrow {
		line-height: 1.33;
	}
	.wrap_footer_info_02 .fold_area p.escrow a {
		display: block;
	}
}

/* 202340307 psh 수정 */
.wrap_footer_info_02 .fold_area > table {
	width: auto;
}
.wrap_footer_info_02 .fold_area > table td {
	padding-right: 20px;
	padding-bottom: 2px;
}

.wrap_footer_info_02 .fold_area td span,
.wrap_footer_info_02 .fold_area td p {
	margin-right: 0;
}

.wrap_footer_info_02 .fold_area td span + span {
	padding-left: 20px;
}

.footer_info_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_info_right img {
	display: block;
	width: 80px;
	margin: 0 auto;
}

.footer_info_right p {
	padding-top: 10px;
	font-size: 13px;
	color: #9e9e9e;
	letter-spacing: -0.4px;
	word-spacing: -0.4px;
}

@media (max-width: 767px) {
	.footer_info_top {
		flex-direction: column-reverse;
	}

	.footer_info_right {
		margin: 16px auto;
	}

	.footer_info_right p + p {
		padding-top: 6px;
	}
}

/* 20240613 추가 */
span.gutsys {
	background-image: url("/content/images/icon/ico_mobile_side_07.svg");
}

.mob_cate.active span.gutsys {
	background-image: url("/content/images/icon/ico_mobile_side_07_on.svg");
}
/* e// 20240613 추가 */

/* 20240718 psh */

.img_header_banner_slider {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 220px;
	height: 46px;
	margin-right: 18px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.img_header_banner_slider .slide {
	flex: none;
	position: absolute;
	top: 0;
	left: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fbfbfc;
	transition: all 0.8s ease-out;
	border-radius: 10px;
	overflow: hidden;
}

.img_header_banner_slider.slide .slide {
	left: 100%;
	opacity: 0;
}

.img_header_banner_slider .slide.bg {
	background: linear-gradient(109.6deg, #d570fe 0%, #795af8 50%, #61d8f6 90%, #5decf6 95%);
}

.img_header_banner_slider .Wmembership_logo {
	display: block;
	width: 72%;
	height: auto;
	margin: 0 auto;
}

.Wmembership_logo img:nth-child(1) {
	width: 58%;
	height: auto;
	margin-right: 2px;
}
.Wmembership_logo img:nth-child(2) {
	width: 40%;
	height: auto;
}

.img_header_banner_slider.slide .slide.on {
	left: 0;
	opacity: 1;
	z-index: 1;
}

@media (max-width: 991px) {
	.show-searcher .img_header_banner_slider.slide {
		display: none;
	}

	.img_header_banner_slider.slide {
		position: absolute;
		top: 0;
		right: 48px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.img_header_banner_slider.slide {
		top: 2px;
		right: 8px;
		transform: scale(50%);
	}
}

@media (min-width: 1201px) {
	.gnb .gnb_slider_m .gnb_wrap {
		max-width: 980px;
		gap: 24px;
		overflow-y: auto;
	}

	#header .util_wrap ul li:last-child {
		margin-left: 40px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.gnb .gnb_slider_m .gnb_wrap {
		max-width: 752px;
		gap: 16px;
		overflow-y: auto;
	}

	#header .util_wrap ul li:last-child {
		margin-left: 20px;
	}
}

/* 20241231 psh */
.dropDown .dropdown-menu.show {
	background-color: #fff;
    /*max-height: 220px;*/
}

.dropDown .dropdown-menu::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

#footer .footer_link .dropdown-menu {
	width: auto;
}
#footer .footer_link .dropdown-menu ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: end;
	align-items: start;
}

#footer .footer_link .dropdown-menu ul li {
	width: 160px;
}

/* 20250214 psh */
.logo_wrapper {
	position: relative;
	width: 190px;
	height: 0;
	padding-bottom: 34.2%;
}

@media (min-width: 991px) {
	.logo_wrapper .origin img {
		transform: translateY(4px);
	}
}

.logo_wrapper .logo_list {
	opacity: 0;
}

.logo_wrapper .logo_list.start {
	opacity: 1;
	transition: opacity 1s linear;
}

.logo_wrapper .logo_list.on {
	animation: slowerOpacity 4s linear;
}

.newcare_30th {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-bottom: 34.2%;
}

.newcare_30th .main_newcare {
	position: absolute;
	top: 19%;
	left: 0;
	width: auto;
	height: 75.4%;
}

.newcare_30th .sub_txt {
	position: absolute;
	bottom: 0;
	left: 51%;
	width: 32.1%;
	height: 16.9%;
	transform: translateY(100%);
}
.newcare_30th .circle {
	position: absolute;
	top: 1%;
	left: 51%;
	width: 37.9%;
	height: 0;
	padding-bottom: 37.9%;
}

.newcare_30th .circle img {
	position: absolute;
	transform-origin: center;
	transform: rotate(0deg);
	opacity: 0;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.newcare_30th.on .circle .circle_l {
	animation-delay: 0.3s;
	animation-name: rotateLarge;
	animation-duration: 1.4s;
}
.newcare_30th.on .circle .circle_m {
	animation-delay: 0.2s;
	animation-name: rotateMiddle;
	animation-duration: 1.4s;
}
.newcare_30th.on .circle .circle_s {
	animation-delay: 0s;
	animation-name: rotateSmall;
	animation-duration: 1.4s;
}

@keyframes rotateSmall {
	0% {
		transform: rotate(45deg);
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}
@keyframes rotateMiddle {
	0% {
		transform: rotate(80deg);
		opacity: 0;
	}
	35% {
		opacity: 0;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}
@keyframes rotateLarge {
	0% {
		transform: rotate(90deg);
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}

@keyframes slowerOpacity {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@media (max-width: 991px) {
	.logo_wrapper {
		width: 135px;
	}
}

@media (max-width: 768px) {
	.logo_wrapper {
		width: 100px;
	}
	.newcare_30th {
		transform: translateY(-2px);
	}
}

/* 2025/05/27 */

.float_menu_m .float_btn_wrap {
	position: fixed;
	bottom: 80px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;

	/* ios */
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}

.float_menu_m .btn_top.ico_logo {
	border: 1px solid #dbdbdb;
}

.float_menu_m .btn_top.ico_logo > img {
	width: 30px;
	height: auto;
}