@charset "utf-8";

/* 프로그램리스트 모바일 버전 */
.all_m_btn {
	padding: 10px;
	background: #323337;
}

.all_m_btn img {
	position: absolute;
	top: 28%;
	left: 15px;
	width: 10%;
	max-width: 40px;
	cursor: pointer;
}

.all_m_btn .mutit {
	text-align: center;
	font-weight: 900;
	font-size: 26px;
	color: #fff;
}

.pro_m_wrap {
	display: none;
	font-family: 'Nanum Gothic', sans-serif;
	transition: all 0.3s linear;
}

.pro_m_wrap .m_menu {
	width: 200px;
}

.pro_m_wrap .bg_black {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}



.pro_m_wrap .subleftmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pro_m_wrap .subleftmenu li {
	border-bottom: 1px solid #515155;
	background: #323337;
}

.pro_m_wrap .subleftmenu a {
	display: block;
	color: #b5b2b2;
	font-size: 14px;
	padding: 11px 5px 11px 15px;
	font-family: 'Noto Sans KR';
}

.sub_title_m {
	font-size: 28px !important;
	font-weight: bold;
	color: #fff !important;
	padding: 12px 5px 12px 15px !important;
}

.pro_m_wrap .subleftmenu a:hover {
	background: #307dd4;
	color: #fff;
}

.sub_title_m:hover {
	background: #323337 !important;
	cursor: default;
}

@media all and (max-width:999px) {
	.pro_m_wrap {
		display: block;
		position: absolute;
		left: -100%;
		top: 0;
		z-index: 999;
	}

	.pro_m_wrap.view {
		left: 0;
	}
}


/* basic */
.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1400px) {
	.inner {
		width: 93.75%
	}
}


/* 최근본 상품 퀵메뉴 */
/* .quick {overflow:hidden; z-index:110; position:fixed; right:20px; top:50%; width:141px;  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%) ;} */
.quick * {
	box-sizing: border-box;
}

.quick>ul {
	margin-bottom: 0;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.quick ul li.recent_prod {}

.quick ul li.recent_prod>p {
	height: 40px;
	font-size: 15px;
	color: #fff;
	letter-spacing: -0.025em;
	line-height: 40px;
	background-color: var(--color-primary01);
	text-align: center;
}


.prod_no_box {
	width: 114px;
	height: 114px;
	border-radius: 5px;
	background: #F5F5F5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	text-align: center;
}



.quick ul li.recent_prod ul {
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	position: relative;
}

.quick ul li.recent_prod ul li {
	border: unset;
	border-radius: 6px;
	aspect-ratio: 1/0.7333;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.quick ul li.recent_prod ul li:last-of-type {
	margin-bottom: 0;
}

.quick ul li.recent_prod ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.quick ul li.recent_prod .quick_pager {
	margin-top: 0;
	margin-bottom: 30px;
}

.quick ul li.recent_prod .quick_pager a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	border: 0 none;
	margin: 0 3px;
	line-height: 14px;
	font-size: 14px;
	color: #b6b6b6;
}

.quick ul li.recent_prod .quick_pager a.active {
	color: #666666;
}

.quick ul li.recent_prod .quick_pager .page_prev,
.quick ul li.recent_prod .quick_pager .page_next {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	border: 0 none;
	text-indent: -9999px;
}

.quick ul li.recent_prod .quick_pager .page_prev {
	background: url('/img/quick_prev_btn.png') no-repeat center center;
}

.quick ul li.recent_prod .quick_pager .page_next {
	background: url('/img/quick_next_btn.png') no-repeat center center;
}

.quick ul.zzim {
	margin-top: 30px;
}

.quick ul li.top_btn {
	width: 100%;
	height: 40px;
	background-color: #000;
	box-sizing: border-box;
	line-height: 48px;
	text-align: center;
}

.quick ul li.top_btn a {
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	letter-spacing: -0.025em;
}

.quick_top_btn {
	display: none;
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: -90px;
	/* width: 57px;
	height: 57px;
	background-color: #798ebb; */
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.quick_top_btn.on {
	bottom: 90px;
}

/* .quick_top_btn img {padding-top:12px; } */
.quick_top_btn p {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.025em;
}

.quick_step_btn_box01 {
	display: flex;
}

/* .quick_step_btn_box01 > a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	border: 1px solid #DCDCDC;
	background-color: #F9F9F9;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	padding: 5px;
}
.quick_step_btn_box01 > a + a {
	border-left: unset;
} */
.quick_step_btn_box01>a {
	position: absolute;
	z-index: 2;
}

.quick_step_btn_box01>a.btn-prev {
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.quick_step_btn_box01>a.btn-next {
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

@media all and (max-width:1400px) {
	.quick {
		display: none;
	}

	.quick_top_btn {
		display: block;
	}
}

/* shop 퀵메뉴 */
#sideQuick {
	position: fixed;
	right: 10rem;
	bottom: 4rem;
	z-index: 101;
	max-width: 140px;
}

#sideQuick>ul {
	border-radius: 6px;
	margin-bottom: 20px;
}

#sideQuick ul li .side_quick_menu01 {
	width: 100%;
	aspect-ratio: 1/0.357;
	display: flex;
	align-items: center;
	gap: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding: 0 20px;
}

#sideQuick ul li .side_quick_menu01+.side_quick_menu01 {
	margin-top: 10px;
}

#sideQuick ul li .side_quick_menu01 img {
	width: fit-content;
}

#top_btn {
	margin-top: 10px;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
}

#top_btn.show {
	display: flex;
	opacity: 1;
	transform: translateY(0);
}

#sideQuickMoreBtn {
	position: absolute;
	cursor: pointer;
	bottom: 0;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

#top_btn,
#sideQuickMoreBtn {
	display: flex;
	justify-content: center;
}

.sideQuickBtn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

#sideQuickMoreBtn .sideQuickBtn {
	background-color: var(--color-primary01);
}

#sideQuickMoreBtn .sideQuickBtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	transition: transform 0.3s, opacity 0.3s;
}

#sideQuickMoreBtn .sideQuickBtn span:nth-child(1) {
	width: 12px;
	height: 1px;
}

#sideQuickMoreBtn .sideQuickBtn span:nth-child(2) {
	width: 1px;
	height: 12px;
}

#sideQuickMoreBtn.scroll {
	bottom: 60px;
}

#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(45deg);
}

#sideQuickMoreBtn .quick {
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	min-width: 140px;
	display: none;
}

@media all and (max-width:1400px) {
	#sideQuick {
		display: none;
	}
}

/* END shop 퀵메뉴 */



/* ==========================================================================
	테마공통 inner, 폰트
========================================================================== */
.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1400px) {
	.inner {
		width: 93.75%;
	}
}


.h_inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
	padding-top: 18px;
}

@media all and (max-width:1680px) {
	.h_inner {
		width: 93.75%;
	}
}



.poppins {
	font-family: 'Poppins', sans-serif;
}

/* ==========================================================================
	seafood02
========================================================================== */

/* seafood02_header */
#seafood02_header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
}

#seafood02_header .logo {
	/* position: absolute;
	top: 20px;
	left: 0; */
	width: 160px;
	margin: 0;
}

#seafood02_header .logo a {
	display: block;
}

#seafood02_header .gnb {
	font-size: 0;
	letter-spacing: -4px;
	/* width: calc(100% - 350px); */
	/* width: calc(100% - 215px); */
	width: 100%;
	text-align: center;
	/* padding-top: 35px;
	margin-left: 145px; */
}

#seafood02_header .gnb.on>ul>li ul.depth02 {
	display: block;
}

#seafood02_header .gnb .all_menu {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	width: 50px;
	box-sizing: border-box;
}

#seafood02_header .gnb>ul {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	width: 100%;
	/* width: calc(100% - 50px); */

	display: flex;
	justify-content: center;
	gap: 36px;
}

#seafood02_header .gnb>ul>li {
	display: inline-block;
	vertical-align: top;
	/* width: 9%; */
	width: fit-content;
	/* padding: 0 5px; */
	box-sizing: border-box;
}

#seafood02_header .gnb>ul>li>a {
	display: inline-block;
	color: #222;
	text-align: center;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 16px */
	letter-spacing: -0.16px;
	padding-bottom: 18px;
}

#seafood02_header .gnb>ul>li ul.depth02 {
	padding-bottom: 60px;
	display: none;
}

#seafood02_header .gnb>ul>li ul.depth02 li {
	margin-bottom: 10px;
}

#seafood02_header .gnb>ul>li ul.depth02 li:last-of-type {
	margin-bottom: 0;
}

#seafood02_header .gnb>ul>li ul.depth02 li a {
	display: inline-block;
	font-size: 16px;
	color: #898989;
	letter-spacing: -0.025em;
	font-weight: 300;
	position: relative;
}

#seafood02_header .gnb>ul>li ul.depth02 li a:before {
	content: '';
	display: none;
	position: absolute;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	top: 0;
	left: -10px;
}

/* #seafood02_header .gnb>ul>li ul.depth02 li:hover a {
	color: #fff;
} */

#seafood02_header .gnb>ul>li ul.depth02 li:hover a:before {
	display: block;
}

#seafood02_header .right_box {
	position: absolute;
	font-size: 0;
	letter-spacing: -4px;
	top: 40px;
	right: 0;
}

#seafood02_header .right_box a {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	position: relative;
}

#seafood02_header .right_box a:last-of-type {
	margin-right: 0;
}

#seafood02_header .right_box a span {
	display: block;
	position: absolute;
	top: -5px;
	right: -8px;
	width: 16px;
	height: 16px;
	background: #440606;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	letter-spacing: -0.025em;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
}

/* #seafood02_header:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #D30104;
} */

#seafood02_header_blank {
	display: block;
	width: 100%;
	height: 100px;
}

.main #seafood02_header {
	/* background: transparent; */
	background: #fff;
}

/* .main #seafood02_header:hover {
	background: rgba(0, 0, 0, 0.7);
} */

.main #seafood02_header .gnb>ul>li ul.depth02 li a:before {
	background: #760909;
}

.main #seafood02_header_blank {
	display: none;
}

@media all and (max-width:1500px) {
	#seafood02_header .right_box {
		margin-right: 10px;
	}
}

@media all and (max-width:1200px) {
	/* #seafood02_header .logo {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	} */

	#seafood02_header .gnb {
		width: 100%;
		margin: 0;
		text-align: left;
		height: 90px;
		box-sizing: border-box;
	}

	#seafood02_header .gnb>ul {
		display: none;
	}

	#seafood02_header .right_box {
		margin-right: 0;
	}

	#seafood02_header .right_box a {
		margin-right: 20px;
	}
}

/* seafood02_m_menu */
.seafood02_m_menu {
	position: fixed;
	top: 0;
	left: -1000px;
	width: 80%;
	max-width: 530px;
	height: 100%;
	background: #3b0505;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.seafood02_m_menu.on {
	left: 0;
}

.seafood02_m_menu .top_box {
	padding: 20px 20px 0 20px;
}

.seafood02_m_menu .top_box .x_btn {
	margin-bottom: 10px;
}

.seafood02_m_menu .top_box .x_btn a {
	display: inline-block;
}

.seafood02_m_menu .top_box ul {
	font-size: 0;
	letter-spacing: -4px;
}

.seafood02_m_menu .top_box ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 2px);
	margin: 2px 0;
	text-align: center;
	background: #fff;
}

.seafood02_m_menu .top_box ul li:nth-of-type(2n+1) {
	margin-right: 4px;
}

.seafood02_m_menu .top_box ul li a {
	display: block;
	font-size: 24px;
	color: #444444;
	letter-spacing: -0.025em;
	font-weight: 500;
	line-height: 1.5;
	padding: 26px 0;
}

.seafood02_m_menu .top_box ul li:hover {
	background: #aa0000;
}

.seafood02_m_menu .top_box ul li:hover a {
	color: #fff;
}

.seafood02_m_menu .top_box ul li.on {
	background: #aa0000;
}

.seafood02_m_menu .top_box ul li.on a {
	color: #fff;
}

.seafood02_m_menu .gnb {
	padding: 20px;
}

.seafood02_m_menu .gnb>ul>li {
	margin: 4px 0;
}

.seafood02_m_menu .gnb>ul>li>a {
	display: block;
	font-size: 24px;
	color: #fff;
	letter-spacing: -0.025em;
	font-weight: 400;
	line-height: 1.4;
	padding: 21px 20px;
	background: #710c0c;
}

.seafood02_m_menu .gnb>ul>li ul.depth02 {
	display: none;
	padding: 15px 50px;
	background: #4f0505;
}

.seafood02_m_menu .gnb>ul>li ul.depth02 li {
	padding: 15px 0;
}

.seafood02_m_menu .gnb>ul>li ul.depth02 li a {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #ac9999;
	letter-spacing: -0.025em;
	font-weight: 400;
	line-height: 1.6;
	padding-right: 15px;
}

.seafood02_m_menu .gnb>ul>li ul.depth02 li a:before {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	display: none;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
}

.seafood02_m_menu .gnb>ul>li ul.depth02 li a:hover {
	color: #fff;
}

.seafood02_m_menu .gnb>ul>li ul.depth02 li a:hover:before {
	display: block;
}



/* seafood02_footer */
#seafood02_footer {
	padding: 40px 0 60px;
	border-top: 1px solid #eeeeee;
	overflow: hidden;
}

#seafood02_footer .footer_top {
	font-size: 0;
	letter-spacing: -4px;
}

#seafood02_footer .footer_top ul {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#seafood02_footer .footer_top ul li {
	margin-bottom: 15px;
	text-align: center;
}

#seafood02_footer .footer_top ul li:last-of-type {
	margin-bottom: 0;
}

#seafood02_footer .footer_top ul li a {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	letter-spacing: -0.065em;
	font-weight: 300;
}

#seafood02_footer .footer_top ul li a.red {
	color: #871616;
}

#seafood02_footer .footer_top .box {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#seafood02_footer .footer_top .box h5 {
	font-size: 18px;
	color: #871616;
	letter-spacing: 0em;
	font-weight: 500;
	margin: 0;
	padding-bottom: 20px;

	text-align: center;
}

#seafood02_footer .footer_top .box p {
	font-size: 16px;
	color: #666666;
	letter-spacing: -0.025em;
	font-weight: 300;
	line-height: 1.6;

	text-align: center;
}

#seafood02_footer .footer_top .banner {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#seafood02_footer .footer_bot {
	padding-top: 60px;
	text-align: center;
}

#seafood02_footer .footer_bot .sns_box {
	font-size: 0;
	letter-spacing: -4px;
	margin-bottom: 60px;
}

#seafood02_footer .footer_bot .sns_box li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

#seafood02_footer .footer_bot .sns_box li:last-of-type {
	margin-right: 0;
}

#seafood02_footer .footer_bot .sns_box li a {
	display: block;
}

#seafood02_footer .footer_bot .bot_text ul {
	margin: 0;
	font-size: 0;
	letter-spacing: -4px;
	margin-bottom: 10px;
}

#seafood02_footer .footer_bot .bot_text ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #7f7f7f;
	letter-spacing: -0.025em;
	font-weight: 400;
	margin-right: 20px;
	position: relative;
}

#seafood02_footer .footer_bot .bot_text ul li:last-of-type {
	margin-right: 0;
}

#seafood02_footer .footer_bot .bot_text ul li:after {
	content: '';
	/* display: block; */
	position: absolute;
	width: 1px;
	height: 14px;
	background: #7f7f7f;
	top: 6px;
	right: -10px;
	display: none;
}

/* .footer_top .inner {
	display: flex;
	justify-content: center;
} */

#seafood02_footer .footer_bot .bot_text ul li:last-of-type:after {
	display: none;
}

#seafood02_footer .footer_bot .bot_text p {
	font-size: 13px;
	color: #ababab;
	letter-spacing: 0.06em;
}

@media all and (max-width:1400px) {
	#seafood02_footer .footer_top .banner {
		width: calc(25% + 76px);
		margin-right: -76px;
	}

	#seafood02_footer .footer_top .banner img {
		width: 100%;
	}
}

@media all and (max-width:1000px) {
	#seafood02_footer .footer_top ul {
		width: 50%;
	}

	#seafood02_footer .footer_top .box {
		width: 50%;
	}

	#seafood02_footer .footer_top .banner {
		width: 50%;
	}
}



/* seafood02_quick */
#seafood02_quick {
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 9999;
}

#seafood02_quick ul {
	margin: 0;
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 130px;
	text-align: center;
	box-sizing: border-box;
}

#seafood02_quick ul li {
	border-bottom: 1px solid #e1e1e1;
}

#seafood02_quick ul li:last-of-type {
	border-bottom: 0;
}

#seafood02_quick ul li a {
	font-size: 18px;
	color: #222222;
	letter-spacing: 0em;
	font-weight: 400;
	display: block;
	padding: 18px 0;
}

#seafood02_quick ul li a.red {
	color: #fff;
	background: #aa0000;
}

#seafood02_quick ul li img {
	display: block;
	margin: 0 auto;
	padding-right: 5px;
}

#seafood02_quick .coupon_box {
	background: #710c0c;
	width: 130px;
	text-align: center;
	box-sizing: border-box;
	margin-top: 20px;
}

#seafood02_quick .coupon_box p {
	font-size: 18px;
	color: #ddc8c8;
	letter-spacing: 0em;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 5px;
	padding-top: 20px;
}

#seafood02_quick .coupon_box .price {
	width: calc(100% - 20px);
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.02em;
	font-weight: 300;
	margin: 15px auto;
}

#seafood02_quick .coupon_box .price b {
	font-size: 25px;
}

#seafood02_quick .coupon_box a {
	display: block;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0em;
	font-weight: 400;
	background: #4f0505;
	padding: 15px 5px;
	width: 100%;
	box-sizing: border-box;
}

#seafood02_header .gnb .all_menu {
	display: none;
}

.right_box.flex {
	align-items: center;
	gap: 8px;
}

@media all and (max-width:1680px) {
	/* #seafood02_header .gnb {
		width: calc(100% - 215px);
	} */

	#seafood02_header .gnb>ul>li>a {
		font-size: 14px;
	}

	#seafood02_header .gnb>ul {
		width: 100%;
	}

	/* #seafood02_header .gnb {
		width: calc(100% - 190px);
	} */
}


@media all and (max-width:1200px) {
	#seafood02_header .gnb .all_menu {
		display: block;
	}
}

@media all and (max-width:1000px) {
	#seafood02_quick {
		display: none;
	}


}


.flex {
	display: flex;
	flex-wrap: wrap;
}

.shop_item_detail_wrapper01 {
	margin-bottom: 60px;
}


/* 20251202 추가 */
.h_flex_box {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
}

@media all and (max-width:1200px) {
	.h_flex_box {
		flex-direction: unset;
		justify-content: space-between;
		align-items: center;
	}
	.h_inner {
		padding-top: 0;
	}

	.right_box.pc {
		display: none;
	}
	#seafood02_header .gnb {
		width: fit-content;
		height: fit-content;
	}

	.main #seafood02_header {
		padding: 20px 0;
	}
}