/*공통*/
.con_wrap {width: 100%;}
.con_bg {width :100%; background: url('../img/dot_bg.jpg'); padding: 100px 0;}
.con1300 {width: 1300px; margin: 0 auto;}

.c_title h2 {font-family: 'paybooc-Medium',sans-serif; font-size: 14px; color:#467dbe; margin-bottom: 15px; font-weight: bold;}
.c_title h1 {font-family: 'paybooc-ExtraBold',sans-serif; font-size: 57px; color:#000;}
.c_title h3 {font-family: 'paybooc-Light',sans-serif; font-size: 24px; color:#000; margin-top: 30px;}
.c_title p {font-family: 'paybooc-Light',sans-serif; font-size: 14px; color:#888; margin-top: 30px; line-height: 28px; word-break: keep-all;}

.c_btn a {display: flex; align-items: center; justify-content: flex-end;}
.c_btn a p {font-family: 'paybooc-Light',sans-serif; font-size: 16px; color:#000; margin-right: 15px;font-weight: bold; margin-top: 0;}
.c_btn a .arrow {width: 45px; height: 45px; border: 1px solid #000; position: relative;transition: all 0.3s; }
.c_btn a .arrow span {display: block; width: 24px; height: 22px; background: url('../img/c_arrow_b.png')no-repeat 50% 50% #fff; position: absolute; top: 48%; left: -9px; transform: translateY(-50%); transition: all 0.3s;}
.c_btn a:hover .arrow {border: 1px solid #467dbe}
.c_btn a:hover .arrow span {position: absolute; left: -9px; background: url('../img/c_arrow_r.png')no-repeat 100% 50% #fff; width: 41px;}

.blet_title {margin: 60px 0;}
.blet_title .blet { width: 13px; height: 13px; background: #888; display: block; margin: 0 auto 20px auto; position: relative; }
.blet_title .blet::before { width: 13px; height: 13px; background: #ccc; display: block; content: ""; position: absolute; top: 0; left: -31px;}
.blet_title .blet::after { width: 13px; height: 13px; background: #000; display: block; content: ""; position: absolute; top: 0; right: -31px;}
.blet_title h1 {font-family: 'paybooc-Bold',sans-serif; font-size: 24px; color:#000;}

.con_title_bg {width: 100%; position: relative; background: url('../img/gree_c2_bg.jpg')no-repeat 50% 50%; background-size: cover; background-attachment: fixed; padding: 112px 0 80px 0; text-align: center;}
.con_title_bg::after {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: #fff; width: 1300px; height: 80px; display: block; content: "";}
.con_title_bg p {font-family: 'paybooc-Medium',sans-serif; font-size: 14px; color: rgba(255, 255, 255, 0.28); margin-bottom: 15px;}
.con_title_bg h1 {font-family: 'paybooc-ExtraBold',sans-serif; font-size: 57px; color:#fff;}
.con_title_bg h1::after { display: block; content: ""; width: 1px; height: 75px; background: #fff; margin: 30px auto 0 auto;}

.sub_ul li {position: relative; font-size: 14px; font-family: 'paybooc-Light',sans-serif; color:#666; line-height: 28px; padding-left: 15px; margin-bottom: 30px; word-break: keep-all;}
.sub_ul li::before {position: absolute; top: 6px; left: 0; width: 4px; height: 15px; background: #467dbe; display: block; content: "";}
.sub_ul li span { color:#000; font-weight: bold;}


/*Content CSS*/
#history {overflow: hidden;padding-bottom: 120px; position: relative;}
#history .c_title {text-align: center;}
#history::before {width: 100%; height: 500px; background: url('../img/his_bg.jpg')no-repeat 50% 50%; background-size: cover; position: absolute; bottom: 0; left: 0; display: block; content: "";}


#his_article {width: 1000px; position: relative; background: #fff; margin: 30px auto 0 auto; z-index: 2; padding: 80px; border: 1px solid #f3f3f3;
    -webkit-box-shadow: 11px 10px 0px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 11px 10px 0px 0px rgba(0,0,0,0.05);
box-shadow: 11px 10px 0px 0px rgba(0,0,0,0.05);
}
#his_bg_line {width: 1px; height: 100%; background: #eee; position: absolute; top: 0; left: 275px; z-index: 1}
.his_box {display: flex; flex-direction: row; width: 100%; margin-bottom: 30px;  font-family: 'NanumSquare',sans-serif; position: relative; z-index: 2}
.his_box:first-child {margin-top: 0;}
.his_y {width: 120px; position: relative;}
.his_m {width: 600px; padding-top: 30px;}
.his_y h1 {font-size: 35px; font-weight: 700; color:#333; margin-top: -10px}
.his_y p {font-weight: 500; color:#467dbe; font-size: 16px;}
.his_blet {margin-top: 30px;}
.his_blet div {display: inline-block; width: 26px; height: 26px; background: rgba(70,125,190,0.3); vertical-align: middle; border-radius: 50%; margin: 0 70px;}
.his_blet div span {width: 10px; height: 10px; background: rgba(70,125,190,0.5); border-radius: 50%; display: block; line-height: 50px; margin: 8px auto;}
.his_m ul li {padding-left: 120px; position: relative; font-size: 14px; font-weight: 300; color:#777; margin-bottom: 15px; font-family: 'Noto Sans KR',sans-serif;}
.his_m ul li span {position: absolute; left: 0; font-size: 17px; font-weight: 400; color:#000}
.his_m ul li:last-child {margin-bottom: 0;}


@media screen and (max-width: 992px) {



}

@media screen and (max-width: 480px) {


}
