@charset "utf-8";


#atc02{position:relative;width:100%}
#atc02 .atc_box{overflow:hidden;width:100%}
#atc02 .atc_box > div{float:left;width:50%;height:530px}
#atc02 .atc_box .img_box{overflow:hidden}
#atc02 .atc_box .txt_box{padding:140px 94px;background:#f7f7f7}
#atc02 .atc_box .txt_box .s_tit{margin-bottom:5px;font-weight:700;font-size:13px;letter-spacing:0;color: #274d8a;font-family: 'Poppins', sans-serif;}
#atc02 .atc_box .txt_box .tit{margin-bottom:20px;font-size:36px;line-height:48px;color:#333;font-family:'notokr-thin'}
#atc02 .atc_box .txt_box .tit span{font-family:'notokr-bold'}
#atc02 .atc_box .txt_box .txt{margin-bottom:20px;font-size:14px;line-height:24px;color:#888888;font-family:'notokr-regular'}

#atc02 .atc_box .txt_box .more{display:inline-block;width:196px;height:48px;border:1px solid #c6c6c6;border-radius:48px;;font-size:12px;line-height:48px;text-align:center;border:1px solid #ddd;font-family:'notokr-medium';transition:all .3s;}

#atc02 .atc_box .txt_box .more a{display:block;color:#818181;transition:all .3s;}
#atc02 .atc_box .txt_box .more:hover{border-color:#274d8a}
#atc02 .atc_box .txt_box .more:hover a{color:#274d8a
}
#atc02 .box02 .txt_box{text-align:right}

.inc02_lt{position:relative;width:1200px;height:565px;margin:0 auto}
.inc02_lt .inc_tit{padding:90px 0 30px;text-align:center}
.inc02_lt .s_tit{margin-bottom:5px;font-weight:700;font-size:13px;letter-spacing:0;color: #274d8a;font-family: 'Poppins', sans-serif;}
.inc02_lt .tit{font-size:36px;line-height:48px;color:#333;font-family:'notokr-thin'}
.inc02_lt .tit span{font-family:'notokr-bold'}

/*라인*/
.inc02_lt .line_area{position:absolute;z-index:-1;top:0;left:50%;width:600px;height:100%;margin-left:-300px;border-left:1px solid #e8e8e8}
.inc02_lt .line_area > div{float:left;width:50%;height:100%;border-right:1px solid #e8e8e8}

#atc02 .img_box{opacity:0;-webkit-animation-delay:.3s;-ms-animation-delay:.3s;animation-delay:.3s}
#atc02 .txt_box{opacity:0;-webkit-animation-delay:.6s;-ms-animation-delay:.6s;animation-delay:.6s}

/* 효과css */
.animated {-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.fadeIn {-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeIn {from {opacity:0}to {opacity:1}}
@keyframes fadeIn {from {opacity:0}to {opacity:1}}