header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 8rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}

.navBg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 60%;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 6rem 1.5rem 0;
}
nav button {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}
nav button img {
    width: 100%;
}
nav > a {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 1.5rem 0;
}
nav .sub {
    padding: 1rem 0;
    display: flex;
    gap: 1.5rem;
    flex-flow: column nowrap;
}
nav .sub a {
    font-size: 1.6rem;
}

main {
    padding: 4rem 1.5rem 10rem;
}
#main {
    padding: 0 1.5rem 10rem;
}
main .bnr {
    width: 100%;
    margin-bottom: 4rem;
}
main .bnr a {
    height: 12rem;
    width: 100%;
    border-radius: 0.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    justify-content: center;
    padding: 0 2rem;
    background-color: #fff8fa;
    background-image: url(../img/main_icon1.png);
    background-repeat: no-repeat;
    background-position: right 2rem bottom;
    background-size: 10rem;
}
main .bnr a h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ca2e49;
    font-family: 'HallymGothic-Medium';
}
main .bnr a p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
main .fiveSwiper {
    height: max-content;
    overflow: hidden;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}
main .fiveSwiper h2 {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    font-family: 'HallymGothic-Medium';
}
main .fiveSwiper .swiper-wrapper {}
main .fiveSwiper .swiper-pagination {
    bottom: 0;
}
main .fiveSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
}
main .fiveSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ca2e49;
}
main .fiveSwiper .swiper-wrapper .swiper-slide {
    border-radius: 0.5rem;
    background-color: #f85870;
    padding: 2rem 1.5rem;
    height: 14rem;
    background-image: url(../img/main_icon2.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: right 1rem bottom 1.5rem;
}
main .fiveSwiper .swiper-wrapper .swiper-slide:nth-of-type(2) {
    background-image: url(../img/main_icon3.png);
}
main .fiveSwiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
    background-image: url(../img/main_icon4.png);
}
main .fiveSwiper .swiper-wrapper .swiper-slide:nth-of-type(4) {
    background-image: url(../img/main_icon5.png);
}
main .fiveSwiper .swiper-wrapper .swiper-slide:nth-of-type(5) {
    background-image: url(../img/main_icon6.png);
}
main .fiveSwiper .swiper-wrapper .swiper-slide h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 1rem;
}
main .fiveSwiper .swiper-wrapper .swiper-slide p {
    font-size: 1.6rem;
    color: #fff;
}
main > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5rem 2rem 1.5rem;
    border-radius: 0.5rem;
    background-color: #ec6c83;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    background-image: url(../img/sub_arrow.png);
    background-size: 1rem;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
}
main .sub {
    justify-content: flex-start;
    gap: 1.5rem;
    margin-top: 4rem;
}
main .sub img {
    width: 2.5rem;
}
main > a span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}
main > a img {
    width: 4rem;
}
main .qnaWrap {
    padding: 4rem 0 2rem;
}
main .qnaWrap2 {
    padding: 0;
}
main .qnaWrap h2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    font-family: 'HallymGothic-Medium';
}
main .qnaWrap h2 a {
    font-size: 1.4rem;
    color: #999999;
}
main .qnaWrap .qna {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
}
main .qnaWrap .qna2 {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
main .qnaWrap .qna .open {
    border-bottom: 1px solid #d9d9d9;
}
main .qnaWrap .qna2 .open {
    border-bottom: 1px solid #ececec;
}
main .qnaWrap .qna .open h3 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    font-size: 1.6rem;
    padding: 2.5rem 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}
main .qnaWrap .qna .open h3 img {
    width: 2rem;
}
main .qnaWrap .qna .open pre {
    padding: 2.5rem 1.5rem;
    line-height: 1.4;
    font-size: 1.6rem;
}
main .qnaWrap .qna .open pre img {
    width: 100%;
}
main .newsWrap {
    padding-top: 2rem;
}
main .newsWrap2 {
    padding: 0;
}
main .newsWrap h2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    font-family: 'HallymGothic-Medium';
}
main .newsWrap h2 a {
    font-size: 1.4rem;
    color: #999999;
}
main .newsWrap .news {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .newsWrap .news a {
    height: 12rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
main .newsWrap .news a .image {
    width: 40%;
    border-radius: 0.5rem;
    overflow: hidden;
}
main .newsWrap .news a .image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
main .newsWrap .news a .text {
    width: 60%;
}
main .newsWrap .news a .text h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
}
main .newsWrap .news a .text p {
    font-size: 1.4rem;
    line-height: 1.4;
}

/* 서브 */
main > h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
    font-family: 'HallymGothic-Medium';
}
main .bnrImage {
    width: 100%;
    margin-bottom: 3rem;
}
main .bnrImage img {
    width: 100%;
}
main > h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ca2e49;
}
main > h3.black {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 3rem 0 1rem;
    color: #333;
}
main > h4 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    color: #f85069;
    padding-top: 2rem;
}
main > pre {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 2rem;
}
main > pre b {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    display: inline-block;
}
main > pre span {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #c6c6c6;
}
main > img {
    width: 100%;
    margin-bottom: 3rem;
}
main .categorySwiper {
    height: max-content;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1rem;
}
main .categorySwiper .swiper-wrapper {}
main .categorySwiper .swiper-wrapper .swiper-slide {
    white-space: nowrap;
    width: max-content;
    font-size: 1.6rem;
    padding: 1.5rem 0;
    color: #b1b1b1;
}
main .categorySwiper .swiper-wrapper .swiper-slide.on {
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #cb304b;
}