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

/* section1 */
.section.section1{
	padding-bottom: 100px;
}

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

.section.section2 .tit{
	margin-bottom: 30px;
	padding-left: 55px;
	position: relative;
	text-align: left;
}

.section.section2 .conTxt.line{
	display: inline-block;
	border-top: 2px solid var(--mainCol);
	border-bottom: 2px solid var(--mainCol);
	margin: 50px 0;
	padding:  10px 0;
}

/* section3 */
.section.section3.diaCon .tit{
	margin-bottom: 60px;
}

.section.section3 table{
	max-width: 750px;
	width: 100%;
	border-collapse: collapse;
}

.section.section3 table td{
	font-size: 26px;
	font-family: "pl";
	color: #fff;
	line-height: 1;
	text-align: center;
	border: 1px solid #d1d1d1;
	padding: 15px 0;
}

.section.section3 table td:nth-child(2){
	font-family: "pb";
	color: var(--mainCol);
}

.section.section3 .small{
	font-family: "pl";
	font-size: 18px;
	color: #d1d1d1;
	margin: 60px 0 30px;
}

.section.section3 .conTxt{
	color: #fff;
	font-family: "pm" !important;
}

/* section4 */
.section.section4.diaCon .tit{
	margin-bottom: 80px;
}

.section4 p{
	font-size: 24px;
	font-family: "pm";
	line-height: 1.8;
	color: #fff;
	margin-top: 50px;
}

.section4 p span{
	color: var(--mainCol);
	font-size: 18px;
	display: block;
	margin-top: 20px;
	font-family: "pb";
}

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




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


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

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

/* section1 */
.section.section1{
	padding-bottom: 12vw;
}

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

.section.section2 .tit{
	margin-bottom: 5vw;
	padding-left: 7vw;
}

.section.section2 .conTxt.line{
	margin: 7vw 0;
	padding:  2vw 0;
}

/* section3 */
.section.section3.diaCon .tit{
	margin-bottom: 5vw;
}

.section.section3 table td{
	font-size: 4vw;
	padding: 3vw 0;
}

.section.section3 .small{
	font-size: 3vw;
	margin: 8vw 0 5vw;
}

/* section4 */
.section.section4.diaCon .tit{
	margin-bottom: 7vw;
}

.section4 p{
	font-size: 4vw;
	margin-top: 7vw;
}

.section4 p span{
	font-size: 3vw;
	margin-top: 4vw;
}




}