@charset "utf-8";

main .visual-wrap{
    position: relative;
    max-width: 1920px;
    height: 730px;
    margin: 0 auto;
    overflow: hidden;
}

/* main .visual-wrap .visual-img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */

main .indicator{
    display: none;
}

main .notice{
    background: #B20000;
    height: 100px;
    color: #fff;
}

main .notice .notice-list{
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}

main .notice .notice-list li{
    padding: 44px 40px;
    position: relative;
}

main .notice .notice-list dl{
    display: flex;
}

main .notice .notice-list dt{
    font-weight: 400;
}

main .notice .notice-list dd{
    margin-left: 190px;
}

.notice-list::before{
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 36px;
    background: url(../images/icon_speaker.png) 50% 50% no-repeat;
    top: 33%;
    left: -20px;
}

.notice-list a::after{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/icon_more.png) 50% 50% no-repeat;
    top: 40%;
    left: 98%;
}

.pop-up{
    width: 575px;
    height: 60px;
    background: #222;
    border-radius: 50px;
    box-shadow: 0 3px 5px rgba(153, 153, 153, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    position: fixed;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.pop-up button{
    width: 30px;
    height: 30px;
    background: 50% 50%/cover url(../images/icon_close.png);
    cursor: pointer;
}

.pop-up a{
    padding: 0 95px 0 0;
}

/* 공통요소 */
.tit{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 27px;
    transition: 0.4s;
}

/* MENU */
.menu-wrap .inner{
    width: 1449px;
}

.menu-wrap .menu-list{
    display: flex;
    margin-top: 65px;
}

.menu-wrap .menu-list li a{
    display: block;
    width: 100%;
    height: 100%;
}

/* MD */
.md-wrap .md-list{
    display: flex;
    justify-content: space-between;
}

.md-wrap .slick-track{
    height: 450px;
}

.md-wrap .md-list li{
    margin-top: 65px;
    width: 319px;
    height: 319px;
}

.md-wrap .md-list li figure{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.md-wrap .md-list li figure img{
    transition: 0.4s;
}

.md-wrap .md-list li:hover figure img{
    transform: scale(1.1);
}

.md-wrap .inner{
    position: relative;
}

.btn-prev, .btn-next{
    position: absolute;
    display: block;
    top: 70%;
    width: 70px;
    height: 70px;
    background: 50% 50% no-repeat;
    transform: translateY(-50%);
    transition: 0.4s;
}

.btn-prev{
    background-image: url(../images/icon_prev.png);
    left: -80px;
}

.btn-prev:hover{
    background-image: url(../images/icon_prev_hover.png);
}

.btn-next{
    background-image: url(../images/icon_next.png);
    right: -80px;
}

.btn-next:hover{
    background-image: url(../images/icon_next_hover.png);
}

.progress-bar{
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    background: #C4C4C4;
    width: 300px;
    height: 2px;
}

.bar{
    display: block;
    width: 0%;
    height: 100%;
    background: #000000;
    transition: 0.4s;
}

/* banner */
.banner-wrap{
    max-width: 1920px;
    height: 1100px;
    margin: 0 auto;
    margin-top: 300px;
}

.banner-service, .banner-store{
    background: 0 0 /100% auto no-repeat;
}

.banner-wrap .banner-service{
    height: 545px;
    background-image: url(../images/banner_1.png);
}

.banner-wrap .banner-store{
    height: 550px;
    background-image: url(../images/banner_2.png);
}

.banner-txt{
    letter-spacing: -2px;
    line-height: 1.3;
}

.banner-txt strong{
    font-size: 40px;
}

.banner-txt h3{
    font-size: 50px;
    font-weight: 700;
}

.banner-btn a{
    margin-right: 40px;
}

.banner-service .banner-txt{
    color: #fff;
    padding: 168px 0 0 110px;
}

.banner-service .banner-btn{
    padding: 72px 0 0 110px;
}

.banner-store .banner-txt{
    color: #000;
    padding: 165px 0 0 1454px;
}

.banner-store .banner-btn{
    padding-left: 1140px ;
    padding-top: 75px;
}

.banner-txt{
    position: relative;
}

.first-txt::before{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #b20000;
    position: absolute;
    top: 50%;
    left: 110px;
}

.second-txt::before{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #b20000;
    position: absolute;
    top: 50%;
    left: 1720px;
}

/* SNS */
.sns-wrap{
    background: #F5F5F5;
    margin-top: 229px;
    padding: 0 0 118px 0;
}

.sns-wrap .section-title{
    padding-top: 108px;
}

.hash-tag{
    text-align: center;
    margin-top: 65px;
}

.hash-tag span{
    display: inline-block;
    padding: 20px 40px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 30px;
    font-size: 20px;
    margin: 0 14px;
}

.hash-tag span:hover{
    border: 1px solid #b20000;
    color: #b20000;
    font-weight: 700;
    cursor: pointer;
}

.sns-img{
    display: flex;
    margin: 69px 0 109px 0;
}

.sns-img li{
    margin-right: 20px;
    width: 440px;
    height: 440px;
    position: relative;
}

.sns-img li > img{
    width: 100%;
    height: 100%;
}

.sns-info{
    width: 440px;
    height: 440px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding: 160px 50px;
    line-height: 1.5;
    font-size: 15px;
    opacity: 0;
    transition: 0.4s;
}

.sns-info .sns-id{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.sns-img li:hover .sns-info{
    opacity: 1;
}