<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mapBtn {
    /*    margin-top: -30px;*/
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.mapBtn li {
    display: inline-block;
    text-align: center;
    margin: 0 2%;
}

.mapBtn li a {
    position: relative;
    display: block;
}

.mapBtn li a span {
    display: block;
    color: #333;
    font-size: 16px;
}

.mapBtn li .ic {
    width: 109px;
    height: 109px;
    border-radius: 50%;
    margin-bottom: 5px;
    letter-spacing: -2px;
    position: relative;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mapBtn li .ic::after {
    content: "";
    display: inline-block;
    background-image: url(/images/contents/btn_ic.png);
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mapBtn .ic01 .ic::after {
    background-position: 0 0;
    width: 138px;
    height: 109px;
    top: -20px;
    left: 20px;
}

.mapBtn .ic02 .ic::after {
    background-position: -160px 0;
    width: 138px;
    height: 109px;
    top: -20px;
    left: 30px;
}

.mapBtn .ic03 .ic::after {
    background-position: -333px 0;
    width: 138px;
    height: 109px;
    top: -20px;
    left: 38px;
}

.mapBtn .ic04 .ic::after {
    background-position: -493px 0;
    width: 138px;
    height: 109px;
    top: -20px;
    left: 25px;
}

.mapBtn .ic05 .ic::after {
    background-position: -679px 0;
    width: 138px;
    height: 109px;
    top: -20px;
    left: 38px;
}

.mapBtn .ic06 .ic::after {
    background-position: -823px 0;
    width: 138px;
    height: 109px;
    top: -20px;
    left: 22px;
}

.mapBtn .ic07 .ic::after {
    background-position: -824px 0;
    width: 138px;
    height: 109px;
    top: -20px;
    left: 22px;
}


.mapBtn li:hover {
    font-weight: 500;
}

.mapBtn li:hover a &gt; span{
    color:#7c64ff;
}

.mapBtn li .ic:hover {
    background-color: #7c64ff;
}

.mapBtn .ic01:hover .ic::after {
    background-position: 2px -115px;
}

.mapBtn .ic02:hover .ic::after {
    background-position: -160px -110px;
}

.mapBtn .ic03:hover .ic::after {
    background-position: -333px -110px;
}

.mapBtn .ic04:hover .ic::after {
    background-position: -493px -110px;
}

.mapBtn .ic05:hover .ic::after {
    background-position: -679px -110px;
}

.mapBtn .ic06:hover .ic::after {
    background-position: -819px -110px;
}

.mapBtn .ic07:hover .ic::after {
    background-position: -817px -110px;
}

/* */
.head_title {
    font-size: 24px;
    /* margin-top: 15px; */
    /* text-align: center; */
    color: #333;
    /* border-top: 1px solid #333; */
    /* padding: 20px 0 30px 0; */
    margin-bottom: 30px;
}

.head_title .address {
    /* text-align: center; */
    font-size: 15px;
    color: #333;
    margin-top: 10px;
    letter-spacing: 0;
}

.view_gal {
    position: relative;
    max-width: 1400px;
    overflow: hidden;
    margin: 0 auto;
    background: #F6F7F9;
    width: 100%;
    margin-bottom: 20px;
    display: table;
}

.view_gal img {
    /* height: 600px; */
    /* width: 100%; */
    height: auto;
}

.area_view_slider {
    /* position: relative; */
    /* height: 600px; */
    width: 70%;
    height: auto;
    /* float: left; */
    display: table-cell;
    vertical-align: middle;
}

.area_view_slider .bx-has-controls-direction {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 76px;
    /* border: 1px solid #fff; */
}

.area_view_slider .bx-controls-direction a,
.area_view_slider .bx-controls-auto-item a {
    height: 76px;
    width: 76px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    border: 0px solid #505050;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.area_view_slider .bx-controls-auto {
    position: absolute;
}

.area_view_slider .bx-controls-direction a.bx-prev {
    left: 0px;
    background-image: url("/images/contents/bx_prev.png");
}

.area_view_slider .bx-controls-direction a.bx-next {
    left: 154px;
    background-image: url("/images/contents/bx_next.png");
}

.area_view_slider .bx-controls-auto-item a {
    left: 77px;
    border-right: 0;
    border-left: 0;
}

.area_view_slider .bx-controls-auto-item a.bx-stop {
    background-image: url("/images/contents/bx_stop.png");
}

.area_view_slider .bx-controls-auto-item a.bx-start {
    background-image: url("/images/contents/bx_play.png");
}

.area_view_slider .bx-controls-auto-item a.active {
    display: none;
}

/*
ul.view_slider li {
    height: 600px;
    background-image: url(/images/contents/noimg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
*/

.view_info {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    /* width: 500px; */
    vertical-align: top;
    /* background: rgba(0, 0, 0, 0.7); */
    /* color: #fff; */
    /* padding: 50px 30px; */
    width: 30%;
    /* float: left; */
    padding-left: 40px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    display: table-cell;
    vertical-align: middle;
}

.view_info h2.tour_title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center
}

.view_info h2.tour_title .address {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7)
}

.view_info li {
    padding: 3px 10px;
    font-weight: 100;
    position: relative;
    font-size: 16px;
}

.view_info li .strong:before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -10px;
}

.view_info li .strong {
    margin-right: 20px;
    font-weight: 500;
    color: #333;
    position: relative;
}

@media (max-width:1200px) {

    /*
    .area_view_slider {
        height: auto
    }

    .view_gal img {
        height: auto
    }

    .view_info {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 30px;
    }
*/
}

@media (max-width:1200px) {
    .area_view_slider {
        width: 100%;
        display: block;
    }

    .view_info {
        width: 100%;
        display: block;
        padding: 20px 30px;
    }
    
    /* 2021.06.01 ì¶”ê°€(ê³µì—°ì&nbsp;„ì‹œ) */
    .mapBtn li .ic {
        width: 90px;
        height: 90px;
    }
    
    .mapBtn .ic01 .ic::after {
        background-position: 12px -20px;
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
    }   
    
    .mapBtn .ic02 .ic::after {
        background-position: -140px -20px;
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
    }
    
    .mapBtn .ic03 .ic::after {
        background-position: -305px -20px;
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
    }    
    
    .mapBtn .ic04 .ic::after {
        background-position: -476px -25px;
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
    }    
    
    .mapBtn .ic05 .ic::after {
        background-position: -652px -25px;
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
    }  
    
    .mapBtn .ic06 .ic::after {
        background-position: -810px -20px;
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
    }       
    
    .mapBtn .ic07 .ic::after {
        background-position: -972px -18px;
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
    }       
    
    .mapBtn .ic01:hover .ic::after {
        background-position: 12px -140px;
    }
    
    .mapBtn .ic02:hover .ic::after {
        background-position: -140px -138px;
    }    

    .mapBtn .ic03:hover .ic::after {
        background-position: -305px -135px;
    }    
    
    .mapBtn .ic04:hover .ic::after {
        background-position: -476px -138px;
    }    
    
    .mapBtn .ic05:hover .ic::after {
        background-position: -652px -135px;
    }   
    
    .mapBtn .ic06:hover .ic::after {
        background-position: -807px -136px;
    }    
    
    .mapBtn .ic07:hover .ic::after {
        background-position: -971px -138px;
    }     
}

@media (max-width:600px) {
    .area_view_slider {}

    .view_info {
        padding: 15px 20px;
    }

    .head_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .head_title .address {
        margin-top: 0;
    }

    .view_info li {
        padding: 0px 10px;
    }

    .view_info li .strong {
        font-size: 14px;
    }
    
    /* 2021.06.01 ì¶”ê°€(ê³µì—°ì&nbsp;„ì‹œ) */
    .mapBtn li {
        margin: 2%;
    }
    
    .mapBtn li a span {
        font-size: 14px;
    }    
}

.view_gal + .txt_info {
    margin-top: 15px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.view_gal + .txt_info &gt; p {
    white-space: pre-wrap;
}

.view_gal + .txt_info &gt; p .em:after {
    position: absolute;
    left: 0;
    top: 16px;
    width: 100%;
    height: 10px;
    content: "";
    clear: both;
    display: block;
    background-color: #fffca6;
    z-index: -1;
}

/* table */
.table01 {
    width: 100%;
    border-top: 2px solid #222;
}

.table01 th,
.table01 td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

.table01 th {
    background: #eee;
    font-weight: 600;
    text-align: center;
}

.table01 td {
    text-align: left;
    padding-left: 7px;
}

.table01 .right_none {
    border-right: none;
}

.table01 .center {
    text-align: center;
    padding-left: 0;
}

.table_01 {
    width: 100%;
    border-top: 1px solid #333;
    /* margin: 20px 0; */
}

.table_01 th {
    text-align: center;
    font-weight: bold;
    color: #333;
    background: #f3f3f3;
    padding: 7px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.table_01 thead th {
    text-align: center;
    font-weight: bold;
    color: #333;
    background: #f3f3f3;
    padding: 9px 10px;
    border-bottom: 1px solid #aeb4bd;
    border-right: 0px solid #aeb4bd;
}

.table_01 tbody th {
    text-align: center;
    font-weight: 500;
    color: #333;
    background: #F6F7F9;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    border-right: 0px solid #ddd;
}

.table_01 td {
    color: #565656;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 10px;
    word-break: break-all;
    text-align: center;
}

.table_01 td a {
    color: #565656;
}

.table_01 td li {
    background: url(../images/dot_bar.gif) no-repeat left 6px;
    padding: 2px 10px;
}

.table_01 td.center {
    text-align: center;
}

.required_text:before {
    content: '*';
    color: #7c64ff;
    margin-right: 7px;
}

/* newsletter */
.titleArea {
    /* margin: 50px 0; */
    border: 1px solid #ddd;
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
}

.titleArea .title {
    /* width: 30%; */
    text-align: center;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}

.titleArea .title img {
    display: inline-block;
    vertical-align: middle;
}

.titleArea .title h3 {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.titleArea .title:after {
    display: inline-block;
    content: '';
    height: 50px;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    margin-left: 50px;
    margin-right: 50px;
}

.titleArea .tit {
    font-size: 22px;
    /* padding-top: 5px; */
    color: #333;
    font-weight: 500;
}

.titleArea .desc {
    /* width: 70%; */
    font-size: 16px;
    line-height: 24px;
    /* float: left; */
    color: #333;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.newsletter.boxing {
    margin-top: 20px;
    display: flex;
}

.newsletter.boxing .leftbox {
    width: 49.5%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-right: 1%;
}

.newsletter.boxing .rightbox {
    width: 49.5%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
}

.agreeSubmit {
    font-size: 16px;
    background: #F6F7F9;
    padding: 15px;
    margin: 15px 0 40px 0;
}

.newsletter-btn {
    background-color: #7c64ff;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    padding: 10px 20px;
}

.bsWrap {
    position: relative;
}

.bsWrap:after {
    display: block;
    content: '';
    clear: both;
}

.acmMap_area {
    width: 100%;
}

.acmMap_area .acmMap_inner {
    width: 40%;
    margin-right: 3%;
    padding-top: 100px;
    height: 524px;
    text-align: center;
    float: left;
    /* background: #f7f7f7; border: 1px solid #bbb; */
}

.acmMap_area .acmMap_inner &gt; p {
    width: 460px;
    height: 405px;
    margin: 0px auto;
    text-align: center;
    transition: .4s;
}

.acmMap_area .acmMap_inner &gt; p &gt; img {
    width: 460px;
    height: 405px;
}

.acmMap_area .list_box {
    width: 55%;
    float: right;
}

.acmMap_area .list_box ul.info {
    margin-bottom: 30px;
}

.acmMap_area .list_box ul.info:after {
    clear: both;
    display: block;
    content: '';
}

.acmMap_area .list_box ul.info &gt; li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #ddd;
    padding: 20px;
    min-height: 222px;
}

.acmMap_area .list_box ul.info &gt; li:nth-child(2n) {
    margin-right: 0%;
}

.acmMap_area .list_box ul.info &gt; li .head {
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.acmMap_area .list_box ul.info &gt; li .head &gt; p {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.acmMap_area .list_box ul.info &gt; li .head &gt; p strong {
    font-weight: 500;
}

.acmMap_area .list_box ul.info &gt; li &gt; ul {
    margin-top: 15px;
    display: table;
}

.acmMap_area .list_box ul.info &gt; li ul li {
    display: table-row;
    text-indent: 26px;
}

.acmMap_area .list_box ul.info &gt; li ul li.add {
    background: url('/images/contents/icon_address.jpg') no-repeat 0 0px;
}

.acmMap_area .list_box ul.info &gt; li ul li.tel {
    background: url('/images/contents/icon_tel.jpg') no-repeat 0 0px;
}

.acmMap_area .list_box ul.info &gt; li ul li.link {
    background: url('/images/contents/icon_homepage.jpg') no-repeat 0 0px;
}

.tabmenu_wrap.acmTab {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.acmMap_area .acmMap_inner &gt; p {
    background: url("/images/contents/acmM_basic.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth1 &gt; p {
    background: url("/images/contents/acmM1.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth2 &gt; p {
    background: url("/images/contents/acmM2.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth3 &gt; p {
    background: url("/images/contents/acmM3.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth4 &gt; p {
    background: url("/images/contents/acmM4.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth5 &gt; p {
    background: url("/images/contents/acmM5.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth6 &gt; p {
    background: url("/images/contents/acmM6.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth7 &gt; p {
    background: url("/images/contents/acmM7.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth8 &gt; p {
    background: url("/images/contents/acmM8.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth9 &gt; p {
    background: url("/images/contents/acmM9.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth10 &gt; p {
    background: url("/images/contents/acmM10.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth11 &gt; p {
    background: url("/images/contents/acmM11.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth12 &gt; p {
    background: url("/images/contents/acmM12.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth13 &gt; p {
    background: url("/images/contents/acmM13.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth14 &gt; p {
    background: url("/images/contents/acmM14.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth15 &gt; p {
    background: url("/images/contents/acmM15.png") no-repeat;
}

.acmMap_area .acmMap_inner.nth16 &gt; p {
    background: url("/images/contents/acmM16.png") no-repeat;
}

@media all and (max-width:1280px) {
    .newsletter.boxing {
        display: block;
    }

    .newsletter.boxing .leftbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border: 0;
        padding: 0;
    }

    .newsletter.boxing .rightbox {
        width: 100%;
        border: 0;
        padding: 0;
    }
}

@media all and (max-width:1180px) {
    .acmMap_area .acmMap_inner {
        display: none;
    }

    .acmMap_area .list_box {
        width: 100%;
        float: inherit;
    }
}

.bsArea_stay_list {
    position: relative;
    margin: 50px 0;
}

.bsArea_stay_list:after {
    display: block;
    content: '';
    clear: both;
}

.bsArea_stay_list li {
    width: 18.5%;
    float: left;
    height: 170px;
}

.bsArea_stay_list li {
    display: block;
    margin: 10px 10px;
    min-height: 134px;
    text-align: center;
    transition: .3s;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 5px;
}

.bsArea_stay_list li:hover {
    box-shadow: 5px 5px 5px #cccbcb;
}

.bsArea_stay_list li a {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
    margin-right: 0px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.bsArea_stay_list li a.order2 {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

/*
.bsArea_stay_list li a:hover {
    color: #25254c;
    background-color: white
}

.bsArea_stay_list li a.order2:hover {
    border: 1px solid black;
    color: black
}
*/

/*.bsArea_stay_list li a{display:block;margin: 0px 10px;min-height: 134px;text-align: center;transition:.3s;border:1px solid #d8d8d8; border-radius:10px; padding:5px; }
.bsArea_stay_list li a:hover{margin-top:-9px; box-shadow:5px 5px 5px #cccbcb;}
.bsArea_stay_list li a:hover .arro{display:inline-block; padding:10px 0 0 0;}

.bsArea_stay_list li.active a{border:1px solid #d8d8d8; border-radius:10px; padding:5px; margin-top:-9px; box-shadow:5px 5px 5px #cccbcb;}
.bsArea_stay_list li.active a .arro{display:inline-block; padding:10px 0 0 0;}*/

.bsArea_stay_list li .acmLogo {
    display: block;
    padding-top: 10px;
}

.bsArea_stay_list li .acmName {
    display: block;
    font-size: 20px;
    color: #000;
}

/* .bsArea_stay_list li .arro{text-align:center;font-size:13px;margin-top: 5px;display: none;}
.bsArea_stay_list li .arro:after{margin:1px 0 0 5px; width: 12px; height: 12px; content:''; display:block; float:right; background:url("/images/sub/acm_arrowB.jpg") no-repeat;}   
 */

@media (max-width:1200px) {

    .bsArea_stay_list li {
        width: calc(50% - 15px);
        margin: 10px 10px
    }

    .bsArea_stay_list li:nth-child(2n) {
        margin-right: 0
    }

    .titleArea {
        display: table;
        width: 100%;
    }

    .titleArea .title {
        display: table-cell;
        padding-right: 20px;
    }


    .titleArea .title:after {
        display: none;
    }

    .titleArea .desc {
        display: table-cell;
    }
}

@media (max-width: 900px) {
    .titleArea .title {
        width: 130px;
    }

    .titleArea .title img {
        display: block;
        margin: 0 auto;
        margin-bottom: 4px;
    }

    .titleArea .title h3 {
        display: block;
        margin-left: 0;
        font-size: 18px;
    }

    .titleArea .desc br {
        display: none;
    }

}

@media (max-width: 600px) {

    .titleArea {
        padding: 15px 20px 15px 13px;
        margin-bottom: -10px;
    }

    .titleArea .title {
        width: 85px;
        padding-right: 10px;
    }

    .titleArea .title img {
        width: 50px;
        margin-bottom: 2px;
    }

    .titleArea .title h3 {
        font-size: 16px;
    }

    .titleArea .desc {
        font-size: 14px;
        line-height: 20px;
    }

    .newsletter-btn {
        font-size: 18px;
        padding: 8px 15px;
    }
    
    /* 2021.06.04 ì¶”ê°€(íšŒì›íƒˆí‡´) */
    .agreeSubmit {
        font-size: 14px;
        padding: 12px;
        margin: 15px 0 30px 0;
    }
}

@media (max-width: 640px) {

    .bsArea_stay_list {
        display: block;
    }

    /* .bsArea_stay_list li{width:33%;height: 143px;}
.bsArea_stay_list li a{border:1px solid #d8d8d8;border-radius:10px;padding:5px;margin-top:-9px;min-height: 122px;box-shadow: 4px 3px 5px #dcdcdc;}
.bsArea_stay_list li a .arro{display:inline-block; padding:10px 0 0 0;}
.bsArea_stay_list li a .acmLogo{width: 50px; margin:0px auto; height:45px;}
.bsArea_stay_list li a .acmLogo img{max-width: 100%;max-height: 39px;}
.bsArea_stay_list li a .acmName{font-size:15px;} */

}

@media (max-width:450px) {

    .bsArea_stay_list li {
        margin: 10px 0;
        width: 100%
    }
}

.list-type {
    margin: 30px 0;
}

.list-type:after {
    display: block;
    clear: both;
    content: ""
}

.list-type li {
    width: calc(25% - 12px);
    height: 373px;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.list-type li:nth-child(4n) {
    margin-right: 0;
}

.list-type li a,
.list-type li .cover {
    display: block;
    width: 100%;
    height: 373px;
    position: relative;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    transition: all .3s ease;
}

.list-type li a .img-area {
    position: relative;
    /* left: -1px; */
    /* top: -1px; */
    height: 190px;
    overflow: hidden;
}

.list-type li a .img-area img {
    width: 100%;
    height: 190px;
}

.list-type li a:hover {
    /*  -moz-box-shadow: 8px 13px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 8px 13px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 13px 10px rgba(0, 0, 0, 0.1);*/
}

.list-type li a:hover .hover {
    opacity: 1;
}

.list-type li a .txt-area {
    padding: 20px 30px 10px 30px;
}

.list-type li a .txt-area.no-image {
    padding: 33px 30px 10px 30px;
}

.list-type li a .txt-area .tit {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â&nbsp;ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â&nbsp;ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â&nbsp;ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.list-type li a .txt-area .txt {
    line-height: 26px;
    margin-top: 18px;
    color: #636363;
}

.list-type li a .txt-area .recom_btn {
    position: absolute;
    right: 5px;
    top: 15px;
    border: 0px;
    min-width: 40px;
}

.list-type li a .util-area {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    /*height: 70px;*/
    color: #222;
    padding: 10px 30px 10px 30px;
    box-sizing: border-box;
}

.list-type li a .util-area span {
    word-break: break-word;
    font-size: 15px;
    color: #666;
}

.list-type li a .util-area .add {
    display: block;
    background: url(http://busandabom.net/images/contents/icon_address.jpg) no-repeat left 5px;
    padding: 5px 0 5px 25px;

}

.list-type li a .util-area .tel {
    display: block;
    background: url(http://busandabom.net/images/contents/icon_tel.jpg) no-repeat left 5px;
    padding: 5px 0 5px 25px;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-type li a .util-area .link {
    display: block;
    background: url(http://busandabom.net/images/contents/icon_homepage.jpg) no-repeat left 5px;
    padding: 5px 0 0px 25px;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-type li a .hover {
    width: 100%;
    height: 372px;
    position: absolute;
    left: -1px;
    top: -1px;
    border: 2px solid #166ce3;
    opacity: 0;
    transition: all 0.3s ease;
}

.list-type li .cover {
    display: block;
    width: 100%;
    height: 373px;
    position: relative;
    border: 0px solid #c8c8c8;
    box-sizing: border-box;
    transition: all .3s ease;
}

.list-type li .cover .util-area {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    /*height: 70px;*/
    color: #222;
    /* padding: 10px 30px 10px 30px; */
    box-sizing: border-box;
}

.list-type li .cover .file {
    float: left;
    width: 50%;
    border: 1px solid #c8c8c8;
    padding: 13px 0;
}

.list-type li .cover .view {
    float: right;
    width: 50%;
    background: #344b60;
    padding: 14px 0;
    color: #fff;
}

.list-type li .cover .util-area .add {
    display: block;
    background: url(http://busandabom.net/images/contents/icon_address.jpg) no-repeat 28px 7px;
    padding: 5px 0 30px 55px;
}

.list-type li .cover .util-area .tel {
    display: block;
    background: url(http://busandabom.net/images/contents/icon_tel.jpg) no-repeat left 5px;
    padding: 5px 0 5px 25px;
}

.list-type.three {
    width: 80%;
    margin: 0 auto;
}

.list-type.three li {
    width: 32.5%;
}


@media all and (max-width:1500px) {
    .list-type li {}

    .list-type.three li {
        width: 32%;
    }
}

@media all and (max-width:1200px) {
    .list-type li {
        width: calc(33.333% - 15px);
    }

    .list-type li a,
    .list-type li a .hover {
        width: 100%;
    }

    .list-type li a .txt-area .tit {
        font-size: 19px;
    }

    .list-type li a .util-area {
        padding: 0px 15px 10px 20px;
        font-size: 15px;
    }

    .list-type.three {
        width: 100%;
    }
}

@media all and (max-width:690px) {
    .list-type li {
        width: calc(50% - 15px);
    }

    .list-type.three li {
        width: 49%;
    }

    .list-type li a .img-area,
    .list-type li a .img-area img {
        height: 130px;
    }

    .list-type li a .txt-area {
        padding: 13px;
    }

    .list-type li .cover .util-area .add {
        background-position: 10px 7px;
        padding-left: 32px;
        font-size: 14px;
    }

    .list-type li .cover .util-area button {
        font-size: 14px
    }

    .list-type li,
    .list-type li .cover,
    .list-type li a,
    .list-type li .cover,
    .list-type li a .hover {
        height: 330px
    }

    .list-type li a .txt-area .tit {
        font-size: 16px;
    }

    .list-type li a .util-area {
        height: 105px;
        overflow: hidden
    }


}

@media all and (max-width:580px) {
    .list-type.three li {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

/*  */
.basic_info2 {
    position: relative;
    border: 1px solid #ddd;
    padding: 30px;
    margin: 30px 0;
}

.basic_info2 .viewTitle {
    font-size: 30px;
    text-align: center;
    color: #000;
    margin: 30px 0;
}

.info {
    padding: 0 0 30px 0
}

.info:after {
    clear: both;
    display: block;
    content: '';
}

.info .img {
    float: left;
    width: 35%;
    padding: 30px
}

.info .culture_list {
    float: right;
    width: 60%;
    margin-top: 30px;
}

.info .culture_list li {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.info .culture_list li .title {
    position: relative;
    width: 107px;
    display: inline-block;
    padding-left: 0px;
}

.info .culture_list li .title:before {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    content: '';
    margin-right: 10px
}

.info .culture_list li .title:after {
    position: absolute;
    right: 20px;
    top: 2px;
    display: inline-block;
    content: '';
    width: 1px;
    height: 20px;
    background: #ccc;
}

.basic_info2 .contxt {
    display: block;
    width: 100%;
    color: #666;
    border-top: 1px dashed #aaa;
    padding: 30px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
}

.basic_info2 .photo-list {
    margin: 20px auto;
}

.basic_info2 .photo-list li {
    width: 24%;
    float: left;
    margin-right: 1%;
}

.basic_info2 .photo-list li img {
    width: 100%;
}

.details_view .image_row {
    margin: 25px 0;
    overflow: hidden;
}

.details_view .image_row .row {
    margin-top: 6px
}

.details_view .image_row .row:first-child {
    margin-top: 0
}

.details_view .image_row .row:after {
    display: block;
    clear: both;
    content: '';
}

.details_view .image_row .col {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 1%;
    margin-bottom: 1%;
}

.details_view .image_row .col a {
    position: relative;
    display: block;
    width: 100%;
    max-height: 230px;
    overflow: hidden;
}

.details_view .image_row .col a:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/micro/tour/common/black_gradient.png) repeat-x 0 100%
}

.details_view .image_row .col a p {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff
}

.details_view .image_row .col a:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/micro/tour/common/icon_over.png) no-repeat 50% 50%
}

.details_view .image_row .large {
    width: 32.3%
}

.details_view .image_row .small {
    width: 49%;
}

.details_view .image_row .normal {
    width: 32.3%
}

.details_view .image_row .default {
    width: 32.3%;
}

.details_view .image_row .col a:hover:after,
.details_view .image_row .col a:focus:after {
    display: block
}

@media all and (max-width:700px) {
    .acmMap_area .list_box ul.info &gt; li {
        min-height: 248px;
    }
}

@media all and (max-width:500px) {
    .acmMap_area .list_box ul.info &gt; li {
        width: 100%;
        min-height: 0;
    }
}

/* 2021.06.08 ì¶”ê°€(ê³µì—°ìž¥-ìƒì„¸) */
.hall_view .view_gal{
    display: block;
}

.area_view_slider.concert_hall{
    position: relative;
    display: inline-block;
    float:left;
}

.hall_view .view_info{
    display: inline-block;
    float:left;
    padding:50px;
}

.hall_view .view_info li {
    padding: 8px 10px;
    border-bottom: 1px dashed #d4d4d4;
}

.area_view_slider.concert_hall li{
    display: flex;    
    height: 460px;
    max-height:460px;
    overflow: hidden;    
    align-items: center;
    justify-content: center;    
}

.area_view_slider.concert_hall .bx-has-controls-direction{
    position: static;
    height: 100%;
}

.view_gal .concert_hall img{
    width:100%;
    min-height:460px;
} 

.concert_hall .bx-prev{
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    font-size: 0;
    background-image: url(/img/content/bx_prev.png);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
}

.concert_hall .bx-next{
    position: absolute;
    top: calc(50% - 30px);
    right:0;
    width: 60px;
    height: 60px;
    font-size: 0;
    background-image: url(/img/content/bx_next.png);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
}

.area_view_slider.concert_hall .bx-controls-auto {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 5px;
}

.area_view_slider.concert_hall .bx-controls-auto .bx-start{
    width: 35px;
    height: 35px;
    font-size: 0;
    background-image: url(/img/content/bx_play.png);
    background-repeat: no-repeat;
    background-color: rgba(70, 70, 70, 0.8);
    background-position: center;
    background-size: 30px;
    border-radius: 5px;
    border: 1px solid #545454;
    margin: 0 2px;
}

.area_view_slider.concert_hall .bx-controls-auto .bx-stop{
    width: 35px;
    height: 35px;
    font-size: 0;
    background-image: url(/img/content/bx_stop.png);
    background-repeat: no-repeat;
    background-color: rgba(70, 70, 70, 0.8);
    background-position: center;
    background-size: 30px;
    border-radius: 5px;
    border: 1px solid #545454;  
    margin: 0 2px;    
}

.hall_view .head_title{
    font-weight: 500;
}

.hall_view .head_title .address{
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 5px;
}

@media all and (max-width:900px) {
    
    .area_view_slider.concert_hall li {
        height: 350px;
        max-height: 350px;
    }
    
    .view_gal .concert_hall img {
        min-height: 350px;
    }    
    
    .hall_view .view_info {
        padding: 30px;
    }    
}

@media all and (max-width:700px) {

    .area_view_slider.concert_hall li {
        height: 300px;
        max-height: 300px;
    }
    
    .view_gal .concert_hall img {
        min-height: 300px;
    }      
    
    .concert_hall .bx-prev,
    .concert_hall .bx-next{
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        background-size: 30px;        
    }    
    
    .hall_view .view_info {
        padding: 20px;
    } 
    
    .hall_view .head_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .hall_view .head_title .address{
        font-size: 14px;
        margin-top: 0;
    }
    
    .hall_view .view_info li{
        font-size:15px;
    }
    
}

@media all and (max-width:600px) {

    .area_view_slider.concert_hall li {
        height: 180px;
        max-height: 180px;
    }
    
    .view_gal .concert_hall img {
        min-height: 180px;
    }      
    
    .hall_view .view_info {
        padding: 15px;
    }    
    
    .hall_view .head_title {
        font-size: 18px;
    }
    
    .hall_view .head_title .address {
        font-size: 13px;
    }
    
    .hall_view .view_info li {
        font-size: 14px;
    }    
    
    .view_gal + .txt_info {
        font-size: 14px;    
        padding: 15px;
    }    
    
}

/* 2021.06.08 ì¶”ê°€(ì‹œì„¤ëŒ€ê´€) */
.acmMap_area .list_box ul.info &gt; li ul li.seat {
    background: url(/images/contents/icon_seats.jpg) no-repeat 0 0px;
}</pre></body></html>