﻿@charset "utf-8";


ul,ol,li{list-style:none}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt25{margin-top:25px}
.mt30{margin-top:30px}
.mt35{margin-top:35px}
.mt40{margin-top:40px}
.mt45{margin-top:45px}
.mt50{margin-top:50px}
.mt55{margin-top:55px}
.mt60{margin-top:60px}

.p_box{position:relative;width:100%;overflow:hidden;display:inline-block;margin-bottom:60px;}
.sub_txt{margin-top:10px;padding-top:35px;border-top:1px solid #e7e7e7;letter-spacing:-0.5px}

.history_div{}
.history_div p{padding:0;}

.history_div{margin-left:30px;} /*background:url('../img/history_line.gif') repeat-y 145px center*/

.history_img {width:25%;position:relative;float:left;text-align:center;}
.history_img .year_body {position:relative;margin:0 auto;width:150px;height:150px;line-height:150px;border:5px solid #000;}   /*.history_img .year_body {width:150px;height:150px;border-radius:50%;background:#2b3862;margin:0 auto;line-height:150px;border-bottom:5px solid #00bd39;}*/
.history_img .year_body span {color:#000;font-size:25pt;text-align:center;font-weight:bold;padding-bottom:20px;font-family:'Unna', 'Noto sans kr', sans-serif;}

.history_txt {width:75%;float:right;display:inline-block;padding-left:20px;vertical-align:middle;line-height:200%;}
.history_txt .tit{position:relative;font-size:17px;color:#444;margin-bottom:10px;}
.history_txt .tit .bar{position:absolute;top:0;left:0;width:15px;height:1px;background:#555}
.history_txt p {font-size:15px;color:#3e3e3e;line-height:18px;font-weight:900;text-align:left;margin-bottom:10px;}
.history_icon {width:130px;float:right;}
.history_icon {height:80px;overflow:hidden;border-bottom:1px solid #e7e7e7}
.history_icon img{width:100%;height:auto;}
.history_icon strong{color:#e13137}
.history_icon .tit{margin-top:2px;font-size:10px;color:#888}


div.date {position:relative;width:15%;float:left;font-weight:bold;color:#000;letter-spacing:0.03em;font-family:'Unna', serif;font-size:13pt;}
div.detail {position:relative;float:left;width:85%;display:inline-block;text-align:left;}


.btn_more {float:right;background:#666;color:#fff;height:30px;line-height:30px;padding:0 10px;font-size:11pt;display:inline-block;margin-top:10px;}
.btn_more:hover {cursor:pointer;}
.content {position:relative;width:100%;float:left;font-size:11pt;line-height:130%;border:1px solid #ddd;padding:20px;display:none;margin:10px 0 20px 0;}



@media all and (max-width:991px) {
.p_box  {margin-bottom:50px;}
.history_div {background:none;margin:10px;}
.history_img {width:100%;margin-bottom:30px;}
.history_img .year_body {margin:0 auto;width:100px;height:100px;line-height:100px;border:3px solid #000;}
.history_img .year_body span {font-size:15pt;}

.history_txt {width:100%;float:left;padding-left:0;}

div.date {width:90px;font-size:12pt;}
div.detail {width:calc(99.9% - 90px);}

.btn_more {font-size:9pt;margin-bottom:10px;}


}



