.h_auto{
    height: auto;
    position: static;
}

.padding_wrap{
    position: static;
    transform: none;
    padding: 15em 0;
}

.indent li{
      padding: 0.2em 11px;
  list-style-position: inside;
  text-indent: -10px;
}

.indentB li{
      padding: 0.2em 40px;
  list-style-position: inside;
  text-indent: -17px;
}



#section1 .section_tit_box .s_tit {
    color: #ebebeb;
    font-size: 4.8rem;
    padding-bottom: 1em;
    letter-spacing: 2px;
}

#section1 .section_tit_box .tit_text {
    color: #ebebeb;
    font-size: 2.3rem;
}

#section1 .section_tit_box .tit_text p {
    color: #ebebeb;
    padding-bottom: 0.7em;
    line-height: 1.4em;
}


/* 섹션1 */
#section1 {
    background: url(../img/wiezon_wiezon.mp4);
    background-size: cover;
    width: 100%;
}

.section1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* 섹션2 */
.section2 .contents_wrap>div {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.section2 .contents_wrap {
    display: flex;
    height: 65%;
    width: 100%;
}

.section2 .contents_wrap ul {
    border-radius: 1em;
    background: #fff;
    padding: 2em 2em;
    position: relative;
}


.section2 .contents_wrap ul li {
   font-size: 2rem;
    color: #333333;
    padding: .2em 0;
    font-weight: 600;
}

#section2 .content li {
    text-align: center;
    color: #333333;
}


#section2 .content1 {
    background: #d4e0f0;
    width: 28%;
}

#section2 .content1 img {
    max-width: 80%;
    transform: translate(0px, 2px);
}


#section2 .content2 {
    background: #cbd1d5;
    width: 28%;
}

#section2 .contents_wrap div li:nth-child(1) {
    font-size: 3.8rem;
    color: #333333;
    font-weight: 800;
    padding: 0;
    margin-bottom: 0.5em;
}



#section2 .content2 li img {
    max-width: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(50px, -25px);
}

#section2 .content3 {
    background: #cde6ea;
    width: 28%;
}

#section2 .content3 li img.content3_img1 {
    max-width: 43%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(15px, -11px);
}

#section2 .content3 li img.content3_img2 {
    max-width: 38%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-40px, -48px);
}

#section2 .tit_text p {
    font-size: 2.2rem;
}

#section2 .contents_wrap div div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}


/* 섹션4 */
#section4 {
    background: #e3e6ec5d;
}

#section4 .padding_wrap {
    padding: 10em 0;
}

#section4 .section_tit_box .tit_text p {
    line-height: 5.5rem;
    font-size: 3.5rem;
    padding-bottom: 1.3em;
}

#section4 .section_tit_box .s_tit {
    font-weight: 800;
}

.width_100_bg {
    margin: 0 auto;
    width: 100%;
    background: #fff;
}




/* 섹션5 */
.section5 .tab_cnt {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}

.section5 .section_tit_box{
    text-align: center;
}

.section5 .tab {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0;
}

.section5 .tab li {
    padding: 0.3em 0.5em;
    font-size: 2.6rem;
    color: #b4b4b4;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
}

.section5 .tab_board {
    width: 100%;
    margin: 0 auto;
}
.section5 .tab_board .year {
    height: auto;
}

.section5 .tab_board>div {
    width: 100%;
    padding: 1em 0;
    font-size: 1.8rem;
    font-weight: 500;
}

#section5 .year>div {
    border-bottom: 1px solid #dedede;
    padding: 0.7em 0.8em;
    width: 100%;
}

#section5 .year>div:nth-last-child(1) {
    border-bottom: 0;
}

.section5 .tab_board>div>div {
    display: flex;
    padding: .5em 0;
}

.section5 .tab_board .month {
    font-weight: 700;
    color: #ababab;
    margin-right: 20px;
    font-size: 2.2rem;
    text-align: left;
    width: 35px;
}

.section5 .tab li.active {
    color: #666;
    background: #efefef;
    border-radius: .3em;
}

.year_box li{
    padding: .2em;
}

.year_box.all > li{
    border-bottom: 1px solid #6f727047;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }

  .year_box.all > li:nth-last-child(1){
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
/* .month_box li:nth-child(1){
    font-weight: 700;
    color: #ababab;
    margin-right: 20px;
    font-size: 2.2rem;
    text-align: left;
    width: 35px;
} */

.year_layout{
    display: flex;
}

.year_text{
    font-size: 3.5rem;
    font-weight: 800;
    margin-right: 1.5em;
    color: #1cad56d4;
}

#section2 .section_tit_box .s_tit{
    font-size: 3.3rem;
}


#section2 .align{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3em;
}

 #section2 .cnt_box{
    width: 48.5%;
    padding: 1.5em 2em;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 20px;
    box-shadow: 0px 3px 30px rgba(106, 127, 170, 0.242);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 #section2 .cnt_box .img{
     width: 30%;
  max-width: 150px;
}

#section2 .cnt_box .tit{
    font-size: 1.8rem;
    font-weight: 700;
    color: #808080;
}

#section2 .cnt_box .text{
    font-size: 2.6rem;
    font-weight: 600;
    padding-top: 0.3em;
    color: #333;
    padding-bottom: .7em;
}



/* #section4 .cnt_box ul{
    height: 200px;
} */

#section2 .cnt_box ul li{
    padding: .2em 0;
}

#section2 .cnt_box ul li::before{
    content: '•';
    margin-right: 5px;
}

/* #section4 .cnt_box .img{
    float: right;
    width: 35%;
} */

#section2 .align:nth-child(1) .cnt_box:nth-child(2) .img{
    margin-top: 10px;
}

#section2 .cnt_box .img img{
    max-width: 100%;
}





/* 위지온 핵심가치 */
#section6 ul {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    margin-top: 1em;
}


#section6 ul li {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

#section6 ul>li div {
    width: 100%;
    height: 530px;
}

#section6 ul li div.cnt1 {
    width: 100%;
    background: url(../img/section6_1.png) no-repeat;
    background-size: cover;
    margin: 0 0.5em;
}

#section6 ul li div.cnt2 {
    width: 100%;
    background: url(../img/section6_2.png) no-repeat;
    background-size: cover;
    margin: 0 0.5em;
}

#section6 ul li div.cnt3 {
    width: 100%;
    background: url(../img/section6_3.png) no-repeat;
    background-size: cover;
    margin: 0 0.5em;
}

#section6 ul li div.cnt4 {
    width: 100%;
    background: url(../img/section6_4.png) no-repeat;
    background-size: cover;
    margin: 0 0.5em;
}


#section6 ul li a {
    display: block;
    width: auto;
    text-decoration: none;
}

#section6 ul li a .screen {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#section6 ul li a .screen .top {
    position: absolute;
    top: 17%;
    padding: 0 1em;
    z-index: 2;
    color: #202020;
    font-size: 3.5rem;
    font-weight: 600;
    transition: all .85s;
}

#section6 ul li a .screen:hover img {
    display: none;
    transition: all .85s;
}


#section6 ul li a .screen:hover .top {
    position: absolute;
    top: 10%;
    padding: 0 1em;
    z-index: 2;
    font-size: 3.3rem;
    transition: all .55s;
}


#section6 ul li a .screen .bottom {
    position: absolute;
    top: 150%;
    z-index: 2;
    color: #2c2c2c;
    font-size: 2.2rem;
    transition: all .55s;
    padding: 0 1.2em;
    font-weight: 500;
    line-height: 1.4em;
}



#section6 ul li a .screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(226 228 235 / 88%) -94.16%, rgb(255 255 255 / 90%) 21.97%);
    z-index: 1;
    opacity: 0;
    transition: all .85s;
}

#section6 ul li a:hover .top {
    bottom: 52%;
}

#section6 ul li a:hover .bottom {
    top: 30%;
}

#section6 ul li a:hover .screen:after {
    opacity: 1;
}

/* 섹션7 */
.section7 .section_tit_box .tit_text {
    font-size: 2.2rem;
}


.section7 .contents_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.section7 .contents_wrap > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 45%;
    height: 100%;
}

#section7 .flex_box{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    font-size: 2.2rem;
    font-weight: 500;
    border-top: 1px solid #dedede;
    padding: 2em 0;

}

#section7 .flex_box li{
    margin-bottom: 10px;
}

#section7 .flex_box ul{
    width: 50%;

}

#section7 .flex_box ul li:nth-child(1){
    font-weight: 600;
    color: #00b42e;
    margin-bottom: 20px;

}

.team_img1{
    width: 100%;
    height: 100%;
}

.team_img1 img{
    max-width: 100%;
    border-radius: 15px;
}

.section7 p.text{
    font-size: 2.2rem;
    font-weight: 500;
    margin: 30px 0;
    line-height: 1.5em;
}



/* 섹션8 */
#section8 {
    background: url('../img/section8_bg.png') no-repeat;
    background-size: cover;
}

.section8_contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-around;
    align-content: space-between;
    margin: 0 auto;
}


.section8_cnt_line>ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 30px 0;
}


.section8_cnt_line>ul>li:nth-child(1){
    margin-right: 20px;
}

.section8_cnt_line>ul>li.flex {
    display: flex;
    width: 50%;
    justify-content: flex-start;

}

.section8_cnt_line>ul>li ul li {
    font-size: 2.7rem;
    padding: 0.1em 0;
}

.section8_cnt_line>ul>li ul>li:nth-child(1) {
    font-size: 2rem;
    font-weight: 800;
    color: #b0b0b0;
}

.section8_cnt_line>ul>li ul>li:nth-child(2) {
    font-weight: 600;
}

.section8_cnt_line>ul>li ul>li:nth-child(3) {
    font-size: 2.2rem;
    color: #333;
}

.section8_cnt_line .cnt_img {
    width: 22%;
}


#section8 img {
    max-width: 10%;
    min-width: 100px;
}

#video_area {
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    }

    #background_video {
        z-index: -1;
        width: 100vw;
        position: absolute;
    }


.costomer-box{
    font-size: 2rem;
    line-height: 3rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-top: 2em;
}

.costomer-box p{
    font-size: 2rem;
    font-weight: 700;
}

.costomer-box span{
    font-weight: 700;
    color: #fff;
    margin-left: .2em;
}

.costomer-box li{
    margin: .2em 0;
}




    /* 1219/685 is an aspect ratio of the video */
    @media screen and (max-aspect-ratio: 1219/685) {
    #background_video {
        width: auto;
        height: 100%;
        }
    }

    .video-text {
        width: 90%;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    }

    .video-text {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20em 0;
        color: #fff;
    }

    .video-text p{
        color: #fff;
    }






/* Large Devices, Wide Screens : ~ 1200px */
@media only screen and (max-width : 1400px) {
    #section1 .section_tit_box .tit_text {
        font-size: 3rem;
    }

    #section6 .screen br {
        display: none;
    }



    .section6 {
        height: 100%;
        top: 65%;
    }

}

@media only screen and (max-width : 1200px) {
    .section6 ul li a .screen:hover .top {
        top: 5%;
        padding: 0 1em;
        font-size: 2.3rem;
    }

    .section6 ul li a:hover .bottom {
        top: 43%;
    }

    #section2 .cnt_box {
        min-height: auto;
        flex-direction: row;
      }


}

/* Medium Devices, Desktops : ~ 992px */
@media only screen and (max-width : 992px) {

    html,
    body {
        letter-spacing: -0.5px;
    }

    .section1 div img {
        display: none;
    }

    #section2 .content1 img {
        transform: translate(0px, 2px);
    }

    #section2 .content2 li img {
        transform: translate(35px, -40px);
    }

    #section4 .section_wrap {
        top: 50%;
        height: auto;
    }

    .width_100_bg {
        bottom: 16%;
    }


    .section5 {
        height: auto;
    }

    .section5 .tab_cnt {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 3em 0;
        flex-direction: column;
    }

    .section5 .tab {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }



    .width_100_bg .contents_box .partners_box ul {
        flex-direction: column;
    }

    .section6 {
        top: 54%;
    }

    #section6 .width_100_bg {
        top: 36%;
        transform: translate(-50%, -50%);
    }

    #section6 ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }

    #section6 ul li {
        width: 100%;
        margin-bottom: 10px;
    }



    .section7 .contents_wrap {
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
    }

    .section7 .contents_wrap > div:nth-child(1) {
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }

    .team_img1 {
        margin-right: 5px;
    }

    .team_img2 {
        margin-left: 5px;
    }

    .team_img3 {
        width: 100%;
        background-position: 50% 0%;
    }

    .section8_cnt_line>ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 0;
    }

    .section8_cnt_line>ul>li.flex {
        width: 100%;
        margin: 2.5em;
    }

    .section8_cnt_line .cnt_img {
        width: 17%;
    }
    
    #section7 .flex_box {
    flex-direction: column;
}
#section7 .flex_box ul {
  width: 100%;
  margin-bottom: 20px;
}
#section7 .flex_box ul li:nth-child(1) {
  margin-bottom: 10px;
}
#section2 .align {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
}

#section2 .cnt_box {
  width: 100%;
  margin: 1em 0;
}



}

@media only screen and (max-width : 768px) {

    .section_tit_box .s_tit {
        font-size: 3.8rem;
        padding-bottom: 0.5em;
    }

    #section1 .section_tit_box .tit_text {
        font-size: 22px;
    }



    .section2 .contents_wrap {
        height: auto;
    }

    #section2 .content1 {
        width: 100%;
    }

    #section2 .content1 img {
        max-width: 260px;
        right: 5px;
        top: 5%;
        position: absolute;
    }

    #section2 .content2 li img {
        max-width: 190px;
        transform: translate(163%, -8%);
    }

    #section2 .content3 li img.content3_img1 {
        max-width: 155px;
        left: 215px;
    }

#section2 .content3 li img.content3_img2 {
    max-width: 79px;
    position: absolute;
    right: -7px;
    bottom: 0;
    transform: translate(-39px, -98px);
}

    #section2 .content2 {
        width: 100%;
    }

    #section2 .content3 {
        width: 100%;
    }

    #section2 .content li {
        text-align: left;
    }

    .section2 .contents_wrap div {
        display: flex;
        justify-content: center;
        padding: 0;
        flex-direction: column;
        height: auto;
    }

    .section2 .contents_wrap ul {
        margin-bottom: 1em;
        padding: 2em 5em;

    }

#section2 .content li {
        color: #4c4c4c;
        font-size: 18px;
        text-align: center;
    }

    #section2 .content1 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #section2 .content1 img {
        display: none;
    }

    #section2 .content2 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #section2 .content2 img {
        display: none;
    }

    #section2 .content3 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #section2 .content3 img {
        display: none;
    }


    .section2 .contents_wrap div ul li {
        padding: 0.2em 0;
    }

    .section3 .section_tit_box .tit_text {
        font-size: 2.5rem;
    }

    #section4 .section_wrap {
        height: auto;
    }

    #section4 .width_100_bg {
        bottom: 11%;
    }

    #section6 ul li div.cnt1 {
        margin-bottom: 10px;
    }

    #section6 ul li div.cnt3 {
        margin-bottom: 10px;
    }


    #section6 ul {
        display: flex;
        flex-direction: column;
    }

    #section6 ul li {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .section7 .contents_wrap {
        display: flex;
        justify-content: space-evenly;
        align-items: stretch;
        flex-direction: column;
    }

    .section6 ul li a:hover .bottom {
        top: 50%;
    }


    .section8_cnt_line>ul>li.flex {
        width: 100%;
        display: flex;
        padding: 15px 0;
        justify-content: space-between;
    }

    .section8_cnt_line>ul>li.flex>div {
        display: flex;
        align-items: center;
        width: 75%;

    }

    .section8_cnt_line>ul>li ul li {
        font-size: 18px;
    }

    #section8 .cnt_img {
        width: 25%;
    }

    #section8 img {
        min-width: 60px;
    }

    .section8_cnt_line>ul>li ul>li:nth-child(1) {
        font-size: 13px;
    }

    .section8_cnt_line>ul>li ul>li:nth-child(3) {
        font-size: 14px;
    }


}


/* Extra Small Devices, Phones : ~ 480px */
@media only screen and (max-width : 480px) {
    .section1 {
        top: 53%;
    }



    .section_tit_box .tit_text {
        font-size: 15px;
    }

    .section_tit_box .s_tit {
        font-size: 24px;
        font-weight: 700;
    }

    #section1 .section_tit_box .s_tit {
        font-size: 4rem;
        font-weight: 600;
        letter-spacing: 0;
    }


    #section1 .section_tit_box .tit_text p {
        font-size: 17px;
    }

    .section2 .contents_wrap {
        height: auto;
    }

    #section2 .tit_text p {
        font-size: 17px;
        line-height: 24px;
        font-weight: 500;
    }

    #section2 .contents_wrap div li:nth-child(1) {
        font-size: 24px;
        color: #4a4a4a;
        font-weight: 700;
    }

    #section4 .section_tit_box .tit_text {
        font-size: 32px;
        padding-top: 10px;
    }

    #section4 .section_tit_box .tit_text p {
        line-height: 48px;
    }


    #section4 .section_tit_box .s_tit {
        font-size: 24px;
        font-weight: 800;
    }

    #section4 .width_100_bg {
        bottom: 16%;
    }

    .section5 .tab_board>div {
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
    }

    .section5 .tab_board .month {
        font-size: 17px;
        margin-right: 10px;
    }

    #section5 .year>div {
        padding: 0;
    }

    .section5 .tab_cnt {
        padding: 0em 0;
    }

    .section5 .tab li {
        font-size: 2.2rem;
    }

    #section6 ul>li div {
        margin-bottom: 10px;
    }

    #section6 ul>li div.cnt1 {
        margin-bottom: 10px;
    }

    #section6 ul>li div.cnt2 {
        margin-bottom: 10px;
    }

    #section6 ul>li div.cnt3 {
        margin-bottom: 10px;
    }

    #section6 ul li a .screen .top {
        font-size: 32px;
        font-weight: 600;
    }


    #section6 ul li a .screen:hover .top {
        font-size: 3rem;
        font-weight: 600;
    }

    #section6 ul li a .screen .bottom {
        font-size: 2.2rem;
        padding: 0 20px;
        font-weight: 400;
        line-height: 33px;
    }

    #section6 ul {
        margin-top: 0;
    }

    .section6 ul li {
        display: flex;
        vertical-align: top;
        flex-direction: column;
    }

    .section7 .section_tit_box {
        padding-bottom: 1em;
    }

    .section7 .contents_wrap > div:nth-child(1) {
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        display: flex;
    }

    /* .team_img1 {
        margin-right: 0px;
    }

    .team_img2 {
        margin-left: 0px;
    }

    .team_img3 {
        background-size: contain;
    } */


    #footer {
        height: 75%;
    }

    #section2 .content2 li img {
        max-width: 190px;
        transform: translate(120%, -25%);
    }
    

.year_box > li {
    flex-direction: column;
  }

  .year_layout {
    flex-direction: column;
  }

  .year_text {
    margin-bottom: .5em;
  }

  .padding_wrap {
    padding: 10em 0;
  }
      

}


