@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;
}

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

/* pinfo */
section.pinfo .numdata li p{
	font-size: 24px;
}

/* msgBox */
.msgBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 120px;
}

.msgBox .inbox{
	position: relative;
	background: #f7f8fc;
	border-radius: 60px;
	box-sizing: border-box;
	width: calc(100%/2 - 20px/2);
	padding: 70px 50px 50px;
}

.msgBox .inbox.full{
	width: 100%;
}

.msgBox .inbox h6{
	display: inline-block;
	color: #fff;
	background: var(--pCol);
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	line-height: 1;
	padding: 10px 40px;
}

.msgBox .inbox p{
	font-size: 28px;
	font-family: "pr";
	line-height: 2.3;
}

.msgBox .inbox p strong{
	display: block;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	font-family: "psb";
}

/* msgBox2 */
.msgBox2{
	margin-top: 250px;
}

.msgBox2 h6{
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 35px;
	font-weight: normal;
	font-family: "psb";
}

.msgBox2 .pDiv{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.msgBox2 .pDiv p{
	width: calc((100% - 40px)/3);
	background: var(--pCol);
	color: #fff;
	font-size: 28px;
	border-radius: 100px;
	text-align: center;
	padding: 20px;
	font-family: "pr";
}



/* jaemooBox */
.jaemooBox article .rightBox{
	font-family: "pr" !important;
}

.jaemooBox article .rightBox strong{
	font-family: "pm" !important;
}

/* locationBox */
section.section.locationBox * + .tit{
	margin-top: 120px;
	margin-bottom: 40px;
}

.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;
}




/* ---------------------------------------------------------- 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;
}

/* pinfo */
section.pinfo{
	
}

section.pinfo .numdata li p{
	font-size: 4vw;
}


/* msgBox */
.msgBox{
	margin-top: 15vw;
	gap: 10vw
}

.msgBox .inbox{
	border-radius: 8vw;
	width: calc(100%);
	padding: 8vw 7vw 7vw;
}

.msgBox .inbox.full{
	width: 100%;
}

.msgBox .inbox h6{
	font-size: 4vw;
	padding: 2vw 5vw;
	width: 70%;
}

.msgBox .inbox p{
	font-size: 3.5vw;
	line-height: 2.3;
}

.msgBox .inbox p strong{
	font-size: 4vw;
	margin-bottom: 2vw;
}

/* msgBox2 */
.msgBox2{
	margin-top: 30vw;
}

.msgBox2 h6{
	font-size: 5vw;
	margin-bottom: 5vw;
}

.msgBox2 .pDiv{
	gap: 2vw;
	justify-content: center;
}

.msgBox2 .pDiv p{
	width: 100%;
	font-size: 3.5vw;
	padding: 2vw 4vw;
}

/* jaemooBox */
.jaemooBox .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5vw;
}

.jaemooBox .flex img{
	max-width: calc(100%);
}

/* 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;
}

.linkArea .refer{
	width: 60% !important;
}





}