/* #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: 46px; line-height: 56px; letter-spacing: -0.02em; padding: 0 16.66%; color: #29203B;}

.list_box {padding: 32px 16.66% 100px;}
.list_box > ul {display: grid; grid-template-columns: repeat(3, 2fr); gap: 16px;}
.list_box > ul > li {border: 1px solid rgba(46, 21, 102, .15); border-radius: 16px; padding: 16px; box-sizing: border-box;}
.list_box > ul > li .img_box {position: relative; border-radius: 16px; border: 1px solid rgba(46, 21, 102, .15); overflow: hidden;}
.list_box > ul > li .img_box .blur {width: 100%; height: 100%; background: rgba(0,0,0, .5); 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: 22px; line-height: 32px; letter-spacing: -0.02em; color: #fff; 
    text-align: center; display: flex; align-items: center; justify-content: center;}
.list_box > ul > li .img_box img {width: 100%; border-radius: 16px;}
.list_box > ul > li .text_box {margin: 16px 3%; color: #29203B;}
.list_box > ul > li .text_box > span {display: block; color: #8556E3; font-weight: 700; font-size: 12px; line-height: 18px;}
.list_box > ul > li .text_box > p a {font-weight: 500; font-size: 22px; line-height: 32px; letter-spacing: -0.02em; color: #29203B;}
.list_box > ul > li .hash_tag a {display: inline-block; color: rgba(46, 21, 102, 0.75); border: 1px solid rgba(116, 53, 255, 0.4); border-radius: 4px;
    font-weight: 700; font-size: 12px; line-height: 18px; padding: 6px 12px; margin-bottom: 3px;}
.list_box .pagination_box {text-align: center; margin-top: 100px; position: relative;}
.list_box .pagination_box span {display: inline-block; width: 44px; height: 44px; line-height: 44px; 
    font-family: 'Inter'; font-weight: 300; font-size: 28px; vertical-align: middle;}
.list_box .pagination_box span a {display: block;}
.list_box .pagination_box .pagination a {display: block; width: 100%; height: 100%;}
.list_box .pagination_box .pagination.on a {color: #8556E3; font-weight: 400; font-size: 32px; background: rgba(220, 204, 255, 0.42); border-radius: 50%;}
.list_box .pagination_box .front, .list_box .pagination_box .prev, .list_box .pagination_box .next, .list_box .pagination_box .end {
    font-size: 0; color: #fff; text-indent: -9999px; background-size: contain; background-repeat: no-repeat; background-position: center;}
.list_box .pagination_box .front {background-image: url(../images/sub05_04_btn_double_arrow_left.png);}
.list_box .pagination_box .prev {background-image: url(../images/sub05_04_btn_arrow_left.png);}
.list_box .pagination_box .next {background-image: url(../images/sub05_04_btn_arrow_right.png);}
.list_box .pagination_box .end {background-image: url(../images/sub05_04_btn_double_arrow_right.png);}
.list_box .pagination_box button {background: #8556E3; color: #FFFFFF; border: none; border-radius: 8px; padding: 11px 32px; cursor: pointer; white-space: nowrap;
    font-family: 'Spoqa Han Sans Neo'; font-weight: 700; font-size: 18px; line-height: 26px; letter-spacing: -0.02em; position: absolute; top: -80px; right: 0;}

.more_btn {display: none;}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    #content > h3 {padding: 0 12%;}
    .list_box {padding: 32px 12% 100px;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    #content > h3 {padding: 0 8%;}
    .list_box {padding: 32px 8% 100px;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    #content > h3 {padding: 0 6%;}
    .list_box {padding: 32px 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: 28px; line-height: 36px; padding: 0 5%;}

    .list_box {padding: 28px 5% 80px;}
    .list_box > ul {grid-template-columns: repeat(2, 3fr); column-gap: 16px; row-gap: 28px;}
    .list_box > ul > li .img_box .blur p {font-size: 20px; line-height: 25px;}
    .list_box > ul > li .img_box ul {gap: 1.5px;}
    .list_box > ul > li .text_box > span {font-weight: 600; font-size: 10px; line-height: 12px;}
    .list_box > ul > li .text_box > p {font-size: 20px; line-height: 25px;}
    .list_box .pagination_box {margin-top: 28px;}
    .list_box .pagination_box span {font-size: 20px; height: 37px;}
    .list_box .pagination_box .pagination {width: 37px;}
    .list_box .pagination_box .pagination a {display: block; width: 100%; height: 100%; line-height: 37px;}
    .list_box .pagination_box .pagination.on a {font-size: 18px;}
    .list_box .pagination_box button {display: none;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    #wrap { min-width: 375px; }
    #content {position: relative;}
    /* content */
    #content > h3 {display: none;}

    .list_box {padding: 24px 5% 60px;}
    .list_box > ul {grid-template-columns: repeat(1, 3fr); gap: 16px;}
    .list_box > ul > li {border-radius: 8px; padding: 12px;}
    .list_box > ul > li .img_box {border-radius: 8px;}
    .list_box > ul > li .img_box img {border-radius: 8px;}
    /*.list_box > ul > li:nth-child(n+6) {display: none;}*/
    .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 .text_box {margin: 12px 0;}
    .list_box .pagination_box {margin-top: 28px;}
    .list_box .pagination_box span {font-size: 20px; width: 30px; height: 30px;}
    .list_box .pagination_box .pagination {width: 30px;}
    .list_box .pagination_box .pagination:nth-child(n+6) {display: none;}
    .list_box .pagination_box .pagination a {display: block; width: 100%; height: 100%; line-height: 30px;}
    .list_box .pagination_box .pagination.on a {font-size: 18px;}
}