@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

section.section .tit{
	font-size: 66px;
	font-family: "pb";
	line-height: 1.3;
	font-weight: normal;
}

section.section .conTxt{
	text-align: center;
}



/* section9 */
.section.section9{
	background: url(/include/img/sub030503_section9_bg.jpg) no-repeat center / cover;
}

/* section10 */
section.section.section10 .tit{
	margin-bottom: 70px;
}

.section.section10 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.section.section10 ul li{
	width: calc(100%/4 - 90px/4);
	margin-right: 30px;
	margin-top: 30px;
}

.section.section10 ul li:nth-child(4n),
.section.section10 ul li:last-child{
	margin-right: 0;
}

.section.section10 ul li:nth-child(-n+4){
	margin-top: 0;
}

.section.section10 ul li img{
	max-width: 100%;
}

.section.section10 ul li h3{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	line-height: 1.3;
}

.section.section10 ul li p{
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	opacity: 0.7;
	line-height: 1.3;
}

/* pinfo */
.pinfo .tit{
	
}

/* locationBox */
.locationBox h4{
	font-size: 48px;
	font-family: "pb";
	font-weight: normal;
	text-align: center;
	margin: 70px 0;
}

.locationBox h5{
	font-size: 40px;
	font-family: "pb";
	font-weight: normal;
	text-align: center;
	margin: 70px 0;
}

.locationBox .hashBox{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 75px;
}

.locationBox .hashBox span{
	background: #DAE7FF;
	border-radius: 100px;
	padding: 20px 40px;
	color: var(--pCol);
	font-size: 28px;
	font-weight: normal;
	font-family: "pb";
	line-height: 1;
}

/* gongsa */
.gongsa h4{
	text-align: center;
	line-height: 1.3;
	font-size: 48px;
	font-weight: normal;
	font-family: "pb";
	margin: 75px 0;
}


/* nowpro */
.nowpro .conTxt{
	margin: 75px 0;
}

.nowpro div + .inner .tit{
	margin-top: 75px;
}

/* fdBox */
.fdBox .fdUl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fdBox .fdUl li{
	width: calc((100% - 20px)/2);
}

.fdBox .fdUl li img{
	max-width: 100%;
}




/* ---------------------------------------------------------- 1000 */
@media screen and (max-width: 1000px){
	
}


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

section.section .tit{
	font-size: 7vw;
}

.sfcUl li:first-child p{
	line-height: 1.6 !important;
}

.sfcUl li:last-child p{
	line-height: 1.6 !important;
}

/* locationBox */
.locationBox h4{
	font-size: 4.5vw;
	margin: 8vw 0;
	line-height: 1.5;
}

.locationBox h5{
	font-size: 4vw;
	margin: 8vw 0;
	line-height: 1.5;
}

.locationBox .hashBox{
	gap: 3vw;
	margin-bottom: 8vw;
	flex-wrap: wrap;
}

.locationBox .hashBox span{
	padding: 3vw 5vw;
	font-size: 3vw;
}

/* gongsa */
.gongsa h4{
	font-size: 5vw;
	margin: 8vw 0;
}


/* nowpro */
.nowpro .conTxt{
	margin: 8vw 0;
}

.nowpro div + .inner .tit{
	margin-top: 8vw;
}

/* fdBox */
.fdBox .fdUl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fdBox .fdUl li{
	width: 100%;
}

.fdBox .fdUl li + li{
	margin-top: 3vw;
}





}