@charset "utf-8";

/* Reset */
* {margin: 0; padding: 0; box-sizing: border-box; font-family: "Montserrat", "Noto Sans KR", AppleGothic, sans-serif;}
ul, li {list-style: none;}
a {display: block; width: 100%; height: 100%; text-decoration: none; color: #262626;}
img {border: none; width: 100%; max-width: 100%; height: auto; vertical-align: top;}
.hidden, .menu_icon {display: none;}

/* header_area */
header {position: fixed; z-index: 1000; width: 100%; height: 123px; background: #fff;}
header .inner_header {display: flex; flex-direction: column; max-width: 1200px; height: 100%; margin: 0 auto;}
.sns {width: 100%; justify-content: end; display: flex; align-items: center; gap: 12px; padding-top: 20px; margin-right: 15px; z-index: 1001;}
.sns li:first-child a {color: #888;}
.sns li:first-child a::after {content: ""; display: inline-block; width: 1px; height: 10px; background: #e0e0e0; margin-left: 15px;}
.sns li:nth-child(2) a {font-size: 0; background: url(../img/facebook-ico.png) no-repeat center/cover; width: 28px; height: 28px;}
.sns li:nth-child(3) a {font-size: 0; background: url(../img/insta-ico.png) no-repeat center/cover; width: 28px; height: 28px; margin-right: 15px;}
.header h1 {font-size: 0; background: url(../img/logo.png) no-repeat center/cover; width: 206px; height: 70px; margin-top: -15px; margin-left: 15px;}
.header h1 a {display: block; width: 100%; height: 100%;}

.gnb {margin-top: -30px; float: right;}
.gnb > ul {display: flex; justify-self: end; text-align: center; font-size: 1.3rem;}
.gnb > ul > li > a {position: relative; height: auto; padding: 0 35px; margin-bottom: 30px;}
.gnb > ul > li:last-child > a {padding-right: 0;}
.gnb > ul > li:last-child > a::after {display: none;}
.gnb ul ul {font-size: 0.875rem; display: none;}
.gnb li li {margin-bottom: 10px;}
.gnb li li a:hover {font-weight: bold;}
.gnb_bg {position: absolute; top: 123px; background: url(../img/menu-bg.jpg) center/cover; width: 100%; height: 0; z-index: -1; transition: height 0.2s ease;}
.gnb_bg.active {height: 175px;}

/* visual_area */
.swiper {position: relative; width: 100%; height: 100%; padding-top: 123px;}
.swiper-slide {display: flex; justify-content: center; align-items: center; text-align: center;}
.swiper-pagination {display: flex; gap: 12px; justify-content: center; position: absolute; bottom: 27px !important;}
.swiper-pagination-bullet {width: 10px; height: 10px; background: #fff; opacity: 1;}
.swiper-pagination-bullet-active {background: #ffe600;}

/* contents_area */
#contents dl {width: 600px; padding-top: 60px; margin-left: calc(100% - 600px);}
#contents dt {font-size: 50px; font-weight: 900; text-transform: uppercase; line-height: 1.15;}
#contents dd {font-size: 18px; font-weight: 500; margin-top: 20px;}
#contents .view_btn {background: #fff url(../img/view_icon.png) no-repeat center/19px 19px; width: 50px; height: 50px; border-radius: 50%; box-shadow: 3px 0 11px rgba(138, 138, 138, 0.2); position: absolute; right: 550px; bottom: 40px; transition: all 0.3s ease; z-index: 1;}
#contents .view_btn:hover {transform: rotate(360deg); background: url(../img/btn1-on.png) no-repeat center/ 50px 50px;}

    /* sec01_area */
    #contents .sec01 {display: flex;}
    #contents .sec01 dd {margin-top: 10px;}
    #contents .sec01 .coffee {position: relative; background: url(../img/main_sec1.jpg) no-repeat 60%/cover; width: 50%; height: 320px;}
    #contents .sec01 .coffee dl {padding-top: 40px;}
    #contents .sec01 .coffee dl dt {color: #071f60;}
    #contents .sec01 .brand {position: relative; background: #253f85 url(../img/main_intro_bn.jpg) no-repeat calc(100% - 60px) center/301px; width: 50%; height: 320px;}
    #contents .sec01 .brand dl {padding-top: 40px; margin-left: 80px; color: #fff;}
    #contents .sec01 .brand .view_btn {left: 80px;}

    /* sec02_area */    
    #contents .sec02 {position: relative; height: 31.25vw; background: url(../img/main_sec2.jpg) no-repeat center/100% 100%; transition: all 0.8s ease;}
    #contents .sec02:hover {background-size: 105% 105%;}
    #contents .sec02 dl {margin-left: calc(50% - 600px);}
    #contents .sec02 dl dt {color: #6b4d30;}
    #contents .sec02 dl dt::after {content: ""; display: block; width: 40px; height: 2px; background: #6b4d30; margin-top: 15px;}
    #contents .sec02 .view_btn {right: calc(50% + 550px);}

    /* sec03_area */
    #contents .sec03 {height: 31.25vw; display: flex;}
    #contents .sec03 .drink {position: relative; width: 60%; background: url(../img/main_sec3.jpg) no-repeat center/100% 100%; transition: all 0.8s ease;}
    #contents .sec03 .drink:hover {background-size: 105% 105%;}
    #contents .sec03 .drink dl {margin-left: calc(83% - 600px);}
    #contents .sec03 .drink dl dt {color: #071f60;}
    #contents .sec03 .drink dl dt::after {content: ""; display: block; width: 40px; height: 2px; background: #071f60; margin-top: 15px;}
    #contents .sec03 .drink .view_btn {right: calc(17% + 550px);}
    #contents .sec03 .ccino {position: relative; width: 40%; background: url(../img/main_sec4.jpg) no-repeat center/100% 100%; transition: all 0.8s ease;}
    #contents .sec03 .ccino:hover {background-size: 105% 105%;}
    #contents .sec03 .ccino dl {margin-left: 40px;}
    #contents .sec03 .ccino dl dt {color: #f1ae1d;}
    #contents .sec03 .ccino dl dt::after {content: ""; display: block; width: 40px; height: 2px; background: #f1ae1d; margin-top: 15px;}
    #contents .sec03 .ccino .view_btn {left: 40px;}

    /* sec04_area */
    #contents .sec04 {position: relative; height: 615px; margin-top: 15px;}
    #contents .sec04 .right_wrap {float: right; position: relative; width: 54%; height: 100%; background: url(../img/main_sec5.jpg) no-repeat center/100% 100%; transition: all 0.8s ease;}
    #contents .sec04 .right_wrap:hover {background-size: 105% 105%;}
    #contents .sec04 .right_wrap dl {color: #fff; margin-left: 40px;}
    #contents .sec04 .right_wrap dl dt::after {content: ""; display: block; width: 40px; height: 2px; background: #fff; margin-top: 15px;}
    #contents .sec04 .right_wrap .view_btn {left: 40px;}
    #contents .sec04 .left_wrap {position: absolute; right: 55%; width: 508px; height: 100%;}
    #contents .sec04 .left_wrap div {width: 100%; height: 300px; border: 2px solid #071f60;}
    #contents .sec04 .left_wrap dl {width: 100%; padding: 40px 50px 0; margin: 0;}
    #contents .sec04 .left_wrap dl dt {color: #071f60; font-size: 40px; padding: 0;}
    #contents .sec04 .left_wrap dl dd {margin-top: 10px;}
    #contents .sec04 .left_wrap .store {position: relative; margin-bottom: 15px;}
    #contents .sec04 .left_wrap .store form {position: absolute; left: 50px; bottom: 40px; display: block; width: calc(100% - 60px); max-width: 320px; height: 50px;}
    #contents .sec04 .left_wrap .store form input {width: 100%; height: 100%; border: 2px solid #071f60; font-size: 14px; padding: 0 15px;}
    #contents .sec04 .left_wrap .store form input::placeholder {color: #071f60; font-weight: 300; letter-spacing: 0.7px; opacity: 0.6;}
    #contents .sec04 .left_wrap .store form button {position: absolute; right: 15px; top: 50%; background: none; border: none; transform: translateY(-41%); cursor: pointer;}
    #contents .sec04 .left_wrap .store form button img {width: 23px;}
    #contents .sec04 .left_wrap .franchise {position: relative; background: url(../img/main_sec6.png) no-repeat 100% 100%/47%;}
    #contents .sec04 .left_wrap .franchise .view_btn {background: #fff url(../img/store-ico.png) no-repeat center/23px 21px; left: 50px; transition: all 0.3s ease;}
    #contents .sec04 .left_wrap .franchise .view_btn:hover {transform: none; background: url(../img/btn1-on.png) no-repeat center/50px 50px;}

    /* main_sns_area */
    #contents .main_sns {width: 100%; padding: 60px 4% 80px;}

/* footer_area */
footer {height: 280px; border-top: 3px solid #ffe600; margin: 0 auto; padding: 30px 0; text-align: center;}
footer .in_footer {max-width: 1200px; margin: 0 auto; font-size: 0.9em;}
footer .in_footer > a {width: 179px; margin: 0 auto;}
footer .in_footer #family_site {position: relative; float: right; width: 175px; font-size: 12px; text-align: left; border: 1px solid #262626; margin-top: 5px; padding: 5px 7px; cursor: pointer;}
footer .in_footer #family_site .fmenu {position: absolute; left: -1px; bottom: 32px; width: 175px; border: 1px solid #262626; background: #fff; padding: 0 5px; display: none;}
footer .in_footer #family_site .fmenu li {padding: 6px 0;}
footer .in_footer .info {padding: 30px; line-height: 1.54;}
footer .in_footer .info ul:first-child {font-weight: 700;}
footer .in_footer .info ul:last-child {margin-top: 32px;}
footer .in_footer .info li {display: inline-block;}
footer .in_footer .info li::after {content: "I"; display: inline-block; padding: 0 14px;}
footer .in_footer .info li:last-child::after {display: none;}

/* aside_area */
aside {position: fixed; top: 200px; right: 60px; z-index: 1;}
aside ul li {border-radius: 100%; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);}
aside ul li:nth-child(1) {margin-bottom: 20px;}

/* top_btn */
#top_btn {position: fixed; bottom: 18px; right: 60px; background: url(../img/off.png) no-repeat center/cover; width: 60px; height: 60px; cursor: pointer; opacity: 0; transition: opacity 0.3s ease; pointer-events: none;}
#top_btn.show {opacity: 1; pointer-events: auto;}
#top_btn:hover {background: url(../img/on.png) no-repeat center/cover;}
#top_btn a {width: 100%; height: 100%;}

@media (max-width: 799px) {
    /* PC_remove */
    .sns, .sns li a, .overlay, .gnb_bg, footer .in_footer .info li::after {display: none;}

    /* header_area */
    header {height: 70px; display: table; padding: 0 10px;}
    .header {display: flex; justify-content: space-between; align-items: center;}
    .header h1 {width: 103px; height: 35px; margin: 17px 0;}

    .overlay {position: fixed; width: 100%; height: 100%; z-index: 2; background: #000; opacity: 0; transition: opacity 0.4s ease;}
    .overlay.active {display: block; opacity: 0.2;}
    .gnb {margin: 0; padding: 0; position: fixed; top: 70px; right: 0; width: 70%; height: 100%; background: #fafafa; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease;}
    .gnb.active {transform: scaleX(1);}
    .gnb > ul {width: 100%; flex-direction: column; text-align: left; font-size: 1.2rem; line-height: 3em;}
    .gnb > ul > li {border-bottom: 1px solid #e5e5e5;}
    .gnb > ul > li > a {position: relative; width: 100%; font-weight: 500; margin: 0; padding: 0 20px;}
    .gnb ul ul {padding-left: 10px;}
    .gnb li li {margin: 0; font-size: 1rem; background: #fff; border-bottom: 1px solid #e5e5e5;}
    .gnb li li a {padding: 0 20px;}
    
    /* menu_btn */
    .menu_icon {float: right; display: inline; width: 30px; cursor: pointer;}
    .menu_icon div, .menu_icon::before, .menu_icon::after {content: ""; display: block; height: 4px; background: #000; border-radius: 3px; margin: 6px 0; transition: all 0.2s ease;}
    .menu_icon.active::before {transform: translateY(10px) rotate(135deg);}
    .menu_icon.active div {transform: scale(0);}
    .menu_icon.active::after {transform: translateY(-10px) rotate(-135deg);}

    /* visual_area */
    .swiper {padding-top: 70px;}

    /* contents_area */
    #contents dl {width: 92%; margin: auto !important; padding-top: 30px !important;}
    #contents dl dt {font-size: 22px;}
    #contents dl dt::after {width: 35px !important; margin-top: 10px !important;}
    #contents dl dd {display: none;}

    #contents .sec01 {flex-direction: column;}
    #contents .sec01 .coffee {width: 100%; height: 240px;}
    #contents .sec01 .coffee .view_btn {right: 4%; bottom: 15px;}
    #contents .sec01 .brand {width: 100%; height: 240px; background: #253f85 url(../img/main_intro_bn.jpg) no-repeat 80% 80%/50%;}
    #contents .sec01 .brand .view_btn {left: auto; right: 4%; bottom: 15px;}
    #contents .sec01 dl dt {font-size: 40px;}
    #contents .sec01 dl dd {display: none;}

    #contents .sec02 {width: 100%; height: 52.6316vw; background: url(../img/mmain_sec2.jpg) no-repeat center/100% 100%;}
    #contents .sec02 .view_btn {right: 4%; bottom: 15px;}

    #contents .sec03 {flex-direction: column; height: 100%;}
    #contents .sec03 .drink {width: 100%; height: 52.6316vw; background: url(../img/mmain_sec3.jpg) no-repeat center/100% 100%;}
    #contents .sec03 .drink .view_btn {right: 4%; bottom: 15px;}
    #contents .sec03 .ccino {width: 100%; height: 52.6316vw; background: url(../img/mmain_sec4.jpg) no-repeat center/100% 100%;}
    #contents .sec03 .ccino .view_btn {left: auto; right: 4%; bottom: 15px;}

    #contents .sec04 {position: static; display: flex; flex-direction: column; margin: 0; height: 100%;}
    #contents .sec04 .right_wrap {float: none; width: 100%; height: 52.6316vw; background: url(../img/mmain_sec5.jpg) no-repeat center/100% 100%;}
    #contents .sec04 .right_wrap .view_btn {left: auto; right: 4%; bottom: 15px;}
    #contents .sec04 .left_wrap {position: static; width: 92%; margin: 15px auto 0;}
    #contents .sec04 .left_wrap dl {padding: 15px 15px 0 !important;}
    #contents .sec04 .left_wrap dl dt {font-size: 20px;}
    #contents .sec04 .left_wrap dl dd {display: block; font-size: 15px;}
    #contents .sec04 .left_wrap .franchise {float: left; width: 49%; height: 240px; background: url(../img/main_sec6.png) no-repeat 100% 100%/80%;}
    #contents .sec04 .left_wrap .store {float: right; width: 49%; height: 240px; margin-bottom: 0;}
    #contents .sec04 .left_wrap .store form {left: 15px; bottom: 15px; width: calc(100% - 30px); height: 40px;}
    #contents .sec04 .left_wrap .store form input::placeholder {font-size: 0;}
    #contents .sec04 .left_wrap .store form button {right: 10px; transform: translateY(-50%);}
    #contents .sec04 .left_wrap .franchise .view_btn {right: auto; left: 15px; bottom: 15px;}


    footer {height: 100%; font-size: 1.2rem;}
    footer .in_footer {width: 100%;}
    footer .in_footer #family_site {display: none;}
    footer .in_footer .info {padding: 30px 20px 0 20px;}
    footer .in_footer .info ul {display: flex; flex-direction: column;}

    aside {top: 100px; right: 4%; z-index: 2;}
    aside ul li {width: 65px; height: 65px;}
    aside ul li:nth-child(1) {margin-bottom: 10px;}

    #top_btn {width: 30px; height: 30px; right: 5%; z-index: 2;}
}