/* #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;}

.top_title {padding: 0 16.66%; margin-bottom: 64px;/*  display: flex; justify-content: space-between; align-items: center; */ position: relative;}
.top_title h3 {font-size: 46px; line-height: 56px; letter-spacing: -0.02em; color: #29203B; margin-bottom: 64px;}
.top_title .tab_area {position: absolute; top: 98px;}
.top_title .tab_area a {display: inline-block; font-weight: 700; font-size: 16px; line-height: 20px; color: #2E1566; min-width: 96px; padding: 20px 0;}
.top_title .tab_area a.on {color: #7435FF;}
.top_title form {width: 45%; display: flex; justify-content: flex-end; align-items: center; position: absolute; top: 0; right: 16.66%;}
.top_title form div {width: 90%; margin-right: 2%; border: 1px solid #DFDFDF; border-radius: 100px; padding: 9px 3%; box-sizing: border-box;
    display: flex; justify-content: space-between; align-items: center;}
.top_title form input {border: none;}
.top_title form .search {width: calc(100% - 40px); font-family: 'Spoqa Han Sans Neo'; font-weight: 300; font-size: 18px; line-height: 26px; letter-spacing: -0.02em; color: #242424;}
.top_title form .search_btn1 {display: block; width: 24px; height: 24px; background: url(../images/sub06_02_btn_search.png) center no-repeat; background-size: contain;
    text-indent: -9999px; overflow: hidden; cursor: pointer; font-size: 0;}
.top_title form .search_btn2 {display: block; font-family: 'Spoqa Han Sans Neo'; font-weight: 700; font-size: 18px; line-height: 26px; letter-spacing: -0.02em; 
    color: #fff; background: #8556E3; border-radius: 12px; padding: 11px 30px; cursor: pointer;}

.list_box {padding: 0 16.66% 100px 48px; margin-left: calc(16.66% + 120px); position: relative;}
.list_box::before {content: ''; display: block; width: 1px; height: 82%; background: rgba(46, 21, 102, 0.15); position: absolute; left: 0; top: 0;}
.list_box .list_title {display: flex; align-items: center; border: 1px solid rgba(46, 21, 102, 0.15); border-left: none; border-right: none;}
.list_box .list_title li {font-weight: 500; font-size: 20px; line-height: 28px; color: #2E1566; padding: 22px 20px; box-sizing: border-box;}
.list_box .list_title li:nth-child(1) {width: 75%; padding-right: 0;}
.list_box .list_title li:nth-child(2) {width: 25%; text-align: right; padding-left: 0; white-space: nowrap;}
.list_box .list_content .list_item {display: flex; align-items: center; border-bottom: 1px solid rgba(46, 21, 102, 0.15);}
.list_box .list_content .list_item li {padding: 0 20px; color: #2E1566; box-sizing: border-box;}
.list_box .list_content .list_item li a span {display: inline-block; border-width: 1px; border-style: solid; border-radius: 100px; padding: 8px; margin-right: 12px;
    font-weight: 400; font-size: 16px; line-height: 20px;}
.list_box .list_content .list_item li .badge.event span {border-color: #7435FF; color: #7435FF;}
.list_box .list_content .list_item li .badge.notice span {border-color: #FF3535; color: #FF3535;}
.list_box .list_content .list_item li:nth-child(1) {width: 75%; color: #8556E3; font-weight: 500; font-size: 18px; line-height: 26px; letter-spacing: -0.02em; padding-right: 0;}
.list_box .list_content .list_item li:nth-child(1) a {display: block; padding: 22px 0; font-weight: 300; font-size: 20px; line-height: 28px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.list_box .list_content .list_item li:nth-child(2) {width: 25%; text-align: right; font-weight: 250; font-size: 16px; line-height: 22px; padding-left: 0;}

.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/sub06_02_btn_double_arrow_left.png);}
.list_box .pagination_box .prev {background-image: url(../images/sub06_02_btn_arrow_left.png);}
.list_box .pagination_box .next {background-image: url(../images/sub06_02_btn_arrow_right.png);}
.list_box .pagination_box .end {background-image: url(../images/sub06_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;}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .top_title {padding: 0 12%;}
    .top_title form {right: 12%;}
    .list_box {padding: 0 12% 100px 48px; margin-left: calc(16.66% + 80px);}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .top_title {padding: 0 8%;}
    .top_title form {right: 8%;}
    .list_box {padding: 0 8% 100px 48px; margin-left: calc(16.66% + 50px);}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .top_title {padding: 0 6%;}
    .top_title form {right: 6%;}
    .list_box {padding: 0 6% 100px 48px; margin-left: calc(16.66% + 30px);}
}


/* 태블릿 (해상도 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;}

    .top_title {padding: 0 5%;}
    .top_title h3 {font-size: 28px; line-height: 36px; margin-bottom: 20px;}
    .top_title .tab_area {position: relative; top: 0; display: block; width: 100%; float: left; margin-bottom: 20px;}
    .top_title .tab_area a {float: left; font-weight: 400; font-size: 13px; line-height: 16px; color: #29203B; background: #F2F2F2; min-width: auto; 
        padding: 8px 12px; margin-right: 8px; border-radius: 100px;}
    .top_title .tab_area a.on {font-weight: 500; color: #FCFCFC; background: #8556E3;}
    .top_title form {width: 90%; position: relative; left: 0;}
    .top_title form div {width: 90%; margin-right: 2%; border: 1px solid #DFDFDF; border-radius: 100px; padding: 6px 3%;}
    .top_title form input {border: none;}
    .top_title form .search {width: calc(100% - 40px); font-size: 16px; line-height: 22px;}
    .top_title form .search_btn2 {font-size: 14px; line-height: 20px; border-radius: 8px; padding: 8px 20px; cursor: pointer;}


    .list_box {padding: 0 5% 80px 48px; margin-left: 0;}
    .list_box::before {display: none;}
    .list_box .list_title {display: flex; align-items: center; border: 1px solid rgba(46, 21, 102, 0.15); border-left: none; border-right: none;}
    .list_box .list_title li {font-size: 18px; line-height: 26px; padding: 16px 20px;}
    .list_box .list_title li:nth-child(1) {width: 75%; padding-right: 0;}
    .list_box .list_title li:nth-child(2) {width: 25%; text-align: right; padding-left: 0; white-space: nowrap;}
    .list_box .list_content .list_item {display: flex; align-items: center; border-bottom: 1px solid rgba(46, 21, 102, 0.15);}
    .list_box .list_content .list_item li {padding: 0 20px; color: #2E1566; box-sizing: border-box;}
    .list_box .list_content .list_item li a span {padding: 6px 12px; font-size: 14px; line-height: 18px;}
    .list_box .list_content .list_item li:nth-child(1) {width: 75%;}
    .list_box .list_content .list_item li:nth-child(1) a {display: block; padding: 12px 0; font-weight: 300; font-size: 16px; line-height: 22px;}
    .list_box .list_content .list_item li:nth-child(1) a.badge {font-weight: 500;}
    .list_box .list_content .list_item li:nth-child(2) {width: 25%; font-weight: 250; font-size: 16px; line-height: 20px;}


    .list_box .pagination_box {margin-top: 40px;}
    .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 */
    .top_title h3 {display: none;}
    .top_title {padding: 0; margin-bottom: 0;}
    .top_title .tab_area {padding: 8px 5%; box-sizing: border-box; background: #F2F2F2;}
    .top_title .tab_area a {background: #fff; margin: 2px 4px;}
    .top_title form {width: 80%; padding: 0 5%;}

    .list_box {padding: 20px 5% 60px;}
    .list_box .list_title li {font-size: 16px; line-height: 20px; padding: 8px 12px;}
    .list_box .list_content .list_item li {padding: 0 12px;}
    .list_box .list_content .list_item li:nth-child(1) {width: 75%;}
    .list_box .list_content .list_item li:nth-child(1) a {padding: 12px 0;}
    .list_box .list_content .list_item li:nth-child(2) {width: 25%; font-size: 14px; line-height: 20px;}

    .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;}
}