@charset "UTF-8";

a {
    text-decoration: none;
    color: #111111;
}

.bar2px {
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
}

.bar1px {
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
}

#sub1_1_content {
    width: 100%;
    margin-bottom: 150px;
}

#sub1_1_content img {
    width: 100%;
}

#sub1_1_content .left_text {
    white-space: nowrap;
}

#sub1_2_content {
    overflow: hidden;
}

.download_btn {
    margin-top: auto;
    width: 225px;
    height: 60px;
    background-color: #e91d24;
    color: white;
    cursor: pointer;
}

.download_btn * {
    color: white !important;
}

.history {
    gap: 0 !important;
}

.history-text-container {
    flex: 1 1 auto;
    position: relative;
}

.history-text {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    z-index: 10;
}

#history-container {
    margin-top: 70px;
}

#history-container hr {
    border-color: #e1e1e1;
}

.sect01_content,
.sect02_content,
.sect03_content {
    display: flex;
    justify-content: space-between;
}

.left_content {
    flex: 0 0 30%;
    white-space: nowrap;
}

.right_content {
    flex: 0 0 60%;
    margin-left: auto;
}

#history-container {
    width: 100%;
}

#history-container hr {
    border: 0.5px solid #e1e1e1;
}

.address_box {
    border-radius: 20px;
    position: absolute;
    top: 90%;
    left: 20%;
    z-index: 999;
    background-color: #e91d24;
    color: white;
    padding: 60px;
}

.address_box div {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.address_box div i {
    margin-right: 27px;
}

.sect01_content .right_content .row-flex,
.sect03_content .right_content .row-flex {
    justify-content: flex-start;
}

.sect01_content .right_content .row-flex img,
.sect03_content .right_content .row-flex img {
    width: 100px;
    height: fit-content;
}

.sect02_content .right_content .row-flex div {
    width: 49%;
}

.sect02_content .right_content .row-flex div img {
    width: 100%;
}

.sect02_content .right_content .col-flex {
    width: 100%;
}

.sub2_3_img_wrapper img {
    width: 32.2%;
}

.sub2_3_gr_box {
    width: 43%;
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.img-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.img-container img {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 7.7%;
    bottom: 0;
    left: 6%;
    right: 0;
    height: 80%;
    width: 88.8%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container:hover .overlay {
    opacity: 1;
}

.img_text {
    width: fit-content;
    white-space: nowrap;
    position: absolute;
    bottom: 3px;
    left: 22px;
    color: white;
    display: flex;
    align-items: center;
}

.img_text_1 {
    width: fit-content;
    white-space: nowrap;
    position: absolute;
    bottom: 3px;
    left: 22px;
    color: white;
    display: flex;
    align-items: center;
}

.text_dot {
    height: 10px;
    width: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -15px;
}

.img-container2 {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.img-container2 img {
    width: 90%;
    height: auto;
}

.overlay2 {
    position: absolute;
    top: -0.3%;
    bottom: 0;
    left: 0%;
    right: 0;
    height: 98%;
    width: 89.8%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container2:hover .overlay2 {
    opacity: 1;
}

.img_text2 {
    width: fit-content;
    white-space: nowrap;
    position: absolute;
    bottom: 3px;
    left: 22px;
    color: white;
    display: flex;
    align-items: center;
}

.text_dot2 {
    height: 10px;
    width: 10px;
    background-color: #e91d24;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -15px;
}


.section2_slide ul {
    width: 100%;
    display: flex !important;
}

.progress {
    display: block;
    overflow: hidden;
    height: 2px;
    width: 100%;
    background-color: #e1e1e1;
    background-image: linear-gradient(to right, #e91d24, #e91d24);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .2s ease-in-out;
}


.searchbox {
    width: 250px;
    height: 45px;
    border-bottom: 1px solid #111111;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 15px;
}

.searchbox input {
    border: none;
}

.searchbox input::placeholder {
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 14px;
}


.video_portfolio_container .video {
    width: 31.7%;
    cursor: pointer;
}

.video video {
    background-color: rgb(211, 211, 211);
}

.btn_container {
    gap: 15px;
    padding-bottom: 60px;
}

.sub3_3_btn {
    background: #f1f1f1;
    color: #333333;
    width: 15%;
    height: 50px;
    border-radius: 25px;
}

.sub3_3_btn.active {
    background: #e91d24;
    color: white;
}


.sub3_3_video{
max-height:250px;
    min-height:250px;
    object-fit: cover
}

.pageing {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
    list-style: none;
    padding: 0;
}

.pageing li {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageing li a {
    text-decoration: none;
    color: black;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageing li.active {
    background-color: #e91d24;
    border-radius: 10%;
    color: white;
}

.pageing li.active a {
    color: white;
}

 .sub4_1_table {
     border-collapse: collapse;
     width: 100%;
 }

.sub4_1_table th {
    border-top: 1px solid #e91d24;
}

.sub4_1_table th,
.sub4_1_table td {
    text-align: center;
    padding: 17px 0;
    border-bottom: 1px solid #cccccc;
}

.sub4_1_table td {
    /*cursor: pointer;*/
}

.notice_fix {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 30px;
    color: white;
    background: #e91d24;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.title{
    padding: 17.5px 0 !important;
}

.d_content {
    padding: 3% 0;
    word-break: break-word;
    /*white-space: pre-wrap;*/
    height: fit-content;
}
.d_content img{
    width:100%;
}

.go_list {
    background-color: #e91d24;
    color: white;
    width: 180px;
    height: 60px;
}

.process-container {
    position: relative;
}

.process-container hr {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    border: none;
    border-top: 1px solid #000;
}

.process-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: white;
    z-index: 2;
    text-align: center;
    line-height: 1.2;
}

.process_cycle {
    padding: 42px 0;
}

.process_cycle div:nth-child(2) {
    margin-right: 200px;
}

.red_num {
    background-color: #e91d24;
    color: white;
    width: 70px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-right: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sect0_content ul,
.sect01_content ul .sect02_content ul {
    padding-bottom: 5px;
}

.sect0_content li,
.sect01_content li,
.sect02_content li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #111111;
}

.sect0_content li::before,
.sect01_content li::before,
.sect02_content li::before {
    content: '·';
    color: red;
    position: absolute;
    left: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    height:80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.slide-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.slide-item img {
 height: 80vh;
    max-width: 100%;
    object-fit: contain;

}


.slider-container {
    width: 100%;
}
.slick-track{
    height:100% !important;
}


/*#modalVideo {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.sub2_4_5_img img{
    width:400px;
}

.sub2_4_5_img div{
    width:500px;
}

    .custom-fade-up {
        opacity: 0;
        transform: translateY(20px);
        transition: transform 0.8s ease, opacity 0.8s ease;
    }

    .custom-fade-up.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    .custom-fade-up:nth-child(1) {
        transition-delay: 0.1s;
    }
    .custom-fade-up:nth-child(2) {
        transition-delay: 0.2s;
    }




/* mobile */
@media screen and (max-width: 767px) {
.display{
    display: block;
}
    .close_icon i {
        font-size: 20px;
        color: #e9e9e9;
    }

    .bar2px{
       border-width:1px;
    }

    #fixed {
        padding-top: 70px;
    }

    br {
        display: none;
    }

    .download_btn {
        width: 125px;
        height: 47px;
        font-size: 10px !important;
    }

    .address_box {
        top: 75%;
        left:2%;
        width:81%;
        padding: 30px;
    }

    .right_content div {
        align-items: center;
    }

    .right_content div > div {
        width: 100%;
      text-align: left;
    }

    .sect01_content .right_content .row-flex img, .sect03_content .right_content .row-flex img {
        width: 70px;
        height: auto;
    }

    .sect0_content li, .sect01_content li, .sect02_content li {
        font-size: 13.5px;
    }

    .sub2_3_gr_box {
        min-height: 250px;
        padding: 7.5px;
    }

    .img-container {
        width: 50%;
    }

    .img_text {
        bottom: 7px;
        left: 14px;
    }

    .img_text_1 {
        bottom: 7px;
        left: 14px;
    }

    .img-container2 {
        width: 50%;
    }

    .img_text2 {
        bottom: 12px;
        left: 10px;
    }

    .searchbox {
        width: 139px;
        height: 36px;
        border-bottom: 1px solid #111111;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 15px;
    }

    .searchbox input {
        width: 100%;
        padding: 5px;
    }

    .searchbox input::placeholder {
        font-size: 12px;
    }

    .video_portfolio_container .video {
        width: 47%;

    }

    .btn_container {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        justify-content: flex-start !important;
    }

    .sub3_3_btn {
        background: #f1f1f1;
        color: #333333;
        width: 20%;
        height: 35px;
        border-radius: 25px;
    }

    .sub4_1_table {
        width: 100%;
        border-collapse: collapse; /* Ensure borders do not add extra space */
    }

    .sub4_1_table th, td {
        height: 50px;
        padding: 0px 0;
        vertical-align: middle;
    }
    tr {
        margin: 0;
        padding: 0;
    }
    .notice_fix {
        justify-content: center;
        width: 34px;
        height: 19px;
        color: white;
        background: #e91d24;
        display: flex;
        align-items: center;
        font-size: 9px;
        font-family: 'Pretendard-Regular', sans-serif;
    }

    .go_list {
        background-color: #e91d24;
        color: white;
        width: 104px;
        height: 36px;
    }

    .process-step {
        font-size: 10px !important;
        aspect-ratio: 1 / 1;
        width: 50px;
        height: 50px;
    }

    .process_cycle {
        padding: 20px 0;
    }


    .process_cycle div:nth-child(2) {
        margin-right: 10px;
    }

    .process-cycle ul {
        width: 60%;
    }

    .rd-2 {
        width: 116px;
    }
    .sect02_content .right_content .row-flex div {
     width:100%;
    }

    .sub2_3_7_img{
        max-height:495px;
    }
    .sub2_4_5_img img{
        width:300px;
    }

    .sub2_4_5_img div{
        width:300px;
    }

    .sub3_3_video{
        height:112px;
    }

}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {




}

/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .center {
        width: 1200px;
    }
}