@charset "UTF=8";

/* 써마지 FLX */

/* 1번 영역 */
.module_therFlx .card-01 {
    padding: 135px 0 80px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}
.module_therFlx .card-01 .img-wrap {
    margin-bottom: 20px;
}
.module_therFlx .card-01 .img-wrap img {
    max-width: 100%;
    max-height: 125px;
}
.module_therFlx .card-01 .round-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 8px;
}
.module_therFlx .card-01 .round-wrap ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
}
.module_therFlx .card-01 .round-wrap ul li div {
    display: table;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    border-radius: 22px;
    border: 1px solid #f8b9fd;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(208, 208, 208, 0.34);
            box-shadow: 1px 1px 2px 0 rgba(208, 208, 208, 0.34);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.module_therFlx .card-01 .round-wrap ul li div span {
    display: table-cell;
    vertical-align: middle;
}

/* 2번 영역 */
.module_therFlx .card-02 {
    padding: 90px 0;
    text-align: center;
}
.module_therFlx .card-02 .ds-tit {
    margin-bottom: 33px;
}
.module_therFlx .card-02 .sub-txt {
    margin-bottom: 45px;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid transparent;
    background: -o-linear-gradient(white, white) padding-box, -o-linear-gradient(315deg, #861c5c, #320929);
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #861c5c, #320929);
    background-origin: border-box;
}
.module_therFlx .card-02 .sub-txt p {
    font-size: 15px;
}
.module_therFlx .card-02 .sub-txt p:first-child {
    font-weight: 900;
    color: #922893;
}
.module_therFlx .card-02 .sub-txt p:last-child {
    font-weight: 400;
    color: #41153A;
}
.module_therFlx .card-02 .cont-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0 30px;
}
.module_therFlx .card-02 .cont-wrap .img-wrap img {
    max-width: 100%;
    max-height: 858px;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap {
    position: relative;
    width: 137px;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li {
    position: absolute;
    width: 137px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:first-child {
    top: 10%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(2) {
    top: 30%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(3) {
    top: 49%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(4) {
    top: 69%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:last-child {
    top: 88%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:first-child span {
    color: #C09CBA;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(2) span {
    color: #A4749C;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(3) span {
    color: #87467C;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(4) span {
    color: #68285D;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:last-child span {
    color: #400D38;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #3F3C3C;
}

/* 3번 영역 */
.module_therFlx .card-03 {
    padding: 85px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .card-03 .ds-tit {
    margin-bottom: 38px;
}
.module_therFlx .card-03 .ds-tit h5 {
    color: #FFFFFF;
}
.module_therFlx .card-03 .txt-img-wrap {
    margin-bottom: 30px;
}
.module_therFlx .card-03 .txt-img-wrap img {
    max-width: 100%;
    max-height: 66.5px;
}
.module_therFlx .card-03 .cont-wrap ul li {
    padding: 39px 0 34px;
    border-radius: 30px;
}
.module_therFlx .card-03 .cont-wrap ul li:first-child {
    border: 1px solid #f6c9fd;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 15px;
}
.module_therFlx .card-03 .cont-wrap ul li:last-child {
    border: 1px solid #e2e8eb;
    padding-left: 42px;
    padding-right: 42px;
}
.module_therFlx .card-03 .cont-wrap ul li:first-child .img-wrap img {
    max-width: 100%;
    max-height: 81.5px;
}
.module_therFlx .card-03 .cont-wrap ul li:last-child .img-wrap img {
    max-width: 100%;
    max-height: 82px;
}
.module_therFlx .card-03 .cont-wrap ul li:first-child span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
    color: #F8CCFF;
}
.module_therFlx .card-03 .cont-wrap ul li:last-child span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
    color: #D7F8CA;
}
.module_therFlx .card-03 .cont-wrap ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #FCFCFC;
}

/* 4번 영역 */
.module_therFlx .card-04 {
    padding: 84px 0 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .card-04 .img-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 309.5px;
}
.module_therFlx .card-04 .cont-wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 30px;
    padding: 20px 0;
    border-radius: 58px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(210, 210, 210, 0.38);
            box-shadow: 2px 3px 5px 0 rgba(210, 210, 210, 0.38);
}
.module_therFlx .card-04 .cont-wrap ul li:first-child {
    margin-bottom: 12px;
}
.module_therFlx .card-04 .cont-wrap ul li:first-child ._img-wrap img {
    max-width: 100%;
    max-height: 74px;
}
.module_therFlx .card-04 .cont-wrap ul li:last-child ._img-wrap img {
    max-width: 100%;
    max-height: 75.5px;
}
.module_therFlx .card-04 .cont-wrap ul li ._txt-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 127px;
            flex: 0 0 127px;
}
.module_therFlx .card-04 .cont-wrap ul li ._txt-wrap span {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 900;
}
.module_therFlx .card-04 .cont-wrap ul li:first-child ._txt-wrap span {
    color: #523748;
}
.module_therFlx .card-04 .cont-wrap ul li:last-child ._txt-wrap span {
    color: #3F463C;
}
.module_therFlx .card-04 .cont-wrap ul li ._txt-wrap p {
    font-size: 15px;
    font-weight: 400;
}
.module_therFlx .card-04 .cont-wrap ul li:first-child ._txt-wrap p {
    color: #523748;
}
.module_therFlx .card-04 .cont-wrap ul li:last-child ._txt-wrap p {
    color: #3F463C;
}
.module_therFlx .card-04 ._c-txt {
    width: 191px;
    margin: 35px auto 15px;
    font-size: 17px;
    font-weight: 900;
    color: #68285D;
}
.module_therFlx .card-04 ._txt {
    max-width: 280px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #3F3C3C;
}

/* 5번 영역 */
.module_therFlx .card-05 {
    padding: 50px 0 90px;
    background-color: #FFFFFF;
    text-align: center;
}
.module_therFlx .card-05 .ds-tit {
    margin-bottom: 60px;
}
.module_therFlx .card-05 .ds-tit .img-wrap {
    margin-bottom: 20px;
}
.module_therFlx .card-05 .ds-tit img {
    max-width: 100%;
    max-height: 42.5px;
}
.module_therFlx .card-05 .txt-wrap {
    position: relative;
    padding: 70px 28px 14px;
    margin-bottom: 50px;
    border-radius: 15px;
    background-color: #F7F7F7;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(154, 139, 139, 0.25);
            box-shadow: 1px 1px 3px 0 rgba(154, 139, 139, 0.25);
}
.module_therFlx .card-05 .txt-wrap .img-wrap {
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.module_therFlx .card-05 .txt-wrap .img-wrap img {
    max-width: 100%;
    max-height: 100px;
}
.module_therFlx .card-05 .txt-wrap ._c-txt {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 900;
    color: #922893;
}
.module_therFlx .card-05 .txt-wrap ._txt {
    font-size: 14px;
    font-weight: 400;
    color: #41153A;
}
.module_therFlx .card-05 .cont-wrap ul li {
    position: relative;
    border-radius: 30px;
    border: 3px solid;
    margin-bottom: 38px;
}
.module_therFlx .card-05 .cont-wrap ul li:first-child {
    padding: 28px 0 0;
    border-color: rgba(182, 90, 183, 0.30);
}
.module_therFlx .card-05 .cont-wrap ul li:nth-child(2) {
    padding: 15px 0 20px;
    border-color: rgba(114, 33, 107, 0.30);
}
.module_therFlx .card-05 .cont-wrap ul li:last-child {
    padding: 33px 0 20px;
    border-color: rgba(99, 23, 100, 0.30);
    margin-bottom: 0;
}
.module_therFlx .card-05 .cont-wrap ul li ._ic-wrap {
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    padding: 0 13px;
}
.module_therFlx .card-05 .cont-wrap ul li ._ic-wrap span {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 900;
}
.module_therFlx .card-05 .cont-wrap ul li:first-child ._ic-wrap span {
    color: #B65AB7;
}
.module_therFlx .card-05 .cont-wrap ul li:nth-child(2) ._ic-wrap span {
    color: #842185;
}
.module_therFlx .card-05 .cont-wrap ul li:last-child ._ic-wrap span {
    color: #631764;
}
.module_therFlx .card-05 .cont-wrap ul li:first-child ._ic-wrap img {
    max-width: 100%;
    max-height: 37.5px;
}
.module_therFlx .card-05 .cont-wrap ul li:nth-child(2) ._ic-wrap img {
    max-width: 100%;
    max-height: 37px;
}
.module_therFlx .card-05 .cont-wrap ul li:last-child ._ic-wrap img {
    max-width: 100%;
    max-height: 38px;
}
.module_therFlx .card-05 .cont-wrap ul li .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_therFlx .card-05 .cont-wrap ul li .flex-wrap p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 14px;
    font-weight: 400;
    color: #3F3C3C;
}
.module_therFlx .card-05 .cont-wrap ul li:first-child .flex-wrap p {
    -webkit-transform: translateY(-13px);
        -ms-transform: translateY(-13px);
            transform: translateY(-13px);
} 
.module_therFlx .card-05 .cont-wrap ul li .flex-wrap p b {
    font-weight: 900;
}
.module_therFlx .card-05 .cont-wrap ul li .flex-wrap .img-wrap img {
    display: block;
    max-width: 100%;
    max-height: 109px;
}
.module_therFlx .card-05 .cont-wrap ul li:nth-child(2) .flex-wrap .img-wrap img {
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
}

/* 6번 영역 */
.module_therFlx .card-06 {
    padding: 85px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .card-06 .ds-tit {
    margin-bottom: 35px;
}
.module_therFlx .card-06 .ds-tit h5 {
    color: #FFFFFF;
}
.module_therFlx .card-06 .ds-tit span {
    color: #837D7F;
}
.module_therFlx .card-06 .cont-wrap ul li {
    margin-bottom: 60px;
}
.module_therFlx .card-06 .cont-wrap ul li:last-child {
    margin-bottom: 0;
}
.module_therFlx .card-06 .cont-wrap ul li .img-wrap img {
    max-width: 100%;
}
.module_therFlx .card-06 .cont-wrap ul li:first-child .img-wrap img {
    max-height: 156.5px;
}
.module_therFlx .card-06 .cont-wrap ul li:nth-child(2) .img-wrap img {
    max-height: 150px;
}
.module_therFlx .card-06 .cont-wrap ul li:last-child .img-wrap img {
    max-height: 150px;
}
.module_therFlx .card-06 .cont-wrap ul li span {
    display: block;
    margin: 18px auto 15px;
    font-size: 21px;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #d469e3), color-stop(80%, #a678eb));
    background: -o-linear-gradient(left, #d469e3 25%, #a678eb 80%);
    background: linear-gradient(90deg, #d469e3 25%, #a678eb 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'campton';
}
.module_therFlx .card-06 .cont-wrap ul li p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
}