@charset "utf-8";

/* 준비중페이지 */
.preparing_box {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 0 20px;
    box-sizing: border-box;
}

.preparing_box .logo {
    margin: 0;
}

.preparing_box>img {
    margin: 30px 0;
}

.preparing_box h2 {
    font-size: 34px;
    color: #222;
    letter-spacing: -0.045em;
    font-weight: 300;
    margin: 0;
}

.preparing_box h2 b {
    color: #35a99c;
    font-weight: 700;
}

.preparing_box p {
    font-size: 20px;
    color: #222;
    letter-spacing: -0.045em;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 30px;
}

*/

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

                sub_visual

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.sub_visual {
    margin-top: 100px;
}

.sub_visual .txt_box {
    padding: 100px 0;
    border-bottom: 1px solid #dcdcdc;
}

.sub_visual .txt_box h2 {
    text-align: center;
    color: #222;
    font-size: var(--fz-62);
    font-weight: 700;
    letter-spacing: 0;
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

                About us

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.about .con01 {
    max-width: 1920px;
    margin: 0 auto;
}

.about .con01 .bot_wrap {
    display: flex;
    align-items: center;
    gap: 80px;
}

.about .con01 .bot_wrap>div {
    width: 50%;
}

.about .con01 .bot_wrap .left_box .img_box img {
    border-radius: 0 0 50px 0;
    width: 100%;
    max-width: fit-content;
}

.about .con01 .tit_box {
    padding-bottom: 40px;
    position: relative;
}

.about .con01 .tit_box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.about .con01 .tit_box p {
    font-size: var(--fz-42);
    color: #333333;
    letter-spacing: 0;
    line-height: 1.23809em;
}

.about .con01 .txt_box {
    margin-top: 50px;
    max-width: 670px;
}

.about .con01 .txt_box p {
    font-size: var(--fz-18);
    color: #666666;
    letter-spacing: 0;
    line-height: 1.5555em;
}

.about .con01 .txt_box p.right {
    text-align: right;
    margin-top: 60px;
}

.about .con01 .txt_box p+p {
    margin-top: 15px;
}

@media all and (max-width:1024px) {
    .about .con01 .bot_wrap {
        flex-wrap: wrap;
    }

    .about .con01 .bot_wrap .left_box {
        width: 100%;
        order: 2;
    }

    .about .con01 .bot_wrap .right_box {
        width: 93.75%;
        margin: 0 auto;
        order: 1;
    }

    .about .con01 .txt_box {
        max-width: none;
    }
}

.about .con02 {
    position: relative;
    margin-bottom: 205px;
}

.about .con02:before {
    background: url(/img/about_con02_bg01.jpg)no-repeat center center / cover;
    width: 96%;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px 0 0 0;
    min-width: 1500px;
    box-sizing: border-box;
}

.about .con02:after {
    background: #fff;
    width: calc(50% + 240px);
    content: '';
    height: 90%;
    position: absolute;
    left: 0;
    bottom: -205px;
    border-radius: 0 150px 0 0;
    z-index: 2;
}

.about .con02 .bg_box {
    background: url(/img/about_con02_bg01.jpg)no-repeat center center / cover;
    width: 96%;
    margin-left: auto;
}

.about .con02 .history_box {
    position: relative;
    z-index: 3;
    padding-top: 100px;
}

.about .con02 .history_box ul {
    position: relative;
    margin-top: 60px;
    margin-bottom: -160px;
}

.about .con02 .history_box ul:before {
    position: absolute;
    left: 4.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
    content: '';
    z-index: 0;
}

.about .con02 .history_box ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 0;
}

.about .con02 .history_box ul li:hover:before {
    background-color: var(--main-color);
}

.about .con02 .history_box ul li:before {
    position: relative;
    content: '';
    width: 9px;
    height: 9px;
    border: 2px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 40px;
    z-index: 4;
    background-color: #fff;
    transition: 1s;
}

.about .con02 .history_box ul li b {
    width: 120px;
    color: var(--main-color);
    letter-spacing: 0;
    font-size: var(--fz-36);
    font-weight: 700;
}

.about .con02 .history_box ul li span {
    font-weight: 600;
    color: #444444;
    letter-spacing: 0;
    font-size: var(--fz-20);
}

@media all and (max-width:1400px) {
    .about .con02 {
        margin-bottom: 100px;
    }

    .about .con02:before {
        width: 100%;
        min-width: auto;
        border-radius: 80px 0 0 0;
    }

    .about .con02:after {
        bottom: -100px;
        height: 80%;
    }
}

@media all and (max-width:768px) {
    .about .con02:after {
        border-radius: 0 80px 0 0;
    }

    .about .con02:before {
        border-radius: 0;
    }

    .about .con02 .history_box ul li b {
        width: 100px;
    }
}

.about .con03 .member_box {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    position: relative;
    gap: 145px;
}

.about .con03 .member_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 66.5%;
    height: 2px;
    border-top: 2px dashed #aaaaaa;
}

.about .con03 .member_box>ul {
    position: relative;
    padding-top: 60px;
}

.about .con03 .member_box>ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    border-left: 2px dashed #aaaaaa;
}

.about .con03 .team_name.type02 {
    margin-top: 20px;
}

.about .con03 .ceo_box .team_name.type02 p {
    background: none;
    color: var(--black-color);
}

.about .con03 .team_name p {
    padding: 41px 0;
    background-color: #fff;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    color: var(--black-color);
    letter-spacing: 0;
    text-align: center;
    box-sizing: border-box;
    width: 320px;
    margin: 0 auto;
}

.about .con03 .team_name b {
    font-size: var(--fz-24);
    line-height: 1.4166em;
}

.about .con03 .team_name span {
    font-size: var(--fz-20);
    line-height: 1.7em;
    display: block;
}

.about .con03 .ceo_box .team_name {
    position: relative;
}

.about .con03 .ceo_box .team_name.none:before {
    display: none;
}

.about .con03 .ceo_box .team_name:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    border-left: 2px dashed #aaaaaa;
}

.about .con03 .ceo_box .team_name p {
    background-color: var(--main-color);
    color: #fff;
    /* background-image: url(/img/about_con03_icon01.png); */
    background-image: url(/img/about_con03_icon01_new.png);
    background-repeat: no-repeat;
    background-position: top -14px left -14px;

}

.about .con03 .member_box .team_name ul li {
    padding: 23px 0;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    text-align: center;
    font-size: var(--fz-18);
    color: #666666;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 20px;
}

.about .con03 .bot_box p {
    max-width: 580px;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 25px;
    font-size: var(--fz-16);
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    font-weight: 500;
}

.about .con03 .bot_box p span {
    color: var(--black-color);
}

@media all and (max-width:1400px) {
    .about .con03 .member_box {
        gap: 40px;
    }

    .about .con03 .member_box:before {
        width: 680px;
    }

    .about .con03 .team_name p {
        width: 300px;
    }
}

@media all and (max-width:1024px) {
    .about .con03 .organ_list {
        max-width: 450px;
        margin: 0 auto;
    }

    .about .con03 .team_name p {
        margin-left: 0;
    }

    .about .con03 .ceo_box .team_name:before {
        content: none;
    }

    .about .con03 .member_box {
        flex-direction: column;
    }

    .about .con03 .member_box>ul {
        padding-left: 75px;
    }

    .about .con03 .member_box:before {
        height: 103.5%;
        width: 1px;
        left: 45px;
        transform: none;
        border-top: none;
        border-left: 2px dashed #aaaaaa;
        top: -60px;
    }

    .about .con03 .member_box>ul {
        padding-top: 0;
        margin-top: 60px;
    }

    .about .con03 .member_box>ul:before {
        left: 45px;
        transform: none;
        ;
        width: 30px;
        height: 1px;
        border-left: none;
        border-top: 2px dashed #aaaaaa;
        top: 50px;
    }

    .about .con03 .member_box .team_name ul li {
        max-width: 300px;
    }
}

@media all and (max-width:768px) {
    .about .con03 .member_box>ul {
        margin-top: 30px;
    }

    .about .con03 .member_box:before {
        height: 104.5%;
    }
}

.about .con04 .inner {
    display: flex;
    justify-content: space-between;
    gap: 95px;
}

.about .con04 .left_wrap {
    width: calc(30% - 95px);
}

.about .con04 .left_wrap .info_box {
    margin-top: 80px;
}

.about .con04 .left_wrap .info_list+.info_list {
    margin-top: 60px;
}

.about .con04 .left_wrap .info_box .tit_box p {
    font-size: 18px;
    color: #666666;
    font-weight: 700;
    letter-spacing: 0;
}

.about .con04 .left_wrap .info_box ul {
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
    padding-top: 25px;
}

.about .con04 .left_wrap .info_box ul li {
    display: flex;
    align-items: center;
}

.about .con04 .left_wrap .info_box ul li+li {
    margin-top: 10px;
}

.about .con04 .left_wrap .info_box ul li b {
    display: inline-flex;
    align-items: center;
    width: 135px;
    gap: 8px;
}

.about .con04 .left_wrap .info_box ul li b i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .con04 .left_wrap .info_box ul li b span {
    font-size: 18px;
    color: var(--black-color);
    letter-spacing: 0;
}

.about .con04 .left_wrap .info_box ul li p {
    font-size: 16px;
    letter-spacing: 0;
    color: #666666;
}

.about .con04 .right_wrap {
    width: 70%;
}

.about .con04 .map_box {
    height: 613px;
    width: 100%;
}



.about .con04 .map_tit {
    padding: 30px 90px 30px 80px;
    background-color: #f9f9f9;
    border-radius: 50px 0 0 50px;
    width: 90%;
    box-sizing: border-box;
    margin-left: auto;
    margin-top: -48.5px;
    position: relative;
    z-index: 3;
}

.about .con04 .map_tit.map_logo_custom {
    padding: 0 90px 0 80px;
}






.about .con04 .map_tit p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.about .con04 .map_tit p span {
    font-weight: 300;
    color: var(--black-color);
    letter-spacing: 0;
    font-size: var(--fz-26);
}

@media all and (max-width:1400px) {
    .about .con04 .inner {
        flex-wrap: wrap;
        gap: 50px;
    }

    .about .con04 .left_wrap,
    .about .con04 .right_wrap {
        width: 100%;
    }

    .about .con04 .left_wrap .info_box {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .about .con04 .left_wrap .info_list+.info_list {
        margin-top: 0;
    }

    .about .con04 .map_tit {
        margin-right: -6.25%;
    }
}

@media all and (max-width:768px) {
    .about .con04 .left_wrap .info_box {
        margin-top: 40px;
    }

    .about .con04 .left_wrap .info_list {
        width: 100%;
    }

    .about .con04 .map_box {
        height: 400px;
    }

    .about .con04 .map_tit {
        border-radius: 100px 0 0 100px;
        width: 100%;
    }
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

        Business > 구매절차

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.buy .con01 .row01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.buy .con01 .row01>div {
    max-width: 50%;
}

.buy .con01 .row01 .img_box {
    position: relative;
}

.buy .con01 .row01 .img_box:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 60%;
    transform: translateY(-50%);
    width: 457px;
    height: 525px;
    background: url(/img/buy_con01_bg01.png)no-repeat center center;
    z-index: -1;
}

.buy .con01 .row01 .img_box img {
    width: 100%;
    max-width: fit-content;
}

.buy .con01 .row01 .tit p {
    font-weight: 700;
    color: #222222;
    letter-spacing: 0;
    font-size: var(--fz-32);
}

.buy .con01 .row01 .txt {
    margin-top: 40px;
}

.buy .con01 .row01 .txt p {
    font-size: var(--fz-18);
    color: #888888;
    letter-spacing: 0;
    line-height: 1.555em;
}

.buy .con01 .row02 {
    margin-top: 100px;
}

.buy .con01 .row02 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    justify-content: center;
}

.buy .con01 .row02 ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
    position: relative;
}

.buy .con01 .row02 ul li:before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #e6e6e6;
    right: 15px;
    top: 0;
    position: absolute;
}

.buy .con01 .row02 ul li:after {
    content: '';
    height: 30px;
    width: 30px;
    border-top: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    right: 0px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
    box-sizing: border-box;
}

.buy .con01 .row02 ul li:last-child:before,
.buy .con01 .row02 ul li:last-child:after {
    content: none;
}

.buy .con01 .row02 ul li .num p {
    font-weight: 700;
    color: #fff;
    font-size: var(--fz-20);
    letter-spacing: 0;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
}

.buy .con01 .row02 ul li .txt {
    text-align: center;
    letter-spacing: 0;
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
}

.buy .con01 .row02 ul li .txt h6 {
    font-size: var(--fz-24);
    font-weight: 700;
    color: #333333;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.buy .con01 .row02 ul li .txt p {
    font-size: 16px;
    color: #666666;
    line-height: 1.625em;
}

@media all and (max-width:1024px) {
    .buy .con01 .row01 {
        gap: 0;
        justify-content: space-between;
    }

    .buy .con01 .row02 ul li {
        width: 33.333%;
    }
}

@media all and (max-width:768px) {
    .buy .con01 .row01 {
        gap: 30px;
    }

    .buy .con01 .row01>div {
        max-width: none;
        width: 100%;
        text-align: center;
    }

    .buy .con01 .row02 ul {
        gap: 30px 0;
    }

    .buy .con01 .row02 ul li {
        width: 100%;
    }

    .buy .con01 .row02 ul li:before {
        width: 100%;
        height: 2px;
        bottom: 15px;
        right: 0;
        top: auto;
    }

    .buy .con01 .row02 ul li:after {
        bottom: 0;
        right: auto;
        left: 50%;
        top: auto;
        transform: translateX(-50%) rotate(135deg);
    }
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

        Business > New

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.new .con01 .flex_row,
.goldseal .con01 .flex_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.new .con01 .flex_row .tab_btn_box,
.goldseal .con01 .flex_row .tab_btn_box {
    justify-self: center;
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

        Business > Others

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.others .zigzag_list {
    flex-direction: row;
    gap: 40px;
}

.others .zigzag_list>li {
    flex-direction: column;
    gap: 30px;
}

.others .zigzag_list>li>div {
    width: 100%;
}

.others .zigzag_list>li .right_box {
    order: 1;
    padding: 0;
}

.others .zigzag_list>li .left_box {
    order: 2;
}

.others .zigzag_list>li .tit {
    text-align: center;
}

.others .zigzag_list>li .tit:before {
    left: 50%;
    transform: translateX(-50%);
}

.others .zigzag_list>li .btn_box {
    margin-top: 0;
}

.others .zigzag_list>li .btn_box ul {
    justify-content: center;
}

.others .bot_box_others {
    margin-top: 90px;
}

.others .bot_box_others ul {
    display: flex;
    justify-content: center;
}

.others .bot_box_others ul li a {
    width: 144px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    color: var(--main-color);
    text-align: center;
    justify-content: center;
    background-color: #fff;
    transition: .3s;
    box-sizing: border-box;
}

.others .bot_box_others ul li a img {
    transition: .3s;
}

.others .bot_box_others ul li:hover a {
    background-color: var(--main-color);
    color: #fff;
}

.others .bot_box_others ul li:hover a img {
    filter: brightness(0) invert(100%);
}

/* @media all and (max-width:1024px) {
    .others .zigzag_list {
        flex-direction: column;
    }

    .others .zigzag_list>li .img_box {
        width: fit-content;
        margin: 0 auto;
    }
} */

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

        Contact

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.contact .con01 .contact_list>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.contact .con01 .contact_list>ul>li {
    width: calc(50% - 30px);
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 50px 60px;
    position: relative;
    transition: .5s;
}

.contact .con01 .contact_list>ul>li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: .5s;
}

.contact .con01 .contact_list>ul>li:hover {
    /* background: url(/img/contact_con01_bg01.png)no-repeat right -50% center; */
    background: url(/img/contact_con01_bg01_new.png)no-repeat right -50% center;
}

.contact .con01 .contact_list>ul>li:hover:before {
    border-color: var(--main-color);
    width: 100%;
    height: 100%;
}

.contact .con01 .contact_list .tit_box {
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.contact .con01 .contact_list .tit_box:before {
    position: absolute;
    bottom: 1.5px;
    left: 0;
    content: '';
    background-color: var(--main-color);
    width: 100%;
    height: 1px;
}

.contact .con01 .contact_list .tit_box:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: var(--main-color);
    width: 60%;
    height: 3px;
}

.contact .con01 .contact_list .tit_box p {
    font-weight: 700;
    color: var(--black-color);
    letter-spacing: 0;
    line-height: 1.2142em;
    font-size: var(--fz-28);
}

.contact .con01 .contact_list .info_box ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact .con01 .contact_list .info_box ul li+li {
    margin-top: 25px;
}

.contact .con01 .contact_list .info_box ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--black-color);
}

.contact .con01 .contact_list .info_box ul li p,
.contact .con01 .contact_list .info_box ul li a {
    font-weight: 500;
    color: #444444;
    font-size: var(--fz-22);
    letter-spacing: 0;
}

.contact .con01 .contact_list .gray_box {
    margin-top: 40px;
    border-radius: 10px;
    background-color: #f9f9f9;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.contact .con01 .contact_list .gray_box b {
    font-weight: 700;
    color: #666666;
    font-size: 16px;
    letter-spacing: 0;
    position: relative;
}

.contact .con01 .contact_list .gray_box b:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    width: 1px;
    height: 10px;
    background-color: #cccccc;
}

.contact .con01 .contact_list .gray_box p {
    font-weight: 500;
    color: #666666;
    font-size: 16px;
    letter-spacing: 0;
}

@media all and (max-width:1024px) {
    .contact .con01 .contact_list>ul>li {
        width: 100%;
    }
}

@media all and (max-width:768px) {
    .contact .con01 .contact_list>ul>li {
        padding: 30px;
    }

    .contact .con01 .contact_list .gray_box {
        flex-wrap: wrap;
        padding: 30px 20px;
    }

    .contact .con01 .contact_list>ul>li:hover {
        background-position: right -250px center;
    }
}


/* 20241202 추가 */

.organ_li_custom {
    background-color: transparent !important;
    border: none !important;
    margin-top: unset !important;
    padding: unset !important;
}



/* .organ_li_custom .member_box {
    gap: 20px !important;
} */



.about .con03 .custom01 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    position: relative;
    gap: 20px;
}

.about .con03 .custom01 ul {
    width: 50%;

}

.about .con03 .custom01 ul li {
    width: 100%;

}

.about .con03 .custom01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-top: 2px dashed #aaaaaa;
    width: 172px;
}

.about .con03 .custom01::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 2px dashed #aaaaaa;
    width: 1px;
    height: 20px;
}

.about .con03 .member_box .team_name .custom01 ul li {
    margin-top: unset;
}

.about .con03 .member_box .team_name .custom01 ul {
    padding-top: 20px;
    position: relative;
}

.about .con03 .member_box .team_name .custom01 ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    border-left: 2px dashed #aaaaaa;
}

@media (max-width: 1400px) {
    .about .con03 .custom01:before {
        width: 160px;
    }
}

@media (max-width: 1024px) {

    .about .con03 .custom01:before,
    .about .con03 .custom01::after,
    .about .con03 .member_box .team_name .custom01 ul:before {
        display: none;
    }

    .about .con03 .custom01 {
        margin-top: unset;
    }
}

.icon img {
    width: 120px;
    height: 120px;
    aspect-ratio: 1 / 1;
    max-width: 100%;
    object-fit: none;
}








.others .zigzag_list>li {
    width: calc(25% - 30px);
}

.others .left_box .img_box img {
    width: 360px;
    height: 215px;
}

/* .left_box .img_box {
} */

.others .zigzag_list {
    flex-wrap: wrap;
}


@media (max-width: 1400px) {
    .others .zigzag_list>li {
        width: calc(33.333% - 27px);
    }
}


@media (max-width: 1200px) {
    .others .zigzag_list>li {
        width: calc(50% - 20px);
    }
}

@media (max-width: 1000px) {
    .others .zigzag_list>li {
        width: 100%;
    }
}