/* general.css */
.content_wrap#content{ padding:0 !important; }
.content_wrap#content section{ overflow:hidden; font-family:'Noto Sans KR', sans-serif; }
.sub_wrap{padding:120px 0 120px;}
.sub_con{max-width:1200px; width:100%; margin:0 auto; }



/* sub01 */
#sub01{padding:0 20px; margin-bottom:130px;}

.sub_title_wrap{margin-bottom:50px; padding:5px 0; text-align:center;}
.sub_title_wrap h2{ position:relative; z-index:10; font-size:40px; font-weight:500; color:#272727; }
.sub_title_wrap h2:before{ content:''; position:absolute; z-index:-1; width:50px; height:50px; background-color:#f5f5f5; top:calc(50% - 25px); left:calc(50% - 60px); transform:rotate(45deg); }
.sub_title_wrap h2:after{ content:''; position:absolute; z-index:-1; width:50px; height:50px; background-color:#f5f5f5; top:calc(50% - 25px); right:calc(50% - 60px); transform:rotate(45deg); }


.sub01_pt_wrap{display:flex; flex-flow:row wrap;}

.sub01_pt.pt_lt{width:51.33333334%; word-break:keep-all; padding:40px 40px 70px 0;}
.sub01_pt_txt_in{width:100%; max-width:550px;}
.sub01_pt_txt_in h3{font-size:24px; font-weight:500; color:#333;}
.sub01_pt_txt_in h3 strong{font-size:54px; font-weight:500;}
.sub01_pt_txt_in h3 strong span{color:#dc4405;}
.sub01_dia{display:flex; margin:35px 0;}
.sub01_dia > div{width:8px; height:8px; background-color:#dc4405; transform:rotate(45deg); margin-right:4px;}
.sub01_txt{font-size:16px; font-weight:300; color:#777;}

.sub01_pt.pt_rt{width:48.66666666%;}
.sub01_pt_img{position:relative; padding-bottom:100%;}
.sub01_img{position:absolute; top:0; left:0; width:90%; height:90%; background-image:url(./img/01-01.jpg); background-size:cover; background-position:center; background-repeat:no-repeat; }
.sub01_icon{position:absolute; bottom:0; right:0; width:31.66666666%; height:41.083333%; padding:40px 15px; background-color:#615025; display:flex; justify-content:center; align-items:center;}

@media(max-width:950px){
	.sub01_pt.pt_lt{width:100%; order:2; padding:40px 0 0 0;}
	.sub01_pt_txt_in{max-width:100%;}
	.sub01_pt.pt_rt{width:100%; max-width:600px; order:1; margin:0 auto;}
	.sub01_icon img{width:80px; height:auto;}
}

@media(max-width:700px){
	#sub01{margin-bottom:80px;}
}

@media(max-width:650px){
	.sub01_pt_txt_in h3{font-size:18px;}
	.sub01_pt_txt_in h3 strong{font-size:38px;}
	.sub01_txt{font-size:15px;}
}


/* sub02 */

#sub02{padding:100px 0 130px; background-image:url(./img/02-00.jpg); background-size:cover; background-position:50% 50%; margin-bottom:130px;}

.sub02_title_wrap{text-align:center; margin-bottom:70px;}
.sub02_title_wrap h2{font-size:40px; font-weight:500; color:#fff;}
.sub02_title_wrap h2:after{content:""; display:block; width:2px; height:50px; background-color:#ea2c2d; margin:10px auto 0;}

.sub02_pt_wrap{display:flex; flex-flow:row wrap;}
.sub02_pt{width:33.33333333%; text-align:center; word-break:keep-all; padding:0 20px;}
.sub02_pt h3{font-size:16px; font-weight:500; color:#dc4405; letter-spacing:0.1em;}
.sub02_pt h4{font-size:50px; font-weight:600; color:#fff; margin-bottom:10px; font-family:'Lato', 'Noto Sans KR';}
.sub02_pt_wrap.en .sub02_pt h4{font-size:38px;}
.sub02_pt p{font-size:18px; font-weight:300; color:#fff; width:100%; max-width:310px; margin:0 auto;}

@media(max-width:750px){
	.sub02_pt{width:100%; margin-bottom:40px;}
	.sub02_pt:last-child{margin-bottom:0;}
}

@media(max-width:700px){
	#sub02{margin-bottom:80px;}
	.sub02_pt p{font-size:16px;}
}


/* sub03 */
#sub03{padding:0 20px;}

.sub03_pt_up{position:relative; display:flex; flex-flow:row wrap; justify-content:flex-end; margin-bottom:75px;}

.sub03_pt_lf{position:absolute; z-index:5; top:0; left:30px; max-width:770px; width:calc(100% - 60px); display:flex; justify-content:flex-end; flex-flow:row wrap;}
.sub03_pt_lf:before{content:""; display:block; width:127px; height:127px; background-color:#dc4405; position:absolute; bottom:-50px; left:-30px; z-index:0;}

.sub03_img_box{max-width:710px; width:100%; height:390px; background-image:url(./img/03-01.jpg); background-position:center; background-size:cover; background-repeat:no-repeat; position:relative; z-index:6;}
.sub03_pt_lf span{display:block; font-size:18px; color:#615025; position:absolute; bottom:-50px; right:0; letter-spacing:0.1em; text-align:right; width:calc(100% - 117px); word-break:keep-all;}

.sub03_pt_rt{position:relative; z-index:10; padding:49px 0 60px; max-width:620px; width:calc(100% - 30px); word-break:keep-all;}
.sub03_txt{ position:relative; z-index:10; padding:75px 60px; background-color:#615025;}
.sub03_txt h3{font-size:34px; font-weight:600; color:#fff; line-height:1.3em;}
.sub03_txt h3:after{content:""; display:block; width:60px; height:1px; background-color:rgba(255,255,255,0.3); margin:23px 0;}
.sub03_txt p{font-size:18px; font-weight:300; color:#fff; line-height:1.5em;}

@media(max-width:750px){
	.sub03_pt_up{ margin-bottom:30px;}
	.sub03_pt_lf{position:relative; top:auto; left:auto; width:100%}
	.sub03_pt_lf:before{display:none;}
	.sub03_img_box{height:300px;}
	.sub03_pt_lf span{display:none;}
	.sub03_pt_rt{max-width:100%; width:100%; padding:0;}
	.sub03_txt{padding:50px 30px;}
}

@media(max-width:700px){
	#sub03{margin-bottom:80px;}
}

@media(max-width:650px){
	.sub03_txt h3{font-size:24px;}
	.sub03_txt p{font-size:15px;}
}

/* sub03 low*/
.sub03_pt_low{width:100%; padding:40px 60px; border:1px solid #ddd;}

.sub03_pt_box{display:flex; flex-flow:row wrap; word-break:keep-all;}
.sub03_pt{width:50%; padding:8px 15px 8px 95px; position:relative;}
.sub03_pt .pt_title{font-size:16px; font-weight:400; color:#fff; background-color:#999; display:inline-block; width:82px; padding:2px 0; text-align:center; border-radius:12px; position:absolute; top:6px; left:0;}
.sub03_pt .pt_txt{font-size:16px; font-weight:300; color:#777;}


@media(max-width:1100px){
	.sub03_pt_low{padding:30px 40px;}
}

@media(max-width:750px){
	.sub03_pt{width:100%;}
}

@media(max-width:650px){
	.sub03_pt_low{padding:30px 20px;}
	.sub03_pt .pt_title{font-size:15px;}
	.sub03_pt .pt_txt{font-size:15px;}
}