/* #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 {padding: 130px 0; text-align: center; background: rgba(240, 235, 255, .5);}
.sub_visual h1 {font-size: 72px; line-height: 1em; letter-spacing: -1px;}


.tab_area .inner {padding: 0 16.66%; margin-top: 160px;}
.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: 20px; 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: #F0EBFF; color: #713FFF; 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: #713FFF; 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; line-height: 130%; letter-spacing: -1px; white-space: nowrap; cursor: default;}
.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: #713FFF; position: relative; left: 50%; transform: translateX(-50%); margin-top: 20px;}



.list_box {padding: 0 16.66%;}
.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(3, 2fr); column-gap: 20px; row-gap: 52px;}
.list_box > ul > li {padding: 16px 4% 25px; border-radius: 16px; border: 1px solid #DFE0E2;}
.list_box > ul > li .img_box {position: relative; border-radius: 16px; overflow: hidden; margin-bottom: 20px;}
.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 .img_box img {border-radius: 16px;} 
.list_box > ul > li .text_box {font-weight: 500;} 
.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: 24px; height: 24px; font-size: 15px; letter-spacing: -1px; color: #fff;
    padding: 0 10px; background: #713FFF; 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: -1px; color: #777C81;} 
.list_box > ul > li .text_box .title_treatment {font-size: 18px; letter-spacing: -1px; margin: 10px 0; color: #713FFF;} 
.list_box > ul > li .text_box .title_writer {font-size: 20px; letter-spacing: -1px;} 


.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%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .tab_area .inner {padding: 0 8%;}
    .list_box {padding: 0 8%;}
}
/* 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: 80px 0;}
    .sub_visual h1 {font-size: 64px;}


    .tab_area .inner {padding: 0 5%; margin-top: 80px;}
    .tab_area .inner .tab_con .con ul {gap: 12px;}
    
    .tab_area .inner .tab_con .tab_detail .details {grid-template-columns: 70px auto; gap: 12px;}


    .list_box {padding: 0 5%;}
    .list_box .banner {font-size: 20px; margin: 20px 0;}
    .list_box > ul {grid-template-columns: repeat(2, 1fr); column-gap: 10px; row-gap: 40px;}
    .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: 20px; height: 20px; font-size: 13px; padding: 0 8px;} 
    .list_box > ul > li .text_box .title_target strong {font-size: 14px;} 
    .list_box > ul > li .text_box .title_treatment {font-size: 16px; margin: 8px 0;} 
    .list_box > ul > li .text_box .title_writer {font-size: 18px;} 


    .btn_write {display: none;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    .sub_visual {padding: 50px 5%;}
    .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 10px; line-height: 30px; background: #F0EBFF; font-size: 14px; color: #713FFF;}
    
    .tab_area .inner .tab_con .tab_detail .details {grid-template-columns: 30px auto; gap: 16px; margin-bottom: 24px;}
    .tab_area .inner .tab_con .tab_detail .details .label_title {font-size: 16px; font-weight: 500;}
    .tab_area .inner .tab_con .tab_detail .sch_btn {line-height: 40px; height: 40px; font-size: 16px; padding: 0 30px; margin-top: 0;}


    .list_box .banner {font-size: 18px;}
    .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;}
}