@import url(../css/root.css);


html {
    overflow-x: hidden;
}
/* subTopCon */
.subTopCon {
    height: 450px;
    display: flex;
    align-items: center;
    position: relative;
}
.subTopCon .container {
    position: relative;
    z-index: 5;
}
.subTopCon .back {
    content: "";
    position: absolute;
    right: 0;
    width: 95%;
    height: 100%;
    max-width: 1800px;
    background-color: #f7f7f7;
    z-index: 0;
    border-radius: 280px 0 0 280px;
    overflow: hidden;
}
.subTopCon .back .txtDeco {
    position: absolute;
    white-space: nowrap;
    font-size: 230px;
    color: #16294f;
    opacity: .02;
    font-weight: 500;
    z-index: 1;
    text-transform: uppercase;
    bottom: -25%;
    right: 0;
}
@media (max-width:992px){
    .subTopCon .back .txtDeco {
        font-size: 150px;
    }
}
@media (max-width:768px){
    .subTopCon {
        height: 350px;
    }
    .subTopCon .back {
        border-radius: 80px 0 0 280px;
        opacity: .5;
    }
    .subTopCon .back .txtDeco {
        font-size: 100px;
    }
}
@media (max-width:500px){
    .subTopCon {
        height: 250px;
    }
}

/* topTxt */
.topTxt {
    display: flex;
    align-items: center;
    gap: 12px;
}
.topTxt .dvd {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #b6a679;
}
.topTxt .dia {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #b6a679;
    transform: rotate(45deg);
}
/* row */
.row.nallow {
    margin: 0 -5px;
}
.row.nallow > li,
.row.nallow > div {
    padding: 0 5px;
}

/* subtop */
#subtop {
    overflow: hidden;
    position: relative;
}
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
}
#subtop .fbox {
    height: 850px;
}
#subtop .fbox .tt {
    color: #b7bea9;
    letter-spacing: 0px;
}
#subtop .fbox .sb {
    opacity: .9;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop > .brWrp > .bg {
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover !important;
        transform: translateY(0px) !important;
    }
    #subtop .fbox {
        height: 400px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}
/* arrSteps */
@keyframes fadeDown {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.arrSteps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 3px;
  width: 30px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto;
  font-size: 15px;
}
.arrSteps .arr {
    animation: fadeDown 1.5s infinite ease-in-out;
    display: inline-block;
}
.arrSteps .arr.arr1 {
    animation-delay: 0s;
}
.arrSteps .arr.arr2 {
    animation-delay: 0.3s;
}
.arrSteps .arr.arr3 {
    animation-delay: 0.6s;
}
@media (max-width:768px) {
    .arrSteps {
        width: 25px;
        height: 40px;
        font-size: 13px;
    }
}

/* site_config */
#site_config .site {
    display: flex;
    align-items: center;
    justify-content: center;
}
#site_config .site .home {
    line-height: 70px;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    min-width: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 3px;
    position: relative;
    z-index: 3;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
#site_config .site .home > ul {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translate3d(-50%, -8px, 0);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}

/* subTabs */
#subTabs {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 15;
}
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.2);
    padding: 10px;
    border-radius: 100px;
    text-align: center;

    transition: background-color 0.4s, transform 0.4s 0.2s;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
}
#subTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: rgba(255,255,255,.5);
    font-size: 20px;
    padding: 18px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
/* #subTabs .con > a:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 35%;
    height: 30%;
    width: 2px;
    background-color: rgba(255,255,255,.3);
} */
#subTabs .con > a.act {
    color: rgba(255,255,255,1);
    background-color: #1d2127;
    border-radius: 100px;
}
@media (max-width:992px){
    #subTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
    }
}
@media (max-width:768px){
    #subTabs .con {
        padding: 5px;
    }
    #subTabs .con > a {
        font-size: 15px;
        padding: 12px 5px;
    }
}
@media (max-width:500px){
    #subTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 5px;
    }
}


/* clinic1 */
#clinic1 .sec1 {
    display: flex;
    height: 700px;
    align-items: flex-end;
    background: url(../img/cl1_sec1.jpg) center center no-repeat;
}
@media (min-width:992px){
    #clinic1 .sec1 {
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #clinic1 .sec1 {
        background-size: cover;
    }
}
@media (max-width:768px){
    #clinic1 .sec1 {
        height: 400px;
    }
    #clinic1 .sec1 .ddaum {
        width: 22px;
    }
}


/* sec2 */
#clinic1 .sec2 .contWrap {
    display: flex;
    gap: 40px;
    width: 4600px;
}
#clinic1 .sec2 .contWrap > div {
    position: relative;
}
#clinic1 .sec2 .contWrap .item .txt {
    display: flex;
    align-items: flex-start;
}
@media (max-width:992px){
    #clinic1 .sec2 .contWrap {
        flex-wrap: wrap;
        width: 100%;
    }
}
@media (max-width:768px){
    #clinic1 .sec2 .contWrap .item .txt h4 br {
        display: none;
    }
}
@media (max-width:500px){
    #clinic1 .sec2 .contWrap .item .txt h4 {
        font-size: calc(100vw * (17 / 500));
    }
}

/* tconItemWrp */
.tconItemWrp {
    display: flex;
}
.tconItemWrp .num {
    width: 70px;
}
.tconItemWrp .num .f_pl {
    transform: translateY(-7px);
}
.tconItemWrp .tt {
    width: calc(100% - 70px);
    padding-top: 10px;
}
@media (max-width:992px){
    .tconItemWrp .num {
        width: 50px;
    }
    .tconItemWrp .tt {
        width: calc(100% - 50px);
        padding-top: 5px;
    }
}

/* clinic2 */
#clinic2 .dtDvd {
    border-top: 1px solid #ddd;
}
#clinic2 .ftTop {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    border-radius: 50px;
    background-color: #f7f7f7;
}
#clinic2 .ftTop img {
    width: 30px;
}
#clinic2 .crCon {
    padding: 0 40px;
    max-width: 700px;
    margin: 0 auto;
}
#clinic2 .crCon .crTit {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#clinic2 .named {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
#clinic2 .named > .named{
    align-items: center;
}
#clinic2 .named .dashed {
    height: 24px;
    width: 1px;
    background-color: #aaa;
    transform: skew(-10deg);
}
@media (min-width:992px){
    #clinic2 .grBox {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #clinic2 .rt {
        position: sticky;
    }
}


/* pList */
.pList .dft {
    position: relative;
    padding-left: 15px;
}
.pList .dft:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    left: 0;
}
@media (max-width:768px){
    .pList .dft:after {
        top: 11px;
    }
}
@media (max-width:500px){
    .pList .dft:after {
        top: 9px;
    }
}

/* eqs */
.eqs {
    border: 1px solid #ddd;
}
.eqs > .fbox:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.eqs > .fbox > div {
    padding: 80px;
}
.eqs > .fbox .txt {
    height: 200px;
    margin-top: 20px;
}
@media (min-width:768px){
    .eqs > .fbox .rt {
        border-left: 1px solid #ddd;
    }
}
@media (max-width:768px){
    .eqs > .fbox > div {
        padding: 30px 20px;
    }
    .eqs > .fbox .txt {
        height: auto;
        margin-top: 15px;
    }
    .eqs > .fbox .rt {
        border-top: 1px solid #ddd;
    }
}


/* dkBox */
.dkBox {
    padding: 60px 40px;
    background-color: rgba(216, 214, 211, 0.3);
}
@media (max-width:768px){
    .dkBox {
        padding: 30px 20px;
        background-color: rgba(216, 214, 211, 0.3);
    }
}


/* clinic4 */
#clinic4 .sec0 {
    position: relative;
}
#clinic4 .sec1 {
    display: flex;
    height: 700px;
    align-items: center;
    background: url(../img/cl4_sec1.jpg) center center no-repeat;
}
#clinic4 .sec0 .warranty {
    text-align: center;
}
#clinic4 .sec0 .warranty img {
    border: 2px solid #47412c;
}
@media (min-width:991px) {
    #clinic4 .sec0 .warranty {
        position: absolute;
        right: 0;
        width: 60%;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #clinic4 .sec1 {
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #clinic4 .sec0 .warranty {
        padding: 30px;
    }
    #clinic4 .sec1 {
        background-size: cover;
    }
}
@media (max-width:768px){
    #clinic4 .sec1 {
        height: 400px;
    }
    #clinic4 .sec1 .ddaum {
        width: 22px;
    }
}

#clinic4 .sec3 {
    background-color: #f7f8fb;
}
#clinic4 .sec2 .fbox {
    align-items: stretch;
}
#clinic4 .sec2 .fbox .txt {
    width: 70%;
}
#clinic4 .sec2 .fbox .img {
    width: 30%;
    background: url(../img/cl4_sec2.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:768px){
    #clinic4 .sec2 .fbox .txt {
        width: 100%;
        padding-top: 20px;
    }
    #clinic4 .sec2 .fbox .img {
        width: 100%;
        height: 200px;
    }
}

/* centerTop */
.centerTop .fbox {
    align-items: stretch;
}
.centerTop .fbox .lft {
    background-color: #1e202c;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.centerTop .fbox .lft > div {
    position: relative;
    z-index: 5;
}
.centerTop .fbox .lft:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/lftStar.png) right bottom  no-repeat;
    filter: blur(10px);
    z-index: 0;
}

@media (max-width:768px){
    .centerTop .fbox > div {
        width: 100%;
    }
    .centerTop .fbox .lft {
        padding: 30px;
    }
    .centerTop .fbox .lft > div {
        width: 100%;
    }
}

/* stit */
.stit .stitBt strong {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 80px;
    background-color: rgba(0, 0, 0, 0.03);
}
.stit .stitBt.text-light strong {
    background-color: rgba(0, 0, 0, 0.2);
}
.stit .stitBt.text-light2 strong {
    background-color: rgba(0, 0, 0, 0.05);
}

/* center1Img1 */
.center1Img1 {
    height: 450px;
    background: url(../img/center1Img1.jpg) center center no-repeat;
}
@media (max-width:768px){
    .center1Img1 {
        height: 200px;
        background-size: cover;
    }
}

/* sub1_1 */
.linedSec .lined {
    height: 40px;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.linedSec .lined:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0px;
    transform: translateY(-50%);
    background-color: #ddd;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: .8s;
}
.linedSec .lined.aos-animate:after {
    height: 100%;
}
@media (max-width:768px) {
    .linedSec .lined {
        height: 25px;
    }
}
/* topNum */
.topNum span {
    line-height: 1em;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    background-color: rgba(255,255,255,0.2);
}

/* talkBoxWrp */
.talkBoxWrp {
    max-width: 1000px;
    margin: 0 auto;
}
.talkBoxWrp .talkBox {
    display: inline-block;
    padding: 20px 100px;
    border-radius: 100px 100px 0 100px;
    background-color: #f7f7f7;
    position: relative;
}
.talkBoxWrp .talkBox + .talkBox {
    margin-top: 25px;
}
.talkBoxWrp .talkBox {
    margin-right: 7vw;
}
.talkBoxWrp .talkBox:nth-child(even) {
    margin-right: 0px;
    margin-left: 7vw;
}
.talkBoxWrp .talkBox .talkMark {
    position: absolute;
    top: 0;
    left: 40px;
    transform: translateY(-50%);
}
.talkBoxWrp .talkBox:nth-child(even) .talkMark {
    left: auto;
    right: 40px;
    transform: translateY(-50%) rotate(180deg);
}
@media (max-width:768px){
    .talkBoxWrp .talkBox {
        padding: 10px 40px;
    }
    .talkBoxWrp .talkBox .talkMark {
        left: 20px;
        width: 25px;
    }
    .talkBoxWrp .talkBox:nth-child(even) .talkMark {
        right: 20px;
    }
}

/* dotSet */
.dotSet {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dotSet .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
}


/* bdBox */
.bdBox {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    position: relative;
}
.bdBox + .bdBox {
    border-top: 0px;
}
.bdBox .row {
    margin: 0 -20px;
}
.bdBox .row > [class*="col-"] {
    padding: 20px;
}
.bdBox .bdItem .txt {
    display: flex;
    align-items: flex-start;
}
.bdBox .bdItem .txt .num {
    width: 100px;
}
.bdBox .bdItem .txt .num .dft {
    font-style: italic;
}
.bdBox .bdItem .txt .tcon {
    width: calc(100% - 100px);
}
.bdBox.noBorder .bdItem .txt .num {
    width: 70px;
}
.bdBox.noBorder .bdItem .txt .tcon {
    width: calc(100% - 70px);
}
@media (min-width:992px){
    .bdBox:not(.noBorder):after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        border-left: 1px solid #ccc;
    }
    .bdBox.noBorder .bdItem .txt .tcon {
        min-height: 130px;
    }
}
@media (max-width:768px){
    .bdBox {
        border-bottom: 0px solid #ccc;
        padding: 0px;
    }
    .bdBox .row > [class*="col-"] {
        border-bottom: 1px solid #ccc;
    }
    .bdBox .bdItem .txt .num {
        width: 60px;
    }
    .bdBox .bdItem .txt .tcon {
        width: calc(100% - 60px);
    }
}


/* topHalf */
.topHalf {
    background-color: #31333b;
}
.topHalf .lft {
    padding: 30px 20px;
}

/* sec7 */
#center1 .sec7 {
    background-color: #f7f7f7;
}

/* hfTx */
.hfTx {
    border-top: 1px solid #aaa;
    padding: 45px 20px;
}
.hfTx:last-child {
    border-bottom: 1px solid #aaa;
}
.hfTx .txt {
    padding: 30px 20px 40px;
}
.hfTx .rt {
    text-align: center;
}
/* .hfTx .rt img {
    width: 80%;
} */
@media (max-width:768px){
    .hfTx {
        padding: 20px;
    }
    .hfTx .txt {
        padding: 0 0px 30px;
        padding: 0;
    }
    .hfTx .rt img {
        width: 100%;
    }
}


/* center2Img1 */
.center2Img1 {
    height: 450px;
    background: url(../img/center2Img1.jpg) center center no-repeat;
}
@media (max-width:768px){
    .center2Img1 {
        height: 200px;
        background-size: cover;
    }
}


/* icItemList */
.icItemList .item {
    border: 1px solid rgba(188, 166, 140, 0.5);
}
.icItemList .item .top h3 span {
    font-size: .7em;
}
@media (min-width:767px) {
    .icItemList .item {
        min-height: 350px;
    }
    .icItemList .item .txt {
        margin-top: 15px;
    }
}
@media (max-width:768px) {
    .icItemList .item {
        padding: 15px;
    }
    .icItemList:not(.flat) .item > div {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .icItemList:not(.flat) .item .icon {
        padding: 15px;
        width: 80px;
        text-align: center;
        order: 2;
    }
    .icItemList:not(.flat) .item .txt {
        width: calc(100% - 80px);
        text-align: left;
        order: 1;
    }
}


/* rsBoxs */
.rsBoxs .item {
    padding: 50px 40px;
    background-color: #f9f7f6;
    position: relative;
}
.rsBoxs .item .num {
    position: absolute;
    top: 40px;
    right: 40px;
}
@media (max-width:500px){
    .rsBoxs .item {
        padding: 40px 30px;
    }
    .rsBoxs .item .num {
        top: 20px;
        right: 30px;
    }
}

/* center2 : sec5 */
#center2 .sec5 {
    background-color: #f7f7f7;
}


/* center3Img1 */
.center3Img1 {
    height: 450px;
    background: url(../img/center3Img1.jpg) center center no-repeat;
}
@media (max-width:768px){
    .center3Img1 {
        height: 200px;
        background-size: cover;
    }
}


/* wan_list */
.wan_list {
    border: 10px solid #ebebeb;
    padding: 60px;
}
@media (max-width:768px) {
    .wan_list {
        border: 4px solid #ebebeb;
        padding: 30px 15px;
    }
}
/* wanItem */
.wanItem {
    min-height: 85px;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.wanItem .wanTxt {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width:768px) {
    .wanItem {
        padding: 15px;
        min-height: 55px;
    }
}
/* infoGray */
.infoGray {
    display: flex;
    gap: 8px;
}

/* attachBg */
#center1 .sec3 {
    background: url(../img/center1_3.jpg) center center no-repeat;
}
#center1 .sec5 {
    background: url(../img/center1_5.jpg) center center no-repeat;
}
#center2 .sec3 {
    background: url(../img/center2_3.jpg) center center no-repeat;
}
#center2 .sec3_2 {
    background: url(../img/center2_3_2.jpg) center center no-repeat;
}
#center2 .sec3_3 {
    background: url(../img/center2_3_3.jpg) center center no-repeat;
}
#center3 .sec3 {
    background: url(../img/center3_3.jpg) center center no-repeat;
}
#center3 .sec5 {
    background: url(../img/center3_5.jpg) center center no-repeat;
}
#center3 .sec8 {
    background: url(../img/center3_8.jpg) center center no-repeat;
}
@media (min-width:992px){
    .attachBg {
        background-attachment: fixed !important;
    }
}
@media (max-width:992px){
    .attachBg {
        background-size: cover !important;
    }
}


/* topHalf */
#center3 .sec6 {
    background-color: #f7f7f7;
}
#center3 .sec6 .topHalf {
    background-color: transparent;
}
#center3 .sec6 .topHalf .lft {
    padding: 30px 20px;
}
/* sec7 */
#center3 .sec7 {
    background-color: #2c2926;
}
@media (max-width:768px){
    #center3 .sec7 .btImg {
        height: 350px;
        overflow: hidden;
    }
}

/* cavPro */
.cavPro {
    position: relative;
}
.cavPro .proItem {
    position: relative;
}
.cavPro .proItem .img {
    position: relative;
}
.cavPro .proItem .txt {
    background-color: #f1ece3;
    padding: 34px 15px;
}
.cavPro .proItem .txt .step span {
    display: inline-block;
    line-height: 1em;
    padding: 8px 30px;
    border-radius: 70px;
    background-color: #3b312c;
    color: #fff;
}
.cavPro .proItem .txt .step.step2 span {
    background-color: #644c40;
}
.cavPro .proItem .txt .step.step3 span {
    background-color: #89754e;
}
.cavPro .proItem .txt .step.step4 span {
    background-color: #c79b5e;
}
.cavPro .proItem .txt .endTxt {
    display: inline-block;
    padding: 5px 20px;
    background-color: rgba(247, 247, 247, 0.8);
}
@media (min-width:992px){
    .cavPro .proItem .arrCnt {
        position: absolute;
        left: calc(100% + 15px);
        width: 80px;
        top: 100%;
        transform: translate3d(-50%, -50%, 0);
        z-index: 8;
    }
}
@media (max-width:1200px){
    .cavPro .proItem {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .cavPro .proItem .img {
        position: unset;
    }
    .cavPro .proItem .arrCnt {
        position: absolute;
        left: 50%;
        width: 80px;
        top: calc(100% + 10px);
        transform: translate3d(-50%, -50%, 0);
        z-index: 8;
    }
    .cavPro .proItem .arrCnt img {
        transform: rotate(90deg);
        width: 50px;
    }
}


/* numCons */
.numCons .n {
    font-style: italic;
}
#center3 .sec7 .numCons .item,
#center2 .sec6 .numCons .item,
#center4 .sec6 .numCons .item {
    padding: 0 20px;
}
@media (min-width:991px) {
    .numCons li:not(:first-child) {
        border-left: 1px solid #ddd;
    }
    #center3 .sec7 .numCons li:not(:first-child) {
        border-left: 1px solid rgba(221, 221, 221, 0.1);
    }
    .numCons .item .btImg img {
        transform: translateX(-35px);
    }
}
@media (max-width:992px) {
    .numCons li .item {
        padding: 15px 15px 25px;
        border: 1px solid rgba(255,255,255,0.05);
        margin-top: -1px;
    }
    #center3 .sec7 .numCons .item {
        padding: 15px 15px 25px;
        margin-top: -1px;
    }
}

/* sec7 */
#center2 .sec7 {
    background-color: #f7f7f7;
}
/* imgFlowList */
.imgFlowList .txt {
    display: flex;
    align-items: center;
}
.imgFlowList .txt .n {
    padding-bottom: 4px;
}
.imgFlowList .txt .dvd {
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 16px;
    background-color: #b9b9b9;
}
.imgFlowList .txt .con,
.imgFlowList .txt .hd {
    display: inline-block;
    vertical-align: middle;
}
.imgFlowList .txt .hd {
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #111;
    color: #fff;
    font-size: .75em;
    line-height: 1em;
}


/* form */
.form .btnItem {
    text-align: center;
    justify-content: center;
    border-radius: 3px;
    border: 0px;
}
/* formItem */
.formItem {
    margin-top: 20px;
}
.formItem .formWrp .row {
    margin: 0 -5px;
}
.formItem .formWrp .row > [class*='col-'] {
    padding: 0 5px;
}
.formItem label,
.formItem .formWrp .form-control {
    margin: 0px;
    font-size: 1em;
}
.formItem .formWrp .form-control {
    box-shadow: 0 0 0;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.formItem .formWrp .form-control:focus {
    border-color: var(--main-color);
}
.formItem .formWrp .form-control:not(textarea) {
    height: 60px;
}
.formItem > label {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.formItem .formWrp {
    display: block;
    position: relative;;
}
.formItem .sltWrp:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 30px;
    height: 30px;
    background: url(../img/select.svg) center center no-repeat;
    background-size: 15px;
}
.formItem .formWrp select {
   -webkit-appearance:none;
   -moz-appearance:none; 
   appearance:none;
}
.formItem .formWrp select::-ms-expand{
   display:none; /*for IE10,11*/
}
.formItem .formWrp .checkbox-primary  label:before {
    background-color: #eee;
    border-color: #eee;
}
.formItem .formWrp .checkbox-primary input:checked + label:before {
    background-color: #3b77e0;
    border-color: #3b77e0;
}
@media (max-width:768px){
    .formItem {
        flex-wrap: wrap;
    }
    .formItem > label {
        width: 100%;
    }
    .formItem .formWrp {
        width: 100%;
    }
    .formItem .formWrp .form-control:not(textarea) {
        height: 50px;
    }
}
/* agreeCon */
.agreeCon {
    padding: 35px 25px;
    background-color: #f7f7f7;
    border-radius: 10px;
    max-height: 150px;
    overflow-y: auto;
}
.agreeCon p {
    font-size: 15px;
}
@media (max-width:768px){
    .agreeCon {
        padding: 30px 20px;
    }
}

/* fornTxt */
.fornTxt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fornTxt .n {
    display: inline-block;
    padding-bottom: 15px;
}
.fornTxt .dvd {
    display: inline-block;
    margin: 0 15px;
    width: 1px;
    height: 16px;
    background-color: #b9b9b9;
}
@media (max-width:768px){
    .fornTxt .n {
        padding-bottom: 10px;
        width: 35px;
    }
    .fornTxt .dvd {
        margin: 0 8px;
        height: 12px;
    }
    .fornTxt .tMain {
        width: calc(100% - 60px);
    }
    .fornTxt .tSub {
        margin-top: -5px;
        margin-bottom: 10px !important;
    }
}


/* form-group */
.form-group {
    display: flex;
    align-items: center;
    gap: 5px;
}
.form-group .checkbox-custom-item,
.form-group .radio-custom-item {
    flex-basis: 50%;
}
/* radio-custom-item */
.checkbox-custom-item,
.radio-custom-item {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    padding-left: 0px;
}
.checkbox-custom-item input,
.radio-custom-item input {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
    text-align: center;
}
.checkbox-custom-item label,
.radio-custom-item label {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
}
.checkbox-custom-item label:before,
.checkbox-custom-item label:after,
.radio-custom-item label:before,
.radio-custom-item label:after {
    display: none !important;
}
.checkbox-custom-item input:checked + label,
.radio-custom-item input:checked + label {
    border-color: #2c3464;
    color: #2c3464;
    background-color: #f6fbfa;
}

@media (max-width:768px){
    .checkbox-custom-item label,
    .radio-custom-item label {
        height: 40px;
        font-size: 14px;
    }
}
/* formItem */
.formItem .formWrp .checkbox-primary  label:before {
    background-color: #eee;
    border-color: #eee;
}
.formItem .formWrp .checkbox-primary input:checked + label:before {
    background-color: #3b77e0;
    border-color: #3b77e0;
}
/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 8rem 0;
}



/* processCon */
.processCon .row {
    margin: 0 -10px;
}
.processCon .row > li {
    padding: 0 10px;
}
.processCon .item {
    background-color: #fafafa;
    padding: 4rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    position: relative;
}
.processCon .item .icon {
    padding: 15px ;
}
.processCon .item .icon img {
    width: 65px;
}
.processCon .item .arr {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translate3d(-50%, -50%, 0);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 50%;
    color: #fff;
    z-index: 9;
}
.processCon .item p {
    line-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
@media (min-width:768px) {
    .processCon .item .bt {
        min-height: 80px;
    }
}
@media (max-width:768px) {
    .processCon .item {
        padding: 2rem 1rem;
        border-radius: 5px;
    }
    .processCon .item .icon img {
        width: 50px;
    }
    .processCon li:nth-child(2) .item .arr,
    .processCon li:nth-child(4) .item .arr {
        display: none;
    }
}
@media (max-width:500px) {
    .processCon li .item .arr {
        display: flex !important;
        left: 50%;
        top: 100%;
        width: 30px;
        height: 30px;
    }
    .processCon li .item .arr i {
        display: inline-block;
        transform: rotate(90deg);
    }
    .processCon .dft br {
        display: none;
    }
}





/* btCommon */
#btCommon {
    position: relative;
}
@media (min-width:991px){
    #btCommon .float {
        position: absolute;
        top: 50%;
        right: 15vw;
        height: 50%;
        width: 340px;
        border-radius: 15px;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 10;
        display: flex;
        align-items: center;
        padding: 20px;
        transform: translateY(-50%);
    }
}
@media (max-width:992px){
    #btCommon {
        background-color: #111;
    }
    #btCommon .float {
        position: relative;
    }
    #btCommon .float::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(#111, transparent);
        z-index: 4;
    }
    #btCommon .float::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(transparent, #111);
        z-index: 4;
    }
}
/* point-slider */
.point-nav .slick-track,
.point-nav .slick-slide {
    float: none;
    width: 100% !important;
}
.point-nav .slick-slide {
    padding: 8px 0;
    cursor: pointer;
}
.point-nav .slick-slide p {
    text-align: right;
    color: #fff;
    opacity: .5;
    font-weight: 600;
}
.point-nav .slick-slide.is-active p {
    opacity: 1;
}
.point-nav .slick-slide p span {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.point-nav .slick-slide.is-active p span {
    font-size: 1.3em;
}
@media (max-width:992px){
    .point-nav .slick-slide {
        padding: 5px 0;
    }
    .point-nav .slick-slide p {
        color: #fff;
        text-align: center;
    }
}
/* point-slider */
@media (min-width:991px){
    .point-slider .bg {
        height: 700px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .point-slider .bg.bg1 {
        background: url(../img/point-sl-bg1.jpg) center center no-repeat;
        background-size: cover;
    }
    .point-slider .bg.bg2 {
        background: url(../img/point-sl-bg2.jpg) center center no-repeat;
        background-size: cover;
    }
    .point-slider .bg.bg3 {
        background: url(../img/point-sl-bg3.jpg) center center no-repeat;
        background-size: cover;
    }
    .point-slider .bg.bg4 {
        background: url(../img/point-sl-bg4.jpg) center center no-repeat;
        background-size: cover;
    }
    .point-slider .bg.bg5 {
        background: url(../img/point-sl-bg5.jpg) center center no-repeat;
        background-size: cover;
    }
    .point-slider .bg.bg6 {
        background: url(../img/point-sl-bg6.jpg) center center no-repeat;
        background-size: cover;
    }
    .point-slider .bg.bg7 {
        background: url(../img/point-sl-bg7.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media (max-width:992px){
    .point-slider .bg .top {
        padding: 30px 0;
        text-align: center;
    }
}

/* center2Img2 */
.center2Img2 {
    height: 450px;
    background: url(../img/center2Img2.jpg) center center no-repeat;
}
@media (max-width:768px){
    .center2Img2 {
        height: 200px;
        background-size: cover;
    }
}


/* nypoint6 */
.numCons .item .n {
    text-align: right;
}
.numCons.text-center .item,
.numCons.text-center .item .n {
    text-align: center;
}
.numCons .item {
    /* background-color: #fbf8f4; */
    padding: 30px 40px 50px;
    border: 1px solid #c5beb5 !important;
}
@media (max-width:768px) {
    .numCons li + li {
        margin-top: 10px;
    }
    .numCons .item {
        padding: 15px 20px 25px;
    }
}


/* center2 */
@media (min-width:767px) {
    #center2 .sec4 .icItemList .item {
        min-height: auto;
        padding: 30px 15px 40px;
    }
    #center2 .sec4 .icItemList .item .txt {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* sec6 */
#center2 .sec7 .wan_list {
    border: 0px solid #ebebeb;
    padding: 0px;
}
#center2 .sec9 {
    background-color: #f7f7f7;
}


/* lct_list */
@media (min-width:767px) {
    .lct_list {
        position: relative;
    }
    .lct_list:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #ddd;
    }
    .lct_list .lft.img img {
        margin-right: -1px;
    }
    .lct_list .rt.img img {
        margin-left: -1px;
    }
}
@media (max-width:767px) {
    .lct_list .lft,
    .lct_list .rt {
        width: 100%;
    }
    .lct_list .img {
        order: 1;
    }
    .lct_list .txt {
        order: 2;
        padding-top: 20px;
    }
}

/* center4Img1 */
.center4Img1 {
    height: 450px;
    background: url(../img/center4Img1.jpg) center center no-repeat;
}
@media (max-width:768px){
    .center4Img1 {
        height: 200px;
        background-size: cover;
    }
}

/* center4 : sec5 */
#center4 .sec5 {
    background-color: #f7f7f7;
}

#center4 .sec3 {
    background: url(../img/center4_3.jpg) center center no-repeat;
}



/* sec7 */
#center4 .sec7 {
    background-color: #f7f7f7;
}

/* center4Img2 */
.center4Img2 {
    height: 450px;
    background: url(../img/center4Img2.jpg) center center no-repeat;
}
@media (max-width:768px){
    .center4Img2 {
        height: 200px;
        background-size: cover;
    }
}


/* imgBfafList */
#imgBfafList .tcon {
    height: 100px;
}
@media (max-width:768px){
    #imgBfafList .tcon {
        height: auto;
    }
}




/* meneTabs */
#meneTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f3f3;
    border-radius: 100px;
    text-align: center;
}
#meneTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: #666;
    font-size: 18px;
    padding: 16px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
#meneTabs .con > a.act {
    color: rgba(255,255,255,1);
    background: #63a826;
    border-radius: 100px;
}
@media (max-width:992px){
    #meneTabs .con {
        flex-wrap: wrap;
        background-color: transparent;
        padding: 0;
        gap: 4px;
    }
    #meneTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
        border-radius: 20px;
        width: auto;
        flex-basis: unset;
        flex-grow: unset;
        background-color: #e7e4dc;
    }
}
@media (max-width:500px){
    #meneTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 15px;
    }
}

/* form-group-wrp */
.form-group-wrp {
    display: flex;
    align-items: center;
}
.form-group-wrp .tt {
    width: 100px;
}
.form-group-wrp .form-group {
    width: calc(100% - 100px);
}
.form-group-wrp .form-group .formItem,
.form-group-wrp .form-group .form-control {
    width: 100% !important;
}
@media (max-width:768px){
    .form-group-wrp .tt {
        width: 70px;
    }
    .form-group-wrp .form-group {
        width: calc(100% - 70px);
    }
}