/* #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%;aspect-ratio: 278/218;}


.sub_visual {padding: 130px 0;text-align: center;position:relative}
.sub_visual::after{content:''; display: block; position:absolute; bottom: 0; left: 50%; transform:translate(-50%,0);width: 80%; height: 2px; background:#000;}
.sub_visual h1 {font-size: 44px;line-height: 1em;letter-spacing: -1px;}


.tab_area .inner {padding: 0 16.66%;margin-top: 60px;}
.tab_area .inner .tab_con .con {padding: 60px 5% 60px 10%; box-sizing: border-box; border-radius: 20px; background: #FAFAFA;}
.tab_area .inner .tab_con .con ul {display: flex;gap: 16px;align-items: center;flex-wrap: wrap;}
.tab_area .inner .tab_con .con ul li input[type="radio"] {display: none;}
.tab_area .inner .tab_con .con ul li label {display: block;border-radius: 190px;padding: 0 30px;line-height: 40px;box-sizing: border-box;cursor: pointer;background: var(--man-color-06);color: #456BEC;font-size: 18px;font-weight: 500;letter-spacing: -1px;white-space: nowrap;}
.tab_area .inner .tab_con .con ul li input[type="radio"]:checked + label {background: #3359D7;color: #fff;}

.tab_area .inner .tab_con .tab_detail .details {display: grid; grid-template-columns: 100px auto; gap: 20px; align-items: center; flex-wrap: wrap; margin-bottom: 20px;}
.tab_area .inner .tab_con .tab_detail .details .label_title {font-size: 22px;font-weight: 700;letter-spacing: -1px;white-space: nowrap;cursor: default;line-height: 40px;}
.tab_area .inner .tab_con .tab_detail .sch_btn {display: inline-block;line-height: 50px;height: 50px;font-size: 18px;font-weight: 500;letter-spacing: -1px;color: #fff;padding: 0 45px;border-radius: 190px;background: var(--man-color-02);position: relative;left: 50%;transform: translateX(-50%);margin-top: 20px;}



.list_box {padding: 0 16.66% 120px;}
.list_box .banner {font-size: 26px; letter-spacing: -1px; text-align: center; padding: 20px 0; margin: 50px 0; background: #FAFAFA; border-radius: 16px;}
.list_box > ul {display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 24px;row-gap: 32px;}
.list_box > ul > li .img_box {position: relative;margin-bottom: 20px;}
.list_box > ul > li .img_box .img_wrap{display: flex; }
.list_box > ul > li .img_box .img_wrap [class^='text_box']{font-size: 16px;color: #FFF;text-align: center;height: 24px;line-height: 24px;width: 100%;background-color: #8A8D9F}
.list_box > ul > li .img_box .img_wrap .text_box02{background-color: #676A7D}
.list_box > ul > li .img_box .blur {width: 100%; height: 100%; background: rgba(0,0,0, .85); backdrop-filter: blur(2px); position: absolute; top: 0; left: 0; z-index: 10;}
.list_box > ul > li .img_box .blur p {width: 100%; height: 100%; font-weight: 500; font-size: 18px; line-height: 26px; letter-spacing: -.26px; color: #fff; 
    text-align: center; display: flex; align-items: center; justify-content: center;}
.list_box > ul > li .text_box .top{font-weight: 500;display:  flex;gap:  12px;justify-content: center;align-items: center;} 
.list_box > ul > li .text_box .title_target {display: flex; align-items: center; gap: 12px;} 
.list_box > ul > li .text_box .title_target .badge {
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
    padding: 0 12px;
    background: var(--man-color-02);
    border-radius: 100px;
    text-align: center;
    } 
.list_box > ul > li .text_box .title_target .badge span {display: inline-block;} 
/* .list_box > ul > li .text_box .title_target .badge span:first-of-type::after {content: ''; display: inline-block; width: 1px; height: .8rem;  */
    /* background: rgba(255,255,255,.8); margin: 0 .5rem; vertical-align: middle;}  */
.list_box > ul > li .text_box .title_target strong {font-weight: 500; font-size: 16px; letter-spacing: -0.02em; color: #777C81;} 
.list_box > ul > li .text_box .title_treatment {font-size: 16px;letter-spacing: -1px;margin: 10px 0;} 
.list_box > ul > li .text_box .title_treatment span + span::before {
    content: '|'; /* | 기호를 내용으로 추가 */
    margin: 0 10px; /* 좌우 여백으로 간격 조절 */
    font-weight: normal; /* 굵기 조절 */
    color: #B9BAC1;
}
.list_box > ul > li .text_box .title_writer {font-size: 20px; letter-spacing: -1px;} 
.list_box > ul > li .text_box .date{font-size: 14px;font-weight: 600;line-height: 1.2; text-align: center;color:#B9BAC1}

.more_btn {display: none;}


.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;}

.btn-edit {display: inline-block; font-weight: 500; font-size: 14px; line-height: 18px; color: #fff; padding: 6px 12px; border-radius: 4px;
    background: #001E3D; position: absolute; top: 14px; right: 14px;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .tab_area .inner {padding: 0 12%;}
    .list_box {padding: 0 12% 120px;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .tab_area .inner {padding: 0 8%;}
    .list_box {padding: 0 8% 120px;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .tab_area .inner {padding: 0 6%;}
    .list_box {padding: 0 6%;}
}


/* 태블릿 (해상도 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;}


    .sub_visual {padding: 60px 0;}
    .sub_visual h1 {font-size: 36px;}
    .sub_visual::after{width:100%;}


    .tab_area .inner {padding: 0 5%; margin-top: 80px;}
    .tab_area .inner .tab_con .con{padding: 40px 5% 40px}
    .tab_area .inner .tab_con .con ul {gap: 12px;}
    
    .tab_area .inner .tab_con .tab_detail .details {/* grid-template-columns: 70px auto; */gap: 12px;align-items: flex-start;}
    .tab_area .inner .tab_con .tab_detail .sch_btn{line-height:40px; height: 40px;}
    .tab_area .inner .tab_con .tab_detail .details .label_title{font-size:18px;line-height: 34px;}
    .tab_area .inner .tab_con .con ul li label{font-size:16px;padding: 0 24px;line-height: 34px;}

    .list_box {padding: 0 5% 100px;}
    .list_box .banner {font-size: 20px; margin: 20px 0;}
    .list_box > ul {grid-template-columns: repeat(1, 1fr);row-gap: 32px;}
    .list_box > ul > li .img_box .blur p {font-size: 18px; line-height: 26px;}
    .list_box > ul > li .img_box ul {gap: 1.5px;}
    .list_box > ul > li .text_box .title_target {gap: 8px;} 
    .list_box > ul > li .text_box .title_target .badge {line-height: 34px;height: 34px;font-size: 22px;padding: 0 16px;} 
    .list_box > ul > li .text_box .title_target strong {font-size: 14px;} 
    .list_box > ul > li .text_box .title_treatment {font-size: 22px;} 
    .list_box > ul > li .text_box .title_writer {font-size: 18px;} 

    .list_box > ul > li .img_box .img_wrap [class^='text_box']{font-size: 20px;line-height: 30px; height: 30px;}
    .list_box > ul > li .text_box .date{font-size:16px;}


    .btn_write {display: none;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    .sub_visual { display: none;}
    .sub_visual h1 {font-size: 34px;}


    .tab_area .inner {margin-top: 60px;}
    .tab_area .inner .tab_con .con {padding: 24px 5%; border-radius: 16px;}
    .tab_area .inner .tab_con .con ul {gap: 10px;}
    .tab_area .inner .tab_con .con ul li label {padding: 0 12px;line-height: 30px;font-size: 14px;}
    
    .tab_area .inner .tab_con .tab_detail .details {grid-template-columns: 60px auto;gap: 16px;margin-bottom: 24px;}
    .tab_area .inner .tab_con .tab_detail .details .label_title {font-size: 16px;font-weight: 500;line-height: 30px;}
    .tab_area .inner .tab_con .tab_detail .sch_btn {line-height: 40px;height: 40px;font-size: 16px;padding: 0 30px;margin-top: 40px;display: block;width: 100%;max-width: 480px;}

    .list_box .banner {font-size: 18px;line-height: 1.4;padding: 20px 24px;text-wrap: balance;word-break: keep-all;}
    .list_box > ul {grid-template-columns: repeat(1, 1fr); gap: 20px;}
    .list_box > ul > li .img_box {border-radius: 8px;}
    .list_box > ul > li .img_box img {border-radius: 8px;}
    .list_box > ul > li .img_box ul {gap: 1px; border-radius: 8px; overflow: hidden;}
    .list_box > ul > li .img_box ul li:first-child > div {border-radius: 8px 0 0 8px; overflow: hidden;}
    .list_box > ul > li .img_box ul li:last-child > img {border-radius: 0 8px 8px 0;}
    .list_box > ul > li .img_box .img_wrap [class^='text_box']{font-size: 14px;line-height: 22px; height: 22px;}
    .list_box > ul > li .text_box .title_target .badge {line-height: 22px;height: 22px;font-size: 16px;padding: 0 12px;} 
    .list_box > ul > li .text_box .title_treatment{font-size: 18px;}
    .list_box > ul > li .text_box .date{font-size:12px;}
}