@charset "UTF-8";

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.donocell-module .donocell-list01 {
    padding: 260px 0 92px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.donocell-module .donocell-list01 .logo-wrap img {
    width: 228px;
}

.donocell-module .donocell-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: 9px 8px;
    margin: 33px auto 0;
}

.donocell-module .donocell-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: 128px;
    height: 128px;
    font-size: 16px;
    color: #fff;
    letter-spacing: -1px;
    border-radius: 50%;
}

.donocell-module .donocell-list01 .content-wrap li:nth-child(1) {
    background: -o-linear-gradient(45deg, #24afe6, #36a2e8);
    background: linear-gradient(45deg, #24afe6, #36a2e8);
}

.donocell-module .donocell-list01 .content-wrap li:nth-child(2) {
    background: -o-linear-gradient(45deg, #33a4e8, #4296e9);
    background: linear-gradient(45deg, #33a4e8, #4296e9);
}

.donocell-module .donocell-list01 .content-wrap li:nth-child(3) {
    background: -o-linear-gradient(45deg, #31a6e9, #4199e8);
    background: linear-gradient(45deg, #31a6e9, #4199e8);
}

.donocell-module .donocell-list01 .content-wrap li:nth-child(4) {
    background: -o-linear-gradient(45deg, #409ae9, #4496ea);
    background: linear-gradient(45deg, #409ae9, #4496ea);
}

.donocell-module .donocell-list01 .content-wrap li:nth-child(5) {
    background: -o-linear-gradient(45deg, #3d9be8, #4396ea);
    background: linear-gradient(45deg, #3d9be8, #4396ea);
}

.donocell-module .donocell-list01 .content-wrap li:nth-child(6) {
    background: -o-linear-gradient(45deg, #4696e9, #4395e8);
    background: linear-gradient(45deg, #4696e9, #4395e8);
}

.donocell-module .donocell-list02 {
    padding: 88px 0 85px;
    background-color: #f6f6f6;
}

.donocell-module .donocell-list02 .content-wrap {
    margin: 40px auto 0;
}

.donocell-module .donocell-list02 .content-wrap .list {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 8px 9px rgba(217, 214, 214, 0.16);
            box-shadow: 1px 8px 9px rgba(217, 214, 214, 0.16);
}

.donocell-module .donocell-list02 .content-wrap .list + .list {
    margin-top: 44px;
}

.donocell-module .donocell-list02 .content-wrap .list:nth-child(odd) .tit-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 28px;
    height: 16px;
    background: url('/imges/package/donocell/list-bg1-arr.png') no-repeat 0 0;
    background-size: auto 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.donocell-module .donocell-list02 .content-wrap .list:nth-child(even) .tit-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 28px;
    height: 16px;
    background: url('/imges/package/donocell/list-bg2-arr.png') no-repeat 0 0;
    background-size: auto 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.donocell-module .donocell-list02 .content-wrap .list:last-child {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.donocell-module .donocell-list02 .content-wrap .list:last-child .cont-wrap {
    padding: 26px 26px 47px;
}

.donocell-module .donocell-list02 .content-wrap .tit-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 113px;
    padding: 26px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.donocell-module .donocell-list02 .content-wrap .tit-wrap span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #B5DAFF;
    line-height: 20px;
}

.donocell-module .donocell-list02 .content-wrap .tit-wrap strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap {
    padding: 48px 15px;
    border-radius: 0 0 10px 10px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .color1 {
    display: inline;
    color: #2b80da;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .color1 i {
    font-weight: 600;
    font-style: normal;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .color2 {
    font-weight: 600;
    color: #64a4d0;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .color3 {
    font-weight: 600;
    color: #638cb7;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 {
    position: relative;
    text-align: center;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 > img {
    max-width: 192px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 > p {
    position: absolute;
    padding: 0 6px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 11px;
    color: #fff;
    line-height: 28px;
    letter-spacing: -0.9px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 .ef-box1 {
    right: 0;
    bottom: -7px;
    background-color: #64A4D0;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 .ef-box2 {
    left: 0;
    bottom: -39px;
    background-color: #638DB7;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 > div span {
    margin-top: -20px;
    padding: 8px 0;
    width: 150px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    border-radius: 39px;
    line-height: 1.3;
    letter-spacing: -1px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 > div span b {
    font-size: 15px;
    font-weight: 600;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 > div img {
    max-width: 130px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 .ing-box1 span {
    background-color: #64a4d0;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 .ing-box2 {
    margin-top: 33px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 .ing-box2 span {
    background-color: #638cb7;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1 .txt {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #2D2D2D;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -1px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont1.type1 + .cont2 {
    margin-top: 60px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont2 {
    margin-top: 28px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont2 .desc {
    font-size: 13px;
    font-weight: 400;
    color: #1A1A1A;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -1px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont3 {
    margin-top: 36px;
    padding: 24px 0;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont3 img {
    max-width: 180px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont3 .tit {
    margin: 20px 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #2b80da;
    letter-spacing: -1px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont3 .txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont3 .txt span {
    display: inline;
    font-weight: 600;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 {
    text-align: center;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 img {
    max-width: 256px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 .ing-wrap {
    margin-top: 22px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 .ing-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 22px 10px;
    background-color: #eff2f7;
    border-radius: 25px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 .ing-list + .ing-list {
    margin-top: 19px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 .ing-list span {
    padding: 8px 0;
    width: 196px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    border-radius: 48px;
    line-height: 1.3;
    letter-spacing: -1px;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 .ing-list:nth-child(even) span {
    background-color: #638cb7;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 .ing-list:nth-child(odd) span {
    background-color: #64a4d0;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 .ing-list span b {
    font-size: 15px;
    font-weight: 600;
}

.donocell-module .donocell-list02 .content-wrap .cont-wrap .cont4 .ing-list p {
    font-size: 13px;
    font-weight: 400;
    color: #2D2D2D;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1.5;
}

.donocell-module .donocell-list02 .content-wrap .list:nth-child(1) .cont-wrap .cont1 img {
    margin-right: 20px;
}

.donocell-module .donocell-list02 .content-wrap .list:nth-child(1) .cont-wrap .cont3 {
    padding: 37px 10px;
}

.donocell-module .donocell-list02 .content-wrap .list:nth-child(3) .cont-wrap .cont1 > p {
    right: auto;
    left: 50%;
    width: 290px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);   
}

.donocell-module .donocell-list03 {
    padding: 395px 0 86px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.donocell-module .donocell-list03 .logo-wrap {
    text-align: center;
}

.donocell-module .donocell-list03 .logo-wrap img:first-child {
    max-width: 200px;
}

.donocell-module .donocell-list03 .logo-wrap img:last-child {
    max-width: 228px;
}

.donocell-module .donocell-list03 .desc {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #1A1A1A;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -1px;
}

.donocell-module .donocell-list03 .desc span {
    display: inline;
    font-weight: 600;
}

.donocell-module .donocell-list03 .desc b {
    font-weight: 300;
}