@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * { 
 font-family: 'Noto Sans KR', sans-serif;
}


/* about 공통 */
.about_wrap {
    height: 100%;
}
/* 서브 정보 */
.about_wrap .content .sub_info {
    margin-top: 155px;
}
.about_wrap .content .sub_info .text .title span {
    color: #b7ad9c;
}
/* .about_wrap .content .sub_info {
    width: 27%;
    padding: 0 2% 0 8%;
    box-sizing: border-box;
}
.about_wrap .content .sub_info .img {
    width: 100%;
}
.about_wrap .content .sub_info .text {
    margin-top: 40px;
}
.about_wrap .content .sub_info .text .sub_title {
    position: relative;
    font-family: 'GowunDodum-Regular';
    font-size: 1.4em;
}
.about_wrap .content .sub_info .text .sub_title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translate(0, -50%);
    width: 120px;
    height: 2px;
    background-color: #000;
}
.about_wrap .content .sub_info .text .title {
    margin-top: 20px;
    font-family: 'GowunDodum-Regular';
    font-size: 3.3em;
    line-height: 48px;
}
.about_wrap .content .sub_info .text .title span {
    display: block;
    color: #b7ad9c;
}
.about_wrap .content .sub_info .text > p {
    margin-top: 27px;
    font-family: 'Cafe24Oneprettynight';
    font-size: 1.5em;
} */

/* 메인정보 */
.click{
    position: absolute;
    top: 40%;
    left: 56%;
}
.about_wrap .content .main_info {
    background-image: url(../images/about/about_bg1.jpg);
}
.about_wrap .content .main_info .about_info01 {
    display: flex;
    height: 63.7%;
}
.about_wrap .content .main_info .about_info01 .empty {
    position: relative;
    flex: 0.3;
    height: 100%;
}
.about_wrap .content .main_info .about_info01 .empty .text {
    position: absolute;
    top: 18px;
    right: -43px;
    z-index: 10;
}
.about_wrap .content .main_info .about_info01 .empty .text img:nth-child(1) {
    display: block;
}
.about_wrap .content .main_info .about_info01 .empty .text img:nth-child(2) {
    display: none;
}
.about_wrap .content .main_info .about_info01 .empty .slide_page {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: max-content;
}
.about_wrap .content .main_info .about_info01 .empty .about_pagination {
    font-family: 'GowunDodum-Regular';
    font-size: 1.7em;
}
.about_wrap .content .main_info .about_info01 .empty .slide_page .swiper-pagination-current {
    font-size: 1.7em;
}
.about_wrap .content .main_info .about_info01 .about_main {
    flex: 0.7;
}

.about_wrap .content .main_info .about_info01 .about_main img {
    height: 100%;
    object-fit: cover;
}

.about_wrap .content .main_info .about_info01 .about_main .about_prev,
.about_wrap .content .main_info .about_info01 .about_main .about_next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    width: 32px;
    cursor: pointer;
}
.about_wrap .content .main_info .about_info01 .about_main .about_prev {
    left: 15px;
}
.about_wrap .content .main_info .about_info01 .about_main .about_next {
    right: 15px;
}

.about_wrap .content .main_info .about_info02 {
    display: flex;
    height: 36.3%;
}
.about_wrap .content .main_info .about_info02 .sub_img {
    flex: 0.3;
}
.about_wrap .content .main_info .about_info02 .sub_img img {
    height: 100%;
    object-fit: cover;
}
.about_wrap .content .main_info .about_info02 .text {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 2%;
    align-items: flex-start;
    gap: 15px;
    flex: 0.7;
    background-color: #fff;
}
.about_wrap .content .main_info .about_info02 .text p {
    padding: 0 25px;
    box-sizing: border-box;
    font-family: 'GowunBatang-Regular';
    font-size: 1.4em;
    line-height: 24px;
}
.about_wrap .content .main_info .about_info02 .text .text_img {
    position: absolute;
    top: 30px;
    right: 0;
}

/* map */
.about_wrap .content .main_info .about_info01 .about_main {
    position: relative;
    height: 100%;
}
.about_wrap .content .main_info .about_info01 .about_main .point {
    display: none;
    position: absolute;
    top: 80%;
    left: 53%;
    transform: translate(-50%, -50%);
}
.about_wrap .content .main_info .about_info01 .about_main .point .txt {
    font-family: 'GowunDodum-Regular';
    font-size: 1.3em;
}
.about_wrap .content .main_info .about_info01 .about_main .point img {
    width: 36px;
    height: auto;
    margin: 0 auto;
    object-fit: unset;
}
.about_wrap .content .main_info .about_info02 .text {}
.about_wrap .content .main_info .about_info02 .text > p .pc {
    display: inline-block;
}
.about_wrap .content .main_info .about_info02 .text > p .add_name {
    color: #b7ad9c;
    font-size: 1.4rem;
    font-weight: 600;
}
.about_wrap .content .main_info .about_info02 .text > p .add_cont {
    color: #222;
}


/* 모바일 */
@media (max-width: 768px) {
    /*  */
    .about_wrap {
        height: 100%;
    }
    .about_wrap .content {
        display: flex;
        height: 100%;
    }
    /* 서브 정보 */
    /* .about_wrap .content .sub_info {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 60px;
        padding: 0;
        z-index: 30;
    }
    .about_wrap .content .sub_info .img {
        display: none;
    }
    .about_wrap .content .sub_info .text {
        margin-top: 100px;
    }
    .about_wrap .content .sub_info .text .sub_title {
        font-size: 1.2em;
    }
    .about_wrap .content .sub_info .text .sub_title:after {
        left: 55px;
        width: 60px;
    }
    .about_wrap .content .sub_info .text .title {
        margin: 20px auto 0 auto;
        font-size: 2.4em;
        writing-mode: tb-rl;
        letter-spacing: 5px;
    }
    .about_wrap .content .sub_info .text .title span {
        display: inline-block;
    }
    .about_wrap .content .sub_info .text > p {
        display: none;
    } */

    /* 메인정보 */
    .about_wrap .content .main_info .about_info01 {
        position: relative;
        display: block;
        height: 400px;
        padding-top: 20%;
    }
    .about_wrap .content .main_info .about_info01 .empty {
        position: static;
        height: auto;
    }
    .about_wrap .content .main_info .about_info01 .empty .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40%;
        z-index: 11;  
    }
    .about_wrap .content .main_info .about_info01 .empty .text img:nth-child(1) {
        display: none;
    }
    .about_wrap .content .main_info .about_info01 .empty .text img:nth-child(2) {
        display: block;
    }
    .about_wrap .content .main_info .about_info01 .empty .slide_page {
        position: absolute;
        left: 10px;
        bottom: 5px;
        right: auto;
        width: max-content;
        z-index: 11;
    }
    .about_wrap .content .main_info .about_info01 .empty .about_pagination {
        font-size: 1em;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }
    .about_wrap .content .main_info .about_info01 .empty .slide_page .swiper-pagination-current {
        font-size: 1.4em;
    }
    .about_wrap .content .main_info .about_info01 .about_main {
        width: 100%;
    }
    .about_wrap .content .main_info .about_info01 .about_main img {
        height: 100%;
        object-fit: unset;
    }
    

    .about_wrap .content .main_info .about_info01 .about_main .about_prev,
    .about_wrap .content .main_info .about_info01 .about_main .about_next {
        width: 18px;
    }


    .about_wrap .content .main_info .about_info02 {
        display: flex;
        height: max-content;
    }
    .about_wrap .content .main_info .about_info02 .sub_img {
        display: none;
    }
    .about_wrap .content .main_info .about_info02 .text {
        position: relative;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        flex: 1;
        background-color: #f4f1ec;
        text-align: center;
    }
    .about_wrap .content .main_info .about_info02 .text p {
        padding: 0 15px;
        font-size: 1.2em;
    }
    .about_wrap .content .main_info .about_info02 .text p:nth-child(1) {
        padding: 20px 0 10px 0;
        order: 2;
    }
    .about_wrap .content .main_info .about_info02 .text p:nth-child(2) {
        padding: 0 0 20px 0;
        order: 3;
    }
    .about_wrap .content .main_info .about_info02 .text p:nth-child(3) {
        padding: 0 0 20px 0;
        order: 4;
    }
    .about_wrap .content .main_info .about_info02 .text .text_img {
        position: static;
        top: 30px;
        right: 0;
        width: 100%;
        padding: 20px 0;
        order: 1;
        background: url("/images/common/bg01.png") no-repeat center;
        background-size: cover;
    }
    .about_wrap .content .main_info .about_info02 .text .text_img img {
        width: 60%;
        margin: 0 auto;
    }

    /* map */
    .about_wrap .content .main_info .about_info01 .about_main {
        position: relative;
    }
    .about_wrap .content .main_info .about_info01 .about_main img {
        height: 100%;
        object-fit: cover;
    }
    .about_wrap .content .main_info .about_info01 .about_main .point {
        top: 78%;
        left: 60%;
    }
    .about_wrap .content .main_info .about_info01 .about_main .point .txt {
        font-size: 1em;
    }
    .about_wrap .content .main_info .about_info02 .text.address {
        text-align: left;
        align-items: flex-start;
    }
    .about_wrap .content .main_info .about_info02 .text.address p:nth-child(1) {
        padding: 20px 20px 10px 20px;
    }
    .about_wrap .content .main_info .about_info02 .text.address p:nth-child(2) {
        padding: 0 20px 20px 20px;
    }
    .about_wrap .content .main_info .about_info02 .text.address p:nth-child(3) {
        padding: 0 20px 20px 20px;
    }
}

@media (max-width: 500px){
    .click{
        top: 37%;
        left: 61%;
    }
} 