body {background-color: #F7F8FA;}

/*――――――――――――――――
  헤더
――――――――――――――――――*/
#header {position: fixed; top: 0; left: 0; height: 8.8rem; padding: 0 4rem; z-index: 999; transition: all 0.5s;}
#header .logo {position: absolute; left: 4rem; width: 13rem; height: 2.1rem; background-image: url('../img/common/logo.png'); background-size: 100%; transition: all 0.3s; background-repeat: no-repeat; z-index: 1;}
#header .right_menu {width: 100%;}
#header .nav .list > li {height: 8.8rem; display: flex; align-items: center;}
#header .nav a {display: block; padding: 1.5rem 2.2rem; border-radius: 0.8rem; transition: all 0.3s;}
#header .nav .list>li.on>a, header .nav li:hover>a {background: #F7F8FA; color: #464C53;}
#header .nav a.arr {display: flex; align-items: center; gap: 0.4rem;}
#header .nav a.arr .img_bx {width: 2rem; height: 2rem; background-image: url('../img/common/nav_arr.png'); transition: all 0.3s; background-size: 100%;}
#header .nav .list > li:hover a.arr .img_bx {background-image: url('../img/common/nav_arr_on.png');}
#header .nav .sub_menu {display: none; position: absolute; top: 7.8rem; left: 50%; transform: translateX(-50%); padding: 1.2rem; border-radius: 0.8rem; background: #fff; border: 1px solid #EDEFF2; box-shadow: 24px 24px 58px 0px #143F8E0F; width: 16.2rem;}
#header .nav .sub_menu.on {display: block;}
#header .nav .sub_menu a {display: block; width: 100%; text-align: center; padding: 1rem 0; border-radius: 0.8rem;}
#header .nav .sub_menu a:hover {background: #2C7BFE1A; color: #2C7BFE; font-weight: 600;}
#header .member_bx {position: absolute; right: 4rem;}
#header .member_bx .member_list {gap: 2.4rem;}
#header .member_bx .member_list li:first-child::before {content: ''; position: absolute; top: 50%; right: -1.2rem; transform: translateY(-50%); width: 1px; height: 1.2rem; background: #DEE1E3;}
#header .member_bx .member_list a {transition: all 0.5s;}
/* 헤더 알림 벨 (2026-08-21) — 배지 = 안읽은 채팅 수, 추후 알림 통합 */
#header .bell_wrap {position: relative; display: inline-flex; align-items: center;}
#header .bell_wrap svg {width: 2.2rem; height: 2.2rem; display: block;}
#header .bell_badge {position: absolute; top: -0.5rem; right: -0.8rem; min-width: 1.6rem; height: 1.6rem; padding: 0 0.4rem; font-size: 1rem; border-radius: 0.8rem;}
#header .mo_head_right {gap: 1.6rem;}
#header .mo_bell {color: #fff; transition: color 0.5s;}
#header.on .mo_bell {color: #1E2124;}
#header .member_bx .user {display: flex; align-items: center; gap: 1.2rem;}
#header .member_bx .user .img_bx {width: 3.6rem; height: 3.6rem; border-radius: 50%; overflow: hidden;}
#header .member_bx .user .img_bx img {width: 100%; object-fit: cover;}
#header .member_bx .user a {color: #1E2124;}
#header.on {background: #fff; border-bottom: 1px solid #EDEFF2;}
#header.on .logo {background-image: url('../img/common/logo_on.png');}
#header.on .nav a {color: #464C53;}
#header.on .nav a.arr .img_bx {background-image: url('../img/common/nav_arr_on.png');}
#header.on .member_bx .member_list a {color: #757B82;}

@media screen and (max-width: 880px) {
    #header {height: 5.6rem; padding: 0 2rem;}
    #header .logo {position: static; width: 12rem; height: 1.8rem; background-image: url('../img/common/logo_mo.png');}
    #header .prev_page img {width: 2.4rem;}
    #header .mo_btn {width: 2.4rem; height: 2.4rem; background-image: url('../img/common/mo_menu.png'); background-repeat: no-repeat; background-size: 100%; transition: all 0.5s;}
    #header .right_menu {position: fixed; top: 0; right: -30rem; flex-direction: column; background: #fff; width: 30rem; height: 100vh; justify-content: flex-start; z-index: 9999; transition: all 0.5s;}
    #header .right_menu.on {right: 0;}
    #header .menu_header {width: 100%; height: 5.6rem; padding: 0 1.9rem; border-bottom: 1px solid #EDEFF2;}
    #header .menu_header img {width: 5rem;}
    #header .menu_header .mo_menu_close img {width: 2.4rem;}
    #header .nav {padding: 0 2rem; width: 100%; height: calc(100vh - 9.7rem); overflow-y: scroll;}
    #header .nav .list {flex-direction: column;}
    #header .nav .list > li {width: 100%; flex-wrap: wrap; height: auto;}
    #header .nav a {width: 100%; padding: 1.4rem 0; font-size: 1.6rem; color: #464C53;}
    #header .nav a:hover {background: none;}
    #header .nav a.arr {justify-content: space-between;}
    #header .nav a.arr img {width: 2.4rem;}
    #header .nav a.arr .img_bx {background-image: url('../img/common/nav_arr_mo.png') !important;}
    #header .nav .sub_menu {position: static; transform: translateX(0); padding: 0.8rem 1.6rem; text-align: left; border-radius: 0; border: none; box-shadow: none; width: 100%;}
    #header .nav .sub_menu li:not(:last-child) {margin-bottom: 1.6rem;}
    #header .nav .sub_menu a {font-size: 1.5rem; color: #757B82; text-align: left; padding: 0;}
    #header .nav .sub_menu a:hover {background: transparent;}
    #header .member_bx {position: static; width: 100%; padding: 2rem 2rem 0 2rem; margin-bottom: 1.2rem;}
    #header .member_bx .member_list {gap: 0.8rem;}
    #header .member_bx .member_list li:first-child::before {display: none;}
    #header .member_bx .member_list li.logout {width: 100%;}
    #header .member_bx .member_list li.logout a {width: 100%;}
    #header .member_bx .member_list a {display: flex; align-items: center; justify-content: center; width: 12.6rem; height: 4.4rem; font-size: 1.4rem; border-radius: 0.6rem;}
    #header .member_bx .member_list a.login {background: #1E2124; color: #fff;}
    #header .member_bx .member_list a.join {border: 1px solid #161617; color: #161617;}
    #header.on .logo {background-image: url('../img/common/logo_on_mo.png');}
    #header.on .mo_btn {background-image: url('../img/common/mo_menu_on.png');}
}

/*――――――――――――――――
  푸터
――――――――――――――――――*/
#footer {background: #fff; padding: 4.8rem 4rem 3rem 4rem;}
#footer .right_bx {gap: 3.6rem;}

@media screen and (max-width: 880px) {
    #footer {padding: 2.8rem 2rem 1.5rem 2rem;}
    #footer .logo img {width: 6.1rem;}
    #footer .inner {flex-direction: column; align-items: flex-start; gap: 2.8rem;}
    #footer .right_bx {gap: 2rem;}
    #footer .right_bx a {font-size: 1.4rem;}
}

/*――――――――――――――――
  사이드
――――――――――――――――――*/
#side {bottom: 4rem; right: 3.6rem; z-index: 1;}

/* 모바일 하단 탭바 — 전 페이지 공통 (theme/basic/tail.php 가 include, 2026-08-21) */
.mo_tabbar {position: fixed; bottom: 0; left: 0; width: 100%; z-index: 90; background: #fff; border-top: 1px solid #EDEFF2; justify-content: space-around; padding: 0.8rem 0 calc(0.8rem + env(safe-area-inset-bottom));}
.mo_tabbar a {display: flex; flex-direction: column; align-items: center; gap: 0.4rem; font-size: 1.1rem; font-weight: 500; color: #757B82;}
.mo_tabbar a svg {width: 2.2rem; height: 2.2rem;}
.mo_tabbar a.active {color: #2C7BFE; font-weight: 700;}

@media screen and (max-width: 880px) {
    body {padding-bottom: calc(7rem + env(safe-area-inset-bottom));}   /* 하단 탭바 자리 확보 (전 페이지) */
    #side {bottom: 9.6rem; right: 2rem;}     /* 탭바 위로 올림 */
    #side.type2 {bottom: 16rem;}
    #side a {display: block; margin-bottom: 0.8rem;}
    #side a.top_btn {margin-bottom: 0;}
    #side img {width: 4.8rem;}
}

/*――――――――――――――――
  레이아웃 / 페이지 상단
――――――――――――――――――*/
.container {padding: 16.8rem 0 16rem 0; max-width: 128rem;}
.container.type2 {max-width: 106rem;}
.page_top {margin-bottom: 3.2rem;}
.container.type2 .page_top h2 {margin-bottom: 1rem;}

@media screen and (max-width: 880px) {
    .container {padding: 7.7rem 2rem 6rem 2rem; background: #fff;}
    .container.type2 {background: none; padding-bottom: 9rem;}
    .page_top {margin-bottom: 2rem;}
    .page_top h2 {font-size: 2.4rem;}
    .page_top .btn_black {display: none;}
    .container.type2 .page_top h2 {margin-bottom: 0.6rem;}
    .container.type2 .page_top .txt {font-size: 1.5rem; line-height: 2.4rem;}
}

/*――――――――――――――――
  버튼
――――――――――――――――――*/
.btn {width: 16.9rem; height: 6rem; border-radius: 0.8rem; transition: all 0.3s; font-size: 1.6rem; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.btn.sm {width: 12rem; height: 3.6rem; font-size: 1.2rem; font-weight: 500;}
.btn:hover {opacity: 0.8;}
.btn_black {color: #fff; background: #1E2124;}
.btn_black2 {color: #1E2124; border: 1px solid #1E2124;}
.btn_gray {background: #EDEFF2; color: #1E2124;}
.edit_btns {gap: 0.8rem; margin-top: 0.8rem;}
.edit_btns .btn {flex: 1; height: 5.2rem;}
.del .modal_box .btn_wrap .btn_yes {background-color: #F85658;}
.btn_submit_wrap .btn_black {width: 20rem; height: 6rem;}

@media screen and (max-width: 880px) {
    .btn_submit_wrap {padding: 1.2rem 2rem 2rem 2rem; border-top: 1px solid #EDEFF2; position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; z-index: 10;}
    .btn_submit_wrap .btn_black {width: 100%; height: 5.2rem;}
    .btn_del img, .input_box .btn_del_icon img {width: 2.4rem;}
}

/*――――――――――――――――
  뱃지
――――――――――――――――――*/
.badges {gap: 0.8rem; margin-bottom: 1.6rem;}
.badge {display: block; padding: 0.2rem 1rem; border-radius: 0.4rem; line-height: 2.2rem;}
.badge_orange {background-color: #FB6A421A; color: #FB6A42;}
.badge_blue {background-color: #2C7BFE1A; color: #2C7BFE;}
.badge_grey {color: #1E2124; border: 1px solid #DEE1E3;}
.badge_grey2 {background-color: #757B821A; color: #757B82;}
.badge_pink {background-color: #F749B11A; color: #F749B1;}
.badge_green {background-color: #2DAD4E1A; color: #2DAD4E;}
/* 안읽은 채팅 수 배지 — GNB 마이페이지·신청 현황·광고주 신청자 카드 공용 (2026-08-21) */
.unread_badge {display: inline-flex; align-items: center; justify-content: center; min-width: 1.8rem; height: 1.8rem; padding: 0 0.5rem; border-radius: 0.9rem; background-color: #FF4D4F; color: #fff; font-size: 1.2rem; font-weight: 600; line-height: 1; vertical-align: middle;}

@media screen and (max-width: 880px) {
    .badges {margin-bottom: 1.2rem; flex-wrap: wrap;}
    .badge {font-size: 1.2rem;}
}

/*――――――――――――――――
  폼 - 레이아웃
――――――――――――――――――*/
.form_wrap {background-color: #fff; border-radius: 0.8rem; padding: 3.6rem 4rem 4.8rem 4rem; margin-bottom: 3.2rem;}
.form_section {margin-bottom: 6rem;}
.form_section.type2 {margin-bottom: 3.2rem;}
.form_section:last-child {margin-bottom: 0;}
.form_section h3 {font-size: 2rem; font-weight: 600; color: #1E2124; margin-bottom: 1.6rem;}
.form_row {margin-bottom: 3.2rem;}
.form_row:last-child {margin-bottom: 0 !important;}
.form_group .label {display: block; font-size: 1.5rem; font-weight: 500; color: #464C53; margin-bottom: 0.8rem; line-height: 2.4rem;}
.form_group .desc {font-size: 1.3rem; color: #909096; line-height: 2rem; margin-top: 0.8rem;}
.form_wrap .input_box {width: 100%;}
.form_wrap .select_box {position: relative;}
.form_wrap .input_box input, .form_wrap .select_box select {width: 100%; height: 5.2rem; background-color: #fff; border: 1px solid #CDD0D4; border-radius: 0.8rem; padding: 1.4rem 1.6rem; font-size: 1.5rem; color: #1E2124;}
.form_wrap .input_box input::placeholder {color: #A0A6AD;}
.form_wrap .select_box select {appearance: none; background: url('../img/sel_arr.png') no-repeat right 1.6rem center;}
.pr_form .form_section h3 {margin-bottom: 3.4rem;}
.pr_form .form_group {width: 100%; position: relative;}
.pr_form .form_group .label {display: flex;}
.pr_form .radio_box_group {gap: 0.8rem;}
.pr_form .radio_box {flex: none; width: auto;}
.pr_form .input_box {position: relative;}
.pr_form .textarea_box textarea {height: 13.2rem; border: 1px solid #CDD0D4; border-radius: 0.8rem; padding: 1.4rem 1.6rem; font-family: "Pretendard", sans-serif; font-size: 1.5rem; font-weight: 400; font-size: 1.5rem; color: #1E2124; resize: none; box-shadow: none;}
.pr_form .textarea_box textarea::placeholder {color: #A0A6AD;}
.pr_form .label_row {margin-bottom: 0.8rem;}
.pr_form .label_row .label {margin-bottom: 0;}
.pr_form .file_upload_area {border: 1px dashed #CDD0D4; border-radius: 1rem; padding: 3.2rem 0; background: #fff; margin-bottom: 1.6rem;}
.pr_form .file_upload_area:last-child {margin-bottom: 0;}
.pr_form .file_upload_area .icon_bx {margin-bottom: 0.8rem; text-align: center;}
.pr_form .file_upload_area .icon_bx img {width: 5rem;}
.pr_form .file_upload_area p {text-align: center; line-height: 2.2rem; margin-bottom: 2rem;}
.pr_form .file_upload_area .btn_black {width: 12rem; height: 3.6rem;}
.pr_form .sns_radio_group {flex-wrap: wrap;}
.pr_form h3.type2 {margin-bottom: 1.6rem;}
.pr_form .form_row.flex.justy_btw .form_group {width: calc(50% - 1.2rem);}

@media screen and (max-width: 880px) {
    .form_wrap {padding: 0;}
    .form_wrap .select_box select {background-image: url('../img/sel_arr_mo.png'); background-size: 2rem;}
    .form_section h3 {font-size: 1.8rem;}
    .pr_form .form_section h3 {margin-bottom: 1.6rem;}
    .pr_form .radio_box_group {flex-wrap: wrap; gap: 0.8rem;}
    .pr_form .radio_box {width: calc(50% - 0.4rem);}
    .pr_form .radio_box .box, .pr_form .count_group .radio_box .box {width: 100%;}
    .pr_form .form_row.flex.justy_btw {flex-direction: column; align-items: flex-start; gap: 2.4rem;}
    .pr_form .form_row.flex.justy_btw .form_group {width: 100%;}
}

/*――――――――――――――――
  폼 - 선택 요소 (라디오 / 체크 / 주소)
――――――――――――――――――*/
.check_box {cursor: pointer;}
.check_box input[type="checkbox"] {appearance: none; -webkit-appearance: none; width: 2rem; height: 2rem; border-radius: 0.4rem; margin-right: 0.8rem; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: center; background: url('../img/modal_check.png') no-repeat; background-size: cover;}
.check_box input[type="checkbox"]:checked {background: url('../img/check_icon.png') no-repeat; background-size: cover;}
.radio_box_group {display: flex; gap: 1.2rem;}
.radio_box {flex: 1; max-width: 16rem; cursor: pointer;}
.radio_box input {display: none;}
.radio_box .box {display: flex; align-items: center; justify-content: center; gap: 1.8rem; width: 16.2rem; height: 5.2rem; border: 1px solid #DEE1E3; border-radius: 0.6rem; font-size: 1.5rem; font-weight: 500; color: #161617; background-color: #fff; transition: all 0.3s;}
.radio_box .box img.pc_view.on {display: none;}
.radio_box .box img.pc_view.off {display: block; width: 2.4rem;}
.radio_box input:checked + .box {border-color: #2C7BFE; background-color: #2C7BFE1A;}
.radio_box input:checked + .box img.pc_view.off {display: none;}
.radio_box input:checked + .box img.pc_view.on {display: block; width: 2.4rem;}
.radio_box .box img.mo_view {display: none;}
.addr_box {display: flex; flex-direction: column; gap: 0.8rem;}
.addr_box .addr_row {display: flex; gap: 0.8rem;}
.addr_box .addr_row .input_box {flex: 1;}

@media screen and (max-width: 880px) {
    .radio_box {max-width: none;}
    .radio_box .box {width: 100%;}
    .radio_box .box img {width: 2rem;}
    .radio_box .box img.mo_view.on {display: none;}
    .radio_box .box img.mo_view.off {display: block; width: 2.4rem;}
    .radio_box input:checked + .box {border-color: #2C7BFE; background-color: #2C7BFE1A;}
    .radio_box input:checked + .box img.mo_view.off {display: none;}
    .radio_box input:checked + .box img.mo_view.on {display: block; width: 2.4rem;}
    .radio_box .box img.pc_view {display: none !important;}
}

/*――――――――――――――――
  탭
――――――――――――――――――*/
.tab_list {gap: 0.8rem;}
.tab_list li a {display: flex; align-items: center; justify-content: center; padding: 1rem 2rem; font-weight: 500; color: #464C53; text-align: center; transition: all 0.3s; border-radius: 0.6rem; border: 1px solid #DEE1E3;}
.tab_list li a.active {background-color: #1E2124; color: #fff; border-color: #1E2124; font-weight: 700;}

@media screen and (max-width: 880px) {
    .tab_list {flex-wrap: nowrap; overflow-x: auto; margin-bottom: 2rem;}
    .tab_list::-webkit-scrollbar {display: none;}
    .tab_list li {flex-shrink: 0;}
    .tab_list li a {padding: 0.8rem 1.6rem; font-size: 1.4rem;}
}

/*――――――――――――――――
  검색 / 필터
――――――――――――――――――*/
.search_wrap {background-color: #fff; border-radius: 0.8rem; padding: 2.4rem 3.2rem; margin-bottom: 1.2rem; gap: 0.8rem;}
.search_box {width: 100%; gap: 0.8rem;}
.search_box .select_box {position: relative; width: 20rem;}
.search_box .select_box select {width: 100%; height: 5.2rem; border: 1px solid #CDD0D4; border-radius: 0.8rem; padding: 1.4rem 1.6rem; appearance: none; -webkit-appearance: none; background: url('../img/sel_arr.png') no-repeat right 1.6rem center; cursor: pointer;}
.search_box .input_box {position: relative; border: 1px solid #CDD0D4; border-radius: 0.8rem; flex: 1; display: flex; align-items: center; padding-right: 1.6rem;}
.search_box .input_box input {height: 5.2rem; padding: 1.4rem 1.6rem; border: none; border-radius: 0.8rem;}
.search_box .input_box input::placeholder {color: #A0A6AD;}
.search_wrap .btn_black {width: 12rem; height: 5.2rem; flex-shrink: 0;}

@media screen and (max-width: 880px) {
    .search_wrap {padding: 0; margin-bottom: 2.4rem; flex-wrap: wrap; background: transparent;}
    .search_box {display: contents;}
    .search_box .select_box {width: 100%;}
    .search_box .select_box select {background-image: url('../img/sel_arr_mo.png'); background-size: 2rem;}
    .search_box .input_box {flex: 1; min-width: 0;}
    .search_box .btn_icon_search img {width: 2rem;}
    .search_wrap .btn_black {width: 8rem;}
    .filter_box {margin-bottom: 1.6rem;}
}

/*――――――――――――――――
  리스트 / 상세
――――――――――――――――――*/
.list_wrap {padding: 2.8rem 3.2rem; background: #fff; border-radius: 0.6rem; margin-bottom: 3.2rem;}
.detail_wrap {gap: 2.4rem;}
.detail_left {flex: 1; min-width: 0; padding: 3.6rem 4rem 4.8rem 4rem; border-radius: 0.8rem; background-color: #fff;}
.detail_right {width: 41.1rem; padding: 3.6rem 4rem 4.8rem 4rem; background-color: #fff; position: sticky; top: 10rem;}
.detail_header .title {margin-bottom: 1.6rem; line-height: 4.8rem;}
.detail_header .info {gap: 2.4rem; margin-bottom: 3.2rem; padding-bottom: 3.2rem; border-bottom: 1px solid #EDEFF2;}
.detail_header .info span {gap: 0.8rem;}
.detail_header .info span.date::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: -1.2rem; width: 1px; height: 1.2rem; background: #DEE1E3;}
.detail_section {margin-bottom: 6rem;}
.detail_section:last-child {margin-bottom: 0;}
.detail_section h3 {margin-bottom: 1.6rem; gap: 1.2rem;}
.detail_section .desc_text {font-size: 1.7rem; color: #464C53; font-weight: 400; line-height: 2.6rem;}
.detail_right h3 {margin-bottom: 1rem; line-height: 3.2rem;}
.detail_right .date {gap: 0.8rem; margin-bottom: 2.8rem; line-height: 2.6rem;}
.detail_right .btn {width: 100%; height: 5.2rem;}
.detail_right .btn_black, .detail_right .btn_black2 {width: 100%; height: 5.2rem;}

@media screen and (max-width: 880px) {
    .list_wrap {padding: 0; margin-bottom: 2.4rem;}
    .detail_wrap {gap: 0; flex-direction: column;}
    .detail_left {padding: 0; border-radius: 0;}
    .detail_header.type2 {margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #EDEFF2;}
    .detail_header .title {font-size: 2.4rem; line-height: 3.4rem; margin-bottom: 1.2rem;}
    .detail_header .info {margin-bottom: 2rem; padding-bottom: 0; border-bottom: none;}
    .detail_header .info img {width: 2rem;}
    .detail_header .info span {font-size: 1.5rem; line-height: 2.4rem;}
    .mo_apply_box {margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #EDEFF2;}
    .mo_apply_box .btn {height: 5.2rem; width: 100%;}
    .detail_right.mo_view {width: 100%; padding: 0; position: static;}
    .detail_section {margin-bottom: 4rem;}
    .detail_section h3 {font-size: 1.7rem; margin-bottom: 1.6rem;}
    .detail_section h3 img {width: 2.4rem;}
}

/*――――――――――――――――
  모달
――――――――――――――――――*/
.modal_wrap {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; display: none; text-align: center;}
.modal_dim {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
.modal_box {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 42rem; height: 24.8rem; background-color: #fff; border-radius: 1.6rem; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3.6rem 2.4rem 2.8rem 2.4rem; overflow: hidden;}
.modal_box .icon {margin-bottom: 1.6rem;}
.modal_box .icon img {width: 5.2rem;}
.modal_box .text {font-size: 2.2rem; font-weight: 600; color: #161617; line-height: 3.2rem; margin-bottom: 3.2rem;}
.modal_box .text.type2 {margin-bottom: 1.2rem;}
.modal_box .text2 {font-size: 1.7rem; font-weight: 400; color: #757B82; line-height: 2.6rem; margin-bottom: 3.2rem;}
.modal_box .btn_wrap {display: flex; gap: 1.2rem; width: 100%;}
.modal_box .btn_wrap button, .modal_box .btn_wrap a {flex: 1; height: 5.2rem; border-radius: 0.8rem; font-size: 1.6rem; font-weight: 600; cursor: pointer; border: none; transition: opacity 0.3s;}
.modal_box .btn_wrap .btn_no {background-color: #EDEFF2; color: #1E2124;}
.modal_box .btn_wrap .btn_yes {background-color: #1E2124; color: #fff;}
.modal_box .btn_wrap .btn_ok {background-color: #1E2124; color: #fff;}
.modal_box .btn_wrap button:hover {opacity: 0.8;}
.modal_wrap.type2 .modal_box {height: auto;}
.modal_wrap.type2 .modal_box .tit {font-size: 2.2rem; font-weight: 600; color: #161617; margin-bottom: 2rem;}

@media screen and (max-width: 880px) {
    .modal_box {width: calc(100% - 4rem); max-width: 42rem;}
}

/*――――――――――――――――
  페이지네이션
――――――――――――――――――*/
.pagination {gap: 1.2rem;}
.pagination a {display: flex; align-items: center; justify-content: center; width: 3.2rem; height: 3.2rem; border-radius: 50%; color: #757B82; transition: all 0.3s;}
.pagination a.active {background-color: #1E2124; color: #fff; font-weight: 600;}

@media screen and (max-width: 880px) {
    .pagination a {width: 3.6rem; height: 3.6rem;}
    .pagination a img {width: 100%;}
    .pagination .page a {width: 3.2rem; height: 3.2rem; font-size: 1.5rem;}
}

/*――――――――――――――――
  접근성 (그누보드 공용)
――――――――――――――――――*/
.sound_only, legend {position: absolute; top: 0; left: 0; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0;}
