@charset "utf-8";

.s0102 .sub_title,
.s0102 .title,
.s0102 .flex,
.s0102 .img,
.s0102 .paragarph {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 20px;
    font-family: "S-Core Dream";
}

.sub_wrap .arti_top.ty02 {
    background: #f6fafe;   
}
.s0102 .arti01, .s0102 .arti03 {
    background: #fff;
}
.sub_wrap .arti_top.ty02 .arti_sub {
    padding: 100px 140px 50px;
}
.sub_wrap .arti_top.ty02 .cont_tit,
.sub_wrap .arti_top .cont_txt {
    text-align: center;
}
.s0102 .arti_top .arti_sub:after,
.sub_wrap .arti_top.ty02 .cont_tit + .cont_txt:after {
    display: none;
}
.sub_wrap .arti_top .cont_txt + .img {
    width: 50%;
    margin: 60px auto;
}
.gbox_wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.gbox_wrap .gbox_title {
    font-family: "S-Core Dream";
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0 0 8px 20px;
}
.gbox_wrap .tag {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #025bd9;
}
.s0102 .arti_top .gbox {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.gbox_wrap .box {
    min-height: 346px;
    padding: 14px 30px;
    border-radius: 20px;
    background: #fff;
}
.s0102 .arti_top .gbox .dot_txt {
    margin: 0 0 10px;
}
.s0102 .arti_top .gbox .dot_txt > li {
    width: 100%;
}
.gbox_wrap.gbox2 .gbox {
    width: calc(50% - 15px);
}
.gbox_wrap.gbox3 .gbox {
    width: calc(33% - 15px);    
}
.gbox_wrap.gbox4 .gbox {
    width: calc(25% - 15px);
}
.s0102 > article {
    margin: 0 0 120px;
}
.s0102 .sub_title {
    color: #025BD9;
    font-size: 14px;;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}
.s0102 .title {
    font-family: "Gmarket Sans TTF";
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #111;
}
.s0102 .paragarph {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444;
}
.s0102 .paragarph strong {
    font-weight: bold;
    font-weight: 600;
}
.s0102 .paragarph dt {
    font-size: 18px;
    font-weight: 600;
}
.s0102 .paragarph dd {
     margin-bottom: 20px;   
}
.s0102 .flex {
    justify-content: space-between;
}
.s0102 .flex .img {
    width: calc(50% - 15px);
    margin: 0;
}


@media (max-width: 1300px) {
    .s0102 .sub_title,
    .s0102 .title,
    .s0102 .flex,
    .s0102 .paragarph {
        padding: 0 30px;
        box-sizing: border-box;
    }
    .sub_wrap .arti_top.ty02 .arti_sub {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .gbox_wrap {
        flex-wrap: wrap;
    }
    .gbox_wrap.gbox2 .gbox,
    .gbox_wrap.gbox3 .gbox,
    .gbox_wrap.gbox4 .gbox {
        width: calc(50% - 15px);
        margin-bottom: 20px;
    }    
    .s0102 .sub_title,
    .s0102 .title,
    .s0102 .flex,
    .s0102 .paragarph {
        padding: 0 15px;
    }
    .s0102 .title {
        font-size: 26px;
    }
    .s0102 .flex .img {
        width: calc(50% - 5px);
    }
}
