/* #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;}
.img_box img {width: 100%;}


.sub_visual { text-align: center; width: 100%; height:450px; position: relative;
    background-image: url(../images/img_visual_bg.webp);  background-repeat: no-repeat;  background-position: center bottom; background-size: cover;
    background-color: rgba(0, 0, 0, 0.2); background-blend-mode: darken;}
.sub_visual .text_box {text-align: center; color: #fff;}
.sub_visual .text_box .add_text{font-family: "El Messiri", sans-serif; font-size: 24px; font-weight: 400; line-height: 1.1; margin-bottom: 20px;}
.sub_visual .text_box h3{font-size: 40px; font-weight: 500; line-height: 1.3; }
.list_box .select_btn {display: none;}
.list_box .select_btn_box{margin-bottom: 80px;}
.list_box .tab_box.mo_ver {display: none;}
.list_box .tab_box.pc_ver {display: flex; justify-content: center; gap: 20px;}
.list_box .tab_box.pc_ver li a {display: block; border-bottom: 1px solid var(--gray-color-200); color: var(--gray-color-800); box-sizing: border-box;
    height: 48px; line-height: 48px; font-weight: 500; font-size: 22px; letter-spacing: -1px; padding: 0 20px;}
.list_box .tab_box.pc_ver li a.on {border-bottom: 1px solid var(--primary-color); color:var(--primary-color);}

.list_box {padding: 160px 16.66%; position: relative;}
.list_box > .img_box {margin-bottom: 60px;}
.list_box > ul {display: grid; grid-template-columns: repeat(3, 2fr); column-gap: 20px; row-gap: 52px;}
.list_box > ul > li {padding: 16px 4% 25px; border: 1px solid #DFE0E2; border-radius: 16px;}
.list_box > ul > li .img_box {position: relative; margin-bottom: 16px;}
.list_box > ul > li .img_box img {border-radius: 16px;}
.list_box > ul > li .img_box .badge {display: inline-block; line-height: 29px; height: 29px; box-sizing: border-box; padding: 0 12px; border-radius: 4px;
    font-weight: 500; font-size: 14px; position: absolute; top: 20px; left: 5%; color: #fff;}
.list_box > ul > li .img_box .badge.ing_badge {background: rgba(113, 63, 255, .75); border: 1px solid #490AFF;}
.list_box > ul > li .img_box .badge.end_badge {background: rgba(170, 173, 176, .75); border: 1px solid #777C81;}
.list_box > ul > li .text_box > span {display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; color: var(--primary-color);}
.list_box > ul > li .text_box > p {font-weight: 500; font-size: 24px; letter-spacing: -.24px;}
.list_box > ul > li .text_box .more_btn {display: block; font-weight: 500; font-size: 18px; color: #fff; padding: 16px 0; text-align: center;
    background: var(--primary-color); border-radius: 100px; margin-top: 16px;}
.list_box > ul > li .text_box .more_btn.end {pointer-events: none; cursor: default;}

.btn_write {display: inline-block; outline: none; line-height: 50px; height: 50px; padding: 0 30px; border: 1px solid #777C81; border-radius: 100px; background: #fff;
    font-size: 18px;  letter-spacing: -1px; white-space: nowrap; position: relative; left: calc(100% - 105px); margin-bottom: 32px;}
.btn_write::after {display: none !important;}

/* 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) {
    /* html body #content {margin-top: 94px;} */
    /* content */
    section .main_title {font-size: 28px; margin-bottom: 12px; line-height: 36px;}
    section .main_title i {display: block;}


    .btn_write {display: none;}

    .list_box {padding: 80px 5%;}
    .list_box > .img_box {margin-bottom: 40px;}
    .list_box > ul {grid-template-columns: repeat(2, 2fr); gap: 12px;}
    .list_box > ul > li .text_box > span {margin-bottom: 4px;}
    .list_box > ul > li .text_box > p {font-size: 20px; letter-spacing: -.2px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* html body #content {margin-top: 72px;position : relative;} */
    /* content */
    .sub_visual {box-sizing: border-box;height: 240px;background-image: url(../images/img_visual_bg_mo.jpg);background-position: center center;background-attachment:local ;}
    .sub_visual .text_box h3{font-size: 26px; }
    .sub_visual .text_box .add_text{font-size:20px;}

    .list_box .select_btn_box{margin-bottom: 40px;}
    .list_box .tab_box.pc_ver{gap:0;}
    .list_box .tab_box.pc_ver li a {font-size: 16px; letter-spacing: -1px; padding: 0 20px;}
    .list_box .tab_box.pc_ver li a.on{border-bottom-width:2px}
    .list_box .tab_box.pc_ver {justify-content: flex-start; overflow-x: auto; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none;}
    .list_box .tab_box.pc_ver::-webkit-scrollbar {display: none;}
    .list_box .tab_box.pc_ver li { flex-shrink: 0; }



    .list_box {padding: 50px 5%;}
    .list_box > .img_box {margin-bottom: 30px;}
    .list_box > ul {grid-template-columns: repeat(1, 3fr); gap: 12px;}
    .list_box > ul > li {padding: 12px 4% 24px; border-radius: 8px;}
    .list_box > ul > li .img_box {margin-bottom: 12px;}
    .list_box > ul > li .img_box img {border-radius: 8px;}
    .list_box > ul > li .img_box .badge {height: 22px; line-height: 20px; padding: 0 8px; top: 12px; left: 4%;}
    .list_box > ul > li .text_box > span {margin-bottom: 8px;}
    .list_box > ul > li .text_box .more_btn {font-size: 16px; line-height: 15px; padding: 12.5px 0; margin-top: 12px;}

}