header {
    height: 6rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #f6f6f9;
}
header h1 {
    width: 18rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 3rem;
    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;
    border-top: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 7rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
nav a {
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
nav a img {
    height: 2rem;
    margin-bottom: 1rem;
}
nav a span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #a6a6a6;
}

main {
    padding: 0 0 7rem 0;
}
main .bnr {
    background: #f6f6f9;
    padding: 0 1.5rem 2rem;
}
main .bnr h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .bnr h2 span {
    font-size: 2.4rem;
    color: #f42766;
    font-weight: 800;
}
main .bnr > a {
    width: 65%;
    margin: 0 auto 3rem;
    display: block;
    border-radius: 100%;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main .bnr > a img {
    width: 100%;
}
main .bnr .buttonWrap {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
main .bnr .buttonWrap a {
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    width: 50%;
    padding: 1rem 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #fff;
}
main .bnr .buttonWrap a img {
    width: 2rem;
}
main .bnr .buttonWrap a span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .shortcutWrap {
    padding: 3rem 1.5rem;
}
main .shortcutWrap h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .shortcutWrap h2 span {
    font-size: 2rem;
    font-weight: 800;
    color: #f42766;
}
main .shortcutWrap .shortcut {
    display: flex;
    gap: 1rem;
    flex-flow: row wrap;
}
main .shortcutWrap .shortcut a {
    width: calc(50% - 0.5rem);
    display: flex;
    justify-content: center;
    gap: 1rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}
main .shortcutWrap .shortcut a:nth-of-type(3) .left p,
main .shortcutWrap .shortcut a:nth-of-type(4) .left p {
    background: #d7f6ff;
    color: #0961f3;
}
main .shortcutWrap .shortcut a .left {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 0.5rem;
    width: 50%;
    text-align: center;
}
main .shortcutWrap .shortcut a .left p {
    padding: 0.8rem 1rem;
    border-radius: 5rem;
    background: #fff2d5;
    font-weight: 600;
    font-size: 1.6rem;
    color: #ff8637;
}
main .shortcutWrap .shortcut a .left h3 {
    font-size: 1.8rem;
    font-weight: 600;
}
main .shortcutWrap .shortcut a .right {
    width: 50%;
}
main .shortcutWrap .shortcut a .right img {
    width: 100%;
}
main .grayBar {
    background: #f6f6f9;
    height: 1rem;
    width: 100%;
}
main .why {
    padding: 3rem 1.5rem;
}
main .why h2 {
    font-size: 2rem;
    font-weight: 800;
}
main .why h2 span {
    font-size: 2rem;
    color: #f42766;
    font-weight: 800;
}
main .why h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}
main .why p {
    line-height: 1.4;
    font-size: 1.6rem;
}

/* 추천 */
main > h2 {
    font-size: 2rem;
    font-weight: 800;
    padding: 3rem 1.5rem 2rem;
}
main > h2 span {
    font-size: 2rem;
    font-weight: 800;
    color: #f42766;
}
main .season {
    padding: 0 1.5rem 2rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 1rem;
}
main .season a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: calc(50% - 0.5rem);
    height: 12rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
main .season a h3 {
    font-size: 2rem;
    font-weight: 800;
}
main .season a p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #9a9a9a;
}
main > a {
    width: calc(100% - 3rem);
    margin: 0 1.5rem;
    display: inline-block;
    color: #fff;
    background: #191919;
    border-radius: 1rem;
    padding: 2.5rem 0;
    text-align: center;
    font-size: 1.6rem;
}
main > h3 {
    padding: 0 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
main > h3 span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #9c9c9c;
}
main > h4 {
    margin: 0 1.5rem 2rem;
    font-size: 1.6rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #191919;
    width: max-content;
    color: #fff;
}
main .recommendSwiper {
    padding: 0.5rem 1.5rem;
    height: max-content;
    overflow: hidden;
    margin-bottom: 3rem;
}
main .recommendSwiper .swiper-pagination {
    width: calc(100% - 3rem);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    top: unset;
    background: #f6f6f9;
    height: 0.5rem;
}
main .recommendSwiper .swiper-pagination span {
    background: #e5e5e7;
}
main .recommendSwiper .swiper-wrapper {}
main .recommendSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .recommendSwiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .recommendSwiper .swiper-wrapper .swiper-slide .image img {
    width: 80%;
}
main .recommendSwiper .swiper-wrapper .swiper-slide h5 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

/* 팔레트 */
main .category {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}
main .category a {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    border-radius: 1rem;
    background: #eaeaea;
    padding: 2rem 0;
    width: calc(100% / 3);
    color: #8a8a8a;
}
main .best {
    padding: 3rem 1.5rem;
}
main .best h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .best h2 span {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f42766;
}
main .best .colorWrap {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
}
main .best .colorWrap .color {
    border-radius: 1rem;
    width: calc(100% / 5 - 1rem);
    aspect-ratio: 1 / 1;
}
main .worst {
    padding: 3rem 1.5rem;
}
main .worst h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .worst h2 span {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f42766;
}
main .worst h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: 600;
}
main .worst h3 span {
    font-size: 1.6rem;
    color: #7f7f7f;
}
main .worst .colorWrap {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
}
main .worst .colorWrap .color {
    border-radius: 1rem;
    width: calc(100% / 4 - 1rem);
    height: 6rem;
}
main .mood {
    padding: 3rem 1.5rem;
}
main .mood h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .mood .tag {
    display: flex;
    gap: 1rem;
}
main .mood .tag span {
    border-radius: 1rem;
    background: #191919;
    color: #fff;
    padding: 1rem;
    font-size: 1.6rem;
    width: max-content;
}
main .etc {
    padding: 3rem 1.5rem;
}
main .etc h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .etc pre {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #595959;
}
main .acc {
    padding: 3rem 1.5rem;
}
main .acc h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .acc pre {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #595959;
}
main .recommend {
    padding: 3rem 1.5rem;
}
main .recommend h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .recommend pre {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #595959;
}
main .other {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.5rem 2rem;
}
main .other a {
    border-radius: 1rem;
    padding: 2.5rem 0;
    background: #191919;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    width: calc(100% / 3);
}

/* 테스트 */
main .startBg {
    background: rgba(0, 0, 0, 0.5);
    z-index: 6666;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 4rem;
}
main .startBg p {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #Fff;
    margin-bottom: 3rem;
    text-align: center;
}
main .startBg .image {
    width: 60%;
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #fff;
    margin-bottom: 3rem;
}
main .startBg .image img {
    width: 30%;
}
main .startBg button {
    font-weight: 800;
    font-size: 1.6rem;
    padding: 2rem 0;
    width: 100%;
    border-radius: 1rem;
    background: #fff;
}
main .status {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1.5rem;
}
main .status .step {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0.8rem 0;
    border-radius: 5rem;
    background: #f42766;
    width: 25%;
}
main .status .numberBar {
    width: 75%;
}
main .status .numberBar p {
    font-size: 1.4rem;
}
main .status .numberBar p span {
    font-size: 1.4rem;
}
main .status .numberBar .barBg {
    background: #e0e0e0;
    height: 0.5rem;
    border-radius: 5px;
    margin-top: 5px;
}
main .status .numberBar .barBg .bar {
    height: 0.5rem;
    width: 0;
    background: #f42766;
    border-radius: 5rem;
    transition: 0.5s;
}
main > p {
    padding: 0 1.5rem 2rem;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
}
main > p span {
    font-size: 1.6rem;
    color: #f42766;
    font-weight: 600;
}
main > .select {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: 60%;
}
main > .select a {
    color: transparent;
    width: 50%;
    height: 50%;
}
main .question {
    padding: 0 1.5rem;
}
main .question p {
    padding: 0 0 2rem 0;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 800;
}
main .question p span {
    font-size: 1.6rem;
    color: #f42766;
    font-weight: 800;
}
main .question .select {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .question .select a {
    padding: 2.5rem 1rem;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main .loadingBg {
    background: #fff;
    z-index: 6666;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 5rem;
    opacity: 1;
    transition: opacity 1s ease-out;
}
main .loadingBg img {
    width: 5rem;
    margin-bottom: 2rem;
}
main .loadingBg > p {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
}
main .loadingBg .percent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    gap: 0.5rem;
    width: 100%;
}
main .loadingBg .percent p {
    font-size: 1.6rem;
}
main .loadingBg .percent .barBg {
    background: #e0e0e0;
    height: 0.5rem;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
}
main .loadingBg .percent .barBg .bar {
    height: 0.5rem;
    width: 0;
    background: #f42766;
    border-radius: 5rem;
    transition: 0.5s;
}
main .title {
    padding: 1rem 1.5rem 3rem;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    background: #f6f6f9;
}
main .title h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .title h2 span {
    font-size: 2rem;
    font-weight: 800;
    color: #f42766;
}
main .title h3 {
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
main .title h4 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
main .title .tag {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
main .title .tag span {
    border-radius: 1rem;
    background: #191919;
    color: #fff;
    padding: 1rem;
    font-size: 1.6rem;
    width: max-content;
}

/* 기록 */
main .history {
    padding: 0 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .history a {
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
main .history a .color {
    width: 30%;
    border-radius: 1rem;
    aspect-ratio: 1 / 1;
}
main .history a .text {
    width: 70%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 1rem 0;
}
main .history a .text .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .history a .text .top h3 {
    font-size: 1.8rem;
    font-weight: 800;
}
main .history a .text .top button {
    width: 2rem;
}
main .history a .text .top button img {
    width: 100%;
}
main .history a .text > p {}
main .history a .text .bottom {
    display: flex;
    justify-content: space-between;
}
main .history a .text .bottom p {
    font-size: 1.6rem;
}
main .noHistory {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    height: 60%;
    padding: 0 1.5rem;
}
main .noHistory p {
    font-size: 1.8rem;
    font-weight: 600;
}
main .noHistory a {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    padding: 2.5rem 0;
    border-radius: 1rem;
    background: #191919;
}

footer {
    background-color: #f9f9fb;
    padding: 4rem 0;
}
footer p {
    font-size: 1.4rem;
    font-weight: 600;
    color: #5d5d5d;
    text-align: center;
    margin-bottom: 1rem;
}
footer pre {
    font-size: 1.3rem;
    font-weight: 600;
    color: #939393;
    text-align: center;
    line-height: 1.4;
}