/*************************************************************/
/* 서브 상세 페이지 content layout style */
/* 2026-01-12 :: 파일 신규 생성 및 콘텐츠 페이지 공통 영역 분리 */
/* - 적용 시 페이지 별 스타일 파일에서 body, header, footer 등 공통 스타일 제거 */
/* - 적용된 페이지 : service/servicePayment.html */
/*************************************************************/


/* body */
html {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-overflow: clip;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #f9fafb;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    scroll-behavior: smooth;
}

body .background {
    position: absolute;
    z-index: -1;
    width: 597px;
    right: 0px;
    top: -159px;
    position: fixed;
    opacity: 0.2;
    -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
    filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.112));
}

body .background img {
    width: 100%;
}

body .background ::-moz-selection {
    background-color: rgba(255, 255, 255, 0);
}

body .background ::selection {
    background-color: rgba(255, 255, 255, 0);
}

.srOnly {
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    white-space: nowrap;
}

body {
    padding-top: 196px;
}

@media (min-width: 360px) and (max-width: 744px) {
    body {
        padding-top: 212px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    body {
        padding-top: 212px;
    }
}


/* section */
section {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mainBannerView {
    -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.075);
    max-width: 1440px;
    max-height: 495.72px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainBannerView {
        max-width: none;
        max-height: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainBannerView {
        max-width: none;
        max-height: none;
    }
}

.subWrap {
    width: 100%;
}

.mainContents {
    width: 100%;
}

.viewContentsWrap {
    padding-left: 24px;
    padding-right: 24px;
}

.subWrap {
    width: 100%;
}

.mainContents {
    width: 100%;
}

.viewContentsWrap {
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .viewContentsWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .viewContentsWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1920px) {
    .mainBannerView {
        width: 94vw;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 32.36vw;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .mainBannerView .mainBannerList .mainBanner {
        overflow: hidden;
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        max-width: 1328px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 170px;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .viewHeaderWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 1280px;
    }
    .viewFooterWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 1280px;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .mainBannerView {
        width: 94vw;
        height: 32.36vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        width: 100%;
        cursor: pointer;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        -webkit-transition: 0.7s;
        transition: 0.7s;
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 170px;
        padding-bottom: 334px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .viewHeaderWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .viewFooterWrap {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1440px) {
    .mainBannerView {
        width: 94vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 32.36vw;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0px 0px 48px 48px;
        -webkit-box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        box-shadow: 80px 80px 128px rgba(0, 0, 0, 0.095);
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
        width: 100%;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        width: 100%;
    }
    .viewContentsWrap {
        width: 100%;
        max-width: 1088px;
        min-height: 100%;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 334px;
    }
    .viewContentsWrap .sectionName {
        font-size: 38px !important;
    }
    .subWrap {
        max-width: 1088px;
    }
    .viewWrap {
        padding-top: 170px;
        padding-bottom: 334px;
    }
    .viewHeaderWrap {
        max-width: 1112px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .viewFooterWrap {
        max-width: 1112px;
        margin: 0 auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainBannerView {
        height: 44.9vw;
        width: 94vw;
        padding-right: 32px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        height: 44.9vw;
        width: 94vw;
    }
    .viewContentsWrap {
        max-width: 704px;
        min-height: 100%;
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 473px;
    }
    .viewHeaderWrap {
        max-width: 704px;
        margin: 0 auto;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
    .viewFooterWrap {
        max-width: 704px;
        margin: 0 auto;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainBannerView {
        height: 44.9vw;
        width: 94vw;
        padding-right: 16px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }
    .mainBannerView .mainBannerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainBannerView .mainBannerList .mainBanner {
        cursor: pointer;
    }
    .mainBannerView .mainBannerList .mainBanner img {
        height: 44.9vw;
        width: 94vw;
    }
    .viewContentsWrap {
        min-height: 100%;
        width: 100%;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 473px;
    }
    .viewHeaderWrap {
        max-width: 332px;
        width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
    }
    .viewFooterWrap {
        max-width: 332px;
        width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
    }
}

/*body section {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

body section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}*/

.background {
    position: absolute;
    right: 0;
}

header .bottomHeader {
    margin-bottom: 0;
}

.mainContents {
    margin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mainContents .contentHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-top: 52px;
    padding-bottom: 57px;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader {
        padding-top: 36px !important;
        padding-bottom: 24px !important;
        gap: 16px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader {
        padding-top: 36px;
        padding-bottom: 24px;
        gap: 16px;
    }
}

.mainContents .contentHeader .tabTitle {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Paperlogy', 'Noto Sans KR', sans-serif;
    color: #333;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader .tabTitle {
        font-size: 32.64px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader .tabTitle {
        font-size: 18.24px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader .tabTitle {
        font-size: 20px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader .tabTitle {
        font-size: 20px;
    }
}

.mainContents .contentHeader p {
    font-size: 20px;
    word-spacing: -0.02em;
    font-family: 'Noto Sans KR', sans-serif;
    color: #999999 !important;
    font-weight: 400;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader p {
        font-size: 17.6px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader p {
        font-size: 17.6px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .contentHeader p {
        font-size: 16px !important;
        line-height: 1.75;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .contentHeader p {
        font-size: 16px !important;
        line-height: 1.75;
    }
}




/* header */
header {
    background-color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 99999999;
}

@media (min-width: 360px) and (max-width: 744px) {
    header {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
    }
}

header .topSubHeader {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    right: 24px;
    padding: 8px 24px 8px 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topSubHeader {
        min-height: 44px;
        display: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topSubHeader {
        min-height: 44px;
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topSubHeader .snbWrap {
        display: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topSubHeader .snbWrap {
        display: none;
    }
}

header .topSubHeader .snbWrap .snb {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
}

header .topSubHeader .snbWrap .snb .snbMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

header .topSubHeader .snbWrap .snb .snbMenu .icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    overflow: hidden;
    font-size: 1px;
}

header .topSubHeader .snbWrap .snb .snbMenu .icon img {
    width: 100%;
}

header .topSubHeader .snbWrap .snb .snbMenu :hover {
    color: #f9bb00;
}

header .topSubHeader .snbWrap .snb .focus {
    color: #f9bb00;
}

header .topHeader {
    height: 90px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 14px 0px 14px;
        padding-bottom: 19px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 14px 0px 14px;
        padding-bottom: 19px;
    }
}

header .topHeader .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .left {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .left {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

header .topHeader .left .mainLogo {
    max-width: 113px;
    cursor: pointer;
    max-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .topHeader .left .mainLogo img {
    width: 100%;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .left .mainLogo {
        max-width: 98px;
        max-height: 18px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .left .mainLogo {
        max-width: 98px;
        max-height: 18px;
    }
}

header .topHeader .left .gnbWrap .gnb {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Paperlogy', sans-serif;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu :hover {
    color: #f9bb00;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu .icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    overflow: hidden;
    font-size: 1px;
}

header .topHeader .left .gnbWrap .gnb .gnbMenu .icon img {
    width: 100%;
}

header .topHeader .center {
    margin: 0 auto;
}

header .topHeader .center .gnb {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Paperlogy', sans-serif;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 88px;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .center .gnb {
        font-size: 17.6px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .center .gnb {
        font-size: 17.6px;
    }
}

@media (max-width: 1440px) {
    header .topHeader .center .gnb {
        font-size: 17px;
        font-weight: 500;
        font-family: 'Paperlogy', sans-serif;
        gap: 56px;
    }
}

@media (max-width: 1440px) and (min-width: 360px) and (max-width: 744px) {
    header .topHeader .center .gnb {
        font-size: 14.96px;
    }
}

@media (max-width: 1440px) and (min-width: 10px) and (max-width: 360px) {
    header .topHeader .center .gnb {
        font-size: 14.96px;
    }
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .center .gnb {
        font-size: 17px;
        font-weight: 500;
        font-family: 'Paperlogy', sans-serif;
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 744px) and (min-width: 360px) and (max-width: 744px) {
    header .topHeader .center .gnb {
        font-size: 14.96px;
    }
}

@media (min-width: 360px) and (max-width: 744px) and (min-width: 10px) and (max-width: 360px) {
    header .topHeader .center .gnb {
        font-size: 14.96px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .center .gnb {
        display: none;
    }
}

header .topHeader .center .gnb .gnbMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

header .topHeader .center .gnb .gnbMenu .textWrap span {
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

header .topHeader .center .gnb :hover .textWrap span {
    color: #f9bb00;
}

header .topHeader .center .gnb .focus {
    color: #f9bb00;
}

header .topHeader .center .gnb .lnbWrap {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 0px;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 114px;
    z-index: 99999999;
    background: #4e5059dd;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

header .topHeader .center .lnb {
    cursor: default;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    gap: 16px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    height: 164px;
    z-index: 99999999;
    color: #ebebeb;
    top: 142px;
}

header .topHeader .center .lnb li {
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Paperlogy', sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
    font-weight: 400;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1440px) {
    header .topHeader .center .lnb li {
        font-weight: 300;
    }
}

header .topHeader .center .lnb li:hover {
    color: #f9bb00;
}

header .topHeader .center :hover .lnbWrap {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(97%);
    transform: scale(97%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999999;
    height: 0px;
    position: absolute;
    background: #4e5059dd;
    height: 228px;
    top: 118px;
}

header .topHeader .center :hover .lnb {
    opacity: 1;
    max-height: 164px;
    overflow: visible;
    bottom: -188px;
}

header .topHeader .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    right: 24px;
    cursor: pointer;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .topHeader .right {
        width: 24px;
        height: 24px;
        right: 14px;
        background: url("/assets/assets/imgs/menuBar.png");
        background-size: 100%;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .topHeader .right {
        width: 24px;
        height: 24px;
        right: 14px;
        background: url("/assets/assets/imgs/menuBar.png");
        background-size: 100%;
    }
}

header .topHeader .right .snbWrap .snb {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

header .topHeader .right .snbWrap .snb .snbMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

header .topHeader .right .snbWrap .snb .snbMenu .icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    overflow: hidden;
    font-size: 1px;
}

header .topHeader .right .snbWrap .snb .snbMenu .icon img {
    width: 100%;
}

header .topHeader .right .snbWrap .snb .snbMenu :hover {
    color: #f9bb00;
}

header .topHeader .right .snbWrap .snb .focus {
    color: #f9bb00;
}

header .topHeader .right:active {
    -webkit-transform: scale(97%);
    transform: scale(97%);
}

header .topHeader .right.open {
    background: url("/assets/assets/imgs/mobGnbIcon/whiteClose.png") center no-repeat;
    background-size: 100%;
}

header .bottomHeader {
    width: 100%;
    background-color: #4e5059;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    gap: 8px;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader {
        max-height: 32px;
        -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
        width: calc(100vw - 40px);
        margin: 8px 14px;
        border-radius: 8px;
    }
    header .bottomHeader .viewHeaderWrap {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader {
        max-height: 32px;
        -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
        width: calc(100vw - 40px);
        margin: 8px 14px;
        border-radius: 8px;
    }
    header .bottomHeader .viewHeaderWrap {
        padding-left: 4px;
        padding-right: 4px;
    }
}

header .bottomHeader .bottomHeaderContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

header .bottomHeader .bottomHeaderContents .curMenu {
    position: relative;
    font-size: 15px;
    letter-spacing: -0.025rem;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    min-width: 98px;
    color: #fff;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .curMenu {
        font-size: 15px;
        font-size: 1px;
        display: none;
        color: #333333;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .curMenu {
        font-size: 1px;
        display: none;
        color: #333333;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap {
    font-size: 15px;
    letter-spacing: -0.025rem;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    color: #999999;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap {
        font-size: 12px;
        width: 100%;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap {
        width: 100%;
        font-size: 10px;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb {
        gap: 15px;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 4px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 4px;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu {
    cursor: pointer;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        min-height: 32px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        min-height: 32px;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .textWrap {
    width: 100%;
    height: 40px;
    min-width: 56px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #999999;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .textWrap {
        height: 24px;
        padding: 0 10px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .textWrap {
        height: 24px;
        padding: 0 10px;
    }
}

@media (min-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu :hover {
        color: #f9bb00;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .focus {
    color: #f9bb00;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .focus {
        width: 100%;
        height: 24px;
        min-width: 56px;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f9bb00;
        color: #333333;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .bottomHeader .bottomHeaderContents .lngWrap .lnb .lnbMenu .focus {
        width: 100%;
        height: 28px;
        min-width: 56px;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f9bb00;
        color: #333333;
    }
}

header .bottomHeader .bottomHeaderContents .lngWrap::-webkit-scrollbar {
    display: none;
}

header .mobGnbWrap {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    right: -100vw;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 28px;
    padding-top: 62px;
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

header .mobGnbWrap .mobGnbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

header .mobGnbWrap .mobGnbs .mobGnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap {
    width: 45px;
    height: 38px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap img {
    width: 100%;
    height: 100%;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    color: #333333;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
        font-size: 14.08px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
        font-size: 14.08px;
    }
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .dropIconWrap {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .dropIconWrap img {
    width: 100%;
}

header .mobGnbWrap .mobGnbs .mobGnb .ondepthWrap .dropIconWrap.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .mobGnbWrap .mobGnbs .mobGnb .twodepthWrap {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 14px;
    margin-right: 14px;
    border-radius: 16px;
    border: 0px solid #ffedc3;
    background-color: #fff7e5;
    gap: 24px;
}

header .mobGnbWrap .mobGnbs .mobGnb .twodepthWrap .twodepthName {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

header .mobGnbWrap .mobGnbs .mobGnb .twodepthWrap.open {
    max-height: none;
    padding: 16px 24px;
    border: 1px solid #ffedc3;
}

header .mobGnbWrap .mobTopMenus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
}

header .mobGnbWrap .mobTopMenus .mobTopMenu {
    padding: 16px 32px;
    border: 0.5px solid #ebebeb;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

header .mobGnbWrap .mobTopMenus .mobTopMenu .topMenuName {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
    line-height: 1;
}

header .mobGnbWrap .mobTopMenus .mobTopMenu .dropIconWrap {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

header .mobGnbWrap .mobTopMenus .mobTopMenu .dropIconWrap img {
    width: 100%;
}

header .mobGnbWrap.gnbOpen {
    overflow: scroll;
    right: 0vw;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 28px;
    padding-top: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

header .mobGnbWrap.gnbOpen .mobGnbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap {
    width: 45px;
    height: 38px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .iconWrap img {
    width: 100%;
    height: 100%;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    color: #333333;
}

@media (min-width: 360px) and (max-width: 744px) {
    header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
        font-size: 14.08px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName {
        font-size: 14.08px;
    }
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .titleWrap .mobGnbName.open {
    color: #f9bb00;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .dropIconWrap {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .dropIconWrap img {
    width: 100%;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .ondepthWrap .dropIconWrap.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .twodepthWrap {
    margin-top: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 14px;
    margin-right: 14px;
    border-radius: 16px;
    border: 0px solid #ffedc3;
    background-color: #fff7e5;
    gap: 24px;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .twodepthWrap .twodepthName {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

header .mobGnbWrap.gnbOpen .mobGnbs .mobGnb .twodepthWrap.open {
    margin-top: 8px;
    opacity: 1;
    max-height: none;
    padding: 16px 24px;
    border: 1px solid #ffedc3;
}

header .mobGnbWrap.gnbOpen .mobTopMenus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu {
    padding: 16px 32px;
    border: 0.5px solid #ebebeb;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu .topMenuName {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
    line-height: 1;
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu .dropIconWrap {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    font-size: 1px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

header .mobGnbWrap.gnbOpen .mobTopMenus .mobTopMenu .dropIconWrap img {
    width: 100%;
}

header .headerThemaChange.open {
    position: fixed;
    width: 100vw;
    height: 62px;
    top: 28px;
}

header .headerThemaChange.open .firstBack {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9bb00;
    opacity: 1;
    border-radius: 0 0 0 0px;
}

header .headerThemaChange.open .seconBack {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9bb00;
    opacity: 0.5;
    border-radius: 0 0 0 0px;
}

header .headerThemaChange.open .thrdBack {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9bb00;
    opacity: 0.1;
    border-radius: 0 0 0 0px;
}

header .headerThemaChange {
    position: absolute;
    width: 100vw;
    height: 62px;
    top: 0;
}

header .headerThemaChange .firstBack {
    position: absolute;
    left: 100vw;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    background-color: #f9bb00;
    opacity: 1;
    border-radius: 0 0 0 96px;
}

header .headerThemaChange .seconBack {
    left: 100vw;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #f9bb00;
    opacity: 0.5;
    border-radius: 0 0 0 96px;
}

header .headerThemaChange .thrdBack {
    left: 100vw;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #f9bb00;
    opacity: 0.1;
    border-radius: 0 0 0 96px;
}

/* header height 대응 */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


/* footer */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 334px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer {
        height: 473px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer {
        height: 473px;
    }
}

footer .fnbWrap {
    margin-top: 64px;
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .fnbWrap .fnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap .fnb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap .fnb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px;
    }
}

footer .fnbWrap .fnb .fnbMenu {
    cursor: pointer;
}

footer .fnbWrap .fnb .fnbMenu:hover {
    color: #f9bb00;
}

footer .fnbWrap .fnbMenu::after {
    content: '';
    display: inline-block;
    width: 0.5px;
    max-height: 8px;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px;
    border-right: 1px solid #999999;
    margin: 12px;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap .fnbMenu::after {
        display: none;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap .fnbMenu::after {
        display: none;
    }
}

footer .fnbWrap .fnbMenu:last-child::after {
    opacity: 0;
}

footer .fnbWrap .familySite .famMenu {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4px;
    position: relative;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap .familySite .famMenu {
        margin-top: 4px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap .familySite .famMenu {
        margin-top: 4px;
    }
}

footer .fnbWrap .familySite .famMenu .textWrap .text {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

footer .fnbWrap .familySite .famMenu .textWrap input {
    width: 0px;
    height: 0px;
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList {
    background-color: #fff;
    border: 0px solid #ebebeb;
    position: absolute;
    width: 172px;
    height: 0;
    overflow: hidden;
    bottom: 24px;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .fnbWrap .familySite .famMenu .textWrap .familySiteList {
        max-height: 30vh;
        overflow-y: scroll;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .fnbWrap .familySite .famMenu .textWrap .familySiteList {
        max-height: 30vh;
        overflow-y: scroll;
    }
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList li {
    padding: 16px 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 30px;
    letter-spacing: -0.025rem;
    height: 14px;
}

footer .fnbWrap .familySite .famMenu .textWrap .familySiteList li:hover {
    background-color: #f4f4f4;
}

footer .fnbWrap .familySite .famMenu input[type='checkbox']:checked + label .familySiteList {
    height: auto;
    padding: 8px 0;
    border: 0.5px solid #ebebeb;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

footer .fnbWrap .familySite .famMenu .icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    overflow: hidden;
    font-size: 1px;
}

footer .fnbWrap .familySite .famMenu .icon img {
    width: 100%;
}

footer .fnbWrap .familySite .famMenu:hover .text {
    color: #f9bb00;
}

footer .fnbWrap .familySite .famMenu:hover .icon {
    color: #f9bb00;
}

footer .footerContentsWrap {
    margin-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footerContentsWrap .companyInfoWrap .titleWrap {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 36px;
}

footer .footerContentsWrap .companyInfoWrap .infoWrap {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
    color: #999999;
}

footer .footerContentsWrap .snsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
    color: #999999;
}

@media (min-width: 360px) and (max-width: 744px) {
    footer .footerContentsWrap .snsWrap div {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    footer .footerContentsWrap .snsWrap div {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

footer .footerContentsWrap .snsWrap .youtubeIcon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 1px;
    background-color: #fff;
    border-radius: 100px;
}

footer .footerContentsWrap .snsWrap .youtubeIcon img {
    width: 100%;
}

footer .footerContentsWrap .snsWrap .instaIcon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 1px;
    background-color: #fff;
    border-radius: 100px;
}

footer .footerContentsWrap .snsWrap .instaIcon img {
    width: 100%;
}

footer .footerContentsWrap .snsWrap .facebookIcon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 1px;
    background-color: #fff;
    border-radius: 100px;
}

footer .footerContentsWrap .snsWrap .facebookIcon img {
    width: 100%;
}

@media (min-width: 744px) {
    footer .footerContentsWrap .snsWrap > div:hover {
        border: 1px solid #f9bb00;
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }
}


/* Service Content Common */
.mainContents .serviceBanner {
    width: 100vw;
    height: 15.17vw;
    -webkit-transition: 0s;
    transition: 0s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    bottom: 0;
    left: 0;
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .serviceBanner {
        height: 43.33vw;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .serviceBanner {
        height: 43.33vw;
    }
}

.mainContents .serviceBanner .bannerWrap {
    -webkit-filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
}

@media (min-width: 360px) and (max-width: 744px) {
    .mainContents .serviceBanner .bannerWrap {
        margin-bottom: 14px;
    }
}

@media (min-width: 10px) and (max-width: 360px) {
    .mainContents .serviceBanner .bannerWrap {
        margin-bottom: 14px;
    }
}

.mainContents .serviceBanner img {
    width: 100vw;
    overflow: hidden;
}

/* tab */
.mainContents .tabService .tabContent ul.tabBtn::-webkit-scrollbar {
    position: absolute;
    width: 16px;
    margin: 100px;
    left: 16px;
    height: 2px;
    position: absolute !important;
    bottom: 16px;
    border-radius: 100px;
    display: none;
}

.mainContents .tabService .tabContent ul.tabBtn::-webkit-scrollbar-thumb {
    background: #f9bb00;
    border-radius: 100px;
    width: 2px;
    display: none;
    border: 6px solid transparent;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    background-clip: padding-box;
}

.mainContents .tabService .tabContent ul.tabBtn::-webkit-scrollbar-track {
    background-color: #fff;
    display: none;
    padding: 10px;
}

.mainContents .tabService .tabContent .tabBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 120px;
    overflow-x: scroll;
    gap: 15px 9px;
}

@media (max-width: 744px) {
    .mainContents .tabService .tabContent .tabBtn {
        margin: 0 0 25px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 7px;
    }
}


.mainContents .tabService .tabContent .tabBtn li {
    background: #ffffff;
    border: 1px solid #ebebeb;
    /*margin-right: 8px;
    margin-bottom: 16px;*/
    border-radius: 18px 18px 10px 18px;
    cursor: pointer;
    padding: 12px 25px;
    font-size: 20px;
    font-weight: 400;
    font-family: Paperlogy, 'Noto Sans KR', sans-serif;
    letter-spacing: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
}

@media (max-width: 744px) {
    .mainContents .tabService .tabContent .tabBtn li {
        font-size: 15px;
        padding: 11px 17px;
        margin-bottom: 0;
        min-width: auto;
        border-radius: 16px 16px 6px 16px;
    }
}

@media (min-width: 744px) {
    .mainContents .tabService .tabContent .tabBtn li:hover {
        background: #F46C22;
        color: #fff;
        -webkit-transform: scale(97%);
        transform: scale(97%);
    }
    .mainContents .tabService .tabContent .tabBtn li:active {
        background: #F46C22;
        color: #fff;
        -webkit-transform: scale(95%);
        transform: scale(95%);
    }
}

.mainContents .tabService .tabContent .tabBtn li.active {
    background: #F46C22;
    color: #fff;
}


/* tab title */
.mainContents .tabService .tabContent .tabTitle {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 120px;
}

.mainContents .tabService .tabContent .tabTitle h2 {
    font-family: Paperlogy;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
}

.mainContents .tabService .tabContent .tabTitle p {
    font-family: Paperlogy;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
}

.mainContents .tabService .tabContent .tabTitle p:last-child {
    color: #999;
}

@media (max-width: 744px) {
    .mainContents .tabService .tabContent .tabTitle {
        gap: 12px;
        margin-bottom: 24px;
    }

    .mainContents .tabService .tabContent .tabTitle h2 {
        font-size: 18px;
    }

    .mainContents .tabService .tabContent .tabTitle p {
        font-size: 15px;
        line-height: 160%;
    }
}

/* btn common */
.basicBtnWrap {
    width: auto;
}

.basicBtnWrap a,
.basicBtnWrap button {
    width: auto;
    height: auto;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: #F46C22;
    border-radius: 8px;
    display: inline-block;
    padding: 4px 30px;
    border: none;
    cursor: pointer;
}

.basicBtnWrap.small a,
.basicBtnWrap.small button {
    width: auto;
    height: auto;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    background: #F46C22;
    border-radius: 8px;
    display: inline-block;
    padding: 12px 28px;
    border: none;
    cursor: pointer;
}

.serviceSection {
    width: 100%;
}
