#main{
  width: 100%;
  position: relative;
}
#main .slider-for {
    width: 100%;
    /* height: 100vh; */
    position: relative;
}
#main .prograssImg {
    width: 100%;
    /* height: 100vh !important; */
    position: relative;
    overflow: hidden;
}
#main .prograssImg .txt_box{
    position: absolute;
    top: 55%;
    left: 25%;
    transform: translate(-50%, -50%);
}
.slick-active .txt_box{
    animation: txt_show 1.5s both;
}
@keyframes txt_show {
    0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
      }
      100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
    }
}
.prograssImg .txt_box .txt{
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.prograssImg .txt_box p span{
    font-family: '01HanwhaB', sans-serif;
    font-weight: normal;
}
.prograssImg2 .m_slide2{
    display: none;
}
.prograssImg2 .txt_box .txt{
    top: 45%;
}
.prograssImg2 .img_box img{
    opacity: 0;
}
.prograssImg .txt_box p:nth-child(2){
    margin-top: 15px;
    line-height: 1.5;
}
.prograssImg2 .txt p{
    font-family: '01HanwhaB', sans-serif;
        font-weight: normal;
}
.prograssImg2 .txt p:first-child{
    color: #e56d57;
}
.prograssImg2 .txt p:first-child span{
    border-bottom: 2pt solid #ea6046;
    text-emphasis-style : dot;
}
.prograssImg2 .txt p:last-child{
    line-height: 1.8;
}
.prograssImg2 .txt p:last-child strong{
    color: #e56d57;
}
.scroll{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    align-items: center;
    width: 100%;
}
.scroll div{
  width: 28px;
  height: 44px;
  border: 2pt solid #ffffff; 
  border-radius: 30px;
  position: relative;
}
.scroll span{
  width: 4px;
  height: 7px;
  border-radius: 50%;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 12px;
  left: 43%;
  animation: scroll infinite 1.5s linear;
}
@keyframes scroll {
    0% {
        top: 5px;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

.main_title{
    gap: 20px 0;
}
.main_title p:first-child{
    color: #e56d57;
    letter-spacing: 0.1em;
}
.main_title p:last-child{
    color: #454545;
}

/* main_section1 */
#main_section1{
    padding: 150px 0;
}
.ms1_con{

    gap: 50px 0;
}
.ms1_con li{
    width: 20%;
}
.ms1_con li p{
    color: #454545;
    line-height: 1.3;
}

/* main_section2 */
.ms2_con{ 
    background-image: url(../images/ms2_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 415px;
    gap: 0 300px; 
    align-items: center;
}
.ms2_num{
    padding-left: 95px;
}
.ms2_num>div{
    gap: 0 10px;
}
.ms2_num>div span{
    color: #454545;
}
.ms2_num>p{
    color: #454545;
}
.ms2_num>a{
    width: 230px;
    height: 60px;
    gap: 0 20px;
    border: 1pt solid #e56d57;
    color: #e56d57;
    border-radius: 5px;
}
.ms2_time{
    gap: 25px 0;
}
.ms2_time li{
    gap: 0 40px;
    align-items: center;
}
.ms2_time .img_box{
    gap: 0 15px;
}
.ms2_time .img_box span{
    letter-spacing: 4.6vw;
}
.ms2_time li:last-child .img_box p{
    letter-spacing: 0.3vw;
}
.ms2_time .txt_box>div{
    gap: 0 10px;
}
.ms2_time .txt_box>p{
    margin: 0 20px;
}

/* main_section3 */
#main_section3{
    padding: 120px 0 100px;
}
.map{
    width: 960px;
}
.ms3_con{
    gap: 0 30px;
}
.ms3_con ul{
    gap: 30px 0;
}
.ms3_con li{
    gap: 15px 0;
}
.ms3_con li>div{
    gap: 0 15px;
}
.ms3_con li p{
    line-height: 1.5;
}

/* mobile */
@media screen and (max-width: 767px){ 
    #main{
        margin-top: 50px;
    }#main .prograssImg>img{
        height: 40vh;
        object-fit: cover;
    }
    .prograssImg2 .slide2{
        display: none;
    }
    .prograssImg2 .m_slide2{
        display: block;
    }
    .prograssImg .txt_box p span{
        font-size: 16px;
    }
    .prograssImg .txt_box p{
        font-size: 15px;
    }
    .prograssImg .txt_box p strong{
        font-size: 15px;
    }
    
    .prograssImg2 .txt_box p span{
        font-size: 20px;
    }
    .prograssImg2 .txt_box p{
        font-size: 18px;
    }
    .prograssImg2 .txt_box p strong{
        font-size: 18px;
    }
    
    .scroll {
        display: none;
    }
    .scroll div {
        width: 23px;
        height: 39px;
    }
    .scroll span {
        width: 3px;
        height: 6px;
        left: 44%;
    }

    .main_title {
        gap: 10px 0;
    }
    
    /* main_section1 */
    #main_section1 {
        padding: 80px 0;
    }
    .ms1_con {
        gap: 20px 0;
        justify-content: space-between;
    }
    .ms1_con li {
        width: 48%;
    }
    .ms1_con .img_box{
        width: 100px;
    }
    .ms1_con .img_box img{
        width: 100%;
    }

    /* main_section2 */
    .ms2_con{
        background-image: unset;
        background-color: #f9f9f9;
        gap: 20px 0;
        height: unset;
        align-items: unset;
    }
    .ms2_num{
        padding: 10px;
    }
    .ms2_num .img_box{
        width: 20px;
    }
    .ms2_num .img_box img{
        width: 100%;
    }
    .ms2_num>a {
        width: 150px;
        height: 35px;
        gap: 0 10px;
    }
    .ms2_time{
        background-color: #ed9989;
        padding: 10px;
    }
    .ms2_time li{
        flex-direction: column;
        gap: 5px 0;
        align-items: unset;
    }
    .ms2_time .img_box {
        gap: 0 10px;
    }
    .ms2_time .icon_box{
        width: 20px;
    }
    .ms2_time .icon_box img{
        width: 100%;
    }
    .ms2_time .txt_box{
        justify-content: center;
    }
    .ms2_time .txt_box>div {
        gap: 0 5px;
    }
    .ms2_time .txt_box>p {
        margin: 0px 10px;
    }

    /* main_section3 */
    #main_section3 {
        padding: 100px 0 80px;
    }
    .ms3_con {
        gap: 30px 0;
    }
    .ms3_con>div{
        width: 90%;
        margin: 0 auto;
    }
}
    
/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
    #main .prograssImg>img{
        height: 800px;
        object-fit: cover;
    }
    #main .prograssImg4>img{
        object-fit: unset;
    }
    .scroll div {
        width: 23px;
        height: 39px;
    }
    .scroll span {
        width: 3px;
        height: 6px;
        left: 44%;
    }

    .main_title {
        gap: 15px 0;
    }
    
    /* main_section1 */
    #main_section1 {
        padding: 90px 0;
    }
    .ms1_con {
        gap: 25px 0;
        justify-content: space-between;
    }
    .ms1_con .img_box{
        width: 100px;
    }
    .ms1_con .img_box img{
        width: 100%;
    }

    /* main_section2 */
    .ms2_con{
        gap: 0 80px;
    }
    .ms2_num{
        padding: 10px;
    }
    .ms2_num .img_box{
        width: 20px;
    }
    .ms2_num .img_box img{
        width: 100%;
    }
    .ms2_num>a {
        width: 180px;
        height: 40px;
        gap: 0 15px;
    }
    .ms2_time{
        padding: 15px;
    }
    .ms2_time li{
        flex-direction: column;
        gap: 10px 0;
        align-items: unset;
    }
    .ms2_time .img_box {
        gap: 0 15px;
    }
    .ms2_time .icon_box{
        width: 30px;
    }
    .ms2_time .icon_box img{
        width: 100%;
    }
    .ms2_time .txt_box>div {
        gap: 0 10px;
    }
    .ms2_time .txt_box>p {
        margin: 0px 15px;
    }

    /* main_section3 */
    #main_section3 {
        padding: 90px 0 80px;
    }
    .map {
        width: 60%;
    }
}