/* #content */
section .main_title {letter-spacing: -0.02em; line-height: 56px; margin-bottom: 20px;}
section .main_title.on {display: none;}
section .sub_text {letter-spacing: -0.02em;}

#content > h3 {font-size: 70px; font-weight: 700; line-height: 1em; letter-spacing: -1px; padding: 110px 0; text-align: center; background: #EAF2FF;}

.list_box {padding: 110px 16.66% 100px; position: relative;}
.list_box > ul {width: 100%; display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 100px;}
.list_box > ul > li {width: 32%; padding: 16px 16px 25px; box-sizing: border-box; border: 1px solid #DCDCDC; border-radius: 20px;}
.list_box > ul > li .img_box {position: relative;}
.list_box > ul > li .img_box img {width: 100%; height: 100%; object-fit: cover; border-radius: 20px;}
.list_box > ul > li .img_box .badge {display: inline-block; font-weight: 500; font-size: 14px; line-height: 18px; padding: 6px 12px; border-radius: 4px;
    position: absolute; top: 20px; left: 5%; color: #0C82FE;}
.list_box > ul > li .img_box .badge.ing_badge {background: #F0F7FF; border: 1px solid #0C82FE;}
.list_box > ul > li .img_box .badge.end_badge {background: rgba(0, 0, 0, 0.2); border: 1px solid #0C82FE;}
.list_box > ul > li .text_box {margin-top: 16px; color: #161718;}
.list_box > ul > li .text_box > a {display: block; width: 90%;}
.list_box > ul > li .text_box > a p {color: #0C82FE; font-weight: 700; font-size: 24px; line-height: 30px; margin-bottom: 4px; 
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.list_box > ul > li .text_box > a span {display: block; font-weight: 500; font-size: 18px; line-height: 1em; letter-spacing: -1px; color: #161718;}
.list_box > ul > li .text_box .more_btn {display: block; font-weight: 500; font-size: 16px; line-height: 20px; color: #fff; padding: 16px 0; text-align: center;
    background: #0C82FE; border-radius: 100px;}
.list_box > ul > li .text_box .more_btn.end {pointer-events: none; cursor: default;}

.btn_write {font-size: 24px; font-weight: 500; letter-spacing: -1px; color: #161718; margin-left: 2em; position: relative; left: calc(100% - 196px); margin-bottom: 32px;
    line-height: 44px; padding: 7px 36px; white-space: nowrap; border-radius: 75px; border: 1px solid #777C81; background: #FFF;}
.btn_write::after {display: none !important;}
.btn_write:hover {border: 1px solid #0C82FE; background: #0C82FE; color: #fff;}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .list_box {padding: 110px 12% 100px;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .list_box {padding: 110px 8% 100px;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .list_box {padding: 110px 6% 100px;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .main_title {font-size: 28px; margin-bottom: 12px; line-height: 36px;}
    section .main_title i {display: block;}

    #content > h3 {font-size: 42px; padding: 80px 0;}

    .btn_write {display: none;}

    .list_box {padding: 80px 5% 100px;}
    .list_box > ul {gap: 12px; margin-bottom: 60px;}
    .list_box > ul > li {width: 49%; border-radius: 10px;}
    .list_box > ul > li .img_box img {border-radius: 10px;}
    .list_box > ul > li .text_box > a p {font-size: 20px; line-height: normal;}
    .list_box > ul > li .text_box > a span {font-size: 16px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    #content {position: relative;}
    /* content */
    #content > h3 {font-size: 36px; padding: 50px 0;}

    .list_box {padding: 50px 5%;}
    .list_box > ul > li {width: 100%; padding: 12px 12px 24px;}
    .list_box > ul > li .img_box .badge {font-size: 12px; line-height: 15px; padding: 4px 8px; top: 12px; left: 4%;}
    .list_box > ul > li .text_box {margin-top: 12px;}
    .list_box > ul > li .text_box .more_btn {font-size: 12px; line-height: 15px; padding: 12.5px 0;}
}