@charset "utf-8";

/* 공통 */
.sub_web{
    width: 100%;
    padding-top: 85px;
    position: relative;
}
.subpage_header{
    width: 1400px;
    padding: 50px 0 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
}
.subpage_header_infor{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.subpage_header_infor a{
    font-size: 13px;
    color: #888888;
    text-decoration: underline;
}
.subpage_header_infor i{
    font-size: 13px;
    color: #888888;
    font-style: normal;
}
.subpage_header_move{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}
.subpage_header_moveimg{
    display: flex;
    align-items: center;
    justify-content: center;
}
.subpage_header_movearea{
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #ffffff;
    width: fit-content;
    min-width:110%ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss;
    top: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    z-index: 99;
    overflow: hidden;
    left: -5px;
}
.subpage_header_move.active .subpage_header_movearea{
    display: flex;
}
.subpage_header_movearea a{
    font-size: 12px;
    padding:7px 6px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    color: #888888;
    transition: 0.3s;
    white-space:nowrap;
}
.subpage_header_movearea a:hover{
    color: #ffffff;
    background-color: #4566F2;
}
.subpage_header_infor p{
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}
.subpage_header h1{
    font-size: 50px;
    color: #1D1F2A;
    font-weight: 800;
}
.three_depth{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 94px;
}
.three_depth_area{
    flex-wrap: wrap;
    border: 1px solid #dbdbdb;
    border-radius: 500px;
    padding: 10px 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
}
.three_depth_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.three_depth_item p{
    font-size: 17px;
    color: #4862F5;
    font-weight: 600;
    line-height: 18px;
}
.three_depth_item span{
    width: 100%;
    height: 1px;
    background-color: #4862F5;
}
.three_depth_area a{
    font-size: 17px;
    color: #666666;
    opacity: 0.6;
    transition: 0.3s;
}
.three_depth_area a:hover{
    opacity: 1;
}

.sub_area1{
    width: 1400px;
    padding-left: 50px;
    margin: 0 auto;
    padding-bottom: 160px;
}
.sub_area2{
    width: 1400px;
    padding-left: 50px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 160px;
}
.sub_area3{
    width: 1200px;
    padding-left: 50px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 80px;
}
.sub_area4{
    width: 1200px;
    padding-left: 50px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 160px;
}
input::placeholder,
textarea::placeholder{
    color: rgba(102, 102, 102, 0.5);
    font-weight: 500;
}

/* aj bio story */
.biostory_area{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 200px;
    position: relative;
}
.biostory_area_bk{
    position: absolute;
    top: 85px;
    right: 0;
    z-index: -1;
}
.biostory_txtbox{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.biostory_txtbox h1{
    color: #1D1F2A;
    font-size: 40px;
    font-weight: 700;
}
.biostory_txtbox span{
    width: 60px;
    height: 4px;
    background-color: #4862F5;
}
.biostory_txtbox p{
    font-size: 16px;
    color: #111111;
    font-size: 600;
}

/* 연혁 */
.history_area h1{
    font-size: 24px;
    color: #1D1F2A;
    font-weight: 800;
    white-space: nowrap;
}
.history_area h1 i{
    display: none;
}
.history_year h3{
    font-size: 16px;
    color: #1D1F2A;
}
.history_yearbox{
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.history_area{
    display: flex;
}
.history_bar{
    width: 4px;
    background-color: #dbdbdb;
    position: relative;
    margin: 10px 113px 0 52px;
}
.history_bar span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #4862F5;
    border-radius: 1000px;
    transition: 1s;
}
.history_barpin{
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #4862F5;
    bottom: 0;
    left:-3px;
}
.history_inforarea{
    display: flex;
    flex-direction: column;
    gap: 120px;
    width: 100%;
}
.history_inforbox{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.history_infor{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.history_infor_img{
    transform: translateY(-60px);
}

.history_infortxt{
    display: flex;
    gap: 5px;
}
.history_infortxt h2{
    display: inline-block;
    width: 70px;
    font-size: 16px;
    color: #1D1F2A;
    font-weight: 700;
}
.history_infortxt p{
    font-size: 16px;
    color: #666666;
    font-weight: 200;
}
.history_inforitem{
    display: flex;
    justify-content: space-between;
}
.history_infor h1{
    margin-top: 20px;
}
.inforyear_txt{
    position: relative;
}
.inforyear_pin{
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: rgba(72, 98, 245, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -130px;
}
.inforyear_pin span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #4862F5;
}

/* 개요 */
.outline_area{
    display: flex;
    gap: 230px;
}
.outline_txtbox{
    display: flex;
    flex-direction: column;
}
.outline_txtbox h1{
    font-size: 30px;
    color: #000;
    font-family: 'GoodTimes';
    font-weight: 100;
}
.outline_txtbox h2{
    font-size: 22px;
    color: #1D1F2A;
    font-weight: 600;
    margin-top: 50px;
}
.outline_txtbox span{
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: #4862F5;
    margin-top: 70px;
}
.outline_txtbox p{
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    margin-top: 30px;
}
.outline_graph{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000000;
    width: 660px;
}
.outline_graphitem{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D4D4D4;
}
.outline_graphtitle{
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outline_graphtitle h3{
    font-size: 15px;
    color: #1D1F2A;
    font-weight: 700;
}
.outline_graphtxt{
    width: calc(100% - 160px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: 111111;
    padding-left: 40px;
}
.outline_graphtxt p{
    color: #111111;
    font-weight: 400;
    font-size: 15px;
}
.outline_area_bk{
    position: absolute;
    bottom: 0;
    right: 0;
}

/* 조직 */
.organization_area{
    display: flex;
    justify-content: space-between;
}
.organization_executives{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 70px;
    width: 550px;
}
.executives_item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.executives_img{
    width: 100%;
    max-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.executives_img img{
    height: 100%;
    object-fit: cover;
}
.executives_infor h1{
    font-size: 20px;
    color: #4862F5;
    text-align: center;
}
.executives_infor p{
    font-size: 15px;
    color: #666666;
    text-align: center;
}
.executives_hover_infor{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.executives_item.active .executives_hover_infor{
    visibility: visible;
    opacity: 1;

}
.executives_hover_infor p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
}

/* 보유기술 */
.technology_topimage{
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 100px 0;
    overflow: hidden;
}
.technology_img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    overflow: hidden;
}
.technology_img img{
    animation: scaleAnimation 4s ease; /* 애니메이션 적용 */
}
@keyframes scaleAnimation {
    0% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
  }
.technology_topimage h1{
    z-index: 9;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
}
.technology_area{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.technology_depth{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.technology_depth_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.technology_depth_item h1{
    font-size: 24px;
    font-weight: 700;
    color: #1d1f2a31;
    transition: 0.3s;
}
.technology_depth_item h1:hover{
    color: #1D1F2A;
}
.technology_depth_item span{
    width: 0%;
    height: 2px;
    background-color: #1D1F2A;
    transition: 0.3s;
}
.technology_depth_item.active h1{
    color: #1D1F2A;
}
.technology_depth_item.active span{
    width: 100%;
}
.technology_inforarea{
 width: 100%;   
}
.technology_inforbox1 {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.technology_inforbox1.active{
    display: flex;
}

.patent_item{
    width: 300px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    border-radius:5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.patent_item img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.patent_item.active .patent_itemhover{
    visibility: visible;
    opacity: 1;
}
.patent_itemhover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.patent_itemhover p{
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
.technology_inforbox2{
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
.technology_inforbox2.active{
    display: flex;
}
.equipment_imgarea{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.equipment_imgbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.equipment_img{
    width: 260px;
    height: 240px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipment_img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.equipment_imgbox p{
    font-size: 16px;
    font-weight: 500;
    color: #1D1F2A;
}
.equipment_grapharea{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.equipment_graph{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000;
}
.equipment_graphitem{
    width: 100%;
    display: none;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #D4D4D4;
}
.equipment_graphitem.active{
    display: flex;
}
.equipment_graphnum{
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipment_graphitem h1{
    font-size: 15px;
    color: #1D1F2A;
    font-weight: 700;
}
.equipment_graphitem p{
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}
.equipment_graphinforbox{
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
    height: 100%;
}
.equipment_graphinforitem{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipment_graphbut{
    padding:0 14px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    line-height: 42px;
    font-size: 15px;
    color: #999999;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 30px;
}
.equipment_graphbut:hover{
    background-color: #4862F5;
    color: #ffffff;
}
.technology_popup{
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.technology_popupimg img{
    object-fit: contain;
    max-height: 70vh;
}
.technology_popup.active{
    display: flex;
}
.technology_popup p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}
.technology_popupclose{
    cursor: pointer;
}

/* 협력기관 */
.cooperation_area{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px; 
}
.cooperation_iogo{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
}

/* AJ소식 */
.notice_area{
    display: flex;
    flex-direction: column;
}
.notice_number{
    padding: 4px 6px;
    width: 100%;
}
.notice_number p{
    font-size: 16px;
    color: #515151;
    font-weight: 500;
}
.notice_number p i{
    font-style: normal;
    color: #4862F5;
    font-weight: 700;
}
.notice_graph{
    width: 100%;
    border-top: 1px solid #000;
}
.notice_item{
    display: flex;
    width: 100%;
    transition: 0.3s;
}
.notice_item:hover{
    background-color: #f9f9f9;
}
.notice_detail{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    padding: 16px 12px 16px 24px;
    gap: 40px;
    align-items: center;
}
.notice_day{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.notice_day h1{
    font-size: 30px;
    color: transparent;
    -webkit-text-stroke: 1px #333333;
    text-stroke: 1px #333333;
    font-weight: 700;
    line-height: 30px;
}
.notice_day p{
    color: #666666;
    font-size: 12px;
}
.notice_txt h1{
    font-size: 18px;
    color: #000000;
    margin-bottom: 2px;
    font-weight: 700;
}
.notice_txt p{
    font-size: 13px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice_pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 60px;
}
.notice_paginationitem{
    cursor: pointer;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.notice_paginationitem p{
    color: rgba(36, 36, 36, 0.3);
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    transition: 0.3s;
}
.notice_paginationitem.active p{
    color: #ffffff;
}
.notice_paginationitem:hover{
    background-color: #4862f575;
}
.notice_paginationitem:hover p{
    color: #f6f6f6;
}
.notice_paginationitem.active{
    background-color: #4862F5;
}

/* AJ소식 디테일페이지*/
.notice_detailtable{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.notice_detailtitle{
    width: 100%;
    border-top: 1px solid #000000;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
}
.notice_detailtitle h1{
    font-size: 28px;
    font-weight: 600;
}
.notice_detailtitlesub{
    display: flex;
    gap: 20px;
}
.notice_detailtitlesubitem{
    display: flex;
    gap: 5px;
}
.notice_detailtitlesubitem p{
    font-size: 13px;
    font-weight: 400;
}
.notice_detailtitlesubitem a{
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
}
.notice_maintext{
    width: 100%;
    padding: 30px 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.notice_maintext p{
    font-size: 13px;
    font-weight: 400;
}
.before_but{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    border: 1px solid #E5E5E5;
    color: #999999;
    transition: 0.3s;
    border-radius: 5px;
    margin: 50px 0;
}
.before_but:hover{
    border: 1px solid #4862F5;
    background-color: #4862F5;
    color: #ffffff;
}
.notice_movement{
    width: 100%;
    border-top: 1px solid #dbdbdb;
}
.notice_movementitem{
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 19px 0;
    display: flex;
}
.movement_direction{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    padding: 0 25px;
    border-right: 1px solid #999999;
}
.movement_direction p{
    font-size: 15px;
    color: #1D1F2A;
    font-weight: 600;
}
.movement_directionsvg{
    display: flex;
    align-items: center;
    justify-content: center;
}
.movement_detail{
    width: calc(100% - 140px);
    padding: 0 25px;
}
.movement_detail a, .movement_detail p{
    font-size: 14px;
    color: #1D1F2A;
    font-weight: 500;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movement_detail a:hover{
    text-decoration: underline;
}
/* 문의하기 */
.contactus_area{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.contactus_infor{
    width: 100%;
    border-top: 1px solid #000;
    display: flex;
    flex-direction: column;
}
.contactus_inforitem{
    border-bottom: 1px solid #D4D4D4;
    height: 60px;
    display: flex;
}
.contactus_infortitle{
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.contactus_infortitle p{
    color: #242424;
    font-size: 15px;
    font-weight: 600;
}
.contactus_infortitle p i{
    color: #ff0000;
    margin-right: 6px;
}
.contactus_infordetail{
    width: calc(100% - 120px);
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.contactus_infordetail input{
    border: 1px solid #dbdbdb;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1D1F2A;
}
.w110{
    width: 110px;
}
.w150{
    width: 150px;
}
.w60{
    width: 60px;
}
.w300{
    width: 300px;
}
.w800{
    width: 800px;
}
.contactus_inforitem p{
    font-size: 15px;
    font-weight: 600;
    color: #242424;
    margin: 0 10px;
}
.contactus_infordetail textarea{
    padding: 12px;
    height: 160px;
    margin: 20px 0;
    border: 1px solid #DBDBDB;
    resize: none;
}
.contactus_infortextarea{
    height: auto;
}
.information_consent{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.information_consentarea{
    width: 100%;
    height: 360px;
    overflow-y: auto;
    background-color: #F6F6F6;
    padding:30px 40px;   
    border: 1px solid #D1D1D1;
}
.information_consentarea p{
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.information_consentcheckbox{
    display: flex;
    align-items: flex-end;
    padding-left: 10px;
    gap: 8px;
}
.information_consentcheckbox label{
    font-size: 14px;
    font-weight:400;
    color: #000000;
    line-height: 14px;
    cursor: pointer;
}
.information_consentcheckbox input{
    width: 16px;
    height: 16px;
    border: 1px solid #DBDBDB;
    cursor: pointer;
}
.information_consent button{
    padding: 0 24px;
    height: 47px;
    line-height: 49px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    color: #999999;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}
.information_consent button.active{
    border:1px solid #4862F5;
    color: #ffffff;
    background-color: #4862F5;
}

/* 오시는 길 */
.location_area{
    display: flex;
    flex-direction: column;
    gap:40px;
    margin-top: 30px;
}
.location_maparea{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.location_map{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}
.location_mapitem{
    width: 100%;
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
}
.location_maptxt{
    display: flex;
    flex-direction: column;
}
.location_maptxt h1{
    font-size: 24px;
}
.location_maptxt p{
    font-size: 15px;
}
.location_mapintxt{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.location_mapintxt h1{
    font-size: 24px;
}
.location_mapintxtareas{
    display: flex;
    gap: 50px;
}
.location_mapintxtarea{
    display: flex;
    gap: 6px;
}
/* 현황 */
.pipeline_area{
    width: 1550px;
}
.pipeline_table{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000000;
}
.pipeline_thd,
.pipeline_tinfor{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    height: 60px;
}
.pipeline_thditem{
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
}
.pipeline_tinforitem{
    width: 840px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.pipeline_thditem:nth-child(1),
.pipeline_tinforitem:nth-child(1){
    width: 140px;
    border-right: 1px solid #dbdbdb;
    padding: 0 12px;
}
.pipeline_thditem:nth-child(2),
.pipeline_tinforitem:nth-child(2){
    width: 140px;
    border-right: 1px solid #dbdbdb;
    padding: 0 12px;
}
.pipeline_thditem:nth-child(3),
.pipeline_tinforitem:nth-child(3){
    width: 200px;
    border-right: 1px solid #dbdbdb;
    padding: 0 12px;
}
.pipeline_thditem:nth-child(4),
.pipeline_tinforitem:nth-child(4){
    width: 180px;
    border-right: 1px solid #dbdbdb;
    padding: 0 12px;
}
.pipeline_thditem p{
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
.pipeline_tinforitem h1{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.pipeline_tinforitem p{
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.pipeline_tinforitem:nth-child(1){
    background-color:#F6F6F6;
}
.pipeline_tinforitem:nth-child(4){
    justify-content: flex-start;
}
.pipeline_tinforitem:nth-child(4) p{
    text-align: unset;
}
.pipeline_tinforitem1{
    padding: 9px 0;
    justify-content: flex-start;
}
.pipeline_tinforitem2{
    padding: 9px 0;
    justify-content: flex-start;
}
.pipeline_tinfortxtbox{
    width: 140px;
    display: flex;
    align-self: center;
    justify-content: center;
}
.pipeline_tinforitem i{
    font-size: 15px;
    color: #ffffff;
    font-style:normal;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
}
.pipeline_tinforitem span{
    position: absolute;
    width: 140px;
    height: 40px;
    background: linear-gradient(90deg, #00B8B4 0%, #14A0C6 15%, #2B85DB 35%, #3B71E9 56%, #4566F2 78%, #4862F5 100%);
    top: 50%;
    left: 0;
    z-index: -999;
    transform: translateY(-50%);
    animation: load1 2s forwards; /* 2초 동안 애니메이션 실행 */
}
@keyframes load1 {
    from {
        width: 0;
    }
    to {
        width: 140px; /* 애니메이션이 완료될 때의 너비 */
    }
}
.pipeline_tinforitem2 span{
    position: absolute;
    width: 280px;
    height: 40px;
    background: linear-gradient(90deg, #00B8B4 0%, #14A0C6 15%, #2B85DB 35%, #3B71E9 56%, #4566F2 78%, #4862F5 100%);
    top: 50%;
    left: 0;
    z-index: -999;
    transform: translateY(-50%);
    animation: load2 3s forwards; /* 2초 동안 애니메이션 실행 */
}
@keyframes load2 {
    from {
        width: 0;
    }
    to {
        width: 280px; /* 애니메이션이 완료될 때의 너비 */
    }
}

/* 제품 라인 */
.product_area{
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.product_area1{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.product_table1{
    border: 1px solid #dbdbdb;
    width: 100%;
}
.product_table_h{
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #2a7de2;
}
.product_table_hitem{
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_table_hitem p{
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}
.product_table_td{
    display: flex;
    width: 100%;    
}
.product_table_tditem{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    min-height: 80px;
}
.product_table_tditem h1{
    font-size: #000000;
    font-weight: 600;
    font-size: 15px;
}
.product_table_tditem p{
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    padding: 10px;
}
.product_table_tditem:nth-child(3) p{
    text-align: center;
}
.product_image{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 50px;
}
.product_area2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.product_table2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.product_title{
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4566F5;
    padding: 6px 24px;
    color: #4566F5;
    font-size: 16px;
    font-weight: 700;
    width: fit-content;
    text-align: center;
}
.product_table2 .product_tableitems{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    width: 490px;
}
.product_table2 .product_tableitem{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}
.product_table2 .product_tableitem:last-child{
    border-bottom:none;
}
.product_table2 .product_tableitem:nth-child(odd) {
    background-color: #F7F7F7;
}

.product_table2 .product_tableitem:nth-child(even) {
    background-color: #ffffff;
}
.product_imgbox{
    padding-right: 50px;
    padding-top: 56px;
}
.product_table3{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.product_table3 .product_tableitem{
    width: 100%;
    display: flex;
    align-items: center;
}
.product_tableitemhd{
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
}
.product_tableitemtd{
    width: calc(100% - 140px);
    padding:0 12px;
    font-size: 14px;
}
.product_table3 .product_tableitems{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    width: 490px;
}
.product_table3 .product_tableitem{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    border-bottom: 1px solid #dbdbdb;
}
.product_table3 .product_tableitem:last-child{
    border-bottom:none;
}
.product_table3 .product_tableitem:nth-child(odd) {
    background-color: #ffffff;
}

.product_table3 .product_tableitem:nth-child(even) {
    background-color: #f7f7f7;
}
.product_area3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.product_areaimgzone{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.product_areaimgarea{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.product_areaimgtxtbox{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product_areaimgtxt h1{
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
.product_areaimgtxt p{
    color: #444444;
    font-size: 15px;
    font-weight: 400;
}
.product_image2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_image2 .product_img{
    width: 49%;
}
.product_image2 .product_img img{
    width: 100%;
}
.product_image3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_table_tditem2:nth-child(1),
.product_table_tditem2:nth-child(2){
    width: 12%;
}
.product_table_tditem2:nth-child(3),
.product_table_tditem2:nth-child(4){
    width: 20%;
}
.product_table_tditem2:nth-child(5){
    width: 36%;
    justify-content: flex-start;
}
.product_table_hitem2:nth-child(1),
.product_table_hitem2:nth-child(2){
    width: 12%;
}
.product_table_hitem2:nth-child(3),
.product_table_hitem2:nth-child(4){
    width: 20%;
}
.product_table_hitem2:nth-child(5){
    width: 36%;
}
.product_imgbox3{
    padding-top: 78px;
}