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 #menuBtn {
    width: 3rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}

body {
    background: #f4f4f4;
}

nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 8rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
nav a {
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
nav a img {
    height: 2.5rem;
    margin-bottom: 1rem;
}
nav a span {
    font-family: 'BMJUA';
    font-size: 1.5rem;
    color: #a6a6a6;
}

main {
    padding-bottom: 10rem;
}
#main {
    padding: 0 1.5rem 10rem;
}
main .bnr {
    margin: 2rem 0;
    height: 18rem;
    background: #2d1f1d;
    border-radius: 1rem;
    padding: 0 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    background-image: url(../img/main-img-01.png);
    background-repeat: no-repeat;
    background-size: 10rem;
    background-position: right 1rem bottom 1.5rem;
}
main .bnr p {
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}
main .bnr h2 {
    font-family: 'yg-jalnan';
    line-height: 1.4;
    font-size: 2.2rem;
    color: #fff;
}
main .bnr h2 span {
    font-family: 'yg-jalnan';
    font-size: 2.2rem;
    color: #ffe885;
}
main .test {
    padding: 2rem 0;
}
main .test h2 {
    font-family: 'yg-jalnan';
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .test h2 a {
    width: 1rem;
}
main .test h2 a img {
    width: 100%;
}
main .test .testSwiper {
    overflow: hidden;
    height: max-content;
    padding: 0.5rem;
}
main .test .testSwiper .swiper-wrapper {}
main .test .testSwiper .swiper-wrapper .swiper-slide {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-flow: column nowrap;
    padding: 1.5rem;
    text-align: center;
}
main .test .testSwiper .swiper-wrapper .swiper-slide p {
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 0.5rem;
    background: #f4f4f4;
    padding: 0.8rem 0;
}
main .test .testSwiper .swiper-wrapper .swiper-slide span {
    font-size: 1.4rem;
    font-weight: 900;
    margin: 0.5rem 0;
    color: #939393;
}
main .test .testSwiper .swiper-wrapper .swiper-slide a {
    font-size: 1.6rem;
    color: #fff;
    padding: 1.2rem 0;
    border-radius: 0.5rem;
    background: #2d1f1d;
    margin-top: 1.5rem;
}
main .findWrap {
    padding: 2rem 0;
}
main .findWrap h2 {
    font-family: 'yg-jalnan';
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .findWrap h2 a {
    width: 1rem;
}
main .findWrap h2 a img {
    width: 100%;
}
main .findWrap .find {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .findWrap .find a {
    display: flex;
    padding: 0 1rem;
    height: 7rem;
    align-items: center;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 1rem;
}
main .findWrap .find a img {
    width: 5rem;
    margin-right: 2rem;
}
main .findWrap .find a span {
    font-size: 1.6rem;
    font-weight: 900;
}

/* 테스트 */
main .testWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    padding-top: 3rem;
}
main .testWrap .testBox {
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
}
main .testWrap .testBox h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
main .testWrap .testBox .image {
    width: 100%;
    margin-bottom: 1rem;
}
main .testWrap .testBox .image img {
    width: 100%;
}
main .testWrap .testBox a {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    padding: 1.2rem 0;
    display: inline-block;
    width: 100%;
    background: #2d1f1d;
    border-radius: 0.5rem;
}

/* 서브 페이지 */
main .whiteBox {
    background: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 3rem 1.5rem;
    margin-bottom: 2rem;
}
main .whiteBox h2 {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 2rem;
}
main .whiteBox h2 strong {
    font-family: 'yg-jalnan';
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.7;
}
main .whiteBox img {
    width: 100%;
    margin-bottom: 2rem;
}
main .whiteBox pre {
    font-size: 1.6rem;
    line-height: 1.4;
}
main .whiteBox pre b {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.4;
}
main .whiteBox .category {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 90%;
    margin: 0 auto;
}
main .whiteBox .category a {
    width: calc(100% / 3);
    border-radius: 5rem;
    padding: 1rem 0;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
}
main > .box {
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 2rem 1.5rem;
    background: #fff;
    margin: 0 1.5rem 1.5rem;
}
main > .box h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
}
main > .box h3 img {
    width: 3rem;
    margin-right: 0.5rem;
}
main > .box .stepWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
main > .box .stepWrap > img {
    width: 10rem;
    margin: 0 auto;
}
main > .box .step {
    position: relative;
}
main > .box .step img {
    width: 100%;
}
main > .box .step span {
    font-size: 1.6rem;
    font-weight: 800;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1.4;
    text-align: center;
}
main > .box h4 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
main > .box > img {
    width: 100%;
    margin-bottom: 2rem;
}
main > .box pre {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #535353;
}
main > .box pre b {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}

/* 월드컵 */
main > h2 {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    padding: 2.5rem 1.5rem;
    line-height: 1.4;
    background: #fff;
}
main > h2 b {
    font-family: 'yg-jalnan';
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.4;
}
main .start {
    border-radius: 1rem;
    background: #2d1f1d;
    padding: 4rem 2.5rem;
    margin: 0 1.5rem;
}
main .start p {
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 1rem;
}
main .start h2 {
    font-family: 'yg-jalnan';
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 3rem;
}
main .start h2 span {
    font-family: 'yg-jalnan';
    font-size: 2.2rem;
    font-weight: 900;
    color: #ffe885;
}
main .start img {
    width: 100%;
    margin-bottom: 3rem;
}
main .start a {
    font-size: 1.6rem;
    font-weight: 800;
    color: #2d1f1d;
    padding: 1.2rem 0;
    background: #fff;
    border-radius: 0.5rem;
    text-align: center;
    display: inline-block;
    width: 100%;
}
main #round-container {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    padding-top: 2rem;
}
main .select {
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 0 1.5rem;
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
main .select.selected {
    border: 2px solid #000;
}
main .select img {
    width: 100%;
    margin-bottom: 1.5rem;
}
main .select span {
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    display: block;
}
main > button {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    padding: 1.2rem 0;
    width: calc(100% - 3rem);
    border-radius: 0.5rem;
    margin: 6rem 1.5rem 0;
    background: #2d1f1d;
    text-align: center;
}
main > .result {
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 2rem 1rem;
    border-radius: 1rem;
    width: calc(100% - 3rem);
    margin: 2rem 1.5rem;
}
main > .result h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
main > .result p {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 4rem;
}
main > .result span {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 2.5rem;
    display: inline-block;
    font-family: 'yg-jalnan';
}
main > .result img {
    width: 100%;
}
main .buttonWrap {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 1.5rem;
}
main .buttonWrap a {
    width: 50%;
    text-align: center;
    padding: 1.5rem 0;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    background: #2d1f1d;
    color: #fff;
}
main .buttonWrap a:first-child {
    background: #d0d0d0;
    color: #4a4a4a;
}

/* 지도 */
#mapMain {
    position: relative;
    padding: 0;
}
main #map {
    width: 100%;
    height: 100%;
}
main .detailBox {
    z-index: 8888;
    padding: 2rem;
    border-radius: 0.5rem;
    background-color: #fff;
    position: fixed;
    width: calc(100% - 3rem);
    left: 50%;
    bottom: 10rem;
    transform: translateX(-50%);
    display: none;
}
main .detailBox .typeWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
main .detailBox .typeWrap .type {
    display: flex;
    align-items: center;
}
main .detailBox .typeWrap .type span {
    font-size: 1.6rem;
    font-weight: 800;
}
main .detailBox .typeWrap .type img {
    width: 2.5rem;
    margin-right: 0.5rem;
}
main .detailBox .typeWrap button {
    width: 2.5rem;
}
main .detailBox .typeWrap button img {
    width: 100%;
}
main .detailBox .nameLocation {
    display: flex;
    justify-content: space-between;
}
main .detailBox .nameLocation .markerImage {
    width: 2.5rem;
}
main .detailBox .nameLocation .markerImage img {
    width: 100%;
}
main .detailBox .nameLocation .name {
    width: 70%;
}
main .detailBox .nameLocation .name h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .detailBox .nameLocation .name p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #737373;
}
main .detailBox .nameLocation button {
    width: 3rem;
}
main .detailBox .nameLocation button img {
    width: 100%;
}
main .filter {
    position: fixed;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    z-index: 7777;
    width: calc(100% - 3rem);
}
main .filter > a {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5rem;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1rem;
}
main .filter > a img {
    width: 2rem;
    margin-right: 1rem;
}
main .filter > a span {
    font-size: 1.6rem;
    color: #a4a4a4;
}
main .filter .bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
main .filter .bottom .regionSel {
    position: relative;
    width: 40%;
}
main .filter .bottom .regionSel > a {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background: #fff;
    font-size: 1.6rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
}
main .filter .bottom .regionSel > a img {
    width: 1.5rem;
    margin-right: 0.5rem;
}
main .filter .bottom .regionSel .regionOption {
    height: 20rem;
    overflow-y: scroll;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: none;
    width: 100%;
    flex-flow: column nowrap;
    background: #fff;
    padding: 0 1rem;
}
main .filter .bottom .regionSel .regionOption a {
    padding: 1rem 0;
    font-size: 1.6rem;
    color: #757575;
    border-bottom: 1px solid #efefef;
}
main .filter .bottom .regionSel .regionOption a:last-child {
    border: none;
}
main .filter .bottom .menuSel {
    width: 40%;
    position: relative;
}
main .filter .bottom .menuSel > a {
    color: #757575;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .filter .bottom .menuSel > a img {
    width: 1.5rem;
    margin-right: 0.5rem;
}
main .filter .bottom .menuSel .menuOption {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    width: 100%;
    display: none;
    flex-flow: column nowrap;
    background: #fff;
    padding: 0 1rem;
}
main .filter .bottom .menuSel .menuOption a {
    color: #757575;
    padding: 1rem 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #efefef;
}
main .filter .bottom .menuSel .menuOption a:last-child {
    border: none;
}
main .filter .bottom .statusWrap {
    height: max-content;
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.5rem;
}
main .filter .bottom .statusWrap .status {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}
main .filter .bottom .statusWrap .status:last-child {
    align-items: flex-start;
}
main .filter .bottom .statusWrap .status:last-child img {
    margin: 0.7rem 0.5rem 0 0;
}
main .filter .bottom .statusWrap .status img {
    width: 1rem;
    margin: 0 0.5rem 0 0;
}
main .filter .bottom .statusWrap .status span {
    font-size: 1.6rem;
    color: #757575;
    line-height: 1.4;
}

/* 검색 */
main .backSearch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 1.5rem;
    gap: 3rem;
}
main .backSearch button {
    width: 2.5rem;
}
main .backSearch button img {
    width: 100%;
}
main .backSearch form {
    width: 100%;
}
main .backSearch input {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    background-image: url(../img/serch.png);
    background-size: 2.5rem;
    background-repeat: no-repeat;
    background-position: left 1rem center;
    padding: 1rem 0 1rem 5rem;
    font-size: 1.6rem;
    border-radius: 5rem;
    width: 100%;
}
main .backSearch input::placeholder {
    color: #a4a4a4;
}
main .recentWrap {
    margin: 0 1.5rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
main .recentWrap h2 {
    font-size: 1.6rem;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
main .recentWrap h2 a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #757575;
}
main .recentWrap .recent {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .recentWrap .recent .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    border-radius: 0.5rem;
    background: #f4f4f4;
    padding: 1rem 1.5rem;
}
main .recentWrap .recent .box a {
    width: 2.5rem;
}
main .recentWrap .recent .box a img {
    width: 100%;
}
main .resultWrap {
    padding: 0 1.5rem;
}
main .resultWrap h2 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 4rem;
}
main .resultWrap .categoryGroup {
    margin-bottom: 4rem;
}
main .resultWrap .categoryGroup h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}
main .resultWrap .categoryGroup h3 > img {
    width: 3rem;
    margin-right: 0.5rem;
}
main .resultWrap .categoryGroup h3 a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    gap: 0.5rem;
    color: #777777;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
main .resultWrap .categoryGroup h3 a img {
    width: 1rem;
}
main .resultWrap .result {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .resultWrap .result a {
    border-radius: 1rem;
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10rem;
    padding: 0 1.5rem;
}
main .resultWrap .result a .markerImage {
    width: 2.5rem;
}
main .resultWrap .result a .markerImage img {
    width: 100%;
}
main .resultWrap .result a .name {
    width: 75%;
}
main .resultWrap .result a .name h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.4;
}
main .resultWrap .result a .name p {
    font-size: 1.6rem;
    color: #757575;
}
main .resultWrap .result a .goImage {
    width: 2rem;
}
main .resultWrap .result a .goImage img {
    width: 100%;
}
main .noResultWrap {
    padding: 0 1.5rem;
}
main .noResultWrap h2 {
    font-size: 1.6rem;
    font-weight: 900;
}
main .noResultWrap .noResult {
    padding: 10rem 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
main .noResultWrap .noResult img {
    width: 10rem;
    margin-bottom: 3rem;
}
main .noResultWrap .noResult strong {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
main .noResultWrap .noResult span {
    font-size: 1.4rem;
}

/* 스크랩 */
main .menuCategory {
    padding: 0 1.5rem 1.5rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
main .menuCategory a {
    height: 8rem;
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    background: #e8e8e8;
}
main .menuCategory a.selected {
    background: #2d1f1d;
}
main .menuCategory a.selected span {
    color: #fff;
}
main .menuCategory a img {
    height: 3rem;
}
main .menuCategory a span {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}
main .scrapWrap {
    padding: 2rem 1.5rem;
}
main .scrapWrap .scrap > p {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    padding-top: 10rem;
}
main .scrapWrap > a {
    text-align: right;
    font-size: 1.6rem;
    font-weight: 600;
    color: #757575;
    display: block;
    margin-bottom: 2rem;
}
main .scrapWrap .scrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .scrapWrap .scrap a {
    border-radius: 1rem;
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10rem;
    padding: 0 1.5rem;
}
main .scrapWrap .scrap .markerImage {
    width: 2.5rem;
}
main .scrapWrap .scrap .markerImage img {
    width: 100%;
}
main .scrapWrap .scrap .name {
    width: 70%;
}
main .scrapWrap .scrap .name h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .scrapWrap .scrap .name p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #737373;
}
main .scrapWrap .scrap button {
    width: 3rem;
}
main .scrapWrap .scrap button img {
    width: 100%;
}