@charset "UTF-8";

h2.title, h2.title * {
    font-family: "JalnanGothic", sans-serif;
    font-weight: 100;
    letter-spacing: -0.02em;
}

/* 비주얼 */
.visual-area {
    /* margin-top: 100px; */
    position: relative;
    width: 100%;
    height: calc(100vh + 60px);
    padding-top: 230px;
    background: url(/images/content/main/visual_img.png) no-repeat center center / cover;
    /* height: 1070px;
    padding-top: 380px;
    background: url(/images/content/main/visual_img.jpg) no-repeat center top / cover; */
}
.visual-area .title {
    margin: 0 auto;
    color: #111;
    /* color: #fff; */
    font-family: "JalnanGothic", sans-serif;
    font-size: 4.8rem;
    text-align: center;
}
.visual-area .title .tit_m {
    display: none;
}
.visual-area .title span {
    display: inline-block;
    font-family: "JalnanGothic", sans-serif;
}
.visual-area .title span.color1 {
    color: #f9e6f8;
}
.visual-area .title span.color2 {
    color: #fff3dc;
    font-size: 6.2rem;
}
.visual-area .title span.color3 {
    color: #e6f5da;
    font-size: 6.8rem;
}
.visual-area .booking {
    position: relative;
    display: block;
    max-width: 200px;
    margin: 35px auto 0;
    padding: 17px 2% 16px;
    border-radius: 30px;
    background-color: #1e3a8a;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
    transition: all 0.3s ease-in-out;
}
.visual-area .booking::before {
    content: "";
    position: absolute;
    right: 9px;
    bottom: -29px;
    display: block;
    width: 40px; 
    height: 40px;
    background: url(/images/content/main/btn_deco.png) no-repeat left top;
}
.visual-area .booking:hover {
    background-color: #4D216D;
}


/* 함께 걷는 탐방길 */
.course-area {
    overflow: hidden;
    position: relative;
    height: 1000px;
    margin-top: -60px;
    padding-top: 230px;
    border-radius: 60px;
    background: #f5f1e9 url(/images/content/main/course_deco.png) no-repeat left top;
    transition: all 0.4s ease;
}
.course-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 60% auto; 
    transition: all 0.4s ease;
}
.course-area.active1::before {
    background-image: url(/images/content/main/course1.png);
}
.course-area.active2::before {
    background-image: url(/images/content/main/course2.png);
}
.course-area.active3::before {
    background-image: url(/images/content/main/course3.png);
}
.course-area.active4::before {
    background-image: url(/images/content/main/course4.png);
}

.course-area .title {
    margin-bottom: 30px;
    color: #111;
    font-size: 5.2rem;
}
.course-area .title span {
    color: #e2725b;
}

.course-area .course {
    width: 660px;
}
.course-area .course > li {
    border-bottom: 1px solid #ddd;
}
.course-area .course > li:first-child {
    border-top: 1px solid #ddd;
}
.course-area .course > li.active {
    z-index: 1;
    position: relative;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 20px 20px;
    border-bottom: 1px solid transparent;
}
.course-area .course > li.active:first-child {
    border-top: 1px solid transparent;
}
.course-area.active2 .course > li:nth-child(1) {
    border-bottom: 1px solid transparent;
}
.course-area.active3 .course > li:nth-child(2) {
    border-bottom: 1px solid transparent;
}
.course-area.active4 .course > li:nth-child(3) {
    border-bottom: 1px solid transparent;
}

.course-area .tit-btn {
    overflow: hidden;
    position: relative;
    padding: 27px 30px 23px;
    border-radius: 20px 20px 0 0;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.course-area .tit-btn::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 30px;
    display: block;
    width: 21px;
    height: 12px;
    background-image: url(/images/content/main/accordion_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.course-area li.active .tit-btn::before {
    display: none;
}
.course-area .tit-btn strong {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right top 8px;
    font-family: "JalnanGothic", sans-serif;
    font-size: 2.6rem;
    font-weight: 100;
    line-height: 40px;
    cursor: pointer;
}
.course-area li:nth-child(1) .tit-btn strong {
    padding-right: 24px;
    background-image: url(/images/content/main/btn_deco1.png);
}
.course-area li:nth-child(2) .tit-btn strong {
    padding-right: 19px;
    background-image: url(/images/content/main/btn_deco2.png);
}
.course-area li:nth-child(3) .tit-btn strong {
    padding-right: 30px;
    background-image: url(/images/content/main/btn_deco3.png);
}
.course-area li:nth-child(4) .tit-btn strong {
    padding-right: 28px;
    background-image: url(/images/content/main/btn_deco4.png);
}
.course-area li.active .tit-btn strong {
    padding-right: 0;
    color: #fff;
    font-size: 3rem;
}
.course-area li.active .tit-btn {
    background-repeat: no-repeat;
    background-position: right -10px bottom -10px;
}
.course-area.active1 li.active .tit-btn {
    background-color: #18943b;
    background-image: url(/images/content/main/btn_course1.png);
}
.course-area.active2 li.active .tit-btn {
    background-color: #b84c97;
    background-image: url(/images/content/main/btn_course2.png);
}
.course-area.active3 li.active .tit-btn {
    background-color: #e6b843;
    background-image: url(/images/content/main/btn_course3.png);
}
.course-area.active4 li.active .tit-btn {
    background-color: #38a1db;
    background-image: url(/images/content/main/btn_course4.png);
}
.course-area .tit-btn span {
    display: none;
}
.course-area li.active .tit-btn span {
    display: inline-block;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
}
.course-area .cont {
    display: none;
    background: #fff;
    padding: 30px 30px 20px 30px;
    border-radius: 0 0 20px 20px;
}
.course-area .cont .tit {
    margin-bottom: 6px;
    color: #111;
    font-size: 2.2rem;
    font-weight: 700;
}
.course-area .cont .tit span {
    color: #333;
    font-size: 1.8rem;
    font-weight: 400;
}
.course-area .cont .text {
    margin-bottom: 6px;
    color: #111;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}
.course-area .cont .space {
    color: #666;
    font-size: 1.5rem;
    font-weight: 300;
}
.course-area .cont .space-tit {
    position: relative;
    display: inline-block;
    padding-left: 8px;
    font-size: 1.6rem;
    font-weight: 700;
}
.course-area .cont .space-tit::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

.course-area.active1 .cont .space-tit {
    color: #18943b; 
}
.course-area.active1 .cont .space-tit::before {
    background-color: #18943b;
}
.course-area.active2 .cont .space-tit {
    color: #b84c97; 
}
.course-area.active2 .cont .space-tit::before {
    background-color: #b84c97;
}
.course-area.active3 .cont .space-tit {
    color: #e6b843; 
}
.course-area.active3 .cont .space-tit::before {
    background-color: #e6b843;
}
.course-area.active4 .cont .space-tit {
    color: #38a1db; 
}
.course-area.active4 .cont .space-tit::before {
    background-color: #38a1db;
}
.course-area .cont .space-em {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
}
.course-area .cont .more-btn {
    position: relative;
    display: block;
    margin-top: 3px;
    padding-right: 41px;
    color: #888;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
}
.course-area .cont .more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-image: url(/images/content/main/more_arrow.png);
    background-repeat: no-repeat;
    background-position: center top 8px;
}
.course-area.active1 .cont .more-btn::before {
    background-color: #18943b;
}
.course-area.active2 .cont .more-btn::before {
    background-color: #b84c97;
}
.course-area.active3 .cont .more-btn::before {
    background-color: #e6b843;
}
.course-area.active4 .cont .more-btn::before {
    background-color: #38a1db;
}



/* 열린 문화공간 */
.experience-area {
    min-height: 1614px;
    padding: 20rem 0;
    background: url(/images/content/main/experience_bg.jpg) no-repeat center bottom;
    text-align: center;
}
.experience-area .title {
    font-size: 5.2rem;
    font-weight: 100;
    color: #111;
}
.experience-area .title span {
    color: #1e3a8a;
}
.experience-area .text {
    font-size: 1.8rem;
    color: #333;
    margin-top: 10px;
}

.experience {
    width: 100%;
    max-width: 1545px;
    margin: 5rem auto 0;
}
.experience .swiper-wrapper {
    display: flex;
    align-items: flex-end;
    padding-bottom: 8rem;
}
.experience .swiper-slide {
    flex-shrink: 0;
    width: 400px;
    height: 440px;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}
.experience .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.experience .swiper-slide .img-box {
    overflow: hidden;
    width: 400px;
    height: 440px;
    margin: 0 auto;
    border-radius: 200px 200px 40px 40px;
    background: #000;
}
.experience .swiper-slide .img-box img {
    opacity: 0.8;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}
.experience .swiper-slide .cont-box {
    z-index: 2;
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff;
    text-align: left;
}
.experience .swiper-slide .cont-box [class^="category-"] {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}
.experience .swiper-slide .cont-box .category-conf/* 유교 */ {
    background-color: #18943b;
}
.experience .swiper-slide .cont-box .category-budd/* 불교 */ {
    background-color: #b84c97;
}
.experience .swiper-slide .cont-box .category-prot/* 개신교 */ {
    background-color: #e6b843;
}
.experience .swiper-slide .cont-box .category-cath/* 천주교 */ {
    background-color: #38a1db;
}
.experience .swiper-slide .cont-box .object {
    overflow: hidden;
    display: block;
    width: 300px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.experience .swiper-slide-active {
    overflow: hidden;
    position: relative;
    width: 660px;
    height: 520px;
}
.experience .swiper-slide-active::after {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    border-radius: 320px 320px 40px 40px;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.5) 85%);
    pointer-events: none;
}
.experience .swiper-slide-active .img-box {
    overflow: hidden;
    width: 660px;
    height: 520px;
    margin: 0 auto;
    border-radius: 320px 320px 40px 40px;
}
.experience .swiper-slide-active .img-box img {
    opacity: 1;
}
.experience .swiper-slide-active .cont-box .object {
    width: 560px;
}

.experience-area .swiper-button-prev,
.experience-area .swiper-button-next {
    z-index: 8;
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: 0;
    background-color: #edf2f7;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 80px;
    font-size: 0;
    transform: translateY(-50%);
    
    transition: all 0.3s ease; 
}
.experience-area .swiper-button-prev::after,
.experience-area .swiper-button-next::after {
    content: none;
}
.experience-area .swiper-button-prev {
    left: 0; 
    background-image: url(/images/content/main/slider_prev.png);
}
.experience-area .swiper-button-next {
    right: 0; 
    background-image: url(/images/content/main/slider_next.png);
}

.experience .swiper-controls {
    z-index: 8;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    height: 50px;
}
.experience .swiper-scrollbar {
    position: static !important;
    width: calc(100% - 75px) !important;
    height: 5px;
    background: #edf2f7;
    border-radius: 2px;
}
.experience .btn-pause {
    width: 50px;
    height: 50px;
    background-color: #edf2f7;
    border-radius: 50px;
    cursor: pointer;
    background-image: url(/images/content/main/slider_pause.png);
    background-repeat: no-repeat;
    background-position: center;
}
.experience .btn-pause.play {
    background-image: url(/images/content/main/slider_play.png);
}
.experience-more {
    display: inline-block;
    margin-top: 50px;
    padding: 21px 38px 19px;
    border-radius: 60px;
    background-color: #1e3a8a;
    color: #fff;
    font-family: "JalnanGothic", sans-serif;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.experience-more:is(:hover, :focus, :active) {
    background-color: #4D216D;
    color: #fff;
}


/* 행사소식 & 보도자료 */
.notice-area {
    display: flex;
    justify-content: space-between;
    margin-top: 22rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}
.notice-area [class^="board-"] {
    display: flex;
    align-items: center;
    align-content: center;
    width: 50%;
    padding: 39px 50px 34px;
}
.notice-area [class^="board-"] .title {
    margin-right: 28px;
    font-size: 2.6rem;
    line-height: 1;
}
.notice-area [class^="board-"] a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
}
.notice-area [class^="board-"] .object {
    overflow: hidden;
    display: block;
    width: calc(100% - 145px);
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.notice-area [class^="board-"] .date {
    display: block;
    color: #888;
    font-size: 1.4rem;
    font-weight: 500;
}
.notice-area [class^="board-"] .more {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    background-image: url(/images/content/main/more_btn.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0;
    transform-origin: center center;
    will-change: transform;
    transition: transform 0.6s linear;

}
.notice-area [class^="board-"]:hover .object {
    text-decoration: underline;
}
.notice-area [class^="board-"]:hover .more {
    transform: rotate(180deg);
}
.notice-area .board-notice {
    position: relative;
}
.notice-area .board-notice::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 1px;
    height: 30px;
    background-color: #e4e4e4;
}
.notice-area .board-notice .title {
    color: #f472b6;
}
.notice-area .board-press .title {
    color: #db2777;
}


/* 우리의 이야기 */
.story-area {
    margin-top: -120px;
    padding: 11.5rem 0 10rem;
    background: url(/images/content/main/story_bg.png) no-repeat center top;
    text-align: center;
}
.story-area .title {
    color: #111;
    font-size: 5.2rem;
}
.story-area .title span {
    color: #2f4858;
}
.story-area .text {
    margin-bottom: 50px;
    color: #333;
}
.story-area .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
    max-width: 1545px;
    margin: 0 auto;
}


/* 갤러리 */
.story-area .gallery {
    overflow: hidden;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 60px;
    background-color: #dff2e1;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}
.story-area .gallery .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 60px;
}
.story-area .gallery .img-box {
    position: relative;
    height: 500px;
    border-top-left-radius: 20px;
}
.story-area .gallery .img-box::before {
    content: "";
    z-index: 3;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 495px;
    height: 23px;
    background: url(/images/content/main/gallery_deco.png) no-repeat left bottom;
}
.story-area .gallery .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-area .gallery .slide-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 180px;
    padding: 30px 50px;
    background-color: #dff2e1;
    text-align: left;
}
.story-area .gallery .slide-info .tit {
    overflow: hidden;
    color: #111;
    font-size: 2.4rem;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.story-area .gallery .slide-info .date {
    margin-top: 20px;
    color: #888;
    font-size: 1.4rem;
    font-weight: 400;
}
.story-area .gallery .swiper-navigation {
    z-index: 8;
    position: absolute;
    bottom: 30px;
    right: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.story-area .gallery .swiper-button-prev,
.story-area .gallery .swiper-button-next {
    position: static;
    width: 23px;
    height: 12px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.story-area .gallery .swiper-button-prev {
    background-image: url(/images/content/main/slider_prev.png);
}
.story-area .gallery .swiper-button-next {
    background-image: url(/images/content/main/slider_next.png);
}
.story-area .gallery .swiper-button-play-pause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/images/content/main/slider_pause.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.story-area .gallery .swiper-button-play-pause.play {
    background-image: url(/images/content/main/slider_play.png);
}
.swiper-button-prev:after, .swiper-button-next:after,
.swiper-button-play-pause .play-icon, 
.swiper-button-play-pause.play .play-icon, 
.swiper-button-play-pause.play .pause-icon { display: none; }


.story-area .grid-item {
    position: relative;
    display: block;
    height: 100%;
    min-height: 325px;
    text-align: center;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.story-area .review {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    background-color: #f7e0f7;
    background-image: url(/images/content/main/review_bg.png);
}
.story-area .inquiry {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    border-top-right-radius: 60px;
    background-color: #e0f2ff;
    background-image: url(/images/content/main/inquiry_bg.png);
}
.story-area .video {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    border-bottom-right-radius: 20px;
    background-color: #fff2e0;
    background-image: url(/images/content/main/video_bg.png);
}
.story-area .grid-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
}
.story-area .review::after {
    background-image: url(/images/content/main/review_icon.png);
}
.story-area .inquiry::after {
    background-image: url(/images/content/main/inquiry_icon.png);
}
.story-area .video::after {
    background-image: url(/images/content/main/video_icon.png);
}
.story-area .review:hover::after {
    border: 2px solid #b84c97;
}
.story-area .video:hover::after {
    border: 2px solid #e6b843;
}
.story-area .inquiry:hover::after {
    border: 2px solid #38a1db;
}
.story-area .grid-item h3 {
    margin-top: 95px;
    color: #111;
    font-family: "JalnanGothic", sans-serif;
    font-size: 3.2rem;
    font-weight: 100;
    transition: all 0.3s ease-in-out;
}
.story-area .review:hover h3 {
    color: #b84c97;
}
.story-area .video:hover h3 {
    color: #e6b843;
}
.story-area .inquiry:hover h3 {
    color: #38a1db;
}



/* PC */
@media only screen and (max-width: 1820px) {
    .visual-area {
        height: 100rem;
        /* padding-top: 0; */
    }
    .course-area {
        height: auto;
        padding-top: 10rem;
        padding-bottom: 8rem;
    }
    .course-area .course {
        width: 40%;
    }
    .course-area {
        height: auto;
        padding-top: 10rem;
        padding-bottom: 8rem;
    }

    .experience-area {
        min-height: auto;
    }
    .experience-area .swiper-button-prev, .experience-area .swiper-button-next {
        top: 15rem;
    }
    
    .notice-area {
        margin-top: 15rem;
    }
}
@media only screen and (max-width: 1399px) { 
    .visual-area {
        height: 80rem;
    }
    .visual-area .title {
        font-size: 4.2rem;
    }
    .visual-area .title span.color2 {
        font-size: 4.4rem;
    }
    .visual-area .title span.color3 {
        font-size: 4.8rem;
    }

    .course-area .title {
        margin-bottom: 2rem;
        font-size: 4rem;
    }
    .course-area li.active .tit-btn strong,.course-area .tit-btn strong {
        font-size: 2.4rem;
    }
    .course-area li.active .tit-btn span {
        font-size: 2.2rem;
    }
    .course-area .tit-btn {
        padding: 2.4rem 3rem 2rem;
    }
    .course-area .cont .tit {
        font-size: 2rem;
    }

    .experience-area {
        padding-top: 10rem;
        
    }
    .experience-area .title {
        font-size: 4rem;
    }
    .experience {
        max-width: 100%;
        padding: 0 100px; 
    }

    .notice-area {
        display: block;
        margin-top: 10rem;
    }
    .notice-area [class^="board-"] {
    }
    .notice-area .board-notice {
        border-bottom: 1px solid #e4e4e4;
    }
    .notice-area .board-notice::after {
        display: none;
    }
    .notice-area [class^="board-"] {
        position: relative;
        display: block;
        width: 100%;
        padding: 4rem 3.5rem 2.5rem;
        text-align: left;
    }
    .notice-area [class^="board-"] .title {
        margin-bottom: 2rem;
    }
    .notice-area [class^="board-"] a {
        display: block;
    }
    .notice-area [class^="board-"] .date {
        display: block;
        margin-top: 0.5rem;
    }
    .notice-area [class^="board-"] .more {
        position: absolute;
        top: 4rem;
        right: 3.5rem;
    }

    .story-area {
        padding: 10rem 0 8rem;
    }
    .story-area .title {
        font-size: 4rem;
    }
    .story-area .grid-container {
        height: 500px;
    }
    .story-area .grid-item {
        min-height: auto;
    }

    .story-area .grid-container {
        gap: 2rem;
    }
    .story-area .grid-item h3 {
        margin-top: 6rem;
        font-size: 2.6rem;
    }
    .story-area .grid-item::after {
        top: 11rem;
    }
    .story-area .gallery .img-box::before {
        bottom: 180px;
    }
    .story-area .gallery .slide-info .date {
        margin-top: 1rem;
    }
    .story-area .gallery .swiper-navigation {
        left: 0;
        right: 0;
        bottom: 2rem;
        justify-content: center;
    }

}
/* Tablet */
@media only screen and (max-width: 1023px) {
    .visual-area {
        padding-top: 14rem;
        height: 60rem;
    }
    .visual-area .title {
        font-size: 4rem;
    }
    .visual-area .title span.color2 {
        font-size: 4.2rem;
    }
    .visual-area .title span.color3 {
        font-size: 4.8rem;
    }
    .course-area {
        padding-top: 56rem;
        background-size: 20%;
    }
    .course-area::before {
        left: 0;
        margin: 0 auto;
        background-position: center top -80px;
        background-size: 85% auto;
    }
    
    .course-area {
        padding-top: 10%;
    }
    .course-area::before {
        display: none;
    }
    .course-area .title {
        text-align: center;
    }
    .course-area .cont {
        padding: 2.4rem 3rem 2rem;
    }
    
    .course-area .course {
        width: 100%;
    }

    


    .experience .swiper-slide,
    .experience .swiper-slide .img-box {
        width: 300px;
        height: 330px;
    }
    .experience .swiper-slide-active,
    .experience .swiper-slide-active .img-box {
        width: 300px;
        height: 330px;
    }
    .experience-area .swiper-button-prev, .experience-area .swiper-button-next {
        top: 8rem;
    }
    .experience .swiper-slide .cont-box {
        bottom: 3rem;
        left: 3rem;
    }
    .experience-more {
        margin-top: 3rem;
    }
    
    .story-area .gallery .slide-info {
        padding: 3rem 2.5rem;
    }
}
/* Mobile */
@media only screen and (max-width: 767px) {
    .visual-area {
        padding-top: 12rem;
    }
    .visual-area .title {
        font-size: 3rem;
    }
    
    .visual-area .title .tit_m {
        display: block;
    }
    .visual-area .title span.color2 {
        font-size: 3.2rem;
    }
    .visual-area .title span.color3 {
        font-size: 3.8rem;
    }
    
    .course-area{
        padding-top: 12%;
        border-radius: 30px;
    }

    .experience-area .swiper-button-prev, .experience-area .swiper-button-next {
        width: 50px;
        height: 50px;
        background-size: 40%;
    }


    .story-area {
        height: auto;
    }
    .story-area .text {
        margin-bottom: 3rem;
    }
    .story-area .grid-container {
        display: block;
        height: auto;
    }
    .story-area .gallery {
        margin-bottom: 5rem;
        border-radius: 20px;
    }
    .story-area .gallery .img-box {
        height: 50rem;
    }
    .story-area .gallery .img-box::before {
        display: none;
    }
    .story-area .gallery .slide-info {
        min-height: auto;
        padding: 3rem 2rem 8rem;
    }

    .story-area a.grid-item {
        display: inline-block;
        width: 31%;
        height: 28rem;
        margin-right: 1.5%;
        border-radius: 20px;
    }
    .story-area .review {
        background-image: url(/images/content/main/review_bg_m.png);
        background-position-y: -27px;
    }
    .story-area a.grid-item.video {
        margin-right: 0;
    }
}
@media only screen and (max-width: 471px) {
    .course-area.active1 li.active .tit-btn {
        padding: 1.4rem 3rem 1rem;
    }


    .experience-area .swiper-button-prev, .experience-area .swiper-button-next {
        top: 38rem;
    }

    .story-area .gallery {
        margin-bottom: 3rem;
    }
    .story-area a.grid-item {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 3rem;
        padding: 5rem 3rem 16rem;
    }
    .story-area a.grid-item.video {
        margin-bottom: 0;
    }
    .story-area .grid-item h3 {
        margin-top: 0;
    }
    .story-area .grid-item::after {
        top: 9rem;
        background-size: contain;
    }
}