@import url("../../css/responsive.css");
@import url("../../css/reset.css");

/* Overrides to min.css */
.type_pc #news_content div.section{position:relative;min-height:400px}
.type_pc #mainArea,.type_sp #mainArea{font-family:Roboto,sans-serif!important}
.type_pc #mainArea{font-weight:400;max-width:1200px;margin:0 auto;background:#fafafa}
.type_pc #mainArea h1{font-size:36px;text-align:center;font-weight:300;padding-top:80px;padding-bottom:50px}
.type_pc #mainArea .readmore_container{text-align:center;font-size:16px;margin-top:25px;padding-bottom:85px;position:relative}
.type_pc #mainArea .readmore{border:1px solid #157efb;padding:10px 0;width:210px;text-decoration:none;color:#157efb;display:inline-block;font-weight:300}
.type_pc #mainArea .rad{-moz-border-radius-topleft:20px;-moz-border-radius-topright:20px;-moz-border-radius-bottomright:20px;-moz-border-radius-bottomleft:20px;border-radius-topleft:20px;border-radius-topright:20px;border-radius-bottomright:20px;border-radius-bottomleft:20px;-webkit-border-radius:20px}
.type_pc #mainArea .readmore_container img{position:absolute;top:33px;left:50%;margin-left:-10px}
.type_sp #mainArea{font-weight:400;width:100%;background:#f7f7f7}
.type_sp #mainArea h1{font-size:24px;font-weight:300;text-align:center;padding-top:40px;margin-bottom:25px}
.type_sp #mainArea .readmore_container{position:relative;text-align:center;margin-top:25px;margin-bottom:25px;padding-bottom:80px}
.type_sp #mainArea .readmore_container a{color:#157efb;font-size:14px;font-weight:500;text-decoration:none}
.type_sp #mainArea .readmore{border:1px solid #157efb;padding:10px 0;width:120px;text-decoration:none;color:#157efb;display:inline-block;font-weight:300;-moz-border-radius-topleft:20px;-moz-border-radius-topright:20px;-moz-border-radius-bottomright:20px;-moz-border-radius-bottomleft:20px;border-radius-topleft:20px;border-radius-topright:20px;border-radius-bottomright:20px;border-radius-bottomleft:20px;-webkit-border-radius:20px}
.type_sp #mainArea .readmore_container img{position:absolute;top:33px;left:50%;margin-left:-10px;width:20px}
.type_pc #news_content .text_container{padding:40px}



/* For backt to top BTN by YBS */
.backBtn{margin-top:20px;padding-bottom:60px;text-align: center;}
.type_pc .rad {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius-topleft: 20px;
    border-radius-topright: 20px;
    border-radius-bottomright: 20px;
    border-radius-bottomleft: 20px;
    -webkit-border-radius: 20px;
}
.type_sp .rad {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius-topleft: 20px;
    border-radius-topright: 20px;
    border-radius-bottomright: 20px;
    border-radius-bottomleft: 20px;
    -webkit-border-radius: 20px;
}
.type_pc .backBtn .btn a {
    border: 1px solid #157efb;
    padding: 9px 63px;
    color: #157efb;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .5px;
}
.type_sp .backBtn .btn a {
    text-decoration: none;
    color: #157efb;
    border: 1px solid #157efb;
    font-size: 14px;
    line-height: 30px;
    display: block;
    margin: 27px auto;
    width: 165px;
    text-align: center;
    font-weight: 400;
}
.type_pc .backBtn .btn a:hover{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.type_pc .backBtn .btn a:hover {
    color: #fff;
    background: #157efb;
    transition: all .3s linear;
}