.tit{
    font-family: 'NanumSquareAcb';
/*    font-size: 20px; */
    font-size:1.4em;
    padding: 27px 0 14px;
}
.tit > b{
    font-size: 16px;
    color: #848484;
    padding: 0 9px;
}
.row-line{
    width: 22px;
    height: 3px;
    background: #ed7b34;
    margin-bottom: 22px;
}
#reservation{
    display: none;
}

/* s1 */
.sec1{
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    width: 720px;
    z-index: 2;
    padding: 32px 0 13px;
}
.sec1 .content > div{
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.sec1 .content .logo-box > img{
    width: auto;
    height: 35px;
}
.sec1 .content > div a{
    font-size: 16px;
    background: #5ba474;
    border-radius: 5px;
    padding: 8px 14px;
    color: #fff;
}
.sec1 .content > a{
    font-size: 1.1em;
    /* background: #5ba474; */
    border:1px solid #5ba474;
    border-radius: 5px;
    padding: 18px 14px;
    /* color: #fff; */
    color:#5ba474;
    display: flex;
    justify-content: center;
    margin-top:20px;
}
/* main > a{
    display:flex;
    width:720px;
    font-size: 16px;
    background: #5ba474;
    border-radius: 5px;
    padding: 8px 14px;
    color: #fff;
} */
.sec1 .content > div a > img{
    width: auto;
    height: 17px;
}
.sec1 .content > div > div img{
    margin-right: 4px;
}
.sec1 .content > div > div > b{
    font-size: 1.2em;
    color: #ff7310;
    padding: 0 3px;
}
.sec1 .content > div > div > span{
    font-size: 1.1em;
}

/* s2 */
.sec2 .content .img-slider{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(102, 102, 102, 40%);
    margin-top: 220px;
}
.sec2 .content .img-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec2 .content .img-slider .slick-slide{
    height: 300px;
}
.sec2 .content .img-slider .slick-prev{
    font-size: 0;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: url(../images/arr_prev.svg) no-repeat center/10px auto;
    width: 20px;
    height: 20px;
    border: 0;
    opacity: .8;
    cursor: pointer;
    display: none !important;
}
.sec2 .content .img-slider .slick-next{
    font-size: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: url(../images/arr_next.svg) no-repeat center/34px auto;
    width: 20px;
    height: 20px;
    border: 0;
    opacity: .8;
    cursor: pointer;
    display: none !important;
}

/* s3 */
.sec3 .content ul li:first-child{
    padding-top: 0;
}
.sec3 .content ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 28px 0;
}
.sec3 .content ul li .img-box{
    width: 156px;
    height: 156px;
}
.sec3 .content ul li .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sec3 .content ul li .txt-box{
/*    font-size: 18px;    line-height: 1.5; */ 
    line-height:1.6;
    font-size:1.1em;
    padding-left: 20px;
}
.sec3 .content ul li .txt-box dt{
    font-family: 'NanumSquareAcb';
/*    font-size: 24px; */
    font-size:1.2em;
}
.sec3 .content ul li .txt-box dt span{
    font-size: 20px;
    color: #666666;
    padding: 0 8px;
}

/* s4 */
.sec4 .content ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.sec4 .content ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    line-height: 1.3;
/*    width: 20%;*/width:25%;
    padding: 10px 0;
}
.sec4 .content ul li img{
    width: auto;
/*    height: 32px; */ height:40px;
}
.sec4 .content ul li b{
/*    font-size: 12px; */ font-size:20px;
    color: #848484;
    padding-left: 10px;
}

/* s5 */

.sec5 .content .locker_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sec5 .content .locker_wrap .img-box{
    width: 158px;
    height: 175px;
    border-radius: 10px;
    overflow: hidden;
}
.sec5 .content .locker_wrap .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec5 .content .locker_wrap .txt-box{
/*    font-size: 18px; */
    font-size:1em;
    padding-left: 20px;
    line-height: 1.6;
    display: inline;
    flex: 1;
}

/* s6 */
.sec6 .content .locker_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sec6 .content .locker_wrap .img-box{
    width: 158px;
    height: 175px;
    border-radius: 10px;
    overflow: hidden;
}
.sec6 .content .locker_wrap .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec6 .content .locker_wrap .txt-box{
    font-size: 18px;
    padding-left: 20px;
    line-height: 1.8;
    display: inline;
    flex: 1;
}

/* s7 */
.sec7 .content{
    position: relative;
}
.sec7 .content .review_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
	padding: 10px 0;
}
.sec7 .content .review_wrap .img-box{
    width: 188px;
    height: 188px;
    border-radius: 10px;
    overflow: hidden;
}
.sec7 .content .review_wrap .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec7 .content .review_wrap .user-box{
    flex: 1;
    padding-left: 30px;
}
.sec7 .content .review_wrap .user-box .user{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec7 .content .review_wrap .user-box .user > div{
/*    font-size: 16px; */
    font-size:1.1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height:28px;
}
.sec7 .content .review_wrap .user-box .user > div span{
/*    font-size: 11px; */
    font-size:0.9em;
    color: #a9a9a9;
    padding-top: 10px;
}
.sec7 .content .review_wrap .user-box .user > div .icon-box{
/*    width: 40px;     height: 40px; */ width:50px; height:50px;
    border-radius: 50%; 
    background: #dfdfdf;
    overflow: hidden;
    margin-right: 14px;
	display: flex; justify-content:center; align-items:center;
}
.sec7 .content .review_wrap .user-box .txt div{
/*    font-size: 15px; */
    font-size:1.1em;
    padding: 23px 0 10px;
}
.sec7 .content .review_wrap .user-box .txt span{
/*    font-size: 13px; */
    font-size:1em;
    color: #666666;
    line-height: 1.2;
}
.sec7 .content .review_wrap .user-box .star-rating{
    pointer-events: none;
}
.sec7 .content .review_wrap .user-box .star-rating label{
    margin: 0 3px;
}
.sec7 .content a{
/*    font-size: 16px; */ font-size:1em;
    position: absolute;
    top: 27px;
    right: 0;
    color: #666;
}

/* s8 */
.sec8 .content{
    padding: 40px 0 137px;
}
.sec8 .content .map_wrap{
/*    font-size: 18px; */
    font-size:1.1em;
    color: #323232;
    background: #fbfbfb;
    border-radius: 10px;
    padding: 20px 30px;
    line-height:25px;
}
.sec8 .content .map_wrap > div{
    margin-bottom: 14px;
}
.sec8 .content .map_wrap > div > div{
    padding-bottom: 13px;
}

.content ul li .txt-box img {position: absolute;  text-align: center;  top: 1450px;  left: 50px;  width: 500px;}