@charset "utf-8";
/* 공통 ***********************************************/

:root {
    --common-padding: 150px 20px;
    --common-margin-bt: 40px;
    --common-sec-title-h1-size: 42px;
    --common-sec-title-h1-weight: 400;
    ;
}

@media (max-width:768px) {
    :root {
        --common-padding: 100px 16px;
        --common-margin-bt: 40px;
        --common-sec-title-h1-size: 32px;
        --common-sec-title-h1-weight: 400;
        ;
    }
}

.sub-container {
    padding-top: 150px;

}

.bbs-top .sub-sec-title,
.sub-container .sub-sec-title {
    max-width: 1200px;
    margin: 0 auto 60px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 20px 0;
}

.bbs-top .sub-sec-title p,
.sub-container .sub-sec-title p {
    font-size: 20px;
}

.bbs-top .sub-sec-title h1,
.sub-container .sub-sec-title h1 {
    font-size: 24px;
    font-weight: 600;
}


@media (min-width:767px) {
    body {
        min-width: 1200px !important;
    }

    main {
        display: block;
    }

    .mob-container {
        display: none;
    }
}

@media (max-width:768px) {
    body {
        min-width: inherit !important;
        max-width: 100%;
    }

    .sub-container {
        padding-top: 100px;
    }

    .bbs-top .sub-sec-title {
        margin: 0 0 60px;
    }

    .sub-container .sub-sec-title {
        margin: 0 20px 60px 20px;
    }

    .bbs-top .sub-sec-title h1,
    .sub-container .sub-sec-title h1 {
        font-size: 20px;
    }

    .header nav {
        display: none;
    }

    main {
        display: none;
    }

    .mob-container {
        display: block;
    }

    .mob-container .intro-bg {
        height: 350px;
        background: url(/images/mob-intro-bg.jpg) 50% 50% no-repeat;
        background-size: cover !important;
    }

    .mob-container .info-wrap .stit {
        padding: 24px 20px;
    }

    .mob-container .info-wrap .stit p.sub-title {
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1;
        color: #888;
    }

    .mob-container .info-wrap .stit p.sub-title span {
        color: #d6be9d;
    }

    .mob-container .info-wrap .stit h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        margin: 8px 0 12px;
        position: relative;
        padding-left: 12px;
    }

    .mob-container .info-wrap .stit h2:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 8px;
        height: 1.5px;
        background: #111;
    }

    .mob-container .info-wrap .stit .desc > p {
        font-weight: 300;
        color: #555;
        line-height: 1.6;
        font-size: 13px;
    }

    .mob-container .info-wrap .stit .desc ul {
        margin-bottom: 16px;
    }

    .mob-container .info-wrap .stit .desc ul li {
        display: flex;
    }

    .mob-container .info-wrap .stit .desc ul li > div:first-child {
        width: 60px;
    }

    .mob-container .info-wrap .stit .desc ul li > div {
        font-size: 13px;
        color: #888;
    }

    .mob-container .info-wrap .menu-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        background: #e8e9ea;
        padding: 8px;
    }

    .mob-container .info-wrap .menu-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        padding: 16px 20px;
        border-radius: 10px;
        text-decoration: none;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        transition: background 0.2s;
    }

    .mob-container .info-wrap .menu-item:hover {
        background: #f2f2f2;
    }

    .mob-container .info-wrap .arrow-icon {
        flex-shrink: 0;
    }

    .mob-container .info-wrap .info-sec2 .stit h2 {
        margin: 0px 0px 12px;
    }

    .mob-container .info-wrap .info-sec2 .map_wrap {
        height: 300px;
        width: 100%;
    }

    .mob-container .info-wrap .info-sec2 .btns {
        background: #f2f2f2;
        padding: 8px;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        border-radius: 10px;
        padding: 18px 20px;
        text-decoration: none;
        color: #333;
        font-size: 17px;
        font-weight: 500;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
        transition: background 0.2s ease;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a:hover {
        background: #f5f5f5;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a span {
        font-size: 14px;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid svg {
        flex-shrink: 0;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a:nth-child(2) {
        background: #2276c0;
        color: #fff;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a:nth-child(2) svg {
        stroke: #fff;
    }
}


/*  개인정보  */
.agree_wrap {
    margin-bottom: 60px;
}

.agree_wrap .tit {
    margin-bottom: 20px;
}

.agree_wrap .tit h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #111
}

.agree_wrap .desc_wrap {
    padding: 0 0 30px;
    border-top: 2px solid var(--primary);
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.agree_wrap .desc_wrap .info {
    background: #f7f7f7;
    padding: 32px;
}

.agree_wrap .desc_wrap .list h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 8px;
}

.agree_wrap .desc_wrap .list p {
    line-height: 1.4;
    color: #555;
    font-size: 15px;
}

.agree_wrap .desc_wrap .list p span {
    border-bottom: 1px solid #676767;
    padding-bottom: 2px;
    display: inline-block;
}

.agree_wrap .desc_wrap .list:not(:last-child) {
    margin-bottom: 24px;
}

.agree_wrap .agree_chk {
    max-width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.agree_wrap .agree_chk .agree_chk_box {
    font-size: 14px;
    color: #333;
    text-align: left;
    letter-spacing: -0.5px;
}

.agree_wrap .agree_chk .info {
    position: absolute;
    top: 50px;
    right: 24px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    text-decoration: underline;
}

.agree_wrap .agree_chk .agree_chk_box input[type=checkbox] {
    display: none
}

.agree_wrap .agree_chk .agree_chk_box input[type=checkbox] + label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    background: url('/images/chkbox_icon_off.svg');
}

.agree_wrap .agree_chk .agree_chk_box input[type=checkbox]:checked + label::before {
    background: #111 url('/images/chkbox_icon_on.svg');
}

.agree_wrap .agree_chk .agree_chk_box label {
    vertical-align: baseline
}

.agree_wrap .agree_chk .agree_chk_box > label > a.privacy_info {
    color: #333;
    text-decoration: underline;
    padding-right: 4px;
}

.agree_wrap .agree_chk_box span {
    color: #e54225;
}

@media (max-width:768px) {
    .agree_wrap .tit h2 {
        font-size: 16px;
    }
    
    .agree_wrap .desc_wrap .info {
        padding: 20px;
    }
    
    .agree_wrap .desc_wrap .list p {
        font-size: 13px;
    }
    .agree_wrap .desc_wrap .list h3 {
        font-size: 14px;
    }
}

/* board reset *****************************************/

#bo_w,
#bo_v,
#bo_list {
    max-width: 1220px;
    margin: 0 auto;
    padding: var(--common-padding);
    position: relative;
}

.bbs-sectitle {
    text-align: center;
    margin-bottom: var(--common-margin-bt);
}

.bbs-sectitle h1 {
    font-size: var(--common-sec-title-h1-size);
    font-weight: var(--common-sec-title-h1-weight);
    line-height: 1;
}

@media (max-width:768px) {

    #bo_w,
    #bo_v,
    #bo_list {
        padding: var(--common-padding);
    }
}


/* 헤더 ***********************************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 60px;
    height: 70px;
    position: relative;
}

/* ▶ GNB 메뉴 */
.header .gnb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 40px;
}

.header .gnb > li {
    position: relative;
}

.header .gnb > li > a {
    padding: 20px 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 17px;
    white-space: nowrap;
}

.header .gnb .arrow {
    margin-left: 4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #555;
    border-bottom: 1.5px solid #555;
    transform: translateY(-2px) rotate(45deg);
    margin-top: 2px;
}

/* ▶ 서브 메뉴 */
.header .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    display: none;
    flex-direction: column;
    padding: 8px 0;
}

.header .gnb li:hover .sub-menu {
    display: flex;
}

.header .sub-menu li a {
    display: block;
    padding: 10px 16px;
    margin: 0 10px;
    font-size: 14px;
    white-space: nowrap;
    color: #333;
}

.header .sub-menu li a:hover {
    background: #f9f9f9;
}

/* ▶ 모바일 nav */


/* ▶ 뱃지 */
.header .badge-new {
    position: relative;
    display: inline-block;
    background: #40a087;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 20px;
    margin-left: 2px;
    animation: pulseBadge 1.2s infinite;
}

.header .badge-new.badge2 {
    background: #ed996d;
}

/* ▶ 애니메이션 */
@keyframes bounceDown {

    0%,
    100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-6px);
    }

    40% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(-3px);
    }

    80% {
        transform: translateY(0);
    }
}

.header .cta-bounce {
    animation: bounceDown 1.4s ease-in-out infinite;
}

@keyframes pulseBadge {

    0%,
    100% {
        transform: translateY(-.5px) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(-.5px) scale(1.1);
        opacity: 0.7;
    }
}

.mob-header {
    position: relative;
}

.mob-header .dimmed {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    transition: opacity 0.3s ease;
}

.mob-header .dimmed.show {
    display: block;
}

/* ✅ 햄버거는 z-index 올림 */
.mob-header .mobBtn {
    position: relative;
    z-index: 1001;
}

/* 햄버거 */
.header .mobBtn {
    width: 24px;
    height: 18px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
}

.header .mobBtn span,
.header .mobBtn::before,
.header .mobBtn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #222;
    left: 0;
    transition: 0.3s ease;
}

.header .mobBtn span {
    top: 8px;
}

.header .mobBtn::before {
    top: 0;
}

.header .mobBtn::after {
    bottom: 0;
}

/* 메뉴 레이어 */
.mob-header .mob-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background: #fff;
    z-index: 51;
    padding: 20px;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mob-header .mob-nav.open {
    right: 0;
}

/* 닫기 버튼 */
.mob-header .nav-close {
    background: none;
    border: none;
    cursor: pointer;
}

/* nav-top */
.mob-header .nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mob-header .nav-top img {
    width: 130px;
}

/* 메뉴 항목 */
.mob-header .nav-list {
    margin-top: 20px;
}

.mob-header .nav-item {
    border-bottom: 1px solid #eee;
}

.mob-header .nav-link {
    width: 100%;
    background: none;
    border: none;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

/* 공통 화살표 스타일 */
.mob-header .nav-link .arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
}

/* ▼ 아래 방향 기본 화살표 */
.mob-header .nav-item:not(.no-sub) .arrow {
    transform: rotate(0deg);
    /* ▼ */
}

.mob-header .nav-item.open .arrow {
    transform: rotate(180deg);
    /* ▲ */
}

/* 👉 오른쪽 방향 화살표는 회전 없음 */
.mob-header .nav-item.no-sub .arrow.right {
    transform: rotate(0deg);
    /* → */
}

.mob-header .sub-menu {
    display: none;
    padding: 10px 0 14px 12px;
    background: #f9f9f9;
}

.mob-header .nav-item.open .sub-menu {
    display: block;
}

.mob-header .sub-menu li {
    padding: 6px 0;
    font-size: 14px;
    color: #555;
}

/* 카피라이트 */
.mob-header .copyright {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

.mob-header .cs-wrap {
    margin-top: 40px;
}

.mob-header .cs-wrap .info h2 {
    font-size: 14px;
    margin-bottom: 20px;
}

.mob-header .cs-wrap .info ul li {
    display: flex;
}

.mob-header .cs-wrap .info ul li:not(:last-child) {
    margin-bottom: 8px;
}

.mob-header .cs-wrap .info ul li .hd {
    width: 80px;
    color: #888;
    font-size: 12px;
}

.mob-header .cs-wrap .info ul li .ds {
    flex: 1;
    color: #888;
    text-align: right;
    font-size: 12px;
}

@media (max-width:768px) {
    .header .header-inner {
        padding: 0 20px;
    }
}


/* 푸터 ***********************************************/
#footer {
    margin-top: 120px;
    background: #fff;
    color: #ccc;
    font-size: 14px;
    padding: 40px 20px 20px;
}

#footer .footer-inner {
    max-width: 1660px;
    margin: 0 auto;
}

#footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#footer .footer-logo {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

#footer .footer-menu ul {
    display: flex;
    gap: 30px;
}

#footer .footer-menu a {
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: color 0.2s;
}

#footer .footer-menu a:hover {
    color: #888;
}

#footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
    color: #999;
    gap: 10px;
}

#footer .footer-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    /* 텍스트 간 여백 */
    font-size: 14px;
    color: #aaa;
}

#footer .footer-info strong {
    position: relative;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
}

/* 첫 strong 빼고 앞에 세로 구분선 */
#footer .footer-info strong:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #999;
    margin: 0 8px;
    position: relative;
    top: 1px;
}


#footer .footer-copy {
    text-align: right;
    flex-shrink: 0;
}

@media (max-width:768px) {
    #footer {
        margin-top: 40px;
        padding: 20px;
    }

    #footer .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    #footer .footer-logo {
        font-size: 18px;
        margin-bottom: 8px;
    }

    #footer .footer-menu ul {
        gap: 8px;
    }
}
