@charset "utf-8";
h2{
    font-size: 4.0rem;
    text-align: center;
}
#mb{
    position: relative;
}
.bx1>div{background: no-repeat center center; background-size: cover;}
.bx1>.bx1_0{background-image: url(../img/main_bn01_nofont_1.png);}
.bx1>.bx1_1{background-image: url(../img/main_bn02_nofont.png);}
.bx1>.bx1_2{background-image: url(../img/main_bn03_nofont.png);}
.bx1>.bx1_3{background-image: url(../img/main_bn04_nofont.png);}
.bx1>.bx1_4{background-image: url(../img/main_bn05_nofont.png);}
.bx1_in{height: 800px;}

/* main_banner_a */
.bx1{
}
.mb_bk_detail>a{
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 130px;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    padding: 13px;
}
.bx1_in{
    padding-top:90px;
}
.bx1_0>div>div{
    padding-top:170px;
    text-align: center;
}
.bx1_0>div>div>strong{
    color: #FFF;
    font-size: 6.0rem;
    font-weight: 500;
    line-height: 50px;
}
.bx1_0>div>div>p{
    color: #8a1f1e;
    font-size: 2.0rem;
    margin: 10px auto;
}
.bx1_0>div>div>span{
    color: #6c0f0f;
    font-size: 4.0rem;
}
.bx1_1>div>div:nth-of-type(1){
    position: absolute;
    top: 20%;
    left:28%;
}
.bx1_2>div>div:nth-of-type(1){
    position: absolute;
    top: 20%;
    left:28%;
}
.bx1_3>div>div:nth-of-type(1){
    position: absolute;
    top: 20%;
    left:28%;
}
.bx1_4>div>div:nth-of-type(1){
    position: absolute;
    top: 20%;
    left:28%;
}
.bx1_1 p,.bx1_2 p,.bx1_3 p,.bx1_4 p{/**/
    line-height: 25px;
    font-size: 2.0rem;
}
.bx1_1 p{
    color: #FFF;
    font-weight: 300;
}
.bx1_1 h3{
    margin: 8px auto;
    font-size: 4.0rem;
    line-height: 50px;
}
.bx1_2 h3,.bx1_3 h3,.bx1_4 h3{
    margin: 30px auto;
    font-size: 5.0rem;
    line-height: 50px;
}
.bx1_3 p{
    color: #fff;
}
.bx1_3 h3{
    color: #fff;
}
.mb_bk_detail{
    position: absolute;
    top: 50%;
    left:28%;
}
.btn_book{
    float: left;
    background-color: #912373;
    border: 1px solid #912373;
    border-radius: 10px 10px;
}
.btn_book:hover,.btn_book:focus{
    color: #fff;
    background-color: #6b1b58;
    border: 1px solid #6b1b58;
}
.btn_detail{
    float: right;
    margin-left: 160px;
    background-color: #27276a;
    border: 1px solid #27276a;
    border-radius: 10px 10px;
}
.btn_detail:hover,.btn_detail:focus{
    color: #fff;
    background-color: #141451;
    border: 1px solid #141451;
}

/* search_area */
#search_area{
    margin: 100px auto;
}
#search_area fieldset{
    font-size: 0px;
}
#search_area>h2>span{
    margin: 50px auto 70px;
    display: inline-block;
    font-size: 2.0rem;
    font-weight: 200;
}

/* dropdown_area */
 #search_area>div>fieldset{
    padding: 30px 10px;
    box-sizing: border-box;
    border-radius: 60px 60px;
    box-shadow: 0px 0px 10px 1px #ccc;
    background-color: #fff;
}
.dropdown{
    position: relative;
    margin: 0px 10px 0px 10px; 
    float:left;
    width: 280px;
    border: 1px solid #ccc;
    border-radius: 10px 10px;
    background: #FFF no-repeat 90% center;
    background-image: url(../svg/search_btn.svg);
    background-size: 35px 35px;
    transition: 0.1s;
}
.dropdown:hover .dropdown-button {
    font-weight: 400;
    color: #d91b5c;
}
.dropdown.on{
    background-image: url(../svg/search_btn_hover.svg);
}
.dropdown-button{
    display:block;
    width:100%;
    height:58px;    
    text-align:left;
    margin: 0px 10px;
    font-size: 20px;
    border: none;
    border-radius: 30%;
    background-color: rgba(0,0,0,0);
}
.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    padding: 10px;
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 10px 10px;
    background-color: #fff;
}
.dropdown-content>a {
    display: block;
    color: #444;
    padding: 9px;
    text-decoration: none;
    font-size: 15px;
}
.dropdown-content a:hover {
    font-weight: 500;
    color: #d91b5c;
    background-color: #fff; 
}

/* search */
.search{
    margin: 0px 10px;
    float:left;
    font-size: 20px;
    color: #444;
    width: 415px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px 10px;
}
.search>label>input{
    border: none;
    padding: 9px;
    height:58px;
    border-radius: 30%;
}
input:focus{
    color: #444;
    width: 400px;
    outline:none;
}

/* search_button_area */
.search_btns {
    float:right;
    vertical-align: middle;
}
.search_button{
    margin: 0px 5px;
    width: 60px;
    height: 60px;
    background-image: url(../svg/dropdown_search_icon.svg);
    border: 1px solid #ccc;
    border-radius: 10px 10px;
    background-color: #fff;
}
.local_button{
    margin-right: 15px;
    width: 60px;
    height: 60px;
    background-image: url(../svg/dropdown_local_icon.svg);
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 10px 10px;
    background-color: #fff;
}

/* main_month*/
#main_month{
    background: #faf8f2;
    padding:100px 0px;
}
#main_month>h2>span{
    display: inline-block;
    margin: 50px;
    font-size: 2.0rem;
    font-weight: 200;
}
.main_month_list{
    text-align:center;
    font-size:0px;
    margin-bottom:70px;
}
.main_month_list>a{
    display:inline-block;
    width:180px;
    line-height:60px;
    color:#d91b5c;
    text-align:center;
    border-radius:15px;
    margin:0px 20px;
    font-size: 2.0rem;
    border:1px solid #ddd;
    background:#FFF no-repeat 25px center;
    transition:0.4s;
}
.main_month_list>a:hover,.main_month_list>a:focus,.main_month_list>a.on{
    background-color:#d91b5c;
    color:#fff;
    border:1px solid #d91b5c;
}
.main_month_list>a:nth-of-type(1){
    background-size:15%;
    background-image:url(../svg/simbol_01.svg);
}
.main_month_list>a:nth-of-type(1):hover,.main_month_list>a:nth-of-type(1):focus,.main_month_list>a:nth-of-type(1).on{
    background-size:15%;
    background-image:url(../svg/simbol_01_wh.svg);
}
.main_month_list>a:nth-of-type(2){
    background-size:13%;
    background-image:url(../svg/simbol_03.svg);
}
.main_month_list>a:nth-of-type(2):hover,.main_month_list>a:nth-of-type(1):focus{
    background-size:13%;
    background-image:url(../svg/simbol_03_wh.svg);
}
.main_month_list>a:nth-of-type(3){
    background-size:10%;
    background-image:url(../svg/simbol_02.svg);
}
.main_month_list>a:nth-of-type(3):hover,.main_month_list>a:nth-of-type(1):focus{
    background-size:10%;
    background-image:url(../svg/simbol_02_wh.svg);
}
.main_month_list>a:nth-of-type(4){
    background-size:13%;
    background-image:url(../svg/simbol_04.svg);
}
.main_month_list>a:nth-of-type(4):hover,.main_month_list>a:nth-of-type(1):focus{
    background-size:13%;
    background-image:url(../svg/simbol_04_gray_wh.svg);
}
.main_month_list>a:nth-of-type(5){
    background-size:12%;
    background-image:url(../svg/simbol_05.svg);
}
.main_month_list>a:nth-of-type(5):hover,.main_month_list>a:nth-of-type(1):focus{
    background-size:12%;
    background-image:url(../svg/simbol_05_gray_wh.svg);
}
.month_content{
    overflow: hidden;
    position:relative;
    height:400px;
    margin-bottom:80px;
}
.month_content>div{
    display:none;
    position:absolute;
    top:0px;
    left:50%;
    width:1800px;
    transform:translateX(-50%);
    text-align:center;
    font-size:0px;
}
.month_content>div:nth-of-type(1){
    display:block;
}
.month_content>div>div{
    position:relative;
    display:inline-block;
    margin:0px 10px;
    font-size:1.6rem;
}
.month_content>div>div>.hover_con{
    opacity: 0;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
    border-radius: 30px 30px;
    background:rgba(0,0,0,0.7);
}
.month_content>div>div>.hover_con:hover{
    opacity: 1;
}
.month_link_more{
    text-align: center;
    display: block;
    color: #444;
    width: 155px;
    height: 55px;
    font-size: 1.6rem;
    line-height: 5rem;
    border: 1px solid #ccc;
    border-radius: 30px 30px;
    transition: 0.5s;
    background: #fff;
    margin: 0px auto;
}
.month_link_more:hover{
    font-weight: bold;
    color: #FFF;
    border: 1px solid #d91b5c;
    background: #d91b5c;
}
.hover_con{
    padding: 40px;
}
.hover_con>span{
    display: inline-block;
    text-align: center;
    width: 70px;
    line-height: 35px;
    margin: 30px 0px 20px 0px;
    border: 1px solid #fff;
    border-radius: 30px;
}
.hover_con>strong{
    font-size: 2.0rem;
    line-height: 22px;
    display: block;
    margin-bottom: 30px;
}
.line_height>div>strong{
    line-height: 42px;
}
.hover_con>p{
    text-align: left;
    line-height: 20px;
}
.hover_con>a{
    margin: 30px 5px;
    color: #fff;
    line-height: 70px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.hover_con>a:hover,.hover_con>a:focus{
    background: #d91b5c;
    border: 1px solid #d91b5c;
}

/* notice */
#notice{
    position: relative;
    margin:100px auto 80px;
}
#notice>h2{
    margin-bottom:70px;
}
.notice_wrap>div{
    position: relative;
    float: left;
    width: 30%;
    padding: 30px;
    border: 1px solid #aaa;
    background: #fff;
    font-size: 0px;
    transition:0.5s;
}
.notice_wrap>div:nth-of-type(2){
    margin: 0px 60px;
}
.notice_wrap>div:hover{
    transform:translateY(-30px);
    box-shadow: 0px 0px 10px 1px #ccc;
} 
.notice_wrap>div>h3{
    color: #444;
    font-size: 1.7rem;
    margin-bottom: 40px;
}
.notice_wrap>div>strong{
    display: block;
    color: #444;
    font-size: 2.5rem;
    line-height: 35px;
    margin-bottom: 40px;
}
.notice_wrap>div>p{
    color: #999;
    font-size: 1.7rem;
    line-height: 25px;
    margin-bottom: 50px;
}
.notice_wrap>div>span{
    font-weight: lighter;
    color: #999;
    font-size: 1.5rem;
    margin-bottom: 70px;
}
.notice_wrap>div>a{
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    font-size: 1.4rem;
    background-image: url(../svg/plus_icon.svg);
    transition: 0.5s;
}
.notice_wrap>div>a:hover{
    background-image: url(../svg/plus_icon_hover.svg);
}

/* notice 하단 더보기 앵커 */
#notice{
    text-align:center;
}
#notice>div{
    text-align:left;
}
#notice>a{
    text-align: center;
    display: inline-block;
    color: #444;
    width: 155px;
    height: 55px;
    font-size: 1.6rem;
    line-height: 5rem;
    border: 1px solid #ccc;
    border-radius: 30px 30px;
    transition: 0.5s;
    background: #fff;
    margin-top: 70px;
}
#notice>a:hover{
    font-weight: bold;
    color: #FFF;
    border: 1px solid #d91b5c;
    background: #d91b5c;
}

/* event */
#event_wrap{
    overflow:hidden;
    background:#f4eff6;
}
#event{
    max-width:1200px;
    margin:0px auto;
    padding: 100px 0px;
}
#event>h2{
    margin-bottom:70px;
}
#event .bx-viewport{
    overflow:visible !important;
}
.bx2>div{
    max-width:1200px !important;
    padding:0px 110px;
    font-size: 0px;
}
/* bottom_gnb */
#bottom_gnb{
    margin: 100px auto 80px;
    position: relative;
}
.bottom_gnb_list>li{
    float:left;
    width: 20%;
    text-align: center;
}
.bottom_gnb_list>li>a{
    display: block;
    font-size: 2.0rem;
    line-height: 80px;
}
.bottom_gnb_list>li>ul>li>a{
    display: block;
    font-size: 1.6rem;
    line-height: 50px;
}

