<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_header nav{
  }

  .nav_btn_wrap{
    color:#000;
  }
  .branch_wrap{
    max-width: 1260px;
    margin:0 auto;
    overflow-x: hidden;
  }
  .lang_img{
    color:#000;
  }
.main{
    overflow-x: hidden;
}
.tit_wrap{
    width:100%;
    text-align: center;
    margin-top: 150px;
}
.tit_wrap .main_tit{
    font-size: 33px;
    font-weight: 700;
    font-family: 'PuradakGentleGothicR';
}
.tit_wrap .sub_tit{
    letter-spacing: 4.5px;
    margin-top:10px;
}

.reservation_from_inner{
    width:90%;
    display: flex;
    max-width: 1400px;
    margin:0 auto;
    justify-content: space-between;
}
.reservation_from{
    margin-top:100px;
}
.reservation_from_inner .left{
    width:45%;
}
.reservation_from_inner .right{
    width:50%;
}
.reservation_from_inner input{
    /* max-width: 200px;
    min-width: 200px; */
}
.form_div{
    display: flex;
    margin-bottom:30px;

}
.form_div label{
    background-color: #A0A0A0;
    color:white;
    font-size: 17px;
    min-width:148px;
    display: block;
    padding:19px 0 19px 24px;
}
.form_div{

}
.form_div input{
    background-color: #F6F6F6;
    width:70%;
    border:1px solid #CECECE;
    padding: 10px;
    box-sizing: border-box;
}
.form_div select{
    min-width:70%;
    max-width:70%;
    border:1px solid #CECECE;
    background-color: #F6F6F6;
    padding: 10px;
    box-sizing: border-box;
}
.form_div textarea{
    border:1px solid #CECECE;
    width:71%;
    box-sizing: border-box;
    background-color: #F6F6F6;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
}
.form_last_div{
    width:95%;
    border:1px solid #CECECE;
}
.form_file_div{
    background-color: #F6F6F6;
}
.form_div input[type="file"]{
    border:none;
}
.form_div input[type="file"] input{
}
.notice_info{
    font-size: 17px;
    color:#B0B0B0;
    line-height: 25px;
    background-color: #F6F6F6;
    padding:20px 30px;
    max-height: 356px;
    overflow: scroll;
}
.agree{
    background-color: #A0A0A0;
    color:white;
    padding:30px 20px;
}
.agree input{
    width:30px;
}
.confirm_btn{
   max-width:680px;
   width:90%;
   margin:0 auto;
   margin-top:100px;
   margin-bottom:100px;
}
.confirm_btn button{
    background-color: black;
    color:white;
    width:100%;
    padding:20px;
    font-size: 33px;
}
.tit_wrap{
    position: relative;
}
.back{
    position: absolute;
    width:20%;
    top:-500px;
    right:20%;
    opacity: 0.3;
    z-index: -99;
}
.back img{
    width:100%;
}
.back2{
    position: absolute;
    width:20%;
    top:-100px;
    left:0%;
    opacity: 0.3;
    transform: rotate(100deg);
}
.back2 img{
    width:100%;
}

/*ë‹¬ë&nbsp;¥*/

  .c-btn {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    min-width: 88px;
    height: 36px;
    margin: 10px 8px;
    padding: 0 8px;
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 2px;
    background: #f1f1f1;
    color: #393939;
    transition: background 200ms ease-in-out;
    box-shadow: 0 3.08696px 5.82609px 0 rgba(0, 0, 0, 0.16174),
      0 3.65217px 12.91304px 0 rgba(0, 0, 0, 0.12435);
  }
  .c-btn--flat {
    background: transparent;
    margin: 10px 8px;
    min-width: 52px;
  }
  .c-btn:hover {
    background: rgba(153, 153, 153, 0.2);
    color: #393939;
  }
  .c-btn:active {
    box-shadow: 0 9.6087px 10.78261px 0 rgba(0, 0, 0, 0.17217),
      0 13.56522px 30.3913px 0 rgba(0, 0, 0, 0.15043);
  }
  .c-btn--flat,
  .c-btn--flat:hover,
  .c-btn--flat:active {
    box-shadow: none;
  }

@media screen and (max-width:1200px) {
    .reservation_from{
        margin-top:30px;
    }
    .reservation_from_inner{
        flex-direction: column;
    }
    .reservation_from_inner .left,
    .reservation_from_inner .right{
        width:90%;
        margin:0 auto;
    }
    .form_div{
        flex-direction: column;
    }
    .form_div label{
        background-color: #ffffff00;
        color: rgb(0, 0, 0);
        font-size: 17px;
        min-width: 148px;
        display: block;
        padding: 13px 0;
    }
    .form_div input{
        width:100%;
        padding:8px 10px;
        box-sizing: border-box;
    }
    .form_div select{
        min-width:100%;
        max-width:100%;
        padding:8px 10px;
    }
    .form_div textarea{
        width:100%;
    }
    .form_last_div{
        width:100%;
    }
    .form_file_div {
        background-color: #f6f6f600;
    }
    .req::after{
        content: "*";
    }
    .tit_wrap{
        width:100%;
        margin-left:10%;
    }
    .tit_wrap .main_tit{
        font-size: 30px;
        text-align: left;
    }
    .tit_wrap  .sub_tit{
        font-size: 14px;
        text-align: left;
    }
    .confirm_btn {
        margin-top: 50px;
        margin-bottom: 50px;

    }
    .confirm_btn button {
        padding: 13px;
        font-size: 18pt;
    }
    .back{
        position: absolute;
        width:40%;
        top:-100px;
        right:30px;
    }
    .back img{
        width:100%;
    }
    .notice_info{
        font-size: 14px;
        padding:20px 10px;
    }
}
</pre></body></html>