@charset "utf-8";

/* 메인 컨텐트 */
#section02 {margin-top:120px;width:100%; padding-bottom:80px; background:url('/images/section02_bg.jpg') center 110px repeat-x;}
#section02 .row {width:1200px; margin:0 auto; display:flex;}
#section02 .img_area {width:600px; height:450px; overflow:hidden; position:relative; justify-content:center;}
#section02 .img_area .img {position:absolute; top:0px; right:0px;}
#section02 .txt_area {width:600px; padding-left:50px; position:relative;}
#section02 .txt_area .content {position:absolute; opacity:0;}

#section02 .txt_area h2.tit {font-size:24px; color:#111; font-weight:400; padding:50px 0;}
#section02 .txt_area h2.tit:before {content:""; width:40px; height:1px; background:#111; display:inline-block;  vertical-align:middle; margin-right:15px;}
#section02 .txt_area h4.pd_title {font-size:43px; font-weight:700; color:#fff;}
#section02 .txt_area p {font-size:16px; line-height:27px; color:#aac9e5; margin-top:40px;} 

#section02 .txt_area .np_btn {position:absolute; left:50px; bottom:20px;}