@charset "UTF-8";

/* S: 공통 */

/* 브래드크럼스 (s) */
.breadCrumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f9fa;
    border-bottom: solid 1px #eee;
}
.breadCrumbs .container {
    padding: 0;
}
.bNav {
    display: flex;
    align-items: center;
}
.breadCrumbs a {
    padding: 20px;
    border-inline: 1px solid #eee;
}
.ico_home {
    display: block;
    width: 16px;
    height: 14px;
    -webkit-mask: url(../img/icon/ico_home.svg) no-repeat center / contain;
    mask: url(../img/icon/ico_home.svg) no-repeat center / contain;
    background-color: var(--black);
}
@media (hover: hover) {
    .ico_home:hover {
        background-color: var(--sub01);
        transition: 0.2s;
    }
}
.breadCrumbs select {
    padding: 14px 30px 14px 16px;
    font-size: 16px;
    letter-spacing: -0.5px;
    border: none;
    width: 180px;
    color: var(--black);
    border-right: 1px solid #eee;
    background: url(../img/icon/bNav_arr.svg) no-repeat center right / 36px 6px;
    cursor: pointer;
}
.breadCrumbs select option {
    z-index: 0;
}
/* 브래드크럼스 (e) */

/* 페이지 타이틀 (s) */
.pageTitleWrap {
    margin-top: 50px;
    text-align: center;
}
.pageTitleWrap + * {
    margin-top: 60px;
}
.pageTitleWrap .subEng {
    margin-bottom: 24px;
    font-size: 20px;
    display: block;
    text-align: center;
    font-family: "SANGJU Haerye";
}
.pageTit {
    font-size: 40px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.pageTit .sub {
    font-size: 24px;
}
.pageDscr {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--dgray);
}
/* 페이지 타이틀 (e) */
.pageConts {
    margin-top: 60px;
}

/* E: 공통 */

/* S: 사이트맵 */
.sitemapWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}
.sitemapWrap .sitebox {
    width: calc((100% - 120px) / 5);
    flex-shrink: 0;
    padding: 20px;
    border: solid 1px var(--grayStr);
    border-radius: 30px;
}
.sitemapWrap .sitebox .title {
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    font-weight: 500;
    color: #fff;
    background-color: var(--main01);
    text-align: center;
    border-radius: 50px;
}
.sitemapWrap .sitebox ul {
    margin-top: 20px;
    text-align: center;
}
.sitemapWrap .sitebox ul li + li {
    margin-top: 10px;
}
.sitemapWrap .sitebox ul li a {
    padding: 4px;
    display: block;
}
@media (hover: hover) {
    .sitemapWrap .sitebox ul li a:hover {
        color: var(--sub01);
        transition: 0.2s;
        text-decoration: underline;
    }
}
/* E: 사이트맵 */

/* S: 시설안내 */
/* 워케이션이란 (s) */
.about01 {
    margin-top: 40px;
}
.about01 .container {
    padding-block: 0;
}
.about01 .bg_box {
    height: 350px;
    background: url(../img/sub/about_bg01.jpg) no-repeat center/cover;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.about01 .bg_box .txt_box {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.about01 .bg_box .subTit {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.about01 .bg_box .title {
    font-size: 38px;
    font-weight: 600;
}
.about01 .descr_txt {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
.about02 {
    margin-top: 50px;
}
.about02 .title {
    font-size: 24px;
    font-family: "SangJu Haerye";
}
.cardGridList {
    margin-top: 30px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
    background: #f7f7f7;
}
.cardGridList li {
    padding: 40px;
    flex: 1 0 calc(50% - 16px);
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.08);
}
.cardGridList .left .imgbox {
    width: 100px;
}
.cardGridList .subDescr {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    font-family: "PureunJeonnam";
}
.cardGridList .subTit {
    font-size: 24px;
    font-weight: 600;
}
.cardGridList .text {
    margin-top: 20px;
    color: var(--dgray);
    font-size: 18px;
    line-height: 1.5;
}
/* 워케이션이란 (e) */

/* 시설현황 (s) */
.facility02,
.facility03 {
    margin-top: 50px;
}
.table_list.basic {
    table-layout: fixed;
    border-top: none;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.table_list.basic th {
    background-color: #222;
    color: #fff;
}
.table_list.basic > * > tr > th,
.table_list.basic > tbody > tr > td {
    font-size: 16px;
}
.table_list.basic > * > tr > th {
    border-top: 1px solid #eee;
    border-left: 1px solid #222;
}
.table_list.basic > tbody > tr > td {
    padding: 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.facility02 .table_list.basic .th01 {
    width: 10%;
}
.facility02 .table_list.basic .th02 {
    width: 20%;
}
.facility02 .table_list.basic .th03 {
    width: 30%;
}
.facility02 .table_list.basic .th04 {
    width: 60%;
}
.facility03 .imgbox {
    width: 1000px;
    margin: 0 auto;
}
.btn_zoom {
    padding: 0 16px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    background-color: var(--black);
    border-radius: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.ico_zoom {
    margin-left: 6px;
    display: block;
    width: 16px;
    height: 16px;
    -webkit-mask: url(../img/icon/ico_zoom.svg) no-repeat center / contain;
    mask: url(../img/icon/ico_zoom.svg) no-repeat center / contain;
    background-color: #fff;
}
@media (hover: hover) {
    .btn_zoom:hover {
        background-color: var(--sub01);
    }
}
/* 시설현황 (e) */

/* 이용안내 (s) */
.lineList {
    border-top: solid 1px #5e5e5e;
}
.lineList > li {
    padding: 32px 20px;
    display: flex;
    border-bottom: solid 1px #eeeeee;
    gap: 30px;
}
.lineList > li .left {
    flex-shrink: 0;
}
.lineList > li .nameLb {
    width: 130px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lineList > li .right {
    margin-top: 10px;
    width: 100%;
}
.lineList > li .right .txt + .txt {
    margin-top: 8px;
}
.lineList .txt.large,
.lineList .txt.large * {
    font-size: 20px;
    line-height: 1.3;
}
.lineList .txt.small,
.lineList .txt.small * {
    font-size: 17px;
    line-height: 1.3;
}
.lineList .txt.small .txt_flex + .txt_flex {
    margin-top: 8px;
}
.txt_space {
    width: 85px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.circle_title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
}
.bd_graybox {
    padding: 36px;
    border-radius: 20px;
    border: 1px solid #dfe0e2;
    background: #fff;
}
.bd_graybox.step {
    display: flex;
    justify-content: center;
}
.bd_graybox.step.step4 {
    gap: 54px;
}
.bd_graybox.step.step6 {
    gap: 30px;
}
.stepWrap + .stepWrap {
    margin-top: 40px;
}
.bd_graybox.step li {
    text-align: center;
    position: relative;
}
.bd_graybox.step.step4 li {
    width: 234px;
}
.bd_graybox.step.step6 li {
    width: 183px;
}
.bd_graybox.step li:not(:last-child):after {
    content: url(../img/icon/ico_triangle.svg);
    top: 78px;
    right: -36px;
    position: absolute;
}
.bd_graybox.step.step6 li:not(:last-child):after {
    right: -25px;
}
.bd_graybox.step li .imgbox {
    margin-bottom: 16px;
    width: 110px;
    height: 110px;
    margin-inline: auto;
    flex-shrink: 0;
}
.bd_graybox.step .step_tit {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.bd_graybox.step .small_txt {
    font-size: 17px;
    line-height: 1.3;
}
.ico_listChk {
    margin-top: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask: url(../img/icon/ico_listChk.svg) no-repeat center / contain;
    mask: url(../img/icon/ico_listChk.svg) no-repeat center / contain;
    background-color: #222222;
}
.lineList .txt.large .small_txt {
    font-size: 18px;
}

.table_flex {
    display: flex;
    border: 1px solid var(--black);
    text-align: center;
}
.info_rf_table {
    margin-top: 20px;
}
.table_flex .tf_tr + .tf_tr {
    border-left: 1px solid var(--black);
}
.table_flex .tf_th {
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid var(--black);
}
.table_flex .tf_td {
    padding: 10px;
    font-size: 16px;
    line-height: 1.3;
}
.info_rf_table {
    width: 976px;
}
.info_rf_table .tf_01 {
    width: 124px;
}
.info_rf_table .tf_02 {
    width: 200px;
}
.info_rf_table .tf_03 {
    width: 200px;
}
.info_rf_table .tf_04 {
    width: 200px;
}
.info_rf_table .tf_05 {
    width: 250px;
}
/* 이용안내 (e) */

/* 이용후기 (s) */
.site_label {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 50px;
}
.site_label.blog {
    color: #fff;
    background-color: #03c75a;
}
.site_label.facebook {
    color: #fff;
    background-color: #0866ff;
}
.site_label.instagram {
    color: #fff;
    background-color: #fe1f7e;
}
.site_label.etc {
    color: var(--black);
    background-color: #d5d5d5;
}
/* 이용후기 (e) */
/* E: 시설안내 */

/* S: 예약안내 */
.reservation02 {
    margin-top: 50px;
}
.reservation02 .table_list.basic > tbody > tr > td {
    padding: 20px;
    text-align: left;
}
.reservation02 .table_list .txt_flex {
    font-size: 20px;
}
/* E: 예약안내 */

/* S: 협력업체 */
.partner02 {
    margin-top: 50px;
}
.title_wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.title_wrap .line_title {
    margin-bottom: 0;
}
.title_wrap .subTxt {
    font-size: 16px;
}
.card_popList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.card_popList li {
    padding: 20px;
    flex: 1 0 calc(100% / 3 - 20px);
    max-width: calc(100% / 3 - 20px);
    background-color: #f7f7f7;
    position: relative;
}
.card_popList .thumnail {
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.card_popList .thumnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card_popList .local {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 50%);
    border-radius: 50px;
    top: 10px;
    left: 10px;
    position: absolute;
}
.card_popList .cardNm {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    font-family: "seoulHangangM";
    color: #4c4c4c;
}
.card_popList .btns {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #d9d9d9;
    display: flex;
    gap: 8px;
}
.card_popList .btns .btn_style {
    flex: 1;
    height: 54px;
}
.card_dt_pop {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    position: absolute;
}
.card_dt_close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/icon/ico_card_dt_pop_close.png) no-repeat center/ contain;
    top: 20px;
    right: 20px;
    position: absolute;
}
.card_dt_pop .conts {
    height: 100%;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}
.card_dt_pop .card_dt_lb {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 50%);
    border-radius: 50px;
    top: 20px;
    left: 20px;
    position: absolute;
}
.card_dt_pop .txtWrap {
    width: 100%;
    height: calc(100% - 80px);
    top: 60px;
    left: 0;
    position: absolute;
}
.card_dt_pop .txtWrap .txt {
    padding: 10px 20px;
    width: 100%;
    max-height: 100%;
    top: 45%;
    left: 50%;
    overflow: auto;
    transform: translate(-50%, -50%);
    position: absolute;
}
.card_dt_pop .txtWrap .txt::-webkit-scrollbar-track {
    background-color: transparent;
}
.card_dt_pop .txtWrap .txt::-webkit-scrollbar-thumb {
    background-color: rgb(255 255 255 / 40%);
    border-radius: 8px;
}
.card_dt_pop .txtWrap .txt::-webkit-scrollbar {
    width: 8px;
}
.card_dt_pop .card_dt_name {
    font-size: 24px;
    font-family: "SANGJUHaerye";
}
.card_dt_pop .card_details {
    margin-top: 20px;
    font-size: 20px;
    font-family: "SANGJUHaerye";
}
.card_popList .no_data {
    background-color: #fff;
    max-width: 100%;
    height: 200px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
}
/* E: 협력업체 */

/* S: 찾아오시는길 */
.map_wrap {
    border-radius: 30px;
    border: solid 1px #e0e0e0;
    overflow: hidden;
}
.location01 .map_box {
	display: block;
}
.descr_txt.lb {
    margin-top: 30px;
    font-size: 20px;
    color: #303030;
}
.descr_txt.lb .subTit {
    font-size: 20px;
    font-weight: 700;
}
.descr_txt.lb .txt_l {
    margin-right: 40px;
}
.ico_circle.blue {
    margin-right: 10px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/icon/ico_circle_blue.svg) no-repeat center/contain;
}

.line_title {
    margin-bottom: 20px;
    padding-left: 13px;
    font-size: 26px;
    position: relative;
    font-family: "SANGJUHaerye";
}
.line_title::before {
    content: "";
    width: 3px;
    height: 70%;
    background-color: var(--sub01);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}
.location02 {
    margin-top: 100px;
}
.ico_spot {
    display: inline-block;
    width: 4px;
    height: 4px;
    -webkit-mask: url(../img/icon/ico_spot.svg) no-repeat center / contain;
    mask: url(../img/icon/ico_spot.svg) no-repeat center / contain;
    background-color: #222222;
}
.ico_spot.blue {
    background-color: var(--sub01);
}
.bd_box {
    padding: 30px;
    border: solid 1px;
}
.bd_box.gray {
    border-color: #e0e0e0;
}
.location02 .bd_box li {
    display: flex;
    align-items: center;
    gap: 40px;
}
.location02 .bd_box li + li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #f3f3f3;
}
.location02 .bd_box .left .imgbox {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.location02 .bd_box li:nth-child(1) .left .imgbox img {
    width: 40px;
    height: 52px;
}
.location02 .bd_box li:nth-child(2) .left .imgbox img {
    width: 52px;
    height: 51px;
}
.location02 .bd_box li:nth-child(3) .left .imgbox img {
    width: 62px;
    height: 29px;
}
.location02 .bd_box .right .txt_box {
    font-size: 18px;
}
.location02 .bd_box .right .subTit {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.location02 .bd_box .right .subTit i {
    display: none;
}

/* 지도말풍선 (s) */
.location_info {
    padding: 10px 10px 0;
}
.location_info .imgbox {
    width: 140px;
}
.location_info .title {
    margin: 10px 0 10px;
    font-size: 15px;
    font-family: "SANGJU Haerye";
}
.location_info .addr {
    font-size: 14px;
    line-height: 1.3;
}
.location_info .clear {
    height: 30px;
}
/* 지도말풍선 (e) */
/* E: 찾아오시는길 */

/* s: 공지사항 */
/* 공지사항 (s)*/
.boardTop {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.boardTop .total_post {
    font-size: 18px;
}
.btn_srch {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: url(../img/cmm/icon/ico_srch.svg) no-repeat center/ 20px 20px;
    flex-shrink: 0;
}
/******** S: 갤러리 상세 */
.galleryWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.galleryWrap li {
    width: calc(100% / 3 - 15px);
}
.galleryWrap a {
    width: 100%;
    overflow: hidden;
    background-color: #dfe0e2;
    padding-bottom: 100%;
    display: block;
    position: relative;
}
.board_details .middle .conts .galleryWrap a > img {
    width: 100%;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
}
.modalPop.gallery .modal-dialog .modal-content {
    background-color: var(--black);
    border: none;
}
.modalPop .modal-dialog .btn-close {
    top: 16px;
    right: 16px;
}
.modalPop.gallery .modal-dialog .modal-conts {
    padding: 0;
    overflow: hidden;
    display: block;
}
.modalPop.gallery .modal-dialog .modal-conts .imgbox {
    height: calc(100vh - 270px);
}
.modalPop.gallery .modal-dialog .modal-conts .imgbox img {
    height: 100%;
    object-fit: contain;
}
.modalPop.gallery .modal-dialog .modal-footer {
    padding: 10px;
}
.modalPop .modal-dialog .btn-close {
    padding: 6px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
}
.videoWrap {
    max-width: 800px;
    margin: 40px auto;
}
.videobox {
    padding-bottom: 56.25%;
    overflow: hidden;
    background-color: #dfe0e2;
    position: relative;
}
.videobox iframe,
.videobox video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/******** E: 갤러리 상세 */
/* 공지사항 (e)*/

/* E: 공지사항 */

/* S: 포토갤러리 */
.cardBoardList {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.cardBoardList li {
    flex: 1 0 33.33%;
    max-width: calc(100% / 3 - 20px);
}
.cardBoard {
    width: 100%;
    border: solid 1px var(--grayStr);
}
.cardBoard .imgbox {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.cardBoard .imgbox img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.cardBoard:hover .imgbox img {
    transform: scale(1.1);
    transition: 0.5s;
}
.cardBoard .txtbox {
    padding: 20px;
    background-color: #fff;
}
.cardBoardTit,
.cardBoardTxt {
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cardBoardTit {
    font-size: 18px;
    font-weight: 600;
}
.cardBoard:hover .cardBoardTit {
    text-decoration: underline;
}
.cardBoardTxt {
    margin-top: 20px;
    font-size: 18px;
}
.cardBoardDate {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.cardBoardDate span {
    color: var(--dgray);
}
.cardBoardDate span:not(:first-child) {
    padding-left: 20px;
    position: relative;
}
.cardBoardDate span:not(:first-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: var(--grayStr);
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    position: absolute;
}
.cardBoardList.photo .cardBoard {
    border-radius: 20px;
    overflow: hidden;
}
.cardBoardList .no_data {
    flex: 1;
    width: 100%;
    max-width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 1px var(--dgray);
}
.photoLb {
    padding: 4px 12px;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--main01);
    background-color: #ddeeff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.videoWrap {
    max-width: 800px;
    margin: 40px auto;
}
.videobox {
    padding-bottom: 56.25%;
    overflow: hidden;
    background-color: #dfe0e2;
    border: solid 1px var(--gray);
    position: relative;
}
.videobox iframe,
.videobox video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* S: FAQ */
.accordianList {
    margin-top: 30px;
    border-top: solid 1px var(--black);
}
.accordianList li {
    border-bottom: solid 1px var(--gray);
}
.accordianTit {
    padding: 20px;
    padding-right: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.accordianTit:hover {
    background-color: #f9fdf6;
    transition: 0.3s;
}
.accordianTit:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon/ico_plus_black.svg) no-repeat center/contain;
    top: 20px;
    right: 20px;
    position: absolute;
    transition: 0.3s;
}
.accordianTit.active:after {
    transform: rotate(45deg);
    transition: 0.3s;
}
.accordianConts {
    display: none;
    padding: 20px;
    font-size: 17px;
    line-height: 1.5;
}
/* E: FAQ */
