            .sat-guide-wrap {
                padding: 0 36px;
            }

            .sat-guide-item {
                margin-bottom: 22px;
            }

            .sat-guide-title {
                margin-bottom: 12px;
            }

            .sat-guide-title h3 {
                color: #4E52C4;
                font-size: 18px;
                font-weight: 700;
                line-height: 150%;
                padding-left: 24px;
                position: relative;
                /* 22.5px */
            }

            .sat-guide-title h3 span {
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                border-radius: 4.399px;
                background: #4E52C4;
                width: 16px;
                height: 16px;
                text-align: center;
                line-height: 16px;
                color: #FFF;
                font-size: 12px;
                font-weight: 600;
            }


            .sat-guide-cont {
                padding: 0 24px;
            }

            .sat-guide-cont .data-list-box {
                padding: 8px 0;
            }

            .icon-circle-check {
                background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_262_282' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='15' height='15'%3E%3Crect x='0.926758' y='0.891663' width='13.1964' height='13.1964' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_262_282)'%3E%3Cpath d='M6.75508 10.0197L10.6315 6.14325L9.86174 5.37346L6.75508 8.48012L5.18801 6.91304L4.41822 7.68284L6.75508 10.0197ZM7.52487 12.9889C6.76425 12.9889 6.04944 12.8446 5.38046 12.5559C4.71147 12.2672 4.12955 11.8754 3.63468 11.3806C3.13981 10.8857 2.74805 10.3038 2.45937 9.63481C2.1707 8.96582 2.02637 8.25101 2.02637 7.49039C2.02637 6.72976 2.1707 6.01496 2.45937 5.34597C2.74805 4.67699 3.13981 4.09506 3.63468 3.6002C4.12955 3.10533 4.71147 2.71356 5.38046 2.42489C6.04944 2.13622 6.76425 1.99188 7.52487 1.99188C8.2855 1.99188 9.00031 2.13622 9.66929 2.42489C10.3383 2.71356 10.9202 3.10533 11.4151 3.6002C11.9099 4.09506 12.3017 4.67699 12.5904 5.34597C12.879 6.01496 13.0234 6.72976 13.0234 7.49039C13.0234 8.25101 12.879 8.96582 12.5904 9.63481C12.3017 10.3038 11.9099 10.8857 11.4151 11.3806C10.9202 11.8754 10.3383 12.2672 9.66929 12.5559C9.00031 12.8446 8.2855 12.9889 7.52487 12.9889Z' fill='%234E52C4'/%3E%3C/g%3E%3C/svg%3E%0A");
                width: 18px;
                height: 18px;
                background-size: contain;
                background-repeat: no-repeat;
                display: inline-block;
                margin-right: 4px;
            }

            .sat-guide-cont ul.normal-list {
                color: #000;
                font-size: 16px;
                font-weight: 400;
                line-height: 150%;
                margin-top: 12px;
                /* 19.5px */
            }

            .sat-guide-cont ul.normal-list li {
                display: flex;
                align-items: center;
            }

            .sat-guide-cont ul.normal-list li+li {
                margin-top: 8px;
            }

            .sat-guide-cont ul.normal-list sup {
                color: #4E52C4;
                font-size: 13px;
                font-weight: 400;
                line-height: 150%;
            }

            .sat-guide-cont .sub-cont-box {
                margin-top: 12px;
                border-radius: 16px;
                background: rgba(204, 204, 204, 0.30);
                padding: 16px 20px;
            }

            .sat-guide-cont .sub-cont-box ol,
            .sat-guide-cont .sub-cont-box li {
                list-style: none;
                margin: 0;
                padding: 0;
            }

            .sat-guide-cont .sub-cont-box ol {
                margin-left: 12px;
            }

            .sat-guide-cont .sub-cont-box ol li {
                display: flex;
                align-items: flex-start;
                gap: 4px;
                padding: 4px 0;
            }

            .sat-guide-cont .sub-cont-box ol li p {}

            .sat-guide-cont .sub-cont-box ol li span {}

            .sat-guide-cont .sub-cont-box ol li b {
                white-space: nowrap;
            }

            .sat-guide-cont .require-txt+p {
                margin-top: 12px;
                color: #000;
                font-size: 15px;
                font-weight: 400;
                line-height: 150%;
                /* 18px */
            }

            .sat-guide-cont .require-txt {
                color: #000;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
            }

            .sat-guide-cont .require-txt li {
                display: flex;
                align-items: flex-start;
                gap: 12px;
                padding: 6px 0;
            }

            .sat-guide-cont .require-txt li b {
                white-space: nowrap;
                color: #4E52C4;
                font-weight: 600;
            }

            .sat-guide-cont .require-txt ol {
                margin: 0;
                padding: 0;
                list-style: none;

            }

            .sat-guide-cont .require-txt ol li {
                padding: 0;
                gap: 4px;
                align-items: center;
            }

            .sat-guide-cont .require-txt ol li span {
                display: block;
                width: 16px;
                height: 16px;
                background: #4E52C4;
                border-radius: 50%;
                color: #fff;
                text-align: center;
                line-height: 16px;
                font-size: 12px;
            }

            .sat-guide-cont .require-txt ol li+li {
                margin-top: 8px;
            }

            @media (max-width: 767px) {
                .sat-guide-wrap {
                    padding: 0 16px;
                }

                .sat-guide-cont {
                    padding: 0 12px;
                }
            }