@charset "UTF=8";

/* 플래티넘 플라필 */

/* 1번 영역 */
.module_plaPeel .card-01 {
    position: relative;
    padding: 220px 0 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_plaPeel .card-01 .img-wrap {
    margin-bottom: 20px;
}
.module_plaPeel .card-01 .img-wrap img {
    max-width: 100%;
    max-height: 69.5px;
}
.module_plaPeel .card-01 .txt-img-wrap {
    margin-bottom: 40px;
}
.module_plaPeel .card-01 .txt-img-wrap img {
    max-width: 100%;
    max-height: 25px;
}
.module_plaPeel .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: 15px;
}
.module_plaPeel .card-01 .round-wrap ul li div {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.module_plaPeel .card-01 .round-wrap ul li div img {
    max-width: 100%;
    max-height: 46.5px;
}
.module_plaPeel .card-01 .round-wrap ul li div span {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* 2번 영역 */
.module_plaPeel .card-02 {
    position: relative;
    padding: 90px 0 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_plaPeel .card-02 .ds-tit {
    margin-bottom: 30px;
}
.module_plaPeel .card-02 .cont-wrap {
    overflow: hidden;
    border-radius: 20px;
    max-width: 315px;
    margin: 0 auto;
    -webkit-box-shadow: 3px 2px 4px 0 rgba(217, 214, 214, 0.16);
            box-shadow: 3px 2px 4px 0 rgba(217, 214, 214, 0.16);
}
.module_plaPeel .card-02 .cont-wrap .img-wrap {
    position: relative;
    z-index: 10;
}
.module_plaPeel .card-02 .cont-wrap .img-wrap img {
    max-width: calc(100% + 9px);
    /* max-height: 93px; */
}
.module_plaPeel .card-02 .cont-wrap ul {
    background-color: #FFFFFF;
    padding-top: 23px;
    padding-bottom: 30px;
    margin-top: -11px;
}
.module_plaPeel .card-02 .cont-wrap ul li {
    border: 3px solid #EFE7F1;
    border-radius: 10px;
    display: table;
    width: 240px;
    height: 200px;
    margin: 0 auto 15px;
}
.module_plaPeel .card-02 .cont-wrap ul li:last-child {
    margin-bottom: 0;
}
.module_plaPeel .card-02 .cont-wrap ul li div {
    display: table-cell;
    vertical-align: middle;
}
.module_plaPeel .card-02 .cont-wrap ul li div ._tit {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #6F18AC;
}
.module_plaPeel .card-02 .cont-wrap ul li div ._sub-tit {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #6F18AC;
    font-family: 'campton';
}
.module_plaPeel .card-02 .cont-wrap.__color ul li div ._tit {
    color: #8B18AC;
}
.module_plaPeel .card-02 .cont-wrap.__color ul li div ._sub-tit {
    color: #8B18AC;
}
.module_plaPeel .card-02 .cont-wrap ul li div p {
    max-width: 173px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    color: #1A1A1A;
}
.module_plaPeel .card-02 .cont-wrap ul li div p b {
    font-weight: 700;
}

.module_plaPeel .card-02 ._plus-wrap {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(199, 178, 204, 0.70);
    margin: 25px auto;
}
.module_plaPeel .card-02 ._plus-wrap span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_plaPeel .card-02 ._plus-wrap span:first-child {
    display: block;
    width: 40px;
    height: 11px;
    border-radius: 5.5px;
    background-color: #FFFFFF;
}
.module_plaPeel .card-02 ._plus-wrap span:last-child {
    display: block;
    width: 11px;
    height: 40px;
    border-radius: 5.5px;
    background-color: #FFFFFF;
}

/* 3번 영역 */
.module_plaPeel .card-03 {
    position: relative;
    padding: 175px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_plaPeel .card-03 p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #292929;
}
.module_plaPeel .card-03 p b {
    font-weight: 500;
}
.module_plaPeel .card-03 img {
    max-width: 100%;
    max-height: 22.5px;
}

/* 4번 영역 */
.module_plaPeel .card-04 {
    position: relative;
    padding: 80px 0 75px;
    text-align: center;
}
.module_plaPeel .card-04 .ds-tit {
    margin-bottom: 35px;
}
.module_plaPeel .card-04 .cont-wrap ul li {
    margin-bottom: 35px;
}
.module_plaPeel .card-04 .cont-wrap ul li:last-child {
    margin-bottom: 0;
}
.module_plaPeel .card-04 .cont-wrap ._cont {
    position: relative;
    width: 100%;
}
.module_plaPeel .card-04 .cont-wrap ._cont .__t-left {
    margin-right: auto;
}
.module_plaPeel .card-04 .cont-wrap ._cont .__t-right {
    margin-left: auto;
}
.module_plaPeel .card-04 .cont-wrap ._cont img {
    display: block;
    max-width: 100%;
    max-height: 50px;
}
.module_plaPeel .card-04 .cont-wrap ._cont .txt-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.module_plaPeel .card-04 .cont-wrap ._cont .txt-wrap span {
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
}
.module_plaPeel .card-04 .cont-wrap ._cont .txt-wrap.__left {
    left: 15px;
}
.module_plaPeel .card-04 .cont-wrap ._cont .txt-wrap.__right {
    right: 13px;
}
.module_plaPeel .card-04 .cont-wrap ._cont .txt-wrap span:first-child {
    font-weight: 400;
}
.module_plaPeel .card-04 .cont-wrap ._cont .txt-wrap span:last-child {
    font-weight: 700;
}
.module_plaPeel .card-04 .cont-wrap ul li .img-wrap {
    background-color: #F7F7F7;
}
.module_plaPeel .card-04 .cont-wrap ul li:first-child .img-wrap,
.module_plaPeel .card-04 .cont-wrap ul li:last-child .img-wrap {
    padding-top: 35px;
}
.module_plaPeel .card-04 .cont-wrap ul li .img-wrap img {
    display: block;
    margin: 0 auto;
}
.module_plaPeel .card-04 .cont-wrap ul li:first-child .img-wrap img {
    max-width: 100%;
    max-height: 239.5px;
}
.module_plaPeel .card-04 .cont-wrap ul li:nth-child(2) .img-wrap img {
    max-width: 100%;
    max-height: 280.5px;
}
.module_plaPeel .card-04 .cont-wrap ul li:last-child .img-wrap img {
    max-width: 100%;
    max-height: 150px;
}
.module_plaPeel .card-04 .cont-wrap p {
    background-color: #F7F7F7;
    padding: 33.5px 25px 50px;
    font-size: 13px;
    font-weight: 400;
    color: #1A1A1A;
}
.module_plaPeel .card-04 .cont-wrap p b {
    font-weight: 700;
    color: #6F18AC;
}