/*-------------------------- common css --------------------------*/
.hr {
    height: 1px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}

.hr1200 {
    height: 1px;
    border-bottom: 1px solid #dddddd;
    width: 1200px;
    margin: 0 auto;
}

.hrblack {
    height: 1px;
    border-bottom: 1px solid #000;
    width: 100%;
}

.hrgrey {
    height: 1px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.hrblank {
    height: 1px;
    width: 100%;
}


.btNoene {
    border-top: none !important;
}

.btop1 {
    border-top: 1px solid #ddd;
}

.bbot1 {
    border-bottom: 1px solid #ddd;
}

.displayB {
    display: block !important;
}

.displayIB {
    display: inline-block;
}

.displayN {
    display: none;
}

.underline {
    text-decoration: underline;
}

.notScroll {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    touch-action: none;
}


.en {
    font-family: 'Playfair Display', serif;
}

/*------- section01 -------*/
#section-01 {
    width: 100%;
    height: 911px
}

.sec01-con {
    width: 73%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.sec01-tit {
    font-size: 46px;
    color: #fff;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 63%;
    font-weight: 500;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: auto;
    text-transform: uppercase;
}

.sec01-tit .main-logo {
    display: block;
    margin: 0 auto 15px;
}

.sec01-tit .big {
    font-size: 58px;
}

.sec01-tit .sub {
    display: block;
    font-size: 19px;
    letter-spacing: -0.53px;
    font-family: 'noto sans, serif';
    font-weight: 300;
    padding-top: 20px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
}

.weather {
    width: 23%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    color: #fff;
}

.weather li.date {
    font-family: 'Noto Serif KR';
    font-size: 16px;
    padding-top: 5px;
    font-weight: 100;
}

.weather li.temper {
    font-family: 'Noto Serif KR';
    font-size: 35px;
    font-weight: 500;
}

.weather li img {
    width: 40px;
}

/* Swiper slide */
.sec01-slide {
    width: 100%;
    height: 911px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.sec01-slide img {
    width: 100%;
    height: 911px;
    object-fit: cover;
}

.sec01 .swiper-slide img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 3s;
    transition: -webkit-transform 3s;
    transition: transform 3s;
    transition: transform 3s, -webkit-transform 3s;
}

.sec01 .swiper-slide-active img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

/* 추가된 CSS */
.swiper-horizontal > .sec01 .swiper-pagination-bullets,
.sec01 .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
    bottom: 124px;
    left: 13%;
}

.sec01 .swiper-horizontal > .sec01 .swiper-pagination-bullets .swiper-pagination-bullet, .sec01 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
}

.sec01 .swiper-pagination-bullet {
    width: 80px ! important;
    height: 2px ! important;
    display: inline-block;
    border-radius: 0 !important;
    opacity: 0.55 !important;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.sec01 .swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sec01 .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.sec01 .swiper-pagination-bullet-active::before {
    background-color: rgba(255, 255, 255, 0.75);
    animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.sec01 .swiper-paused .swiper-pagination-bullet-active::before {
    animation-play-state: paused;
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

/* ------------- sec01bn ------------- */
/* Swiper slide */
.sec01bn {
    width: 340px;
    height: 375px;
    position: absolute;
    right: 13%;
    top: 410px;
}

.sec01bn .swiper-wrapper {
    width: 340px;
    height: 340px !important;
}

.sec01bn img {
    width: 100% !important;
    height: 340px !important;
    object-fit: cover;
    border-radius: 10px;
}
.sec01bn .swiper-pagination {
    text-align: left !important;
}
.sec01bn p{
    font-size: 14px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #ffffff;
    font-weight: 200;
}

/* 추가된 CSS */
.sec01bn .swiper-horizontal > .swiper-pagination-bullets,
.sec01bn .swiper-pagination-bullets.swiper-pagination-horizontal,
.sec01bn .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3px !important;
}

.sec01bn .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background-color: #ffffff !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.sec01bn .swiper-pagination-bullet-active {
    width: 34px !important;
    height: 14px !important;
    background-color: #caa818 !important;
    border-radius: 9px !important;
}
/*------- section02 -------*/
#section-02 {
    width: 100%;
    height: 987px;
    position: relative;
    background: url("/pc/images/main/sec02_bg.png") no-repeat;
    background-size: 558px 366px;
    background-position: center top 150px;
}

#section-02:before {
    position: absolute;
    content: '';
    width: 102px;
    height: 540px;
    background-color: #acc9bc;
    top: 0;
    left: 0;
}

#section-02:after {
    position: absolute;
    content: '';
    width: 476px;
    height: 476px;
    background-color: #acc9bc;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.sec02-con {
    width: 73%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 109px;
}

#section-02 .top-con .tit {
    font-size: 46px;
    color: #caa818;
    text-transform: uppercase;
    font-weight: 400;
}

#section-02 .top-con .tit b {
    font-size: 58px;
}

#section-02 .top-con .tit span {
    display: block;
    font-size: 24px;
    font-family: 'Noto Serif KR';
    color: #000;
    letter-spacing: -0.6px;
    padding-top: 10px;
}

#section-02 .top-con .con {
    width: 100%;
    height: auto;
    padding-top: 61px;
    font-size: 17px;
    letter-spacing: -0.43px;
    line-height: 30px;
    font-weight: 300;
}

.sec02-tab-area {
    width: 100%;
    height: auto;
    position: absolute;
    top: 187px;
}

.sec02-tab-list {
    width: 270px;
    height: auto;
    display: block;
    padding-top: 274px;
    float: left;
    margin-right: 11%;
}

.sec02-tab-list li {
    font-size: 24px;
    color: #b4bbbc;
    font-weight: 500;
    font-family: 'Playfair Display', sans-serif;
    position: relative;
    height: 80px;
}

.sec02-tab-list li a {
    display: block;
    padding: 28px 0;
}

.sec02-tab-list li:before {
    position: absolute;
    content: '';
    background: url("/pc/images/main/sec02_icon_arr.svg") no-repeat center center;
    width: 9px;
    height: 16px;
    background-size: 9px 16px;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
}

.sec02-tab-list li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #b4bbbc;
    bottom: 0;
    left: 0;
    right: 0;
}

.sec02-tab-list li.on {
    color: #006637;
    transition: 0.3s;
}

.sec02-tab-list li.on:before {
    background: url("/pc/images/main/sec02_icon_arr_on.svg") no-repeat center center;
    transition: 0.3s;
}

.sec02-tab-list li.on:after {
    background-color: #006637;
    height: 3px;
}

#sec02_con2, #sec02_con3 {
    display: none;
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fade-in {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1.000) both
}

.sec02-tab-con {
    width: 875px;
    height: 692px;
    position: absolute;
    right: 0;
}

.main-course-box {
    width: 100%;
    height: 100%;
}

.sec02-tab-con .course01-bg {
    position: absolute;
    width: 553px;
    height: 690px;
    top: 0;
    right: 0;
}

.sec02-tab-con .course02-bg {
    position: absolute;
    width: 450px;
    height: 311px;
    bottom: 97px;
    box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.16);
}

.sec02-tab-con .course01-bg img,
.sec02-tab-con .course02-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec02-tab-con a {
    width: 200px;
    height: 56px;
    padding: 18px 30px;
    background-color: rgba(35, 40, 41, 0.9);
    color: #fff;
    position: absolute;
    bottom: 88px;
    left: -10px;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-family: 'Noto Serif KR';
    transition: 0.3s all;
}
.sec02-tab-con a::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    right: 30px;
    bottom: 50%;
    transition: 0.3s all;
}
.sec02-tab-con a:hover {
    letter-spacing: 3px;
}
.sec02-tab-con a:hover::after {
    width: 0;
}

/*------- section03 -------*/
#section-03 {
    width: 100%;
    height: 760px;
    position: relative;
    background: url("/pc/images/main/sec03_bg.png") no-repeat center top;
    background-size: 100% 760px;
}

#section-03 .tit {
    padding-top: 100px;
    text-align: center;
    font-size: 46px;
    color: #caa818;
    text-transform: uppercase;
    font-weight: 400;
}

#section-03 .tit b {
    font-size: 58px;
}

#section-03 .tit span {
    display: block;
    font-size: 24px;
    font-family: 'Noto Serif KR';
    color: #ffffff;
    letter-spacing: -0.6px;
    padding-top: 10px;
}

/* Swiper slide */
.sec03-con {
    width: 74%;
    height: 100%;
    margin: 0 auto;
}

/* Swiper slide */
.sec03 {
    width: 100%;
    height: 420px;
    margin-top: 60px;
}
.sec03 .swiper-wrapper {
    margin: 0 auto 30px !important;
    position: absolute;
}
.sec03 .swiper-slide {
    width: 340px !important;
    height: 100% !important;
    object-fit: cover !important;
}

.sec03 .swiper-slide img {
    width: 340px !important;
    height: 340px !important;
    object-fit: cover;
    border-radius: 8px;
}

.sec03 .swiper-slide .board-tit {
    font-size: 22px;
    letter-spacing: -0.55px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    padding-top: 16px;
}
.sec03-btn {
    width: 90%;
    height: 55px;
    position: absolute;
    transform: translateX(50%);
    right: 50%;
    z-index: 1;
    top: 52%;
}
/* 추가된 CSS */
.sec03-con .swiper-button-prev {
    background: url("/pc/images/main/sec03_prev.svg") no-repeat center center !important;
    width: 25px !important;
    height: 46px !important;
    background-size: 25px 46px !important;
    color: rgba(0, 0, 0, 0) !important;
}
.sec03-con .swiper-button-next{
    background: url("/pc/images/main/sec03_next.svg") no-repeat center center !important;
    width: 25px !important;
    height: 46px !important;
    background-size: 25px 46px !important;
    color: rgba(0, 0, 0, 0) !important;
}

 /*------- section04 -------*/
#section-04 {
    width: 100%;
    height: 490px;
    position: relative;
}
#daumRoughmapContainer1709189953167 {
    width: 100%;
    height: 100%;
}

.sec04-con {
    width: 71%;
    height: 260px;
    position: absolute;
    bottom: 135px;
    z-index: 1;
    transform: translateX(50%);
    right: 50%;
}
.sec04-con .address {
    position: absolute;
    left: 0;
    top :0;
    width: 520px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.16);
    padding: 49px 54px;
}
.sec04-con .address .tit {
    font-size: 24px;
    letter-spacing: -0.6px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
}
.sec04-con .address .add {
    font-size: 17px;
    letter-spacing: -0.43px;
    color: #2f3334;
    font-weight: 100;
    padding-bottom: 14px;
}
.sec04-con .address ul {
    width: 100%;
    height: auto;
}
.sec04-con .address ul li{
    font-size: 16px;
    font-weight: 100;
    color: #2f3334;
    line-height: 25px;
}
.sec04-con .address ul li span{
    color: #006637;
    font-weight: 500;
}
.sec04-con .address ul li span.bar {
    color: #dddddd;
}
.sec04-con .address a {
    padding-top: 8px;
    font-size: 16px;
    letter-spacing: -0.4px;
    font-weight: 400;
    color: #2f3334;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sec04-con .address a img {
    padding-left: 6px;
}

















