.online_checkIn_wrap{
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 75px;
}
.online_checkIn_wrap .title {
    margin-top: 150px;
}
.online_checkIn_wrap .title h2{
    font-size: 20px;
    color: #3b3b3b;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
}
.online_checkIn_wrap .title h1{
    font-size: 50px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 20px 0;
}
.online_checkIn_wrap .title p{
    font-size: 18px;
    line-height: 150%;
    color: rgba(0, 0, 0, .6);
    font-family: 'Pretendard-Regular';
}
.main_mobile_img{
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}
.main_mobile_img img{
    width: 25%;
    z-index: 99;
    padding-left: 50px;
}
.bottom_box{
    width: 100%;
    height: 150px;
    background-color: #002859;
    margin-top: -90px;
}
.mobile_Box .sub_title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0 20px 0;
}
.mobile_Box .sub_title{
    display: flex;
    align-items: center;
}
.mobile_Box .sub_title .number{
    background-color: #002859;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.mobile_Box .sub_title .number h2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.mobile_Box .sub_title h1{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
}
.mobile_Box p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 150%;
    font-family: 'Pretendard-Regular';
    text-align: left;
}
.appStore_wrap{
    background-color: #F9F9F9;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 50px 0;
}
.appStore_wrap h2{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}
.button_wrap{
    display: flex;
    align-items: center;
    justify-self: center;
    margin-top: 20px;
}
.button_wrap a{
    display: inline-block;
    width: 200px;
}
.button_wrap a:first-child{
    margin-right: 10px;
}
.slide_wrap{
    margin-bottom: 100px;

}
.slick-initialized .slick-slide{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
}



#main-img{
    width: 30%;
    margin: 30px 0;
}
.online_checkIn_box{
    padding: 0 20px;
    /* margin-top: 30px; */
}
.center-img-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.online_checkIn_box_img img{
    width: 40%;
}
.online_checkIn_box_text h2{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: center;
}
.online_checkIn_box_text h2 strong{
    margin-right: 10px;
    color: #002859;
}
.online_checkIn_box_text{
    margin-top: 20px;
}
.online_checkIn_box_text p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 150%;
    text-align: center;
}
.online_checkIn_box_text .red-text{
    color: #D72E2E;
    margin-top: 10px;
}
.slide_wrap .slide_content .slide_text h3{
    font-size: 20px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: center;
}
.slide_wrap .slide_content .slide_text h2 strong{
    color: #002859;
    margin-right: 10px;
    text-align: center;
}
.slide_wrap .slide_content .slide_text p{
    font-size: 18px;
    line-height: 150%;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 10px;
}
.slide_wrap .slide_content .slide_text p strong{
    color: #D72E2E;
    font-family: 'Pretendard-Regular';
    text-align: center;
}
.slide-wrap{
    margin-top: 50px;
}

.slide_content{
    margin-top: 70px;
}
.slick-initialized .slick-slide img{
    width: 40%;
}
.checkList{
    margin-top: 30px;
}
.checkList li{
    margin-bottom: 20px;
}
.checkList li img{
    width: 20px !important;
    height: 20px !important;
}
.checkList li {
    display: flex;
    align-items: flex-start;
}
.checkList li .check-text{
    margin-top: -5px;
    margin-left: 10px;
}
.checkList li .check-text h3{
    text-align: left !important;
    font-size: 20px;
    color: #3b3b3b;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 150%;
}
.checkList li .check-text p{
    text-align: left !important;
    font-size: 18px;
    color: #3b3b3b;
    line-height: 150%;
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
	list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    
    border: none;
    border-radius: 100%;
    background-color: #D9D9D9;
    opacity: .4;
    
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: #002859;
    opacity: 1;
    border-radius: 20px;
}

.prev-arrow {
    right: 0;
}
.slick-disabled{
    color: #D9D9D9 !important;
}
.next-arrow{
    left: 0;
}
.slide-arrow{
    color: #002859;
    cursor: pointer;
    font-size: 25px;
}
.slick-slider{
    display: flex;
    align-items: center;
}
.notice{
    background-color: #FE7272;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin:  20px 0;
}
.notice h4{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}
.gray_text{
    background-color: #F9F9F9;
    padding: 20px;
    width: 100%;
    margin-top: 20px;
}
.gray_text p{
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}
.qna_title{
    background-color: #002859;
    padding: 50px 30px;
    margin-top: 50px;
}
.qna_title h2{
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
}
.qna_title h1{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 150%;
}
.qna_list{
    margin: 50px 0;
}
.qna_list li{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}
.qna_list li .qna_q{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}
.qna_list li .qna_q > div{
    display: flex;
    align-items: flex-start;
}
.qna_list li .qna_q > div h3{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
}
.qna_list li .qna_q > div h4{
    color: #002859;
    margin-right: 15px;
    font-size: 25px;
    font-weight: bold;
    line-height: 150%;
}
.qna_list li .qna_q i{
    font-size: 25px;
    color: #3b3b3b;
}
.qna_list li .qna_a  p{
    font-size: 18px;
    color: #3b3b3b;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    margin-top: 20px;
}
.qna_list li .qna_a {
    display: none;
}

@media (max-width: 1180px) {
    .online_checkIn_wrap{
        width: 100%;
    }
    .online_checkIn_wrap .title{
        padding: 0 20px;
    }
    .qna_list{
        padding: 0 20px;
    }
    .slide_section{
        width: 90%;
    }
    .slick-slider{
        padding: 0 20px;
    }
    .slick-initialized .slick-slide{
        /* margin-top: 50px; */
    }
    .slick-initialized .slick-slide img{
        width: 50%;
    }
    .mobile_Box{
        margin: 0 20px;
    }
}
@media (max-width: 768px) {
    .slick-initialized .slick-slide img{
        width: 80%;
    }
    .qna_list li .qna_q > div h3{
        font-size: 20px;
        margin-right: 50px;
    }
    .qna_list li .qna_q > div h3 strong{
        margin-right: 15px !important;
    }
    .qna_list li .qna_q i{
        font-size: 20px;
    }
    .qna_title h1{
        font-size: 25px;
    }
    .qna_title{
        padding: 30px 20px;
    }
    .slide_wrap .slide_content .slide_text p{
        text-align: left;
    }
    .slide_text {
        align-items: flex-start !important;
    }
    .slick-initialized .slick-slide{
        margin-top: 30px;
    }
    .slide_wrap{
        margin-bottom: 50px;
    }
    .online_checkIn_wrap .title h1{
        font-size: 35px;
    }
    .appStore_wrap h2{
        font-size: 20px;
    }
    .button_wrap a{
        width: 48%;
    }
    .slide_wrap .slide_content .slide_text h2{
        font-size: 20px;
    }
    .qna_list li .qna_a p br{
        display: none;
    }
    .online_checkIn_wrap .title p br{
        display: none;
    }
    .main_mobile_img img{
        width: 50%;
    }
    #main-img{
        width: 50%;
    }
    .online_checkIn_box_img img{
        width: 70%;
    }
    .online_checkIn_wrap{
        padding-bottom: 50px;
    }
    .mobile_Box .sub_title{
        justify-content: flex-start;
        /* padding: 0 20px; */
    }
    .main_mobile_img{
        margin-bottom: 50px;
    }
    .mobile_Box p{
        text-align: left;
        /* padding: 0 20px; */
        margin-top: 10px;
    }
    .online_checkIn_box_text p{
        text-align: left;
    }
    .online_checkIn_box_text h2{
        text-align: left;
    }
    .online_checkIn_wrap .title{
        margin-top: 120px;
    }
}