@charset "utf-8";

@font-face {
	src: url("../CSS/font/VITRO\ CORE\ OTF.OTF");
	font-family: "vitro1";
}

@font-face {
	src: url("../CSS/font/VITRO\ INSPIRE\ OTF.OTF");
	font-family: "vitro2";
}

@font-face {
	src: url("../CSS/font/VITRO\ PRIDE\ OTF.OTF");
	font-family: "vitro3";
}

@font-face {
	src: url("../CSS/font/KOHIBaeumOTF.otf");
	font-family: "KOH1";
}

@font-face {
	src: url("../CSS/font/KOHIBaeum.ttf");
	font-family: "KOH2";
}

@font-face {
	src: url("../CSS/font/PretendardVariable.ttf");
	font-family: "Pre";
}

/* default 셋팅 */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    background-color: #fdfaf4;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
#logo{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.main-wrap{
    height: 62vh;
    background-image: url(../images/package/main1.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-wrap .logo {
    width: 225px;
    height: 80px;
	position: absolute;
	top: 6%;
	left: 5%;
    background-image: url(/images/common/logo.png);
    background-repeat: no-repeat;
}
.textbox{
    text-align: center;
    margin: 0 auto;
    position: absolute; left: 50%; top: 60%;
    transform: translate(-50%,-50%);
}
.textbox h1{
    font-family: "vitro1";
    color: #fff;
    font-size: 60px;
    margin-bottom: 40px;
}
.textbox p{
    font-family: "vitro3";
    color: #fff;
    font-size: 40px;
}
.menubtn{
    position: absolute;
    font-size: 30px;
	position: absolute;
	right: 3%;
	top: 4%;
}
.gnbwrap{
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 95px;
}
.gnb{
    text-align: center;
    margin: 0 auto;
    
}
.gnb li{
    line-height: 95px;
    height: 95px;
    display: inline-block;
    margin-left: 75px;
}
.gnb li:first-child{
    margin-left: 0;
}
.gnb li a{
    font-family: "vitro3";
    color: #686459;
    font-size: 18px;
}
/* .gnb li:hover{
    margin-bottom: -6px;
    border-bottom: 3px solid #978d6e;
} */

/* subgnb 시작 */

.subgnb .subgnb1{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-bottom: 20px;
    font-family: "vitro3";
    font-size: 20px;
    color: #686459;
}

.subgnb span{
    margin: 0 1% 0 1%;
}
.subgnb .subgnb2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "vitro3";
    font-size: 20px;
    color: #686459;
}
.subgnb .subgnb1 li{
    width: max-content;
    display: inline-block;
    text-align: center;
}
.subgnb .subgnb2 li{
    width: max-content;
    display: inline-block;
    text-align: center;
}
.subgnb .subgnb2 li:hover,.subgnb .subgnb1 li:hover{
    cursor: pointer;
}



.package{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}
.package img{
    margin-right: 2%;
    width: 45%;
}
.package1 { /*패키지 통합 240927*/
    justify-content: center;
    height: 380px;
    padding: 30px 0;
    gap: 2%;
}
.package1 img{
    width: 27%;
    height: 100%;
    object-fit: cover;
    margin-right: 0;
}
.price_table { /*패키지 요금표 250409 */
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.block1000 {display: none;}

.price_table h2 {
    font-family: "KOH2";
    font-size: 30px;
    font-weight: normal;
    margin: 50px 0 -25px;
}
.price_table h2.single {
    margin-top: 70px;
}
.price_table h2.barbecue {
    margin-bottom: -10px;
}
.price_table img {
    max-width: 100%;
}
.price_table .smaller {
    color: red; font-size: 0.7em; 
}
.price_table .vat { color: red; font-size: 0.6em; font-weight: normal; 
}
.price_table table { /* 요금표 위 이미지로 대체, 현재 테이블태그 미노출*/
    width: 100%;
    border-collapse : collapse;
    font-family: "vitro3";
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    color: #333;
    word-break: keep-all;
}
.price_table table th, .price_table table td {
    padding: 7px 0;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
}
.price_table table th {
    background: #eee;
    border-bottom: 1px solid #666;
    color: #222;
}
.price_table table td {
    border: 1px solid #ccc;
}
.price_table table td br.mo {
    display: none;
}
.price_table table .act_name {
    font-weight: bold;
}
.price_table table .number {
    text-align: right;
    padding-right: 10px;
}
.price_table p { /*요금표 하단 안내문구*/
    font-size: 20px;
    color: red;
    padding: 20px 0;
    font-family: "KOH1" !important;
    line-height: 30px;
    word-break: keep-all;
}
.price_table p.first {
    text-align: left;
    padding-top: 0;
}
.price_table p.second {
    margin-top: 20px;
    text-align: center;
    font-size: 1.6em;
}
.price_table p.last {
    color: #333;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 35px;
}
.price_table p.tel {
    color:#333; 
    font-size:2.1em; line-height:1.7em; 
    text-align:center;    
}
@media (max-width:1200px){
    .price_table {
        width: 90%;
    }
    .price_table table {
        font-size: 13px;
    }
}
@media(max-width:1000px){
    .block1000 {display: block;} 
    .none1000 {display: none;}
    .price_table h2 {
        margin-bottom: -10px;
    }
    .price_table .smaller {
        display: block;
        margin-top: 10px;
        word-break: keep-all;
        font-size: 0.55em;
    }
}
@media (max-width:768px){
    .price_table table {
        font-size: 11px;
    }
    .price_table table br.mo {
        display: block;
    }
}
@media (max-width:500px){
    .price_table { /* 패키지 요금표 모바일*/
        width: 95%;
    }
    .price_table h2 {
        font-size: 20px;
        margin: 40px 0 0px ;
    }
    .price_table h2.single {
        margin-top: 0px;
    }
    .price_table .vat {
        font-size: 0.5em;
    }
    .price_table table {
        font-size: 9px;
    }
    .price_table table .number {
        text-align: center;
        padding-left: 7px;
        padding-right: 7px;
    }
    .price_table p { /*요금표 하단 안내문구*/
        font-size: 13px;
        padding: 15px 10px 5px;
        line-height: 22px;
    }
    .price_table p.last {
        text-align: center;
        margin-top: 15px;
        font-size: 17px;
        line-height: 30px;
    }
    .price_table p.second {
        font-size: 1.3em;
        line-height: 1.3em;
        padding: 5px 10px 15px;
    }
    .price_table p.tel {
        font-size: 1.5em;
    }
}
.Packagewrap h2 {
	font-size: 30px;
	margin-left: 270px;
	color: #978d6e;
	font-family: "vitro1";
	padding: 90px 0 30px 0;
    
}
.Packagewrap h2 span {
	font-size: 30px;
	border-left: 2px solid #978d6e;
	padding-left: 50px;
	margin-left: 35px;
	font-family: "vitro3";
}
.Packagetext{
    font-family: "vitro3";
    color: #978d6e;
}
.Packagewrap .Packagetext h3{
font-size: 24px;
margin-bottom: 40px;
}
.Packagewrap .Packagetext p{
    font-size: 18px;
    line-height: 20px;
    color: #686459;
}
.Packagewrap{
    display: flex;
    justify-content:left;
    align-items: center;
}
.Packagewrap .Packagetext{
margin-left: 2%;
width: 35%;
}
.order{
    width: 900px;
}
.order li {
    color: #978d6e;
    height: 100%;
    border-bottom: 1px solid #686459;
    margin-left: 300px;
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order li img{
    float: right;
}
.order li:last-child{
    margin-bottom: 190px;
}
.order h3{
    font-family: "vitro1";
    font-size: 24px;
    display: inline-block;
}
.order p {
    font-family: "vitro3";
    font-size: 18px;
    
}
.order h3,.order p{
    padding-left: 60px;
    line-height: 90px;
}
.order h3 span{
    font-family: "vitro3";
    font-size: 20px;
    margin-left: 17px;
}
#price1{
    font-size: 24px;
    font-family: "vitro1";
    margin-right: 17px;
}
#price2{
    font-family: "vitro3";
    font-size: 20px;
}
hr{
    margin: 30px 0 30px 0;
}

.detailwrap{
    position: relative;
    height: 350px;
}
.detailwrap::after{
    content:'';
    display: block;
    clear: both;
}
.detail{
text-align: left;
position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.detail p{
    font-family: "vitro3";
    font-size: 18px;
    color: #686459;
    line-height: 26px;
}
.detail h1{
    font-size: 18px;
    font-family: "KOH1";
    line-height: 65px;
    color:#686459;
}
.detail .btn{
    margin:0 auto;
    background-color: #fff;
    width: 380px;
    height: 65px;
    text-align: center;
    border: 1px solid #686459;
    
}


  .active {
	display: block !important;
	visibility: unset !important;
}
.fadeInRight {animation-name: fadeInRight !important;}


@media (max-width: 1200px){
    .Packagewrap .Packagetext p{
        word-break: keep-all;
    }
    .textbox h1{
        font-size: 45px;
    }
    .subgnb .subgnb1{
        font-size: 20px;

    }
    .subgnb .subgnb2{
        font-size: 20px;

    }
    .subgnb span{
        display: none;
    }
    .subgnb .subgnb1 li{
        margin: 0 1% 0 1%;
        display: block;
    }
    .subgnb .subgnb1 li{
        width: 18%;
    }
    .subgnb .subgnb2 li{
width: 23%;
    }
    .Packagewrap h2{
        font-size: 30px;
    }
    .Packagewrap .Packagetext h3{
        font-size: 20px;
    }
    .Packagewrap .Packagetext p{
        font-size: 15px;
    }
    .fadeInRight{
		animation: none !important;
	}
}
    @media (max-width: 968px){
        .Packagewrap{
            display: block;
        }
        .textbox{
            width: 100%;
        }
        .package{
            display: block;
            margin: 0 auto;
            text-align: center;
            height: max-content;
        }
        .package img{
            margin: 0 auto;
            margin-bottom: 12%;
        }
        .Packagewrap .Packagetext{
            margin: 0 auto;
            float:none;
        }
        .subgnb .subgnb1 li{
            width: 49%;
            margin: 0;
            display: inline-block;
            height: 60px;
            line-height: 60px;
            border: 1px solid #686459;
            margin-right: -1px;
            margin-bottom: -1px;
    
        }
        .subgnb .subgnb1 li:last-child{
            text-align: right;
        }
        .subgnb .subgnb1{
            display: block;
            margin-bottom: 0px;
        }
   
        .subgnb .subgnb2 li{
            width: 49%;
            margin: 0;
            display: inline-block;
            height: 60px;
            line-height: 60px;
            border: 1px solid #686459;
            margin-bottom: -1px;
            margin-right: -1px;
        }
        .subgnb .subgnb2 li:last-child{
            text-align: right;
        }
        .subgnb .subgnb2{
            display: block;
        }
        .package img{
            width: 100%;
        }
        .Packagewrap .Packagetext{
            width: 100%;
        }
        .Packagewrap h2{
            margin: 0;
            text-align: center;
        }
        .Packagewrap h2 span{
            font-size: 30px;
            border-right: 2px solid #978d6e;
            padding: 0 7% 0 5%;
            margin: 0 auto;
            display: block;
            width: 12%;
margin-top: 20px;
        }
        .detail p{
            font-size: 24px;
        }
        .textbox h1{
            font-size: 35px;
        }
        .textbox p{
            font-size: 28px;
        }
    }
    @media (max-width: 768px){
       
        .Packagewrap .Packagetext p{
            line-height: 25px;
        }
        .Packagewrap h2 span{
            font-size: 24px;
            border: none;
            margin: 0 auto;
            display: block;
            padding: 0;
            margin-top: 10px;
            width: 30%;
            font-weight: lighter;
        }
        .gnb li a{
            font-size: 18px;
        }
        .textbox h1{
            margin-bottom: 0;
        }
        .main-wrap .logo {
            background-image: url(/images/common/m/logo.png);
            background-repeat: no-repeat;
                }
        .detail{
            margin-top: 0;
        }
        .detailwrap{
            height: 240px;
        }
        .detail p{
            font-size: 20px;
            word-break: keep-all;
        }
        .detail .btn{
            width: 150px;
            height: 45px;
        }
        .detail h1{
            line-height: 45px;
            font-size: 18px;
        }
        .textbox h1{
            font-size: 30px;
        }
        .textbox p{
            font-size: 25px;
        }
        .Packagewrap h2{
            font-size: 30px;
            padding: 0;
            padding-bottom: 40px;
        }
        .subgnb{
            margin-bottom: 50px;
        }
        .main-wrap{
            height: 40vh;
            background-image: url(../images/package/m/main1.jpg);
            background-repeat: no-repeat;
        }
        .subgnb .subgnb1{
            font-size: 14px;
        }
        .subgnb .subgnb2{
            font-size: 14px;
        }
        .gnb li{
            width: 30%;
            margin: 0;
            line-height: 50px;
            height: 50px;
        }
        .Packagewrap{
            margin-bottom: 0;
        }
    }
    @media (max-width: 500px){
        
        .gnbwrap{
            margin-bottom: 50px;
        }
        .package img{
            height: 28vh;
        }
        .subgnb .subgnb1 li{
            width: 70%;
            margin: 0 auto;
            display: block;
            height: 30px;
            line-height: 30px;
            border: 1px solid #686459;
            margin-bottom: -1px;
        }
        .subgnb .subgnb2 li{
            width: 70%;
            margin: 0 auto;
            display: block;
            height: 30px;
            line-height: 30px;
            border: 1px solid #686459;
            margin-bottom: -1px;
        }
        .textbox h1{
            font-size: 23px;
        }
        .textbox p{
            font-size: 20px;
        }
    }

    @media (max-width: 400px){
 .main-wrap{  
            background-image: url(../images/package/500/main1.jpg);
            background-repeat: no-repeat;
        } 
    }