@charset "UTF=8";

/* 써마지 FLX */

/* 1번 영역 */
.module_therFlx .therFlx_list01 {
    position: relative;
    padding: 70px 0 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .therFlx_list01 .img-wrap {
    margin-bottom: 50px;
}
.module_therFlx .therFlx_list01 .img-wrap img {
    max-width: 100%;
}
.module_therFlx .therFlx_list01 .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: 0 25px;
}
.module_therFlx .therFlx_list01 .round-wrap ul li {
    margin-bottom: 15px;
}
.module_therFlx .therFlx_list01 .round-wrap ul li div {
    display: table;
    width: 290px;
    height: 68px;
    margin: 0 auto;
    border-radius: 34px;
    border: 3px solid #f8b9fd;
    -webkit-box-shadow: 3px 2px 4px 0 rgba(208, 208, 208, 0.34);
            box-shadow: 3px 2px 4px 0 rgba(208, 208, 208, 0.34);
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
}
.module_therFlx .therFlx_list01 .round-wrap ul li div span {
    display: table-cell;
    vertical-align: middle;
}

/* 2번 영역 */
.module_therFlx .therFlx_list02 {
    position: relative;
    padding: 170px 0 175px;
    background-color: #FFFFFF;
    text-align: center;
}
.module_therFlx .therFlx_list02 .ds-tit {
    margin-bottom: 100px;
}
.module_therFlx .therFlx_list02 .txt-wrap {
    position: relative;
    margin-bottom: 100px;
    padding: 45px 0;
    border-radius: 30px;
    border: 5px 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 .therFlx_list02 .txt-wrap span {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #922893;
    line-height: 1.2;
}
.module_therFlx .therFlx_list02 .txt-wrap p {
    font-size: 24px;
    font-weight: 400;
    color: #41153A;
    line-height: 1.2;
}
.module_therFlx .therFlx_list02 .cont-wrap .img-wrap {
    margin-bottom: 10px;
}
.module_therFlx .therFlx_list02 .cont-wrap .img-wrap img {
    max-width: 100%;
}
.module_therFlx .therFlx_list02 .cont-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1080px;
    margin: 0 auto;
}
.module_therFlx .therFlx_list02 .cont-wrap ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
}
.module_therFlx .therFlx_list02 .cont-wrap ul li span {
    display: block;
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.2;
}
.module_therFlx .therFlx_list02 .cont-wrap ul li:first-child span {
    color: #C09CBA;
}
.module_therFlx .therFlx_list02 .cont-wrap ul li:nth-child(2) span {
    color: #A4749C;
}
.module_therFlx .therFlx_list02 .cont-wrap ul li:nth-child(3) span {
    color: #87467C;
}
.module_therFlx .therFlx_list02 .cont-wrap ul li:nth-child(4) span {
    color: #68285D;
}
.module_therFlx .therFlx_list02 .cont-wrap ul li:last-child span {
    color: #400D38;
}
.module_therFlx .therFlx_list02 .cont-wrap ul li p {
    font-size: 20px;
    font-weight: 400;
    color: #3F3C3C;
    line-height: 1.4;
}

/* 3번 영역 */
.module_therFlx .therFlx_list03 {
    position: relative;
    padding: 170px 0 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .therFlx_list03 .ds-tit {
    margin-bottom: 50px;
}
.module_therFlx .therFlx_list03 .ds-tit h5 {
    color: #FFFFFF;
}
.module_therFlx .therFlx_list03 .txt-img-wrap {
    margin-bottom: 60px;
}
.module_therFlx .therFlx_list03 .txt-img-wrap img {
    max-width: 100%;
}
.module_therFlx .therFlx_list03 .cont-wrap ul {
    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: 50px;
}
.module_therFlx .therFlx_list03 .cont-wrap ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 518px;
            flex: 0 0 518px;
    padding: 75px 0 50px;
    border-radius: 30px;
    -webkit-box-shadow: 17px 24px 29px 0 rgba(36, 7, 35, 0.21);
            box-shadow: 17px 24px 29px 0 rgba(36, 7, 35, 0.21);
}
.module_therFlx .therFlx_list03 .cont-wrap ul li:first-child {
    border: 3px solid #f6c9fd;
}
.module_therFlx .therFlx_list03 .cont-wrap ul li:last-child {
    border: 3px solid #e2e8eb;
}
.module_therFlx .therFlx_list03 .cont-wrap ul li .img-wrap {
    margin-bottom: 45px;
}
.module_therFlx .therFlx_list03 .cont-wrap ul li .img-wrap img {
    max-width: 100%;
}
.module_therFlx .therFlx_list03 .cont-wrap ul li:first-child span {
    display: block;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 900;
    color: #F8CCFF;
}
.module_therFlx .therFlx_list03 .cont-wrap ul li:last-child span {
    display: block;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 900;
    color: #D7F8CA;
}
.module_therFlx .therFlx_list03 .cont-wrap ul li p {
    font-size: 22px;
    font-weight: 400;
    color: #FCFCFC;
    line-height: 1.3;
}

/* 4번 영역 */
.module_therFlx .therFlx_list04 {
    position: relative;
    padding: 170px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .therFlx_list04 .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
}
.module_therFlx .therFlx_list04 .flex-wrap .img-wrap img {
    display: block;
    max-width: 100%;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul {
    margin-bottom: 75px;
}
.module_therFlx .therFlx_list04 .flex-wrap .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;
    background-color: #FFFFFF;
    border-radius: 80px;
    padding: 25px 0;
    -webkit-box-shadow: 4px 6px 10px 0 rgba(210, 210, 210, 0.38);
            box-shadow: 4px 6px 10px 0 rgba(210, 210, 210, 0.38);
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li:first-child {
    margin-bottom: 25px;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li ._img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112px;
            flex: 0 0 112px;
    margin-right: 25px;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li ._img-wrap img {
    max-width: 100%;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li .txt-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 203px;
            flex: 0 0 203px;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li .txt-wrap span {
    display: block;
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 900;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li:first-child .txt-wrap span {
    color: #523748;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li:last-child .txt-wrap span {
    color: #3F463C;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li .txt-wrap p {
    font-size: 24px;
    font-weight: 400;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li:first-child .txt-wrap p {
    color: #523748;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap ul li:last-child .txt-wrap p {
    color: #3F463C;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap .c_txt {
    display: block;
    margin-bottom: 25px;
    font-size: 27px;
    font-weight: 900;
    color: #68285D;
    line-height: 1.4;
}
.module_therFlx .therFlx_list04 .flex-wrap .cont-wrap .sub-txt {
    font-size: 22px;
    font-weight: 400;
    color: #3F3C3C;
    line-height: 1.4;
}

/* 5번 영역 */
.module_therFlx .therFlx_list05 {
    position: relative;
    padding: 100px 0 180px;
    background-color: #FFFFFF;
    text-align: center;
}
.module_therFlx .therFlx_list05 .txt-wrap {
    margin-bottom: 70px;
}
.module_therFlx .therFlx_list05 .txt-wrap .img-wrap {
    margin-bottom: 15px;
}
.module_therFlx .therFlx_list05 .txt-wrap img {
    max-width: 100%;
}
.module_therFlx .therFlx_list05 .txt-wrap h5 {
    font-size: 38px;
    font-weight: 600;
    color: #221e1f;
}
.module_therFlx .therFlx_list05 ._wrap {
    position: relative;
    margin-bottom: 125px;
}
.module_therFlx .therFlx_list05 ._wrap ._img-wrap {
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}
.module_therFlx .therFlx_list05 ._wrap ._img-wrap img {
    max-width: 100%;
}
.module_therFlx .therFlx_list05 ._wrap ._txt-wrap {
    background-color: #F7F7F7;
    border-radius: 98px;
    padding: 40px 0 40px 170px;
    margin: 0 auto;
    width: 990px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(154, 139, 139, 0.25);
            box-shadow: 1px 1px 5px 0 rgba(154, 139, 139, 0.25);
}
.module_therFlx .therFlx_list05 ._wrap ._txt-wrap p {
    text-align: left;
    line-height: 1.2;
}
.module_therFlx .therFlx_list05 ._wrap ._txt-wrap p:first-child {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
    color: #922893;
}
.module_therFlx .therFlx_list05 ._wrap ._txt-wrap p:last-child {
    font-size: 20px;
    font-weight: 400;
    color: #41153A;
}
.module_therFlx .therFlx_list05 .cont-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
}
.module_therFlx .therFlx_list05 .cont-wrap ul li {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding-top: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    height: 422px;
}
.module_therFlx .therFlx_list05 .cont-wrap ul li:first-child {
    border: 5px solid rgba(182, 90, 183, 0.30);
}
.module_therFlx .therFlx_list05 .cont-wrap ul li:nth-child(2) {
    border: 5px solid rgba(132, 33, 133, 0.30);
}
.module_therFlx .therFlx_list05 .cont-wrap ul li:last-child {
    border: 5px solid rgba(99, 23, 100, 0.30);
}
.module_therFlx .therFlx_list05 .cont-wrap ul li ._i-wrap {
    position: absolute;
    top: -40px;
    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 15px;
    z-index: 1;
}
.module_therFlx .therFlx_list05 .cont-wrap ul li ._i-wrap span {
    display: inline-block;
    margin-right: 5px;
    font-size: 28px;
    font-weight: 900;
}
.module_therFlx .therFlx_list05 .cont-wrap ul li:first-child ._i-wrap span {
    color: #B65AB7;
}
.module_therFlx .therFlx_list05 .cont-wrap ul li:nth-child(2) ._i-wrap span {
    color: #842185;
}
.module_therFlx .therFlx_list05 .cont-wrap ul li:last-child ._i-wrap span {
    color: #631764;
}
.module_therFlx .therFlx_list05 .cont-wrap ul li ._sub-txt {
    font-size: 22px;
    font-weight: 400;
    color: #3F3C3C;
    line-height: 1.2;
}
.module_therFlx .therFlx_list05 .cont-wrap ul li ._sub-txt b {
    font-weight: 900;
}
.module_therFlx .therFlx_list05 .cont-wrap ul li:first-child .img-wrap {
    position: absolute;
    display: block;
    width: 282px;
    height: 335px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.module_therFlx .therFlx_list05 .cont-wrap ul li:nth-child(2) .img-wrap {
    position: absolute;
    display: block;
    width: 273px;
    height: 223px;
    top: 60%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.module_therFlx .therFlx_list05 .cont-wrap ul li:last-child .img-wrap {
    position: absolute;
    display: block;
    width: 258px;
    height: 176px;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_therFlx .therFlx_list05 .cont-wrap ul li .img-wrap img {
    width: 100%;
    border: 0;
}

/* 6번 영역 */
.module_therFlx .therFlx_list06 {
    position: relative;
    padding: 170px 0 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .therFlx_list06 .ds-tit {
    margin-bottom: 60px;
}
.module_therFlx .therFlx_list06 .ds-tit h5 {
    color: #FFFFFF;
}
.module_therFlx .therFlx_list06 .ds-tit span {
    color: #837D7F;
}
.module_therFlx .therFlx_list06 .cont-wrap {
    position: relative;
}
.module_therFlx .therFlx_list06 .cont-wrap ._bd-img {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_therFlx .therFlx_list06 .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;
}
.module_therFlx .therFlx_list06 .cont-wrap ul li .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 487px;
            flex: 0 0 487px;
    height: 370px;
    margin-right: 135px;
}
.module_therFlx .therFlx_list06 .cont-wrap ul li .txt-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 432px;
            flex: 0 0 432px;
}
.module_therFlx .therFlx_list06 .cont-wrap ul li .txt-wrap span {
    display: block;
    padding: 1px 0 0 0;
    margin-bottom: 30px;
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(#d668e3), color-stop(80%, #a677ed));
    background: -o-linear-gradient(left, #d668e3 0%, #a677ed 80%);
    background: linear-gradient(90deg, #d668e3 0%, #a677ed 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'campton';
}
.module_therFlx .therFlx_list06 .cont-wrap ul li .txt-wrap p {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.4;
}