main {}
main .intro {
    background-image: url(../img/main-img-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
main .intro p {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}
main .intro a {
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    display: inline-block;
}
main .shortcutBg {
    background-image: url(../img/main-img-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
main .shortcutBg .shortcutWrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
main .shortcutBg .shortcutWrap .shortcut {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
main .shortcutBg .shortcutWrap .shortcut img {
    margin-bottom: 30px;
    width: 100%;
}
main .shortcutBg .shortcutWrap .shortcut span {
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 60px;
    display: inline-block;
}
main .category {
    padding: 80px 0;
}
main .category h2 {
    line-height: 1.4;
    font-size: 24px;
    font-weight: 800;
    max-width: 1200px;
    margin: 0 auto 40px;
    color: #554436;
}
main .category p {
    font-weight: 600;
    line-height: 1.4;
    font-size: 18px;
    max-width: 1200px;
    margin: 0 auto 40px;
}
main .category .shortcutWrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
main .category .shortcutWrap .shortcut {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
main .category .shortcutWrap .shortcut img {
    margin-bottom: 20px;
}
main .category .shortcutWrap .shortcut a {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #333;
    padding: 10px 60px;
    display: inline-block;
}
main .qna {
    background-image: url(../img/main-img-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
main .qna h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
}
main .qna a {
    display: inline-block;
    width: 40px;
    margin: 0 auto;
}
main .qna a img {
    width: 100%;
}

footer {
    background: #544538;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    gap: 80px;
}
footer .tel {
    display: flex;
    align-items: center;
}
footer .tel img {
    margin-right: 10px;
}
footer .tel span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
footer .address {
    display: flex;
    align-items: center;
}
footer .address img {
    margin-right: 10px;
}
footer .address span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* 서브 페이지 */
main .subIntro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
main .subIntro1 {
    background-image: url(../img/sub-img-1.png);
}
main .subIntro2 {
    background-image: url(../img/sub-img-2.png);
}
main .subIntro3 {
    background-image: url(../img/sub-img-3.png);
}
main .subIntro4 {
    background-image: url(../img/sub-img-4.png);
}
main .subIntro5 {
    background-image: url(../img/sub-img-5.png);
}
main .subIntro6 {
    background-image: url(../img/sub-img-6.png);
}
main .subIntro7 {
    background-image: url(../img/sub-img-7.png);
}
main .subIntro8 {
    background-image: url(../img/sub-img-8.png);
}
main .subIntro9 {
    background-image: url(../img/sub-img-9.png);
}
main .subIntro10 {
    background-image: url(../img/sub-img-10.png);
}
main .subIntro .wrap {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
main .subIntro button {
    position: absolute;
    left: 0;
}
main .subIntro p {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6;
    text-align: center;
    width: max-content;
}
main .contents {
    padding: 80px 0;
    max-width: 1200px;
    margin: 0 auto;
}
main .contents pre {
    line-height: 1.4;
    margin-bottom: 20px;
}
main .contents p {
    line-height: 1.4;
}
main .contents p.bottom {
    margin-bottom: 40px;
}
main .linkBtn {
    width: 100%;
    background: #544538;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-top: 100px;
}
main .linkBtn img {
    margin-left: 10px;
}
main .linkBtn2 {
    width: 100%;
    background: #6e685d;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-top: 100px;
}
main .linkBtn2 img {
    margin-left: 10px;
}
main .contents a img {
    width: 40px;
    margin-left: 20px;
}
main .infoWrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
main .infoWrap .info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
main .infoWrap .info h2 {
    width: max-content;
    padding: 5px 40px;
    border: 2px solid #57483b;
    border-radius: 50px;
    color: #57483b;
    font-weight: 800;
    margin-bottom: 30px;
}
main .infoWrap .info p {
    margin-bottom: 10px;
}
main .infoWrap .info p span {
    font-weight: 800;
}
main .contents .map {
    width: 100%;
}
main .contents .map img {
    width: 100%;
}
main .contents h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #57483b;
    font-weight: 900;
    font-size: 20px;
    padding: 40px 0;
}
main .contents h2.left {
    justify-content: flex-start;
}
main .contents h2 img {
    margin-right: 10px;
}
main .contents .tipWrap {}
main .contents .tipWrap .tip {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
main .contents .tipWrap .tip .image {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    background: #efede8;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .contents .tipWrap .tip .image img {
    height: 80px;
}
main .contents .tipWrap .tip p {
    line-height: 1.4;
    width: calc(100% - 200px);
}
main .contents .boxWrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-flow: row wrap;
    padding: 80px 0;
}
main .contents .boxWrap .box {
    width: calc(100% / 3 - 30px);
    background: #efede8;
    border-radius: 15px;
    height: 300px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
main .contents .boxWrap .box .circle {
    color: #efede8;
    font-weight: 800;
    font-size: 24px;
    background: #57483b;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .contents .boxWrap .box h2 {
    font-weight: 900;
    font-size: 24px;
}
main .contents .boxWrap .box p {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}
main .contents .boxWrap .box span {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}
main .contents .catSwiper {
    height: max-content;
    overflow: hidden;
    position: relative;
    padding: 0 60px;
}
main .contents .catSwiper .swiper-wrapper {}
main .contents .catSwiper .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
main .contents .catSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    margin: 0;
}
main .contents .catSwiper .swiper-wrapper .swiper-slide span {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
main .contents .catSwiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
}
main .contents .catSwiper .swiper-button-prev img {
    width: 100%;
}
main .contents .catSwiper .swiper-button-prev::after {
    display: none;
}
main .contents .catSwiper .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
}
main .contents .catSwiper .swiper-button-next img {
    width: 100%;
}
main .contents .catSwiper .swiper-button-next::after {
    display: none;
}
main .contents .detail {
    padding: 100px 0;
}
main .contents .detail h3 {
    font-size: 24px;
    font-weight: 900;
    color: #57483b;
    margin-bottom: 40px;
    text-align: center;
}
main .contents .detail pre {
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
}
main .contents .open {
    border-bottom: 1px solid #9e948c;
}
main .contents .open h3 {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    color: #57483b;
}
main .contents .open:nth-of-type(1) h3 {
    border-top: 1px solid #9e948c;
}
main .contents .open h3 img {
    margin-left: 30px;
}
main .contents .open .openContents {
    background: #efede8;
    padding: 30px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}
main .contents .open .openContents h4 {
    background: #544538;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    width: max-content;
}
main .contents .open .openContents pre {
    font-weight: 600;
    margin-bottom: 10px;
}
main .tableImg {
    width: 100%;
    position: relative;
    padding: 80px 0;
}
main .tableImg img {
    width: 100%;
}
main .tableImg a {
    position: absolute;
    padding: 0 20px 120px;
    font-size: 20px;
    font-weight: 900;
    color: #57483b;
}
main .tableImg a:nth-of-type(1) {
    top: 60px;
    left: 19%;
}
main .tableImg a:nth-of-type(2) {
    top: 35%;
    left: 47%;
}
main .tableImg a:nth-of-type(3) {
    top: 55px;
    right: 19%;
}
main .timeTable {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
main .timeTable h2 {
    font-size: 24px;
    font-weight: 900;
    color: #57483b;
}
main .timeTable h3 {
    font-size: 18px;
    padding: 5px 20px;
    font-weight: 600;
    border: 2px solid #57483b;
    border-radius: 50px;
}
main .timeTable pre {
    text-align: center;
}
main .contents .placeWrap {}
main .contents .placeWrap .place {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
main .contents .placeWrap .place .image {
    width: 35%;
    margin-right: 40px;
    height: 100%;
}
main .contents .placeWrap .place .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .contents .placeWrap .place .text {
    width: 65%;
}
main .contents .placeWrap .place .text h2 {
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    color: #57483b;
    margin-bottom: 10px;
    justify-content: flex-start;
}
main .contents .placeWrap .place .text pre {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
}
main .contents .placeWrap .place .text span {
    margin-bottom: 40px;
    display: inline-block;
}
main .contents .menu {
    display: flex;
    justify-content: space-between;
}
main .contents .menu a {
    width: 25%;
    padding: 40px 0;
    font-size: 24px;
    font-weight: 800;
    color: #57483b;
    text-align: center;
    border-bottom: 1px solid #f0eee9;
    margin-bottom: 80px;
}
main .contents .openQna h3 {
    justify-content: space-between;
    padding: 30px 40px;
    line-height: 1.4;
}
main .contents .openQna:nth-of-type(2) {
    border-top: 1px solid #9e948c;
}
main .contents .openQna pre {
    background: #efede8;
    padding: 60px 40px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}