@charset "utf-8";

/************ contentwrap ************/

.section {
    width: 100%;
}

/******* main_banner *******/

#main_banner {
    width: 100%;
    height: 447px;
}

.slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide > ul {
    width: 100%;
    height: 447px;
    left: 0;
}

.slide > ul > li {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    border-radius: 15px;
}

.slide > ul > li > a {
    display: block;
    width: 1920px;
    height: 447px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
}

.title {
    position: absolute;
    font-size: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bolder;
    line-height: 1;
    letter-spacing: -3px;
    font-family: 'NanumGothic'
}

/******* menu_bar *******/

#menu_bar {
    width: 100%;
    margin: 45px 0;
}

.circle {
    background-color: #000;
    border: 2px solid #000;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: relative;
    top: 17px;
}

.bar {
    font-size: 18px
}

#select {
    width: 992px;
    height: 40px;
    margin: 0 auto;
}

#select > ul > li {
    float: left;
    padding-left: 20px;
    line-height: 40px;
}

#select > ul > li:first-child {
    padding: 0;
}

#select > ul > li:last-child {
    position: relative;
}

.arrow {
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(217,31,40);
    border-right: 1px solid rgba(217,31,40);
    content: '';
    top: 50%;
    left: 65px;
    transform: rotate(45deg) translateY(-50%);
}

.highll {
    color: rgba(217,31,40);
    font-size: 18px;
}



/******* new_menu *******/

#content {
    width: 992px;
    height: 460px;
    margin: 0 auto;
    position: relative;
}

#title_bold {
    font-size: 70px;
    letter-spacing: -5px;
    line-height: 1;
    font-family: 'NanumGothic';
}

#cont_left {
    width: 450px;
    float: left;
    padding-right: 40px;
}

#title > h3 {
    font-size: 35px;
    margin-top: 20px;
    letter-spacing: -1px;
    font-family: 'NanumGothic';
    font-weight: bolder;
}

#title > h4 {
    font-size: 22px;
    margin-top: 20px;
    font-weight: normal;
    color: #444;
    letter-spacing: -1px;
/*    font-family: 'NanumGothic'*/
}

.vinchaud {
    margin-top: 20px;
}

.highlight {
    color: rgba(217,31,40)
}

.menu_slide img {
    width: 450px;
    border-radius: 10px;
}

/******* hollys_beverage *******/

#hollys_beverage {
    background-color: rgba(248,249,250);
    width: 100%;
    margin-top: 140px;
}

#beverage {
    width: 992px;
    margin: 0 auto;
}

#bev_title {
    position: relative;
}

#input {
    right: 0;
    position: absolute;
    top: 60px;
}

.bev_bold {
    font-size: 50px;
    letter-spacing: -3px;
    font-weight: bold;
    height: 100px;
    line-height: 2.5;
    border-bottom: 1px solid #ddd;
    font-family: 'NanumGothic'
}

#bev_list {
    margin-top: 50px;
}

.bev {
    overflow: hidden;
    width: 1024px;
}
.bev > li {
    float: left;
    width: 320px;
    height: 290px;
    margin: 0 16px 16px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.box {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    left: 0;
    top: 100%;
    transition: all 0.2s;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}

.box h4 {
    font-size: 22px;
    padding-top: 20px;
    letter-spacing: -1px;
}

.eng_small {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    letter-spacing: -1px;
}

.explain {
    padding-top: 15px;
    font-size: 14px;
    letter-spacing: -1px;
}

.info {
    text-align: left;
    padding: 30px 0 10px 0;
    font-size: 14px;
    letter-spacing: -1px;
}

.bev > li:hover .box {
    top: 0;
}

.bev > li:nth-child(n + 22):nth-child(-n + 24) {
    margin-bottom: 78px;
}

.bev > li:nth-child(n + 13):nth-child(-n + 19) img, .bev > li:nth-child(21) img,  .bev > li:nth-child(22) img {
    width: 150px;
}

.bev > li:nth-child(n + 3):nth-child(-n + 5) img {
    width: 150px;
}

.bev > li:nth-child(1) img {
    width: 110px;
} 

.photo {
    display: block;
    height: 250px;
    overflow: hidden;
}

.photo img {
    width: 110px;
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translate(-50%);
    vertical-align: top;
    font-weight: normal;
}

table {
    width: 100%;
    text-align: left;
    font-size: 12px;
    border-collapse: collapse;
}

table, th {
    border: 1px solid #ddd;
}

th {
    font-weight: normal;
    text-align: center;
}

.name {
    font-size: 15px;
    letter-spacing: -1px;
    color: #000;
}

.more {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background-color: rgba(217,31,40);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -1px;
    cursor: pointer;
    margin: 50px 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
