@import url(../css/root.css);

/* subTitTxt */
.subTitTxt {
    font-size: 1.5em;
    line-height: 1.1em;
}

/* sub1 */
#sub1 .sec1 {
    background: url(../img/sub1_sec1.jpg) center center no-repeat;
    background-size: cover;
}
#sub1 .sec2,
#sub1 .sec4,
#sub1 .sec7 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
}
#sub1 .sec3 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #f7f7f7;
}
#sub1 .sec5 {
    background: url(../img/sub1_sec5.jpg) center center no-repeat;
    background-size: cover;
}
#sub1 .sec6 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #e9f3f4;
}
#sub1 .sec8 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #f7f7f7;
}
@media (min-width:768px){
    #sub1 .sec2,
    #sub1 .sec3,
    #sub1 .sec4,
    #sub1 .sec6,
    #sub1 .sec7,
    #sub1 .sec8 {
        background-attachment: fixed;
    }
}
@media (max-width:1200px){
    #sub1 .sec2,
    #sub1 .sec3,
    #sub1 .sec4,
    #sub1 .sec6,
    #sub1 .sec7,
    #sub1 .sec8 {
        background-size: 40vw;
    }
}
@media (max-width:768px){
    #sub1 .sec2,
    #sub1 .sec3,
    #sub1 .sec4,
    #sub1 .sec6,
    #sub1 .sec7,
    #sub1 .sec8 {
        background-image: none;
    }
    #sub1 .sec7 .txt {
        padding-bottom: 20px;
    }
}
/* dotSet */
.dotSet {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dotSet.gap20 {
    gap: 20px;
}
.dotSet .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #cccccc;
    border-radius: 50%;
}
/* stit */
@media (max-width:768px) {
    .stit .cleanE {
        width: 50vw;
    }
}
/* sub1 */
@media (max-width:768px) {
    #sub1 .sec1 .fbox .txt {
        padding: 50px 0;
        text-align: center;
        width: 100%;
    }
}
/* checkSet */
.checkSet {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
    transform: translateY(-15%);
}
.checkSet > div {
    padding: 0 15px;
    flex-basis: 33.33333%;
}
.checkSet .item {
    background-color: rgba(49, 181, 188, 0.1);
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    backdrop-filter: blur(10px);
}
.checkSet .item .chkIcon {
    position: absolute;
    top: -5px;
    left: -5px;
}
@media (max-width:768px) {
    .checkSet {
        margin: 0 -7px;
    }
    .checkSet > div {
        padding: 0 7px;
    }
    .checkSet .item .chkIcon img {
        width: 40px;
    }
    .checkSet .item {
        height: auto;
        padding: 40px 0;
    }
}
@media (max-width:500px) {
    .checkSet .item .chkIcon img {
        width: 30px;
    }
    .checkSet .item {
        padding: 30px 0;
    }
    .checkSet .item .h1dft {
        font-size: 6vw;
    }
}

/* iconList */
.iconList {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: stretch;
    padding: 50px 70px;
}
.iconList .item {
    flex-basis: 25%;
}
.iconList .icon img {
    width: 64px;
}
.iconList .tt {
    line-height: 1em;
    margin-top: 10px;
}
.iconList .tt span {
    display: inline-block;
    width: 100px;
    color: #fff;
    background-color: var(--main-color2);
    border-radius: 60px;
    line-height: 1em;
    padding: 10px 0;
}
.iconList .dft {
    line-height: 1.2em;
}
@media (min-width:768px) {
    .iconList .item:not(:first-child) {
        border-left: 1px solid #aaa;
    }
}
@media (max-width:768px) {
    .iconList {
        flex-wrap: wrap;
        border-radius: 10px;
        padding: 20px;
    }
    .iconList .item {
        flex-basis: 50%;
        padding: 15px 0;
    }
    .iconList .tt span {
        padding: 5px 0;
        width: 80px;
    }
    .iconList .icon img {
        width: 40px;
    }
}

/* rcmSet */
#rcmSet {
    margin: 0 -10px;
}
#rcmSet > div {
    padding: 10px;
}
#rcmSet .rcmBox {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}
#rcmSet .rcmBox .chked {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #31b5bc;
}
#rcmSet .rcmBox .dft:not(.chked) {
    width: calc(100% - 70px);
}
#rcmSet.rcmSetCircle .rcmBox {
    border-radius: 100px;
    border: 0px;
    padding: 10px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.05);
    text-align: left;
}
#rcmSet.rcmSetCircle .rcmBox .dft {
    line-height: 1.3em;
}
#rcmSet.rcmSetCircle .rcmBox .chked {
    border-radius: 50%;
}
@media (max-width:768px){
    #rcmSet .rcmBox {
        gap: 10px;
        padding: 10px;
    }
    #rcmSet .rcmBox .chked {
        height: 30px;
        width: 30px;
    }
    #rcmSet .rcmBox .dft:not(.chked) {
        width: calc(100% - 40px);
    }
}

/* smCates */
#smCates .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#smCates .row > div {
    padding: 15px;
    float: none;
}
#smCates .item {
    padding: 40px 15px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}
#smCates .item .tcon {
    margin-top: 15px;
}
#smCates .item .num {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--main-color2);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}
@media (max-width:768px){
    #smCates .row {
        margin: 0 -5px;
    }
    #smCates .row > div {
        padding: 5px;
        width: 100%;
    }
    #smCates .row .item {
        display: flex;
        align-items: center;
        padding: 25px 30px 25px 60px;
    }
    #smCates .item .num {
        width: 35px;
        height: 35px;
    }
    #smCates .row .item .icon {
        width: 80px;
        order: 2;
    }
    #smCates .row .item .icon img {
        width: 60px;
    }
    #smCates .row .item .tcon {
        order: 1;
        width: calc(100% - 80px);
        margin-top: 0px;
        text-align: left;
    }
}

/* stepRow */
.stepRow {
    align-items: stretch;
    background-color: #fff;
}
.stepRow .img {
    aspect-ratio: 670/550;
}
.stepRow .txt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepRow .txt > div {
    width: 80%;
    text-align: left;
}
.stepRow .txt .top {
    display: flex;
    align-items: center;
}
.stepRow .txt .top .num {
    width: 35px;
    height: 35px;
    background-color: var(--main-color2);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepRow .txt .top .tx {
    padding-left: 15px;
    width: calc(100% - 30px);
}

@media (max-width:992px) and (min-width:768px){
    .stepRow .txt {
        padding: 50px 20px;
    }
    .stepRow .txt br {
        display: none;
    }
}
@media (max-width:768px){
    .stepRow .img {
        width: 100%;
        order: 1;
    }
    .stepRow .txt {
        width: 100%;
        order: 2;
        padding: 40px 15px;
    }
}
/* wanBox */
#wanBox .rcmBox {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 25px;
    border-radius: 60px;
    background-color: #e9f3f4;
}
#wanBox .rcmBox + .rcmBox {
    margin-top: 15px;
}
#wanBox .rcmBox .chked {
    width: 23px;
    background-color: #31b5bc;
    border-radius: 5px;
}
#wanBox .rcmBox .dft {
    width: calc(100% - 23px);
    padding-left: 10px;
}

/* faq */
#qnaWrp .qnaItem {
    position: relative;
}
#qnaWrp .qnaItem + .qnaItem {
    margin-top: 15px;
}
#qnaWrp .qnaItem:last-child {
    border-bottom-width: 2px;
}
#qnaWrp .qnaItem > div {
    position: relative;
    padding: 10px 80px 30px;
}
#qnaWrp .qnaItem .qna_a {
    background-color: var(--main-color2);
    backdrop-filter: blur(10px);
    border-radius: 0 0 10px 10px;
    margin-top: -1px;
}
#qnaWrp .qnaItem .qna_a .dft {
    position: relative;
}
#qnaWrp .qnaItem .qna_a .dft:after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}
#qnaWrp .qnaItem .qna_q {
    padding: 30px 80px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 500px;
    backdrop-filter: blur(10px);

    -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;
}
#qnaWrp .qnaItem .qna_q .actBtn {
    position: absolute;
    cursor: pointer;
    right: 50px;
    top: 0;
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#qnaWrp .qnaItem.act .qna_q .actBtn {
    transform: rotate(180deg);
}
#qnaWrp .qnaItem .qna_q .qMark {
    font-weight: 700;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
#qnaWrp .qnaItem .qna_q h4 {
    margin-bottom: 0px;
}
#qnaWrp .qnaItem .qna_q .qMark,
#qnaWrp .qnaItem .qna_q h4 {
    color: #666;
}
#qnaWrp .qnaItem.act .qna_q {
    background-color: var(--main-color2);
    border-radius: 10px 10px 0 0;
    border-bottom: 0px;
}
#qnaWrp .qnaItem.act .qna_q .qMark,
#qnaWrp .qnaItem.act .qna_q h4 {
    color: #fff !important;
}
@media (max-width:768px){
    #qnaWrp .qnaItem .qna_q {
        padding: 15px 40px;
        padding-right: 25px;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        right: 30px;
    }
    #qnaWrp .qnaItem > div {
        padding: 10px 40px 15px;
    }
    #qnaWrp .qnaItem .qna_a .dft:after {
        top: -11px;
    }
    #qnaWrp .qnaItem .qna_q .qMark {
        left: 15px;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        background-size: 10px !important;
    }
}

/* sub2 */
#sub2 .sec1 {
    background: url(../img/sub2_sec1.jpg) center center no-repeat;
    background-size: cover;
}
#sub2 .sec2 {
    background: url(../img/sub1_sec2.png) right 10% no-repeat;
}
#sub2 .sec3 {
    background: url(../img/sub2_sec3.jpg) center top no-repeat;
    background-size: cover;
}
#sub2 .sec4,
#sub2 .sec6 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
}
#sub2 .sec5 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #e9f3f4;
}
#sub2 .sec7 {
    background: url(../img/sub1_sec2.png) right 10% no-repeat;
    background-color: #e9f3f4;
}
@media (min-width:768px){
    #sub2 .sec4,
    #sub2 .sec5,
    #sub2 .sec6,
    #sub2 .sec7 {
        background-attachment: fixed;
    }
}
@media (max-width:1200px){
    #sub2 .sec2,
    #sub2 .sec4,
    #sub2 .sec5,
    #sub2 .sec6,
    #sub2 .sec7 {
        background-size: 40vw;
    }
}
@media (max-width:768px){
    #sub2 .sec4,
    #sub2 .sec5,
    #sub2 .sec6,
    #sub2 .sec7 {
        background-image: none;
    }
    #sub2 .sec1 .fbox > div,
    #sub2 .sec2 .fbox > div {
        width: 100%;
    }
    #sub2 .sec1 .fbox > div {
        text-align: center;
    }
    #sub2 .sec2 .fbox > .rt {
        padding: 30px 15px;
    }
}

/* pointList */
#pointList .row > div {
    padding: 15px;
}
#pointList .item {
    background-color: #fff;
    padding: 50px 15px;
}
#pointList .item .tt span {
    display: inline-block;
    line-height: 1em;
    padding: 10px 30px;
    color: #fff;
    background-color: var(--main-color2);
    border-radius: 50px;
}
#pointList .item .icon img {
    background-color: #e9f3f4;
    border-radius: 50%;
}
@media (max-width:768px) {
    #pointList .item {
        display: flex;
        align-items: center;
        padding: 20px 15px 20px 25px;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    #pointList .item .tt {
        width: 100%;
    }
    #pointList .item .icon {
        width: 25%;
    }
    #pointList .item .tcon {
        width: 75%;
        text-align: left;
        padding-left: 20px;
    }
}
@media (max-width:768px) {
}

/* allImpTable */
.allImpTable {
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 150px;
}
.allImpTable .cnt {
    width: 15%;
}
.allImpTable .lft,
.allImpTable .rt {
    width: 42.5%;
    position: relative;
}
.allImpTable .denture {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-20%);
    z-index: 5;
}
.allImpTable .lft .row {
    margin: 0 -2px;
}
.allImpTable .lft .row > div {
    padding: 0 2px;
}
.allImpTable .lft .item {
    padding: 30px 20px;
    background-color: #474747;
    border-radius: 20px;
}
.allImpTable .rt .item {
    padding: 30px 20px;
    background-color: var(--main-color2);
    border-radius: 40px;
}
.allImpTable .tiTit,
.allImpTable .tItem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.allImpTable .tiTit {
    height: 90px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}
.allImpTable .tItem + .tItem {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.allImpTable .lft .item .tItem .dft {
    color: rgba(255, 255, 255, 0.7);
}
.allImpTable .rt .item {
    padding: 50px 20px;
}
.allImpTable .rt .item .tItem  {
    height: 70px;
}
.allImpTable .rt .item .tItem .dft {
    color: #fff;
}
.allImpTable .rt .item .tItem .hd {
    display: none;
}
.allImpTable .cnt .item .tItem .dft {
    width: 100%;
    padding: 0 8px;
}
.allImpTable .cnt .item .tItem .dft span {
    display: block;
    max-width: 130px;
    margin: 0 auto;
    padding: 10px 5px;
    border-radius: 100px;
    background-color: #efefef;
    color: #474747;
    font-weight: 600;
}
@media (max-width:1200px){
    .allImpTable {
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
    .allImpTable .denture {
        top: auto;
        bottom: 0;
        transform: translateY(15%);
    }
    .allImpTable .denture img {
        max-width: 40vw;
    }
    .allImpTable > div {
        padding-bottom: 20vw;
    }
    .allImpTable .cnt {
        order: 1;
        width: 120px;
    }
    .allImpTable .cnt2 {
        order: 3;
        width: 120px;
    }
    .allImpTable .lft {
        order: 2;
        width: calc(100% - 120px);
    }
    .allImpTable .rt {
        order: 4;
        width: calc(100% - 120px);
    }
    .allImpTable .rt .item,
    .allImpTable .lft .item {
        padding: 20px 10px 30px;
        border-radius: 8px;
    }
    .allImpTable .cnt .top {
        opacity: 0;
    }
    .allImpTable .cnt .item .tItem .dft {
        padding: 0 8px 0 0;
    }
    .allImpTable .tiTit, .allImpTable .tItem {
        height: 75px;
    }
    .allImpTable .rt .item .tItem {
        height: 75px;
    }
}
@media (max-width:500px){
    .allImpTable .cnt,
    .allImpTable .cnt2 {
        width: 80px;
    }
    .allImpTable .lft,
    .allImpTable .rt {
        width: calc(100% - 80px);
    }
}

/* steps */
#steps .item {
    position: relative;
}
#steps .item .stTop {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
#steps .item .stTop span {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 50px;
    background-color: var(--main-color2);
    color: #fff;
    font-weight: 700;
}
#steps .item .img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
#steps .item .txt {
    padding: 40px 20px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
}

/* bfAf */
.itemBox {
    display: flex;
    margin: 0 -10px;
    text-decoration: none !important;
}
.itemBox .item {
    padding: 10px;
}
.itemBox .item .txt {
    background-color: #a5a5a5;
    padding: 15px;
    text-align: center;
}
.itemBox .item.after .txt {
    background-color: var(--main-color2);
}
.itemBox .item .txt .dft {
    letter-spacing: 0px;
}
.itemBox .item .img {
    position: relative;
}
/* .itemBox .item .img .blur {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3);
} */

@media (max-width:768px){
    .itemBox {
        margin: 0 -5px;
    }
    .itemBox .item {
        padding: 5px;
    }
    .itemBox .item .txt {
        padding: 8px;
    }
}
@media (max-width:500px){
    .itemBox {
        margin: 0 -3px;
    }
    .itemBox .item {
        padding: 3px;
    }
}
/* sub_bfaf */
.sub_bfaf {
    padding: 30px;
    background-color: #fff;
}
.sub_bfaf .row {
    margin: 0 -7px;
}
.sub_bfaf .row > div {
    padding: 0 7px;
}
.sub_bfaf .itemBox {
    position: relative;
}
.sub_bfaf .itemBox .cntArr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #333;
    background-color: #e9f3f4;
    background-color: #fff;
    border-radius: 50%;
    z-index: 15;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sub_bfaf .itemBox .vdo {
    line-height: 0px;
}
.sub_bfaf .itemBox video {
    width: 100%;
}
@media (max-width:768px){
    .sub_bfaf {
        padding: 10px;
    }
    .sub_bfaf .itemBox .cntArr {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}
/* bfAfWrp */
.SlickType1Wrp {
    position: relative;
}
.SlickType1Wrp .arr {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    opacity: .6;
    border-style: solid;
    border-width: 1px;
    border-color: #333 #333 transparent transparent;
    cursor: pointer;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.SlickType1Wrp .arr:hover {
    opacity: 1;
}
.SlickType1Wrp [id*="_prev"] {
    left: 0;
    transform: translate3d(-150%, -50%, 0) rotate(-135deg);
}
.SlickType1Wrp [id*="_next"] {
    right: 0;
    transform: translate3d(150%, -50%, 0) rotate(45deg);
}
@media (max-width:768px){
    .SlickType1Wrp .arr {
        display: none !important;
    }
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 30px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 0px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    margin: 0 5px;
    padding: 0;
    color: transparent;
    vertical-align: middle;
    line-height: 1em;
}
.slick-dots li.slick-active button {
    border-radius: 50px;
    background-color: var(--main-color2);
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
    .slick-dots li button {
        width: 8px;
        height: 8px;
    }
}


/* sub6 */
#sub6 .sec1 {
    background: url(../img/sub6_sec1.jpg) center center no-repeat;
    background-size: cover;
}
#sub6 .sec2 {
    background: url(../img/sub1_sec2.png) right center no-repeat;
}
@media (min-width:992px) {
    #sub6 .sec2 {
        background-attachment: fixed;
    }
}

/* career */
.careerItem {
    background: rgba(177, 200, 201, 0.2);
    border-radius: 30px;
    padding: 70px;
}
.careerItem .crTit {
    display: inline-block;
    padding: 2px 10px;
    background-color: var(--main-color2);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}
.careerItem .top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.careerItem .top .name {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.careerItem .top .name .sm {
    padding-bottom: 5px;
}
@media (max-width:768px) {
    .careerItem {
        border-radius: 10px;
        padding: 30px;
    }
    .careerItem .top {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .careerItem .top img {
        max-width: 30vw;
    }
    .careerItem .top .name .sm {
        padding-bottom: 2px;
    }
}
/* txCon */
.txCon {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.txCon .mn {
    display: inline-flex;
    gap: 3px;
    background-color: #fff;
    border-radius: 50px;
    font-size: .7em;
    font-weight: 600;
    padding: 0 13px;
    color: #222;
}
/* pList */
.pList .dft {
    position: relative;
    padding-left: 12px;
    margin-top: 5px;
}
.pList .dft::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--main-color2);
    transform: translateY(-50%);
}
@media (max-width:768px) {
    .pList .dft::after {
        top: 8px;
        transform: translateY(0%);
        width: 3px;
        height: 3px;
    }
}
/* sub6_2 */
#sub6_2 .sec1 {
    background: url(../img/sub6_2_sec1.jpg) center center no-repeat;
    background-size: cover;
}
#sub6_2 .sec2 {
    background: url(../img/sub1_sec2.png) right center no-repeat;
}
@media (min-width:992px) {
    #sub6_2 .sec2 {
        background-attachment: fixed;
    }
}

/* loc */
.loc {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.loc .lft {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.loc .lft img {
    width: 25px;
    margin-top: 5px;
}
.loc .rt img {
    width: 25px;
}
.loc .rt .stb {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #006c48;
    padding: 5px 15px;
    border-radius: 10px;
    color: #fff;
}

/* locBtns */
.locBtns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.locBtns a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    padding: 12px 30px;
    border: 1px solid #ddd;
    border-radius: 70px;
}
.locBtns a img {
    width: 25px;
    border-radius: 8px;
}
@media (max-width:768px) {
    .locBtns {
        gap: 5px;
    }
    .locBtns a {
        padding: 6px 15px;
    }
    .locBtns a img {
        width: 20px;
        height: 20px;
    }
    .locBtns a .dft {
        width: calc(100% - 20px);
    }
}

/* trsBox */
.trsBox .tit {
    display: flex;
    gap: 10px;
    align-items: center;
}
.trsBox .tit img {
    width: 55px;
    background-color: rgba(49, 181, 188, 0.1);
    border-radius: 15px;
}
.trsBox .tit .dft {
    width: calc(100% - 65px);
}
.trsBox .cont {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.trsBox .cont .hd {
    width: 60px;
}
.trsBox .cont .hd {
    font-size: .8em;
    font-weight: 600;
    text-align: center;
    background-color: #009185;
    color: #fff;
    border-radius: 3px;
}
.trsBox .cont .hd2 {
    background-color: #05ad4b;
}
.trsBox .cont .hd3 {
    background-color: #ce2525;
}
.trsBox .cont .hd4 {
    background-color: #2ba3e9;
}
.trsBox .cont .cc {
    width: calc(100% - 60px);
    padding-left: 10px;
}
@media (max-width:768px) {
    .trsBox .tit {
        margin-top: 30px;
    }
    .trsBox .tit img {
        width: 35px;
    }
    .trsBox .tit .dft {
        width: calc(100% - 45px);
    }
}


/* sub3 */
#sub3 .sec1 {
    background: url(../img/sub3_sec1.jpg) center center no-repeat;
    background-size: cover;
}
#sub3 .sec2 .rt .con {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#sub3 .sec2 .rt .con .underLined {
    /* color: var(--main-color2);
    border-bottom: 1px solid var(--main-color2); */
    color: #1b88b6;
    border-bottom: 1px solid #1b88b6;
    display: inline-block;
}
#sub3 .sec2 .rt .cleaneerLogo {
    gap: 30px;
    flex-wrap: nowrap;
}
#sub3 .sec2 .rt .cleaneerLogo .cleaneerLogoBt_rt img {
    width: 310px;
}
@media (max-width:768px) {
    #sub3 .sec1 .fbox > div {
        width: 100%;
        text-align: center;
    }
    #sub3 .sec1 .rt {
        padding-top: 20px;
    }
    #sub3 .sec2 .rt .con {
        max-width: 100%;
        padding: 30px 15px;
    }
}


#sub3 .sec3 {
    background-color: #111116;
}
#sub3 .sec3 .rowLined {
    margin: 30px auto;
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
}
#sub3 .sec3 .cleaneerLogoBt {
    filter: brightness(10);
}
@media (max-width:768px) {
    #sub3 .sec3 .lft {
        width: 100%;
        padding: 30px 15px;
    }
}

#sub3 .sec4 {
    background: url(../img/sub3_sec4.jpg) center center no-repeat;
    background-size: cover;
}
/* cleaneerTech */
#cleaneerTech .item {
    background-color:rgba(0, 0, 0, 0.05);
    border: 1px solid #ababab;
    backdrop-filter: blur(15px);
    padding: 50px 40px;
    display: flex;
    align-items: center;
}
#cleaneerTech .item .tcon {
    width: calc(100% - 160px);
}
#cleaneerTech .item .icon {
    width: 160px;
}
#cleaneerTech .item .icon img {
    background-color:rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
@media (max-width:992px) {
    #cleaneerTech .item {
        padding: 20px;
    }
    #cleaneerTech .item .tcon {
        width: calc(100% - 120px);
        padding-right: 20px;
    }
    #cleaneerTech .item .icon {
        width: 120px;
    }
}
@media (max-width:500px) {
    #cleaneerTech .item {
        padding: 25px 15px;
    }
    #cleaneerTech .item .tcon {
        width: calc(100% - 60px);
        padding-right: 10px;
    }
    #cleaneerTech .item .icon {
        width: 60px;
    }
}


#sub3 .sec5  {
    background: url(../img/sub3_sec4.png) right center no-repeat;
    background-color: #f7fafc;
}
#sub3 .sec5 .rt .con {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:768px) {
    #sub3 .sec5 .rt .con {
        max-width: 100%;
        padding: 30px 15px;
    }
}

/* cl_recommended */
#cl_recommended {
    margin: 0 -10px;
}
#cl_recommended > div {
    padding: 10px;
}
#cl_recommended .item {
    padding: 40px 15px;
    border-radius: 30px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    text-align: center;
}
#cl_recommended .item .img {
    padding: 20px;
}
#cl_recommended .item .tt span {
    display: inline-block;
    /* background-color: #2ba3e9; */
    background-color: var(--main-color2);
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    padding: 7px 20px;
    border-radius: 50px;
}
@media (max-width:768px) {
    #cl_recommended .item .img img {
        max-width: 50vw;
    }
    #cl_recommended .item .dft br {
        display: none;
    }
}


/* noCleaneer */
#noCleaneer .row > div {
    padding: 15px;
}
#noCleaneer .item {
    padding: 40px 15px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    text-align: center;
}
#noCleaneer .item .tcon {
    margin-top: 15px;
}
#noCleaneer .item .chkIcon {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}

@media (max-width:768px) {
    #noCleaneer .item .icon img {
        width: 70px;
    }
    #noCleaneer .item .chkIcon {
        width: 40px;
    }
}
/* sec8 */
#sub3 .sec8 .img {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
#sub3 .sec8 .txt {
    background-color: var(--main-color2);
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 40px 1px;
}


/* sec9 */
#sub3 .sec7,
#sub3 .sec9 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #e9f3f4;
}
#sub3 .sec6,
#sub3 .sec8 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
}
/* #sub3 .sec9 .itemBox .item.after .txt,
#sub3 .sec9 .slick-dots li.slick-active button {
    background-color: #1ca0d8;
} */
@media (min-width:768px) {
    #sub3 .sec6,
    #sub3 .sec7,
    #sub3 .sec8,
    #sub3 .sec9 {
        background-attachment: fixed;
    }
}
@media (max-width:1200px){
    #sub3 .sec6,
    #sub3 .sec7,
    #sub3 .sec8,
    #sub3 .sec9 {
        background-size: 40vw;
    }
}
@media (max-width:768px){
    #sub3 .sec6,
    #sub3 .sec7,
    #sub3 .sec8,
    #sub3 .sec9 {
        background-image: none;
    }
}

/* sub3_2 */
#sub3_2 .sec1 {
    background: url(../img/sub3_2_sec1.jpg) center center no-repeat;
    background-size: cover;
}
#sub3_2 .sec2,
#sub3_2 .sec4 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
}
#sub3_2 .sec3 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #eef2f3;
}
#sub3_2 .sec3 .txt .con {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#sub3_2 .sec5 {
    background: url(../img/sub1_sec2.png) right 10% no-repeat;
    background-color: #ebf2f5;
}
@media (min-width:768px) {
    #sub3_2 .sec2,
    #sub3_2 .sec3,
    #sub3_2 .sec4,
    #sub3_2 .sec5 {
        background-attachment: fixed;
    }
}
@media (max-width:1200px){
    #sub3_2 .sec2,
    #sub3_2 .sec3,
    #sub3_2 .sec4,
    #sub3_2 .sec5 {
        background-size: 40vw;
    }
}
@media (max-width:768px){
    #sub3_2 .sec2,
    #sub3_2 .sec3,
    #sub3_2 .sec4,
    #sub3_2 .sec5 {
        background-image: none;
    }
    #sub3_2 .sec3 .rt .con {
        max-width: 100%;
        padding: 30px 15px;
    }
    #sub3_2 .sec3 .txt {
        order: 1;
        width: 100%;
        text-align: center;
        padding: 40px 15px;
    }
    #sub3_2 .sec3 .img {
        order: 2;
    }
}


/* sub4 */
#sub4 .sec1 {
    background: url(../img/sub4_sec1.jpg) center top no-repeat;
}
#sub4 .sec2 #smCates .item {
    border: 4px solid #eee;
    padding: 15px;
}
#sub4 .sec3,
#sub4 .sec5 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #e9f3f4;
}
#sub4 .sec2,
#sub4 .sec4,
#sub4 .sec6 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
}
#sub4 .sec7 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #f7f7f7;
}
#sub4 .bfafSec {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #ebf2f5;
}
@media (min-width:768px) {
    #sub4 .sec2,
    #sub4 .sec3,
    #sub4 .sec4,
    #sub4 .sec5,
    #sub4 .sec6,
    #sub4 .sec7,
    #sub4 .bfafSec {
        background-attachment: fixed;
    }
}
@media (max-width:1200px){
    #sub4 .sec2,
    #sub4 .sec3,
    #sub4 .sec4,
    #sub4 .sec5,
    #sub4 .sec6,
    #sub4 .sec7,
    #sub4 .bfafSec {
        background-size: 40vw;
    }
}
@media (max-width:768px){
    #sub4 .sec2,
    #sub4 .sec3,
    #sub4 .sec4,
    #sub4 .sec5,
    #sub4 .sec6,
    #sub4 .sec7,
    #sub4 .bfafSec {
        background-image: none;
    }
    #sub4 .sec1 {
        padding: 80px 0 !important;
    }
    #sub4 .sec2 #smCates .item {
        padding: 15px;
    }
    #sub4 .sec2 #smCates .item .icon,
    #sub4 .sec2 #smCates .item .icon img {
        width: 200px;
    }
    #sub4 .sec2 #smCates .item .tcon {
        width: calc(100% - 200px);
        text-align: center;
    }
    #sub4 .sec3 .fbox > div {
        width: 100%;
    }
    #sub4 .sec3 .fbox .img {
        order: 1;
        text-align: center;
        padding-bottom: 20px;
    }
    #sub4 .sec3 .fbox .txt {
        order: 2;
    }
    #sub4 .sec3 .fbox .txt .stit {
        text-align: center;
    }
}
@media (max-width:500px){
    #sub4 .sec2 #smCates .item .icon,
    #sub4 .sec2 #smCates .item .icon img {
        width: 150px;
    }
    #sub4 .sec2 #smCates .item .tcon {
        width: calc(100% - 150px);
    }
}

/* gdItem */
.gdItem {
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    align-items: center;
}
.gdItem .top {
    display: flex;
    align-items: center;
}
.gdItem .top .num {
    width: 35px;
    height: 35px;
    background-color: var(--main-color2);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gdItem .top .tx {
    padding-left: 15px;
    width: calc(100% - 30px);
}
.gdItem .tcon {
    width: calc(100% - 140px);
    padding-right: 15px;
}
.gdItem .icon {
    width: 140px;
    background-color: #e6efef;
    border-radius: 50%;
}

@media (max-width:768px) {
    .gdItem {
        flex-direction: column;
        padding: 25px 20px;
        border-radius: 10px;
    }
    .gdItem .tcon {
        width: 100%;
        padding: 0;
        padding-bottom: 15px;
    }
    .gdItem .icon {
        width: 100%;
        border-radius: 0%;
        text-align: center;
    }
    .gdItem .icon img {
        width: 70px;
    }
}

/* rowPro */
.rowPro li {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}
.rowPro li:before {
    content: "";
    position: absolute;
    left: 80px;
    bottom: 0px;
    border-left: 1px dashed var(--main-color2);
    height: 45%;
}
.rowPro li:after {
    content: "";
    position: absolute;
    left: 80px;
    top: 0px;
    border-left: 1px dashed var(--main-color2);;
    height: 45%;
}
.rowPro li:first-child:after {
    display: none;
}
.rowPro li:last-child::before {
    display: none;
}
.rowPro .proItem {
    background-color: #dce6e7;
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.rowPro .proItem .n {
    width: 60px;
    position: relative;
    z-index: 3;
}
.rowPro .proItem .txt {
    width: calc(100% - 230px);
}
.rowPro .proItem .img {
    width: 170px;
}
.rowPro .proItem .img img {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 15px;
}
.rowPro .proItem .n .nitem {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color2);
    color: #fff;
    border-radius: 50%;
}
.rowPro .proItem .n {
    padding-bottom: 30px;
}
@media (max-width:768px) {
    .rowPro .proItem {
        padding: 30px 20px;
    }
    .rowPro .proItem .n .nitem {
        width: 40px;
        height: 40px;
    }
    .rowPro li:before {
        left: 40px;
    }
    .rowPro li:after {
        left: 40px;
    }
    .rowPro .proItem .n {
        width: 40px;
    }
    .rowPro .proItem .txt {
        width: calc(100% - 60px);
    }
    .rowPro.rowPro_hasImg li::before {
        height: 70%;
    }
    .rowPro.rowPro_hasImg li:after {
        height: 50%;
    }
    .rowPro.rowPro_hasImg .proItem {
        flex-wrap: wrap;
        row-gap: 0px;
    }
    .rowPro.rowPro_hasImg .proItem .txt {
        width: calc(100% - 60px);
    }
    .rowPro.rowPro_hasImg .proItem .img {
        width: 100%;
        margin-left: 60px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .rowPro .proItem .img {
        text-align: center;
        margin-top: 15px;
        padding: 10px;
    }
    .rowPro .proItem .img img {
        border-radius: 0px;
        background-color: transparent;
        width:25vw;
        padding: 0;
    }
}




/* circleWrp */
.circleWrp .circleItem {
    width: 100%; 
}
.circleWrp .circleItem > li {
    width: 25%; 
    padding-top: calc(25% + 1px);
    position: relative;
}
.circleItem {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
}
.circleItem > li + li {
    margin-left: -20px;
}
.circleItem > li .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 12;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.circleItem > li .txt:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(85, 146, 150, 0.1);
    border-radius: 50%;
}
.circleItem > li .txt .dft {
    position: relative;
    z-index: 2;
    line-height: 1.2em;
}
.circleItem .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;
}
.circleItem .circleWrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display:block;
}
.circleItem .circleWrapper-right {
    right: 0px;
}
.circleItem .circleWrapper-left {
    left: 0px;
}
.circleItem .reverse .box {
    transform: scale(-1, -1);
}
.circleItem .circle {    
    width: 200%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    display: block;
}
.circleItem .circle-right {
    border-top: 2px solid rgba(85, 146, 150, 0.25);
    border-right: 2px solid rgba(85, 146, 150, 0.25);
    right: 1px;
    visibility: hidden; 
}
.circleItem .circle-left {
    border-bottom: 2px solid rgba(85, 146, 150, 0.25);
    border-left: 2px solid rgba(85, 146, 150, 0.25);
    left: 1px;
    visibility: hidden; 
}
.circleItem .circle-right {
    visibility: visible; 
    animation: circleRight 1.5s linear forwards;
    animation-delay: 1s;
}
.circleItem .circle-left {
    visibility: visible; 
    animation: circleLeft 1.5s linear forwards;
    animation-delay: 1s;
}
.circleItem .aos-animate:nth-child(1) .circle-right,
.circleItem .aos-animate:nth-child(1) .circle-left {
    animation-delay: 1.05s;
}
.circleItem .aos-animate:nth-child(2) .circle-right,
.circleItem .aos-animate:nth-child(2) .circle-left {
    animation-delay: 1.025s;
}

.circleItem.circleItem_w > li .txt:after {
    background-color: rgba(255, 255, 255, 0.15);
}
.circleItem.circleItem_w .circle-right {
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
}
.circleItem.circleItem_w .circle-left {
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
}
@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){
    .circleWrp .circleItem > li {
        padding-top: 0;
        width: 45vw;
        height: auto;
    }
    .circleItem > li .txt:after {
        border-radius: 15px;
    }
    .circleItem > li + li {
        margin-left: 0px;
    }
    .circleItem > li .txt {
        position: relative;
        padding: 20px 15px 30px;
    }
    .circleItem > li .txt img {
        width: 20vw;
    }
    .circleItem > li .txt h4 {
        font-size: 4vw;
    }
    .circleItem .circle {
        display: none;
    }
}
/* sub4_2 */
#sub4_2 .sec1 {
    background: url(../img/sub4_2_sec1.jpg) center center no-repeat;
    background-size: cover;
}
#sub4_2 .sec2 .fbox {
    background-color: #f7f7f7;
    padding: 50px;
}
#sub4_2 .sec3,
#sub4_2 .bfafSec {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #e9f3f4;
}
#sub4_2 .sec2,
#sub4_2 .sec6,
#sub4_2 .sec4 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
}
#sub4_2 .sec4 .rowPro .proItem {
    background-color: rgba(220, 230, 231, 0.5);
}
#sub4_2 .sec5 {
    background: url(../img/sub1_sec2.png) right 20% no-repeat;
    background-color: #f7f7f7;
}
@media (min-width:768px) {
    #sub4_2 .sec2,
    #sub4_2 .sec3,
    #sub4_2 .sec4,
    #sub4_2 .sec5,
    #sub4_2 .sec6,
    #sub4_2 .bfafSec {
        background-attachment: fixed;
    }
}
@media (max-width:1200px){
    #sub4_2 .sec2,
    #sub4_2 .sec3,
    #sub4_2 .sec4,
    #sub4_2 .sec5,
    #sub4_2 .sec6,
    #sub4_2 .bfafSec {
        background-size: 40vw;
    }
}
@media (max-width:768px) {
    #sub4_2 .sec2,
    #sub4_2 .sec3,
    #sub4_2 .sec4,
    #sub4_2 .sec5,
    #sub4_2 .sec6,
    #sub4_2 .bfafSec {
        background-image: none;
    }
    #sub4_2 .sec1 .fbox > div {
        width: 100%;
    }
    #sub4_2 .sec1 .fbox .txt {
        padding-bottom: 20px;
    }
}
/* cItems */
@media (min-width:768px){
    .cItems > div:not(:first-child) .item {
        border-left: 1px solid #ddd;
    }
}
@media (max-width:768px){
    .cItems .item {
        padding: 15px 0;
    }
    .cItems .item .icon img {
        width: 80px;
    }
}

/*.boardSec */
.boardSec .topSec {
    background-color: var(--main-color2);
    background-color: #0c0c0c;
    /* background: url(../img/sub1_sec1.jpg) center center no-repeat;
    background-size: cover; */
}
/* bfafBoard */
#bfafBoard .topSec {
    background-color: var(--main-color2);
    background-color: #0c0c0c;
    /* background: url(../img/sub1_sec1.jpg) center center no-repeat;
    background-size: cover; */
}
#bfafBoard .sub_bfaf {
    margin: 0 -40px;
    padding: 0px;
}
#bfafBoard .sub_bfaf > div {
    padding: 20px 40px;
}
#bfafBoard .sub_bfaf .itemBox {
    border: 1px solid #ddd;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#bfafBoard .sub_bfaf .itemBox:hover {
    border-color: var(--main-color2);
    background-color: #f1f6f7;
}
#bfafBoard .sub_bfaf .itemBox:hover .cntArr {
    background-color: #f1f6f7;
}
#bfafBoard .sub_bfaf .itemBox .row {
    margin: 0;
}
#bfafBoard .sub_bfaf .itemBox .row > div {
    padding: 0;
}

/* sortingTabs */
.sortingTabWrp {
    /* border-bottom: 1px solid #ddd; */
    position: relative;
    z-index: 20;
}
.sortingBottom {
    position: relative;
    z-index: 0;
}
.sortingTabWrp .tabWrps {
    margin-bottom: 20px;
}
.sortingTabWrp .sort-tab,
.sortingTabWrp .sortingTabs {
  display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex-wrap: wrap;
}
.sortingTabWrp .sort-tab::after,
.sortingTabWrp .sort-tab::before {
    display: none !important;
}
.sortingTabWrp .sort-tab li a,
.sortingTabWrp .sortingTabs .tab {
    display: block;
    padding: 8px 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent !important;
}
.sortingTabWrp .sort-tab li.active a,
.sortingTabWrp .sortingTabs .tab.active {
    color: #222;
    border-color: #fff !important;
    background-color: #fff !important;
}

/* subTabs */
.tabWrps {
    position: relative;
}
@media (max-width:992px) {
    .tabWrps #lnbMn {
        display: flex;
        justify-content: center;
        position: absolute;
        left: 0;
        top: calc(100% - 1px);
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border-top: 0px;
        display: none;
        max-height: 200px;
        overflow-y: auto;        
        border: 1px solid #ddd;
        background-color: #fff;
        z-index: 20;
        text-align: center;
    }
    .tabWrps #lnbMn.act {
        display: block;
    }
    .tabWrps #lnbMn li {
        float: none;
        width: 100%;
    }
    .tabWrps #lnbMn li a {
        padding: 15px;
        font-size: 15px;
        border: 0px;
        width: 100%;
        border-radius: 0px;
        color: #666;
    }
    .tabWrps #lnbMn li.active a {
        color: #fff;
        background-color: var(--main-color2) !important;
    }
    .tabWrps #cateName {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: 1px solid #ddd;
        cursor: pointer;
        color: rgba(220, 230, 231, 0.8);
    }
}


/*table_basic*/
.table.table_basic {
    table-layout: fixed;
    border-top: 1px solid #111;
}
.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: #333;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #aaa;
    padding: 15px 20px;
}
.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 {
    font-weight: 700;
}
.table.table_basic tbody tr td {
    font-weight: 400;
}
.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;
}
.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.th_vh thead tr th,
.table.table_basic.th_vh tbody tr th {
    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: rgba(233, 243, 244, 0.5);
    font-weight: 600;
    color: #333;
}
.table.table_basic thead tr th {
    background-color: #fff;
    background-color: var(--main-color2);
    border-color: #208388;
    border-top-color: #111;
    border-bottom-color: #111;
    color: #fff;
}
.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;
}
.table.table_basic.table_basic2 {
    border-top: 2px solid #111;
}
.table.table_basic.table_basic2 thead tr th {
    background-color: #fff;
    border-color: #111;
    color: #111;
}
.table.table_basic.table_basic2 tbody tr th {
    background-color: #fcfcfc;
    color: #444;
}
@media (max-width:992px){
    .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 * (18 / 992));
        padding: calc(100vw * (14 / 992));
    }
}
@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 * (18 / 768));
        padding: calc(100vw * (14 / 768));
    }
}
@media (max-width:500px){
    .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 * (18 / 500));
        padding: calc(100vw * (10 / 500));
    }
}
