@charset "utf-8";
*{margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif;}
a{color:#333; text-decoration: none; display: block;}
li{list-style:none;}

/* header */
header{
    background-color: #fff;
}
.header_in{
    width: 1200px;
    height: 195px;
    margin: 0 auto;
    /* background-color:antiquewhite; */
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}
.header_in::after{
    content: '';
    display: block;
    clear: both;
}
.header_in .top_menu{
    float: right;
}
.header_in .top_menu::after{
    content: '';
    display: block;
    clear: both;
}
.header_in .top_menu li{
    font-size: 12px;
    font-weight: 400;
    float: left;
    margin-right: 20px;
    position: relative;
}
.header_in .top_menu li:last-child{
    margin-right: 0;
}
.header_in .top_menu li::after{
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #333;
    position: absolute;
    top: 3px;
    right: -10px;
}
.header_in .top_menu li:last-child::after{
    display: none;
}
.header_in .logo{
    width: 270px;
    margin: 0 auto;
    margin-top: 35px;
}
.header_in .gnb{
    position: absolute;
    bottom: 0;
    left: 20px
}
.header_in .gnb::after{
    content: '';
    display: block;
    clear: both;
}
.header_in .gnb li{
    float: left;
    border-bottom: 2px solid #a8031600;
}
.header_in .gnb li:hover{
    border-bottom: 2px solid #a80316;
}
.header_in .gnb li a{
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    padding: 0 45px;
}
.header_in .gnb li:nth-child(5) a{
    color: #a80316;
}
.header_in .gnb li:hover a{
    color: #a80316;
}

/* main slider */
.main_slider{
    width: 100%;
    height: 700px;
    background: url('../img/main_img.jpg') center center / cover no-repeat;
}
.main_slider .ms_in{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    /* background: orange; */
    position: relative;
}
.ms_in .ms_in_img{
    position: absolute;
    top: 0;
    right: 0;
}
.ms_in .ms_text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}
.ms_in .ms_text p:first-child{
    color: #fff;
    font-size: 36px;
    font-family: 'Concert One', cursive;
}
.ms_in .ms_text h1{
    font-size: 72px;
    line-height: 60px;
}
.ms_in .ms_text h1 span{
    font-family: 'Concert One', cursive;
}
.ms_in .ms_text h1 span:first-child{
    color: #1d786a;
}
.ms_in .ms_text h1 span:last-child{
    color:#fff;
    margin-left: 20px;
}
.ms_in .ms_text p:nth-of-type(2){
    color: #1d786a;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}
.ms_in .ms_text>a{
    width: 155px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #1d786a;
    color: #1d786a;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 35px;
}
.ms_in .ms_text>a:hover{
    background-color: #1d786aa8;
    color: #fff;
    border: none;
}
.ms_in .page_bt{
    position: absolute;
    bottom: 35px;
    left: 0;
}
.ms_in .page_bt::after{
    content: '';
    display: block;
    clear: both;
}
.ms_in .page_bt ul{
    float: left;
    /* background-color: slateblue; */
}
.ms_in .page_bt ul li{
    display: inline-block;
    margin-right: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}
.ms_in .page_bt ul li a{
    width: 45px;
    height: 3px;
    background-color: #fff;
}
.ms_in .page_bt .page_stop{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    /* background-color: seagreen; */
}
.ms_in .page_bt .page_stop img{
    width: 100%;
    height: 100%;
}

/* cont01 모바일투썸 */
.cont01_in{
    width: 1200px;
    height: 250px;
    padding: 48px 0;
    box-sizing: border-box;
    margin:0 auto;
    position: relative;
    /* background-color: burlywood; */
}
.cont01_in::after{
    content: '';
    display: block;
    clear: both;
}
.cont01_in>img{
    float: left;
}
.cont01_in .cont01_box01{
    float: left;
    margin-left: 48px;
}
.cont01_box01 h3{
    color: #a80316;
    font-weight: bold;
    font-size: 24px;
    margin-top:5px;
}
.cont01_box01 h3::after{
    content: '';
    display: block;
    width: 996px;
    height: 1px;
    background-color: #a80316;
    margin-top: 10px;
}
.cont01_box01 p{
    color: #333;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
.cont01_in .cont01_box02{
    position:absolute;
    bottom: 50px;
    right: -5px;
}
.cont01_in .cont01_box02::after{
    content: '';
    display: block;
    clear: both;
}
.cont01_box02>a{
    float: left;
    margin-left: 10px;
}

/* cont02 케이크 */
.cont02{
    height: 580px;
    background: url(../img/con02_bg.jpg) center center / cover no-repeat;
}
.cont02 .cont02_in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    /* background-color: aquamarine; */
}
.cont02_in .cont02_in_textbox{
    text-align: right;
    position: absolute;
    top: 115px;
    right: 180px;
}
.cont02_in_textbox p{
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.cont02_in_textbox h1{
    color: #ae0c00;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
.cont02_in_textbox a{
    width: 203px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: 997px;
    font-size: 18px;
    color: #ae0c00;
    border: 1px solid #ae0c00;
    border-radius: 5px;
    box-sizing: border-box;
}
.cont02_in_textbox a:hover{
    background-color: #ae0c0091;
    border: none;
    color: #fff;
}

/* cont03 음료메뉴 */
.cont03{
    width: 1200px;
    margin: 0 auto;
    /* background-color: rgb(223, 223, 223); */
    text-align: center;
    padding: 75px 0;
}
.cont03>h1{
    font-size: 72px;
    font-weight: bold;
    color: #333;
}
.cont03>ul{
    margin-top: 35px;
}
.cont03>ul::after{
    content: '';
    display: block;
    clear: both;
}
.cont03>ul>li{
    float: left;
    margin-right: 24px;
}
.cont03>ul>li:last-child{
    margin-right: 0;
}

.cont03>ul>li a{
    width: 384px;
    height: 400px;
    overflow: hidden;
}
.cont03>ul>li a img{
    transition: .5s;
}
.cont03>ul>li:hover a img{
    transform: scale(1.3, 1.3);
}
.cont03>ul>li p{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 35px 0;
}
.cont03>a{
    width: 226px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
}
.cont03>a:hover{
    background-color:#333;
    color: #fff;
    border: none;
}

/* cont04 빵 */
.cont04{
    background-color: #f2e2c0;
    height: 330px;
}
.cont04 .cont04_in{
    width: 1200px;
    margin: 0 auto;
    background-color: burlywood;
    position: relative;
}
.cont04_in .cont04_textbox{
    position: absolute;
    top: 70px;
    left: 104px;
}
.cont04_in .cont04_textbox p{
    color: #794f24;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -2px;

}
.cont04_in .cont04_textbox a{
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #794f24;
    font-size: 18px;
    border: 1px solid #794f24;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-left: 140px;
}
.cont04_in .cont04_textbox a:hover{
    background-color: #794f24b0;
    color: #fff;
    border: none;
}
.cont04_in>img{
    position: absolute;
    top: 20px;
    right: 102px;
}

/* cont05 */
.cont05{
    margin: 70px 0;
}
.cont05_in{
    width: 1200px;
    margin: 0 auto;
    /* background-color:cornsilk; */
}
.cont05_in::after{
    content: '';
    display: block;
    clear: both;
}
.cont05_in .cont05_box01{
    float: left;
}
.cont05_box01>div{
    width: 510px;
    height: 300px;
    border: 2px solid #a80316;
    padding: 40px 78px;
    box-sizing: border-box;
}
.cont05_box01 .store_box{
    background: url(../img/cont05_store_icon.png) 95% 100% no-repeat;
}
.cont05_box01 .fran_box{
    background: url(../img/cont05_franchise_icon.png) 100% 80% no-repeat;
    margin-top: 35px;
}
.cont05_box01>div h1{
    font-size: 36px;
    color: #a80316;
}
.cont05_box01>div p{
    font-size: 18px;
    color: #444;
}
.cont05_box01 .store_box > form{
    margin-top: 30px;
}
.cont05_box01 .store_box > form > input[type="text"]{
    width: 306px;
    height: 40px;
    outline: none;
    border: 1px solid #a80316;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 20px;
}
.cont05_box01 .fran_box > div{
    margin-top: 10px;
}
.cont05_box01 .fran_box>div::after{
    content: '';
    display: block;
    clear: both;
}
.cont05_box01 .fran_box>div img{
    float: left;
}
.cont05_box01 .fran_box>div p{
    float: left;
    color: #a80316;
    font-size: 23px;
    font-weight: bold;
    margin-top:8px;
    margin-left: 5px;
}
.cont05_box01 .fran_box>a{
    width: 202px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #a80316;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    color: #a80316;
    margin-top: 20px;
}
.cont05_box01 .fran_box>a:hover{
    border: none;
    background-color: #a80316b4;
    color: #fff;
}

.cont05_in .cont05_box02{
    float: right;
    position: relative
}
.cont05_box02>img{
    opacity: 50%;
    position: absolute;
    top: 50px;
    right: -260px;
    z-index: -1;
}
.cont05_box02 .cont05_textbox{
    border-top: 2px solid #a80316;
    box-sizing: border-box;
    padding-top: 50px;
}
.cont05_textbox h2{
    font-size: 24px;
    color: #333;
    font-weight: 500;
}
.cont05_textbox h1{
    font-size: 36px;
    color: #333;
    font-weight: 500;
}
.cont05_textbox p{
    font-size: 18px;
    line-height: 40px;
    color: #444;
    font-weight: 400;
    margin-top: 40px;
}
.cont05_box02 a{
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border:1px solid #444;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    color: #444;
    margin-top: 40px;
}
.cont05_box02 a:hover{
    border: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

/* footer */
footer{
    background-color: #56565A;
}
footer .footer_in{
    width: 1280px;
    height: 185px;
    margin: 0 auto;
    position: relative;
}
.footer_in .f_sns{
    position: absolute;
    top: 35px;
    right: 0;
}
.footer_in .f_sns ul::after{
    content: '';
    display: block;
    clear: both;
}
.footer_in .f_sns ul li{
    float: left;
    margin-right: 15px;
}
.footer_in .f_sns ul li:last-child{
    margin-right: 0;
}
.footer_in .fnb{
    position: absolute;
    top: 70px;
    left: 0;
}
.footer_in .fnb ul::after{
    content: '';
    display: block;
    clear: both;
}
.footer_in .fnb ul li{
    float: left;
    margin-right: 21px;
    position: relative;
}
.footer_in .fnb ul li:last-child{
    margin-right: 0;
}
.footer_in .fnb ul li a{
    color: #fff;
    font-size: 14px;
}
.footer_in .fnb ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    right: -10px;
}
.footer_in .fnb ul li:last-child::after{
    display: none;
}
.footer_in > p{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    bottom: 55px;
    left: 0;
}