@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
/* 구글폰트 css */
/* font-family: 'Noto Sans KR', sans-serif; */


/* 초기화 */
* {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    font-family: 'Noto Sans KR', sans-serif;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}

/* 탑 버튼 시작 */
#top_btn {
    /* 탑버튼 아래쪽으로 고정 */
    position: fixed;
    top: 90%;
    right: 25px;
    z-index: 100;
}

/* header */
#header_wrap {
    width: 100%;
    height: 85px;
    position: relative;
    background-color: #ffffff;
    z-index: 90;
}

#header_wrap #header_fixed {
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}
/* 헤더 크기 조절 */
#header_wrap #header {
    width: 1180px;
    height: 70px;
    margin: 0 auto;
    margin-top: 40px;
}

/* nav 영역 시작 */
#header_wrap #header #top_menu_wrap {
    width: 100%;
    margin-top: 15px;
    
}
/* 로고 */
#header_wrap #header #top_menu_wrap h1.logo {
    clear: both;
    display: inline-block;
}
#header_wrap #header #top_menu_wrap h1.logo span {
    display: none;
}

/* 모바일 나중에 시작 */
#header_wrap #header #top_menu_wrap .m_nav_btn {
    display: none;
}
#header_wrap #header #top_menu_wrap #mo_nav {
    display: none;
}

/* pc버전 네비게이션 시작 */
#header_wrap #header #top_menu_wrap .bg_menu {
    position: relative;
    float: right;
    margin-top: -33px;
    height: 50px;
    transition: height 0.3s;
    overflow: hidden;
}

#header_wrap #header #top_menu_wrap .nav:hover .bg_menu {
    height: 250px;
}

#header_wrap #header #top_menu_wrap .depth1>li {
    float: left;
    text-align: center;
}
/* dep1 글씨 크기 조절 */
#header_wrap #header #top_menu_wrap .depth1>li>a {
    color: #000000;
    padding: 0 0 23px 70px;
    font-size: 1.45rem;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    display: block;
}

#header_wrap #header #top_menu_wrap .depth1>li>a:hover span {
    border-bottom: 3px solid #ab1a2d;
    padding: 0 0 23px 0;
}
/* 드랍메뉴 위치 조절 */
#header_wrap #header #top_menu_wrap .nav .drop_bg {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #efefef;
    top: 100px;
    left: 0;
    transition: height 0.3s;
    /* 자연스럽게 내려오게 */
}

/* 사진 바꾸기 */
#header_wrap #header #top_menu_wrap .nav .drop_bg span {
    display: block;
    background: url(../img/banner_nav.png) no-repeat left;
    /* 왼쪽에 붙임 */
    width: 1180px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    transition: height 0.3s;
}

#header_wrap #header #top_menu_wrap .nav:hover .drop_bg span {
    /* span 높이주기 */
    height: 80%;
}

#header_wrap #header #top_menu_wrap .nav:hover .drop_bg {
    width: 100%;
    height: 250px;
    border-bottom: 2px solid #ab1a2d;
    border-top: 1px solid #dddddd;
}

/* dep2 시작 */
#header_wrap #header #top_menu_wrap .depth1 .depth2 {
    height: 0;
    line-height: 10px;
}

#header_wrap #header #top_menu_wrap .depth1 .depth2 li {
    clear: both;
    padding-top: 27px;
}
/* dep2 글씨 조절 */
#header_wrap #header #top_menu_wrap .depth1 .depth2 a {
    color: #666;
    font-size: 1.15rem;
    letter-spacing: -1px;
    display: block;
    height: auto;
    text-align: center;
    margin-left: 70px;
}

#header_wrap #header #top_menu_wrap .depth1 .depth2 a:hover {
    color: #ab1a2d;
}


/* 메인 슬라이드 이미지 */
section #main_img {
    width: 100%;
    height: 650px;
    min-width: 1180px;
    position: relative;
    margin: 0 auto;
}
/* 슬라이드 stop,play 버튼 */
section #main_img #slide_btn {
    width: 110px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -100px;
    margin-left: -48px;
    z-index: 5;
}
section #main_img #slide_btn li {
    float: left;
}
section #main_img #slide_btn li.sd_stop {
    width: 15px;
    height: 15px;
    background: url(../img/slide_stop.png) no-repeat left center;
    margin-right: 5px;
}
section #main_img #slide_btn li.sd_start {
    width: 15px;
    height: 15px;
    background: url(../img/slide_play.png) no-repeat left center;
    margin-right: 5px;
    display: none;
}
section #main_img #slide_btn li a {
    display: block;
    text-indent: -9999px;
}
/* 슬라이드 넘버 동그라미 버튼 */
section #main_img #slide_btn .slide_num .on a {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../img/slide_num_over.png) no-repeat left center;
    text-indent: -9999px;
}
section #main_img #slide_btn .slide_num li a {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../img/slide_num.png) no-repeat left center;
    text-indent: -9999px;
}
/* 슬라이드 이미지 위치조정 */
section #main_img #slide_img_wrap1 {
    position: relative;
    height: 774px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
}
section #main_img .pc_main {
    width: 100%;
    height: 774px;
    margin: 0 auto;
    overflow: hidden;
}
section #main_img .pc_main ul li {
    position: absolute;
    float: left;
    width: 100%;
    height: 774px;
}
section #main_img .pc_main ul li a {
    display: block;
    text-indent: -9999px;
}
/* 슬라이드 이미지 */
section #main_img .pc_main ul li.visual0 {
    left: 0;
    background: url(../img/banner/banner1.jpeg) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
section #main_img .pc_main ul li.visual1 {
    left: 100%;
    background: url(../img/banner/banner2.jpeg) no-repeat center center;
    cursor: pointer;
    background-size: cover;
}

section #main_img .pc_main ul li.visual2 {
    left: 200%;
    background: url(../img/banner/banner3.jpeg) no-repeat center center;
    cursor: pointer;
    background-size: cover;
}

section #main_img .pc_main ul li.visual3 {
    left: 300%;
    background: url(../img/banner/banner5.jpg) no-repeat center center;
    cursor: pointer;
    background-size: cover;
}

section #main_img .pc_main ul li.visual4 {
    left: 400%;
    background: url(../img/banner/banner4.jpeg) no-repeat center center;
    cursor: pointer;
    background-size: cover;
}
/* 공지사항 얼론보도 컨텐츠 */
section #main_cont1 {
    width: 100%;
    min-width: 1180px;
    height: 80px;
    margin: 0 auto;
    margin-top: 120px;
    background: url(../img/list_bg.gif) no-repeat center center;
}
/* 리스트1 */
section #main_cont1 #cont1_list {
    width: 1180px;
    margin: 0 auto;
    clear: both;
}
/* 리스트 넓이 */
section #main_cont1 #cont1_list .list1 {
    width: 50%;
    float: left;
}
/* 리스트1 공지사항 */
section #main_cont1 #cont1_list .list1 h3,
.list2 h3 {
    float: left;
    line-height: 80px;
    font-weight: 700;
    margin-right: 30px;
    margin-left: 10px;
    color: #000;
    font-size: 19px;
}
section #main_cont1 #cont1_list .list1 ul {
    width: 330px;
    height: 80px;
    position: relative;
    overflow: hidden;
    float: left;
}
section #main_cont1 #cont1_list .list1 ul li {
    position: absolute;
    top: 100%;
    width: 330px;
    height: 80px;
}
/* 공지사항 + 버튼 */
section #main_cont1 #cont1_list .list1 a.plus {
    line-height: 90px;
    float: right;
    display: block;
    margin-right: 30px;
}
/* 리스트2 언론보도 */
section #main_cont1 #cont1_list .list2 {
    width: 50%;
    float: left;
}
section #main_cont1 #cont1_list .list1 a.data,
.list2 a.data {
    line-height: 80px;
    color: #828282;
    font-weight: 400;
    font-size: 18px;
    display: block;
}
section #main_cont1 #cont1_list .list2 ul {
    width: 350px;
    height: 80px;
    position: relative;
    overflow: hidden;
    float: left;
}
section #main_cont1 #cont1_list .list2 ul li {
    position: absolute;
    width: 350px;
    height: 80px;
    top: 100%;
}
/* 언론보도 + 버튼 */
section #main_cont1 #cont1_list .list2 a.plus {
    line-height: 90px;
    float: right;
    display: block;
}
/* 호버시 색 */
section #main_cont1 #cont1_list a.data:hover {
    color: #404040;
}

/* 요거프레소 메뉴 */
section #main_cont2 {
    width: 100%;
    min-width: 1180px;
    margin: 0 auto;
    height: 300px;
    background: url(../img/cont2_img1.png) no-repeat center center;
}

section #main_cont2 #cont2_wrap {
    width: 1180px;
    margin: 0 auto;
}
section #main_cont2 #cont2_wrap .cont2 {
    padding-top: 60px;
}
section #main_cont2 #cont2_wrap .cont2 .cont2_tit {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #000;
}
section #main_cont2 #cont2_wrap .cont2 .cont2_tit span {
    color: #ab1a2d;
}
section #main_cont2 #cont2_wrap .cont2 p {
    font-size: 18px;
    letter-spacing: -1px;
    color: #000;
    margin-top: 3px;
}
/* 버튼 */
section #main_cont2 #cont2_wrap .cont2 .cont2_btn {
    width: 150px;
    height: 50px;
}
section #main_cont2 #cont2_wrap .cont2 .cont2_btn a {
    width: 150px;
    height: 50px;
    background-color: #ab1a2d;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    display: block;
}
section #main_cont2 #cont2_wrap .cont2 .cont2_btn a:hover {
    background-color: #efefef;
    color: #ab1a2d;
    border: 1px solid #ab1a2d;
}

/* 파스쿠찌 한컵빙수 추천 */
section #main_cont3 {
    width: 100%;
    height: 550px;
    background-color: #fff;
}

section #main_cont3 #cont3_wrap {
    width: 1180px;
    height: 550px;
    margin: 0 auto;
}
/* 한컵빙수 텍스트 */
section #main_cont3 #cont3_wrap .cont3_tit {
    text-align: center;
    padding-top: 50px;
    position: relative;
}
section #main_cont3 #cont3_wrap .cont3_tit h2 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #000;
}

/* 글자 옆 데코 */
/* section #main_cont3 #cont3_wrap .cont3_tit h2::after{
    content: "";
    display: block;
    background: url(../img2/deco.png) no-repeat;
    background-size: 100%;
    width: 1.5rem;
    height: 1rem;
    position: absolute;
    right: 400px;
    top: 45px;
} */

section #main_cont3 #cont3_wrap .cont3_tit h2 span {
    color: #ab1a2d;
}
section #main_cont3 #cont3_wrap .cont3_tit p {
    font-size: 18px;
    letter-spacing: -1px;
    color: #000;
    margin-top: 3px;
}
section #main_cont3 #cont3_wrap .cont3_list {
    clear: both;
    width: 100%;
    height: 321px;
    margin-top: 50px;
}
/* 한컵빙수 이미지 테두리 */
section #main_cont3 #cont3_wrap .cont3_list li {
    float: left;
    width: 23%;
    height: 300px;
    border: 1px solid #ddd;
    margin-right: 2.4%;
    transition: all 0.3s;
    overflow: hidden;
}
/* 이미지 호버시 */
section #main_cont3 #cont3_wrap .cont3_list li a img {
    transition: all 0.3s;
    transform: scale(1);
    display: block;
    padding-top: 10px;
    margin: 0 auto;
}
section #main_cont3 #cont3_wrap .cont3_list li:hover a img {
    transform: scale(1.1);
}
section #main_cont3 #cont3_wrap .cont3_list li.cont3_list4 {
    margin-right: 0;
}
/* 한컵빙수 제품명 */
section #main_cont3 #cont3_wrap .cont3_list li h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 15px;
}
/* 한컵빙수 가격 */
section #main_cont3 #cont3_wrap .cont3_list li p {
    font-size: 18px;
    color: #ab1a2d;
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
}


/* 요거프레소 스토리 */
section #main_cont4 {
    width: 100%;
    margin: 0 auto;
    min-width: 1180px;
    height: 300px;
    background: url(../img/con4_img.jpg) no-repeat center center;
}

section #main_cont4 #cont4_wrap {
    width: 1180px;
    margin: 0 auto;
}

section #main_cont4 #cont4_wrap .cont4 {
    padding-top: 60px;
}

section #main_cont4 #cont4_wrap .cont4 .cont4_tit {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #000;
}

section #main_cont4 #cont4_wrap .cont4 .cont4_tit span {
    color: #ab1a2d;
}

section #main_cont4 #cont4_wrap .cont4 p {
    font-size: 18px;
    letter-spacing: -1px;
    color: #000;
    margin-top: 3px;
}

section #main_cont4 #cont4_wrap .cont4 .cont4_btn {
    width: 150px;
}

section #main_cont4 #cont4_wrap .cont4 .cont4_btn a {
    width: 150px;
    height: 50px;
    background-color: #ab1a2d;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
}

section #main_cont4 #cont4_wrap .cont4 .cont4_btn a:hover {
    background-color: #efefef;
    color: #ab1a2d;
    border: 1px solid #ab1a2d;
}

/* sns 파스쿠찌 */
section #main_cont5 {
    width: 100%;
    min-width: 1180px;
    height: 845px;
    background: #fff;
    margin: 0 auto;
}
section #main_cont5 #cont5_wrap {
    width: 1180px;
    height: 845px;
    margin: 0 auto;
}
section #main_cont5 #cont5_wrap .cont5_tit {
    text-align: center;
    padding-top: 50px;
}
/* sns 타이틀 */
section #main_cont5 #cont5_wrap .cont5_tit h2 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #000;
}
section #main_cont5 #cont5_wrap .cont5_tit p {
    font-size: 18px;
    letter-spacing: -1px;
    color: #000;
    margin-top: 3px;
}
section #main_cont5 #cont5_wrap .cont5_sns {
    margin-top: 50px;
    width: 100%;
}
/* sns 이미지 높이조절 */
section #main_cont5 #cont5_wrap .cont5_sns img {
    display: block;
    width: 100%;
    height: 290px;
}
section #main_cont5 #cont5_wrap .cont5_sns ul li {
    float: left;
    padding-top: 5px;
    padding-right: 0.6%;
    width: 24.5%;
    height: 100%;
}
section #main_cont5 #cont5_wrap .cont5_sns ul li.padding_none {
    padding-right: 0;
}
section #main_cont5 #cont5_wrap .cont5_sns ul li a {
    display: block;
    overflow: hidden;
}

/* 요거프레소 매장찾기 */
section #main_cont6 {
    width: 100%;
    height: 380px;
    min-width: 1180px;
    margin: 0 auto;
    background-color: #404040;
}

section #main_cont6 #cont6_wrap {
    width: 1180px;
    margin: 0 auto;
    /* 껍데기로 일관성있게 넓이주고 가운데로 맞춤 */
    padding-top: 100px;
    position: relative;
    /* 포지션 고정 */
}

section #main_cont6 #cont6_wrap .cont6_tit {
    text-align: center;
}

section #main_cont6 #cont6_wrap .cont6_tit h2 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #fff;
}

section #main_cont6 #cont6_wrap .cont6_tit p {
    font-size: 18px;
    letter-spacing: -1px;
    color: #fff;
    margin-top: 3px;
}

section #main_cont6 #cont6_wrap .store_search {
    margin-top: 30px;
    position: relative;
    width: 400px;
    margin: 50px auto;
}

section #main_cont6 #cont6_wrap .store_search input {
    width: 400px;
    min-width: 200px;
    font-size: 15px;
    padding: 15px 0 15px 10px;
    border: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    color: #fff;
}

section #main_cont6 #cont6_wrap .store_search .search_btn {
    display: block;
    /* 버튼도 인라인이라 블럭화 시켜줌 */
    width: 23px;
    height: 23px;
    background: url(../img/icon_search.png) no-repeat center right;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    text-indent: -9999px;
}


/* 푸터 */

footer #footer_wrap {
    width: 100%;
    min-width: 1180px;
    margin: 0 auto;
    position: relative;
    background-color: #1c1c1c;
    text-align: center;
}

footer #footer_wrap .bottom_nav {
    padding: 16px 0;
    border-bottom: 1px solid #5b5b5b;
}

footer #footer_wrap .bottom_nav li {
    display: inline-block;
    margin: 3px 19px;
}

footer #footer_wrap .bottom_nav li a {
    color: #7b7b7b;
    font-size: 13px;
    font-weight: 400;
}

footer #footer_wrap .bottom_nav li.color a {
    color: #fff;
}

footer #footer_wrap .foot .logo {
    margin: 40px 0 24px 0;
}

footer #footer_wrap .foot .copy_info span {
    margin-right: 10px;
}

footer #footer_wrap .foot p {
    font-size: 13px;
    color: #6b6b6b;
    font-weight: 400;
}

footer #footer_wrap .foot .last_bottom {
    padding-bottom: 35px;

}

footer #footer_wrap .foot .family_site {
    position: absolute;
    bottom: 35px;
    right: 50%;
    margin-right: -590px;
}

footer #footer_wrap .foot .family_site a {
    display: inline-block;
    position: relative;
    padding-right: 40px;
    padding-left: 10px;
    text-align: center;
    line-height: 31px;
    color: #6a6a6a;
    font-size: 12px;
    margin-right: 10px;
    background-color: #4c4c4c;
}

footer #footer_wrap .foot .family_site a::after {
    content: '';
    background: url(../img/family_site_icon.png) no-repeat 0 50%;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
}

footer #footer_wrap .foot .family_site span img {
    display: inline-block;
    vertical-align: middle;
}