/* #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;}

.options.mo_ver, .popup_bg, .popup_area {display: none;}
.options {padding: 0 16.66%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.options h3 {font-size: 46px; line-height: 56px; letter-spacing: -0.02em; display: inline-block;}
.options .inner {display: flex; justify-content: flex-end; gap: 16px;}
.options .inner > ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;}
.options .inner > ul .selectBox {position: relative;}
.options .inner > ul .selectBox .label {display: block; box-sizing: border-box; border: 1px solid #DFDFDF; border-radius: 8px; padding: 10px 48px 10px 16px; position: relative;
    font-weight: 300; font-size: 18px; letter-spacing: -0.02em; color: #242424; appearance: none; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none;
    background: url(../images/sub04_02_btn_arrow_down.png) calc(100% - 16px) center no-repeat; background-size: 16px; cursor: pointer;}
.options .inner > ul .selectBox .optionList {width: 100%; position: absolute; top: 52px; left: 0; z-index: 32; border-radius: 8px; border: 1px solid #E6E6E6; overflow: hidden;}
.options .inner > ul .selectBox .optionList .optionItem {background: rgba(255,255,255,.95); padding: 8px 20px; cursor: pointer;
    font-weight: 300; font-size: 14px; line-height: 20px; letter-spacing: -0.02em; color: #000; transition: all .2s;}
.options .inner > ul .selectBox .optionList .optionItem:hover {background: #F7F3FF;}
.options .inner > ul .selectBox .optionList .optionItem:not(:last-child) {border-bottom: 1px solid #E6E6E6;}
.options .inner 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;}


/* .select_box {position: relative; padding: 0 16.66%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.select_box h3 {font-size: 46px; line-height: 56px; letter-spacing: -0.02em; display: inline-block;}
.select_box form {display: flex; justify-content: flex-end; gap: 16px;}
.select_box form select {min-width: 160px; box-sizing: border-box; border: 1px solid #DFDFDF; border-radius: 8px; padding: 13px 48px 13px 16px; position: relative;
    font-weight: 300; font-size: 18px; letter-spacing: -0.02em; color: #242424; appearance: none; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none;
    background: url(../images/sub04_02_btn_arrow_down.png) calc(100% - 16px) center no-repeat; background-size: 16px;}
.select_box form 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;} */

.list_box {padding: 100px 16.66%;}
.list_box > ul {display: grid; grid-template-columns: repeat(3, 2fr); gap: 16px;}
.list_box > ul > li {border: 1px solid #E8E8E8; border-radius: 16px; padding: 16px 5% 20px;}
.list_box > ul > li .img_box {position: relative;}
.list_box > ul > li .img_box ul {display: flex; gap: 2px; border-radius: 16px; overflow: hidden;}
.list_box > ul > li .img_box ul .click_box {width: 50%; padding-top: calc(191/262*55%); position: relative;}
.list_box > ul > li .img_box ul .click_box span {display: block; width: 80%; padding-top: calc(48/136*80%);
    /* background: url(../images/sub04_02_btn_click_me.png) center no-repeat; */ background-size: contain; position: absolute; bottom: 24px; left: 5%; z-index: 30;}
.list_box > ul > li .img_box ul .click_box .before {width: 100%; height: 100%;
    /*background-image: url(../images/sub04_02_img_before.png);*/
    background-position: center top;
    background-size: cover; background-repeat: no-repeat; position: absolute; top: 0; left: 0; z-index: 11;}
.list_box > ul > li .img_box ul .click_box .after {width: 100%; height: 100%;
    /*background-image: url(../images/sub04_02_img_after.png);*/
    background-position: center top;
    background-size: cover; background-repeat: no-repeat; position: absolute; top: 0; left: 0; z-index: 9;}
.list_box > ul > li .img_box ul .click_box .blur {filter: blur(4px); z-index: 10;}
.list_box > ul > li .img_box ul .after_box {width: 50%;}
.list_box > ul > li .img_box ul .after_box img {width: 100%;}
.list_box > ul > li .img_box .weight_box {width: 80px; height: 80px; border-radius: 100px; background: rgba(133, 86, 227, .75); 
    display: flex; justify-content: center; align-items: center; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 20;}
.list_box > ul > li .img_box .weight_box p {font-family: 'Inter'; font-weight: 300; font-size: 10px; line-height: 12px; color: #FFF;}
.list_box > ul > li .img_box .weight_box p strong {display: block; font-size: 22px; line-height: 28px;}
.list_box > ul > li .img_box .weight_box p strong span {font-size: 12px; line-height: 15px;}
.list_box > ul > li .text_box {margin: 12px 0; color: #29203B;}
.list_box > ul > li .text_box > span {display: block; color: #7435FF; font-weight: 700; font-size: 12px; line-height: 18px; margin-bottom: 2px;}
.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 span {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 .notice {font-weight: 500; font-size: 16px; line-height: 20px; text-align: center; color: #8A7F9F; margin-top: 16px;}
.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: #7435FF; 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/sub04_02_btn_double_arrow_left.png);}
.list_box .pagination_box .prev {background-image: url(../images/sub04_02_btn_arrow_left.png);}
.list_box .pagination_box .next {background-image: url(../images/sub04_02_btn_arrow_right.png);}
.list_box .pagination_box .end {background-image: url(../images/sub04_02_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) {
    .options {padding: 0 12%;}
    .list_box {padding: 32px 12% 100px;}

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .options {padding: 0 8%;}
    .options h3 {margin-bottom: 20px; font-size: 28px; line-height: 36px;}
    .list_box {padding: 32px 8% 100px;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .options {padding: 0 6%; flex-direction: column; align-items: flex-start;}
    .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;}

    .options {padding: 0 5%;}
    .options h3 {font-size: 28px; line-height: 36px;}
    .options .inner {display: flex; justify-content: flex-end; gap: 12px; margin-bottom: 28px;}
    .options .inner > ul {gap: 12px;}
    .options .inner > ul .selectBox .label {padding: 7px 44px 7px 16px; font-size: 16px;
        background: url(../images/sub04_02_btn_arrow_down.png) calc(100% - 16px) center no-repeat; background-size: 16px;}

    .options .inner button {padding: 8px 24px; font-size: 14px; line-height: 20px;}

    /* .select_box {padding: 0 5% 28px;}
    .select_box form {display: flex; justify-content: flex-start; gap: 12px;}
    .select_box form select {min-width: 140px; padding: 9px 40px 9px 16px; font-size: 16px;}
    .select_box form button {padding: 8px 24px; font-size: 14px; line-height: 20px;} */

    .list_box {padding: 0 5% 80px;}
    .list_box > ul {grid-template-columns: repeat(2, 3fr); column-gap: 16px; row-gap: 28px;}
    .list_box > ul > li .img_box ul {gap: 1.5px;}
    .list_box > ul > li .img_box .weight_box {border: 1px solid #7435FF; background: rgba(116, 53, 255, 0.75);}
    .list_box > ul > li .text_box > span {font-weight: 600; font-size: 10px; line-height: 12px; margin-bottom: 4px;}
    .list_box > ul > li .text_box > p a {font-size: 20px; line-height: 25px;}
    .list_box > ul > li .hash_tag span {font-weight: 500; font-size: 14px; line-height: 18px; padding: 6px 12px;}
    .list_box .notice {font-size: 14px; line-height: 18px; margin-top: 28px;}
    .list_box .notice span {display: block;}
    .list_box .pagination_box {margin-top: 28px;}
    .list_box .pagination_box span {font-size: 20px;}
    .list_box .pagination_box .pagination {width: 37px;}
    .list_box .pagination_box .pagination a {display: block; width: 100%; height: 100%;}
    .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 */
    .options.pc_ver {display: none;}
    .options.mo_ver {display: block;}
    .options {padding: 16px 5% 0;}
    .options .inner {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-bottom: 0; width: 100%;}
    .options .inner > ul {display: flex; flex-wrap: wrap; gap: 4px;}
    .options .inner > ul .selectBox .label {padding: 7px 21px 7px 8px; font-size: 12px; line-height: 18px; box-sizing: border-box; border: 1px solid #DFDFDF; border-radius: 8px;
        background: url(../images/sub04_02_btn_arrow_down.png) calc(100% - 8px) center no-repeat; background-size: 12px; cursor: pointer; display: inline-block;}
    .popup_bg {background: rgba(0, 0, 0, 0.8); width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 300;}
    .popup_area {width: 100%; position: fixed; bottom: 0; left: 0; z-index: 1000; background: #fff; border-radius: 14px 14px 0 0; overflow: hidden;}
    .popup_area .popup_top {background: #fff; padding: 13px 0; text-align: center; position: relative;}
    .popup_area .popup_top .popup_title {font-weight: 700; font-size: 16px; line-height: 22px; letter-spacing: -0.02em; color: #000;}
    .popup_area .popup_top .btn_close {display: inline-block; width: 22px; height: 22px; position: absolute; top: 9px; right: 2%; z-index: 310;}
    .popup_area .popup_top .btn_close span {display: inline-block; width: 15px; height: 2px; background: #000; border-radius: 7.5px; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
    .popup_area .popup_top .btn_close span:nth-of-type(1) {transform: rotate(45deg);}
    .popup_area .popup_top .btn_close span:nth-of-type(2) {transform: rotate(-45deg);}
    .popup_area .popup_con {min-height: 200px; text-align: center;
        background: linear-gradient(0, rgba(217, 217, 217, 0) 0%, rgba(241, 241, 241, 0.07) 33.33%, rgba(245, 245, 245, 0.94) 100%);}
    .popup_area .popup_con .optionList {padding: 52px 0; display: none;}
    .popup_area .popup_con .optionList .optionItem a {display: block; font-size: 20px; line-height: 28px; letter-spacing: -0.02em; color: #3E3353;}
    .popup_area .popup_con .optionList .optionItem a:active {color: #8556E3; font-weight: 500; font-size: 22px;}
    .popup_area .popup_con .optionList .optionItem:not(:last-child) {margin-bottom: 8px;}

    .options .inner button {padding: 10px 8px; font-size: 12px; line-height: 18px; display: block; width: 100%;}

    /* .select_box {padding: 16px 5% 0;}
    .select_box h3 {display: none;}
    .select_box form {gap: 4px; flex-wrap: wrap;}
    .select_box form select {min-width: auto; padding: 9px 21px 9px 8px; font-weight: 300; font-size: 12px; line-height: 18px;
        background: url(../images/sub04_02_btn_arrow_down.png) calc(100% - 8px) center no-repeat; background-size: 12px;}
    .select_box form button {display: none;} */

    .list_box {padding: 16px 5% 60px;}
    .list_box > ul {grid-template-columns: repeat(1, 3fr); gap: 16px;}
    .list_box > ul > li {border-radius: 8px; padding: 12px 3%;}
    /*.list_box > ul > li:nth-child(n+4) {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 .img_box ul .click_box {padding-top: calc(155/180*55%);}
    .list_box > ul > li .img_box .weight_box p {font-size: 8px; line-height: 10px;}
    .list_box > ul > li .img_box .weight_box p strong {font-size: 18px; line-height: 23px;}
    .list_box > ul > li .text_box {margin: 12px 0 8px;}
    .list_box > ul > li .text_box > p a {font-size: 17px; line-height: 21px;}
    .list_box > ul > li .hash_tag span {font-size: 12px; line-height: 15px; padding: 4px 8px;}
    .list_box .notice {font-size: 10px; line-height: 13px; margin: 10px 0;}
    .list_box .notice span {display: inline;}
    .list_box .notice i {display: block;}
    .list_box .pagination_box {display: none;}

    .more_btn {display: block; font-weight: 500; font-size: 14px; line-height: 18px; color: #7435FF; text-align: center; padding: 12px 0; margin-top: 60px;
        background: rgba(116, 53, 255, 0.05); border: 1px solid rgba(116, 53, 255, 0.15); border-radius: 100px;}
}

