/* bg */
.bg-dark {
    background-color: #000;
}

/* pfDocto modal */
.card_select.pfDocto .modal-header .cls_btn2 {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #333;
    border: 0px;
    font-size: 25px;
}
.privacy.pfDocto .modal-dialog > div .modal-content {
    max-width: 1400px;
    border-radius: 30px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.15);
    overflow: hidden;
}
.privacy.pfDocto .modal-body {
    padding: 0;
}
.privacy.pfDocto .modal-body .named {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.privacy.pfDocto .modal-body .btList > li,
.privacy.pfDocto .modal-body .impList > li {
    margin: 4px 0;
}
.privacy.pfDocto .modal-body .btList > li p,
.privacy.pfDocto .modal-body .impList > li p {
    position: relative;
    padding-left: 10px;
    font-weight: 400;
}
.privacy.pfDocto .modal-body .btList > li p {
    color: #666;
    font-weight: 300;
}
.privacy.pfDocto .modal-body .btList > li p:after,
.privacy.pfDocto .modal-body .impList > li p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #ccc;
}
.privacy.pfDocto .modal-body .fbox {
    align-items: stretch;
}
.privacy.pfDocto .modal-body .fbox .txt {
    background: url(../img/rium_bg.png) right bottom no-repeat;
    overflow-y: auto;
    max-height: 80vh;
    padding: 115px 60px;
}
.privacy.pfDocto .modal-body .fbox .txt > div {
    width: 100%;
}
.privacy.pfDocto .modal-body .fbox .img {
    background: linear-gradient(#ece0d7, #decfc4);
}
.privacy.pfDocto .modal-body .no_half .img {
    text-align: center;
    background: linear-gradient(#ece0d7, #decfc4);
    width: 100%;
}
.privacy.pfDocto .modal-body .no_half .img img {
    max-width: 400px;
}
.privacy.pfDocto .modal-body .no_half .txt {
    padding: 30px 40px;
    width: 100%;
}
@media (max-width:768px) {
    .privacy.pfDocto .modal-dialog > div .modal-content {
        border-radius: 15px;
    }
    .privacy.pfDocto .modal-body .fbox > div {
        width: 100%;
    }
    .privacy.pfDocto .modal-body .no_half .img img,
    .privacy.pfDocto .modal-body .fbox .img img {
        max-width: 50vw;
    }
    .privacy.pfDocto .modal-body .no_half .txt ,
    .privacy.pfDocto .modal-body .fbox .txt {
        padding: 30px 20px;
    }
    .privacy.pfDocto .modal-body .fbox .txt {
        max-height: none;
    }
}
/* .body */
.body {
    overflow: hidden;
}
/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbox.vt {
    align-items: flex-start;
}
@media (min-width:991px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width:992px) {
    .fbox {
        flex-wrap: wrap;
    }
}

/* visual_wrp */
#visual_wrp {
    position: relative;
}
#visual_wrp::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: -10;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#tTopWrp.act #visual_wrp::after  {
    opacity: 1;
    z-index: 3;
}
/* topAni */
.topAni h1 {
    line-height: 1.2em;
}
/* nwSec0 */
#nwSec0 {
    position: relative;
    overflow: hidden;
    /* height: 100vh; */
    z-index: 5;
}
/* #nwSec0 .myVideo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
} */
#nwSec0 .myVideo video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* #nwSec0 .myVideo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
} */
@media (max-width:768px) {
    #nwSec0 {
        height: auto;
        min-height: auto;
        position: relative;
        z-index: 15;
    }
    /* #nwSec0 .myVideo video {
        object-fit: cover;
    } */
}
/* nwSec1 */
#tTopWrp,
#tTopWrp .nwSec1 {
    position: relative;
}
#tTopWrp .nwSec1 {
    padding-top: 110px;
}
/* #tTopWrp .nwSec1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, black 50%, black 100%);
    opacity: 0;
    z-index: -10;
}
#tTopWrp .nwSec1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 50%, black 100%);
    opacity: 1;
    z-index: 3;
} */
#tTopWrp .nwSec1::after,
#tTopWrp .nwSec1::before {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#tTopWrp.act .nwSec1::after,
#tTopWrp.act .nwSec1::before {
    position: fixed;
    opacity: 1;
    z-index: 3;
}
#nwSec1 .gr_txt {
    background: linear-gradient(to right, rgb(255 243 179), #a55e3c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
@media (max-width:992px) {
    #tTopWrp .nwSec1 {
        padding-top: calc(100vw * (110 / 992));;
    }
}
@media (max-width:768px) {
    #tTopWrp .nwSec1 {
        padding-top: calc(100vw * (80 / 768));;
    }
    #tTopWrp .nwSec1::after,
    #tTopWrp .nwSec1::before {
        height: 200px;
    }
}
@media (max-width:500px) {
    #tTopWrp .nwSec1 {
        padding-top: calc(100vw * (80 / 500));;
    }
}
/* nwSec2 */
.nwSec2 {
    position: relative;
    z-index: 11;
    overflow: hidden;
}
.nwSec2 .gr_txt {
    background: linear-gradient(to right, rgb(255 243 179), #a55e3c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.nwSec2 .nwBuilding {
    position: relative;
}
.nwSec2 .nwBuilding .img {
    position: relative;
    z-index: 12;
}
.nwSec2 .nwBuilding .float {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 8vw;
    line-height: 1em;
    padding: 0;
    z-index: 11;
    color: #fff;
}
.nwSec2 .nwBuilding .float.float1 {
    opacity: .1;
}
.nwSec2 .nwBuilding .float.float2 {
    transform: translateY(50%);
    z-index: 13;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
}
@media (max-width:768px) {
    .nwSec2 .nwBuilding .float.float2 {
        -webkit-text-stroke: 1px #fff;
    }
}

/* nwSec3 */
#nwSec3 {
    position: relative;
    z-index: 5;
}
@media (max-width:992px) {
    .nwSec3 .fbox > div {
        width: 100%;
    }
    .nwSec3 .fbox > .rt {
        padding-top: 30px;
    }
}
@media (max-width:992px) and (min-width:500px){
    .nwSec3 .bdList {
        display: flex;
        flex-wrap: wrap;
    }
    .nwSec3 .bdList > li {
        width: 50%;
        border: 1px solid rgba(255, 255, 255, .15);
        padding: 30px 20px;
    }
}
/* bdList */
.bdList li {
    padding: 40px 0;
}
.bdList li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, .15);
}
@media (max-width:992px) {
    .bdList {
        max-width: 100% !important;
        width: 100%;
    }
    .bdList li {
        padding: 20px 0;
    }
}
/* vdoWrp */
.vdoWrp {
    position: relative;
    overflow: hidden;
}
.vdoWrp .vdo {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.vdoWrp .vdo video {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    object-fit: cover;
    width: 1570px;
    display: inline-block;
    transform: translate3d(-50%, -50%, 0);
}
@media (max-width:1570px) {
    .vdoWrp .vdo video {
        width: 100vw;
    }
}
/* nwSec4 */
.nwSec4 {
    position: relative;
}
.nwSec4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #000;
    z-index: 1;
}
.nwSec4 .nwSec4Img {
    position: relative;
    z-index: 2;
    /* background: url(../img/nwSec4_bg.jpg) center center no-repeat; */
    background: url(../img/nwSec4_vdo.jpg) center center no-repeat;
    background-size: cover;
    height: 700px;
    width: 0px;
    margin: 0 auto;

    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.nwSec4.aos-animate .nwSec4Img {
    width: 100%;
}
@media (max-width:768px) {
    .nwSec4 .nwSec4Img {
        height: 400px;
    }
}
@media (max-width:500px) {
    .nwSec4 .nwSec4Img {
        height: 300px;
    }
}
/* nwSec5 */
.nwSec5 .lft h1 {
    line-height: 1.4em;
}

/* nwSec6 */
.nwSec6 {
    background-color: #e0e3e8;
    background: url(../img/nwSec6_bg.jpg) center center no-repeat;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.nwSec6 .img {
    position: relative;
    z-index: 3;
}
/* nwSec7 */
.nwSec7 {
    position: relative;
    z-index: 10;
    background-color: #f7f7f7;
}
@media (max-width:768px) {
    .nwSec7 .row {
        margin: 0 -10px;
    }
    .nwSec7 .row > li {
        padding: 0 10px;
    }
}
/* pfItemList */
.pfItemList .pfItem {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.09);
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    background: url(../img/rium_bg.png) right bottom no-repeat;
    background-size: 30%;
}
.pfItemList .pfItem .btn_inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: 0;
    transform: translate(100%, 100%);
    transition: .5s ease;
    z-index: 5;
}
.pfItemList .pfItem .btn_inner .btn_el {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(360deg);
    transition: .5s ease;
    background-color: #000;
    color: #fff;
}
.pfItemList .pfItem:hover .btn_inner {
    transform: translate(0, 0)
}
.pfItemList .pfItem:hover .btn_inner .btn_el {
    transform: rotate(0deg)
}
.pfItemList .pfItem .dtImg {
    width: 50%;
    text-align: center;
}
.pfItemList .pfItem .careerBox {
    width: 50%;
}
.pfItemList .pfItem .careerBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 3;
}
.pfItemList .pfItem .careerBox > div {
    position: relative;
    z-index: 3;
}
.pfItemList .pfItem .careerBox .named {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.pfItemList .pfItem .careerBox .mdBtn {
    display: inline-block;
    color: #a8599e;
    border: 1px solid #a8599e;
    border-radius: 4px;
    line-height: 1em;
    padding: 5px 8px;
    cursor: pointer;
}
.pfItemList .pfItem .careerBox .mdBtn span,
.pfItemList .pfItem .careerBox .mdBtn i {
    display: inline-block;
    vertical-align: middle;
}
.pfItemList .pfItem .careerBox .mdBtn i {
    margin-left: 5px;
}
@media (max-width:768px) {
    .pfItemList .pfItem {
        border-radius: 10px;
    }
    .pfItemList .pfItem .careerBox {
        text-align: left;
    }
    .pfItemList .pfItem .careerBox .mdBtn {
        color: #fff;
        background-color: #a8599e;
    }
}
@media (max-width:600px) {
    .pfItemList > li {
        width: 100%;
    }
    .pfItemList .pfItem {
        text-align: left;
    }
    .pfItemList .pfItem .dtImg {
        width: 40%;
    }
    .pfItemList .pfItem .careerBox {
        width: 60%;
    }
    .pfItemList .pfItem .careerBox {
        /* padding: 20px;
        padding-bottom: 30px;
        top: auto;
        bottom: 0;
        height: auto; */
    }
    .pfItemList .pfItem .careerBox .named {
        gap: 5px;
        margin-top: 0px !important;
    }
    .pfItemList .pfItem .careerBox .mdBtn {
        font-size: 11px;
        display: none;
    }    
    .pfItemList .pfItem .btn_inner {
        width: 50px;
        height: 50px;
        transform: translate(0, 0)
    }
    .pfItemList .pfItem .btn_inner .btn_el {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}
/* careerBox */
.careerBox ul li h6 {
    position: relative;
    opacity: .7;
    font-size: 17px;
    line-height: 1.5em;
}
@media (max-width:768px) {
    .careerBox ul li h6 {
        font-size: 12px;
        word-break: keep-all;
    }
}
@media (max-width:500px) {
    .careerBox ul li h6 {
        font-size: 10px;
    }
}


/* nwSec1 */
#tTopWrp2,
#tTopWrp2 .nwSec8 {
    position: relative;
}
#tTopWrp2 .nwSec8 {
    /* padding-top: 20vh; */
}
/* #tTopWrp2 .nwSec8::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, black 50%, black 100%);
    opacity: 0;
    z-index: -10;
}
#tTopWrp2 .nwSec8::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 50%, black 100%);
    opacity: 1;
    z-index: 3;
} */
#tTopWrp2 .nwSec8::after,
#tTopWrp2 .nwSec8::before {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#tTopWrp2.act .nwSec8::after,
#tTopWrp2.act .nwSec8::before {
    position: fixed;
    opacity: 1;
    z-index: 3;
}
@media (max-width:768px) {
    #tTopWrp2 .nwSec8 {
        /* padding-top: 10vh; */
    }
    #tTopWrp2 .nwSec8::before,
    #tTopWrp2 .nwSec8::after {
        height: 200px;
    }
}

/* nwSec9 */
.nwSec9 {
    /* background: url(../img/nwSec9_bg.jpg) center center no-repeat; */
    position: relative;
}
.nwSec9::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30vh;
    background: linear-gradient(to bottom, #000, transparent);
    z-index: 1;
}
.nwSec9::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30vh;
    background: linear-gradient(to top, #000, transparent);
    z-index: 1;
}
.nwSec9 .container {
    position: relative;
    z-index: 3;
}
@media (min-width:992px) {
    .nwSec9 {
        /* background: url(../img/nwSec9_bg.jpg) center center no-repeat; */
        position: relative;
        /* padding: 30vw 0; */
        /* min-height: 1100px; */
    }
}
/* bigTopTxt */
.bigTopTxt .talkTop {
    display: inline-block;
    line-height: 1em;
    padding: 12px 20px;
    background-color: #a8599e;
    color: #fff;
    position: relative;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    z-index: 5;
}
.bigTopTxt .talkTop:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-width: 9px;
    border-color: #a8599e transparent transparent transparent;
    border-style: solid;
    transform: translate3d(-50%, 0, 0);
}
.bigTopTxt h1 {
    line-height: 1em;
}
.bigTopTxt .big1 {
    font-size: 60px;
}
.bigTopTxt .big2 {
    font-size: 80px;
}
@media (max-width:992px) {
    .bigTopTxt .big1 {
        font-size: 40px;
    }
    .bigTopTxt .big2 {
        font-size: 65px;
    }
}
@media (max-width:500px) {
    .bigTopTxt .big1 {
        font-size: 20px;
    }
    .bigTopTxt .big2 {
        font-size: 50px;
    }
}
/* nwSec10 */
.nwSec10 {
    position: relative;
    z-index: 5;
}
@media (max-width:500px) {
    .nwSec10 {
        padding-top: 0px !important;
    }
}
/* dfList */
.dfList {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.dfList .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.dfList .item .num {
    width: 10%;
}
.dfList .item .txt {
    /*width: 32%;*/
	    width: 85%;
}
.dfList .item .txt h4 span{
    font-size: 1.4em;
	    color: #ffd600;
}
.dfList .item .line {
    width: 10%;
    text-align: center;
}
.dfList .item .line span {
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .2);
}
.dfList .item .last {
    width: 43%;
}
.dfList .item .last h4 {
    background: linear-gradient(to right, rgb(255 154 242), #a8599e);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
@media (max-width:500px) {
    .dfList > li {
        margin: 15px 0;
    }
    .dfList .item {
        flex-wrap: wrap;
        border: 0px;
        background-color: rgba(255, 255, 255, .07);
        border-radius: 10px;
        padding: 30px 35px;
    }
    .dfList .item > div {
        width: 100% !important;
    }
    .dfList .item .last {
        transform: translateX(-100%);
        opacity: 0;

        -webkit-transition: all 1.7s ease-in-out;
        -moz-transition: all 1.7s ease-in-out;
        -ms-transition: all 1.7s ease-in-out;
        -o-transition: all 1.7s ease-in-out;
        transition: all 1.7s ease-in-out;
        transition-delay: 0.3s;
    }
    .dfList .aos-animate .item .last {
        transform: translateX(0%);
        opacity: 1;
    }
}

/* nwSec11 */
.nwSec11 {
    background-color: #fcfcfc;
    overflow: hidden;
}
/* mainPhone */
.mainPhone {
    display: inline-block;
    position: relative;;
}
.mainPhone .phoneUpper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* nwSec12 */
.nwSec12 .bdList .mIconSet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nwSec12 .bdList .mIconSet .icon {
    width: 140px;
    text-align: center;
}
.nwSec12 .bdList .mIconSet h2 {
    width: calc(100% - 140px);
}
@media (max-width:992px) {
    .nwSec12 .fbox > div {
        width: 100%;
    }
    .nwSec12 .fbox > .rt {
        padding-top: 30px;
    }
    .nwSec12 .bdList .mIconSet .icon {
        width: 80px;
        text-align: center;
    }
    .nwSec12 .bdList .mIconSet .icon img {
        max-width: 60%;
    }
    .nwSec12 .bdList .mIconSet h2 {
        width: calc(100% - 80px);
        padding-left: 20px;
    }
}
/* nwSec13 */
.nwSec13 {
    position: relative;
}
.nwSec13 .nwSec13Img {
    position: relative;
    z-index: 2;
    /* background: url(../img/nwSec13_bg.jpg) center center no-repeat; */
    background: url(../img/nwSec13_vdo.jpg) center center no-repeat;
    background-size: cover;
    /* height: 620px; */
    height: 700px;
    width: 0px;
    margin: 0 auto;

    /* -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out; */
}
/* .nwSec13 .nwSec13Img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/nwSec13_bg_up.jpg) center center no-repeat;
    background-size: cover;

    -webkit-animation: bgAni 2s linear infinite;
    -moz-animation: bgAni 2s linear infinite;
    -ms-animation: bgAni 2s linear infinite;
    -o-animation: bgAni 2s linear infinite;
    animation: bgAni 2s linear infinite;
} */
@keyframes bgAni {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }  
}
.nwSec13.aos-animate .nwSec13Img {
    width: 100%;
}
@media (max-width:768px) {
    .nwSec13 .nwSec13Img {
        height: 300px;
    }
}

/* nwSec14 */
.nwSec14 .mtit h1 {
    line-height: 1.2em;
}

/* proList */
.proList {
    position: relative;
}
.proList:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    z-index: -1;
}
.proList .item {
    position: relative;
    padding-top: 60px;
}
.proList .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #a8599e;
    border-radius: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 3;
}
@media (max-width:768px) {
    .proList:after {
        left: 10px;
        top: 0;
        width: 1px;
        height: 100%;
    }
    .proList .item:after {
        top: 0;
        left: 10px;
        transform: translate3d(-50%, 0, 0);
    }
    .proList .item {
        padding: 20px;
        padding-left: 50px;
    }
}

/* nwSec15 */
.nwSec15 .imgWrp {
    position: relative;
}
.nwSec15 .anesthesia_dts {
    text-align: right;
}
@media (min-width:1200px) {
    .nwSec15 .imgWrp .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
@media (max-width:1200px) {
    .nwSec15 .imgWrp {
        text-align: center;
    }
}

/* nwSec16 */
.nwSec16 .txt h1  {
    line-height: 1.2em;
}
@media (min-width:991px) {
    .nwSec16 .ftListItem .lft  {
        line-height: 1.2em;
    }
    .nwSec16 .ftListItem .img  {
        width: 60%;
    }
    .nwSec16 .ftListItem .txt  {
        width: 40%;
    }
}
@media (max-width:992px) {
    .nwSec16 .ftListItem .img  {
        order: 2;
    }
    .nwSec16 .ftListItem .txt  {
        order: 1;
        padding-bottom: 30px;
    }
}

/* nwSec18 */
.nwSec18 .nwSec18Img {
    position: relative;
    z-index: 2;
    background: url(../img/nwSec18_bg.jpg) center center no-repeat;
    background-size: cover;
    height: 600px;
    width: 0px;
    margin: 0 auto;

    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.nwSec18 .aos-animate  .nwSec18Img{
    width: 100%;
}
@media (max-width:992px) {
    .nwSec18 .fbox .rt {
        padding-top: 20px;
    }
}
@media (max-width:768px) {
    .nwSec18 {
        padding-bottom: 0px !important;
    }
    .nwSec18 .nwSec18Img {
        height: 300px;
    }
}

/* infiReviewForm */
.infiReviewForm {
    margin: 0 -10px;
}
.infiReviewForm .slick-slide {
    padding: 0 10px;
}
@media (max-width:768px) {
    .infiReviewForm {
        margin: 0 -5px;
        padding: 0;
    }
    .infiReviewForm .slick-slide {
        padding: 0 5px;
    }
}

/* wTxtBod */
.wTxtBod {
    border-radius: 30px;
    background-color: #fff;
}
.wTxtBod2 {
    height: 953px;
}
@media (max-width:1200px) {
    .wTxtBod1 .fbox {
        align-items: flex-end;
    }
    .wTxtBod1 .fbox .txt {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 40px;
    }
    .wTxtBod2 {
        height: 858px;
    }
}
@media (max-width:992px) {
    .wTxtBod {
        border-radius: 10px;
    }
    .wTxtBod .container {
        width: 100%;
        padding: 0;
    }
    .wTxtBod1 .fbox > div {
        width: 100%;
    }
    .wTxtBod1 .fbox .txt {
        padding: 60px 30px 30px;
    }
    .wTxtBod1 .fbox .rt {
        text-align: center;
    }
    .wTxtBod2 {
        height: auto;
    }
}
@media (max-width:500px) {
    .wTxtBod1 .fbox .txt {
        padding: 40px 20px 0px;
    }
}
/* costBx */
.costBx {
    padding: 60px 40px;
    margin-top: 20px;
}
.costBx .gradient {
    background: linear-gradient(to right, rgb(218, 108, 228), #a8599e);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.costBx .lftName {
    color: #111;
}
.costBx .lftName .name span {
    display: inline-block;
    vertical-align: middle;
}
.costBx .lftName .name .info {
    font-size: .6em;
    border: 1px solid #ddd;
    padding: 7px;
    line-height: 1em;
    color: #999;
    font-weight: 400;
}
.costBx .rtCost {
    text-align: right;
}
.costBx .rtCost .origin {
    color: #666;
    text-decoration: line-through;
    font-weight: 400;
}
.costBx .rtCost h1 span {
    display: inline-block;
    vertical-align: baseline;
}
.costBx .rtCost h1 .end {
    margin-left: 5px;
    font-size: .6em;
}
.costBx .rtCost h1 .vat {
    font-size: .45em;
    font-weight: 400;
}
.costBx .afcost {
    font-size: 1.4em;
    letter-spacing: -0.05em;
}

.costBx .imgTop .impTxt {
    display: inline-block;
    background-color: #a8599e;
    color: #fff;
    margin: 3px 0;
    padding: 1px 5px;
}
@media (max-width:500px) {
    .costBx {
        padding: 30px 20px;
    }
}
/* colstList */
.colstList li:not(:first-child) {
    border-top: 1px solid #aaa;
}
.colstList li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
.colstList.colstList2 li,
.colstList.colstList3 li {
    padding: 15px 0;
}
.colstList li:first-child {
    border-top: 0px;
}
.colstList li:last-child {
    border-bottom: 0px;
}
/* nwSec20 */
.nwSec20 .mtit h2 {
    line-height: 1.4em;
}

/* nwSec21 */
.nwSec21 .txt h1  {
    line-height: 1.2em;
}
@media (min-width:991px) {
    .nwSec21 .ftListItem .lft  {
        line-height: 1.2em;
    }
}
@media (max-width:992px) {
    .nwSec21 .ftListItem .img  {
        order: 2;
    }
    .nwSec21 .ftListItem .txt  {
        order: 1;
        padding-bottom: 30px;
    }
}
/* nwSec22 */
.nwSec22 .nwSec22Img {
    position: relative;
    z-index: 2;
    background: url(../img/nwSec22_vdo.jpg) center center no-repeat;
    /* background: url(../img/nwSec22_bg.jpg) center center no-repeat; */
    background-size: cover;
    height: 700px;
    width: 0px;
    margin: 0 auto;

    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.nwSec22 .aos-animate  .nwSec22Img{
    width: 100%;
}
@media (max-width:992px) {
    .nwSec22 .fbox .rt {
        padding-top: 20px;
    }
}
@media (max-width:768px) {
    .nwSec22 .nwSec22Img {
        height: 400px;
    }
}
@media (max-width:500px) {
    .nwSec22 .nwSec22Img {
        height: 300px;
    }
}
/* nwSec24 */
.nwSec24 .imgWrp {
    position: relative;
}
.nwSec24 .imgWrp a {
    display: block;
    position: relative;;
}
.nwSec24 .imgWrp a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/more_3d.png) center center no-repeat;
}
.nwSec24 .wTxtBod {
    padding: 60px 20px;
}
@media (min-width:768px) {
    .nwSec24 .imgWrp .mtit {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:500px) {
    .nwSec24 .wTxtBod {
        padding: 40px 20px;
    }
}
/* feature-slider */
.feature-slider .fbox .txt h1 {
    line-height: 1.2em;
}
@media (max-width:992px) {
    .feature-slider .fbox > div {
        width: 100%;
    }
    .feature-slider .img {
        text-align: center;
    }
    .feature-slider .img img {
        display: inline-block;
        width: 100%;
    }
    .feature-slider .txt {
        padding-bottom: 20px;
    }
}
@media (max-width:767px) {
    .nwSec24 .imgWrp a:after {
        background-size: 10vw;
    }
}
/* slider-nav-target */
.slider-nav-target {
    opacity: .3;
    position: relative;
    cursor: pointer;
}
.slider-nav-target:not(:last-of-type)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: linear-gradient(to right, #666, #ddd);
}
.slider-nav-target h5 {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.slider-nav-target.is-active {
    opacity: 1;
}
.slider-nav-target.is-active h5 {
    background-color: #5d2d7b;
}
.slider-nav-target.is-active p {
    color: #5d2d7b;
}
@media (max-width:992px) {
    .slider-nav-target p {
        display: none;
    }
}

/* nwSec25 */
.nwSec25 .txt h1 {
    line-height: 1.2em;
}
@media (max-width:768px) {
    .nwSec25 {
        padding: 100px 0 !important;
    }
    .nwSec25 .fbox > div {
        width: 100%;
    }
    .nwSec25 .rt img {
        max-width: 50vw;
    }
}
@media (max-width:500px) {
    .nwSec25 {
        padding: 40px 0 !important;
    }
    .nwSec25 .fbox > div {
        width: 100%;
    }
    .nwSec25 .rt img {
        max-width: 50vw;
    }
}


/* nwSec26 */
/* .nwSec26 {
    position: relative;
}
.nwSec26::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #000;
    z-index: 1;
}
.nwSec26 .iframe {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: block;
    overflow: hidden;

    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.nwSec26.aos-animate .iframe iframe {
    height: 700px;
    width: 1570px;
    display: block;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
@media (min-width:1570px) {
    .nwSec26 .iframe {
        width: 0px;
    }
    .nwSec26.aos-animate .iframe {
        width: 100%;
    }
}
@media (max-width:1570px) {
    .nwSec26.aos-animate .iframe iframe {
        width: 100%;
    }
}
@media (max-width:768px) {
    .nwSec26.aos-animate .iframe iframe {
        height: 300px;
    }
} */

/* nwSec26 */
.nwSec26 {
    position: relative;
}
.nwSec26::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #000;
    z-index: 1;
}
.nwSec26 .nwSec26Img {
    position: relative;
    z-index: 2;
    /* background: url(../img/nwSec26_bg.jpg) center center no-repeat; */
    background: url(../img/nwSec26_vdo.jpg) center center no-repeat;
    background-size: cover;
    height: 700px;
    width: 0px;
    margin: 0 auto;

    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.nwSec26.aos-animate .nwSec26Img {
    width: 100%;
}
@media (max-width:768px) {
    .nwSec26 .nwSec26Img {
        height: 400px;
    }
}
@media (max-width:500px) {
    .nwSec26 .nwSec26Img {
        height: 300px;
    }
}
/* nwSec27 */
.nwSec27 .mapWrp {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #fff;
    position: relative;
}
.nwSec27 .mapWrp .mapLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
.nwSec27 .timeTableBx .time strong {
    display: inline-block;
    width: 100px;
    font-weight: 500;
}
.nwSec27 .mapWrp .root_daum_roughmap .wrap_map {
    border-radius: 30px;
    overflow: hidden;
}
@media (min-width:991px) {
    .nwSec27 .timeTableBx {
        margin-left: 30%;
    }
}
@media (max-width:768px) {
    .nwSec27 .mapWrp .root_daum_roughmap .wrap_map {
        height: 100vw !important;
        min-height: 300px !important;
    }
}
@media (max-width:500px) {
    .nwSec27 .mapWrp .root_daum_roughmap .wrap_map {
        height: 200px !important;
        min-height: 200px !important;
        border-radius: 10px;
    }
}
/* nwSec28 */
.nwSec28 .slk_v2 .slick-slide {
    padding: 0 20px;
}
.nwSec28 .slk_v2 .slick-slide img {
    border-radius: 30px;
}
@media (max-width:768px) {
    .nwSec28 .slk_v2 .slick-slide {
        padding: 0 5px;
    }
    .nwSec28 .slk_v2 .slick-slide img {
        border-radius: 10px;
    }
}


/* quickToggleBtn */
a.quickToggleBtn {
    text-decoration: none;
    position: fixed;
    width: 100%;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(168, 89, 158, 0.9);
    z-index: 15;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
a.quickToggleBtn .cl {
    font-size: .7em;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 7px 12px;
    border-radius: 4px;
    line-height: 1em;
}
/* quickForm */
#quickForm {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(11, 11, 11, 0.9);
    z-index: 200;
    padding: 20px 0;
    transform: translateY(100%);

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#quickForm.act {
    transform: translateY(0%);
}
#quickForm .fbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
#quickForm .fbox .formArea {
    flex-grow: 1;
}
#quickForm .sub {
    padding-right: 15px;
}
#quickForm .sub .subInner {
    padding-left: 50px;
    background: url(../img/f_i.png) left center no-repeat;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}
#quickForm .sub .subInner .dft {
    color: #deb4f3;
    line-height: 1.2em;
}
#quickForm .sub .subInner .normal {
    letter-spacing: 1px;
}
#quickForm .sub .subInner .bt {
	animation: blink3 1s linear infinite;
}
@keyframes blink3{
	0%{
        opacity: 1;
	}
	89%{
        opacity: 1;
	}
	90%{
        opacity: 0;
	}
	100%{
        opacity: 0;
	}
}
#quickForm .form-control {
    border: 0px;
    height: 55px;
    font-weight: 400;
    color: #333;
    font-size: 17px;
    box-shadow: 0 0 0 ;
}
#quickForm .checkbox-custom {
    vertical-align: middle;
}
#quickForm .checkbox-custom label {
    color: #fff;
}
#quickForm .checkbox-custom + span {
    display: inline-block;
    padding: 4px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 1em;
    margin-left: 5px;
    vertical-align: middle;
}
#quickForm .smt .smtBtn {
    display: inline-block;
    text-align: center;
    line-height: 75px;
    border-radius: 4px;
    color: #fff;
    background-color: #a8599e;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    padding: 0 50px;
    border: 0px;
}

@media (min-width: 1500px){
   
	#quickForm .container {
		width: 1500px;
	}
	#quickForm .aipc {
		width: 400px;
	}
}
@media (max-width:992px){
    #quickForm {
        padding: 20px 0;
        bottom: -100%;
        background-color: rgba(11, 11, 11, .8);

        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #quickForm.actForm {
        bottom: 0;
    }
    #quickForm .fbox .cls_btn {
        position: absolute;
        right: -30px;
        top: -10px;
        width: 20px;
        height: 20px;
        background: url(../img/cls_btn.png) center center no-repeat;
        cursor: pointer;
    }
    #quickForm .fbox {
        flex-wrap: wrap;
        position: relative;
        gap: 5px;
    }
    #quickForm .fbox > div {
        flex-basis: calc(30% - 5px);
        flex-grow: 1;
    }
    #quickForm .sub h2 {
        background-size: 25px !important;
        font-size: 28px;
    }
    #quickForm .row > li,
    #quickForm .row > div {
        margin: 8px 0;
    }
    #quickForm .smt .smtBtn {
        line-height: 45px;
        margin-top: 10px;
    }
    #quickForm .form-control {
        height: 35px;
        font-size: 14px;
    }
    #quickForm .checkbox-custom + span,
    #quickForm .checkbox-custom label {
        font-size: 10px;
    }
    #quickForm .checkbox-custom + span {
        padding: 2px;
        margin-left: 1px;
    }
    #quickForm .smt .smtBtn {
        line-height: 40px;
        padding: 0 10px;
        font-size: 18px;
        margin: 0px;
    }

	#quickForm .aimo {
		position: absolute;
        top: -50%;
        left: 15%;
	}
	#quickForm .aimo img {
		 width:250px
	}

	#quickForm .aichat {
		position: absolute;
        top: -60%;
        right: 5%;
	}
	#quickForm .aichat img {
		 width:70px
	}
    #quickForm .sub .subInner {
        text-align: left;
        display: flex;
        align-items: center;
        background-size: 25px;
        padding-left: 30px;
        margin-bottom: 8px;
        gap: 8px;
    }
}
@media (max-width:768px){
    #quickForm .fbox > div {
        flex-basis: calc(20% - 5px);
        flex-grow: 1;
    }
}
@media (max-width:500px){
    #quickForm .fbox {
        max-width: 75vw;
        margin: 0 auto;
    }
    #quickForm .fbox > div {
        flex-basis: calc(50% - 5px);
    }
    #quickForm .form-control {
        height: 40px;
        font-size: 14px;
    }
    #quickForm .fbox .cls_btn {
        width: 15px;
        height: 15px;
        background-size: 35px !important;
    }
}



/* quickSide */
#quickSide {
    position: fixed;
    z-index: 100;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #262626;
    border-radius: 50px;
}
#quickSide li:not(:first-child) {
    border-top: 1px solid rgba(68, 68, 68, 0.5);
}
#quickSide li:nth-child(2) {
    border-top: 0px
}
#quickSide li a {
    text-decoration: none;
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#quickSide li.bt,
#quickSide li.bt a {
    height: 60px;
}
#quickSide li.top {
    height: 20px;
}
#quickSide li.tel {
    padding: 15px 0;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
}
#quickSide li.tel p {
    line-height: 1.2em;
    margin-top: 5px;
}
#quickSide li.bt a {
    padding-bottom: 10px;
}
#quickSide li a img {
    width: 28px;
}
#quickSide li a h6 {
    font-size: 12px;
    font-weight: 400;
}
#quickSide li a img,
#quickSide li a h6 {
    opacity: .6;
    -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;
}
#quickSide li a:hover img,
#quickSide li a:hover h6 {
    opacity: 1;
}
/* @media (max-width:768px){
    #quickSide {
        display: flex;
        align-items: center;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        transform: translateY(0px);
        border-radius: 0;
    }
    #quickSide li {
        width: 25%;
    }
    #quickSide li:not(:first-child) {
        border-left: 1px solid #444;
    }
    #quickSide li.bt,
    #quickSide li.bt a,
    #quickSide li.top {
        display: none;
    }
    #quickSide li a {
        width: 100%;
        height: auto;
        padding: 8px 5px;
    }
    #quickSide li a img {
        width: 20px;
    }
} */

/* nwSec29 */
.nwSec29 .imgWrp {
    position: relative;
}
.nwSec29 .anesthesia_dts {
    text-align: right;
}
@media (min-width:1200px) {
    .nwSec29 .imgWrp .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
@media (max-width:1200px) {
    .nwSec29 .imgWrp {
        text-align: center;
    }
}
@media (max-width:992px) {
    .nwSec29 {
        padding-top: 40px;
    }
}


/* if_tit */
.if_tit {
    font-weight: 600;
    color: #333 !important;
}
/* nDoctors */
.nDoctors .named {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.nDoctors .btList > li,
.nDoctors .impList > li {
    margin: 4px 0;
}
.nDoctors .btList > li p,
.nDoctors .impList > li p {
    position: relative;
    padding-left: 10px;
    font-weight: 400;
}
.nDoctors .btList > li p {
    color: #666;
    font-weight: 300;
}
.nDoctors .btList > li p:after,
.nDoctors .impList > li p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #ccc;
}
.nDoctors .fbox {
    align-items: stretch;
}
.nDoctors .fbox .img {
    background: linear-gradient(#ece0d7, #decfc4);
    border-radius: 30px;
}
.nDoctors .fbox .txt {
    background: url(../img/rium_bg.png) right bottom no-repeat;
    overflow-y: auto;
    padding: 115px 60px;
    max-height: 80vh;
}
.nDoctors .fbox .txt > div {
    width: 100%;
}
@media (max-width:768px) {
    .nDoctors .fbox > div {
        width: 100%;
    }
    .nDoctors .no_half .img img,
    .nDoctors .fbox .img img {
        max-width: 50vw;
    }
    .nDoctors .no_half .txt ,
    .nDoctors .fbox .txt {
        padding: 30px 20px;
    }
    .nDoctors .fbox .txt {
        max-height: none;
    }
}