/*
LS CSS
by HYH
*/

.page_main.page_toon{
	padding-bottom:90px;
}

.page_main.page_toon p{
}


.page_title.toon{
	background:url(../images/toon/toon16-1_vol07.png) no-repeat center top;
}

.page_title.toon .title_box h2,
.page_title.toon .title_box h3{
	color:#000;
}
.page_title.toon .title_box h3{
	line-height: 60px;

}

.page_title.toon .title_box h2 span:before{
	border-color:#000;
}

.page_main.page_toon section{
	text-align:center;
}

.page_toon .sec3{
	width:100%;
	margin-top:120px;
}

.page_toon .sec3 .tt_box{           /*0713 수정*/
	background:url(../images/toon/toon16-4_vol07.png) no-repeat left top;
	width:100%;
	height:153px;
	padding:35px 0 30px 318px;
	text-align:left;
}

.page_toon .sec3 h5{
	font-size:2.2rem;
	font-weight:600;
	/*line-height:55px;*/
}

.page_toon .sec3 p{        /*0713 수정*/
	margin-top:8px;
	font-size:2.0rem;
	font-weight:300;
	line-height:28px;
}

.page_toon .sec3 .sec3_box{
	width:940px;
	margin:0 auto;
	background-color:#f2f2f2;
	padding:30px 40px 30px 40px;
	border-radius:20px;
}

.page_toon .sec3 form{
	margin-top:0px;
}

.page_toon .sec3 ::placeholder {
	font-size:1.8rem;
	font-weight:300;
}

.page_toon .sec3 input[type=text]{
	width:420px;
	height:40px;
	padding:5px 10px;
	border:0px;
}
.page_toon .sec3 input.t-name{
	margin-left:10px;
}
.page_toon .sec3 textarea{
	width:850px;
	height:110px;
	padding:5px 10px;
	border:0px;
	margin:20px 0;
}

.page_toon section p{
	font-size:2.0rem;
	font-weight:300;
	line-height:36px;
	letter-spacing: -1px;
}

button.er_btn{
	width:175px;
	height:56px;
	line-height:56px;
	text-align:center;
	font-size:1.95rem;
	color:#FFF;
	font-weight:500;
	border:0px;
	background-color:#444;
	cursor:pointer;
}
button.er_btn img{
	vertical-align:middle;
}


.page_toon .sec4{
	width:100%;
	margin: 0 auto;
	background-color:#e4f4fb;
	margin-top:100px;
}

.sec4_main{
	background:url(../images/toon/toon16-6_vol07.png) no-repeat left top;
	width:800px;
	height:530px;
	margin: 0 auto;
}

.sec4_txt{
	position:relative;
    text-align: left;
}

.sec4_txt a{
	display: inline-block;
    position: absolute;
    left: 12px;
    bottom: 69px;
    width: 211px;
    height: 45px;
}

@media all and (max-width:1279px){
	.page_toon .sec3 .sec3_box{
		width: 100%;
		padding: 5%;
	}

	.page_toon .sec3 input[type=text] {
		width: 49%;
	}
	.page_toon .sec3 textarea {
		width: 99%;
	}

	.sec4_main{
		width: 100%;
		background-size: contain;
		background-position: center;
	}
}

@media all and (max-width:768px){

	.page_title.toon{
		background:url(../images/toon/toon16-2_vol07.jpg) no-repeat left top;
	}
	.page_title.toon .title_box {
		margin-top: -70px;
	}
	
	.page_toon .sec3 .tt_box {
		background-position-x: -77px;
		padding: 20px 0 30px 229px;
	}

	.page_toon .sec3 {
		margin-top: 60px;
	}
	

	.page_toon .sec3 input[type=text] {
		width: 48%;
	}

	.page_toon .sec4{
		padding-bottom:10%;
	}
	.sec4_main{
		background-position: right top;
		padding-top: 17%;
	}
}

@media all and (max-width:567px){
	.page_title.toon{
		/*background-position: right bottom;
		background-position-x: -907px;
		padding-top: 50px;*/
	}
	.page_title.toon .title_box h3 {
		line-height: 40px;
	}
	.page_toon .sec3 .tt_box{
		width: 100%;
		height: auto;
		padding: 160px 5% 15px 5%;
		text-align: center;
	}
	.page_toon .sec3 .tt_box p{
		text-align: center;
	}
	.page_toon .sec3 input.t-name {
    margin-left: 7px;
}
}