#container {
    width: 100%;
}

/* slide */
.visual{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.v_0{
    width: 100%;
    height: 100vh;
}

.v_1{
    width: 100%;
    height: 100vh;
}

.v_2{
    width: 100%;
    height: 100vh;
}

.slide_box{
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide_textbox{
    width: 100%;
    font-family: 'Pretendard-Bold', sans-serif;
    color: #fff;
    line-height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 3px;
    text-align: center;
}

.slid_deco{
    display: flex;
    align-items: center;
    justify-content: center;
}

.slid_deco hr{
    width: 180px;
    height: 1px;
    background-color: #481368;
    margin: 0;
    border: 0;
}

.slid_deco img{
    margin: 0 20px;
}

.slide_textbox h1 span{
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 55px;
}

.slide_textbox p{

    font-size: 20px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.slide_textbox h1{

    font-size: 40px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    line-height: 65px;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.main_btn{
    width: 155px;
    height: 50px;
    background-image: url(../images/main_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 45%;
    font-size: 12px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.main_btn:hover{
    background-image: url(../images/main_btn_o.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out .3s;
    color: #481368;
    font-family: 'Pretendard-Regular', sans-serif;
}

.scroll{
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    color: #fff;
    font-family: 'Pretendard-Thin', sans-serif;
    position: absolute;
    z-index: 999;
    bottom: 0%;
    right: 50%;
    display: flex;
    align-items: center;

}

.scroll p{
    font-size: 16px;
    animation: pingpong infinite 1s ease-in;
}

.bar{
    width: 1px;
    height: 50px;
    background-color: #fff;
    margin-top: 15px;
}

@keyframes pingpong {
    0%{
      margin-bottom: 0px;
    }

    50%{
      margin-bottom: 7px;
    }

    100%{
      margin-bottom: 0px;
    }
}

/* //slide */


/* section01 */

.section01{
    width: 100%;
    padding: 10% 0 6%;
    overflow: hidden;
    background-image: url(../images/m_sub_bg1.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
}

/* .career{
    width: 55%;
    border: 18px solid #dad0e1;
    display: flex;
    height: 350px;
    position: relative;
    align-items: center;
    float: left;
} */

.career_box{
  width: 58%;
  height: 400px;
  border: 18px solid #dad0e1;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.slick-slider .slick-track, .slick-slider .slick-list{
  height: 100% !important;
}
.slick-list{
  overflow: inherit !important;
}
.career{
    width: 100%;
    display: flex !important;
    height: 100%;
    position: absolute;
    align-items: center;
    /* float: left; */
}

.man{
    position: absolute;
    bottom: 0%;
    left:4%;
    font-size: 0;
}

.career_text{
    position: absolute;
    /* right: 5%; */
    left: 55%;
}

.c_tt{
    font-size: 16px;
}

.c_name{
    font-size: 30px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin: 10px 0 30px;
    color: #111;
}

.c_content{
    font-size: 12px;
    line-height: 20px;
    color: #777;
}

.intro{
    width: 36%;
    float: right;
}

.i_title{
    font-size: 30px;
    font-family: 'Pretendard-Bold', sans-serif;
    color: #111;
}

.i_content{
    font-size: 15px;
    line-height: 25px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin: 20px 0 40px;
}

.main_btn2{
    width: 155px;
    height: 50px;
    background-image: url(../images/main_btn2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #481368;
}

.main_btn2:hover{
    background-image: url(../images/main_btn2_o.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out .3s;
    color: #481368;
    font-family: 'Pretendard-Regular', sans-serif;
}

/* section02 */

.section02{
    width: 100%;
    overflow: hidden;
    background-image: url(../images/m_sub_bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0;;
}

.work{
    display: flex;
    align-items: center;
    justify-content: center;
}

.work_cate{
    width: 30%;
    float: left;
}

.w_tt{
    font-size: 30px;
    font-family: 'Pretendard-Bold', sans-serif;
    color: #fff;
    margin-bottom: 26px;
}

.w_list{
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 24px;
}

.w_check{
    font-size: 14px;
    font-family: 'Pretendard-Medium', sans-serif;
    color: #fff;
    margin: 15px 0;
}

.w_check p{
    padding-left: 20px;
    box-sizing: border-box;
}

.w_check i{
    color: #481368;
}

.icon_box{
    width: 65%;
    float: right;
}

.icon_box_list{
    width: 100%;
    display: flex;
    align-items: center;
}

.icon_box_bg{
    text-align: center;
    width: 30%;
    background-color: rgba(17, 17, 17, 0.5);
    margin-right: 38px;
    padding: 30px 0;
    margin-bottom: 30px;

}

.icon_box_bg:hover{
    background-color: rgba(17, 17, 17, 1);
    transition: all ease-in-out .3s;
    cursor: pointer;

}

.icon_box_bg:nth-child(3){
    margin-right: 0;
}

.icon_text{
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #fff;
    line-height: 25px;
}

.icon_img{
    margin: 20px 0;
}

.add i{
    font-size: 30px;
    color: #fff;
    transition: all 0.5s;
}

.icon_box_bg:hover .add>i {
    -ms-transform: rotate(90deg) scale(1.05);
    transform: rotate(90deg) scale(1.05);
}

.main_btn3{
    width: 155px;
    height: 50px;
    background-image: url(../images/main_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    margin-top: 40px;
}

.main_btn3:hover{
    background-image: url(../images/main_btn_o.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out .3s;
    color: #481368;
    font-family: 'Pretendard-Regular', sans-serif;
}

/*section03*/
.section03{
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.add_box{
    position: relative;
}

.address_box{
    background-color: rgba(85, 88, 103, 0.8);
    position: absolute;
    left: 0;
    width: 20%;
    z-index: 9999;
    height: 500px;
    text-align: center;
    padding: 0 50px;
}
.add_logo{
    margin-top: 70px;
}
.add_tt{
    font-size: 30px;
    font-family: 'Pretendard-ExtraBold', sans-serif;
    color: #fff;
    margin: 20px 0;
}

.add_tt span{
    color: #481368 !important;
}

.more_info{
    text-align: left;
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #fff;
    line-height: 25px;
}

.more_info hr{
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 0;
    border: 0;
    margin: 30px 0;
}


/* .root_daum_roughmap .wrap_map{
    height: 500px !important;
} */

.root_daum_roughmap{
    width:100% !important;
    border:0 !important;
    border-radius: 0 !important;
    height: 500px;
  }

  .root_daum_roughmap .wrap_controllers{
    display: none;
  }

  .i_title > span {
      font-size: 48px;
      border-radius: 50%;
      padding-left: 5px;
      color: #481368;
  }

  .w_tt > span {
      font-size: 48px;
      border-radius: 50%;
      padding-left: 5px;
      color: #481368;
  }
