@charset "UTF-8";
/* css import */
@import url(reset.css);
@import url(base.css);

/* common */
html {
    font-size:var(--pc-default);
}
body {
	font-size: 1.6rem;
}
#wrap {
    width:100%;
    /* overflow: hidden;  */
}

.inner {
    width:calc(100% - 30px);
    max-width:1280px;
    margin:0 auto;
}
.only_mo {
    display:none !important;
}
.only_tab {
    display:none !important;
}
.skiptranslate {
	display: none !important;
}

.mobile_all_menu {
	display: none;
}

.top_banner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	background-color: #79010d;
}
.top_banner .swiper {
	width: 100%;
	height: 100%;
}
.top_banner a {
	width: 100%;
	line-height: 40px;
	text-align: center;
}
.top_banner p {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
}

/* header */
.header {
	position:relative;
	position: sticky;
	top: 0;
	border-bottom: 1px solid #e2e2e2;
	z-index: 99;
}
.header .h_top {
	width:100%;
	background-color: #fff;
	z-index:22;
}
.header .h_inner {
	display: flex;
	align-items: center;
	gap: 60px;
	position:relative;
	width:calc(100% - 30px);
	max-width:1280px;
	height:90px;
	margin:0 auto;
	/* overflow: hidden;
	overflow-x: auto; */
}
.header .logo {
}
.header .show .nav {
	display: block;
	position:relative;
	left:-40px;
}
.header .nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
.header .nav.mobile_menu {
	display: none;
}
.header .nav ul li a {
	display:block;
	font-size: 1.6rem;
	font-weight: 700;
	color:#333333;
}
.header .nav ul li.active a,
.header .nav ul li.open a,
.header .nav ul li a:hover {
	color:#79010d;
}
.header .user_menu {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}
.header .mypage_menu {
}
.header .mypage_menu ul {
	display: flex;
	align-items: center;
	gap: 25px;
}
.header .mypage_menu a {
	display:block;
	padding-bottom: 5px;
	position: relative;
}
.header .mypage_menu .txt {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1rem;
	font-weight: 500;
    white-space: nowrap;
    text-align: center;
}
.header .mypage_menu .cart {
	position: absolute;
	top: -5px;
	right: -8px;
	width: 16px;
	line-height: 16px;
	border-radius: 50%;
	font-size: 1.1rem;
	color:#fff;
	font-weight: 700;
	text-align: center;
	background-color: #79010d;
}
.header .lang_menu {
	position:relative;
}
.header .lang_menu .now_lang {
    position: relative;
	font-size: 1.6rem;
	font-weight: 700;
    cursor: pointer;
}
.header .lang_menu .lang_list {
	display:none;
	position:absolute;
	top:calc(100% + 15px);
	left:50%;
	transform: translateX(-50%);
	width:66px;
	padding:10px 0;
	background-color:#ffffff;
	box-shadow: 0px 6px 22.8px 1.2px rgba(0, 0, 0, 0.26);
	z-index:999;
}
.header .lang_menu .lang_list.open {
	display: block;
}
.header .lang_menu .lang_list:before {
	content:'';
	display:block;
	position:absolute;
	top:-4px;
	left:50%;
	transform: translateX(-50%) rotate(45deg);
	width:8px;
	height:8px;
	background-color:#ffffff;
}
.header .lang_menu a {
	display:block;
	width:100%;
	line-height:40px;
	font-size:1.4rem;
	color:#999999;
	text-align: center;
}
.header .lang_menu .active a {
	color:#79010d;
}
/* .header .h_depth_box {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #fff;
} */
.header .h_depth {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	z-index: 11;
	white-space: nowrap;
	display: none;
}
.header .h_depth.on {
	display: flex;
	flex-direction: column;
}
.header .h_depth .depth_top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	width: calc(100% - 30px);
	max-width: 1280px;
	margin: 0 auto;
}
.header .h_depth .depth_name {
	position: relative;
	font-size: 1.5rem;
	font-weight: 700;
	color: #333333;
	line-height: 50px;
}
.header .h_depth .depth_name:after {
	content:'';
	display: block;
	position: absolute;
	top: 13px;
	right: -30px;
	width: 1px;
	height: 24px;
	background-color: #e2e2e2;
}
.header .h_depth .depth_list {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header .h_depth .depth_list a {
	display: block;
	padding: 10px 15px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #333333;
	border-radius: 20px;
}
.header .h_depth .depth_top .depth_list li a:hover,
.header .h_depth .depth_top .depth_list li.active a {
	color: #fff;
	background-color: #79010d;
}
.header .h_sub_depth {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #f9f9f9;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.header .h_sub_depth .depth_list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 25px;
	width: calc(100% - 30px);
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	overflow-x: auto;
	display: none;
}
.header .h_sub_depth .depth_list.on {
	display: flex;
}
.header .h_sub_depth .depth_list li {
	white-space: nowrap;
}
.header .h_sub_depth .depth_list a {
	display: block;
	position: relative;
	padding: 0;
	font-size: 1.5rem;
	line-height: 45px;
}
.header .h_sub_depth .depth_list a:after {
	content:'';
	/* display:block; */
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.header .h_sub_depth .depth_list li.active a,
.header .h_sub_depth .depth_list li a:hover {
	font-weight: 700;
}
.header .h_sub_depth .depth_list li.active a:after,
.header .h_sub_depth .depth_list li a:hover:after {
	display: block;
}

.header .h_all_menu {
	display: none;
	position: absolute;
	top: 91px;
	left: 0;
	width: 100%;
	padding: 30px 0 60px;
	background-color: #fff;
	/* box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2); */
	z-index: 999;
	border-bottom: 1px solid #ddd;
}
.header .h_all_menu.active {
	display: block;
}
.header .h_all_menu .inner {
	display: flex;
	align-items: flex-start;
}
.header .h_all_menu .menu_tab {
	display: flex;
	flex-direction: column;
	gap: 30px;
	flex: 0 0 auto;
	width: 180px;
}
.header .h_all_menu .menu_tab .tab_btn {
	font-size: 2rem;
	font-weight: 700;
	color: #888888;
	text-align: left;
}
.header .h_all_menu .menu_tab .tab_btn.on {
	color: #171717;
}
.header .h_all_menu .menu_list {
	display: grid;
	grid-template-columns: repeat(7,1fr);
	gap: 30px;
	width: 100%;
	display: none;
}
.header .h_all_menu .menu_list.active {
	display: grid;
}
.header .h_all_menu .list_box {
	min-width: 80px;
}
.header .h_all_menu .list_box ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.header .h_all_menu .menu_list li a {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
	color: #888888;
}
.header .h_all_menu .menu_list li a:hover {
	text-decoration: underline;
}
.header .h_all_menu .menu_list .title_menu a {
	font-size: 1.4rem;
	color: #171717;
	padding-right: 17px;
	background: url('../images/common/ico_menu_arrow.png') right center no-repeat;
}
.header .ham_btn {
	width: 30px;
	height: 30px;
	font-size: 0;
	background: url('../images/common/btn_ham_open.png') center no-repeat;
}
.header .ham_btn.open {
	background: url('../images/common/btn_ham_close.png') center no-repeat;
}

.h_search .search_wrap {
	position:relative;
	width:300px;
	max-width:100%;
	margin:0 auto;
}
.h_search .search_box {
	position:relative;
	width:100%;
	border-radius:23px;
	overflow: hidden;
}
.h_search .search_box input {
	width:100%;
	height:46px;
	padding:0 64px 0 20px;
	font-size: 1.3rem;
	background-color: #f5f5f5;
	border: none;
}
.h_search .search_box input:focus {
	border: none !important;
}
.h_search .search_box .search_btn {
	position:absolute;
	top:0;
	right:20px;
	width:46px;
	height:46px;
	font-size: 0;
	background:url('../images/common/btn_search.png') no-repeat center;
	z-index:10;
}
.h_search .search_list {
	display:none;
	position:absolute;
	top:calc(100% + 20px);
	left:-2px;
	width:calc(100% + 4px);
	background-color: #fff;
	border-top: none;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	z-index: 999;
}
.h_search .search_list:before {
	content:'';
	display:block;
	position:absolute;
	top:-5px;
	left:50%;
	transform: translateX(-50%);
	width:10px;
	height:10px;
	background: url('../images/common/ico_rectangle_rotate.png') no-repeat center;
}
.h_search .search_wrap.open .search_list {
	display: block;
}
.h_search .search_list_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.h_search .search_list strong {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	color:#434343;
}
.h_search .search_list_title .delete_btn {
	font-size: 1.2rem;
	color: #888888;
}
.h_search .search_list strong i {
	margin-bottom: 3px;
	margin-right: 7px;
	color:#f4c020;
}
.h_search .search_list ul {
	padding: 0 20px;
	height:150px;
}
.h_search .search_list li a {
	display: flex;
	align-items: center;
	height:30px;
	padding:0 10px;
	font-size: 1.8rem;
	color:#333333;
}
.h_search .search_list li a:hover {
	background-color:#f9fafb;
}
.h_search .search_list li .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width:18px;
	height:18px;
	margin-right: 12px;
	font-size: 1.1rem;
	color:#ffffff;
	background-color:#3c79d5;
	border-radius: 50%;
}
.h_search .search_list .search_close {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 20px;
	margin-top: 20px;
	background-color: #f5f5f5;
}
.h_search .search_list .close_btn {
	font-size: 1.2rem;
	color:#ababab;
	line-height: 1.33;
	line-height: 30px;
}
.h_search .menu_box {
	padding:80px 0 70px;
}
.h_search .menu_box ul {
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	overflow-x: auto;
}
.h_search .menu_box li:first-child {
	margin-left: auto;
}
.h_search .menu_box li:last-child {
	margin-right: auto;
}
.h_search .menu_box li + li {
	margin-left: 48px;
}
.h_search .menu_box .img_box {
	display: none;
	align-items: center;
	justify-content: center;
	width:115px;
	height:118px;
	margin:0 auto 40px;
	background-color:#ffffff;
	border-radius: 25px;
	transition: .3s;
}
.h_search .menu_box a:hover .img_box {
	box-shadow: 0px 7px 11.96px 1.04px rgba(0, 0, 0, 0.08);
}
.h_search .menu_box p {
	font-size: 1.5rem;
	color:#333333;
	text-align: center;
}
.h_search .menu_box a:hover p {
	color:#79010d;
}


/* footer */
.footer {
	background-color: #f8f8f8 ;
}
.footer .f_top {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.footer .f_top .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .f_top ul {
	display: flex;
	align-items: center;
}
.footer .f_top li + li {
	position:relative;
	padding-left: 21px;
	margin-left: 20px;
}
.footer .f_top li + li:before {
	content:'';
	display:block;
	position: absolute;
	top:16px;
	left:0;
	width:1px;
	height:10px;
	background-color:#e0e0e0;
}
.footer .f_top a {
	display:block;
	line-height: 42px;
	font-size: 1.4rem;
	color:#272727;
}
.footer .f_cont {
	padding:30px 0 36px;
}
.footer .f_cont .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .f_cont .info_wrap + .info_wrap {
	margin-top: 9px;
}
.footer .f_cont .info_wrap div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer .f_cont .info_wrap span {
	font-size: 1.4rem;
	color:#929292;
	line-height: 1.85;
}
.footer .f_cont .info_wrap span + span {
	position:relative;
	padding-left: 13px;
	margin-left: 13px;
}
.footer .f_cont .info_wrap span + span:before {
	content:'';
	display:block;
	position:absolute;
	top:5px;
	left:0;
	width:1px;
	height:13px;
	background-color:#929292;
}
.footer .f_cont .info_wrap p {
	font-size: 1.4rem;
	color:#2f2f2f;
	line-height: 1.85;
}
.footer .copyright {
	margin-top: 20px;
	font-size: 1.4rem;
	color:#929292;
	line-height: 1.85;
}
.footer .check_link {
	position:relative;
	margin-left: 13px;
	padding:4px 30px 4px 13px;
	font-size: 1.1rem;
	color:#333333;
	border-radius: 8px;
	border:1px solid #333333;
}
.footer .check_link.biz_number {
	color:#ffffff;
	background-color:#333333;
}
.footer .check_link.single_link {
	margin:5px 0 0 0;
}
.footer .check_link:before {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:13px;
	transform: translateY(-50%);
	width:9px;
	height:1px;
	background-color:#333333;
}
.footer .check_link:after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:17px;
	transform: translateY(-50%);
	width:1px;
	height:9px;
	background-color:#333333;
}
.footer .check_link.biz_number:before {
	background-color:#ffffff;
}
.footer .check_link.biz_number:after {
	background-color:#ffffff;
}
.footer .f_service {
	flex:0 0 auto;
	width:290px;
}
.footer .f_service .service_ttl {
	display:block;
	margin-bottom: 25px;
	padding-left: 42px;
	font-size: 2.1rem;
	font-weight: 600;
	color:#333333;
	line-height: 1.57;
	background:url('../images/common/ico_callcenter.png') no-repeat left center;
}
.footer .f_service dl {
	display: flex;
	align-items: flex-start;
	padding:0 8px;
}
.footer .f_service dl + dl {
	margin-top: 8px;
}
.footer .f_service dt {
	margin-right: 10px;
	font-size: 1.3rem;
	font-weight: 600;
	color:#333333;
	line-height: 1.61;
}
.footer .f_service dd {
	font-size: 1.4rem;
	font-weight: 300;
	color:#333333;
	line-height: 1.5;
}
.footer .f_service .call_info {
	margin-top: 14px;
	padding:10px 8px;
	border-top: 1px solid #dedede;
}
.footer .f_service .call_info strong {
	display:block;
	margin-bottom: 7px;
	font-size: 1.4rem;
	color:#929292;
}
.footer .f_service .call_info p {
	font-size: 1.3rem;
	font-weight: 300;
	color:#929292;
	line-height: 1.46;
}

/* mCustomScrollbar */
.mCSB_scrollTools {
	width:8px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: transparent;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width:8px;
	border-radius: 4px;
	background-color: #aeb0ba;
}

/* radiobox */
.radio_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.radio_wrap .radiobox {
	margin-right: 35px;
}
.radiobox input[type="radio"] {
	display:none !important;
}
.radiobox input[type="radio"] + label {
	display:inline-block;
	padding-left: 35px;
	font-size: 1.6rem;
	line-height: 1.6;
	cursor:pointer;
	background-image: url('../images/common/ico_radio_off.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.radiobox input[type="radio"]:checked + label {
	background-image: url('../images/common/ico_radio_on.png');
}

/* checkbox */
.check_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.check_wrap .checkbox {
	margin-right: 35px;
}
.checkbox input[type="checkbox"] {
	display:none !important;
}
.checkbox input[type="checkbox"] + label {
	display:inline-block;
	padding-left: 35px;
	font-size: 1.6rem;
	line-height: 1.6;
	cursor:pointer;
	background-image: url('../images/common/ico_checkbox_off.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.checkbox input[type="checkbox"]:checked + label {
	background-image: url('../images/common/ico_checkbox_on.png');
}

/* pager */
.pager {
    margin-top: 50px;
}
.pager ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager ul li {
    width:40px;
    height:40px;
}
.pager ul .number {
    margin:0 5px;
}
.pager ul .arrow {
    margin:0 5px;
}
.pager ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    width:100%;
    height:100%;
    font-size: 1.6rem;
    color:#444444;
    border-radius: 50%;
}
.pager ul .active a {
    color:#000000;
    background-color:#efefef;
}
.pager ul a:hover {
	color:#000000;
    background-color:#efefef;
}
.pager ul .arrow a {
    font-size:0;
    background-position: center;
    background-repeat: no-repeat;
}
.pager ul .arrow.single a {
    background-image: url('../images/common/ico_pager_single.png');
}
.pager ul .arrow.double a {
    background-image: url('../images/common/ico_pager_double.png');
}
.pager ul .next, .pager ul .last {
    transform: rotate(180deg);
}

/* slide_box swiper_button */
.slide_box {
	position:relative;
}
.slide_box .slide-button {
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	background-image: url('../images/common/btn_slide_basic.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	cursor:pointer;
	z-index:10;
	transition: .3s;
}
.slide_box .slide-button-prev {
	left:60px;
	transform: translateY(-50%);
}
.slide_box .slide-button-next {
	right:60px;
	transform: translateY(-50%) rotate(180deg);
}
.slide_box .swiper-button-disabled {
	opacity: 0;
}
.slide_box .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	bottom: 30px;
}
.slide_box .swiper-pagination-bullet {
	width:6px;
	height:6px;
	margin: 0 !important;
	border-radius: 3px;
	background-color: #000;
	transition: width .5s;
}
.slide_box .swiper-pagination-bullet-active {
	width: 25px;
}

/* more_btn_box */
.more_btn_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.more_btn_box .more_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 352px;
	height: 60px;
	font-size: 2rem;
	font-weight: 500;
	border-radius: 15px;
	border: 1px solid #cccccc;
	transition: .5s;
}
.more_btn_box .more_btn:hover {
	color: #fff;
	font-weight: 700;
	background-color: #79010d;
}

/* popup */
.popup_wrap {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.4);
	z-index:999;
}
.popup_wrap.open {
	display: flex;
}
.popup_box {
	max-width:calc(100% - 30px);
	padding:0 40px;
	background-color: #fff;
}
.popup_box .popup_ttl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding:25px 0;
	border-bottom: 1px solid #333333;
}
.popup_box .popup_ttl p {
	font-size: 2.4rem;
	color:#333333;
}
.popup_box .popup_ttl .close_btn {
	position:absolute;
	top:20px;
	right:0;
	width:30px;
	height:30px;
	font-size: 0;
	background: url('../images/common/btn_close_16x16.png') no-repeat center;
}

/* popup_size */
.popup_cart .popup_box {
	width:640px;
}
.popup_fee .popup_box {
	width:580px;
}

.popup_fee .popup_box {
	position: relative;
	max-height: 80vh;
	padding: 25px;
	border: 6px solid #79010d;
    overflow: hidden;
    overflow-y: auto;
}
.popup_fee .close_btn {
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	font-size: 0;
	background: #79010d url('../images/common/btn_close_white.png') no-repeat center;
}
.popup_fee .img_box {
	margin-bottom: 30px;
	text-align: center;
}
.popup_fee .txt_box {
	margin-bottom: 40px;
}
.popup_fee .txt_box li + li {
	margin-top: 20px;
}
.popup_fee .txt_box strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.popup_fee .txt_box p {
	font-size: 1.5rem;
	line-height: 1.5;
}
.popup_fee .confirm_btn {
	display: block;
	width: 200px;
	margin: 0 auto;
	font-size: 2rem;
	color: #fff;
	line-height: 50px;
	border-radius: 4px;
	background-color: #1e2d52;
	text-align: center;
}

/* responsive */

@media screen and (max-width:1200px) {
	.header .logo {
		width: 150px;
	}
	.header .h_inner {
		gap: 30px;
	}
	.header .nav ul li a {
		font-size: 1.5rem;
	}
	.header .nav ul {
		gap: 30px;
	}
	.h_search .search_box input {
		padding: 0 40px 0 20px;
	}
	.h_search .search_box .search_btn {
		right: 10px;
		width: 25px;
		background-size: 20px;
	}
	.h_search .search_wrap {
		width: 250px;
	}
	.header .mypage_menu ul {
		gap: 10px;
	}
} 


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

	html.scroll, body.scroll {
		overflow: hidden;
	}

	.only_mo {
		display: block !important;
	}
	.only_web {
		display: none !important;
	}

	#wrap {
		/* overflow: hidden; */
	}

	/* header */
	.header {
		background-color: #fff;
	}
	.header.open {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height:100%;
		background: #fff;
	}
	.header .h_inner {
		height: 55px;
	}
	.header .logo {
		top: 26px;
		left: 17px;
		width: 130px;
	}
	.header .ham_btn {
		width: 30px;
		height: 55px;
		font-size: 0;
		background: url('../images/common/btn_ham.png') no-repeat center / 20px;
	}
	.header.open .ham_btn {
		background: url('../images/common/btn_close_big.png') no-repeat center / 20px;
	}

	.header.open .h_inner {
		border-bottom: none;
	}

	.header .mypage_menu {
		display: none !important;
		align-items: center;
		justify-content: flex-end;
		position: absolute;
		top: 55px;
		left: 0;
		width: 100%;
		padding: 0 20px;
		border-radius: 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		z-index: 999;
		background-color: #fff;
	}
	.header.open .mypage_menu {
		display: flex !important;
	}
	.header .user_menu .mypage_menu {
		display: none !important;
	}
	.header .mypage_menu ul {
		gap: 20px;
	}
	.header .mypage_menu a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		padding-bottom: 10px;
		font-size: 1.5rem;
		color: #ffffff;
	}
	.header .mypage_menu .txt {
		top: calc(100% - 13px);
		font-size: 1rem;
	}
	.header .mypage_menu li + li:before {
		top: 24px;
		left: -2px;
		width: 5px;
		height: 5px;
		background: #fff;
		border-radius: 50%;
	}
	.header .nav {
		display: none;
		position: absolute;
		top: 107px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 999;
		border-bottom: 1px solid #ddd;
	}
	.header.open .nav {
		display: block;
	}
	.header .nav ul {
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0;
	}
	.header .nav ul li {
		width: auto;
	}
	.header .nav ul li a {
		position: relative;
		padding: 25px 0 20px;
		margin: 0 15px;
		/* background: url('../images/common/btn_arrow_18x32.png') no-repeat right 15px center / 9px; */
	}
	.header .nav ul li a:after {
		content:'';
		display: none;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #79010d;
	}
	.header .nav ul li.active a:after {
		display: block;
	}
	.header .user_menu {
		gap: 20px;
	}

	.header .h_depth {
		top: 101px;
	}
	.h_depth_box {
		/* display: none; */
	}
	.header .h_depth .depth_top {
		justify-content: flex-start;
		gap: 20px;
		overflow: hidden;
		padding: 0 15px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.header .h_depth .depth_name {
		font-size: 1.4rem;
		line-height: 45px;
	}
	.header .h_depth .depth_name:after {
		top: 16px;
		right: -15px;
		height: 15px;
	}
	.header .h_depth .depth_list a {
		padding: 8px 10px;
		font-size: 1.4rem;
	}
	.header .h_sub_depth {
		position: relative;
		border-bottom: none;
	}
	.header .h_sub_depth .depth_list {
		justify-content: flex-start;
		padding: 0 15px;
	}
	.header .h_sub_depth .depth_list a {
		padding: 0;
		line-height: 40px;
		font-size: 1.4rem;
	}
	.header .h_top {
		border-bottom: 1px solid #ddd;
	}
	.header .h_inner {
		position: initial;
	}
	.h_search {
	}
	.h_search .search_wrap {
		display: none;
	}
	.h_search .search_wrap.active {
		display: block;
		position: absolute;
		top: 55px;
		left: 0;
		width: 100%;
		padding: 10px;
		border-top: 1px solid #ddd;
		background-color: #fff;
	}
	.h_search .search_click_btn {
		width: 18px;
	}
	.h_search .search_box input {
		height: 44px;
		padding: 0 60px 0 20px;
		font-size: 1.3rem;
	}
	.h_search .search_box .search_btn {
		right: 10px;
		width: 44px;
		height: 44px;
		background-size: 22px;
	}
	.h_search .search_list {
		top: 100%;
	}

	.h_search .menu_box {
		padding: 0 30px;
	}
	.h_search .menu_box ul {
		padding:30px 0 25px;
	}
	.h_search .menu_box li + li {
		margin-left: 35px;
	}
	.h_search .menu_box .img_box {
		width: 80px;
		height: 80px;
		margin: 0 auto 15px;
		border-radius: 13px;
		border: 1px solid #e0e0e0;
	}
	.h_search .menu_box .img_box img {
		width: 50px;
	}
	.h_search .menu_box p {
		font-size: 1.4rem;
		white-space: nowrap;
	}

	.header .h_all_menu {
		top: 132px;
		height: calc(100vh - 173px);
		padding: 0;
		border: none;
	}
	.header .h_all_menu .inner {
		flex-direction: column;
		width: 100%;
	}
	.header .h_all_menu .menu_tab {
		flex-direction: row;
		gap: 0;
		width: 100%;
		border-bottom: 1px solid #e1e1e1;
	}
	.header .h_all_menu .menu_tab .tab_btn {
		position: relative;
		padding: 25px 0 15px 0;
		margin: 0 15px;
		font-size: 1.4rem;
	}
	.header .h_all_menu .menu_tab .tab_btn:before {
		content:'';
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000000;
	}
	.header .h_all_menu .menu_tab .tab_btn.on:before {
		display: block;
	}

	.mobile_all_menu {
		display: none;
		position: absolute;
		top: 168px;
		left: 0;
		width: 100%;
		height: calc(100vh - 168px);
		background-color: #fff;
		z-index: 99;
	}
	.mobile_all_menu.active {
		display: block;
	}
	.mobile_all_menu .h_depth {
		position: relative;
		top: initial;
		left: initial;
		height: 100%;
		white-space: initial;
		border: none;
		/* display: block; */
	}
	.mobile_all_menu .h_depth.on {
		align-items: flex-start;
		flex-direction: row;
	}
	.mobile_all_menu .h_depth .depth_top {
		align-items: flex-start;
		width: 33.33%;
		height: 100%;
		padding: 0;
		margin: 0;
		gap: 0;
		background-color: #ececec;
	}
	.mobile_all_menu .h_depth .depth_list {
		flex-direction: column;
		gap: 0;
		width: 100%;
		padding: 0;
	}
	.mobile_all_menu .h_depth .h_sub_depth .depth_list a {
		background-color: #fff;
	}
	.mobile_all_menu .h_depth .depth_list li {
		width: 100%;
	}
	.mobile_all_menu .h_depth .depth_list a {
		padding: 0 15px;
		font-size: 1.3rem;
		color: #888888;
		line-height: 40px;
		border-radius: 0;
	}
	.mobile_all_menu .h_depth .depth_top .depth_list li a:hover,
	.mobile_all_menu .h_depth .depth_top .depth_list li.active a {
		color: #000000;
		font-weight: 700;
		background: #fff url('../images/common/btn_arrow_18x32.png') no-repeat right 15px center / 6px;
	}
	.mobile_all_menu .h_sub_depth {
		top: initial;
		width: 66.67%;
		background-color: #fff;
		border: none;
	}
	.mobile_all_menu .h_sub_depth .depth_list li.active a:after,
	.mobile_all_menu .h_sub_depth .depth_list li a:hover:after {
		display: none;
	}
	.mobile_all_menu .h_sub_depth .depth_list li.active a {
		font-weight: 500;
	}

	.mobile_one_menu ul {
		display: flex;
		align-items: center;
	}
	.mobile_one_menu ul li {
		padding: 0 15px;
	}
	.mobile_one_menu ul li.open a {
		color:#79010d;
		font-weight: 700;
	}
	.mobile_one_menu ul li a {
		display: block;
		position: relative;
        padding: 15px 0;
		font-size: 14px;
		font-weight: 500;
	}

	/* footer */
	.footer .f_top {
		padding: 8px 0;
	}
	.footer .f_top .inner {
		flex-direction: column;
	}
	.footer .f_top ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer .f_top li + li {
		padding-left: 11px;
		margin-left: 10px;
	}
	.footer .f_top li + li:before {
		top: 10px;
	}
	.footer .f_top a {
		line-height: 1;
		padding: 8px 0;
	}
	.footer .f_cont {
		padding: 15px 0 20px;
	}
	.footer .f_cont .inner {
		flex-direction: column-reverse;
	}
	.footer .f_cont .info_wrap div {
		justify-content: center;
	}
	.footer .f_cont .info_wrap span {
		font-size: 1.3rem;
		line-height: 1.5;
		text-align: center;
	}
	.footer .f_cont .info_wrap span + span {
		padding-left: 10px;
		margin-left: 10px;
	}
	.footer .f_cont .info_wrap span + span:before {
		top: 4px;
		height: 10px;
	}
	.footer .f_cont .info_wrap p {
		font-size: 1.3rem;
	}
	.footer .check_link {
		margin: 5px;
		padding:7px 20px 7px 10px;
		border-radius: 4px;
	}
	.footer .check_link:before {
		right: 7px;
	}
	.footer .check_link:after {
		right: 11px;
	}
	.footer .copyright {
		margin:10px 0;
		font-size: 1.3rem;
	}
	.footer .f_service {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.footer .f_service .service_ttl {
		display: inline-block;
		margin-bottom: 10px;
		padding-left: 25px;
		font-size: 1.4rem;
		background-size: 16px;
	}
	.footer .f_service dl {
		align-items: center;
		justify-content: center;
	}
	.footer .f_service dl + dl {
		margin-top: 3px;
	}
	.footer .f_service dd {
		font-size: 1.3rem;
	}
	.footer .f_service .call_info {
		margin-top: 10px;
		border-bottom: 1px solid #dedede;
	}
	.footer .f_service .call_info strong {
		font-size: 1.3rem;
	}

	/* slide */
	.slide_box {
		/* overflow: hidden; */
	}
	.slide_box .slide-button {
		width: 25px;
		height: 25px;
		background-size: 6px;
	}
	.slide_box .swiper-pagination {
		bottom: 12px;
	}
	.slide_box .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0 3px !important;
		opacity: 1;
		background-color: #cfdffe;
	}
	.slide_box .swiper-pagination-bullet-active {
		width: 20px;
		background-color: #234268;
		border-radius: 4px;
	}

	/* checkbox */
	.check_wrap .checkbox {
		margin-right: 20px;
		margin-bottom: 5px;
	}
	.checkbox input[type="checkbox"] + label {
		padding-left: 27px;
		font-size: 1.4rem;
		background-size: 14px;
	}

	/* radiobox */
	.radio_wrap .radiobox {
		margin-right: 20px;
		margin-bottom: 5px;
	}
	.radiobox input[type="radio"] + label {
		padding-left: 24px;
		font-size: 1.4rem;
		background-size: 15px;
	}

	/* pager */
	.pager {
		margin-top: 20px;
	}
	.pager ul li {
		width: 34px;
		height: 34px;
	}
	.pager ul .arrow {
		margin: 0 3px;
	}
	.pager ul .number {
		margin: 0 3px;
	}
	.pager ul li a {
		font-size: 1.4rem;
	}

	
	.more_btn_box {
		margin-top: 30px;
	}
	.more_btn_box .more_btn {
		width: 100%;
		height: 50px;
		font-size: 1.7rem;
		border-radius: 5px;
	}

	.top_banner p {
		font-size: 1.3rem; 
	}

}