@charset "utf-8";

.sec01 {
    margin: 170px auto 70px;
    width: 100%;
    max-width: 1600px;
    border: 1px solid orange;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
    font-family: 'Paperlogy';
}

.bx_rd {
    border-radius: 30px;
}

/* 메인 상단 */
.sec01 .top_se {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    height: 400px;
    border: 1px solid green;
}
.sec01 .top_se .ts_l {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    width: 740px;
}

.sec01 .top_se .ts_l .info_zone {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    height: 190px;
    background-color: #0066FF;
}

.sec01 .top_se .ts_l .info_zone div .tit {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}
.sec01 .top_se .ts_l .info_zone div .text {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}


.sec01 .top_se .ts_l .link_zone {
    height: 190px;
}

.sec01 .top_se .ts_l .link_zone ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.sec01 .top_se .ts_l .link_zone ul a {
    display: block;
    padding: 5px;
    width: 170px;
    height: 190px;
}
.sec01 .top_se .ts_l .link_zone ul a li {
    width: 160px;
    height: 180px;
}
.sec01 .top_se .ts_l .link_zone ul a:hover {
    padding: 0;
}
.sec01 .top_se .ts_l .link_zone ul a:hover li {
    border: 5px solid #0066FF;
}

.sec01 .top_se .ts_l .link_zone ul a li dl {}
.sec01 .top_se .ts_l .link_zone ul a li dl dt {
    font-size: 22px;
    font-weight: 800;
    color: #0066FF;
}
.sec01 .top_se .ts_l .link_zone ul a li dl dd {}

.sec01 .top_se .ts_r {
    width: 740px;
    background-color: #7B38FF;
}

.sec01 .top_se .ts_r .onstop_zone {
    background: url('../img/sec01_onstop_01.png') 0 0 no-repeat ;
}


.sec01 .top_se .ts_r .onstop_zone .tit {
    color: #fff;
    font-size: 80px;
    font-weight: 800;
}

.sec01 .top_se .ts_r .onstop_zone .text {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.sec01 .top_se .ts_r .onstop_zone a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 160px;
    height: 40px;
    border: 1px solid #fff;
}

.sec01 .top_se .ts_r .onstop_zone a .link {
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
}

/* 메인 하단 */
.sec01 .bot_se {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    height: 400px;
    border: 1px solid red;
}

.sec01 .bot_se .bs_l {
    width: 900px;
    height: 400px;
    background-color: #f2f7ff;    
}


.sec01 .bot_se .bs_r {
    width: 580px;
    height: 400px;
    background-color: #ccc;
}