html {
    scroll-behavior: smooth;
}

/*section1*/
#section1{
    width: 100%;
    height: 100vh;
    background-image: url(../images/mainbanner_bg.png);
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main_object{
    position: absolute;
    top: 15%;
    right: 4%;
    width: 55vw;
    height: 72vh;
}

.main_object img{
    position: absolute;
}

.main_object img:nth-child(1){
    left: 0;
    top: 60px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.18);
    width: 7.5vw;
}

.main_object img:nth-child(2){
    left: 11.5%;
    top: 45px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.18);
    width: 8.3vw;
}

.main_object img:nth-child(3){
    left: 20%;
    top: 15px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.18);
    width: 6vw;
}

.main_object img:nth-child(4){
    left: 28.5%;
    top: 0;
    width: 15.1vw;
}

.main_object img:nth-child(5){
    right: 0;
    top: 10px;
    width: 16.2vw;
}

.main_object img:nth-child(6){
    right: 22.8%;
    top: 80px;
    width: 11.8vw;
}

.main_object img:nth-child(7){
    right: 145px;
    bottom: 0;
    width: 10.9vw;
}

.main_txt{
    width: 100%;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    color: #fff;
}

.small_txt{
    font: normal 18px/28px 'Pretendard-SemiBold', sans-serif;
}

.title_txt{
    font: normal 800 90px/90px 'Montserrat', sans-serif;
    letter-spacing: .2em;
    margin: 40px 0 35px 0;
}

.big_txt{
    font: normal 20px/32px 'Pretendard-Light', sans-serif;
}





/*section2*/
#section2{
    width: 100%;
    position: relative;
    padding-top: 100px;
}

#section2>img{
    position: absolute;
    z-index: -1;
}

img.bg01{
    top: -300px;
    left: 0;
}

img.bg02{
    top: 430px;
    right: 0;
}

img.bg03{
    top: 1120px;
    left: 0;
}

.service{
    display: flex;
}

.service02{
    margin-top: 60px;
}

.service03{
    margin-top: 50px;
}

.service_txt{
    width: 50%;
    padding-top: 210px;
    color: #111;
}

.service_r{
    padding-left: 30px;
}

.service_l{
    padding-left: 175px;
}

.sec_small_txt{
    font: normal 16px/16px 'Pretendard-Bold', sans-serif;
    color: #008197;
    margin-bottom: 20px;
    display: block;
}

.sec_title{
    font: normal 36px/46px 'Pretendard-Bold', sans-serif;
    margin-bottom: 40px;
}

.sec_txt{
    font: normal 20px/32px 'Pretendard-Light', sans-serif;
}

ul.sec_txt li{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

ul.sec_txt li i{
    color: #008197;
    font-size: 20px;
    font-weight: 400;
    margin-right: 5px;
}



/*section3*/
#section3{
    padding-top: 180px;
    height: 600px;
}

#section3 .center{
    display: flex;
    height: 100%;
}

.app_slide_img{
    width: 50%;
    height: 100%;
    position: relative;
}

.slide_img_box{
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: 565px;
}

.app_phone{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}

.app_phone span{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    transform: translateX(-50%);
    border-radius: 50px;
    width: 290px;
    height: 590px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}

.app_slide_txt{
    width: 50%;
    padding: 120px 0 0 70px;

}

.slide_txt_box{
    color: #111;
}

.slide_txt_box p{
    font: normal 30px/42px 'Pretendard-Semibold', sans-serif;
    margin-bottom: 30px;
}

.slide_txt_box span{
    font: normal 18px/28px 'Pretendard-Light', sans-serif;
    margin-bottom: 30px;
    display: block;
}

.slide_txt_box ul{
    font: normal 20px/20px 'Pretendard-Light', sans-serif;
}

.slide_txt_box ul li{
    margin: 12px 0;
    display: flex;
    align-items: center;
}

.slide_txt_box ul li i{
    color: #999;
    margin-right: 5px;
}

.slide_txt_box:first-child ul li i{
    color: #008197;
}




/*section4*/
#section4{
    padding-top: 220px;
    margin-bottom: 200px;
    position: relative;
}

.service04 ul li{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 30px;
}

.service04 ul li:last-child{
    margin-bottom: 0;
}

.service04_txt{
    margin-left: 30px;
}

.service04_txt p{
    font: normal 22px/32px 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 10px;
}

.service04_txt span{
    font: normal 18px/28px 'Pretendard-Light', sans-serif;
}

.service04_img{
    position: absolute;
    width: 880px;
    height: 640px;
    right: -140px;
    bottom: -50px;
    z-index: -1;
}

.service04_img div{
    width: 100%;
    height: 100%;
    position: relative;
}

.service04_img div img{
    position: absolute;
}

.service04_img div img:nth-child(1){
    left: 0;
    bottom: 0;
}

.service04_img div img:nth-child(2){
    right: 140px;
    bottom: 0;
}

.service04_img div img:nth-child(3){
    right: 10px;
    top: 30px;
}

.service04_img div img:nth-child(4){
    right: 0;
    top: 0;
    animation: bell 0.5s linear infinite alternate;
}

.service04_img div img:nth-child(5){
    right: 175px;
    top: 280px;
    animation: like .6s linear infinite alternate;
}

.service04_img div img:nth-child(6){
    left: 50px;
    bottom: 200px;
    animation: like .8s linear infinite alternate;
}

@keyframes bell {
    0% {
        transform: rotate(-4deg);
    }
    100% {
        transform: rotate(4deg);
    }
}

@keyframes like {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}


/*section5*/
#section5{
    padding: 120px 0;
    background-color: rgba(106, 219, 175, 0.15);
    position: relative;
}

#section5 .center{
    width: 100%;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    left: 50%;
    transform: translateX(-600px);
}

.atobot_title{
    width: 310px;
    margin-top: 50px;
    z-index: 2;
}

.atobot_slide{
    width: 75%;
    margin-left: 70px;
    display: flex;
}

.atobot_slide li{
    margin-left: 70px;
}

.atobot_slide_box div{
    margin-top: 30px;
    font: normal 18px/28px 'Pretendard-Light', sans-serif;
    color: #111;
    text-align: center;
}

.atobot_slide_box div span{
    font: 22px 'Pretendard-Semibold', sans-serif;
    display: block;
    margin-bottom: 20px;
}

.slider_counter {
    position: absolute;
    bottom: 155px;
    left: -300px;
    z-index: 1;
    font: 18px 'Pretendard-Ligt', sans-serif;
    color: #999;
    pointer-events: none;
}

.currentSlide{
    color : #0098a9;
    font: 20px 'Pretendard-Semibold', sans-serif;
}

.progress {
    position: absolute;
    bottom: 130px;
    width: 200px;
    height: 3px;
    overflow: hidden;

    background-color: rgba(0, 152, 169, 0.2);
    background-image: linear-gradient(to right, #0098a9, #0098a9);
    background-repeat: no-repeat;
    background-size: 0 100%;

    transition: background-size .4s ease-in-out;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }



/*section6*/
#section6{
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app_txt > p {
    font: normal 50px/64px 'Pretendard-Bold', sans-serif;
    color: #111;
    margin-bottom: 5px;
}

.app_txt > p > span{
    color: #0098a9;
}

.app_txt ul{
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.app_txt ul li{
    width: 230px;
    height: 80px;
    border-radius: 20px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

.app_txt ul li:hover{
    background-color: #F0FBF7;
}

.app_txt ul li p{
    margin-left: 20px;
    font: normal 20px/30px 'Pretendard-SemiBold', sans-serif;
    color: #666;
}

.app_down_img{
    position: relative;
    width: 550px;
    height: 530px;
}

.app_down_img img{
    position: absolute;
}

.app_down_img img:first-child{
    right: 0;
    top: 0;
}

.app_down_img img:last-child{
    left: 0;
    bottom: 0;
    animation: handmove 0.4s linear 1.5s infinite alternate;
}

@keyframes handmove {
    0% {
        transform: rotate(0deg) translateY(0px);
    }
    100% {
        transform: rotate(2deg) translateY(-6px);
    }
}
