﻿@charset "utf-8";

.p_exp{
    position:relative;
}
    .p_exp .inner {
        padding:60px 0 120px;
    }
.p_exp:before {
    content: "";
    position: absolute;
    top: 134px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}
    .p_exp .top_banner {
        width: 100%;
        height: auto;
        position: relative;
        background-image: url('../images/icon/banner_exp.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 35%;
        border-radius: 50px;
    }
.p_exp .top_tab {
    overflow: hidden;
}
    .p_exp .top_tab li {
        width: calc(100% / 2);
        height: 72px;
        line-height: 72px;
        text-align: center;
        color: #555555;
        display: block;
        float: left;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
        .p_exp .top_tab li a{
            display:block;
            width:100%;
            height:100%;
        }
        .p_exp .top_tab li.on {
            border-bottom: 3px solid #9F0827;
            color: #9F0827;
        }
        .p_insu .top_banner {
            background-image: url('../images/icon/icon_insu1.png');
        }
.p_exp .top_banner .banner_txt {
    width: fit-content;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.3%;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
    .p_exp .top_banner .banner_txt .eng_txt {
        word-break: keep-all;
        width:55%;
    }
.p_insu .top_banner .banner_txt {
    transform: translateY(-26%);
}
.p_exp .top_banner .banner_txt h2 {
    font-size: 44px;
    font-weight: 300;
}
            .p_exp .top_banner .banner_txt h2 span{
                font-weight:600;
            }
.p_exp .top_circle ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
                .p_exp .top_circle ul li:nth-child(2n-1){
                    width:100%
                }
                .p_exp .top_circle ul li img {
                    width: 100%;
                    height: auto;
                    margin-bottom: 20px;
                }
    .p_exp .top_circle ul li p{
        text-align:center;
        word-break:keep-all;
    }
    .p_exp .top_circle ul li:nth-child(2n) {
        position: relative;
        width: 50%;
        height: 1px;
        background: #999999;
    }
            .p_exp .top_circle ul li:nth-child(2n)::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                width: 12px;
                height: 24px;
                background-image: url('../images/icon/icon_right_b.png');
                z-index: 10;
                background-repeat: no-repeat;
            }
.p_exp .sec_bg1 {
    background: #FEFAF9
}
    .p_exp .sec_bg1 p{
        word-break:keep-all;
    }
    .p_exp .df_sb {
        display: flex;
        justify-content: space-between;
        gap: 10%;
        align-items: center;
    }
        .p_exp .df_sb > div {
            width: 45%;
            overflow: hidden;
        }
            .p_exp .df_sb > div > img {
                width: 100%;
                height: auto;
                border-radius: 50px;
                overflow: hidden;
                box-sizing: border-box;
            }
        .p_exp .df_sb.Patent > div > img {
            border: 1px solid #dfdfdf;
        }
                .p_exp .df_sb p,
                .p_exp .df_sb p span {
                    word-break: keep-all;
                }
        .p_exp .pa_Box {
            position: relative;
        }
            .p_exp .pa_Box img {
                width: 100%;
                border: 1px solid #dfdfdf;
                border-radius: 50px;
                overflow: hidden;
                box-sizing: border-box;
            }
    .p_exp .pa_1 {
        margin-left: 17%;
        margin-top: -320px;
        width: 31%;
        height: auto;
        float:left
    }
.p_exp .pa_Box p{
    word-break:keep-all;
}
.p_exp .pa_2 {
    margin-left: 69%;
    width: 31%;
    height: auto
}
                .p_exp .df_sb.Patent > div:not(:first-child) {
                    width: 31%
                }
        .p_exp .df_sb.Patent > div:first-child{
            margin-top:50px;
            padding-left:4%;
            box-sizing:border-box;
        }
        .p_exp .df_sb.Patent {
            align-items: flex-start;
            margin-bottom:100px;
        }
            .p_exp .df_sb.Patent .eng_tit{
                width:55%;
            }
            .p_exp .sec_bg1 .df_sb .imgBox.pd {
                padding-left: 60px;
                box-sizing: border-box;
            }
.p_exp .sec_bg1 .df_sb .txtBox {
    padding: 30px 0;
    box-sizing: border-box;
    min-width: 450px;
}
    .p_exp .sec_bg1 .df_sb .txtBox ul {
        border: 1px solid #DFDFDF;
        display: flex;
        justify-content: flex-start;
        box-sizing: border-box;
        flex-wrap: wrap;
        border-radius: 50px;
        overflow: hidden;
    }
                .p_exp .sec_bg1 .df_sb .txtBox ul li {
                    width: 33.3333%;
                    border-right: 1px solid #DFDFDF;
                    padding: 40px 0px;
                    box-sizing: border-box;
                    text-align: center;
                    background: #ffffff;
                    display: flex;
                    justify-content: center;
                    flex-wrap: wrap;
                    align-content: center;
                    gap: 15px;
                    flex-direction: column;
                    align-items: center;
                }
                    .p_exp .sec_bg1 .df_sb .txtBox ul li:nth-child(3n){
                        border-right:0;

                    }
                    .p_exp .sec_bg1 .df_sb .txtBox ul li:nth-child(1),
                    .p_exp .sec_bg1 .df_sb .txtBox ul li:nth-child(2),
                    .p_exp .sec_bg1 .df_sb .txtBox ul li:nth-child(3) {
                        border-bottom: 1px solid #DFDFDF;
                    }
                    .p_exp .sec_bg1.eng .df_sb .txtBox ul li {
                        padding: 40px 10px;
                    }
                    .p_exp .sec_1 .ing_table .top,
                    .p_exp .sec_1 .ing_table .top > div:first-child,
                    .p_exp .sec_1 .ing_table .top > div:first-child > div {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        gap: 20px;
                    }
    .p_exp .sec_1 .ing_table .top > div:first-child > div {
        gap: 5px;
    }
    .p_exp .sec_1 .ing_table .top > div:first-child > div > div {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #9F0827;
    }
    .p_exp .sec_1 .ing_table .top > div:first-child div:last-child > div {
        background: #E59595;
    }

.p_exp .sec_1 .ing_table table {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #000000;
    border-spacing:0;
}
    .p_exp .sec_1 .ing_table table tr td {
        height: 56px;
        line-height: 56px;
        border-right: 1px solid #DFDFDF;
        box-sizing: border-box;
        border-top: 1px solid #DFDFDF;
    }

    .p_exp .sec_1 .ing_table table tr:nth-child(1) td {
        border-bottom: 1px solid #555555;
    }
    .p_exp .sec_1 .ing_table table tr:nth-child(2) td {
        background: #F7F7F7;
    }
    .p_exp .sec_1 .ing_table table tr.c55 td:not(:first-child) {
        color: #555555;
    }
    .p_exp .sec_1 .ing_table table tr td.one {
        background: #9F0827;
        color:#fff !important;
    }
    .p_exp .sec_1 .ing_table table tr td.two {
        background: #E59595;
        color: #fff !important;
    }
.p_exp .sec_1 .chart_li {
    padding: 55px 10px;
    box-sizing: border-box;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
    .p_exp .sec_1 .chart_li li {
        width: 50%;
        box-sizing: border-box;
        padding: 55px 30px;
        border-bottom: 1px solid #DFDFDF;
    }
    .p_exp .sec_1 .chart_li li:not(:nth-child(2n)) {
        border-right: 1px solid #DFDFDF;
    }
    .p_exp .sec_1 .chart_li .dots,
    .p_exp .sec_1 .chart_li .dots > div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }
        .p_exp .sec_1 .chart_li .dots > div {
            gap: 5px;
        }
            .p_exp .sec_1 .chart_li .dots > div > div {
                width: 14px;
                height: 14px;
                border-radius: 50%;
                background: #9F0827;
            }
            .p_exp .sec_1 .chart_li .dots > div:last-child > div {
                background: #888888;
            }
    .p_exp .sec_1 .chart_li .chartWrap > div {
        position: relative;
        height:60px;
        width:100%;
    }
        .p_exp .sec_1 .chart_li .chartWrap > div .chartLine {
            height: 40px;
            border-radius: 100px;
            background: #9F0827;
            padding: 0px 14px;
            box-sizing: border-box;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 140px;
            animation-fill-mode: forwards;
            animation-duration: 0.5s;
            animation-timing-function: linear;
        }
            .p_exp .sec_1 .chart_li .chartWrap > div img{
                position:absolute;
                left:0;
                width:60px;
                height:auto;
                z-index:2;
            }
                .p_exp .sec_1 .chart_li .chartWrap > div img.zig {
                    width: 22px;
                    height: auto;
                    left: 20%;
                    top: 50%;
                    transform: translateY(-49%);
                }
        .p_exp .sec_1 .chart_li .chartWrap > div .chartLine p {
            text-align: right;
            line-height: 40px;
        }
        .p_exp .sec_1 .chart_li .chartWrap > div .pp_title_m {
            position: absolute;
            right: -60px;
            top: 50%;
            transform: translateY(-50%);
        }
@keyframes chartLine_1{
    0% {
        width: 20%;
    }
    100% {
        width: calc( 100% - 60px);
    }
}
.p_exp .sec_1 .chart_li .chartWrap > div:first-child .chartLine {
    animation-name: chartLine_1;
}
.p_exp .sec_1 .chart_li .chartWrap > div:last-child .chartLine {
    background: #888888;
}

.p_insu .sec_bg2 {
    background: #F4F1EA;
}
    .p_insu .sec_bg2 .ww47 {
        width: 47%;
    }
    .p_insu .sec_1 .df_sb .txtBox {
        width: 38%;
        margin: 0 3%;
        padding-left: 2%;
        box-sizing: border-box;
        position: relative;
        overflow: initial
    }
        .p_insu .sec_1 .df_sb .txtBox img {
            width: initial;
            position: absolute;
            left: 0px;
            top: -20px;
            border-radius: 0;
            border: none;
        }
.p_insu .sec_2 img{
    width:100%;
    height:auto;
    margin-top:-80px;
    position:relative;
    z-index:-1;
}
.img_mo {
    display: none;
}
.p_exp .tab_pan {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .p_exp .tab_pan::-webkit-scrollbar {
        display: none;
    }

    /*-----------------
           p_farm
    ------------------*/
.p_farm .top_banner {
    background-image: url(../images/icon/farm_banner1.png);
}
    .p_farm .top_banner .banner_txt h2 {
        line-height:56px;
        letter-spacing:-0.2px;
    }
.p_farm .m_banner {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../images/icon/farm_banner3.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: repeat-y;
    background-attachment: fixed;
}
    .p_farm .m_banner:before{
        content:"";
        width:100%;
        height:100%;
        background:#00000080;
        position:absolute;
        top:0;
        left:0;
    }
    .p_farm .m_banner .innerBanner p{
        text-align:center;
        position:absolute;
        top:50%;
        z-index:0;
        left:50%;
        transform:translate(-50%,-50%);
        width:100%;
    }
.p_farm .farm_flex {
    display: flex;
    border-top: 1px solid #000000;
    flex-wrap: wrap;
}
    .p_farm .farm_flex.mo{
        display:none;
    }
    .p_farm .farm_flex li {
        width: 50%;
        padding: 50px 40px;
        box-sizing: border-box;
        border-bottom: 1px solid #dfdfdf;
        display: flex;
        gap: 40px;
        align-items: center;
    }
    .p_farm .farm_flex li:nth-child(2n-1) {
        border-right: 1px solid #dfdfdf;
    }
        .p_farm .farm_flex li .imgBox img{
            width:70px;
            height:auto;
        }
.p_farm .farm_imgflex .ff_wrap {
    display: flex;
    align-items: center;
    height: 400px;
}
    .p_farm .farm_imgflex .ff_wrap .txt{
        padding:0 60px;
        box-sizing:border-box;
        width:46%;
    }
        .p_farm .farm_imgflex .ff_wrap .img{
            width:54%;
            height:400px;
            overflow:hidden;
        }
            .p_farm .farm_imgflex .ff_wrap .img img {
                width: auto;
                height: 100%;
                position: relative;
                left: 50%;
                transform: translateX(-50%);
            }
.p_farm .f_banner {
    width: 100%;


}
    .p_farm .f_banner .innerBanner {
        width: 100%;
        max-width: 1920px;
        height: 800px;
        margin: 0 auto;
        background-image: url(../images/icon/farm_banner2.png);
        background-position: center bottom;
        background-size: auto 100%;
        background-repeat: no-repeat;
        overflow:hidden;
        padding:280px 10%;
        box-sizing:border-box;
    }
    /*반응형*/
    @media screen and (max-width: 1440px) {
        .p_exp .pa_1 {
        margin-top: -220px;
    }
}
@media screen and (max-width: 1200px) {
    .p_exp .pa_1 {
        margin-top: -60px;
    }
    .p_exp .df_sb > div{
        width:55%;
    }
    .p_exp .df_sb{
        gap:8%;
    }
    .p_farm .f_banner .innerBanner {
        height: 600px;
        padding: 210px 10%;
    }
}
@media screen and (max-width: 750px) {
    .p_exp .inner{
        padding:20px 0 120px;
    }
    .p_exp:before {
        top: 95px;
    }
    .p_exp .df_sb.Patent {
        margin-bottom: 50px;
    }
    .p_exp .df_sb {
        flex-wrap: wrap;
        gap: 40px;
        flex-direction: column-reverse;
    }
        .p_exp .df_sb.Patent .eng_tit {
            width: 100%;
        }
        .p_exp .df_sb > div {
            width: 100%;
        }
    .p_exp .pa_Box.img_pc,
    .p_exp .Patent .img_pc,
    .p_exp .sec_2.img_pc,
    .p_exp .top_banner.img_pc {
        display: none;
    }
    .p_exp .sec_2.img_mo .inner {
        padding: 40px 0 100px;
    }
        .p_exp .sec_2.img_mo .inner p{
            word-break:keep-all;
        }
        .img_mo {
            display: block;
        }
    .p_exp .top_banner .banner_txt .eng_txt {
        width: 80%;
    }
    .p_exp .pa_Box {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
    }
        .p_exp .pa_1,
        .p_exp .pa_2 {
            margin-left: 0;
            margin-top: 0px;
            width: 370px;
            height: auto;
            float: initial;
        }
    .p_exp .pa_Box img {
        width: 370px;
        height: auto;
    }
    .p_insu .sec_bg2 .ww47 {
        width: 100%;
        margin-top:30px;
    }
    .sec_1 .df_sb:nth-child(2n-1) {
        flex-wrap: wrap;
        gap: 40px;
        flex-direction: column;
    }
    .sec_1.sec_eng .df_sb:nth-child(2n-1) {
        flex-direction: column-reverse;
    }
    .sec_1.sec_eng .df_sb {
        flex-direction: column;
    }
        .p_insu .sec_1 .df_sb .txtBox {
            width: 100%;
            padding-left: 20px;
            box-sizing: border-box;
            margin: 0;
        }
    .p_insu .sec_2 img {
        margin-top: -40px;
    }
    .p_insu .top_banner {
        background-image: url(../images/icon/icon_insu1_m.png) !important;
        background-position-x: 0%;
        background-size: contain;
    }

    .p_exp .top_banner.img_mo img.tit,
    .p_exp .top_banner.img_mo .eng_tit {
        width: 100%;
        height: auto;
        position: absolute;
        top: 60px;
        transform: translateX(-50%);
        left: 50%;
        padding: 0 40px;
        box-sizing: border-box;
        word-break:keep-all;
    }
        .p_exp .top_banner.img_mo .eng_tit{
            line-height:1.2;
            font-size:4.6rem;
        }
            .p_exp .top_banner.img_mo .eng_tit span {
                display: inline-block;
            }
            .p_exp .top_banner.img_mo .eng_tit span.sub {
                letter-spacing: 0.1;
                margin-top: 10px;
            }
        .p_exp .top_banner.img_mo p {
            position: absolute;
            bottom: 20px;
            transform: translateX(-50%);
            left: 50%;
            padding: 0 40px;
            box-sizing: border-box;
            width: 100%;
        }
        .p_exp .top_banner.img_mo p.po_no{
            position:relative;
            padding:0;
            bottom:0;
            font-size:20px;
        }
        .p_exp .top_banner {
            background-image: url(../images/icon/banner_exp_m.png);
            background-position-x: 0%;
        }
    .p_farm .top_banner {
        background-image: url(../images/icon/farm_banner1_m.png);
        background-position: 0% bottom;
    }
        .p_farm .top_banner.img_mo{

        }
        .p_farm .top_banner.img_mo p {
            position: relative;
            bottom: auto;
            transform: translateX(0);
            left: auto;
            padding: 0 ;
            box-sizing: border-box;
            width: 100%;
        }

    .p_exp .top_banner .banner_txt h2 {
        font-size: 44px;
        line-height: 55px;
    }
            .p_exp .top_banner .banner_txt {
                left: 0%;
                padding: 0 40px;
                box-sizing: border-box;
                top: 40px;
                transform: translateY(0%);
            }
    .p_exp .top_circle ul li:nth-child(2n)::before {
        width: 9px;
        height: 17px;
        background-size: cover;
    }
    .p_exp .sec_bg1 .df_sb.bm130 {
        flex-direction: column !important;
    }
        .p_exp .sec_bg1 .df_sb .imgBox.pd,
        .p_exp .sec_bg1 .df_sb .imgBox{
            padding: 0 50px;
            box-sizing:border-box;
        }
    .p_exp .ing_table .tab_pan table {
        width: 720px;
        touch-action: pan-x;
    }
    .p_exp .sec_1 .chart_li li{
        width:100%;
        padding:50px 0;
    }
        .p_exp .sec_1 .chart_li li:not(:nth-child(2n)) {
            border-right: none
        }
    .p_farm .farm_flex li{
        width:100%;
    }
        .p_farm .farm_flex li:nth-child(2n-1) {
            border-right: none;
        }
    .p_farm .farm_imgflex .ff_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap:40px;
        height:auto;
    }
        .p_farm .farm_imgflex .ff_wrap.c_r {
            flex-direction: column-reverse;
        }
            .p_farm .farm_imgflex .ff_wrap.c_r .img img{

            }
            .p_farm .farm_imgflex .ff_wrap .txt,
            .p_farm .farm_imgflex .ff_wrap .img {
                width: 100%;
            }
            .p_farm .farm_imgflex .ff_wrap .img img{
                width:100%;
                height:auto;
            }
            .p_farm .farm_imgflex .ff_wrap .txt {
                padding: 0;
            }
        .p_farm .farm_imgflex .ff_wrap .img {
            height: 300px;
        }
    .p_farm .m_banner {
        background-size:1200px auto;
    }
    .p_farm .no_mo{
        display:none;
    }
    .p_farm .m_banner .innerBanner p{
        width:70%
    }
    .p_farm .f_banner .innerBanner {
        height: 600px;
        padding: 190px 10%;
        background-position: right 40% bottom;
    }
}
@media screen and (max-width: 500px) {
    .no_mo{
        display:none;
    }
    .m_sec .inner {
        padding: 21px 20px;
    }

    .p_exp .pa_1,
    .p_exp .pa_2 {
        margin-left: 0;
        margin-top: 0px;
        width: 260px;
        height: auto;
        float: initial;
    }

    .p_exp .pa_Box img {
        width: 260px;
        height: auto;
    }
    .lb_title_l {
        word-break: break-all;
        font-size: 3.5rem;
        font-weight: 400;

    }
    .lb_title_2l {
        word-break: break-all;
        font-size: 3.5rem;
        font-weight: 300;
    }
    .lb_title_b {
        word-break: break-all;
        font-size: 3.5rem;
        font-weight: 600;
    }
    .bb_title_ㅣ {
        word-break: break-all;
        font-size: 3.0rem;
        font-weight: 400;
    }
    .bb_title_b {
        word-break: break-all;
        font-size: 3.0rem;
        font-weight: 600;
    }
    .bb_title_2ㅣ .bb_title_b {
        word-break: break-all;
        font-size: 3.6rem;
        font-weight: 600;
    }
    .p_exp .top_banner .banner_txt h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .p_exp .top_banner.img_mo p.po_no {
        font-size:16px;
    }
    .p_exp .sec_bg1 .df_sb .txtBox ul li {
        width: 50%;
        flex-direction: column;
        padding: 40px 12px;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
        .p_exp .sec_bg1 .df_sb .txtBox ul li:nth-child(4) {
            border-bottom: 1px solid #DFDFDF;
        }
        .p_exp .sec_bg1 .df_sb .txtBox ul li:nth-child(2n) {
            border-right: none;
        }
        .p_exp .sec_bg1 .df_sb .txtBox ul li:nth-child(3) {
            border-right: 1px solid #DFDFDF;
        }
        .ing_table .top > p {
            display: none;
        }
    .p_exp .df_sb.Patent > div:first-child{
        margin-top:0;
    }
    .p_exp .sec_bg1 .df_sb .txtBox{
        min-width:auto;
    }
    .p_farm .farm_flex.pc {
        display: none;
    }
    .p_farm .farm_flex.mo {
        display: flex;
    }
    .p_farm .farm_flex li {
        padding: 30px 15px;
        align-items: flex-start;
        flex-direction: column;
        gap:20px
    }
        .p_farm .farm_flex li .imgBox {
            display:flex;
            gap:15px;
            align-items:center;
        }
        .p_farm .farm_flex li .imgBox img{
            height:auto;
            width:57px;
        }

    .p_farm .top_banner {
        background-image: url(../images/icon/farm_banner1_m.png);
        background-position-x: 45%;
        background-position-y: center;
        height: 500px;
    }
    .p_farm .m_banner .innerBanner p {
        width: 90%
    }
    .p_farm .f_banner .innerBanner {
        background-image: url(../images/icon/farm_banner2_m.png);
        padding: 50px 30px;
    }
    .p_farm .top_banner.img_mo img {
        width: 100%;
    }
    .p_farm .farm_imgflex .ff_wrap .img {
        max-height: 200px;
        height:auto;
    }
}