/* css div */
.sub1_sect .center2 .sub1_sect_2way_left,
.sub1_sect .center2 .sub1_sect_2way_right {
    width: 48%;
}

main * {
    /*font-family: 'Pretendard', sans-serif !important;*/
    line-height: 27px !important;
}


h2 {
    font-size: 32px !important;
    line-height:  27px !important;
}
p > strong{
    font-size:20px !important;
}
ul{
    padding-left: 3.5% !important;
}


/* 반응형 등 수정 필요 */
.wrap_only {
    /*display: inline-block;*/
    width: 100%;
}

.sub1_1_1 .sub1_sect ul {
    list-style: initial;
}

/*리스트 css*/
.main_color strong {
    color: #0088cc;
    font-weight: bold;
}

.togglecontainer {
    background-color: white;
}

.main_color span,
.togglecontainer,
.av_toggle_section,
.toggle_content,
.js_active .toggler {
    border-color: #e1e1e1;
}

.togglecontainer .single_toggle:first-child .toggler,
.togglecontainer .taglist + .single_toggle .toggler {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.main_color .toggler {
    /*background-color: #ffffff;*/
    color: #666666;
}

.js_active .toggler {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 9px 3px 9px 35px;
    position: relative;
    top: 1px;
    border-style: solid;
    border-width: 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle_icon {
    position: absolute;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-width: 1px;
    top: 11px;
    left: 10px;
}

.toggle_icon .vert_icon {
    border-left-style: solid;
    border-left-width: 3px;
    position: absolute;
    left: 5px;
    top: 1px;
    height: 11px;
}

.toggle_icon .hor_icon {
    border-top-style: solid;
    border-top-width: 3px;
    position: absolute;
    top: 5px;
    left: 1px;
    width: 11px;
}

.toggle_content {
    padding: 12px 30px 11px 30px;
    margin: 0px 0 5px 0;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
}

.toggle_content {
    color: #666666;
}

.magnific_img_wrapper {
    /*background-color: white;*/
}

.magnific_img_wrap {
    background-color: white;
    border: 1px solid #e1e1e1;
    color: #666666;
    padding: 9px 12px;
}

/* 단일 이미지 */
.magnific_img_wrapper.single {
    width: 100%;
}

.magnific_img_wrapper.single .magnific_img_wrap {
    width: 90%;
}

/* 다중 이미지 */
.magnific_img_wrapper.multi {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.magnific_img_wrapper.multi .magnific_img_wrap {
    width: 21%;
}

.magnific_img_wrap p {
    line-height: 18px !important;
    font-size: 13px !important;
    text-align: center;
}

.force_width100 {
    width: 100% !important;
}

.magnific_img_wrapper.multi img {
    height: 160px;
}

.avia_iconbox_title:before {
    content: '↪';
    margin-right: 4px;
}

.both_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /* gap: 3%; */
    justify-content: space-between;
}

.both_wrap {
    width: 48%;
    margin-bottom: 4%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.both_wrapper .magnific_img_wrapper img {
    height: fit-content;
}

/* sub1_1 제품페이지 */
.sub1_1 > div {
    /* border-top: 1px solid #d7d7d7; */
    border-bottom: 1px solid #d7d7d7;
    padding-top: 3vw;
    padding-bottom: 1vw;
}

.sub1_1_sect2_btn_wrap .sub1_1_btns {
    border: 1px solid var(--main-color);

    color: white;
    transition: all 0.2s ease-in-out;
    width: 263px;
    height: 52px;
    background-color: var(--main-color);
}

.sub1_1_sect2_btn_wrap .sub1_1_btns:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background-color: white;
}

.sub1_1_sect3 {
    border-bottom: none !important;
}

.sub1_1_sect3_box {
    width: 42%;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 3vw 2vw;
    gap: 1vw;
    transition: 0.1s all ease-in;
}

.sub1_1_sect3_box:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.315);
}

.sub1_1_sect3_box > div:first-child {
    width: 3vw;
    height: 3vw;
}


.sub1_1_sect3_box > p:last-child {
    line-height: 1.8vw
}


.sub1_1_sect4_prod {
    width: 32%;
}

.sub1_1_sect4_prod_menu {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #ebebeb;
    margin-bottom: 2vw;
}

.sub1_1_sect4_prod_menu p {
    padding: 1vw 0;
    background-color: #ebebeb;
    color: #568ae2;
    text-align: center;
}

.sub1_1_sect4_prod_menu li {
    background-color: white;
    padding: 0.6vw;
    border-bottom: 1px solid #d7d7d7;
}

.sub1_1_sect4_prod_menu li:last-child {
    border-bottom: none;
}


/* 제품페이지 사이트맵 */
.sub1_bottom_prod_list {
    border-top: 2px solid var(--sub5-color);
}

.sub1_bottom_prod_list > div > p:first-child {
    padding: 1.2vw;
    margin-bottom: 1.2vw;
}

.sub1_bottom_prod_list .prod_list_container {
    overflow-y: scroll;
    overflow-x: hidden;
}

.sub1_bottom_prod_list .prod_list_wrap {
    height: 26vw;
}

.sub1_bottom_prod_list .prod_list_wrap .prod_list {
    padding: 1vw 0;
    width: 24%;
    border-left: 1px solid #d7d7d7;
    height: 100%;
}

.sub1_bottom_prod_list .prod_list_wrap .prod_list .prod_list_title {
    margin-bottom: 0.5vw;
}

.sub1_bottom_prod_list .prod_list_wrap .prod_list li {
    line-height: 1.5vw;
}

.sub1_bottom_prod_list .prod_box {
    padding-left: 0.3vw;
    padding-right: 0.5vw;
}


/* sub1_1_1  COMSOL Multiphysics */
.sub1_sect {
    padding: 4.5vw 0;
}

.sub1_sect img {
    width: 100%;
}

.sub1_sect_top {
    background: linear-gradient(to top, #e6f2ff 0%, #ffffff 100%);
}

.sub1_sect_top_left {
    width: 47%;
}

.sub1_sect_top_right {
    width: 47%;
}

.sub1_1_1_sect1 > div > p:first-child {
    letter-spacing: 0.12vw;
}

.sub1_1_1_sect1 > div > p:nth-child(2) {
    font-style: italic;
}

.sub1_1_1_sect1_text {
    line-height: 1.4vw;
}

.w-66{
    width:66%;
}
/* mobile */
@media screen and (max-width: 768px) {

    .magnific_img_wrap p {
        /*line-height: 4.1vw !important;*/
        font-size: 10px !important;
        text-align: center;
    }

    h2 {
    }


    /* sub1_1 제품페이지 */
    .sub1_sect {
        padding: 8vw 0;
    }

    .sub1_1 > div {
        padding: 7vw 0;
    }

    .sub1_1_sect2 img {
        width: 100%;
    }

    .sub1_1_sect2_btn_wrap .sub1_1_btns {
        margin-bottom: 2vw;
        width: 100%;
        height: 14vw;
    }

    .sub1_1_sect2_btn_wrap .sub1_1_btns .sub1_1_btn {
        width: 100%;
    }

    .sub1_1_sect2_btn_wrap i {
        display: none;
    }

    .sub1_1_sect3_title {
        text-align: left;
        padding: 6.2vw 0;
    }

    .sub1_1_sect3_box {
        padding: 31px;
        width: 82%;
        margin-bottom: 3%;
    }

    .sub1_1_sect3_box > div:first-child {
        width: 10vw;
        height: 10vw;
    }

    .sub1_1_sect3_box > p:last-child {
        /*line-height: 4.8vw;*/
    }

    .sub1_1_sect4_prod {
        width: 100%;
    }

    .sub1_1_sect4_prod_menu {
        margin-bottom: 6vw;
    }

    .sub1_1_sect4_prod_menu p {
        padding: 3.2vw 0;
    }

    .sub1_1_sect4_prod_menu li {
        padding: 2.8vw;
    }

    /* 제품페이지 하단 사이트맵 */
    .sub1_bottom_prod_list .prod_list_wrap .prod_list li {
        /*line-height: 5.5vw;*/
    }

    .sub1_bottom_prod_list .prod_list_wrap {
        padding: 25px 0;
        height: 72vw;
    }

    .sub1_bottom_prod_list .prod_box {
        padding-left: 0.3vw;
        padding-right: 0.5vw;
        padding-bottom: 0 !important;
    }


    .sub1_1_1 img {
        width: 100% !important;
    }

    .magnific_img_wrapper.single .magnific_img_wrap {
        width: 91% !important;
    }

    .magnific_img_wrapper.multi .magnific_img_wrap {
        width: 95% !important;
    }

    .sub1_bottom_prod_list .prod_box {
        width: 100%;
        padding-left: 0.3vw;
        padding-right: 0.5vw;
        padding-bottom: 0 !important;
    }

    .sub1_bottom_prod_list .prod_list_wrap {
        /*padding-top:7vw !important;*/
    }

    .sub1_bottom_prod_list .prod_list_wrap .prod_list {
        /*margin-top:7vw ;*/
        /*padding: 7vw 0;*/
        width: 100%;
        border-left: 1px solid #d7d7d7;
        height: fit-content;
    }


}