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: 12rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 1rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

main {
    padding: 2rem 1.5rem 10rem;
}
main .swiperWrap {
    padding-bottom: 2rem;
}
main .swiperWrap h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main .swiperWrap > p {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .swiperWrap > p em {
    font-size: 2.2rem;
    font-weight: 900;
    color: #f8a30c;
}
main .swiperWrap .benefitSwiper {
    height: max-content;
    overflow: hidden;
}
main .swiperWrap .benefitSwiper .swiper-slide {
    border-radius: 1rem;
    background-color: #f8a30c;
    padding: 2rem 3rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    background-image: url(../img/main-icon-2.png);
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: right 3rem center;
}
main .swiperWrap .benefitSwiper .swiper-slide:nth-of-type(2) {
    background-image: url(../img/main-icon-1.png);
}
main .swiperWrap .benefitSwiper .swiper-slide p {
    font-size: 1.4rem;
    color: #fff;
}
main .swiperWrap .benefitSwiper .swiper-slide h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}
main .swiperWrap .benefitSwiper .swiper-slide .page {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5rem;
    background: #fcd186;
    padding: 0.5rem 1rem;
    width: max-content;
    font-weight: 600;
}
main .swiperWrap .benefitSwiper .swiper-slide .page img {
    width: 0.5rem;
}
main .menuWrap {
    padding: 2rem 0;
}
main .menuWrap h2 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .menuWrap .menu {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
main .menuWrap .menu a {
    width: 50%;
    border-radius: 1rem;
    background-color: #efefef;
    position: relative;
}
main .menuWrap .menu a > img {
    width: 100%;
}
main .menuWrap .menu a h3 {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.4;
    position: absolute;
    top: 2rem;
    left: 2rem;
}
main .menuWrap .menu a h3 em {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f8a30c;
    line-height: 1.4;
}
main .menuWrap > a {
    border-radius: 1rem;
    background-color: #f8a30c;
    padding: 3rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    background-image: url(../img/main-icon-3.png);
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: right 2rem center;
}
main .menuWrap > a p {
    font-size: 1.4rem;
    color: #fff;
}
main .menuWrap > a h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}
main .qnaWrap {
    padding-top: 2rem;
}
main .qnaWrap h2 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .qna {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .qna a {
    border-radius: 5rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right 1.5rem center;
}
main .qna a span {
    font-size: 1.4rem;
    color: #f8a30c;
    background: #ffeed4;
    border-radius: 5rem;
    padding: 0.5rem;
}

/* 서브 */
main > h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
main > h2 em {
    font-size: 1.8rem;
    font-weight: 900;
    color: #f8a30c;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
}
main > pre em {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #f8a30c;
    font-weight: 600;
}
main > pre span {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #a1a1a1;
}
main > h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main .subOpenWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .subOpenWrap .subOpen {
    border-radius: 1rem;
    overflow: hidden;
}
main .subOpenWrap .subOpen h3 {
    padding: 3rem;
    font-size: 1.6rem;
    font-weight: 800;
    background: #efefef;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .subOpenWrap .subOpen h3 img {
    width: 1.5rem;
    position: absolute;
    right: 5rem;
}
main .subOpenWrap .subOpen h3 span {
    font-size: 1.4rem;
    position: absolute;
    right: 7rem;
}
main .subOpenWrap .subOpen h3 em {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f8a30c;
}
main .subOpenWrap .subOpen pre {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2rem;
    border: 1px solid #f6f6f6;
}
main .subOpenWrap .subOpen pre b {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 800;
    display: inline-block;
}
main .benefitWrap {}
main .benefitWrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
main .benefitWrap h2 em {
    font-size: 1.8rem;
    font-weight: 900;
    color: #f8a30c;
}
main .benefitWrap .benefitContent {
    display: flex;
    gap: 1rem;
    margin-bottom: 4rem;
}
main .benefitWrap .benefitContent .benefit {
    border-radius: 1rem;
    background: #ffeed4;
    padding: 2rem 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
}
main .benefitWrap .benefitContent .benefit .icon {
    width: 4rem;
    background: #fff;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}
main .benefitWrap .benefitContent .benefit .icon img {
    width: 3rem;
}
main .benefitWrap .benefitContent .benefit p {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

/* 가맹점 */
main #filterFrm {
    width: 100%;
    position: relative;
    margin-bottom: 2.5rem;
    display: flex;
    gap: 1rem;
}
main #filterFrm input {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    font-size: 1.4rem;
    padding: 1.5rem;
    border-radius: 1rem;
    width: 100%;
}
main #filterFrm select {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    font-size: 1.4rem;
    padding: 1.5rem;
    border-radius: 1rem;
    width: 50%;
    border: none;
    background: #fff;
}
main #filterFrm select option {
    font-size: 1.4rem;
}
main #filterFrm button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    width: 1.5rem;
}
main #filterFrm button img {
    width: 100%;
}
main .result {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .result > a {
    border-radius: 1rem;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right 2rem center;
}
main .result a div {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .result a div h3 {
    font-size: 1.4rem;
    border-radius: 5rem;
    padding: 0.5rem 0;
    background: #ffeed4;
    color: #f8a30c;
    width: 5.5rem;
    text-align: center;
}
main .result a div p {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.4;
}
main .result .gift {
    border-radius: 1rem;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
main .result .gift div {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .result .gift div h3 {
    font-size: 1.4rem;
    border-radius: 5rem;
    padding: 0.5rem 0;
    background: #ffeed4;
    color: #f8a30c;
    width: 5.5rem;
    text-align: center;
}
main .result .gift div p {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.4;
    width: calc(100% - 5.5rem);
}
main .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
main .pagination a {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .pagination a img {
    width: 20%;
}
main .pagination a.active {
    background: #f8a30c;
    color: #fff;
}

/* 질문 */
main #typeFrm {
    width: 100%;
    position: relative;
    margin-bottom: 2.5rem;
    display: flex;
    gap: 1rem;
}
main #typeFrm select {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    font-size: 1.4rem;
    padding: 1.5rem;
    border-radius: 1rem;
    width: 100%;
    border: none;
    background-image: url(../img/arrow-5.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1.5rem center;
}
main #typeFrm select option {
    font-size: 1.4rem;
}
main .qna {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .qna .open {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    padding: 0 1.5rem;
    border-radius: 1rem;
}
main .qna .open h3 {
    padding: 1.5rem 0 1.5rem 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
    gap: 1rem;
    font-weight: 800;
}
main .qna .open h3 span {
    font-size: 1.4rem;
    padding: 0.5rem;
    text-align: center;
    width: 6.5rem;
    border-radius: 5rem;
    color: #f8a30c;
    background: #ffeed4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
main .qna .open h3 img {
    width: 1.5rem;
}
main .qna .open pre {
    font-size: 1.4rem;
    padding: 1.5rem 0;
    line-height: 1.4;
}