/* subTit */
.subTit h1.dft {
    line-height: 1.2em;
}
/* yearsplant_01 */
#yearsplant_01 .sec1 .doctors {
    background-color: #f7f6f2;
    position: relative;
}
#yearsplant_01 .sec1 .doctors:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -40px;
    height: 80px;
    width: 1px;
    background-color: #222;
}
@media (max-width:992px){
    #yearsplant_01 .sec1 .doctors:after {
        top: -20px;
        height: 40px;
    }
}


#yearsplant_01 .sec3 {
    background: url(../img/ys1_bg3.jpg) center top no-repeat;
    background-size: cover;
}
#yearsplant_01 .sec3 .inconWrp {
    background-color: #fff;
}
#yearsplant_01 .sec3 .incon {
    padding: 0 15px;
}
#yearsplant_01 .sec3 ul {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
#yearsplant_01 .sec3 ul li {
    width: 16.666666%;
    padding: 0 20px;
    position: relative;
}
#yearsplant_01 .sec3 ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -20px;
    width: 40px;
    height: 100%;
    top: 0;
    background: url(../img/plsIcon.png) center center no-repeat;
}
#yearsplant_01 .sec3 ul li h3 {
    line-height: 1.1em;
    margin-top: 10px;
}
@media (max-width:992px){
    #yearsplant_01 .sec3 .incon img {
        width: 60px;
    }
    #yearsplant_01 .sec3 ul {
        flex-wrap: wrap;
    }
    #yearsplant_01 .sec3 ul li {
        width: 33.333333%;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    #yearsplant_01 .sec3 ul li:not(:last-child):after {
        right: -10px;
        width: 20px;
        background-size: 20px !important;
    }
    #yearsplant_01 .sec3 ul li:nth-child(3):after {
        display: none;
    }
    #yearsplant_01 .sec3 ul li h3 {
        margin-top: 5px;
    }
}


#yearsplant_01 .sec5 {
    background: url(../img/ys1_bg5.jpg) center top no-repeat;
    background-size: cover;
}
#yearsplant_01 .sec5 .subTit h1 .underLing {
    text-decoration: underline;
}


#yearsplant_01 .sec6 {
    background-color: #f7f6f2;
}
@media (min-width:992px){
    #yearsplant_01 .sec6 ul {
        display: flex;
        align-items: center;
    }
    #yearsplant_01 .sec6 ul > li {
        width: 50%;
    }
    #yearsplant_01 .sec6 .tbox {
        padding-left: 80px;
    }
}
@media (max-width:992px){
    #yearsplant_01 .sec6 .tbox {
        padding-top: 20px;
    }
}



@media (min-width:992px){
    #yearsplant_01 .sec7 .tbox {
        padding-top: 20px;
    }
}
@media (max-width:992px){
    #yearsplant_01 .sec7 ul li {
        margin-bottom: 30px;
    }
    #yearsplant_01 .sec7 .tbox {
        padding-top: 10px;
    }
}

#commonBt .sec8 {
    background: url(../img/ys1_bg8.jpg) center top no-repeat;
    background-size: cover;
}

#commonBt .sec9 {
    background: url(../img/ys1_bg9.jpg) center top no-repeat;
    background-size: cover;
}
#commonBt .sec9 .schBoxShape {
    border: 3px solid #df6451;
    background-color: #fff;
    padding: 20px;
    max-width: 90%;
    position: relative;
    padding-right: 75px;
}
#commonBt .sec9 .schBoxShape:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    width: 44px;
    height: 100%;
    background: url(../img/zmi.png) center center no-repeat;
}
#commonBt .sec9 .chkBox {
    background-color: #df6451;
    border-radius: 30px;
    padding: 60px 30px;
}
@media (max-width:992px){
    #commonBt .sec9 .chkBox {
        margin-bottom: 20px;
    }
}
@media (max-width:768px){
    #commonBt .sec9 .subTit {
        text-align: center;
    }
    #commonBt .sec9 .schBoxShape {
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    #commonBt .sec9 .schBoxShape:after {
        right: 10px;
        width: 30px;
        background-size: 25px !important;
    }
    #commonBt .sec9 .chkBox {
        background-color: #df6451;
        border-radius: 15px;
        padding: 30px 20px;
    }
}

/* chkBox */
.chkBox ul li {
    position: relative;
    padding: 8px;
    padding-left: 60px;
    background: url(../img/chkBg.png) left center no-repeat;
}
@media (max-width:768px){
    .chkBox ul li {
        padding: 5px;
        padding-left: 40px;
        background-size: 25px !important;
    }
}
/* proList */
.proList {
    position: relative;
}
.proList > li {
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.proList > li > div {
    width: 50%;
}
.proList .txt {
    max-width: 600px;
    display: inline-block;
}
.proList .txt .numTit {
    position: relative;
    padding-left: 170px;
}
.proList .txt .numTit > span {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 120px;
    font-weight: 700;
    line-height: 1em;
}
.proList .txt .numTit h1 {
    line-height: 1.1em;
}
@media (min-width:992px){
    .proList::after {
        content: "";
        position: absolute;
        left: 50%;
        top: -20px;
        height: calc(100% + 40px);
        width: 1px;
        background-color: #aaa;
    }
    .proList > li:nth-child(odd) .tbox,
    .proList > li:nth-child(even) .ibox {
        order: 1;
    }
    .proList > li:nth-child(even) .tbox,
    .proList > li:nth-child(odd) .ibox {
        order: 2;
    }
}
@media (max-width:992px){
    .proList > li {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .proList > li > div {
        width: 100%;
    }
    .proList .ibox {
        order: 1;
    }
    .proList .tbox {
        order: 2;
        padding: 20px 15px 0;
    }
    .proList .txt .numTit {
        padding-left: 140px;
    }
    .proList .txt .numTit > span {
        font-size: 95px;
    }
}
@media (max-width:768px){
    .proList .txt .numTit {
        padding-left: 100px;
    }
    .proList .txt .numTit > span {
        position: absolute;
        left: 0;
        top: -10px;
        font-size: 70px;
        font-weight: 700;
        line-height: 1em;
    }
}

/* spcialSlickk */
.spcialSlickWrp {
    position: relative;
    overflow: hidden;
    line-height: 0px;
}
.spcialSlickWrp .spcTit {
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.spcialSlickWrp #roomInfo_wrp {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0px;
}
.spcialSlickWrp #roomInfo_wrp .con {
    max-width: 150px;
    margin-right: auto;
    display: inline-block;
}
.spcialSlickWrp #roomInfo_next,
.spcialSlickWrp #roomInfo_prev {
    margin-left: auto;
    width: 75px;
    height: 75px;
    background: url(../img/v_arr2.png) center center no-repeat;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    cursor: pointer;
    float: left;
}
.spcialSlickWrp #roomInfo_prev:after {
    content: "";
    position: absolute;
    right: 0%;
    top: 0%;
    width: 1px;
    height: 100%;
    background-color: #111;
}
.spcialSlickWrp #roomInfo_next {
    transform: rotate(180deg);
}
@media (min-width:768px){
    .spcialSlickWrp .txt {
        padding-left: 5%;
    }
}
@media (max-width:768px){
    .spcialSlickWrp .txt {
        padding: 25px 0;
    }
}

/*imp_all*/
#implant .bang_sec .rstWrp ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 70px;
    margin: 15px 0;
}
#implant .bang_sec .rstWrp ul li > .num {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6bc2b1;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-weight: 800;
}
#implant .bang_sec .rstWrp ul li .txt h5 {
    font-weight: 600;
}
@media (min-width:1200px){
    #implant .bang_sec .rstWrp {
        padding: 15px;
    }
    #implant .bang_sec .rstWrp {
        padding-left: 600px;
        background: url(../img/rstWrp.jpg) left top no-repeat;
    }
}
@media (max-width:768px){
    #implant .bang_sec .rstWrp ul li {
        position: relative;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 50px;
        margin: 5px 0;
    }
    #implant .bang_sec .rstWrp ul li > .num {
        line-height: 40px;
        width: 40px;
    }
}
#implant .sys_sec {
    background: url(../img/imp1_bg6.jpg) center center no-repeat;
    background-size: cover;
}
#implant .bo_sec .right ul {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 15px;
}
#implant .bo_sec .right ul li:first-child{
    position: relative;
}
#implant .bo_sec .right ul li:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ddd;
}
#implant .bo_sec .right ul h2 {
    margin-top: 10px;
}
@media (min-width:992px){
    #implant .bo_sec {
        background: url(../img/imp1_bg7.jpg) center center no-repeat;
        background-size: cover;
        background-color: #f7f6f1;
    }
}
@media (max-width:992px){
    #implant .bo_sec {
        background-color: #f7f6f1;
        text-align: center;
    }
    #implant .bo_sec .right ul img {
        width: 70px;
    }
}


/* implant_01 */
.sbpTop .c_wrp .en {
    letter-spacing: 5px;
}
@media (min-width:992px){
    .sbpTop .c_wrp {
        height: 660px;
    }
    .sbpTop .c_wrp .right {
        padding-left: 5%;
    }
}
@media (max-width:768px){
    .sbpTop .c_wrp .right {
        padding: 30px 15px 0;
        text-align: center;
    }
}
/* implant_01 */
@media (min-width:992px){
    #implant_01 .sbpTop {
        background: url(../img/imp_bg.jpg) center center no-repeat;
    }
}
@media (max-width:992px){
    #implant_01 .sbpTop {
        background-color: #e8e8e8;
    }
}

#implant_01 .sec2 { 
    background-color: #f7f6f2;
}

#implant_01 .sec4 { 
    background-color: #f7f6f2;
}

.adv_wrp > li {
    margin: 15px 0;
}
.adv_wrp .item {
    height: 250px;
    background-color: #fff;
    padding: 0 15px;
}
@media (max-width:992px){
    .adv_wrp > li {
        margin: 5px 0;
    }
    .adv_wrp .item {
        height: 200px;
        background-color: #fff;
        padding: 0 15px;
    }
}

/* implant_02 :: sbpTop */
#implant_02 .sbpTop {
    background: url(../img/imp2_bg.jpg) 75% center no-repeat;
    background-size: cover;
}
@media (max-width:992px){
    #implant_02 .sbpTop .txt{
        padding-top: 30px;
        padding-bottom: 50%;
    }
}


/* implant_02 :: sec2 */
#implant_02 .sec2 .c_wrp_lg .rt ul li .item{
    padding: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 15px 0;
}

@media (min-width:992px){
    #implant_02 .sec2 {
        background: url(../img/imp2_bg2.jpg) center bottom no-repeat;
        background-color: #ededef;
    }
}
@media (max-width:992px){
    #implant_02 .sec2 {
        background-color: #ededef;
        padding-bottom: 0;
    }
    #implant_02 .sec2 .c_wrp_lg .rt ul li .item{
        padding: 20px;
        margin: 10px 0;
    }
}

@media (min-width:992px){
    #implant_03 .sbpTop {
        background: url(../img/imp3_bg.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media (max-width:992px){
    #implant_03 .sbpTop{
        background-color: #e8e8e8;
    }
    #implant_03 .sbpTop .c_wrp .txt {
        padding: 30px 15px 0;
        text-align: center;
    }
}

#implant_03 .sec0{
    background: url(../img/imp3_bg0.jpg) center center no-repeat;
    background-size: cover;
    background-color: #f7f6f2;
}

/* implant_03 :: sec1 */
#implant_03 .sec1 ul li .item .item_head{
    padding: 20px;
    border-radius: 30px 30px 0 0;
    background-color: #6bc2b1;
    text-align: center;
}
#implant_03 .sec1 ul li .item .item_cont{
    border: 3px solid #6bc2b1;
    padding: 30px;
    text-align: center;
}
@media (max-width:992px){
    #implant_03 .sec1 ul li .item{
        margin: 10px 0;
    }
    #implant_03 .sec1 ul li .item .item_head{
        padding: 10px;
        border-radius: 20px 20px 0 0;
    }
    #implant_03 .sec1 ul li .item .item_cont{
        border: 2px solid #6bc2b1;
        padding: 15px;
    }
}

/* implant_03 :: sec2 */
#implant_03 .sec2 { 
    background-color: #f7f6f2;
}
#implant_03 .sec2 ul li .item{
    padding: 50px 30px;
    background-color: #fff;
}
#implant_03 .sec2 ul li .item span{
    display: inline-block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}
#implant_03 .sec2 ul li .item .ibox{
    margin: 20px 0;
}
#implant_03 .sec2 ul li .item .ibox img{
    width: 250px;
}
@media (max-width:992px){
    #implant_03 .sec2 ul li .item{
        padding: 20px;
        margin: 10px 0;
    }
    #implant_03 .sec2 ul li .item span{
        width: 35px;
        line-height: 35px;
        font-size: 18px;
    }
    #implant_03 .sec2 ul li .item .ibox{
        margin: 15px 0;
    }
    #implant_03 .sec2 ul li .item .ibox img{
        width: 150px;
    }
}

@media (min-width:992px){
    #implant_04 .sbpTop {
        background: url(../img/imp4_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #implant_04 .sbpTop .c_wrp .right {
        padding-left: 0%; 
    }
}

@media (max-width:992px){
    #implant_04 .sbpTop{
        background-color: #f7f6f2;
    }
    #implant_04 .sbpTop .c_wrp .txt {
        padding: 30px 15px 0;
        text-align: center;
    }
}


/* implant_04 :: sec1 */
#implant_04 .sec1{
    /* background-color: #ededef; */
}
#implant_04 .sec1 .c_wrp{
    max-width: 1000px;
    margin: 0 auto;
}
#implant_04 .sec1 .c_wrp .tbox{
    background-color: #fff;
    padding: 40px;
    position: relative;
}
#implant_04 .sec1 .c_wrp .tbox:before{
    position: absolute;
    content: "";
    background-color: #f4f4f4;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}
#implant_04 .sec1 .c_wrp .tbox h2 span{
    color: #fff;
    background-color: #000;
    padding: 15px 35px;
    border-radius: 50px;
}
#implant_04 .sec1 .c_wrp .tbox h3{
    margin-top: 40px;
}

#implant_04 .sec2 { 
    background-color: #f7f6f2;
}

/* implant_04 :: sec3 */
#implant_04 .sec3 .c_wrp .rt ul li .item{
    padding: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 15px 0;
}
#implant_04 .sec3 {
    background-color: #ededef;
}
@media (min-width:992px){
    #implant_04 .sec3 .c_wrp .lt{
        padding-top: 100px;
    }
}
@media (max-width:992px){
    #implant_04 .sec3 .c_wrp .rt ul li .item{
        padding: 20px;
        margin: 10px 0;
    }
}

@media (min-width:992px){
    #implant_05 .sbpTop {
        background: url(../img/imp5_bg.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media (max-width:992px){
    #implant_05 .sbpTop{
        background-color: #e8e8e8;
    }
    #implant_05 .sbpTop .c_wrp .right {
        padding: 30px 15px 0;
        text-align: center;
        margin-bottom: 30px;
    }
}

/* implant_05 :: sec1 */
#implant_05 .sec0{
   background-color: #f7f7f7;
}

/* implant_05 :: sec1 */
#implant_05 .sec1 ul li{
    border: 7px solid #eee;
    padding: 40px;
}
#implant_05 .sec1 ul li:not(:last-child){
    margin-bottom: 30px;
}

#implant_05 .sec1 ul li .tbox h2 span{
    font-size: 50px;
}
@media (min-width:992px){
    #implant_05 .sec1 ul li .tbox{
        padding-left: 5%;
    }
}
@media (max-width:992px){
    #implant_05 .sec1 ul li{
        border: 4px solid #eee;
        padding: 25px;
    }
    #implant_05 .sec1 ul li:not(:last-child){
        margin-bottom: 20px;
    }
    #implant_05 .sec1 ul li .tbox{
        padding-top: 5%;
    }
    #implant_05 .sec1 ul li .tbox h2 span{
        font-size: 30px;
    }
}

#implant_05 .bang_sec{
    background-color: #f7f6f2;
}

/* implant_05 :: sec3 */
/* #implant_05 .sec3 {
    background: url(../img/imp5_bg3.jpg) center bottom no-repeat;
    background-size: cover;
} */
/* #implant_05 .sec3 {
    background: url(../img/imp5_bg3.jpg) center bottom no-repeat;
    background-size: cover;
} */
#implant_05 .sec3 .c_wrp .rt ul li .item{
    padding: 30px;
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 15px;
    margin: 15px 0;
}

@media (min-width:992px){
    
}
@media (max-width:992px){
    #implant_05 .sec3 .c_wrp .rt ul li .item{
        padding: 20px;
        margin: 10px 0;
    }
}

@media (min-width:992px){
    #implant_06 .sbpTop {
        background: url(../img/imp6_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #implant_06 .sbpTop .c_wrp .right {
        padding-left: 0%;
    }
}
@media (max-width:992px){
    #implant_06 .sbpTop{
        background-color: #e9e9e9;
    }
    #implant_06 .sbpTop .c_wrp .right {
        padding: 30px 15px 0;
        text-align: center;
        margin-bottom: 30px;
    }
}

/* implant_06*/
#implant_06 .sec1{
   background-color: #f7f7f7;
}
#implant_06 .sec2 ul li{
    position: relative;
}
#implant_06 .sec3 {
    background: url(../img/imp6_bg3.jpg) 80% center no-repeat;
    background-size: cover;
}
#implant_06 .sec3 .c_wrp .rt ul li .item{
    padding: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 15px 0;
}
@media (min-width:992px){
    #implant_06 .sec2 ul{
        border: 5px solid #dfdfdf;
        padding: 50px;
    }
    #implant_06 .sec2 ul li:not(:last-child):after {
        content: "";
        position: absolute;
        right: -20px;
        width: 40px;
        height: 100%;
        top: 0;
        background: url(../img/plsIcon.png) center center no-repeat;
    }
}
@media (max-width:992px){
    #implant_06 .sec2 ul li{
        margin: 10px 0;
    }
    #implant_06 .sec3 .c_wrp .rt ul li .item{
        padding: 20px;
        margin: 10px 0;
    }
}

@media (min-width:992px){
    #brace_01 .sbpTop {
        background: url(../img/bra1_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #brace_01 .sbpTop .c_wrp .right {
        padding-left: 0%;
    }
}
@media (max-width:992px){
    #brace_01 .sbpTop{
        background-color: #e4e3e1;
    }
    #brace_01 .sbpTop .c_wrp .right {
        padding: 30px 15px 0;
        text-align: center;
        margin-bottom: 30px;
    }
}



/*brace_01*/
#brace_01 .sec0 .c_wrp_lg .lt .subTit h3 span{
    background-color: #000;
    padding: 10px 40px;
    line-height: 1em;
    border-radius: 30px;
    color: #fff;
}
#brace_01 .sec0 .c_wrp_lg .lt .subTit h1{
    margin-top: 20px;
}
#brace_01 .sec0 .c_wrp_lg .lt .img ul li:not(:last-child){
    margin-bottom: 30px;
}
#brace_01 .sec0 .c_wrp_lg .lt .img ul li{
    
}
#brace_01 .sec0 .c_wrp_lg .lt .img ul li .c_wrp .txt h4{
    margin-top: 5px;
}
#brace_01 .sec2{
    background-color: #f7f6f2;
}
#brace_01 .sec2 ul li .item{
    text-align: center;
    padding: 50px;
    border: 5px solid #ddd;
    background: url(../img/x_bg.png) center center no-repeat;
    background-size: cover;
    background-color: #fff;
}
#brace_01 .sec2 ul li .item .qna_head{
    padding-bottom: 40px;
}
#brace_01 .sec2 ul li .item .qna_head h2{
    margin-top: 5px;
}
#brace_01 .sec2 ul li .item .qna_cont{
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media (min-width:992px){
    #brace_01 .sec0 {
        background: url(../img/bra1_bg0.jpg) left center no-repeat;
        background-size: cover;
    }
    #brace_01 .sec0 .c_wrp_lg .lt .img ul li .c_wrp .txt{
        width: 80%;
        padding-left: 2%;
    }
}
@media (max-width:992px){
    #brace_01 .sec0 {
        background-color: #efd3cf;
        padding-bottom: 0;
    }
    #brace_01 .sec0 .c_wrp_lg .lt .subTit h3 span{
        padding: 8px 30px;
    }
    #brace_01 .sec0 .c_wrp_lg .lt .img ul li:not(:last-child){
        margin-bottom: 20px;
    }
    #brace_01 .sec0 .c_wrp_lg .lt .img ul li .c_wrp .txt{
        width: 85%;
        padding-left: 5%;
    }
    #brace_01 .sec2 ul li .item{
        margin: 15px 0;
        padding: 35px;
        border: 3px solid #ddd;
    }
    #brace_01 .sec2 ul li .item .qna_head{
        padding-bottom: 25px;
    }
    #brace_01 .sec2 ul li .item .qna_cont{
        padding: 25px 0;
    }
}
@media (max-width:768px){
    #brace_01 .sec0 .c_wrp_lg .lt .img ul li .c_wrp .txt{
        width: 70%;
        padding-left: 5%;
    }
}


@media (min-width:992px){
    #brace_02 .sbpTop {
        background: url(../img/bra2_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #brace_02 .sbpTop .c_wrp .right {
        padding-left: 0%;
    }
}
@media (max-width:992px){
    #brace_02 .sbpTop{
        background: linear-gradient(90deg, #eaf0f0, #e9eaee);
    }
    #brace_02 .sbpTop .c_wrp .right {
        padding: 30px 15px 0;
        text-align: center;
        margin-bottom: 30px;
    }
}

/*brace_02*/
#brace_02 .sec3 {
    background: url(../img/bra2_bg3.jpg) 80% center no-repeat;
    background-size: cover;
}
#brace_02 .sec3 .c_wrp_lg .rt ul li .item{
    padding: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 15px 0;
}
@media (min-width:992px){
   
}
@media (max-width:992px){
    #brace_02 .sec3 {
        padding-bottom: 0;
    }
    #brace_02 .sec3 .c_wrp_lg .rt ul li .item{
        padding: 20px;
        margin: 10px 0;
    }
}

@media (min-width:992px){
    #brace_03 .sbpTop {
        background: url(../img/bra3_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #brace_03 .sbpTop .c_wrp .right {
        padding-left: 0%;
    }
}
@media (max-width:992px){
    #brace_03 .sbpTop{
        background-color: #dfe0e9;
    }
    #brace_03 .sbpTop .c_wrp .right {
        padding: 30px 15px 0;
        text-align: center;
        margin-bottom: 30px;
    }
}

#brace_03 .sec2{
    background: url(../img/bra3_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#brace_03 .sec2 .c_wrp_lg .rt ul li .item{
    padding: 30px;
    background-color: #4c4c4c;
    text-align: center;
    border-radius: 15px;
    margin: 15px 0;
}
#brace_03 .sec2 .c_wrp_lg .rt ul li .item h3{
    color: #fff;
}
#brace_03 .sec3{
    background: url(../img/bra3_bg3.jpg) top center no-repeat;
    background-size: cover;
}
@media (min-width:992px){
   
}
@media (max-width:992px){
    #brace_03 .sec2 .c_wrp_lg .rt ul li .item{
        padding: 20px;
        margin: 10px 0;
    }
}


@media (min-width:992px){
    #brace_04 .sbpTop {
        background: url(../img/bra4_bg.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media (max-width:992px){
    #brace_04 .sbpTop{
        background: linear-gradient(90deg, #ecebe7, #dddcd8);
    }
    #brace_04 .sbpTop .c_wrp .right {
        padding: 30px 15px 0;
        text-align: center;
    }
}
#brace_04 .sec1{
    background: url(../img/bra4_bg1.jpg) 80% center no-repeat;
    background-size: cover;
}
#brace_04 .sec2{
    background-color: #f7f6f2;
}
#brace_04 .sec2 ul li > div{
    border: 1px solid #ddd;
}
#brace_04 .sec2 ul li > div .tbox {
    padding: 40px 15px;
    background-color: #fff;
}
#brace_04 .sec3 ul li:not(:last-child){
    margin-bottom: 50px;
}
#brace_04 .sec3 ul li .item{
    border: 7px solid #ddd;
    padding: 20px 8%;
    border-radius: 15px;
}
#brace_04 .sec3 ul li .item .tbox h1{
    padding-bottom: 25px;
    border-bottom: 3px solid #000;
}
#brace_04 .sec3 ul li .item .tbox h1 span{
    font-size: 90px;
    color: #d1877b;
    opacity: 0.2;
    font-style: italic;
    margin-right: 15px;
}
#brace_04 .sec3 ul li .item .ibox{
    text-align: right;
}
#brace_04 .sec3 ul li .item .ibox img{
    width: 300px;
}
@media (min-width:992px){
    #brace_04 .sec3 ul li .item .tbox{
        width: 70%;
    }
}
@media (max-width:992px){
    #brace_04 .sec2 ul li{
        margin: 10px 0;
    }
    #brace_04 .sec2 ul li > div .tbox {
        padding: 15px;
        border-left: 1px solid #ddd;
    }
    #brace_04 .sec3 ul li:not(:last-child){
        margin-bottom: 30px;
    }
    #brace_04 .sec3 ul li .item{
        border: 4px solid #ddd;
        padding: 30px;
    }
    #brace_04 .sec3 ul li .item .tbox h1{
        padding-bottom: 30px 15px;
        border-bottom: 1px solid #000;
    }
    #brace_04 .sec3 ul li .item .tbox h1 span{
        display: none;
    }
    #brace_04 .sec3 ul li .item .ibox{
        text-align: center;
    }
    #brace_04 .sec3 ul li .item .ibox img{
        width: 250px;
    }
}

@media (min-width:992px){
    #brace_05 .sbpTop {
        background: url(../img/bra5_bg.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media (max-width:992px){
    #brace_05 .sbpTop{
        background-color: #f6f5f1;
    }
    #brace_05 .sbpTop .c_wrp .right {
        padding: 30px 15px 0;
        text-align: center;
    }
}

#brace_05 .sec2{
    background: url(../img/bra5_bg2.jpg) top center no-repeat;
    background-size: cover;
}
#brace_05 .sec2 .chk_box ul li {
    border-bottom: 1px dashed #ddd !important;
}
#brace_05 .sec2 .chk_bot{
    border: 2px solid #000;
    padding: 30px 50px;
    margin-top: 40px
}

#brace_05 .sec2 .chk_bot > div div h4 span{
    display: inline-block;
    background-color: #df6451;
    border-radius: 50px;
    width: 130px;
    text-align: center;
    color: #fff;
    padding: 7px;
    margin-right: 5px;
}
#brace_05 .sec3 ul li .tbox{
    margin-top: 20px;
}
@media (min-width:992px){
    #brace_05 .sec2 .chk_bot > div div{
        float: left;
        margin-right: 25px;
    }
}
@media (max-width:992px){
    #brace_05 .sec2 .chk_bot{
        border: 1px solid #000;
        padding: 10px 20px;
        margin-top: 20px
    }
    #brace_05 .sec2 .chk_bot > div div{
        margin: 10px 0;
    }
    #brace_05 .sec2 .chk_bot > div div h4 span{
        width: 80px;
        padding: 4px;
        margin-right: 5px;
    }
    #brace_05 .sec3 ul li{
        margin: 15px 0;
    }
}

@media (min-width:992px){
    #brace_06 .sbpTop {
        background: url(../img/bra6_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #brace_06 .sbpTop .c_wrp .right {
        padding-left: 0%;
    }
}
@media (max-width:992px){
    #brace_06 .sbpTop {
        background: url(../img/bra6_bg.jpg) 35% center no-repeat;
        background-size: cover;
    }
    #brace_06 .sbpTop .c_wrp .right {
        padding: 30px 15px 40px;
        text-align: center;
        margin-bottom: 30px;
    }
}
#brace_06 .sec1{
     
}
#brace_06 .sec2 .c_wrp .rt ul li .item{
    padding: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 15px 0;
}

#brace_06 .sec2{
    background-color: #f7f6f2;
}
#brace_06 .sec3 .med_wrp li:not(:last-child){
    margin-bottom: 50px;
}
#brace_06 .sec3 .med_wrp li .med_head h1 span{
    background-color: #d57e71;
    color: #fff;
    padding: 20px;
    display: inline-block;
}
#brace_06 .sec3 .med_wrp li .med_cont{
    padding: 50px 10%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 7px solid #d57e71;
}
#brace_06 .sec3 .med_wrp li .med_cont .c_wrp_lg .tbox h3{
    margin-top: 15px;
}
@media (min-width:992px){
    #brace_06 .sec3 .med_wrp li .med_cont .c_wrp_lg .tbox{
        width: 75%;
        padding-left: 10%;
    }
}
@media (max-width:992px){
    #brace_06 .sec2 .c_wrp .rt ul li .item{
        padding: 20px;
        margin: 10px 0;
    }
    #brace_06 .sec3 .med_wrp li:not(:last-child){
        margin-bottom: 30px;
    }
    #brace_06 .sec3 .med_wrp li .med_head h1 span{
        padding: 10px 20px;
    }
    #brace_06 .sec3 .med_wrp li .med_cont{
        padding: 30px;
        border-top: 4px solid #d57e71;
    }
    #brace_06 .sec3 .med_wrp li .med_cont .c_wrp_lg .ibox{
        text-align: center;
    }
    #brace_06 .sec3 .med_wrp li .med_cont .c_wrp_lg .tbox{
        margin-top: 20px;
    }
    #brace_06 .sec3 .med_wrp li .med_cont .c_wrp_lg .tbox h3{
        margin-top: 10px;
    }
}



@media (min-width:992px){
    #brace_07 .sbpTop {
        background: url(../img/bra7_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #brace_07 .sbpTop .c_wrp .right {
        padding-left: 5%;
    }
}
@media (max-width:992px){
    #brace_07 .sbpTop{
        background: url(../img/bra7_bg.jpg) 70% center no-repeat;
        background-size: cover;
    }
    #brace_07 .sbpTop .c_wrp .right {
        padding: 30px 15px 40px;
        text-align: center;
        margin-bottom: 30px;
    }
}



#brace_07 .sec2 .gack_box{
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    margin-top: 40px;
}

#brace_07 .sec4{
    background: url(../img/bra7_bg4.jpg) center center no-repeat;
    background-size: cover;
}

#brace_07 .sec4 .c_wrp .rt ul li .item{
    padding: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 15px 0;
}

@media (min-width:992px){
    #brace_07 .sec2{
        background: url(../img/bra7_bg2.jpg) center center no-repeat;
        background-size: cover;
    }
    #brace_07 .sec2 .c_wrp_lg {
        height: 800px;
    }
}
@media (max-width:992px){
    #brace_07 .sec2 {
        padding-top: 60px;
        background-color: #f7f6f2;
    }
    #brace_07 .sec2 .subTit{
        text-align: center;
    }
    #brace_07 .sec2 .gack_box{
        padding: 25px;
        margin-top: 25px;
    }
}





.chk_box{
    background-color: #fff;
    padding: 80px 200px;
}
.chk_box ul li  {
    position: relative;
    padding: 25px;
    padding-left: 55px;
    background: url(../img/chkpt.png) left center no-repeat;
}
.chk_box ul li:not(:last-child){
    border-bottom: 1px dashed #ddd;
}
@media (max-width:992px){
    .chk_box{
        padding: 30px;
    }
    .chk_box ul li {
        padding: 10px;
        padding-left: 35px;
        background-size: 25px !important;
    }
}

/*vs_wrp*/

.vs_wrp > li .name{
    background-color: #cd8377;
    padding: 20px;
}
.vs_wrp > li:nth-child(2) .name{
    background-color: #5ab2a0;
}
.vs_wrp > li ul li{
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

@media (min-width:992px){
    .vs_wrp > li:first-child{
        position: relative;
    }
    .vs_wrp > li:first-child:after{
        position: absolute;
        content: "";
        background-color: #ddd;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0%;
    }
}
@media (max-width:992px){
    .vs_wrp > li{
        margin: 15px 0;
    }
    .vs_wrp > li .name{
        padding: 15px;
    }
    .vs_wrp > li ul li{
        padding: 20px 0;
    }
}



/* prdure */
.prdure > li {
    margin: 15px 0;
}
.prdure .item {
    border: 1px solid #ddd;
}
.prdure .item .tbox {
    padding: 70px 15px 40px;
    position: relative;
}
.prdure .item .tbox {
    text-align: center;
}
.prdure .item .tbox .num {
    position: absolute;
    left: 0;
    top: -40px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    left: calc(50% - 40px);
}
@media (max-width:768px){
    .prdure .item {
        padding: 0 15px;
    }
    .prdure .item .tbox {
        text-align: left;
        width: 70%;
        padding: 20px 15px;
    }
    .prdure .item .tbox .num {
        left: auto;
        right: -16px;
        top: -1px;
        width: 40px;
        line-height: 40px;
        border-radius: 0px;
    }
}

/*num_wrp*/
.num_wrp ul li {
    position: relative;
    padding: 5px;
    margin: 15px 0;
}
.num_wrp ul li > .num {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #12a487;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 800;
    z-index: 1;
}
.num_wrp ul li .txt h3{
    position: relative;
    z-index: 0;
}
.num_wrp ul li .txt h3 span{
    background-color: #fff;
    padding-right: 1%;
}
.num_wrp ul li .txt h3:before{
    position: absolute;
    content: "";
    background-color: #ddd;
    width: 100%;
    height: 3px;
    top: 18px;
    right: 0;
    z-index: -1;
}
.num_wrp ul li .txt h5 {
    font-weight: 600;
}
@media (min-width:1200px){
    .num_wrp {
        padding: 15px;
    }
}
@media (max-width:768px){
    .num_wrp ul li {
        padding: 2px;
        margin: 10px 0;
    }
    .num_wrp ul li > .num {
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
    .num_wrp ul li .txt h3:before{
        height: 1px;
        top: 13px;
        
    }
}


/* care */
.care > li {
    margin: 15px 0;
}
.care .item{
    border: 1px solid #ddd;
    position: relative;
}
.care .item span{
    position: absolute;
    left: 0;
    top: 0px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: 800;
    font-size: 28px;
}
.care .item .tbox {
    padding: 40px;
    
}
.care .item .tbox {
    text-align: center;
}
@media (max-width:768px){
    .care > li {
        margin: 10px 0;
    }
    .care .item span{
        display: none;
    }
    .care .item .tbox {
        width: 60%;
        padding: 20px 15px;
    }
}

/* qnaWrp */
#qnaWrp {
    border-top: 1px solid rgba(0,0,0,0.4);
}
#qnaWrp .qnaItem {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    padding: 20px 0;
}
#qnaWrp .qnaItem > div {
    position: relative;
    padding: 15px;
    padding-left: 35px !important;
}
#qnaWrp .qnaItem .qna_q {
    padding: 8px 0;
    padding-right: 30px;
    cursor: pointer;
    word-break: keep-all;
}
#qnaWrp .qnaItem .qna_q .actBtn {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/qna_pls.png) center center no-repeat;
}
#qnaWrp .qnaItem.act .qna_q .actBtn {
    background: url(../img/qna_minus.png) center center no-repeat;
}
#qnaWrp .qnaItem .qna_q h3 {
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 5px;
    color: #cfb777;
}
#qnaWrp .qnaItem .qna_q h4 {
    font-weight: 500;
    margin-bottom: 0px;
}
@media (max-width:768px){
    #qnaWrp .qnaItem {
        padding: 15px 10px;
    }
    #qnaWrp .qnaItem > div {
        padding-left: 25px !important;
    }
    #qnaWrp .qnaItem .qna_q {
        padding: 2px;
        padding-right: 25px;
    }
    #qnaWrp .qnaItem .qna_q h3 {
        top: 0;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        top: 2px;
        height: 20px;
        background-size: 10px !important;
    }
}