@charset "utf-8";
/* CSS Document */


header{
	width: 1013px;
	height: 95px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	
}

nav{
	background-color: #FFF;
	width: 100%;
	height: 58px;
	position: fixed;
	z-index: 100;
}

nav ul{
	position: fixed;
	width: 1033px;
	height: 58px;
	inset:0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	top:95px;
	
	background-color: #FFF;
}

nav ul{
	display: flex;
}

nav ul li{
	flex: 1;
}

nav ul li a:hover{
	opacity: 0.8;
}

#slide_sec{
	margin-top: 58px;
}

#sec1 a:hover{
	opacity: 0.8;
}

#sec7 a:hover{
	opacity: 0.8;
}

#sec12 a:hover{
	opacity: 0.8;
}


section{
	width: 1013px;
	margin-left: auto;
	margin-right: auto;
}


#fixBtn{
	position: fixed;
	right: 0px;
	top:300px;
	z-index: 10;
}

#sec1{
	padding-top: 70px;
}

#sec1 h2,#sec1 p,#sec1 ul{
	margin-left: 170px;
}

.read_center{
	text-align: center;
	font-size: 15px;
	margin-bottom: 50px;
}

#sec2 h2{
	padding-top: 23px;
	padding-left: 164px;
	padding-bottom: 10px;
}

#sec2 ul{
	display: flex;
	padding-left: 153px;
}

#sec2 ul li{
	flex: 0;
	padding-right: 22px;
	padding-bottom: 78px;
}

.bg_over{
	background-color: #F5F3E9;
}

#sec3{
	padding-top: 45px;
}

#sec3 h2, .sec3_l{
	padding-left: 153px;
}

.sec3_l{
	padding-bottom: 35px;
}

#sec3 .sec3_culumn{
	display: flex;
	margin-left: 153px;
}

.sec_h3{
	color: #B8964B;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

#sec3 .sec_read{
	min-height: 122px;
}

#sec3 .sec3_culumn dl{
	padding-bottom: 33px;
	width: 225px;
	margin-right: 18px;
}

#sec4{
	padding-top: 36px;
}

#sec4 h2, #sec4 p{
	padding-left: 154px;
}

#sec4 .sec_read{
	padding-left: 157px;
	margin-top: 15px;
	width: 870px;
	margin-bottom: 25px;
}

#sec5{
	margin-top: 54px;
	padding-bottom: 67px;
}

#sec5 h2,#sec5 p{
	padding-left: 153px;
}

#sec5 .sec_read{
	padding-left: 157px;
	margin-top: 15px;
	width: 870px;
	margin-bottom: 25px;
}

#sec6{
	margin-top: 14px;
	padding-bottom: 62px;
}

#sec6 h2,#sec6 p{
	padding-left: 154px;
}

#sec6 .sec_read{
	padding-left: 157px;
	margin-top: 15px;
	width: 870px;
	margin-bottom: 45px;
}

#sec7{
	padding-top:69px;
	padding-bottom: 85px;
}

#sec7 h2,#sec7 p{
	padding-left: 210px;
}

#sec8{
	margin-top: 48px;
	padding-bottom: 58px;
}

#sec8 h2{
	padding-left: 142px;
}

#sec9{
	padding-top: 48px;
	padding-bottom: 58px;
}

#sec9 h2,#sec9 p{
	padding-left: 142px;
}

#sec10 #sec10L p{
	font-size: 15px;
	padding-top: 25px;
	padding-left: 48px;
}

#sec10{
	padding-top: 81px;
	padding-bottom: 77px;
}

#sec10 h2,#sec10 p{
	padding-left: 41px;
}

#sec10{
	display: flex;
}

#sec10 sec10L,#sec10 p{
	flex: 0;
	padding-right: 22px;
	padding-bottom: 33px;
}

#sec11 h2{
	padding-top: 58px;
	padding-left: 316px;
	padding-bottom: 42px;
}

#contact_box{
	padding-left: 116px;
}

#contact_box p{
	margin-top: 15px;
}

.input_style{
	background-color: #fff;
	width:748px;
	padding: 8px;
	margin-top: 4px;
}

.input_style_tarea{
	background-color: #fff;
	width:748px;
	height: 200px;
	padding: 8px;
	margin-top: 4px;
}

#txt_agree{
	padding-top: 35px
}


#submit{
	padding-left: 316px;
	padding-top: 36px;
	padding-bottom: 90px;
}

.submit_btn{
    border: 0px;
    background: url(../img/sec10btn.png) left top no-repeat;
    width: 400px;
    height: 76px;
}



#sec11 dl{
	display: flex;
	padding-left: 132px;
}

#sec11 dt{
	flex:0.2;
}

#sec11 #txt_agree_dd{
	flex:0.6;
}

#sec11 #rtxt{
	height: 100px;
	overflow: auto;
	background-color: #FFF;
	padding: 10px;
}

#agree_check{
	padding-top: 8px;
}


#sec12{
	padding-bottom: 134px;
	padding-top: 70px;
}

#sec12 h2{
	padding-left: 400px;
	padding-top: 116px;
	padding-bottom: 56px;
}

#sec12 p{
	padding-left: 45px;
}


/*
#sec12 ul{
	padding-left: 193px;
	padding-top: 0px;
	display: flex;
}

#sec12 ul li{
	margin-right: 17px;
	flex:0.27;
	height: 194px;
	width: 194px;
	background-color: #CCC;
}*/


::placeholder {
   color: #aaa;
}



footer ul li a:hover{
	opacity: 0.8;
}

#fixBtn a:hover{
	opacity: 0.8;
}


footer ul{
	display: flex;
	width: 1013px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

footer ul{
	display: flex;
	width: 1013px;
	margin-left: auto;
	margin-right: auto;
}

.bg_over_f{
	background-color: #B8964B;
}

footer .bg_over_f p{
	width: 1013px;
	margin-left: auto;
	margin-right: auto;
}

