/** # 서브페이지 공통 CSS **/

.yms-sub-top-icon-img {
	display: table;
	margin: 0;
	width: 33px;
}
.yms-icon-wrap {
	margin-bottom: 16px;
}
.no-list {
	padding: 100px 0;
	text-align: center;
	font-size: 18px;
}
.Sub {
	padding-bottom: 256px;
}
.sub-head {
	width: 100%;
	aspect-ratio: 6 / 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.sub-head-title-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--gray-scale1);
	z-index: 3;
	
}
.sub-head-title {
	font-weight: 700;
	margin-bottom: 8px;
}
.sub-head-title-about {
	font-weight: 500;
	font-size: 18px;
	line-height: 133.33%;
}
.sub-head-cate {
	font-weight: 500;
	font-size: 20px;
	color: var(--theme-color1);
	text-align: center;
	margin-bottom: 10px;
}
.sub-category-wrap {
	margin-top: 72px;
	margin-bottom: 24px;
	display: flex;
	justify-content: flex-end;
}
.sub-category-in {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-category-box {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -0.24px;
	color: var(--gray-scale7);
	font-weight: 400;
}
.sub-page-navi-next-icon-img {
	width: 12px;
	display: table;
	margin: 0 2px;
}
.sub-page-navi-home-icon-img {
	width: 16px;
	display: table;
	margin: 0;
}
.sub-content {
	padding-top: 150px;
}
.sub-page-title-center {
	text-align: center;
	font-weight: 800;
	font-size: 47px;
}
.sub-page-point-bar {
	width: 1px;
	height: 75px;
	display: table;
	margin: 0 auto;
	background-color: var(--black);
}
.sub-title-wrap {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 170%;
	word-break: keep-all;
}
.sub-title-wrap .point {
	color: var(--theme-color1);
}
.sub-menu-list {
	display: flex;
	align-items: center;
	color: var(--gray-scale4);
	margin: 0 auto;
	height: 100%;
}
.sub-menu-list .item a {
	color: var(--gray-scale4);
}
.sub-head-navi-wrap {
	display: none;
}
.sub-menu-list-wrap {
	width: 100%;
	margin: 0 auto;
	background-color: var(--point-red);
}
.sub-menu-list-wrap .width-limit {
	height: 100%;
}
.sub-menu-list .item {
	display: flex;
	margin-right: 98px;
	height: 100%;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 137.5%;
	color: var(--gray-scale2);
	height: 40px;
}
.sub-menu-list .item:last-child {
	margin-right: 0;
}
.sub-menu-list .item a {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}
.sub-menu-list .item a span {
	position: relative;
}
.sub-menu-list .item a.on {
	font-weight: 700;
	color: var(--gray-scale2);
}
.sub-menu-list .item a.on span:after {
	content: "";
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: calc(100% + 6px);
	height: 1px;
	background-color: var(--white);
}

.sub-menu-list .item.on {
	color: var(--white);
}
.sub-menu-list > a.on:after, .sub-menu-list > a:last-child:after {
	display: none;
}

/** # Sub Line Header */
.sub-line-header {
	max-width: 100%;
	height: 560px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 110px;
	position: relative;
}
.sub-line-header-title {
	font-weight: 300;
	font-size: 60px;
	position: absolute;
	z-index: 1;
	top: -110px;
	left: 50px;
	color: var(--theme-color2);
}
.sub-line-header-text-wrap {
	color: var(--theme-color2);
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.sub-line-header-text-wrap .title {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.sub-line-header-text-wrap .content {
	font-size: 15px;
	line-height: 160%;
	word-break: keep-all;
}

@media screen and (max-width:1200px){
	.Sub {
		padding-bottom: 200px;
	}
	.sub-head {
		aspect-ratio: 5 / 1;
	}
	.sub-menu-list .item {
		margin-right: 70px;
	}
}

@media screen and (max-width:970px){
	.sub-head {
		aspect-ratio: 4 / 1;
	}
	.sub-menu-list .item {
		margin-right: 50px;
	}
}

@media screen and (max-width:768px){
	.Sub {
		padding-bottom: 48px;
	}
	.yms-sub-top-icon-img {
		width: 26px;
	}
	.sub-head {
		aspect-ratio: 3.25 / 1;
	}
	.sub-menu-list .item a.on span:after {
		display: none;
	}
	.sub-head-title-wrap {
		padding: 0 32px;
	}
	.sub-menu-list .item {
		margin-right: 40px;
	}
	.sub-category-wrap {
		margin-top: 16px;
		margin-bottom: 48px;
	}
	.sub-head-title-about {
		font-weight: 400;
		font-size: 14px;
		line-height: 128.5%;
	}
	.sub-menu-list .item {
		height: 32px;
		font-size: 14px;
	}
	.sub-menu-list .item.item-pc a{
		display: none;
	}
	.sub-menu-list .item.item-pc {
		height: 8px;
	}

	.no-list {
		padding: 50px 0;
		font-size: 14px;
	}
}


@media screen and (max-width:320px){
	.sub-head {
		aspect-ratio: 3 / 1;
	}
	.sub-head-title-wrap {
		padding: 0 20px;
	}
	.sub-menu-list .item {
		margin-right: 20px;
		font-size: 12px;
	}
	.sub-head-title-about {
		font-size: 12px;
	}
}