/* .main_banner {
    width: 100%;
    height: 495px;
} */
/* .main_banner_box > img {
    width: 100%;
    cursor: pointer
} */


.main_banner_box {
    width: 100%;
    height: 495px;
    overflow: hidden;
    position: relative;
}
.main_banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.main_banner:nth-child(1) {
    background: url(../img/20200120_nh2gYrll.jpg) no-repeat center / cover;
}
.main_banner:nth-child(2) {
    background: url(../img/20200206_hdIHMS00.jpg) no-repeat center / cover;
    left:100%;
}
.main_banner:nth-child(3) {
    background: url(../img/20200217_mu8MjTWf.jpg) no-repeat center / cover;
    left: 100%;
}

.btn_slide {
    position: absolute;
    top: 0;
    /* top: 50%;
    transform: translateY(-50%); */

    width: 50px;
    height: 100%;
    border: none;
    background: transparent;

    color: #fff;
    font-size: 30px;
    outline: none;
    cursor: pointer;
    line-height: 30vw;
    text-align: center;
    user-select: none;
}
#btn_L {
    left: 0;
}
#btn_R {
    right: 0;
} 

/* 인디케이터 */
.indicator {
    /* background: orange; */

    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}
.circle {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;

    position: relative;
    float: left;
    /* display: inline-block; */
    cursor: pointer;
    margin: 0 7px;
}

.indi_active {
    background: #fff;
}
.container {
    width: 100%;
    overflow: hidden;
}
.section1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.sec1_item {
    width: 50%;
    height: 280px;
    padding: 50px 0 0 70px;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
}
.icon_delivery {
    width: 50px;
    height: 37px;
    background: url(../img/deli.png) no-repeat center / contain;
}
.sec1_item:nth-child(1) h3 {
    font-size: 50px;
    color: #ff143c;
    font-weight: 300;
    float: left;
}
.sec1_item .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    float: left;
    margin: 15px 0 0 8px;
}
.sec1_item:nth-child(1) .arrow {
    background: #ff143c;
}
.sec1_item:nth-child(2) .arrow {
    background: #1382ff;
}
.sec1_item_title {
    width: 100%;
    overflow: hidden;
}
.sec1_item > p {
    margin: 17px 0 0 0;
    font-size: 16px;
    color: #888;
}
.icon_takeout {
    width: 50px;
    height: 37px;
    background: url(../img/takeout.png) no-repeat center / contain;
}
.sec1_item:nth-child(2) h3 {
    font-size: 50px;
    color: #1382ff;
    font-weight: 300;
    float: left;
}


.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.sec2_item {
    width: calc(100% / 3 - 0.01px);
    height: 280px;
    padding: 50px 0 0 70px;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
}
.sec2_item .arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #000;
    font-weight: 900;
    font-size: 15px;
    float: left;
    margin: 5px 0 0 8px;
    border:1px solid #000;
}
/* .sec2_item:nth-child(1) .arrow {
   
}
.sec2_item:nth-child(2) .arrow {

} */
.sec2_item_title {
    width: 100%;
    overflow: hidden;
}
.sec2_item > p {
    margin: 17px 0 0 0;
    font-size: 16px;
    color: #888;
}
.icon_domichat {
    width: 50px;
    height: 37px;
    background: url(../img/domichat.png) no-repeat center / contain;
}
.sec2_item h3 {
    font-size: 30px;
    color: #000;
    font-weight: 300;
    float: left;
}

.icon_quickorder {
    width: 50px;
    height: 37px;
    background: url(../img/quickorder.png) no-repeat center / contain;
}
.icon_drivingpickup {
    width: 50px;
    height: 37px;
    background: url(../img/drivingpickup.png) no-repeat center / contain;
}

.center_banner {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    padding: 110px 0;
    box-sizing: border-box;
}
.center_banner_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.center_banner_box_txt {
    float: left;
    font-size: 28px;
    font-weight: 500;
}
.center_banner_box_txt > b {
    color: #238ece;
}
.box_login {
    width: 100px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    cursor: pointer;
}
.slick_track {
    float: right;
}
.slick_img {
    width: 210px;
    height: 210px;
    float: left;
    cursor: pointer;
}
.slick_img:nth-child(1) {
    background: url(../img/main_card1.png);
}
.slick_img:nth-child(2) {
    background: url(../img/main_card2.gif);
}
.slick_img:nth-child(3) {
    background: url(../img/main_card3.png);
}
.slick_img:nth-child(4) {
    background: url(../img/main_card4-2.png);
}

.section3 {
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    box-sizing: border-box;
    text-align: center;
}
.section3 > img {
    margin-right: 20px;
}
.section3 > img:last-child {
    margin-right: 0;
}