@charset "utf-8";

html, body{ overflow-x: hidden; }

#sec01{}

#sec01 .wrapper{}

#sec01 .design-box{
	width: 100%;
}

#sec01 .design-box .design{
	width: 100%;
}

#sec01 .design-box .design .design_tit{
	border-bottom: 2px solid var(--color01);
}

#sec01 .design-box .design .design_tit span{
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	color: var(--white);
	background-color: var(--color01);
	padding: 25px 45px;
}

#sec01 .design-box .design .design_cont{
	box-sizing: border-box;
	width: 100%;
	padding: 50px 190px;
	border-bottom: 2px solid var(--color01);
}

#sec01 .design-box .design .design_cont figure{	
	display: block;
	width: 100%;
	margin: 0;
}

#sec01 .design-box .design .design_cont figure img{
	width: 100%;
}


#sec01 .design-box .design:not(:first-child){
	margin-top: 160px;
}


#sec01 .noti{
	box-sizing: border-box;
	padding: 25px 30px;
	background-color: var(--color04);
	margin-top: 100px;
}

#sec01 .noti li{
	padding-left: 18px;
	position: relative;
	font-size: 1.125rem;
	word-break: keep-all;
}

#sec01 .noti li::before{
	content: "※";
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	position: absolute;
	top: 0; left: 0;
}

#sec01 .noti li:not(:first-child){
	margin-top: 10px;
}

#sec01 .design_table{
	margin-top: 100px;
}

#sec01 .design_table table{
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid var(--color03);
	border-bottom: 2px solid var(--color03);
}

#sec01  .design_table table tr{
/*	border-bottom: 1px solid var(--gray02);*/
}
#sec01 .design_table table tr:nth-child(even) {
	background-color: var(--color04);
}
#sec01  .design_table table tr th{
	font-size: 1.25rem;
	padding: 25px 20px;
	text-align: left;
	width: 27%;
	box-sizing: border-box;
	font-weight: 600;
}

#sec01  .design_table table tr td{
	font-size: 1.125rem;
	padding: 25px 10px;
	word-break: keep-all;
}
#sec01  .design_table table tr td small {
	font-size: 1rem;
	color: var(--gray01);
}
#sec01  .design_table table tr th *,
#sec01  .design_table table tr td *{
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}

#sec01  .design_table table tr td:nth-of-type(1){
	width: 74%;
	padding: 10px;
}



#sec01 .tab-btn-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
#sec01 .tab-cont {
	margin-top: 120px;
}
#sec01 .tab-btn-box .tab_btn {
	width: calc( 100% / 4 );
	background-color: var(--color04);
	text-transform: uppercase;
	color: var(--color01);
	font-size: 1.25rem;
	transition: 0.4s;
	text-align: center;
}

#sec01 .tab-btn-box .tab_btn:hover,
#sec02 .interior_tab-btn-box .interior_tab_btn:hover
{
	background-color: var(--color03);
}

#sec01 .tab-btn-box .tab_btn a,
#sec02 .interior_tab-btn-box .interior_tab_btn a
{
	display: block;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 25px 0;
}

#sec01 .tab-btn-box .tab_btn.active,
#sec02 .interior_tab-btn-box .interior_tab_btn.active
{
	background-color: var(--color02);
	color: var(--white);
}


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

@media screen and (max-width: 1300px){
	#sec01 .design-box .design:not(:first-child){
		margin-top: 140px;
	}

	#sec01 .design-box .design .design_cont{
		padding: 50px 150px;
	}

	#sec01 .design_table{
		margin-top:140px;
	}

}

@media screen and (max-width: 1100px){
	#sec01 .design-box .design:not(:first-child){
		margin-top: 120px;
	}


	#sec01 .design-box .design .design_tit span{
		font-size: 1.125rem;
		padding: 20px 45px;
	}

	#sec01 .design-box .design .design_cont {
		padding: 45px 100px;
	}

		#sec01 .noti{
		margin-top: 70px;
	}
	#sec01 .noti li{ font-size: 1.0625rem; }
	#sec01 .design_table table{
		width: 100%;
	}

	#sec01 .design_table{
		margin-top:120px;
	}
	#sec01 .tab-cont {
		margin-top: 60px;
	}
}

@media screen and (max-width: 900px){
	#sec01 .design-box .design:not(:first-child){
		margin-top: 110px;
	}
	
	#sec01 .design-box .design .design_cont {
		padding: 40px 65px;
	}

	#sec01 .design_table table tr th{
		padding: 20px 25px;
		font-size: 1.125rem;
	}
	#sec01 .design_table table tr td{
		padding: 20px 10px;
		font-size: 1.0625rem;
	}

	#sec01 .design_table{
		margin-top:110px;
	}
}

@media screen and (max-width: 767px){
	#sec01 .design-box .design:not(:first-child){
		margin-top: 90px;
	}

	#sec01 .design_table{
		margin-top:40px;
	}
	
	#sec01 .design-box .design .design_tit span {
		font-size: 1.0625rem;
		padding: 15px 32px;
	}
	
	#sec01 .design-box .design .design_cont{
		padding: 20px ;
	}

	#sec01 .noti li:not(:first-child){ margin-top: 7px; }

	#sec01 .noti {
		padding: 20px 22px;
		margin-top: 45px;
	}

	#sec01 .design_table .noti li{
		font-size: 1rem;
		padding-left: 10px;
	}

	#sec01 .design_table table tr th{
		padding: 15px 12px;
		font-size: 1.0625rem;
	}
	#sec01 .design_table table tr td{
		padding: 15px 7px;
		font-size: 1rem;
	}

	#sec01 .design_table table tr th{
		width: 7%;
	}
	#sec01 .design_table table tr td:nth-of-type(1){
		width: 23%;
	}
	#sec01  .design_table table tr td small {
		font-size: 12px;
	}
	#sec01 .tab-btn-box {
		flex-wrap: wrap;
	}
	#sec01 .tab-btn-box .tab_btn {
		width: calc(100% / 2);
	}
	#sec01 .tab-btn-box .tab_btn a {
	    font-size: 12px;
		padding: 20px 0;
	}
	#sec01 .tab-cont {
		margin-top: 30px;
	}

}

@media screen and (max-width: 320px){
	#sec01 .design-box .design:not(:first-child){
		margin-top: 70px;
	}
	
	#sec01 .noti {
		padding: 15px 18px;
	}

	#sec01 .design_table{
		margin-top:20px;
	}
}
