@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a:any-link {
    text-decoration: none;
    letter-spacing: -1px;
}


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

.section {
    width: 100%;
}

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

#main_banner {
    width: 100%;
    height: 775px;
    position: relative;
}

.slide {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.slide > ul {
    width: 200%;
    height: 775px;
    left: 0;
    position: relative;
}

.slide > ul > li {
    width: 50%;
    overflow: hidden;
    float: left;
    border-radius: 15px;
}

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

}

.slide > ul > li > a > img {
    width: 100%;
    position: relative;
}

/* 메인배너 버튼 */

.btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.btn > li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ddd;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

li.check {
    background-color: rgba(217, 31, 40);
}

/******* #menu *******/

#menu {
    width: 100%;
    margin: 125px 0 188px 0;
    height: 610px;
}

#content {
    width: 992px;
    height: 550px;
    padding: 50px 0;
    margin: 0 auto;

}

#cont_left {
    width: 330px;
    float: left;
}

/* #menu - title 영역 */

#title {
    height: auto;
}

#title h1 {
    font-size: 75px;
    letter-spacing: -5px;
    line-height: 1;
}

#title_bold {
    position: relative;
}

#title h3 {
    font-size: 18px;
    margin-top: 30px;
    color: #999;
    letter-spacing: -1.5px;
    font-weight: normal;
}

.highlight::before {
    width: 320px;
    z-index: -1;
    height: 30px;
    content: '';
    bottom: 5px;
    position: absolute;
    background-color: rgba(217, 31, 40, 0.5);
}

/* 메뉴 바로가기 버튼 */

.butt > p {
    width: 234px;
    height: 49.5px;
    border-radius: 5px;
    background-color: rgba(231, 225, 217);
    text-align: center;
    line-height: 49.5px;
    margin-top: 100px;
    color: #000;
    font-weight: 500;
    color: #444;
    font-size: 16px;
}

/* 메뉴영역 슬라이드 */

#cont_right {
    width: 512px;
    float: left;
    margin-left: 130px;
}

.menu_slide {
    width: 730px;
    height: 550px;
    overflow: hidden;
}

.menu_slide > ul {
    position: relative;
}

.menu_slide > ul > li > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    bottom: 85px;
}

.beverage {
    position: absolute;
    bottom: 27px;
    left: 50%;
    color: #444;
    transform: translateX(-50%);
    font-size: 16px;
}

.menu_slide > ul > li {
    background-color: #fff;
    box-shadow: 5px 5px 7px #ddd;
/*    border: 1px solid #ddd;*/
    width: 350px;
    height: 457px;
    border-radius: 10px;
    margin-right: 15px;
    position: absolute;
}

.menu_slide > ul > li:nth-child(2) {
    left: 365px;
}

.menu_slide > ul > li:nth-child(3) {
    left: 730px;
}

.menu_slide > ul > li:nth-child(4) {
    left: 1095px;
}

/* #menu - check */

#content {
    position: relative;
}

.prev,
.next {
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
    cursor: pointer;
    z-index: 100;
}

.prev {
    transform: rotate(-45deg);
    bottom: 170px;
    left: 490px;
}

.next {
    transform: rotate(135deg);
    bottom: 170px;
    right: 210px;
}

#bgimg {
    position: relative;
    width: 152px;
    margin: 0 auto;
}

.vanilla {
    width: 152px;
    height: 309px;
    position: absolute;
    top: -100px;
    left: -300px;
}

/******* sub *******/

#sub {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background-color: rgba(202, 196, 188);
    position: relative;
}

#sub_bg > li:first-child {
    width: 50%;
    height: 150px;
    background-color: rgba(231, 225, 217);
}

#sub_cont {
    width: 992px;
    height: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#sub_cont > li {
    float: left;
}

#sub_cont > li > a {
    color: #000;
}

#sub_cont > li:first-child {
    width: 496px;
    height: 150px;
}

#sub_cont > li:nth-child(2) {
    width: 496px;
    height: 150px;
}

/* sub 내 img */

.mem_img {
    position: relative;
    top: 20px;
    left: 20px;
}

.mem_img > img {
    width: 70px;
}

.card_img {
    position: relative;
    top: 20px;
    left: 20px;
}

.card_img > img {
    width: 100px;
}

/* sub - title */

.mem_title {
    text-align: right;
    float: right;
}

.mem_title h3 {
    font-size: 25px;
    font-weight: normal;
    margin-top: 5px;
    margin-right: 10px;
    letter-spacing: -1px;
}

.mem_title h2 {
    font-size: 45px;
    margin-right: 10px;
    letter-spacing: -1px;
}

.mem_title h5 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
    margin-right: 10px;
    letter-spacing: -1px
}


/******* moments *******/

#moments {
    width: 100%;
    height: 448px;
    background-image: url(../img/index/moments_banner.jpg);
    background-position: center;
    position: relative;
}

#mom_text {
    width: 992px;
    height: 448px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.rectangle {
    width: 100%;
    border-radius: 15px;
    height: 598px;
    overflow: hidden;
}

#mom_text_1 {
    font-family: "Source Serif 4", serif;
    font-weight: bold;
    text-align: right;
    font-size: 60px;
    letter-spacing: -0.5px;
    line-height: 57px;
    margin-top: 40px;
}

#mom_text_2 {
    text-align: right;
    letter-spacing: -1px;
    margin-top: 35px;
    color: #444;
}

#button_2 {
    right: 0;
    position: absolute;
    bottom: 40px;
}

/******* insta *******/

#sns {
    width: 100%;
    margin-top: 65px;
}

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

#insta_top {
    height: 150px;
}

#insta_top > div {
    float: left;
}

#insta_logo {
    padding: 32px 10px;
}

#insta_logo img {
    height: 86px;
}

#insta_title h3 {
    font-size: 40px;
    width: 200px;
    line-height: 1;
    padding: 35px 0;
    letter-spacing: -2px;
}

#insta_bottom {
    width: 992px;
    height: 656px;
    margin-bottom: 78px;
}

#insta_bottom > .over {
    width: 992px;
    height: 656px;
    border-radius: 15px;
    overflow: hidden;
}

#insta_bottom > .over >ul > li {
    float: left;
    overflow: hidden;
    margin: 0 16px 16px 0;
    background-color: #000;
}

#insta_bottom > .over > ul > li > a {
    transition: all 0.2s;
    display: block;
}

#insta_bottom > .over > ul > li:nth-child(3n) {
    margin-right: 0;
}

#insta_bottom li img {
    width: 320px;
    height: 320px;
}

#insta_bottom li:hover a {
    opacity: 0.5;
    transform: scale(1.1);
}

