/*공통*/
.con_wrap {width: 100%;}
.con_bg {width :100%; background: url('../img/dot_bg.jpg'); padding: 50px 0;}
.con1300 {width: 100%; 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: 28px; color:#000;}
.c_title h3 {font-family: 'paybooc-Medium',sans-serif; font-size: 16px; color:#000; margin-top: 15px; line-height: 28px;}
.c_title p {font-family: 'paybooc-Light',sans-serif; font-size: 14px; color:#888; margin-top: 15px; line-height: 28px; word-break: keep-all;}

.c_btn a {display: flex; align-items: center; justify-content: center;}
.c_btn a p {font-family: 'paybooc-Light',sans-serif; font-size: 16px; color:#000; margin-right: 15px;font-weight: bold;}
.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: 40px 0 30px;}
.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: 20px; 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: 40px 0 0 0; text-align: center;}
.con_title_bg::after {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: #fff; width: calc(100% - 30px); height: 30px; 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: 28px; color:#fff;}
.con_title_bg h1::after { display: block; content: ""; width: 1px; height: 50px; background: #fff; margin: 20px 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: 60px; position: relative;}
#history .c_title {text-align: center;}
#history::before {width: 100%; height: 600px; 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: calc(100% - 30px ); position: relative; background: #fff; margin: 30px auto 0 auto; z-index: 2; padding: 30px 20px; 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_box {width: 100%; border-bottom: 1px solid #f3f3f3; padding-bottom: 20px; margin-bottom: 20px;}
.his_box:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: 0;}
.his_y { font-family: 'paybooc-ExtraBold',sans-serif; width: 100%; position: relative; display: flex; flex-direction: row; align-items: flex-end; font-size: 24px; font-weight: 700; color:#333;}
.his_y span {color:#467dbe}

.his_m {width: 100%; padding-top: 15px;}
.his_m ul li {padding-left: 80px; position: relative; font-size: 14px; font-weight: 300; color:#777; margin-bottom: 15px; font-family: 'Noto Sans KR',sans-serif; word-break: keep-all;}
.his_m ul li span {position: absolute; left: 0; font-size: 14px; font-weight: 500; color:#000}
.his_m ul li:last-child {margin-bottom: 0;}


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



}

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


}
