@charset "utf-8";

.list01 {}
.list01 li { font-size:1.07em; line-height:1.6em; margin-bottom:3px; text-indent:-0.65em; padding-left:1em;}
.list01 li i { display:inline-block; width:1em; text-align:center; font-style:normal; margin-left:-1em;}
.list01 li::before {content:"- ";}
.list02 {}
.list02 li { margin-bottom:1.5em; padding-left:1em;}
.list02 li i { display:inline-block; width:1em; text-align:center; font-style:normal; margin-left:-1em;}
.list02 li strong { display:block;}
@media  (max-width: 1024px){

.list01 li { font-size:0.9em; letter-spacing:-0.05em;}
}

.tab_nav {}
.tab_nav:after {content:"";display:block;clear:both;}
.tab_nav li { float:left; display:inline; margin:0; }
.tab_nav li a { }
.tab_nav li.ui-tabs-active a {color:#6d83ac; font-weight:700;}

.con_dl { }
.con_dl dt { font-size:1.2em; font-weight:600; margin-bottom:0.2em; }
.con_dl dd { line-height:1.6em; margin-bottom:1em;}

.active.con_dl dt {opacity:1; transition: all 0.5s ease 0.5s}
.active.con_dl dd {opacity:1; margin:2em 0 6em; transition: all 0.5s ease 1s}

@media(max-width:1200px){
    .common-title {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .common-title {
        font-size: 30px;
        width: 100%;
        text-align: center;
    }
}


/* 회사소개 - 오시는 길 영역 */ 
.about-sec02 {
    margin: 250px auto;
    padding: 0 13.23vw; 
}
.about-sec02 .title {
    font-size: 50px;
    margin-bottom: 60px;
    text-align: center;
}


#map { /* 오시는길 링크 지점 */
    position: absolute;
    top: -250px;
    left: 0;
}
.map_dl { 
    position:relative; 
    z-index:2;
    display: flex;
    gap: 90px;
}

.map-info {
    margin-top: 70px;
}
.map-info p, .map-info a {
    display: block;
    font-size: 25px;
    line-height: 1.5;
}
.map-info .desc {
    margin-bottom: 25px;
}
.mapCon { 
    width: 37vw;
    max-width: 710px;
}

.mapFrame { 
    position:relative; 
    width:100%; height:23.44vw;
    background:#ddd; 
    border:1px solid #eee; overflow:hidden; 
}
.mapFrame iframe {position:absolute; width:200%; height:200%; left:-50%; top:-20%; opacity:0; }
.active .mapFrame iframe { opacity:1; top:-50%; transition: all 0.5s ease 0.5s;}


@media  (max-width: 1200px){
    .map_dl {
        gap: 40px;
    }
    .mapFrame { width:100%;}
    .map-info p, .map-info a {
        font-size: 16px;
    }
}
@media (max-width:768px) {
    .about-sec02 {
        margin: 170px auto;
        padding: 0;
    }
    .about-sec02 .title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    #map { /* 오시는길 링크 지점 */
        top: -150px;
    }

    .map_dl {
        flex-direction: column;
        padding: 0 30px;
        gap: 30px;
    }
    .map-info {
        margin-top: 0px;
    }
    .map-info .desc {
        margin-bottom: 6px;
    }
   
    .mapCon { 
        width: calc(100vw - 60px);
    }
    .mapFrame {
        height: 57.5vw;
    }
    
}

/* 회사소개 - 회사 개요 */
.overview-cont {
    display: flex;
    justify-content: space-between;
    gap: 23.4vw;
    max-width: 1450px;
    margin: 200px auto 0;
    padding: 0 100px;
}
.overview-cont .tit {
    width: max-content;
}
.overview-cont  .ov-list {
    min-width: 60%;
}
.ov-list dt {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 5px;
}
.ov-list dd {
    font-size: 20px;
    line-height: 1.5;
}


@media(max-width:768px) {
   .overview-cont {
        flex-direction: column;
        gap: 0;
        margin: 100px auto 50px;
        padding: 0 12vw;
   } 
   .ov-list dt {
        font-size: 20px;
        letter-spacing: 0.05em;
    }
    .ov-list dd {
        font-size: 13px;
        letter-spacing: 0.05em;
    }
}

/* --------------------
        room
-------------------- */

/* room-sec01 */
.room-sec01 {
    margin: 0 auto;
    padding: 200px 100px 50px;
    max-width: 1540px;
    display: flex;
    justify-content: space-between;
}

.room-sec01 .text { /* 왼쪽 영역 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}
.room-sec01 .imgbox {
    position: relative;
    margin-bottom: 30px;
    width: 459px;
    height: 419px;
}
.room-sec01 .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
   
}
.room-sec01 .image-border {
    width: 459px;
    height: 419px;
    transition: all 1s ease-in-out;
    transform: rotate(4deg);
}
.room-sec01 .image-border.active {
    transform: rotate(0);
}
.room-sec01 .imgbox .room-sec01-img {
    top: 20px;
    left: 20px;
    width: 419px;
    height: 379px;
    transition: all 2s ease-in-out;
    filter: brightness(0.6);
}
.room-sec01 .imgbox .room-sec01-img.active {
    filter: brightness(1);
}
.accordion { 
    width: 50%; 
    color: var(--main-brown);
}
.accordion .accordion_title {
    position: relative;
    padding: 30px 25px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1.4px;
    border: inherit;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    transition: 0.5s;
    text-transform: uppercase;
}
.accordion .accordion_title::before {
    content: "＋";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    border: 1px solid var(--main-brown);
    border-radius: 20px;
    width: 40px;
    height: 22px;
    font-size: 22px;
    font-family: 'pret-r';
    line-height: 22px;
    text-align: center;
    transition: all 0.4s ease;
}
.accordion .accordion_title:hover::before {
    background: var(--main-brown);
    color: #fff;
}
.accordion .accordion_title.active::before {
    content: "－";
}
.accordion .accordion_title span {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-left: 8px;
    transform: translateY(-2px);
}
.accordion .accordion_title .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #704932;
    overflow: hidden;
    transition: width 1.5s ease; /* 애니메이션 */
}
/* 화면에 감지되었을 때 적용할 클래스 */
.accordion .accordion_title .line.active {
    width: 100%;
}
.accordion .accordion_title .line:after{
    content: "";
    position: absolute;
    left: -100%;
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #181818, #704932);
    transition: 2s;
}
.accordion .accordion_content {
    display: none;
    padding: 20px 25px 30px 25px;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    border: none;
    background: transparent;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}
.accordion_content.active {
    transform: translateX(7px);
}
@media(max-width:1400px){
    .accordion {
        width: 50%;
    }
    .accordion .accordion_title span { font-size: 12px;} 
    .accordion .accordion_content { font-size: 14px;}
}
@media(max-width:1024px){
    .room-sec01 {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .room-sec01 .text h3 {
        font-size: 19px;
    }
    .room-sec01 .text p:first-of-type {
        font-size: 13px;
    }
    .room-sec01 .text p:last-of-type {
        font-size: 13px;
    }
    .accordion {
        width: 80%;
    }
}
@media(max-width:768px){
    .room-sec01 { 
        padding: 100px 30px 50px;
    }
    .room-sec01 .imgbox {
        margin-bottom: 30px;
        width: 89vw;
        height: 81.25vw;
    }
    .room-sec01 .image-border {
        width: 89vw;
        height: 81.25vw;
    }
    .room-sec01 .imgbox .room-sec01-img {
        top: 4vw;
        left: 4vw;
        width: 81vw;
        height: 73.25vw;
    }
    .room-sec01 .room-title {
        font-size: 30px;
    }
    .accordion {
        width: 91%;
    }
    .accordion .accordion_title {
        font-size: 15px;
        letter-spacing: 1.05px;
        padding: 25px 20px 20px 20px;
    }
    .accordion .accordion_content {
        font-size: 13px;
        padding: 15px 25px 10px 16px;
    }
}
@media(max-width:500px) {
    .accordion {
        width: calc(100vw - 60px);
    }
}
/* room-sec01 끝*/

/* room-sec02 시작 */

.room-sec02 {
    display: flex;
    gap: 60px;
}
.room-sec02 .right {
    display: flex;
    flex-direction: column;
    gap: 5.7vw;
}
.img-frame {
    position: relative;
}
.img-frame .border {
    position: absolute;
    background: var(--main-brown);
}
.img-frame .top-border {
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    transform-origin: left;
    transform: scaleX(0);
}
.img-frame .bottom-border {
    position: absolute;
    bottom: 5px;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    transform-origin: left;
    transform: scaleX(0);
}
.img-frame .left-border {
    position: absolute;
    top: -20px;
    left: 0;
    width: 1px;
    height: calc(100% + 39px);
    transform-origin: top;
    transform: scaleY(0);
}
.img-frame .right-border {
    position: absolute;
    top: -20px;
    right: 0;
    width: 1px;
    height: calc(100% + 39px);
    transform-origin: top;
    transform: scaleY(0);
}

/* 화면에 보일 때 애니메이션 활성화 */
.img-frame.active .left-border {
    animation: drawVertical 0.6s ease-out forwards;
    animation-delay: 0s;
}
.img-frame.active .right-border {
    animation: drawVertical 0.6s ease-out forwards;
    animation-delay: 0.3s;
}
.img-frame.active .top-border {
    animation: drawHorizontal 0.6s ease-out forwards;
    animation-delay: 0.6s;
}
.img-frame.active .bottom-border {
    animation: drawHorizontal 0.6s ease-out forwards;
    animation-delay: 0.9s;
}

@keyframes drawVertical {
    to {
        transform: scaleY(1);
    }
}

@keyframes drawHorizontal {
    to {
        transform: scaleX(1);
    }
}


@media(max-width:768px) {
    .room-sec02 {
        padding: 130px 30px 110px;
        flex-direction: column;
        gap: 30px;
    }
    .room-sec02 .right .img-frame {
        max-width: 60vw;
    }
    .img-frame .top-border {
        position: absolute;
        top: 0;
        left: -10px;
        width: calc(100% + 20px);
        height: 1px;
        transform-origin: left;
        transform: scaleX(0);
    }
    .img-frame .bottom-border {
        position: absolute;
        bottom: 5px;
        left: -10px;
        width: calc(100% + 20px);
        height: 1px;
        transform-origin: left;
        transform: scaleX(0);
    }
    .img-frame .left-border {
        position: absolute;
        top: -10px;
        left: 0;
        width: 1px;
        height: calc(100% + 18px);
        transform-origin: top;
        transform: scaleY(0);
    }
    .img-frame .right-border {
        position: absolute;
        top: -10px;
        right: 0;
        width: 1px;
        height: calc(100% + 18px);
        transform-origin: top;
        transform: scaleY(0);
    }
}








/* roomPre */
.roomPre_01 { width:90%; max-width:1600px; margin:0 auto 5%; padding:3% 10%; background:url(../images/room/img01.jpg) right center no-repeat; background-size: cover !important;}
.roomPre_01 p { font-size:1.25em; line-height:1.5em; color:#000; margin-bottom:0.5em;}
.roomPre_01 .btn_scroll { display:inline-block; font-size:14px; line-height:1em; color:#fff; padding:8px; background:#898989; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.roomPre_01 .btn_scroll:hover { padding:8px 16px;}
.roomPre { position:relative; float:left; }
.roomPre_list { position:absolute; width:70%; height:100%; left:24%; top:0; z-index:2;}
.roomPre_list a { position:absolute; display:block; width:9.2%; height:13%; margin:-4% 0 0 -4.7%; background:#000; color:#fff; opacity:0; filter: alpha(opacity=0;);}

.roomPre_list .roomNav01 { left:34.8%; top:32.2%;}
.roomPre_list .roomNav02 { left:46.6%; top:32.1%;}
.roomPre_list .roomNav03 { left:58.3%; top:32.0%;}
.roomPre_list .roomNav04 { left:69.6%; top:30.3%;}
.roomPre_list .roomNav11 { left:12.5%; top:30.8%;}

.roomPre_list02 { position:absolute; width:70%; height:100%; left:20%; top:0; z-index:2; }

@media  (max-width: 1280px){
}

@media  (max-width: 1024px){
.roomPre_01 { width:96%; max-width:1600px; margin:0 auto 5%; padding:3%; background:url(../images/room/m/img01.jpg) right center no-repeat; background-size: cover !important;}
.roomPre_01 p { font-size:0.9em; line-height:1.3em; text-shadow:1px 1px rgba(255, 255, 255, 0.5); }
.roomPre_01 .btn_scroll { font-size:12px;}
.roomPre_list a { width:11%; height:18%; margin:-7% 0 0 -5.5%;}


.roomPre_list {width:100%; left:0;}
}



/* --------------
    special
-------------- */

/* spe-sec01 */
.special-container {
    max-width: 1280px;
    display: flex;
    justify-content: space-around;
    gap: 80px;
    align-items: center;
}

.special-left img {
    width: 32vw;
    max-width: 613px;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.special-right .room-title {
   justify-content: flex-start;
}
.special-right .room-title span:last-of-type {
    font-size: 40px;
}

.special-info {
    margin-bottom: 30px;
}

.special-info p, .special-info li {
    font-size: 18px;
    line-height: 1.8;
}
.special-info li {
    padding-left: 0.8em;
}
.special-info li::before {
    content: "· ";
    margin-left: -0.64em;
}

/* 반응형 */
@media (max-width:1024px) {
    .special-container {
        gap: 40px;
    }
    .special-right .room-title {
        margin-bottom: 25px;
    }
    .special-right .room-title span:last-of-type {
        font-size: 25px;
    }
    .special-info p, .special-info li {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 768px) {
    .special-container {
        flex-direction: column;
    }
    .special-left img {
        width: 85vw;
    }
    .special-right {
        width: 85vw;
    }
    .special-info p, .special-info li {
        font-size: 13px;
    }

    .spe-sec01 {
        padding: 50px 28px 53px;
    }
    
    
}

/* spe-sec02 */

.spe-sec02 {
    padding-top: 100px;
}
.spe-sec02 h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 150px;
}

/* 반응형 */

@media(max-width:1024px) {
    .spe-sec02 h2 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .spe-sec02 {
       padding: 0 0 50px;
    }
    .spe-sec02 h2 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 90px;
    }
    .spe-sec02 .img-frame .border {
        display: none;
    }
}



/* --------------------
        tour
-------------------- */
.tour-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 130px;
    padding: 250px 13.23vw;
}

.tour-box {
    max-width: 565px;
    width: 29.427vw;
    margin: 0 auto;
    position: relative;
}

.tour-box .tourimg {
    width: 100%;
}

.tour-box .tour-title {
    justify-content: flex-start;
    font-size: 40px;
    padding: 20px 30px 0px;
    margin-bottom: 0;
}

.tour-box .text {
    padding: 30px 70px 40px 30px;
}

.tour-box .tour-more {
    position: absolute;
    bottom: 25px; right: 20px;
    width: 40px; height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--main-brown);
    font-size: 22px;
    color: var(--main-brown);
    transition: all 0.3s ease;
    font-family: serif,'MaruBuri';
    font-weight: 600;
}

.tour-box .tour-more span {
        transform: translate(2px, 1px);
}

@media(min-width:1200px){
    .tour-box .tour-more:hover {
        background: var(--main-brown);
        color: #fff;
    }
}


@media  (max-width: 1600px){
    .tour-box {
        width: 33.427vw;
    }
    .tour-box .tour-title {
        font-size: 30px;
        margin-bottom: 0;
        gap: 12px;
    }
    .tour-box .tour-badge {
        font-size: 18px;
    }

@media  (max-width: 1200px){
    .tour-cont {
        row-gap: 70px;
        padding: 250px 5vw;
    }
    .tour-box {
        width: 40.427vw;
    }
    .tour-box .tour-more {
        bottom: 15px; right: 10px;
        width: 29px; height: 29px;
        font-size: 18px;
    }
    .tour-box .tour-more span {
        transform: translate(1px, 1px);
    }
}

}

@media  (max-width: 1024px){
    .tour-cont {
        grid-template-columns: repeat(1, 1fr);
        padding: 108px 7.5vw 170px;
    }
    .tour-box {
        width: 85vw;
    }
    .tour-box .tour-title {
        font-size: 25px;
        gap: 15px;
        padding: 10px 20px 0px;
    }
    .tour-box .tour-badge {
        font-size: 14px;
        margin-top: 0;
    }
    .tour-box .text {
        padding: 17px 46px 20px 20px;
    }

}

@media  (max-width: 379px){
    
    .tour-box .tour-badge {
        font-size: 13px;
    }
    .tour-box .tour-title {
        font-size: 20px;
        gap: 10px;
        padding: 10px 20px 0px;
    }

}



/*  commnuity */
.boardCon { position:relative; width:80%; max-width:1440px; margin:0 auto;}
.boardImg {  width:100%; margin:5% auto;  z-index:1;}
.borderCon { position:relative; width:56%; height:calc(100vh - 180px); left:41.5%; top:130px; background:url(../images/bg/white_70.png); z-index:3;}
.board_frame { display:block; width:100%; margin:0 auto; padding:2em; }


@media  (max-width: 1280px){

.boardCon { width:92%;}

}

@media  (max-width: 1024px){
.boardCon { width:94%;}
}


@media  (max-width: 768px){


}


@media  (max-width: 560px){



}

@media  (max-width: 480px){


}


@media  (max-width: 380px){


}
