@import "sub_t.css";
@import "sub_j.css";
@import "sub_s.css";

#header,
.allmenu-on #header {
	--color-white: #121212;
	border-color: #eee;
	background-color: #fff;
}

#header .logo a,
.allmenu-on #header .logo a {
	background-image: url(../images/logo-c.png);
}


.all_menu_btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2 %7B fill: %23121212; %7D %3C/style%3E%3C/defs%3E%3Cg id='ic_menu' transform='translate(-1773 -127)'%3E%3Crect id='bx' class='cls-1' width='24' height='24' transform='translate(1773 127)'/%3E%3Cg id='Group_27' data-name='Group 27' transform='translate(-1 2)'%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' class='cls-2' width='4' height='4' rx='2' transform='translate(1784 125)'/%3E%3Crect id='Rectangle_128' data-name='Rectangle 128' class='cls-2' width='4' height='4' rx='2' transform='translate(1784 135)'/%3E%3Crect id='Rectangle_131' data-name='Rectangle 131' class='cls-2' width='4' height='4' rx='2' transform='translate(1784 145)'/%3E%3Crect id='Rectangle_125' data-name='Rectangle 125' class='cls-2' width='4' height='4' rx='2' transform='translate(1774 125)'/%3E%3Crect id='Rectangle_127' data-name='Rectangle 127' class='cls-2' width='4' height='4' rx='2' transform='translate(1774 135)'/%3E%3Crect id='Rectangle_130' data-name='Rectangle 130' class='cls-2' width='4' height='4' rx='2' transform='translate(1774 145)'/%3E%3Crect id='Rectangle_126' data-name='Rectangle 126' class='cls-2' width='4' height='4' rx='2' transform='translate(1794 125)'/%3E%3Crect id='Rectangle_129' data-name='Rectangle 129' class='cls-2' width='4' height='4' rx='2' transform='translate(1794 135)'/%3E%3Crect id='Rectangle_132' data-name='Rectangle 132' class='cls-2' width='4' height='4' rx='2' transform='translate(1794 145)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* sub_wrap */
.sub_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 10.625rem 0 5rem;
}

.sub_wrap.crops {
	background-image: url("/resource/images/sub/crops_shape.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 4.3125rem;
}

.sub_visual {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	width: 100%;
	max-width: 120rem;
	padding: 0 5rem 2.5rem;
	transition: all 0.3s ease-in-out;
}

.sub_visual.full {
	padding-left: 0;
	padding-right: 0;
}

.sv_location ul {
	display: flex;
	align-items: center;
}

.sv_location ul li {
	padding: 0 0.75rem;
	position: relative;
	font-size: 0.875rem;
	line-height: 0.875rem;
}

.sv_location ul li+li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.5rem;
	height: 0.5rem;
	background: center center;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpolygon fill='rgba(24, 25, 28, 0.999)' points='20.62 55.62 45.74 30.5 20.62 5.38 16.38 9.62 37.26 30.5 16.38 51.38 20.62 55.62'/%3E%3C/svg%3E") no-repeat;
}

.sv_location ul li.sv_location_home a {
	display: block;
	width: 0.75rem;
	height: 0.8125rem;
	background: no-repeat center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13'%3E%3Cpath data-name='Union 1' d='M8-5558v-5H4v-3 8H0v-8l6-5 6 5v8z' transform='translate(0 5571)' style='fill:%23121212'/%3E%3C/svg%3E%0A");
}

.sv_tit {
	font-size: 3.75rem;
}

.sv_bg {
	width: 100%;
	height: 18.75rem;
	margin-bottom: 1.5rem;
	border-radius: 2rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	transition: all 0.3s ease-in-out;
}

.sub_visual.full .sv_bg {
	border-radius: 0;
}

.sub_wrap.v2 {
	padding:0 0 5rem;
}
/* .sub_wrap.v2 .pin-spacer {
	height: 200vh !important;
	padding-bottom: 100vh !important;
} */
.sub_wrap.v2 .sub_visual {
	position: relative;
	top: 0;
	width: 100%;
	height: 100vh;
	/* margin-bottom: 40.375rem; */
	transition: none;
}
.sub_wrap.v2 .visual_wrap {
	position: absolute;
	top: 0;
	/* bottom: -70.2%; */
	left: 0;
	width: 100%;
	height: 100vh;
}
.sub_wrap.v2 .back,
.sub_wrap.v2 .front {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	padding:0;
	transform: translateX(-50%);
}
.sub_wrap.v2 .visual_wrap.fix {
	/* position: fixed;
	bottom:0; */
}
.sub_wrap.v2 .front {
	clip-path: polygon(0% 62%, 100% 62%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 62%, 100% 62%, 100% 100%, 0% 100%);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.sub_wrap.v2 .back .loc,
.sub_wrap.v2 .front .loc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.sub_wrap.v2 .front .loc * {
	color:#fff;
}
.sub_wrap.v2 .front .sv_location ul li+li:before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpolygon fill='rgba(255, 255, 255, 0.999)' points='20.62 55.62 45.74 30.5 20.62 5.38 16.38 9.62 37.26 30.5 16.38 51.38 20.62 55.62'/%3E%3C/svg%3E") no-repeat;
}

.sub_wrap.v2 .front .sv_location ul li.sv_location_home a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13'%3E%3Cpath data-name='Union 1' d='M8-5558v-5H4v-3 8H0v-8l6-5 6 5v8z' transform='translate(0 5571)' style='fill:%23ffffff'/%3E%3C/svg%3E%0A");
}
.sub_wrap.v2 .front .sv_bg {
	position: absolute;
	top: 62%;
	left: 50%;
	width: 35.5rem;
	height: 100vh;
	margin-bottom: 0;
	border-radius: 2rem 2rem 0 0;
	background-position: center 232%;
	/* z-index: 2; */
	transform: translateX(-50%);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.sub_wrap.v2 .sub_visual.full .front {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.sub_wrap.v2 .sub_visual.full .front .sv_bg {
	top: 0;
	width: 100%;
	border-radius: 0;
	background-position: center bottom;
}
.sub_wrap.v2 .sub_visual.full .loc2 {
	opacity: 1;
	/* z-index: 3; */
}

.header-v .sub_wrap.v2 {
	padding-top: 0 !important;
}

.sv1_1 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg1_1.jpg");
}

.sv1_2 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg1_2.jpg");
}

.sv1_4 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg1_4.jpg");
}

.sv2_1 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg2_1.jpg");
}
.sv2_2 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg2_2.jpg");
}
.sv2_3 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg2_3.jpg");
}

.sv3_1 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg3_1.jpg");
}

.sv3_2 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg3_2.jpg");
}

.sv3_3 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg3_3.jpg");
}

.sv3_4 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg3_4.jpg");
}

.sv4_1 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg4_1.jpg");
}

.sv4_2 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg4_2.jpg");
}

.sv4_3 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg4_3.jpg");
}

.sv6_1 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg6_1.jpg");
}

.sv6_2 .sv_bg {
	background-image: url("/resource/images/sub/sv_bg6_2.jpg");
}

.sub_con {
	width: 100%;
	margin: 0 auto;
}

.cont-tit {
	margin-bottom: 2.5rem;
	font-size: 2.5rem;
	letter-spacing: -1px;
}
@media all and (min-width: 1920px) {
	.header-v .sub_wrap.v2 {
		padding-top: 0;
	}

	/* .sub_wrap.v2 {
		padding: 5.8625rem 0 5rem;
	}

	.sub_wrap.v2 .sub_visual {
		max-width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 0;
	}

	.sub_wrap.v2 .visual_wrap {
		position: relative;
		bottom: auto;
		top: 0;
	}

	.sub_wrap.v2 .visual_wrap.fix {
		position: relative;
		bottom: auto;
		top: 0;
	}

	.sub_wrap.v2 .back {
		display: none;
	}

	.sub_wrap.v2 .front {
		position: static;
		height: 100vh;
		transform: translateX(0);
	}

	.sub_wrap.v2 .sub_visual .front {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.sub_wrap.v2 .back .loc,
	.sub_wrap.v2 .front .loc {
		width: 100%;
	}

	.sub_wrap.v2 .front .sv_bg {
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
		background-position: center;
		background-size: cover;
	} */
}
@media all and (max-width: 1440px) {
	.sub_wrap.crops {
		background-size: 150% auto;
	}
}
@media all and (max-width: 1024px) {
	.header-v #header {
		--color-white: #fff;
		border-color: rgba(255, 255, 255, 0.5);
		background-color: transparent;
	}
	.header-v #header .logo a {
		background-image: url(../images/logo.png);
	}
	.header-v .all_menu_btn {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cg id='ic_menu' transform='translate(-1773 -127)'%3E%3Crect id='bx' class='cls-1' width='24' height='24' transform='translate(1773 127)'/%3E%3Cg id='Group_27' data-name='Group 27' transform='translate(-1 2)'%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' class='cls-2' width='4' height='4' rx='2' transform='translate(1784 125)'/%3E%3Crect id='Rectangle_128' data-name='Rectangle 128' class='cls-2' width='4' height='4' rx='2' transform='translate(1784 135)'/%3E%3Crect id='Rectangle_131' data-name='Rectangle 131' class='cls-2' width='4' height='4' rx='2' transform='translate(1784 145)'/%3E%3Crect id='Rectangle_125' data-name='Rectangle 125' class='cls-2' width='4' height='4' rx='2' transform='translate(1774 125)'/%3E%3Crect id='Rectangle_127' data-name='Rectangle 127' class='cls-2' width='4' height='4' rx='2' transform='translate(1774 135)'/%3E%3Crect id='Rectangle_130' data-name='Rectangle 130' class='cls-2' width='4' height='4' rx='2' transform='translate(1774 145)'/%3E%3Crect id='Rectangle_126' data-name='Rectangle 126' class='cls-2' width='4' height='4' rx='2' transform='translate(1794 125)'/%3E%3Crect id='Rectangle_129' data-name='Rectangle 129' class='cls-2' width='4' height='4' rx='2' transform='translate(1794 135)'/%3E%3Crect id='Rectangle_132' data-name='Rectangle 132' class='cls-2' width='4' height='4' rx='2' transform='translate(1794 145)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}

	.header-v.header-on #header,
	.header-v.allmenu-on #header {
		border-color: #eee;
		background-color: #fff;
	}

	.header-v.header-on #header .logo a,
	.header-v.allmenu-on #header .logo a {
		background-image: url(../images/logo-c.png);
	}

	.header-v.header-on #header,
	.header-v.allmenu-on #header {
		--color-white: #121212;
		/* color: var(--color-white), #121212; */
	}

	.header-v.header-on .all_menu_btn {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2 %7B fill: %23121212; %7D %3C/style%3E%3C/defs%3E%3Cg id='ic_menu' transform='translate(-1773 -127)'%3E%3Crect id='bx' class='cls-1' width='24' height='24' transform='translate(1773 127)'/%3E%3Cg id='Group_27' data-name='Group 27' transform='translate(-1 2)'%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' class='cls-2' width='4' height='4' rx='2' transform='translate(1784 125)'/%3E%3Crect id='Rectangle_128' data-name='Rectangle 128' class='cls-2' width='4' height='4' rx='2' transform='translate(1784 135)'/%3E%3Crect id='Rectangle_131' data-name='Rectangle 131' class='cls-2' width='4' height='4' rx='2' transform='translate(1784 145)'/%3E%3Crect id='Rectangle_125' data-name='Rectangle 125' class='cls-2' width='4' height='4' rx='2' transform='translate(1774 125)'/%3E%3Crect id='Rectangle_127' data-name='Rectangle 127' class='cls-2' width='4' height='4' rx='2' transform='translate(1774 135)'/%3E%3Crect id='Rectangle_130' data-name='Rectangle 130' class='cls-2' width='4' height='4' rx='2' transform='translate(1774 145)'/%3E%3Crect id='Rectangle_126' data-name='Rectangle 126' class='cls-2' width='4' height='4' rx='2' transform='translate(1794 125)'/%3E%3Crect id='Rectangle_129' data-name='Rectangle 129' class='cls-2' width='4' height='4' rx='2' transform='translate(1794 135)'/%3E%3Crect id='Rectangle_132' data-name='Rectangle 132' class='cls-2' width='4' height='4' rx='2' transform='translate(1794 145)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	.header-v.allmenu-on .all_menu_btn {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2 %7B fill: %23121212; %7D %3C/style%3E%3C/defs%3E%3Cg id='ic_menu_close' transform='translate(-1764.5 -125.698)'%3E%3Crect id='Rectangle_193' data-name='Rectangle 193' class='cls-1' width='26' height='26' transform='translate(1764.5 125.698)'/%3E%3Cg id='Group_46' data-name='Group 46' transform='translate(0.021 0.021)'%3E%3Crect id='Rectangle_6' data-name='Rectangle 6' class='cls-2' width='30' height='3' transform='translate(1768.6 126.678) rotate(45)'/%3E%3Crect id='Rectangle_57' data-name='Rectangle 57' class='cls-2' width='30' height='3' transform='translate(1789.813 128.8) rotate(135)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	.header-v .allMenu .all_menu_btn {
		display: none;
	}
	
	/* body:not(.header-v) #header {
		--color-white: #121212;
		border-color: #eee;
		background-color: #fff;
	} */
	
	/* body:not(.header-v) #header .logo a {
		background-image: url(../images/logo-c.png);
	} */
	.header-v .sub_wrap.v2 {
		padding-top: 0;
	}
	.sub_wrap.v2 {
		padding: 5.8625rem 0 5rem;
	}
	.sub_wrap.v2 .sub_visual {
		height: auto;
		padding:0;
		margin-bottom: 0;
	}
	.sub_wrap.v2 .visual_wrap {
		position: relative;
	}
	.sub_wrap.v2 .visual_wrap.fix {
		position: relative;
	}
	.sub_wrap.v2 .back {
		display: none;
	}
	.sub_wrap.v2 .front {
		overflow: hidden;
		position: static;
		height: 100vh;
		transform: translateX(0);
	}
	.sub_wrap.v2 .sub_visual .front {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	.sub_wrap.v2 .back .loc,
	.sub_wrap.v2 .front .loc {
		width: 100%;
	}

	@keyframes bgScale {
		0% {
			transform: translateX(-50%) scale(1.2);
		}
		100% {
			transform: translateX(-50%) scale(1);
		}
	}
	.sub_wrap.v2 .front .sv_bg {
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
		background-position: center;
		background-size: cover;
		transform: translateX(-50%) scale(1);
		animation-name: bgScale;
		animation-duration: 2s;
		animation-iteration-count: 1;
	}

	.sub_wrap.crops {
		background-size: 200% auto;
	}
}

@media all and (max-width: 800px) {
	.sub_wrap {
		padding: 8.4375rem 0 4rem;
	}

	.sub_visual {
		padding: 0 1rem 1.5rem;
	}

	.sv_location {
		display: none;
	}

	.sv_tit {
		font-size: 2.125rem;
		text-align: center;
	}

	.sv_bg {
		height: 7.5rem;
		border-radius: 1rem;
	}

	.sub_wrap.v2 {
		padding: 5.3625rem 0 5rem;
	}
	.sub_wrap.v2 .front .sv_bg {
		background-position: center bottom;
		background-size: cover;
	}

	.sv1_1 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg1_1_m.jpg");
	}

	.sv1_2 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg1_2_m.jpg");
	}

	.sv1_4 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg1_4_m.jpg");
	}

	.sv2_1 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg2_1_m.jpg");
	}
	.sv2_2 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg2_2_m.jpg");
	}
	.sv2_3 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg2_3_m.jpg");
	}

	.sv3_1 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg3_1_m.jpg");
	}
	.sv3_2 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg3_2_m.jpg");
	}
	.sv3_3 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg3_3_m.jpg");
	}
	.sv3_4 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg3_4_m.jpg");
	}

	.sv4_1 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg4_1_m.jpg");
	}

	.sv4_2 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg4_2_m.jpg");
	}

	.sv4_3 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg4_3_m.jpg");
	}

	.sv6_1 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg6_1_m.jpg");
	}

	.sv6_2 .sv_bg {
		background-image: url("/resource/images/sub/sv_bg6_2_m.jpg");
	}

	.cont-tit {
		margin-bottom: 1.5rem;
		font-size: 1.625rem;
		letter-spacing: -0.65px;
	}

	.sub_wrap.crops {
		background-size: 300% auto;
	}
}

/* sub_tab */
@keyframes fix {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}
@keyframes fix-r {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}
.sub_tab {
	height: 4.5rem;
	margin-top: 4rem;
	margin-bottom: 6.813rem;
}
.sub_tab .tab_fix {
	animation-name: fix-r;
	animation-duration: 0.8s;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
.sub_tab .tab_fix ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	position: relative;
	z-index: 10;
}
.sub_tab .tab_fix ul li a {
	display: block;
	font-size: 1.125rem;
	line-height: 4.5rem;
	text-align: center;
	border: solid 1px var(--border-color);
	border-radius: 0.5rem;
	transition: all 0.3s;
}
.sub_tab .tab_fix ul li:hover a,
.sub_tab .tab_fix ul li.on a {
	color: var(--color-white);
	border-color: var(--color-green);
	background-color: var(--color-green);
}
.sub_tab .tab_fix.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	border-top: 1px solid var(--border-color);
	background-color: var(--bg-color);
	transition: top 0.2s;
	animation-name: fix;
	animation-duration: 0.8s;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	z-index: 2000;
}
.sub_tab .tab_fix.fix:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--border-color);
	z-index: 1;
	content:'';
}
.sub_tab .tab_fix.fix ul {
	gap:0;
}
.sub_tab .tab_fix.fix ul li a {
	font-weight: bold;
	border-radius: 0;
	border: none;
}

@media screen and (max-width:800px) {
	.sub_tab {
		height: 3.5rem;
		margin-top: 2.5rem;
		margin-bottom: 5rem;
	}
	.sub_tab .tab_fix ul {
		gap: 0.5rem;
	}
	.sub_tab .tab_fix ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 3.5rem;
		padding:0.5rem;
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.sub_tab .tab_fix.fix .inner {
		padding:0;
	}
}





