#main_content{
    width: 100%;
}

/* slide */
.slide_section{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slider-for{
    width: 100%;
    height: 100vh;
}

.prograssImg1,
.prograssImg2,
.prograssImg3{
    width: 100%;
    height: 100vh !important;
}

.prograssImg1 img,
.prograssImg2 img,
.prograssImg3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-active img{
    animation: zoon-out 7s ease-out;
}

@keyframes zoon-out{
    0%{
        transform: scale(1.1);
    }

    100%{
        transform: scale(1.0);
    }
}

.slickText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slickLine{
    width: 100%;
    height: 100%;
    position: absolute;
}

.arrowLocation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: -3.5%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.pagingInfo {
    letter-spacing: 0px;
    font-size: 12px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.pagingInfo2{
    font-size: 12px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.proBar {
    margin: 0 15px;
    width: 150px;
    background: rgba(237, 246, 250, 0.5);
}

.pro-bar {
    height: 3px;
    background: #fff;
}

.pro-ani {
    animation: proBar 7s 1;
    width: 100%;
}

@keyframes proBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.slider-nav{
    width: 100%;
    height: 100%;
}

.slick-list{
    width: 100%;
    height: 100%;
}

.slick-track{
    width: 100%;
    height: 100%;
}

.slide_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide_text p{
    color: #fff;
    font-size: 16px;
    font-family: 'daki-M', sans-serif;
    letter-spacing: 8px;
    margin-right: -8px;
}

.slick-active .slide_text p span{
    animation: opacity 1.5s .5s ease-in forwards;
    opacity: 0;
}

@keyframes opacity {
    0%{
      opacity: 0;
    }

    80%{
      opacity: 0.5;
    }

    100%{
      opacity: 1;
    }
}

.slide_text p strong{
    font-family: 'daki-B';
}

.slide_text p span{
    display: block;
    letter-spacing: 0;
    margin-right: 0;
    margin-top: 20px;
}

.slide_text .more_btn{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.slide_text .more_btn a{
    width: 190px;
    height: 50px;
    font-size: 16px;
    letter-spacing: 1px;
}

.slide_text01 p span{
    font-size: 65px;
    line-height: 80px;
}

.slide_text02 p span{
    font-size: 50px;
    line-height: 60px;
}

.slide_text02 p strong{
    font-size: 80px;
    line-height: 100px;
}

.slide_text03 p span{
    font-size: 38px;
    line-height: 50px;
}

.slide_text03 p strong{
    font-size: 75px;
    line-height: 100px;
}

.scroll_box{
    position: absolute;
    left: 2.5%;
    bottom: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.scroll_box p{
    font-size: 12px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    writing-mode: vertical-lr;
}

.scroll_motion{
    width: 10px;
    height: 25px;
    border-radius: 30px;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.scroll_dot{
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollUpdown 1.1s ease-in-out infinite;
}

@keyframes scrollUpdown {
	0% {
		top: -20%;
        opacity: 1;
	}
	100% {
		top: 90%;
        opacity: 0.2;
	}
}
/* //slide */


.main_company{
    width: 100%;
    padding: 110px 0 65px;
    position: relative;
}

img.company_bg_logo{
    position: absolute;
    z-index: -1;
   /* left: -90px;
    bottom: -100px;*/
    bottom: 7px;
    width: 23%;
}

.main_company .center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section_title{
    padding-bottom: 100px;
}

.section_title>span{
    font-size: 18px;
    color: #777;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
}

.section_title p{
    font-size: 55px;
    color: #111;
    line-height: 70px;
    font-family: 'Pretendard-Bold', sans-serif;
    position: relative;
    margin-top: 15px;
}

span.circle{
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background-color: #8097bf;
    position: absolute;
    top: -3px;
    right: -10px;
}

.company_text{
    font-size: 20px;
    color: #111;
    line-height: 38px;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
}

.company_text span{
    font-family: 'paybooc-Bold', sans-serif;
    font-weight: normal;
    background-image: linear-gradient( transparent 50%, rgba(179, 197, 227, 0.5) 50% );
    line-height: 1.3;
}

.main_business{
    width: 100%;
    padding: 90px 0 100px;
    background-image: url(../images/main_business_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main_business .section_title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}

.main_business .section_title>span{
    color: #fff;
}

.main_business .section_title p{
    color: #fff;
    margin-top: 7px;
}

.main_business ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.main_business ul li{
    margin: 0 35px;
    text-align: center;
}

.icon_box{
    width: 170px;
    height: 170px;
    border-radius: 100px;
    background-color: rgba(48, 63, 81, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: hard-light;
}

.main_business ul li p{
    font-size: 22px;
    color: #fff;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    margin-top: 20px;
}

.main_notice{
    width: 100%;
    padding: 95px 0;
}

.section_top{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section_top .section_title{
    padding: 0;
}

.section_top .section_title span.circle{
    right: 25px;
}

.notice_more{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.notice_more i{
    font-size: 60px;
    color: #acacac;
    transition: transform .3s;
}

.notice_more:hover i{
    transform: rotate(90deg);
}

.main_notice ul{
    width: 100%;
    margin-top: 70px;
    display: inline-block;
}

.main_notice ul li{
    width: 30%;
    float: left;
    padding: 25px 0;
    border-top: 2px solid #222;
    margin-right: 5%;
    cursor: pointer;
}

.main_notice ul li:last-child{
    margin-right: 0;
}

.notice_title span{
    font-size: 16px;
    color: #58708c;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    margin-bottom: 15px;
}

.notice_title p{
    font-size: 26px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    line-height: 38px;
    word-break: keep-all;
}

.main_notice ul li:hover p{
    text-decoration: underline;
}

.upload{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 30px;
}

.main_solution_contact{
    width: 100%;
}

.main_solution_contact ul{
    width: 100%;
    display: flex;
}

.main_solution_contact ul li{
    width: 50%;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.main_solution_contact ul li>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    transition: transform .5s;
}

.main_solution_contact ul li:hover>img{
    transform: scale(1.2);
}

.main_solution_contact ul li p{
    font-size: 50px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    text-align: center;
}

.main_solution_contact ul li p span{
    display: block;
    font-size: 16px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-right: -1px;
}

.more_btn{
    margin-top: 35px;
}

.more_btn a{
    width: 145px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    transition: background-color .5s, border .5s;
}

.more_btn a:hover{
    background-color: #000;
    border: 1px solid #000;
}
