/* BASIC css start */
body,html{
        margin:0px;
        height:0px;
    }
    bold{
        font-weight:bold;
    }
    .mySwiper{
        height:100%;
    }
    a,button {
        cursor:pointer;
    }
    .top_img {
        text-align:center;
        overflow:auto;
        background:#9c724c;
    }
    .top_img img {
        display: block;
        margin: 0 auto;
        height:800px;
    }
    
    .text_container {
        position: absolute;
        top:690px;
        left: 50%;
        color:#fff;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
    }
    .rivew {
        text-align:center;
        overflow:auto;
        background:#5f554b;
    }
    .rivew img{
        display: block;
        margin: 0 auto;
        height:auto;
        width:1920px;
        height:913px;
    }
    .btn01{
        position:relative;
        display:inline-block;
        margin-top:50px;
        width: 160px;
        line-height:50px;
        height: 50px;
        background-color: #000000;
        border: 1px solid #ffffff;
        background-color: transparent;
        font-size: 18px;
        letter-spacing: -1px;
        color: #ffffff;
        font-family: "Noto Sans CJ Kkr";
    }
    .sec_01{
        width: 100%;
        height: 630px;
        background-color: #fafafa;
        text-align:center;
    }
    .sec_01 img {
        position:relative;
        margin:auto;
        margin-top:80px;
    }
    .sec_01 .txt1{
        margin-top:40px;
        font-size: 20px;
        letter-spacing: -1px;
        line-height: 35px;
        color: #797979;
        font-weight: 350;
        font-family: "Noto Sans CJ Kkr";
    }
    .sec_01 .txt2{
        margin-top:40px;
        font-size: 20px;
        letter-spacing: -1px;
        line-height: 35px;
        color: #797979;
        font-weight: 350;
        font-family: "Noto Sans CJ Kkr";
    }
    .sec_01 .point{
        font-size: 20px;
        color : #aa7d50;
    }
    .sec_04 {
        position:relative;
        text-align:center;
    }
    .sec_04 .txt1{
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 42px;
        color: #d4b690;
        font-family: "operetta-12", serif;
        font-style: normal;
        font-weight: 200;
        text-align: center;
        margin-bottom:0px;
        margin-top:80px;
    }
    .sec_04 .txt2{
        margin-top:0px;
        margin-bottom:25px;
        font-size: 42px;
        letter-spacing: 0px;
        line-height: 45px;
        color: #000000;
        font-family: "operetta-12", serif;
        font-style: normal;
        text-align: center;
        font-weight:200;
    }
    .sec_04 .txt3{
        position:relative;
        margin-top:20px;
        font-size: 20px;
        letter-spacing: -1px;
        line-height: 28px;
        color: #797979;
        font-family: "Noto Sans CJ Kkr";
        text-align: center;
    }
    .date{
        color: #70757a;
        font-size: 11px;
        font-weight: 500;
        line-height: 20px;
    }
    .calendar {
        position:relative;
        width : 1200px;
        margin:auto;
        margin-top:60px;
    }
    .calendar table {
        width:1200px;
        margin:auto;
        border-spacing: 0px;
        border-collapse: separate;
        table-layout: fixed;
    }
    .calendar table td {
        text-align:center;
        border-left: #dadce0 1px solid;        
    }
    .calendar table thead td {
        border-bottom : 0px;
        border-top: #dadce0 1px solid;
        padding:2px;
    }
    .calendar table tbody td {
        height:150px;
        border-bottom: #dadce0 1px solid;
        vertical-align: top;
    }
    .calendar table td:nth-child(1){
        border-left:0px;
    }
    .calendar table tbody tr:nth-child(1) td .day{
        top:0px !important;
    }
    .calendar table tbody tr:last-child td{
        border-bottom:0px;
    }
    .calendar table .day{
        width:100%;                
        position:relative;
        top:5px;
        font-family: Roboto,Arial,sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .3px;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        min-width: 24px;
        color : #3c4043;
        line-height: 16px;
        margin-bottom:10px;
    }
    .calendar table .otherDay {
        color: #70757a;
    }
    .schedule {
        position:relative;
        background : #AA7D50;
        height: 22px;
        padding: 0 8px;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        pointer-events: auto;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        outline: none;
        -webkit-align-items: center;
        align-items: center;
        border: 1px solid transparent;
        -webkit-transition: background-color 100ms linear;
        transition: background-color 100ms linear;
        margin-top:3px;
    }

    .calendar table tbody td .schedule:nth-child(1){
        margin-top:15px;
    }

    .overflow{
        margin-top:2px;
        float:left;
        margin-left:5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size:12px;
        color: #3c4043;
        display: block;
        font-weight: 700;
    }
    .month {
        position:relative;
        float:left;
        color: #3c4043;
        font-family: Google Sans,Roboto,Arial,sans-serif;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 28px;
        white-space: nowrap;
        top:5px;
        margin-left:10px;
        height:36px;
    }
    .day_selector{
        position:relative;
        margin-bottom:10px;
    }
    .today{
        float:left;
        font-family: "Google Sans",Roboto,Arial,sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .25px;
        text-transform: none;
        opacity: 1;
        color: #3c4043;
        background-color: transparent;
        border: 1px solid #dadce0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom:10px;
        padding:8px;
    }

    .arrow {
        position:relative;
        margin-left:10px;
        margin-top:3px;
        float:left;
        font-size:20px;
        background:transparent;
        border:0px;
        width:25px;
        height:25px;
        font-family: 'Material Icons Extended';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-rendering: optimizeLegibility;
        text-transform: none;
        display: inline-block;
        word-wrap: normal;
        direction: ltr;
        font-feature-settings: 'liga' 1;
        -webkit-font-smoothing: antialiased;
    }

    .hr1 {
        width:500px;
        background-color: #000000;
        border: 1px solid #c7c7c7;
        display:block !important;
        margin-top:-10px;
    }

    .board {
        position:relative;
        display:inline-block;
        margin-top:50px;
        margin-bottom:100px;
        font-size: 16px;
        letter-spacing: -1px;
        line-height: 53px;
        color: #888888;
        font-weight: 500;
        font-family: "Noto Sans CJ Kkr";
        text-align: center;
        border:1px solid #888888;
        width: 520px;
        height: 53px;
        background:transparent;
    }
    .sec_05{
        position:relative;
        overflow:auto;
        width: 100%;
        height: 320px;
        background-color: #433c38;
        text-align:center;
    }
    .sec_05 .txt1{
        margin-top:100px;
        position:relative;
        font-size: 18px;
        color: #ffffff;
        letter-spacing: -1px;
        font-family: "Noto Sans CJ Kkr";
        text-align: center;
    }
    .sec_05 .txt2{
        margin-top:10px;
        position:relative;
        font-size: 36px;
        letter-spacing: -1px;
        line-height: 42px;
        color: #ffffff;
        font-weight:bold;
        font-family: "Noto Sans CJ Kkr";
        text-align: center;
    }
    .reserve {
        display:inline-block;
        margin-top:20px;
        position:relative;
        font-size: 18px;
        letter-spacing: -1px;
        width: 150px;
        height: 40px;
        line-height:40px;
        background:transparent;
        border:1px solid #fff;
        color: #ffffff;
        font-family: "Noto Sans CJ Kkr";
    }
    .sec_03 {
        position:relative;
        width: 100%;
        height: 627px;
        background-color: #fff7eb;
    }

    .sec_03 .swiper_arrow {
        width: 10px;
        height: 20px;
        background-color: #000000;
        border: 1px solid #707070;
    }

    .sec_03 .slider_container {
        clear:both;
        position:relative;
        left:50%;
        margin-left:-600px;
        margin-top:117px;
        width:1200px;
    }
    .sec_03 .slider_container_2 {
        clear:both;
        position:relative;
        left:50%;
        margin-left:-600px;
        margin-top:73px;
        width:1200px;
    }
    .sec_03 .img_section {
        position:relative;
        float:left;
        width: 700px;
        height: 394px;
    }
    .sec_03 .img_section_2 {
        position:relative;
        float:left;
        width: 671px;
        height: 441px;
    }

    .sec_03 .txt_section {
        position:relative;
        float:left;
        width: 499px;
        height:496px;

    }
    
    .hr2 {
        position:relative;
        width:500px;
        border-bottom:1px solid #b7b3ad;
        display:block !important;
    }
    .hr2_2 {
        position:relative;
        width:529px;
        border-bottom:1px solid #b7b3ad;
        display:block !important;
    }
    .sec_03 .slider_txt1{
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 42px;
        color: #d4b690;
        font-family: "operetta-12", serif;
        font-style: normal;
        font-weight: 200;
        margin-left:60px;
        margin-top:-10px;
        margin-bottom:0px;
    }
    .sec_03 .slider_txt1_2{
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 42px;
        color: #AA7D50;
        font-family: "operetta-12", serif;
        font-style: normal;
        font-weight: 300;
        margin-left:60px;
        margin-top:41px;
        margin-bottom:0px;
    }
    .sec_03 .slider_txt2_1{
        font-size: 40px;
        margin-top:0px;
        letter-spacing: 0px;
        line-height: 42px;
        margin-left:60px;
        font-weight:bold;
        color: #000000;
        font-family: "operetta-12", serif;
        font-style: normal;
        font-weight: 200;
        margin-bottom:10px;
    }
    .sec_03 .slider_txt2{
        font-size: 40px;
        margin-top:0px;
        letter-spacing: 0px;
        line-height: 42px;
        margin-left:58px;
        margin-bottom:10px;
        font-weight:bold;
        color: #000000;
        font-family: "Noto Sans CJ Kkr";
    }
    .sec_03 .slider_txt3{
        font-size: 20px;
        letter-spacing: -1px;
        margin-left:60px;
        line-height: 30px;
        color: #6a6a6a;
        font-family: "Noto Sans CJ Kkr";
        margin-top:15px;
    }
    .sec_03 .slider_txt3_2{
        font-size: 18px;
        letter-spacing: -1px;
        margin-left:60px;
        line-height: 28px;
        color: #6a6a6a;
        font-family: "Noto Sans CJ Kkr";
        margin-top:15px;
    }
    .sec_03 .swiper-pagination-current{
        font-size: 20px;
        line-height: 28px;
        color: #aa7d50;
        font-weight: 500;
        font-family: "D IN";
        text-align: center;
    }
    .sec_03 .swiper-pagination-total{
        font-size:20px;
    }
    .sec_03 .swiper-pagination{
        font-size: 20px;
    }
    .sec_03 .slider_info{
        text-align:left;
        padding:10px;
        position:relative;
        margin-top:78px;
        margin-left:60px;
        padding-left:15px;
        width: 437px;
        height: 100px;
        background-color: #ffefd8;
        font-size: 13px;
        letter-spacing: -1px;
        line-height: 18px;
        color: #6a6a6a;
        font-family: "Noto Sans CJ Kkr";
    }
    .sec_03 .swiper-prev {
        top:568px;
        margin-left:-80px;
        left:50%;
        background-size: 50% auto;
        color:#707070;
        z-index:98;
    }
    .sec_03 .swiper-next{
        top:568px;
        margin-left:57px;
        left:50%;
        background-size: 50% auto;
        color:#707070;
        z-index:98;
    }
    .sec_03 .swiper-next::after, .swiper-prev::after {
        font-size: 18px !important;
    }
    .sec_02{
        position:relative;
        height:1100px;
        width:100%;

    }
    .sec_02_container{
        position:relative;
        width:1200px;
        margin:auto;
        margin-top:200px;
    }
    .sec_02 .txt1{
        position:relative;
        margin-top:100px;
        font-size: 20px;
        letter-spacing: 0px;
        color: #d4b690;
        font-family: "operetta-12", serif;
        font-style: normal;
        font-weight: 200;
    }   
    .sec_02 .txt2{
        position:relative;
        font-size: 45px;
        letter-spacing: 0px;
        bottom:15px;
        color: #000;
        font-family: "operetta-12", serif;
        font-style: normal;
        font-weight: 200;
    }
    .hr3{
        position:relative;
        width: 100%;
        border-bottom:1px solid #e6e6e6;
        display:block !important;
    }
    .sec_02 .txt3{
        position:relative; 
        margin-top:20px;
        font-size: 20px;
        letter-spacing: -1px;
        line-height: 28px;
        color: #797979;
        font-family: "Noto Sans CJ Kkr"; 
    }
    .sec_02_container .ring {
        position:absolute;
        top:0px;
        margin-left:-400px;  
        z-index:-1;
    }
    .moive{
        position:absolute;
        top:10px;
        margin-left:500px;
    }
    .mySwiper2{
        position:relative;
        width:100%;
        margin-top:250px;
        height:350px;
    }
    .mySwiper2 .swiper-slide{
        margin-right:8px;
    }
    .mySwiper2 .img_section{
        position:relative;
        width:276px;
    }
    .mySwiper2 .img_section img {
        width:276px;
    }
    .mySwiper2 .txt_section {
        position:relative;
    }
    txt_section
    .sec_02 .txt_section {
        margin-top: 20
    }
    .sec_02 .txt4 {
        font-size: 18px;
        letter-spacing: -1px;
        color: #222222;
        font-weight:bold;
        font-family: "Noto Sans CJ Kkr";
        margin-top:10px;
    }
    .sec_02 .txt5 {
        font-size: 16px;
        letter-spacing: -1px;
        color: #838383;
        font-family: "Noto Sans CJ Kkr";
    }
    .sec_02 .swiper2-prev {
        position:absolute;
        top:600px;
        left:50%;
        margin-left:-670px;
        background-size: 50% auto;
        color:#898684;
        z-index:98;
    }
    .sec_02 .swiper2-next{
        top:620px;
        left:50%;
        margin-left:650px;
        color:#898684;
        z-index:98;
    }
    .sec_02 .swiper2-next::after, .swiper2-prev::after {
        font-size: 40px !important;
    }
    .sec_02_btn{
        position:relative;
        width: 1200px;
        height: 53px;
        display:inline-block;
        line-height:53px;
        background-color: transparent;
        border: 1px solid #888888;
        font-size: 16px;
        color: #888888;
        font-weight: 500;
        font-family: "Noto Sans CJ Kkr";
        text-align: center;
        margin-top:100px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    margin-bottom:34px;
    }
    

    
    .fa, .fas {
        font-size:20px;
    }
/* BASIC css end */

