
*{margin: 0; padding: 0;}
ul,li{list-style: none;}
a{ text-decoration: none; color: #333333;}
img{border: 0; display: block; width: 100%;}
/*font-family: 'Cormorant', serif;
font-family: 'Noto Sans KR', sans-serif;*/
html,body{
    font-family: 'Noto Sans KR', sans-serif;
    color: #333333;
    letter-spacing: -1px;
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

body.modal-open {
    overflow: hidden;
}

main{
    overflow: hidden;
}

:root{
    --main-color: #f3981e;
    --color-rgba: rgba(255, 175, 70, 0.493);
    --main-rgba: rgba(255,255,255,0.35);
    --white-space : 32px;
    --box-shadow : 2px 2px 10px rgba(0,0,0,0.3);
}

.inner_wrap{
    width: 1200px;
}

.c-point{
    color: var(--main-color);
}

.res_icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../img01/icon/res.svg) no-repeat;
    background-size: cover;
    margin-right: 6px;
}

.arrow_icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../img01/icon/arrow.svg) no-repeat;
    background-size: cover;
    margin-left: 10px;
}

.x_btn{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../../img01/icon/x.svg) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.blog_icon{
    width: 30px;
    height: 30px;
    background: url(../../img01/common/c1.png) no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.insta_icon{
    width: 30px;
    height: 30px;
    background: url(../../img01/common/c2.png) no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.ytube_icon{
    width: 30px;
    height: 30px;
    background: url(../../img01/common/c3.png) no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.kakao_icon{
    width: 30px;
    height: 30px;
    background: url(../../img01/common/c4.png) no-repeat;
    background-size: cover;
    margin-right: 10px;
}

/*header*/
header{
    width: 100%;
    height: 90px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    box-shadow: var(--box-shadow);
}

header .logo{
    width: 210px;
    margin-left: var(--white-space);
}

header .menu{
    display: flex;
    margin-left: 0;
    /**/
    align-items: flex-end;
    height: 90px;
    gap: 0;
}

header .menu>li{
    /* padding: 0 15px; */
    cursor: pointer;
    height: 60px;
    /*line-height: 90px;*/
    /* width: 157px; */
    width: auto;
    text-align: center;
    padding: 0 13px;
    position: relative;
}

header .menu>li.hover {
    border-bottom: 4px solid var(--main-color);
    box-sizing: border-box;
}

header .foo_icon_wrap{
    display: flex;
    margin-left: auto;
}
/*hover menu*/

.hover_menu_wrap{
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fafafa;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
    /**/
    display: none;

}

.hover_menu_wrap article{
    /* width: 85%; */
    /* margin-left: 15%; */
    margin-left: 0;
    height: 380px;
    /* padding: 40px; */
    font-size: 16px;
    display: flex;

    /* justify-content: center; */
}

.hover_menu_wrap article ul{
    /* width: 260px; */
    /* width: 160px; */
    width: auto;
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
    /* font-size: 22px; */
    font-size: 16px;
    padding: 30px 25px;
}

.drop_gnb_ul{
    position: absolute;
    top: 60px;
    left: 0;
    font-size: 16px;
    width: 100%;
    height: 340px;
    display: none;
    z-index: 1;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.drop_gnb_ul:hover{
    background: rgba(243, 151, 30, 0.1);
}

.drop_gnb_ul li{
    padding: 13px 10px;
    line-height: 18px;
}

.drop_gnb_ul li a{
    color: #999;
}

.hover_menu_wrap article ul:last-child{
    border-right: 0;
}

.hover_menu_wrap article ul li{
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
    cursor: pointer;
}

.hover_menu_wrap article ul li:last-child{
    margin-bottom: 0;
}

.hover_menu_wrap article ul li a{
    color: #555;
}

.hover_menu_wrap article ul li a:hover{
    color: var(--main-color);
    font-weight: 500;
}

.hover_menu_wrap article .menu_img{
    width: 50%;
    height: 400px;
    margin: 0 40px;
}

.menu_img1{
    background: url(/img01/common/d1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.menu_img2{
    background: url(/img01/common/d2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.menu_img3{
    background: url(/img01/common/d3.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.menu_img4{
    background: url(/img01/common/d4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.menu_img5{
    background: url(/img01/common/d5.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.menu_img6{
    background: url(/img01/common/d6.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.menu_img7{
    background: url(/img01/common/d7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.hover_menu_wrap article .menu_res{
    padding: 0 40px;
    border-left: 1px solid #ccc;
}

.hover_menu_wrap article .menu_res>div{
    margin-bottom: 30px;
}

.hover_menu_wrap article .menu_res div p:first-child{
    margin-bottom: 10px;
}

.hover_menu_wrap article .menu_res h2{
    display: flex;
    align-items: center;
}

.hover_menu_wrap article a{
    display: flex;
    align-items: center;
}

.hover_menu_wrap article ul img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
/**/


header .btn_wrap{
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    gap: 20px;
}

header .btn_wrap div{
    border-radius: 50px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition-duration: .5s;
}

header .btn_wrap div>span{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

header .btn_wrap div.call{
    background: var(--main-color);
    border: 2px solid var(--main-color);
    color: #ffffff;
}

header .btn_wrap div.call>span{
    background: url(../../img01/icon/call.svg) no-repeat;
    background-size: cover;
}

header .btn_wrap div.log{
    border: 2px solid var(--main-color);
}

header .btn_wrap div.log a{
    color: var(--main-color);
    display: flex;
    gap: 10px;
    align-items: center;
}

header .btn_wrap div.log span{
    background: url(../../img01/icon/log.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

header .btn_wrap div.log.logout span{
    background: url(../../img01/icon/logout.svg) no-repeat;
    background-size: cover;
}

header .ham_btn{
    width: 32px;
    height: 32px;
    display: block;
    margin-right: var(--white-space);
    cursor: pointer;
    background: url(../../img01/icon/ham.svg) no-repeat;
    background-size: cover;
}

/*header .ham_btn.active{
    background: url(../../img01/icon/x.svg) no-repeat;
}*/

/*hamBtn click Drop all menu*/
.all_menu_wrap{
    width: 100%;
    height:100vh;
    position:fixed;
    right: 0;
    top: 0;
    z-index: 999;
    background: #ffffff;
    display: none;
}

.all_menu_wrap>div{
    width:100%;
    position: relative;
}

.all_menu_wrap .x_btn{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.all_menu_wrap .logo{
    width: 210px;
    padding: 15px 30px;
}

.all_menu_wrap .line{
    /* width: calc(100% - 60px); */
    width: 100%;
    height: 50px;
    background: var(--color-rgba);
    display: flex;
    justify-content: space-between;
    color: #333;
    padding: 0 30px;
}

.all_menu_wrap div.line p{
    font-size: 14px;
}

.all_menu_wrap>div>p{
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    
    font-size: 20px;
}

.all_menu_wrap>div>p+span{
    display: flex;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
}

.all_menu_wrap>div.all_menu{
    display:flex;
    /* width: calc(100% - 100px); */
    width: 100%;
    height: calc(100vh - 120px);
    overflow: hidden;
    overflow-y: auto;
    padding: 50px;
    border-top: 1px solid #ebebeb;
}

.all_menu_wrap>div.all_menu>div{
    width: 15%;
}

.all_menu_wrap>div.all_menu>div>p{
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom : 20px;
    padding-left: 20px;
}

.all_menu_wrap>div.all_menu>div:nth-child(1) p{
    color: var(--main-color);
}

.all_menu_wrap>div.all_menu>div>p+ul{
    padding-left: 20px;
    font-size: 16px;
}

.all_menu_wrap>div.all_menu>div>p+ul>li{
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
}

.all_menu_wrap>div.all_menu>div>p+ul>li>ul{
    margin-top: 10px;
}

.all_menu_wrap>div.all_menu>div>p+ul>li>ul>li{
    color: #999999;
    font-weight: 300;
    cursor: pointer;
}

.all_menu_wrap>div.all_menu>div li a {
    display: flex;
    color: #999;
}

.all_menu_wrap>div.all_menu>div li a:hover{
    color: var(--main-color);
}

.all_menu_wrap>div.all_menu>div li a img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

/* 전화예약 wrap */
.call_res_wrap{
    position: fixed;
    bottom: 0;
    right: 80px;
    z-index: 99;
    width: 350px;
    background: #ffffff;
    display: block;
}

.call_res_wrap form#mailform{height: 340px}

.call_res_wrap div{
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.call_res_wrap div h1{
    font-size: 25px;
}

.call_res_wrap div p{
    font-size: 18px;
    margin-top: 5px;
}

.call_res_wrap div span{
    font-size: 16px;
    color: #999999;
}

.call_res_wrap div span.x_btn{
    position:absolute;
    top:20px;
    right:20px;
}

.call_res_wrap div label{
    width: 100%;
    height: 40px;
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.call_res_wrap div label:nth-child(8){
    height: 20px;
    font-size: 14px;
}

.call_res_wrap div label>input{
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px;
    border: 0;
    background: #ebebeb;
    border-radius: 4px;
}

.call_res_wrap div label input[type="checkbox"]{
    display: none;
}

.call_res_wrap div label input[type="checkbox"]+span{
    width: 10px;
    height: 10px;
    border: 2px solid #ebebeb;
    margin-right: 10px;
}

.call_res_wrap div label input[type="checkbox"]:checked + span{
    background: var(--main-color);
    border: 2px solid var(--main-color);
}

.call_res_wrap div input[type="submit"]{
    width: 100%;
    height: 40px;
    background: var(--main-color);
    color: #ffffff;
    border: 0;
    outline: 0;
    margin: 10px 0 18px 0;
    border-radius: 4px;
    cursor: pointer;
}

.call_res_wrap div input[type="submit"]:hover{
    opacity: .5;
}

/*right Btn Wrap*/
aside{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
    height: auto;
    z-index: 998;
}

aside .side_btn{
    /* width: 50px; */
    /* height: 50px; */
    /* border-radius: 50%; */
    width: 80px;
    height: 68px;
    box-sizing: border-box;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 16px;*/
    /*box-shadow: var(--box-shadow);*/
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

aside .side_btn a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

aside .side_btn img{
    width: 32px;
    height: 32px;
}

aside .side_btn.top_btn{
    background: #ffffff;
   
}

aside .side_btn.log{
    background: #ffffff;
    border: 1px solid var(--main-color);
}
.side_btn.pc_hidden{
    display: none;
}

/*footer*/
footer{
    width: 100%;
    height: 200px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer>div:nth-child(1){
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

footer div .foo_gnb{
    display: flex;
}

footer div .foo_gnb li{
    margin-right: 40px;
    cursor: pointer;
    font-size: 14px;
}

footer .foo_inner{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 14px;
}

footer .foo_inner section div{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

footer .foo_inner section div h1{
    font-size: 28px;
}

footer .foo_inner .foo_icon_wrap{
    display: flex;
}

footer .copy{
    font-size: 13px;
    line-height: 50px;
    color: #999999;
}

/*modal*/
/**/
.modal-overay{
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.modal{
    width: 60vw;
    padding: 50px;
    border-radius: 30px;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: var(--box-shadow);
}

.modal .x_btn{
    position: absolute;
    top: 30px;
    right: 30px;
}

.modal h1{
    width: 100%;
    height: 100px;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
}

.modal-text{
    width: calc(100% - 60px);
    height: 50vh;
    background: #fafafa;
    padding: 30px;
    overflow: hidden;
    overflow-y: auto;
}

.contents_wrap .d_contents .d_box h1{
font-size: 25px;
}
.contents_wrap .d_contents .d_box p{
    font-size: 18px;
}

@media all and (max-width: 1820px){
    header .menu>li{
        /* width: 135px; */
        font-size: 18px;
    }
    
    .hover_menu_wrap article ul{
        /* width: 140px; */
    }
}
@media all and (max-width: 1740px){
    header .menu>li {
        /* width: 135px; */
        font-size: 17px;
    }

    .drop_gnb_ul{
        font-size: 15px;
    }
}

@media all and (max-width: 1600px){
    .all_menu_wrap>div.all_menu {
        flex-wrap: wrap;
        gap: 50px 0;
    }
    .all_menu_wrap>div.all_menu>div {
        width: 25%;
    }
     /**/
     header .btn_wrap div{
        width: 44px;
        padding: 0;
        justify-content: center;
    }
    .btn_wrap p{
        display: none;
    }

    .btn_wrap .icon{
        margin-right: 0;
    }
}

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

    header .menu,
    .hover_menu_wrap{
        display: none;
    }
    header .btn_wrap{
        margin-left: 20px;
    }
}

@media all and (max-width: 1430px){
    .inner_wrap {
        width: 90%;
    }
   
}


@media all and (max-width: 900px){
    .all_menu_wrap>div.all_menu>div {
        width: 50%;
    }

    .all_menu_wrap>div.all_menu{
        width: 100%;
        height: calc(100vh - 120px);
        padding: 30px;
    }

    
}

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

    /*  */
    .all_menu_wrap>div.all_menu>div{
        width: 100%;
    }

    /**/
    .modal {
        width: 86vw;
        padding: 20px;
    }
    .modal-text{
        padding: 20px;
    }

    .modal h1{
        height: 50px;
        font-size: 26px;
    }

    .modal .x_btn{
        top: 20px;
        right: 20px;
    }

    header .btn_wrap{
        margin-left: auto;
        margin-right: 10px;
    }
    header .foo_icon_wrap{
        display: none;
    }
}

@media all and (max-width: 500px){
    footer .foo_inner{
        flex-wrap: wrap;
    }
    footer .foo_inner>section{
        width: 100%;
    }

    .foo_icon_wrap{
        margin-top: 30px;
    }

    header{
        justify-content: space-between;
    }

    header .logo{
        width: 170px;
    }

    

    footer .foo_inner section div h1{
        font-size: 24px;
    }

    .side_btn.pc_hidden{
        display: flex;
    }

    /**/
    .call_res_wrap{
        right: 60px;
        width: calc(100% - 60px);
        height: 300px;
        overflow: hidden;
        overflow-y: auto;
		padding-top: 15px;
    }

    aside .side_btn{
        width: 60px;
        height: 60px;
    }

    aside{
        width: 60px;
    }

    /**/
    .all_menu_wrap>div.all_menu {
        height: calc(100vh - 170px);
    }
    .all_menu_wrap .line {
        height: 100px;
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
    }
}

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

    header{
        height: 70px;
    }
    
}