/* bg-gray */
.bg-gray {
    background-color: #f7f7f7;
}
/* stit */
.stit .lined {
    height: 1px;
    width: 30px;
    display: inline-block;
    background-color: #666;
    margin-left: auto;
    margin-right: auto;
}

/* subtop */
#subtop {
    position: relative;
}
#subtop .c_wrp {
    height: 500px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 350px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 250px;
        padding-top: 50px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}
/* scroll_ani */
.scroll_ani {
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    color: #fff; 
    z-index: 3; 
    height: 100px;
}
.scroll_ani > span {
    display: block; 
    transform: rotate(90deg); 
    font-size: 12px;
    letter-spacing: 2px;
}
.scroll_ani > .bg {
    position: relative; height:100%; 
    width:1px; 
    margin: 30px auto 0; 
    background: rgba(255,255,255,0.2);
}
.scroll_ani > .bg .animation {
    width: 100%; 
    background: rgba(255,255,255,1); 
    animation-name: updown;animation-iteration-count: infinite;animation-duration:3s;animation-timing-function:ease-in-out;
}
@keyframes updown { 
    0% {height:0%} 100% {height:100%} 
}

/* sub_tabss */
#sub_tabs {
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
}
#sub_tabs ul .dropdown-toggle {
    display: none;
}
#sub_tabs ul .dropdown-menu {
    position: relative;
    display: block;
    box-shadow: 0 0 0;
    background-color: transparent;
    border: 0;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 3vw;
}
#sub_tabs ul .dropdown-menu li a {
    padding: 22px 0 20px;
    font-size: 17px;
    color: #aaa;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}
#sub_tabs ul .dropdown-menu li:hover a {
    background-color: transparent;
}
#sub_tabs ul .dropdown-menu li.act a {
    border-bottom-color: #1e7e37;
    color: #1e7e37;
    font-weight: 500;
}
@media (max-width:500px) {
    #sub_tabs ul .dropdown-menu {
        flex-wrap: wrap;
        row-gap: 5px;
        padding: 15px 0;
        justify-content: center;
    }
    #sub_tabs ul .dropdown-menu li a {
        padding: 5px 10px;
        border-radius: 30px;
        font-size: 13px;
        border: 1px solid #ddd;
        margin-bottom: 0;
    }
    #sub_tabs ul .dropdown-menu li.act a {
        border-color: #1e7e37;
        background-color: #1e7e37;
        color: #fff;        
        font-weight: 600;
    }
}


/* deptList */
.deptList .c {
    display: flex;
}
.deptList .c .tt {
    width: 20px;
    font-weight: 600;
}
.deptList .c .cc {
    width: calc(100% - 20px);
}

/* tinyList */
.deptList .tinyList > li {
    margin-left: 20px;
}
.tinyList > li {
    position: relative;
    padding-left: 10px;
    margin: 3px 0;
}
.tinyList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.tinyList > li p {
    font-weight: 300;
    line-height: 1.4em;
}
@media (max-width:768px){
    .tinyList > li:after {
        top: 7px;
    }
}

/* company1 */
#company1 .inner {
    position: relative;
    overflow: hidden;
}
#company1 .inner .txt {
    position: relative;
    z-index: 3;
}
#company1 .inner .txt h1 {
    color: #000;
    text-transform: uppercase;
}
#company1 .inner .rotTxt {
    color: rgba(200, 200, 200, 0.1);
    font-size: 12rem;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 700;
    transform: translate3d(-50%, 0%, 0);
    white-space: nowrap;
    line-height: 1em;
}
@media (min-width:991px) {
    #company1 .inner .img {
        position: absolute;
        right: 0;
        top: 0;
    }
    #company1 .inner .dvd {
        width: 100%;
        height: 1px;
        background-color: #aaa;
    }
    #company1 .inner .img img {
        border-radius: 60px 0 0 60px;
    }
}
@media (max-width:768px) {
    #company1 .inner .txt {
        padding-top: 0px;
    }
    #company1 .inner .rotTxt {
        font-size: 4rem;
        color: rgba(200, 200, 200, 0.3);
    }
}



/* flatList */
.flatList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.flatList .noLine {
    width: 100%;
    padding-bottom: 55px;
    position: relative;
}
.flatList .Line {
    width: 33.333333%;
}
.flatList .flatItem {
    position: relative;
    line-height: 0px;
}
.flatList li:not(:first-child) .flatItem:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    height: 55px;
    width: 1px;
    background-color: #aaa;
}
.flatList .flatItem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 55px;
    width: 1px;
    background-color: #aaa;
}
.flatList .flatItem .itemCon {
    padding: 55px 15px 15px;
}
.flatList .flatItem .addItem {
    display: block;
    position: relative;
    padding: 50px 30px;
    border-radius:15px; 
    border-top: 5px solid #1e7e37;
    background-color: #fff;
    box-shadow: 5px 5px 20px #e0e4e1
}
.flatList .flatItem .addItem .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #edfff2;
    color: #1e7e37;
    font-size: 34px;
}
.flatList li:not(.noLine) .addItem::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: -7px;
    left: calc(50% - 7px);
    background: url(../img/flDot.png) center center no-repeat;
}
.flatList .flatItem .cnt_lg {
    display: inline-block;
    width: 520px;
    max-width: 100%;
    position: relative;
}
.flatList .flatItem .tit {
    padding: 15px;
    line-height: 1em;
    background-color: #1e7e37;
    color: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
/* .flatList .flatItem .tit.tit2 {
    background-color: #2e55c5;
}
.flatList .flatItem .tit.tit3 {
    background-color: #15a3b0;
}
.flatList .flatItem .tit.tit4{
    background-color: #d3a119;
} */
.flatList .flatItem .cnt_lg .cont {
    padding: 20px;
    border-radius: 15px;
    border-top: 3px solid #1e7e37;
    background-color: #fff;
    box-shadow: 5px 5px 20px #e0e4e1;
}
.flatList .flatItem .cnt_lg .cont.logo {
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.flatList .flatItem .itemCon > h5 {
    margin-top: 10px;
}
.flatList .flatItem .itemCon > h5 strong {
    color: #003377;
    line-height: 1.2em;
}
.flatList .btBoxs {
    position: relative;
    z-index: 3;
}
.flatList .btBoxs .item {
    padding: 35px 15px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
.flatList .btBoxs .item h5 {
    line-height: 1.5em;
    margin-top: 10px;
}
.flatList .btBoxs .item h5 span {
    display: inline-block;
    line-height: 30px;
    padding: 5px 15px;
    font-weight: 600;
    background-color: #edfff2;
    border-radius: 4px;
    margin-bottom: 5px;
}
.flatList .tags span {
    display: inline-block;
    background-color: #edfff2;
    margin-right: 5px;
    padding: 2px 13px;
    border-radius: 30px;
}
@media (min-width:992px) {
    .conTent {
        background: url(../img/bgbg.png) center 13% no-repeat;
    }
    .flatList .flatItem .addItem {
        min-height: 500px;
    }
}
@media (max-width:992px) {
    .flatList .bgbg {
        position: relative;
        z-index: 1;
        margin: -10% 0;
    }
}
@media (min-width:992px) {
    .flatList li.Line .flatItem:after {
        left: 50%;
    }
    .flatList li.Line .flatItem:before {
        display: none;
    }
    .flatList li.Line .flatItem .itemCon:before {
        content: "";
        position: absolute;
        background-color: #aaa;
        bottom: auto;
        top: 0px;
        width: 50%;
        left: calc(50% + 1px);
        height: 1px;
    }
    .flatList li.Line.LineCt .flatItem .itemCon:after {
        content: "";
        position: absolute;
        background-color: #aaa;
        bottom: auto;
        top: 0px;
        width: 50%;
        right: calc(50% - 1px);
        height: 1px;
    }
    .flatList li.Line.LineRt .flatItem .itemCon:before {
        left: auto;
        right: calc(50% - 1px);
    }
    .flatList .btBoxs .item {
        min-height: 200px;
    }
}
@media (max-width:992px){
    .flatList .flatItem {
        padding: 10px 0;
    }
    .flatList .flatItem .cnt_lg {
        width: 100%;
    }
    .flatList .noLine .flatItem:before {
        display: none;
    }
    .flatList li:not(:first-child) .flatItem:after,
    .flatList .flatItem:before {
        height: 25px;
        top: -10px;
    }
    .flatList li:last-child .flatItem::before {
        display: none;
    }
    .flatList .flatItem .itemCon {
        padding: 0;
    }
    .flatList .noLine {
        padding-bottom: 0;
    }
    .flatList .Line {
        width: 100%;
    }
    .flatList .btBoxs .item {
        margin-bottom: 10px;
        padding: 25px 15px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 5px 5px 10px rgba(231, 236, 243, 1);
    }
    .flatList .flatItem .addItem {
        margin-bottom: 0;
        padding: 40px 20px;
    }
    .flatList .flatItem .addItem .icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .flatList .flatItem .addItem h1 {
        font-size: calc(100vw*(30 / 500));
    }
}

/* protitWrp */
.protitWrp {
    max-width: 910px;
    margin: 0 auto;
}

/* member */
.member .mem_item {
    text-decoration: none;
    display: flex;
    min-height: 200px;
    padding: 0 40px;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 20px;
}
.member .mem_item .txtbox {
    position: relative;
    width: 100%;
}
.member .mem_item .txtbox .ex {
    text-align: center;
}
.member .mem_item .txtbox .ex i {
    display: flex;
    margin-left: auto;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    font-size: 17px;
}
.member .mem_item,
.member .mem_item .txtbox h3,
.member .mem_item .txtbox p,
.member .mem_item .txtbox .ex i  {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
@media (min-width:767px) {
    .member .mem_item:hover {
        background-color: #1e7e37;
    }
    .member .mem_item:hover .txtbox h3,
    .member .mem_item:hover .txtbox p {
        color: #fff;
    }
}
@media (max-width:768px) {
    .member .mem_item {
        min-height: 150px;
        padding: 0 20px;
        border-radius: 10px;
    }
}
/* mem_modal */
.mem_modal .modal-body {
    padding: 6rem 3rem;
}
.mem_modal .modal-body .box-services-a h3 span {
    font-size: .6em;
    color: #999;
}
@media (max-width:768px) {
    .mem_modal .modal-body {
        padding: 4rem 1.5rem;
    }
    .mem_modal .modal-body .box-services-a h3 span {
        display: block;
    }
}

/* company4 */
#company5 .img_wrp,
#company4 .img_wrp {
    border: 1px solid #ddd;
    padding: 15px;
}


/* contactForm */
.contactForm .fTit {
    margin-bottom: 20px !important;
    padding-left: 10px;
    position: relative;
}
.contactForm .fTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #000;
    transform: translateY(-50%);
}
.contactForm ul li {
    margin: 20px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    /* position: absolute; */
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 400;
    margin: 0;
}
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 40px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 0px solid #444;
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: 1.7rem;
    background-color: transparent;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
}
.contactForm .checkWrp {
    line-height: 29px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.7rem;
    line-height: 1em;
    color: #666;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    padding-left: 5px;
}
.contactForm .btnItem {
    width: 100%;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees label {
    margin-left: 5px;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
}

@media (max-width:768px){
    .contactForm {
        padding: 3rem 1rem;
    }
    .contactForm .fTit {
        margin-bottom: 10px !important;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .checkbox-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
}

/* btn */
.btnWrp .btnItem {
    text-decoration: none;
    font-size: 16px;
    line-height: 1em;
    border-radius: 60px;
    color: #333;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    letter-spacing: -1px;
    gap: 8px;
    margin-left: auto;
    background-color: #000;
    color: #fff;
}
.btnWrp .btnItem.w {
    color: #fff;
}
.btnWrp .btnItem.w i  {
    background-color: #ffce2d;
    color: #000;
}
.btnWrp .btnItem.big {
    font-size: 22px;
    padding: 16px 20px;
    letter-spacing: -1px;
    gap: 8px;
    margin: 0 auto;
    max-width: 250px;
    border: 0px;
}
@media (max-width:992px){
    .btnWrp .btnItem {
        font-size: 13px;
        padding: 4px 10px;
    }
    .btnWrp .btnItem.big {
        font-size: 16px;
        padding: 10px 12px;
        gap: 5px;
        max-width: 200px;
    }
}


/* contBoxs */
.contBoxs {
    padding: 2rem 3rem;
    background-color: #f7f7f7;
    border-radius: 15px;
}
.contBoxs .item {
    /* border: 1px solid #aaa; */
    display: flex;
    align-items: center;
    padding: 10px;
}
.contBoxs .item.kakao {
    background-color: rgba(250, 234, 98, 0.2);
}
@media (max-width:767px) {
    .contBoxs {
        padding: 3rem 2rem;
        border-radius: 10px;
    }
    .contBoxs .item {
        padding: 10px;
    }
    .contBoxs .item .icon {
        font-size: 30px;
        width: 30px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 30px);
    }
}

/* imgSlideLeft */
.imgSlideLeft span {
    display: inline-block;
    position: relative;
}
.imgSlideLeft .lft {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    width: 100%;

    transition: all 1.8s;
    -o-transition: all 1.8s;
    -moz-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}
.imgSlideLeft.aos-animate .lft {
    width: 0%;
}

/* iconSetList */
.iconSetList ul > li {
    margin: 10px 0;
}
.iconSetList .item {
    padding: 0 3rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.iconSetList .item:hover {
    border-color: #1e7e37;
}
.iconSetList .item p {
    line-height: 1.3em;
}
@media (max-width:768px) {
    .iconSetList ul > li {
        margin: 5px 0;
    }
}
@media (max-width:768px) {
    .iconSetList .item {
        padding: 0 1rem;
        min-height: calc(100vw * (150 / 768));;
    }
    .iconSetList .item .icon img {
        width: 40px;
        margin-bottom: 5px;
    }
}
@media (max-width:500px) {
    .iconSetList .item {
        min-height: calc(100vw * (150 / 500));;
    }
}


/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 4rem 0;
}

/* conBoxSet */
.conBoxSet > .conTit .tit {
    display: inline-block;
    position: relative;
}
.conBoxSet > .conTit .tit:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(100%, -50%, 0);
    width: 8px;
    height: 8px;
    background-color: #1e7e37;
    border-radius: 50%;
}
@media (min-width:991px) {
    .conBoxSet {
        display: flex;
        align-items: flex-start;
    }
    .conBoxSet > .conTit {
        width: 280px;
    }
    .conBoxSet > .conTent {
        width: calc(100% - 280px);
    }
}
@media (max-width:992px) {
    .conBoxSet > .conTent {
        margin-top: 20px;
    }
}



/* fItemBox */
.fItemBox {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.fItemBox .tit {
    width: calc(100% - 150px);
}
.fItemBox .con {
    width: 150px;
}
@media (max-width:992px){
    .fItemBox .tit {
        width: calc(100% - 120px);
    }
    .fItemBox .con {
        width: 120px;
    }
}

/* prdLinesWrp */
.prdLinesWrp .prdLinesItem {
    width: 100%; 
}
.prdLinesWrp .prdLinesItem > li {
    width: 25%; 
    padding-top: calc(25% + 1px)
}
.prdLinesItem {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
}
.prdLinesItem > li + li {
    margin-left: -20px;
}
.prdLinesItem > li .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 12;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.prdLinesItem > li .txt:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: #1e7e37;
    border-radius: 50%;
}
.prdLinesItem > .order2 .txt:after {
    background-color: #3b861d;
}
.prdLinesItem > .order3 .txt:after {
    background-color: #76bc21;
}
.prdLinesItem > li .txt h4 {
    position: relative;
    z-index: 2;
}
.prdLinesItem .box {
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index:10;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%; 
    flex-direction: column;
    z-index: 11;
}
.prdLinesItem .circleWrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display:block;
}
.prdLinesItem .circleWrapper-right {
    right: 0px;
}
.prdLinesItem .circleWrapper-left {
    left: 0px;
}
.prdLinesItem .reverse .box {
    transform: scale(-1, -1);
}
.prdLinesItem .circle {    
    width: 200%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    display: block;
}
.prdLinesItem .circle-right {
    border-top: 2px solid #1e7e37;
    border-right: 2px solid #1e7e37;
    right: 1px;
    visibility: hidden; 
}
.prdLinesItem .circle-left {
    border-bottom: 2px solid #1e7e37;
    border-left: 2px solid #1e7e37;
    left: 1px;
    visibility: hidden; 
}
.prdLinesItem .order2 .circle-right {
    border-top: 2px solid #3b861d;
    border-right: 2px solid #3b861d;
}
.prdLinesItem .order2 .circle-left {
    border-bottom: 2px solid #3b861d;
    border-left: 2px solid #3b861d;
}
.prdLinesItem .order3 .circle-right {
    border-top: 2px solid #76bc21;
    border-right: 2px solid #76bc21;
}
.prdLinesItem .order3 .circle-left {
    border-bottom: 2px solid #76bc21;
    border-left: 2px solid #76bc21;
}
.prdLinesItem .aos-animate .circle-right {
    visibility: visible; 
    animation: circleRight 1.5s linear forwards;
    animation-delay: 1s;
}
.prdLinesItem .aos-animate .circle-left {
    visibility: visible; 
    animation: circleLeft 1.5s linear forwards;
    animation-delay: 1s;
}
.prdLinesItem .aos-animate:nth-child(1) .circle-right,
.prdLinesItem .aos-animate:nth-child(1) .circle-left {
    animation-delay: 1.05s;
}
.prdLinesItem .aos-animate:nth-child(2) .circle-right,
.prdLinesItem .aos-animate:nth-child(2) .circle-left {
    animation-delay: 1.025s;
}

@keyframes circleRight {
    0% {
        transform: rotate(-135deg);
    }
    50%, 100% {
        transform: rotate(45deg);
    }
}

@keyframes circleLeft {
    0%, 50% {
        transform: rotate(-135deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@media (max-width:768px){
    .prdLinesWrp .prdLinesItem > li {
        padding-top: 0;
        width: 40vw;
        height: 40vw;
    }
    .prdLinesWrp .prdLinesItem > li:last-child {
        margin: -7.8vw 0 0 0;
    }
    .prdLinesItem > li + li {
        margin-left: -10px;
    }
    .prdLinesItem > li .txt h4 {
        font-size: 4vw;
    }
}




/*cul_list*/
.cul_list li {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.cul_list li .con_in {
	display: table;
	width: 100%;
}
.cul_list li .con_in > div {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.cul_list li .con_in .img_wrp {
	width: 15%;
}
.cul_list li .con_in .img_wrp img {
    border-radius: 50%;
}
.cul_list li h5 {
	color: #1e1e1e;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	word-break: keep-all;
}
.cul_list li p {
	margin-bottom: 0px;
}
@media (max-width:768px){
	.cul_list li .con_in > div {
		width: 100% !important;
		display: block;
		text-align: center;
		padding: 5px 15px;
	}
	.cul_list li .con_in .img_wrp img {
		width: 80px;
	}
	.cul_list li h5 {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

/* sub_tit */
.sub_tit {
    padding-left: 30px;
    position: relative;
}
.sub_tit .dot {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background-color: #1e7e37;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sub_tit .dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    animation: out-bg 1.5s linear infinite;
    background-color: rgba(30, 126, 55, 0.3);
}
@keyframes out-bg{
    0%{
        width: 50%;
        height: 50%;
        opacity: 1;
    }
    100% {
        opacity: 0;
        width: 450%;
        height: 450%;
    }
}

/* imgBorder */
.imgBorder {
    border: 1px solid #ddd;
    background-color: #fff;
}

/* chks */
.chks li {
    margin-top: 10px;
}
.chks .chkItem {
    display: flex;
    align-items: flex-start;
    border-radius: 60px;
    padding: 5px 20px;
    gap: 10px;
    background-color: #f8fdf9;
    font-weight: 500;
}
.chks .chkItem i {
    font-weight: 700;
}

/* ftBox */
.ftBox .top {
    background-color: #1e7e37;
    padding: 15px;
    border-radius: 15px 15px 0 0;
}
.ftBox .bt {
    border: 1px solid #1e7e37;
    padding: 30px 15px;
    border-radius: 0 0 15px 15px;
}
/* gBox */
.gBox {
    display: flex;
    gap: 15px;
    background-color: #e9f5ec;
    padding: 8px 25px;
    border-radius: 50px;
}
.gBox .dv {
    height: 12px;
    width: 1px;
    display: inline-block;
    background-color: #ddd;
}

/* pointTxt */
.pointTxt {
    padding: 15px 20px;
    border-radius: 4px;
    background-color: #f1f8f7;
    gap: 8px;
}

/* rnd4 */
@media (max-width:768px) {
    #rnd4 .sec10 .stit {
        text-align: center;
    }
}


/*table_basic*/
.table.table_basic {
    border-top: 1px solid #454f5d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 18px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td,
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 16px;
    padding: 5px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th {
    font-weight: 600;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th {
    background-color: #fcfcfc;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr td.imp {
    background-color: #fffef4;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 768));
        padding: calc(100vw * (10 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 500));
        padding: calc(100vw * (10 / 500));
    }
}

/* table_basic */
.table_basic .circle {
    display: inline-block;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #f4f4f4;
    text-align: center;
    font-size: .8em;
    color: #999;
    font-weight: 700;
}