.companyvisual{
    position: relative;
    width: 100%;
    height: 15.625em;
    text-align: center;
    background-image:  url("/resources/images/index/companyvisual01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.companyvisual .title {
    position: absolute;
    left:50%;
    bottom:10%;
    transform: translate(-50%, -50%);

}

.companyvisual .title h2 {
    font-size: 1.875em;
}

.companyvisual .title h3 {
    font-size: 1.5625em;
}

.sub_company .button_wrap {
    justify-content: center;
    gap:110px;
    padding-top: 15px;
    border-bottom: 1px solid #DBDBDB;
    font-family: 'IBM Plex Sans KR-semibold';
    font-size: 1.25em;
    
}

.sub_company .button_wrap .company_btn {
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}

.sub_company .button_wrap .active {
    border-bottom: 1px solid #3675FF;
    color:#3675FF;
}
.sub_company .button_wrap .company_btn:hover {
    border-bottom: 1px solid #3675FF;
    color:#3675FF;
    transition: none;
    opacity: 1;
}


/* 회사소개 */

.company .about {
    padding-top: 90px;
    text-align: center;
}
.company .about .line::before {
    margin: 0 auto;
}

.company .line .txt {
    margin: 0 auto;
    line-height: 1.5;
}

.company .section {
    padding-top: 90px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}

.company .section img {
    width: 50%;
}
/* 첫번째 이미지만 */
.company img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

.company .txt_wrap {
    width:calc((100% - 150px)/2);
}

.company .purpose,.first {
    flex-direction: row-reverse;
    text-align: right;
}

.company .first .line {
    position: relative;
}

.company .first .line::before {
    position: absolute;
    right: 0;
}



.company .purpose .line::before {
    position: absolute;
    right: 0;
}

.company .motive {
    justify-content: center;
    height: 460px;
    margin: 90px 0 0;
    text-align: center;
    padding-top:0;
    background: fixed;
    background-image: url("/resources/images/index/companybg.png");
    background-size: cover;
}
.company .motive .line::before {
    background: #fff;
    margin-bottom: 27px;
}
.company .motive .line {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.company .motive h3 {
    text-shadow: 5px 5px 10px rgba(0,0,0,40%);
    font-size: 1.875em;
}

.company .motive .point {
    align-items: flex-end;
    height: 20px;
    margin-bottom: 30px;
}
.company .motive p {
    text-shadow: 5px 5px 10px rgba(0,0,0,40%);
    font-size: 2.1875em;
}


.company .first h3 {
    padding-top: 30px;
}

.company  .br_2 {
    display: none;
}

.company .best {
    flex-direction: row-reverse;
    align-items: flex-start;
}

/* //회사소개 */

/* 연혁 */

.history {
    overflow: hidden;
}

.history .about {
    padding: 90px 0;
    text-align: center;
}

.history .line .txt {

    margin: 0 auto;
    font-size: 25px;
}

.history .about .line::before {
    margin: 0 auto;
}

.history > .section {
    gap: 150px;
    align-items: center;
    /* font-size: 18px; */
}

.history  .right .line::before {
    position: absolute;
    top: -10px;
    right: 0;
}

.history > .section:nth-of-type(odd):not(:nth-child(1)) {
    text-align: right;
}


.history > .section h2 {
    position: relative;
    margin: 0.625em 0 0.575em;
}



.history > .section p {
    padding-bottom: 30px;
    font-size: 20px;
}

.history > .section .year p {
    font-family: 'IBM Plex Sans KR-semibold';
    font-size: 2.5em;
    padding-bottom: 10px;
}

/* 섹션 옆의 박스 포인트 */
.history > .section .year {
    position: relative;
    text-align: right;
    padding: 130px 0 70px;
}

.history > .section .year::before {
    content: '';
    display: inline-block;
    position: absolute;
    top:0;
    left:-20%;
    width:100%;
    height:100%;
    background: rgba(163,132,240,11%);
}

.history .right .year::before {
    left:0;
    transform: translateX(20%);
    background: rgba(54,132,240,11%);
}

/*// 섹션 옆의 박스 포인트 */

.history > section:nth-child(odd):not(:nth-child(1)) {
    flex-direction: row-reverse;
}

.history > section:nth-last-of-type(1) {
    padding-bottom: 90px;
}

/* 이미지 z-index 로 위로 올림 */
.history > .section .year img {
    position: relative;
    z-index:1;
}

/* 찾아오는길 */

.location .section {
    gap: 90px;
    align-items:flex-start;
    padding-bottom: 90px;
}

.location h3 {
    white-space: nowrap;
    font-size: 40px;
}

.location .section:nth-child(1) {
    padding-top:90px;
}

.location .about {
    justify-content: space-between;
}

.location .about .line {
    flex: 0 0  calc((60% - 150px)/2);
}

.location .about .line .txt {
    font-size: 20px;
    line-height: 1.5;
}

.location iframe {
    width: 100%;
    height: 19.375em;
}

.location .office {
    width: 60%;
    height: 15.625em;
}

.location .office img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

/* 찾아오는 길 주소,이메일 */

.location br {
    display: none;
}

.location .section .map_innerwrap {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    gap: 2.1875em;
    flex: 0 0  calc((100% - 90px)/2);
}

.location .section .txt {
    flex: 0 0 calc(50% - 150px);
    font-size: 18px;
}

.location .section .txt h2 {
    display: inline-block;
    font-size: 30px;
    color:#3675FF;
    margin-bottom: 10px;
}

.location .office_call {
    align-items: center;
}


.location .call {
    display: inline-block;
    margin-left: 1.375em;
    padding: 4px 15px;
    background: #A384F0;
    border-radius: 99999px;
    color: #fff;
}
.location  .txt i {
    padding-right: 5px;
}

.location .address {
    padding-bottom: 10px;
}

.location .email,.fax{
    padding-right: 20px;
} 

.location .email,.fax,.web {
    display: inline-block;
}



@media screen and (max-width: 1606px) { 
    .location .about .line .txt {
        font-size: 19px;
    }
}

@media screen and (max-width: 1400px) { 
    .company .section:not(.motive) {
        gap: 30px;
        justify-content: unset;
    }

    .company h3 {
        font-size: 35px;
    }

    .company .line .txt {
        font-size: 20px;
    }

    .company .motive {
        padding:10px 0;
    }

    .company .motive p {
        font-size: 18px;
    }

    .history > .section {
        gap: 30px;
        font-size: 16px;
        padding: 50px 0
    }

    .location .section:nth-child(1) {
        padding-top:50px;
    }

    .location .section {
        gap: 50px;
    }

    .location .section .map_innerwrap {
        flex:0 0  calc((100% - 50px)/2)
    }

    .location .about .line .txt {
        font-size: 18px;
    }
    .location .section .txt h2 {
        font-size: 18px;
    }

    .location .call {
        font-size: 16px;
        margin-left: 20px
    }

}
@media screen and (max-width: 1124px) {
    .location br {
        display: inline-block;
    }

    .company .line .txt {
        font-size: 18px;
    }

    .company br {
        display: none;
    }

    .main .company br {
        display: inline-block;
    }
}


@media screen and (max-width: 444px) {
    
    .sub_company .button_wrap {
        font-size: 14px;
        gap: 15px;
    }
}

/* // 찾아오는길 =====================================*/





/* 견적의뢰 =====================================*/
.request .section {
    position: relative;
}
.request .bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 43.75em;
    background: linear-gradient(90deg, rgba(45,94,203,1) 0%, rgba(133,105,191,1) 100%);
}

.request .section .title{
    padding: 5.625em 0 4.25em 0;
    text-align: center;
}

.request .section .line{
    color: #fff;
}

.request .title .line::before {
    margin: 0 auto 10px;
    background: #fff;
}


.request .inner_wrap {
    font-size: 18px;
    max-width: 1600px;
    background: #fff;
    border-radius: 10px;
    padding:50px;
    box-shadow: 0px 5px 6px rgba(0,0,0,16%);
    margin-bottom: 180px;
}

.request .inner_wrap .item_title {
    display: inline-block;
    font-size: 22px; 
    font-family: 'IBM Plex Sans KR-Medium';
    padding-bottom: 10px;
}

.request .inner_wrap .multi {
    color: #7A7A7A;
    padding: 4px 12px;
    width:auto;
    border: 1px solid #7A7A7A;
    border-radius: 999999px;
    margin-left: 10px;
    font-size: 15px;
}


/* 문의유형 */

.request h4.center {
    display: flex;
    padding-bottom: 10px;
}

.request .center {
    justify-content: center;
    align-items: center;
}

.request .radio_wrap {
    width: 810px;
    margin:0 auto;
    gap:20px;
    padding-bottom: 70px;
}

.request .radio_wrap .item {
    width:calc((100% - 20px)/2);
    height: 80px;
}

.request .radio_wrap .item label{ 
    width: 100%;
    height: 100%;
    border:1px solid #c9c9c9;
    border-radius: 999999999px;
}

.request .radio_item:checked + .label-item {
    background-color: #474747;
    color:#fff;
}


.request .radio_wrap .item input {
    display: none;
}

.request .ask_type { 
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 50px;
}

.request .ask_type li {
    overflow: hidden;
    width: calc((100% - (15px * 2)) / 3);
    height: 70px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
}

.request .ask_type .label-item {

    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-indent: 10px;
}

.request .ask_type .label-item i {
    font-size: 21px;
    padding-right: 10px;
    color:#474747;
}

.request :not(.radio_wrap) .chek-input:checked + .label-item {
    background-color: #EDF0FF;
    color: #3675FF;
}

.request .ask_type .chek-input:checked + .label-item i {
    color:#3675FF;
}


/* 회사명,담당자명,연락처,이메일 */
.request .user_info {
    flex-wrap: wrap;
    gap:20px;
    padding-bottom: 20px;
}

.request .user_info .user_info_wrap {
    /* overflow: hidden; */
    width: calc((100% - 20px)/2);
    border-radius: 10px;
}

.request .user_info .label-item {
    display: block;
    padding-bottom: 10px;
    font-size: 22px; 
    font-family: 'IBM Plex Sans KR-Medium';
    color: #474747;
}

.request .user_info .require::after {
    content: '* 필수';
    display: inline-block;
    color: red;
    padding: 4px 12px;
    width:auto;
    border: 1px solid red;
    border-radius: 999999px;
    margin-left: 10px;
    font-size: 15px;
}

.request .user_info .select::after {
    content: '* 선택';
    display: inline-block;
    color: #7A7A7A;
    padding: 4px 12px;
    width:auto;
    border: 1px solid #7A7A7A;
    border-radius: 999999px;
    margin-left: 10px;
    font-size: 15px;
}

.request .user_info .chek-input {
    width: 100%;
    height: 50px;
    border: 1px solid #C7C7C7;
    text-indent: 10px;
}


/* 제목, 문의내용 */

.request .request_content {
    flex-direction: column;
}

.request .txt_content {
    border: 1px solid #C7C7C7;
    text-indent: 10px;
    color: #000;
    padding:10px 0;
    resize: vertical;
}


/* 첨부파일 */

.request .form_file {
    flex-direction:column;
    
}

/* .request .form_file p {
    padding-bottom: 10px;
    font-size: 20px; 
} */

.request .filebox {
    position: relative;
    margin-bottom: 20px;
}

.request .filebox input {
    background-color: #fff; 
}

.request .filebox .upload-name { 
    width: 100%; 
    height: 45px;
    padding: 4.5px 15px; 
    pointer-events: none;
    border: 1px solid #dbdbdb;
    border-radius: 5px; 
}


.request .filebox .upload-button {
    position: absolute;
    right: 0;
    top:0;
    display: inline-flex; 
    align-items:center; 
    justify-content: center;
    height:100%;
    padding: 4.5px 15px;
    border: 1px solid #dbdbdb; 
    border-radius: 5px;
    background: #E6E6E8;
    color: #000; 
    cursor: pointer;
}

.request .form_agree {
    flex-direction: column;
    align-items:center; 
    justify-content: center;
    margin-bottom: 30px;
}

.request .agree_chk {
    align-items:center; 
    margin-bottom: 10px;
}


.request .chk {
    align-items: center;
    gap: 10px;
    width: 350px;
    height: 40px;
    border-radius: 9999999px;
    background: #E6E6E8;
    padding-left: 30px;
    margin-right:16px;
}

.request .check:checked + .chk {
    background: blue;
}

.request .form_more {
    text-decoration: underline;
}


/* 문의하기 폼제출 */

.submit_wrap {
    justify-content: center;
}

.request .form_submit {
    color: #fff;
    padding: 1.375em 3.9375em;
    border-radius: 99999999px;
    font-size: 1.25em;
    background: #474747;
}


@media screen and (max-width: 550px) {
    .section :not(.visual) h2 {
        font-size: 16px;
    }
    .section h3 {
        font-size: 1.5625em;
    }
    .request .inner_wrap .item_title {
        font-size: 16px;
    }
    .request .ask_type .label-item {
        font-size: 14px;
    }

    .request .user_info .label-item {
        font-size: 16px;
    }

    .request .user_info .require::after {
        font-size: 14px;
    }

    .request .inner_wrap .multi {
        font-size: 14px;
    }

    .request .form_submit {
        font-size: 16px;
    }
}


/* 채용정보 ===================================== */


.recruit .section h2 {
    margin: 0.625em 0 0.575em;
    color: #7F7F7F;
    font-size: 1.5625em;
    font-family: "IBM Plex Sans KR-semibold";
    
}

.recruit .section.about h2 {
    margin: 0 0 0.575em;
}

.recruit .employ h2 {
    padding-bottom: 1em;
}

.recruit h3 {
    white-space: nowrap;
    font-size: 2.5em;
    
}
@media screen and (max-width:1400px) { 

    .section h3 {
        font-size: 2.1875em;
    }

    .location .about .line {
        flex: 0 0 calc((70% - 150px) / 2);
    }
}
.recruit .about .txt {
    font-size: 20px;
    line-height: 1.5;
}


.recruit .employ .title {
    font-size: 1.25em;
}


.recruit .desc {
    font-size: 1.125em;
}

@media screen and (max-width: 960px) {
    .recruit .about .txt {
        font-size: 18px;
    }
   
}

@media screen and (max-width: 918px) {
    .recruit .about .item {
        min-width: 10.625em;
    }
}
.recruit .section {
    padding-top: 5.625em;
}

.recruit .section:nth-last-child(1) {
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 6em;
}

.recruit .sub_visual {
    position: relative;
    width: 100%;
    height: 15.625em;
    text-align: center;
    background:  url("/resources/images/index/recruit_visual01.png")no-repeat center;

    background-size: cover;
}

.recruit .sub_visual .title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.recruit .sub_visual .title h2 {
    font-size: 1.875em;
}

.recruit .sub_visual .title h3 {
    font-size: 1.5625em;
}


.recruit .about .inner_wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

.recruit .about .item_wrap {
    gap: 50px;
    text-align: center;
    /* align-items: flex-end; */
    justify-content: center;
}


.recruit .about .item {
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.recruit .about .item_img {
    margin-bottom: 10px;
    width:70px;
}

.recruit .about .point {
    font-weight:600;
    white-space: nowrap;
}

.recruit .about i {
    font-size: 5em;
    color:#C4D6FF;
}

.recruit .employ {
    justify-content: space-between;
    padding-bottom: 90px;
}

.recruit .employ .inner_wrap {
    width:calc((100% - 150px)/2 );
}

.recruit .employ .recruit_info dl,dd {
    align-items: center;
}

.recruit .employ .recruit_info dl {
    padding:0.9375em;
    border-radius: 999999px;
}

.recruit .employ .recruit_info dd {
    padding-left: 1.25em;
}

.recruit .employ .recruit_info dt {
    padding:0.812em 0.43em;
    background: #fff;
    border-radius: 20px 0 0 20px;
}

.recruit .employ .recruit_info dl:nth-of-type(1) {
    background: #C4D6FF;
    margin-bottom: 1.25em;
}

.recruit .employ .recruit_info dl:nth-of-type(2) {
    background: #D9CCF9;
}

.recruit .employ .recruit_process .item_wrap {
    justify-content: space-between;
    gap: 10px;
}
.recruit .employ .recruit_process .item {
    flex-direction:column;
    text-align: center;
}


@media screen  and (max-width:776px) {
    .request .user_info {
        flex-direction: column;
    }

    .request .ask_type li {
        width: calc((100% - (15px * 1)) / 2);
    }

    .request .section .title {
        padding: 90px 0 30px;
    }

    .request .ask_type .label-item {
        width:unset;
    }

    .recruit .section {
        flex-wrap: wrap;
        padding:50px 0;
        gap: 30px;
    }

    .request .employ {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .recruit .employ .recruit_info dl {
        width: 100%;
    }

    .request .user_info .user_info_wrap {
        width: 100%;
    }


    .recruit .employ .inner_wrap {
        width: calc((100% - 50px)/2 );
        min-width: unset;
    }





    .form_agree {
        gap: 10px;
    }

    .form_agree .agree_chk {
        flex-direction: column;
        flex-wrap: wrap;
        font-size: 12px;
        align-items: unset;
        gap: 10px;
    }

    .request .inner_wrap {
        width: 100%;
        padding: 20px;
        margin-bottom: 50px;
    }

    .request .user_info .user_info_wrap {
        width: 100%;
    }

    .request .chk {
        width: 100%;
        gap: 5px;
    }


    .request .form_more {
        margin: 0 auto;
    }

    .recruit .section:nth-last-child(1) {
        flex-direction: column;
        gap: 50px;
    }

    .recruit .employ .inner_wrap {
        min-width:unset;
        width:unset
    }

    .recruit .about .item_wrap {
        flex-wrap: wrap;
        gap: 20px;
        margin: 0 auto;
        font-size: 12px;
    }

    .request .form_submit {
        font-size: 15px;
    }


    .product_de {
        width: unset;
    }
}
@media screen  and (max-width:917px) {
    .recruit .about .item {
        width: calc(50% - (20px * 1) / 2)
    }
}

@media screen  and (max-width:431px) {

    .section h3 {
        font-size: 25px;
    }

    .request .ask_type .label-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-indent: 0;
    }

    .request .ask_type .label-item i {
        display: none;
    }

    .request .ask_type li {
        text-align: center;
    }
    
    ::placeholder {
        font-size: 12px;
    }

    .request .br {
        display: inline-block;
    }
}

@media screen  and (max-width: 796px) {
    .recruit .about .item {
        font-size: 14px;
    }
}

@media screen  and (max-width: 359px) {
    .recruit .about .item {
        font-size: 12px;
    }
}

/* //채용정보 ===================================== */


/* 판매제품 =====================================*/

.productpage {
    padding-top: 8.75em;
}

.productpage .section {
    gap: 3.125em;
    justify-content: space-between;
}

.productpage .section h2 {

}
.productpage .section h3 {
    
}
.productpage .section .sub_title {
    margin: 0.625em 0 1.875em;
    font-size: 20px;
    color: #7F7F7F;
    font-family: "IBM Plex Sans KR-semibold";
    width: 100%;
}

.productpage .section .main_title {
    margin-bottom: 20px;
    font-size: 3.25em;
    font-family: "IBM Plex Sans KR-semibold";
    width: 100%;
}

.productpage .side_nav {
    width: 300px;
    font-family: "IBM Plex Sans KR-semibold";
    padding-bottom: 90px;
}

.productpage .side_nav p{
    width: 300px;
    background: #474747;
    color: white;
    font-size: 1.375em;
    padding: 0.39130em 1.25em;
}

.productpage .side_nav nav > ul > li {
    border-top: 1px solid #E1E1E1;
    text-indent: 10px;
} 

.productpage .side_nav nav > ul > li:nth-last-child(1) {
    border-bottom: 1px solid #E1E1E1;
} 

.productpage .side_nav .depth-2_wrap {
    position: relative;
    display: block;
    padding: 0.9375em 0;
}

.productpage .side_nav .on {
    background: #3675FF;
    color:#fff
}

.productpage .side_nav .geared_wrap .depth-2_wrap::before {
    content: '';
    display: inline-block;
    position: absolute;
    top:50%;
    right: 0;
    transform: translate(-50%,-50%) rotate(90deg);
    width: 1em;
    height:2px;
    background-color: #3675FF;
    transition: transform 0.5s;
}

.productpage .side_nav .active .depth-2_wrap::before {
    transform: translate(-50%,-50%) rotate(180deg);
    transition: transform 0.5s;
}

.productpage .side_nav .depth-2_wrap::after {
    content: '';
    display: inline-block;
    position: absolute;
    top:50%;
    right: 0;
    transform: translate(-50%,-50%);
    width: 1em;
    height:2px;
    background-color: #3675FF;
}


.productpage .side_nav .depth-2 {
    overflow: hidden;
    height: 0;
    background: #F5F5F5;
    text-indent: 0.5em;
}

.productpage .side_nav .active .depth-2{
    height:auto;
}

.productpage .side_nav .active .depth-2 li {
    height: 50px;
    transition: height 0.3s;
}

.productpage .side_nav .depth-2 li {
    height: 0;
    transition: height 0.3s;
}

.productpage .side_nav .depth-2 li:hover {
    background: #3675FF;
    color: #fff;
    opacity: 1;
}

.productpage .side_nav .depth-2 li a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items:center;
    padding-left: 60px;
}

.productpage .side_nav .depth-2 li a:hover {
    opacity: 1;
}

.productpage .side_nav .depth-2 li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2.1875em;
    transform: translateY(-50%);
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 9999px;
    background: #000;
    transition: width 0.3s;
}

.productpage .side_nav .depth-2 li:hover a::before {
    width: 10px;
    background: #fff;
    transition: width 0.3s;
}

.productpage .side_nav .depth-2 .on a::before {
    width: 10px;
    background: #fff;
    transition: width 0.3s;
}

.productpage .side_nav .__flex {
    flex-direction: column;
}


.productpage .product_wrap {
    flex-direction: column;
    width: 80%;
}

.productpage .product_visual {
    overflow: hidden;
    position: relative;
    align-items: center;
    gap: 4em;
    width: 100%;
    background: linear-gradient(47deg, rgba(158,132,241,0.35) 0%, rgba(158,132,241,0) 100%);
    padding: 1.5625em 2.5em;
    text-shadow: 3px 3px 10px rgba(0,0,0,10%);
    margin-bottom: 2.5em;
}

.productpage .product_visual::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0;
    transform: translateX(-50%);
    z-index: 1;
    display: inline-block;
    width: 170px;
    height: 100%;
    
}

.productpage .product_visual.bg-01:before {
    background: url("/resources/images/index/sum_gear01.png")no-repeat center / contain;
}

.productpage .product_visual.bg-02:before {
    background: url("/resources/images/index/sum_gear02.png")no-repeat center / contain;
}

.productpage .product_visual.bg-03:before {
    background: url("/resources/images/index/sum_gear03.png")no-repeat center / contain;
}

.productpage .product_visual.bg-04:before {
    background: url("/resources/images/index/sum_gear04.png")no-repeat center / contain;
}

.productpage .product_visual.bg-05:before {
    background: url("/resources/images/index/sum_gear05.png")no-repeat center / contain;
}

.productpage .product_visual.bg-06:before {
    background: url("/resources/images/index/sum_gear06.png")no-repeat center / contain;
}

.productpage .product_visual.bg-07:before {
    background: url("/resources/images/index/sum_gear07.png")no-repeat center / contain;
}

.productpage .product_visual.bg-08:before {
    background: url("/resources/images/index/sum_gear08.png")no-repeat center / contain;
}

.productpage .special_article .product_visual::before {
    background: url("/resources/images/index/sum_special.png")no-repeat center / contain;
}

.productpage .lowpower_article .product_visual::before {
    background: url("/resources/images/index/sum_lowpower.png")no-repeat center / contain;
}

.productpage .inverter_article .product_visual::before {
    background: url("/resources/images/index/sum_inverter.png")no-repeat center / contain;
}


.productpage .ecfan_article .product_visual::before {
    background: url("/resources/images/index/sum_ecfan.png")no-repeat center / contain;
}

.productpage .product_visual::after {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    transform: translateX(-70%) rotate(30deg);
    display: inline-block;
    width: 10em;
    height: 200%;
    background: #fff;
    border-radius: 999999px;
    
    box-shadow: 5px 5px 10px rgba(0,0,0,10%)
} 

.subNavi {
    display: none;
}


.productpage .product_visual .inner_wrap {
    position:relative;
    flex-direction: column;
}

.productpage .product_visual p {
    width: 30%;
    font-size: 1.125em;
}
@media screen and  (max-width: 1400px) {

    .productpage .product_visual p {
        width:30%;
    }



    .subNavi {
        position: relative;
        display: block;
        width: calc(100% - 20px);
    }

    .subNavi::after {
        content: '';
        display: block;
        position: absolute;
        left:0;
        top:40px;
        z-index: 1;
        width: 100%;
        height:1px;
        background: #9a9a9a;

    }

    .subNavi .snb {
        display: flex;
        align-items: flex-start;
        align-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .subNavi .snb .home {
        width:50px;
    }
/* 
    .subNavi .snb  li {
        position: relative;
        float: left;
        width: 220px;
    } */

    .subNavi .series_wrap {
        display: none;
    }

    .subNavi .series_wrap .active{
        display: none;
    }

    .subNavi .snb .depths {
        position: relative;
        float: left;
        width: 220px;
    }

    .subNavi .snb .depths::before {
        content: '';
        display: inline-block;
        position: absolute;
        right: 10px;
        top:50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url("/resources/images/common/select_icon.svg")no-repeat center;
        transition: transform 0.5s;
    }

    .subNavi .snb .active::before  {
        transform:translateY(-50%) rotate(180deg);
        transition: transform 0.5s;
    }


    .subNavi .snb  .depths:after {
        content: '';
        position: absolute;
        top: 50%; right: 0; transform: translateY(-50%);
        width: 1px; height: 16px;
        background: #ccc;
    }
    .subNavi .snb > li:last-child:after {display: none;}
    .subNavi .snb > li > a {
        overflow: hidden;
        display: flex;
        align-items: center;
        height: 40px;
        font-size: 20px;
        color: #9a9a9a;
        padding-left:10px;
    }

    .subNavi .snb_depth {
        position: absolute;
        z-index: 99;
        overflow: hidden;
        width: 100%;
        height: 0;
        background: #fff;
    }

    .subNavi .active .snb_depth {
        flex-direction: column;
        height: auto;
    }

    .subNavi .active .snb_depth { 
        border-left: 1px solid #eee;
        height: auto;
    }

    .subNavi .snb_depth a {
        display: block;
        padding: 0 20px;
        font-size: 20px; color: #9a9a9a;
        line-height: 50px;
        background: #fff;
    }


    .subNavi .snb_depth a:hover {
        background: #f8f8f8;
    }

    .productpage .section {
        gap:0;
    }


}

@media screen and (max-width: 489px) {


    .subNavi .snb > li > a {
        font-size: 12px;
    }

    .subNavi .snb .depths {
        width: 50%;
        font-size: 12px;
    }

    .subNavi .snb .depths:after {
        display: none;
    }

    .subNavi .snb_depth a {
        font-size:15px;
    }

    .depth-1 {
        display: flex;
        flex-direction: column;
    }
}



    .productpage .product_visual .inner_wrap::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -2em;
        transform: translateY(-50%);
        width: 1px;
        height: 80%;
        background: #c9c9c9;
    }

    .productpage .item_wrap {
        gap: 50px;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 7.8125em;
    }

    .productpage .item_wrap .item {
        /* min-width: 400px; */
        width: calc((100% - (50px * 1))/2);
        height: 12.5em;
        gap: 20px;
        align-items: center;
    }

    .productpage .item_wrap .item .sum {
        width:200px;
        height:200px;
        border: 1px solid #DEDEDE
    }

    .productpage .item_wrap .item .sum img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .productpage .item_wrap .txt_wrap {
        flex-direction: column;
        gap: 20px;
        width: calc(100% - 20px - 200px);
    }

    .productpage .item_wrap .item h4 {
        font-size: 20px;
        font-family: 'IBM Plex Sans KR-semibold';
    }

    .productpage .item_wrap .item_txt {
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
        font-size: 16px;
    }

    .productpage .item_wrap .item_txt br {
        display: none;
    }

    @media screen and (max-width: 1037px) { 
        .productpage .item_wrap  .item_txt li {
            height: 50px;
        }

        .productpage  .detail .item_txt li {
            height: 100%;
        }
        .productpage .item_wrap .item_txt br {
            display: block;
        }

    }

    .productpage  .item_txt  li:not(.list_down) {
        width: calc((100% - 10px)/2);
        border: 1px solid #DEDEDE;
    }

    article:not(.geared,.lowpower) .list_down {
        width: 100%;
    }

    .productpage .item_wrap .item_txt  li a {
        display: block;
        width: 100%;
        height: 100%;
        padding:0.625em 0;
    }

    .productpage .list_down {
        width: calc((100% - 10px)/2);
        background: #474747;
        color: #fff;
        border: 1px solid #474747;
    }

    .productpage .item_txt i {
        font-size: 20px;
        vertical-align: middle;
    }


@media screen and (max-width:1400px) { 
    .productpage {
        padding-top: 70px;
    }

    .productpage .product_visual p {
        width: unset;
    }

    .productpage .section {
        position: relative;
        flex-direction: column;
    }

    .side_nav_ul > li {
        position: absolute;
        top: 0;
        left: 0;
    }
    .productpage .item_wrap {
        gap:20px;
        justify-content: flex-start;
    }


    .productpage .item_wrap .item {
        width: calc((100% - 40px)/3);
        height: 500px;
        flex-direction: column;
        gap: 10px;
    }

    .productpage .item_wrap .item .sum {
        width: 100%;
        height: 275px;
    }

    .productpage .item_wrap .txt_wrap {
        width: 100%;
    }

    .productpage .product_visual {
        gap: 20px;
    }

    .productpage .product_wrap {
        width: 100%;
    }

    .productpage .side_nav {
        display: none;
    }


    .productpage .product_visual {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        align-content: center;
        justify-content: center;
        
    }
    
    .productpage .product_visual .inner_wrap::after  {
        display: none;
    }
}

@media screen and (max-width: 1028px) { 
    .productpage .item_txt li {
        height: 60px;
    }
}

@media screen and (max-width: 1000px) {

    .productpage  .item_txt li {
        height: 60px;
    }

    .productpage .detail .item_txt li {
        height: 100%
    }

    .productpage  .item_wrap .item_txt li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


@media screen and (max-width:868px) {

    
    .productpage .product_visual p {
        width: calc(100% - 200px);
    }

    .productpage .product_visual::before {
        width:8em;
    }

    .productpage .product_visual::after {
        top:0;
        right: 60px;
        width: 10em;
        height: 100%;
        transform: unset;
    }

    .productpage .section .sub_title {
        margin:0;
    }

    .productpage .section .main_title {
        margin:0;
        font-size:30px
    }
}

@media screen and (max-width: 135px) {
    .productpage .item_txt li {
        height:50px;
    }
}


@media screen and (max-width: 1026px) { 
    .productpage .item_wrap .item {
        width: calc((100% - 20px)/2);
    }
    .productpage .item_wrap .item_txt br {
        display: none;
    }

}

@media screen and (max-width: 1477px) { 
    .productpage .item_wrap .item_txt li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productpage .item_wrap .item_innerwrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        line-height: 1;
    }
}

@media screen and (max-width: 694px) { 
    .productpage .item_wrap .item_innerwrap br {
        display: block;
    }
}

@media screen and  (max-width: 550px) {
    .productpage {
        padding-top: 50px;
    }
}


@media screen and  (max-width: 560px) {
    .home {
        display:none;
    }

    .productpage .item_wrap .item_txt li {
        height: 40px;
    }

    .productpage .item_wrap .item .sum {
        width: 110px;
        height: 110px;
    }
    .productpage .item_wrap .item h4 {
        font-size: 14px;
    }
    .productpage .item_wrap .txt_wrap {
        width: calc(100% - 20px - 80px);
        gap: 5px;
    }

    .productpage .item_wrap .item_txt {
        font-size: 12px;
        gap: 5px;
    }



    .productpage .item_wrap .item {
        min-width: unset;
        width: 100%;
        height: 110px;
        flex-direction: unset;
        align-items: flex-start
    } 
}


@media screen and  (max-width: 520px) {
    
    .productpage .product_visual::before {
        opacity: 50%;
        top:-20px;
        right: -180px;
        width: 300px;
        height: 220px;
        z-index: -10;
    }

    .productpage .item_txt i {
        font-size: 15px;
    }
    .productpage .product_visual::after {
        /* top: 10px;
        right: 10px;
        width: 100px;
        height: 100px;
        transform: unset; */
        display: none;
    }

    .productpage .product_visual p {
        width: unset;
    }


}

@media screen and (max-width: 340px) { 


    .productpage .item_wrap .item_txt li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: unset;
    }
}

@media screen and (max-width: 330px) {
    .productpage .product_visual::before {
        display: none;
    }

    .subNavi .snb .depths:after {
        display: none;
    }
    .productpage .list_down {
        width: 100%;
    }

}

/* //판매제품 ===================================== */


/* 판매제품 상세페이지 =====================================*/

.product_de {
    width: calc(100% - 18.75em - 3.125em);
}


@media screen and (max-width:1400px) { 


    .product_de {
        width: unset;
        padding-top: 50px;
    }

}

.productpage .product_page .inner_wrap {
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

.productpage .product_page .sum {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 500px;
    max-height: 555px;
    object-fit: contain;
    border: 1px solid #808080;
}

.productpage .product_page .sum img {
    overflow: hidden;
    width: 80%;
}

.productpage .product_page .txt_wrap{
    flex: 1 1 calc((100% - 60px - 500px));
    min-width: 500px;
    max-height: 555px;
    flex-direction: column;
}

.productpage .product_page .txt_wrap h4{
    font-size: 25px;
    font-family: 'IBM Plex Sans KR-semibold';
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.productpage .product_page .txt_wrap h4 span {
    display: inline-flex;
    width: 85px;
    height: 30px;
    font-size: 0.5em;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 9999px;
    margin-left: 1em;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.productpage .product_page .txt_wrap .detail_wrap{
    flex-direction: column
}

.productpage .product_page .txt_wrap .detail {
    margin-bottom: 0.75em;
}

.productpage .product_page .txt_wrap .item_txt {
    flex-wrap:wrap;
    gap: 10px;
}

.productpage .product_page .txt_wrap .item_txt .item{
    position: relative;
    width:calc((100% - (10px))/2);
}

.productpage .product_page .txt_wrap .item::after{
    content: '';
    display: inline-block;
    position: absolute;
    top:15px;
    right: 15px;
    width:50px;
    height:40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.productpage .product_page .txt_wrap .item_txt li:nth-child(1)::after{
    background-image: url("/resources/images/common/productpage_ico_01.svg");
}

.productpage .product_page .txt_wrap .item_txt li:nth-child(2)::after{
    background-image: url("/resources/images/common/productpage_ico_02.svg");
}

.productpage .product_page .txt_wrap .item_txt li:nth-child(3)::after{
    background-image: url("/resources/images/common/productpage_ico_03.svg");
}

.productpage .product_page .txt_wrap .item_txt li:nth-child(4)::after{
    background-image: url("/resources/images/common/productpage_ico_04.svg");
}

.productpage .product_page .txt_wrap .item {
    padding: 2.0625em;
    background: #F6F7F9;
    border-radius: 20px;
}

.productpage .product_page .txt_wrap .item_txt_num {
    display: inline-block;
    padding: 0 5px;
    background: #474747;
    color:#fff;
    margin-bottom: 10px;
}

.productpage .product_page .txt_wrap .title {
    display: inline-block;
    font-size: 20px;
}



.productpage .product_page .txt_wrap .item_txt a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.25em 0;
}

.productpage .product_detail {
    flex-direction: column;
    padding:7.5em;
    justify-content:center
}
@media screen and (max-width:776px) { 
    .productpage .product_page .txt_wrap {
        flex: unset;
        min-width: unset;
        max-height: unset;
    }

    .productpage .product_page .txt_wrap .item_txt .item {
        width: 100%;
    }

    .productpage .product_page .detail .item_txt .item {
        height:100%;
    }
    
    .productpage .product_detail {
        padding: 0 0 50px;
    }
    .productpage .detail_wrap .item_txt li {
        height: 100%;
    }
    
}



/* //판매제품 상세페이지 =====================================*/





/* 자료실 =====================================*/

.download .downloadvisual {
    height: 33.75em;
    background: url("/resources/images/index/down_visual.svg"),linear-gradient(90deg, rgba(45,94,203,1) 0%, rgba(133,105,191,1) 100%);
    margin-bottom: 5.625em;
}
.download .downloadvisual .inner_wrap {
    height: 100%;
    align-items: center;
}

.download .desc {
    font-size: 1.25em;
    line-height: 1.5;
}

.download .downloadvisual .line::before {
    background: #fff;
}
.download .downloadvisual .inner_wrap h2 {
    padding-bottom: 0.625em;
    font-size: 1.5625em;
}

.download .downloadvisual .inner_wrap h3 {
    font-size: 2.5em;
    padding-bottom: 20px;
}

.download .downloadvisual img {
    width: 460px;
    padding-right: 50px;
    padding-top: 50px;
}


.download .inner_wrap {
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0.9375em;
    gap: 80px;
}

.board .inner_wrap {
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0.9375em;
    gap: 80px;
}


.board .search-input {
    display: inline-block;
    width: 300px;
    height: 3.4375em;
    border: 1px solid #C6C6C6;
    padding: 0 20px;
}


.board .search-button {
    width: 3.4375em;
    height: 3.4375em;
    background: #474747;
}



.board .search-button i {
    font-size: 2em;
    color: #fff;
}


@media screen  and (max-width:1521px) {
    /* .about_us h3 {
        font-size:30px;
    }*/
    .recruit .about .inner_wrap {
        gap: 20px;
    }

    .recruit .about .item {
        min-width: 10.625em;
    } 

    .recruit .section:nth-last-child(1) {
        gap: 20px;
    }

    .recruit .employ .inner_wrap {
        width: calc((100% - 20px)/2 );
    }
}

@media screen  and (max-width:1174px) {

    .recruit .about_us {
        text-align: center;
        margin: 0 auto;
    }

    .recruit .about_us::before {
        margin: 0 auto 10px;
    }
    
    .recruit .about .inner_wrap {
        flex-direction: column;
    }

    .recruit .about .item_wrap {
        margin: 0 auto;
    }

}


@media screen  and (max-width:1159px) {

    .download .downloadvisual img {
        display: none;
    }
    .download .downloadvisual .inner_wrap::after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 70px;
        width: 400px;
        height: 420px;
        background: url("/resources/images/index/download_visual.svg")no-repeat center/contain;
    }
}



@media screen  and (max-width: 984px) {
    .download .downloadvisual .inner_wrap::after {
        top: 150px;
        width: 280px;
        height: 190px;
    }
}

@media screen  and (max-width: 876px) {
    .download .downloadvisual .inner_wrap::after {
        top: unset;
        bottom:0;
        width:210px
    }
}

@media screen  and (max-width: 776px) { 
    .recruit .employ .inner_wrap {
        width: 100%;
    }
}


@media screen  and (max-width: 610px) {
    .download .downloadvisual .inner_wrap::after {
        top: unset;
        bottom: 0;
        width: 40%;
        height: 30%;

    }
}

/* 게시판 */



.board .record-header {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #c9c9c9;
    padding: 1.25em 0;
    justify-content: space-around;
}

.board .list-box {
    padding-bottom: 3.75em;
}

.board .list_title {
    font-family: 'IBM Plex Sans KR-semibold';
}

.board .list_content .content_item {
    align-items: center;
    padding: 0.625em 0;
}

.board .list_content li + li {
    border-top: 1px solid #c9c9c9;
}

.board .list_content li:nth-last-child(1) {
    border-bottom: 1px solid #707070;
}

.board .list-box .menu {
    width: 20%;
    text-align:center;
}

.board .content_item .menu {
    color: #3675FF;
}

.board .content_item .date {
    color: #707070;
}

.board .list-box .title {
    width: 60%;
    text-align:center;
}

.board .list-box .title p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board .list-box .date {
    width: 10%;
    text-align:center;
}

.board .list-box .file_download {
    width: 10%;
    text-align:center;
}

.board .list-box .title {
    width: 60%;
    text-align:center;
}

.board .list-box.recruit_board .title {
    width: 50%;
}

.board .list-box.recruit_board .date {
    width: 20%;
}

.board .list-box.recruit_board .content_item .date {
    width: 20%;
}


.board .list-box .duration {
    background:#C4D6FF;
    padding:5px;
}

.board .list-box .end .duration{
    background: #eee;
    padding:5px;
}


.viewpage .duration {
    background: #C4D6FF;
    padding:5px;
}

@media screen and  (max-width: 776px) {
    .search-container .number {
        display: none;
    }

    .board .list-box .file_download {
        display: none;
    }

    .downloadvisual .txt {
        padding-bottom: 70px;
    }

    .download .downloadvisual .inner_wrap::after {
        bottom: 30px;
    }

    .file_download i{
        display: none;
    }

    .search-container .search-input {
        position: relative;
        border-radius: 20px 0 0 20px;
        width: calc(100% - 3.4375em);
    }
    .search-container .search_wrap {
        position: relative;
        width: 100%;
    }

    .search-container .search-button {
        position: absolute;
        right:0;
        border-radius: 0 20px 20px 0;
    }
    .board .list-box.recruit_board .content_item .date {
        right: 0;
        width: auto;
        font-size: 12px;
    }

    .list_title {
        display:none;
    }

    .list_content .content_item {
        display: grid;
        position: relative;
    }

    .list_content .content_item .menu {
        display: inline-block;
        order: 1;
        width: 6.25em;
        padding: 5px 10px;
        margin-bottom: 10px;
        background: #3675FF;
        color:#fff;
        border-radius: 9999999999px;
    }
    .list_content .content_item .date {
        position: absolute;
        top: 10px;
        right: 60px;
        order: 2;
        
    }
    .list_content .content_item .title {
        order: 3;
        text-align:left;
        
    }
    
}

/* // 자료실 =====================================*/
/* 자료실 뷰 =====================================*/


.down_view .downloadvisual{
    display: block;
    width:100%;
    height: 200px;
    background: url("/resources/images/index/down_visual.svg"),linear-gradient(90deg, rgba(45,94,203,1) 0%, rgba(133,105,191,1) 100%);
    margin-bottom: 5.625em;
    
}

.viewInner {
    padding-bottom: 150px;
    max-width: 1200px;
    margin: 0 auto;
}
.viewInner .tit-sec h3 {
    padding: 12px 28px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    background: #f6f6f6;
    border-top: 2px solid #3675FF;
    border-bottom: 1px solid #b2b2b2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.viewInner .written-info {
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #b2b2b2;
    padding: 10px;
}
.viewInner .written-info a.file {
    width: 70%;
    font-size: 18px;
}

.viewInner .written-info .file .file_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.viewInner .written-info .file i {
    font-size: 23px;
    vertical-align: bottom;
}



.viewInner .written-info a.file img {
    display: inline-block;
    margin-right: 3px;
}

.viewInner .written-info .__flex {
    display: inline-flex;
    height:100%;
    align-items: center;
}

.viewInner .written-info .date {
    font-size: 18px;
    font-weight: 300;
    justify-content: flex-end;
    color: #C6C6C6
}

.viewInner .main-text {
    padding: 30px 20px 50px;
    border-bottom: 1px solid #b2b2b2;
}


.viewInner .go_list {
    margin: 90px auto 0;
}
.company .broke {
    display: block;
}

@media screen and (max-width:500px ) {

    .viewInner .written-info a.file{
        width: 50%;
        font-size:15px;
    }

    .viewInner .written-info .date{
        font-size:12px;
    }

    .viewInner .written-info .__flex {
        height: 50%;
    }
}