@charset "UTF-8";

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.hpl-module .hpl-list01 {
    padding: 80px 0 61px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hpl-module .hpl-list01 .logo-wrap p {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.hpl-module .hpl-list01 .logo-wrap p span {
    display: inline;
    font-family: 'Campton';
}

.hpl-module .hpl-list01 .content-wrap {
    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;
    gap: 20px 37px;
    margin-top: 31px;
}

.hpl-module .hpl-list01 .content-wrap li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 108px;
    height: 108px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    background-color: rgba(199, 59, 57, 0.5);
    border-radius: 50%;
}

.hpl-module .hpl-list02 {
    padding: 61px 0;
    background-color: #f5f5f5;
}

.hpl-module .hpl-list02 .content-wrap {
    margin-top: 85px;
}

.hpl-module .hpl-list02 .content-wrap li {
    position: relative;
    padding-top: 258px;
    text-align: center;
}

.hpl-module .hpl-list02 .content-wrap li + li {
    margin-top: 65px;
}

.hpl-module .hpl-list02 .content-wrap li:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 237px;
    height: 223px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.hpl-module .hpl-list02 .content-wrap li:nth-child(1):before {
    background: url('/imges/package/hpl/img-hpl1.png') no-repeat 0 0;
    background-size: auto 100%;
}

.hpl-module .hpl-list02 .content-wrap li:nth-child(2):before {
    left: 45%;
    width: 277px;
    background: url('/imges/package/hpl/img-hpl2-mo.png') no-repeat 0 0;
    background-size: auto 100%;
}

.hpl-module .hpl-list02 .content-wrap li:nth-child(3):before {
    background: url('/imges/package/hpl/img-hpl3.png') no-repeat 0 0;
    background-size: auto 100%;
}

.hpl-module .hpl-list02 .content-wrap li:nth-child(4):before {
    background: url('/imges/package/hpl/img-hpl4.png') no-repeat 0 0;
    background-size: auto 100%;
}

.hpl-module .hpl-list02 .content-wrap li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 146px;
    height: 35px;
    font-size: 20px;
    font-family: 'Camtpon';
    font-weight: 600;
    color: #fff;
    border-radius: 18px;
}

.hpl-module .hpl-list02 .content-wrap li:nth-child(1) span {
    background-color: #CF8988;
}

.hpl-module .hpl-list02 .content-wrap li:nth-child(2) span {
    background-color: #B66867;
}

.hpl-module .hpl-list02 .content-wrap li:nth-child(3) span {
    background-color: #AC5352;
}

.hpl-module .hpl-list02 .content-wrap li:nth-child(4) span {
    background-color: #9E4140;
}

.hpl-module .hpl-list02 .content-wrap li p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #2F2E2E;
    line-height: 1.3;
}

.hpl-module .hpl-list03 {
    padding: 76px 0;
    background-color: #323232;
}

.hpl-module .hpl-list03 p {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    line-height: 1.5;
    text-align: center;
}

.hpl-module .hpl-list03 p span {
    display: inline;
    color: #fff;
}

.hpl-module .hpl-list04 {
    padding: 62px 0 0;
    background-color: #fff;
}

.hpl-module .hpl-list04 .content-wrap {
    margin-top: 58px;
}

.hpl-module .hpl-list04 .box {
    padding: 0 1rem;
    text-align: center;
}

.hpl-module .hpl-list04 .box > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 42px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #993F3E;
    border-radius: 10px;
}

.hpl-module .hpl-list04 .box p {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    line-height: 1.3;
}

.hpl-module .hpl-list04 .box p span {
    display: inline;
    font-weight: 600;
    color: #AC5352;
}

.hpl-module .hpl-list04 img {
    max-width: 100%;
}

.hpl-module .hpl-list04 .fir-img {
    margin-top: 60px;
    padding: 0 1rem 63px;
}

.hpl-module .hpl-list04 .sec-img {
    padding: 72px 1rem 60px; 
    background-color: #F2F2F2;
}

.hpl-module .hpl-list05 {
    padding: 97px 0;
    background-color: #AC5352;
}

.hpl-module .hpl-list05 p {
    font-size: 14px;
    font-weight: 400;
    color: #E89D9C;
    line-height: 1.5;
    text-align: center;
}

.hpl-module .hpl-list05 p span {
    display: inline;
    color: #fff;
}

.hpl-module .hpl-list06 {
    padding: 62px 0 66px;
    background-color: #efefef;
}

.hpl-module .hpl-list06 .content-wrap {
    margin-top: 58px;
}

.hpl-module .hpl-list06 .content-wrap 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;
    position: relative;
    width: 100%;
    height: 126px;
    background-color: #fff;
    border-radius: 10px;
}

.hpl-module .hpl-list06 .content-wrap li + li {
    margin-top: 16px;
}

.hpl-module .hpl-list06 .content-wrap li .img {
    padding: 0 10px;
    width: 88px;
    text-align: center;
}

.hpl-module .hpl-list06 .content-wrap li .cont {
    position: relative;
    padding:0 20px;
    max-width: calc(100% - 88px);
}

.hpl-module .hpl-list06 .content-wrap li .cont:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 72px;
    background-color: #DCDCDC;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.hpl-module .hpl-list06 .content-wrap li:nth-child(1) img {
    max-width: 53px;
}

.hpl-module .hpl-list06 .content-wrap li:nth-child(2) img {
    max-width: 54px;
}

.hpl-module .hpl-list06 .content-wrap li:nth-child(3) img {
    max-width: 50px;
}

.hpl-module .hpl-list06 .content-wrap li:nth-child(4) img {
    max-width: 68px;
}

.hpl-module .hpl-list06 .content-wrap li span {
    font-size: 15px;
    font-weight: 600;
    color: #993F3E;
    line-height: 1.5;
    letter-spacing: -1px;
}

.hpl-module .hpl-list06 .content-wrap li p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #2F2E2E;
    line-height: 1.3;
    letter-spacing: -1px;
}