.mainPopupGuide {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    margin: 19px 0 20px;
}
.mainPopupGuide .btnPopupGuideHead {
    display: block;
    text-align: center;
    font-size: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    padding: 28px 10px;
    cursor: pointer;
}
.mainPopupGuide .btnPopupGuideHead .icon {
    position: relative;
    padding: 0 52px 0 59px;
    color: #00AFEC;
    display: inline-block;
}
.mainPopupGuide .btnPopupGuideHead .icon::before {
    content: '';
    background: url(../images/guide/main-electric-penguin.png) no-repeat left center / 100% auto;
    width: 48px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
}
.mainPopupGuide .btnPopupGuideHead .icon::after {
    content: '';
    background: url(../images/guide/main-electric-arrow.png) no-repeat left center / 100% auto;
    width: 29px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.3s ease;
}
.mainPopupGuide .btnPopupGuideHead.show .icon::after {
    transform: translateY(-50%) rotate(180deg);
}
.areaTitle {
    font-size: 32px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
    letter-spacing: 0;
}
.areaTitle:before {
    bottom: -3px;
}
.areaGuide {
    background: #F2F6F9;
    padding: 61px 0 70px;
}

.areaGuide .inner {}

.areaGuide .wrapGuide {}

.areaGuide .wrapGuide .areaTitle {}

.areaPopupGuide .wrapPopupGuide .boxGuide {
    width: 850px;
    margin: 9px auto 15px;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide {
    display: flex;
    position: relative;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li {
    position: relative;
    display: flex;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:after {
    content: "";
    position: absolute;
    background: #00AFEC;
    height: 2px;
    width: 100%;
    top: 39px;
    right: calc(100% / 2);
    z-index: 1;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:before {
    content: "";
    position: absolute;
    background: #00AFEC;
    height: 2px;
    width: 100%;
    top: 39px;
    left: calc(100% / 2);
    z-index: 1;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:first-child:after {
    display: none;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:last-child:before {
    display: none;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem {
    display: flex;
    flex-direction: column;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge {
    width: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin: 0 auto 8px;
    padding: 0 5px;
    background: #fafafa;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge .textStep {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #00afef;
    text-transform: uppercase;
    margin-bottom: 2px;
    transition: color 0.3s;
    font-family: "Noto Sans JP", sans-serif;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge .numStep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #00afef;
    border-radius: 50%;
    background-color: #ffffff;
    color: #00afef;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s;
    font-family: "Noto Sans JP", sans-serif;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .guideNoteStep {
    text-align: center;
    font-size: 12px;
    margin-bottom: 17px;
    font-family: "Noto Sans JP", sans-serif;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 19px 15px 18px;
    min-height: 425px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem {
    border-bottom: 2px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem {
    margin: 0 auto 1px;
    text-align: center;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
    width: 46%;
    margin: 0 auto;
    text-align: center;
    min-height: 87px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:nth-child(2) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
    width: 34.5%;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:nth-child(3) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
    width: 38%;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:nth-child(4) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
    width: 46.1%;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .titleGuideItem {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #40536a;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.25;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .subGuideItem {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-align: left;
    color: #40536a;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem {
    margin-bottom: 0;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget {
    margin-bottom: 19px;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .subTarget {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #0083cf;
    text-align: center;
    margin-bottom: 7px;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .subTarget .bgSubTarget {
    position: relative;
    padding: 0 6px;
    display: inline-block;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .subTarget .bgSubTarget:before {
    content: "";
    position: absolute;
    background: #0083cf;
    height: 70%;
    width: 1px;
    transform: rotate(-13deg);
    top: 5px;
    left: 0;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .subTarget .bgSubTarget:after {
    content: "";
    position: absolute;
    background: #0083cf;
    height: 70%;
    width: 1px;
    transform: rotate(13deg);
    top: 5px;
    right: 0;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide {}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide li {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #40536a;
    padding-left: 21px;
    margin-bottom: 5.9px;
    position: relative;
    line-height: 1.25;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide li:before {
    content: "";
    position: absolute;
    background: url('../images/guide/icon-check-guide.png') no-repeat;
    background-size: 100%;
    width: 14px;
    height: 16px;
    top: 4px;
    left: 1px;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate {}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss {
    width: 100%;
    background-color: #fafafa;
    padding: 4px 11px 6px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss:last-child {
    margin-bottom: 0;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .labelTime {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #40536a;
    letter-spacing: 0;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .lineDots {
    flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 4px;
    position: relative;
    top: 2px;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .valueTime {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #40536a;
    letter-spacing: 1.9px;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .btnPopupGuide {
    margin-top: auto;
    text-align: center;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .btnPopupGuide .btnDetail {
    display: block;
    width: 21px;
    height: 21px;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0 auto;
}

.areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .btnPopupGuide .btnDetail img {
    width: 100%;
}

/* wrapBannerGuide */
.areaPopupGuide .wrapPopupGuide .wrapBannerGuide {
    margin: 0 auto 30px;
    width: 850px;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide {
    background-color: #00afef;
    border-radius: 12px;
    padding: 35px 20px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #ffffff;
    position: relative;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 51%;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo .iconBadgeGold {
    width: 50px;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo .iconBadgeGold img {
    width: 100%;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo .textMain {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    line-height: 1.5;
    width: calc(100% - 65px);
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta {
    width: 44.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: -2px;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch {
    position: relative;
    padding: 0 21px;
    display: inline-block;
    line-height: 1.2;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch:before {
    content: "";
    position: absolute;
    background: url('../images/guide/icon-txt-catch-before.png') no-repeat;
    background-size: 100%;
    width: 10px;
    height: 28px;
    top: 55%;
    transform: translateY(-45%);
    left: -7px;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch:after {
    content: "";
    position: absolute;
    background: url('../images/guide/icon-txt-catch-after.png') no-repeat;
    background-size: 100%;
    width: 10px;
    height: 28px;
    top: -2px;
    right: 2px;
    top: 55%;
    transform: translateY(-45%);
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons {
    display: flex;
    gap: 14px;
    width: 100%;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn {
    width: 168px;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #ffffff;
    color: #00afef;
    text-decoration: none;
    border-radius: 22px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    transition: opacity 0.2s, transform 0.1s;
    padding: 8.5px 10px;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtnBusiness a .txtBlockBtn {
    position: relative;
    padding: 0 20px 0 0;
}

.areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtnBusiness a .txtBlockBtn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #00afef;
    top: 52%;
    transform: translateY(-50%) rotate(180deg);
    right: 4px;
}

/* areaPopupGuide */
.areaPopupGuide {}

.areaPopupGuide .popupGuideOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.areaPopupGuide .popupGuideOverlay .popupGuideContent {
    width: 90%;
    max-width: 1060px;
    background-color: #ffffff;
    margin-top: 13px;
    border-radius: 12px;
}
.areaPopupBoxGuide .popupGuideOverlay .popupGuideContent {
    width: 100%;
    max-width: 910px;
    background-color: #fafafa;
    margin-top: 13px;
    border-radius: 12px;
    overflow: hidden;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner {
    position: relative;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader {
    position: relative;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader {
    padding: 29px 15px 16px;
}

.areaPopupBoxGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader {
    padding: 25px 15px 20px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .popupGuideTitle {
    font-size: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #40536A;
    text-align: center;
    margin-bottom: 15px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 320px;
    margin: 0 auto;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide:after {
    content: "";
    position: absolute;
    background: #00AFEC;
    height: 3px;
    width: calc(100% - 40px);
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide li {
    border: 3px solid #00AFEC;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding-bottom: 3px;
    margin: 0 20px;
    position: relative;
    z-index: 1;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide li.active {
    background: #00AFEC;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide li .txtStepGuid {
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #00AFEC;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide li.active .txtStepGuid {
    color: #ffffff;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide {
    background: #00AFEC;
    padding: 14px 15px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide .boxPopTitleGuide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide .boxPopTitleGuide .txtNumStep {
    background: #40536A;
    border-radius: 50px;
    padding: 4.5px 23px;
    margin-right: 22px;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide .boxPopTitleGuide .titleGuideStep {
    font-size: 28px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 34px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a {
    display: block;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a .icon-default{
    display: block;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a .icon-hover{
    display: none;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a img {
    width: 100%;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide {
    padding: 0 30px 0;
    /* height: 70vh; */
    flex: 1;
    overflow-y: auto;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide.popupHasScroll {
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide.popupHasScroll .popupGuideScroll {
    flex: 1;
    overflow-y: auto;
}
.areaPopupBoxGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide {
    padding: 0;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide {
    padding: 49px 0 40px;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
    height: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide::-webkit-scrollbar {
    display: none;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
    /* padding: 0 clamp(10px, 2.2vw, 30px); */
    padding: 0 60px;
    gap: 30px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .stepGuideFirstPhoto {
    /* width: clamp(180px, 17.6vw, 240px); */
    width: 180px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .stepGuideFirstPhoto img {
    width: 100%;
    aspect-ratio: 180 / 150;
    object-fit: contain;
    object-position: center;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .desStepGuideFirst {
    /* width: calc(100% - clamp(195px, 19.8vw, 270px)); */
    width: calc(100% - 210px);
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #425360;
    text-align: justify;
    line-height: 1.81;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide {}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide {
    margin-bottom: 50px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide:last-child {
    margin-bottom: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .titleGuidePopItem {
    background: #E4F5FF;
    border-radius: 12px;
    padding: 12px 50px 11px 20px;
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #00AFEC;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .titleGuidePopItem:after {
    content: "";
    position: absolute;
    background: url('../images/guide/icon-toggle-popup-guide.svg') no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    top: 14px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.4s linear;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .titleGuidePopItem.openGuide:after {
    transform: translateY(-50%) rotate(360deg);
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem {
    display: none;
    margin-bottom: 31px;
    /* padding-top: 20px; */
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .subGuidePop {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #425360;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 20px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .subGuidePop.mb-30 {
    margin-bottom: 30px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .subGuidePop:last-child {
    margin-bottom: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop {
    background: #FFFDE1;
    padding: 20px 18px 17px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 30px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop.mb-20{
    margin-bottom: 20px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop.listGuideRow {
    column-gap: 33px;
    row-gap: 4px;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: fit-content(100%);
    column-gap: 20px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #40536A;
    position: relative;
    letter-spacing: 0.1px;
    padding-left: 13px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop.listGuideRowThree li {
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li .someStains {
    position: relative;
    display: inline;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li.guideNote .someStains::after {
    content: "：";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li .emphasize {
    display: inline;
    color: #00AFEC;
    position: relative;
    padding-left: 16px;
    margin-left: 2px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li.guideNote .emphasize {
    padding-left: 8px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li .emphasize:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #00AFEC;
    left: 0;
    top: 4px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li.guideNote .emphasize:before {
    content: none;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .listGuidePop {
    margin-bottom: 20px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide {
    margin-bottom: 10px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide:last-child {
    margin-bottom: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .subGuidePop {}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .wrapTitleCase {
    position: relative;
    padding: 0 0 5px 14px;
    border-bottom: 1px solid #00AFEC;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    margin: 40px 0 20px;
    display: flex;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide:first-child .wrapTitleCase {
    margin-top: 0;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .wrapTitleCase.first {
    margin-top: 0;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .wrapTitleCase:before {
    content: "";
    position: absolute;
    background: #00AFEC;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .wrapTitleCase .numCase {
    color: #00AFEC;
    margin-right: 15px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .wrapTitleCase .titleCase {
    color: #40536A;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapSpecific {}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapSpecific .subSpecific {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #425360;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.8;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapSpecific .subSpecific.mt-20 {
    margin-bottom: 20px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService {
    width: 100%;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService {
    width: 100%;
    border-bottom: none;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService {
    display: flex;
    width: 100%;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService {}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.bodyService {}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService:first-child .innerTabMobile {
    display: none;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService {
    padding: 5px 7px;
    border-bottom: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    flex: 1;
    line-height: 1.6;
    min-height: 78px;
    letter-spacing: 1%;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing .innerService .wrapService .rowService .cellService{
    padding: 8px 12px 8.6px;
    justify-content: center;
    min-height: unset;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService.small {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService:first-child {
    flex: none;
    width: 11.8%;
    justify-content: center;
    text-align: center;
    min-width: 100px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.rowTwoService .cellService:first-child {
    width: 50%;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService {
    color: #ffffff;
    justify-content: center;
    font-weight: bold;
    padding: 10px 6px 8px;
    min-height: initial;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService:first-child {    
    background-color: #ffffff;
    color: #40536A;
    font-weight: 500;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService.cellServiceBlack {
    background-color: #40536A;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService.cellServiceBlue {
    background-color: #00AFEC;
    color: #FFFFFF;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService.cellServiceDarkBlue {
    background-color: #006E94;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.bodyService .cellService:first-child {
    border-left: 1px solid #D7D7D7;
    background-color: #F5F5F5;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.bodyService .cellService:nth-child(2) {}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.bodyService .cellService.cellServiceTextBlue {
    color: #00AFEC;
    font-weight: bold;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.bodyService .cellService.cellServiceTextBlack {
    color: #40536A;
    font-weight: bold;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.bodyService .cellService.cellServiceTextDarkBlue {
    color: #006E94;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService .txtTitleMobile {}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService .ulService {
    list-style: none;
    width: 100%;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService .ulService li {
    position: relative;
    padding-left: 13px;
    margin-bottom: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService .ulService li:last-child {
    margin-bottom: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService .ulService li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

/* HASTABMOBILE */
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService .cellService:first-child {
    width: 16.4%;
    min-width: 110px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.headerService .cellService {
    padding: 10px 6px 10px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.bodyService .cellService {
    min-height: 60px;
    /* padding: 10px 10px;
    line-height: 1.4; */
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.bodyService .cellService:not(:first-child) {
    font-weight: bold;
}

/* END HASTABMOBILE */

/* Custom styles for sectionServicePricing (PC) */
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing {
    margin-bottom: 30px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService {
    display: grid;
    grid-template-columns: 23.2% 1fr 44.2%;
    /* grid-template-rows: auto; */
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService {
    display: contents;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService .cellService {
    width: auto;
    min-width: 0;
    flex: none;
    background-color: #ffffff;
    text-align: center;
    justify-content: center;
    min-height: initial;
    padding: 8px 10px 8px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.headerService .cellService {
    padding: 8px 6px 8px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.headerService .colspan-2 {
    grid-column: span 2;
    background-color: #ffffff;
    color: #40536A;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.headerService .cellPriceHeader {
    width: auto;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService .rowspan-2 {
    grid-row: span 2;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService .rowspan-3 {
    grid-row: span 3;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService .rowspan-5 {
    grid-row: span 5;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService.cellPrice {
    background-color: #ffffff;
    border-left: none;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService:not(.cellPrice) {
    background-color: #f5f5f5;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService.cellCategory {
    background-color: #40536A;
    color: #ffffff;
    text-align: justify;
    justify-content: flex-start;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService.cellCategory .txtCellCategory {
    position: relative;
    padding-left: 16px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService.cellCategory .txtCellCategory:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 11px;
    height: 11px;
    top: 6px;
    left: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService .cellPrice {}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide.mb-40 {
    margin-bottom: 40px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .safetyGuidePhoto {
    /* width: clamp(250px, 24.6vw, 335px); */
    width: 335px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .safetyGuidePhoto img {
    width: 100%;
    aspect-ratio: 335/180;
    object-fit: cover;
    object-position: center;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .txtSafety {
    width: calc(100% - clamp(270px, 26.7vw, 365px));
    width: calc(100% - 365px);
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #425360;
    text-align: justify;
    line-height: 1.81;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint {
    position: relative;
    margin-top: 70px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .wrapTxtPoint {
    width: 120px;
    background: #FDBE2C;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .wrapTxtPoint .txtPoint {
    position: relative;
    padding: 0 12px;
    display: inline-block;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .wrapTxtPoint .txtPoint:before {
    content: "";
    position: absolute;
    background: #ffffff;
    height: 100%;
    width: 1px;
    transform: rotate(-48deg);
    top: 1px;
    left: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .wrapTxtPoint .txtPoint:after {
    content: "";
    position: absolute;
    background: #ffffff;
    height: 100%;
    width: 1px;
    transform: rotate(48deg);
    top: 1px;
    right: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .desPoint {
    background: #FFFDE1;
    padding: 25px 20px 22px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #40536A;
    line-height: 1.8;
    letter-spacing: 0.1px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .desPoint .desPointBlue {
    color: #00AFEC;
}

/* STEP 4 */
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer {
    margin-bottom: 60px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .subFlowGuide {
    position: relative;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #40536A;
    padding: 16px 10px 15px;
    margin-bottom: 30px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .subFlowGuide:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #40536A;
    bottom: -18px;
    left: 47.7%;
    transform: translateY(-50%);
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList {
    display: flex;
    flex-wrap: wrap;
    gap: 61px 20px;
    position: relative;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList:after {
    content: "";
    position: absolute;
    background: url('../images/guide/icon-flow-after.svg') no-repeat;
    background-size: 100%;
    height: clamp(190px, 20vw, 273px);
    width: clamp(505px, 48.7vw, 665px);
    width: 665px;
    height: 273px;
    left: clamp(79px, 7.3vw, 99px);
    top: 46px;
    top: 3.2vw;
    top: 46px;
    left: 99px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li {
    width: calc((100%/4) - 15px);
    position: relative;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li:nth-child(4n) {
    margin-right: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox {
    position: relative;
    margin-bottom: 9px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox::after {
    content: "";
    position: absolute;
    top: 44px;
    left: 98px;
    width: 100%;
    height: 4px;
    background-color: #00AFEC;
    z-index: 1;
}


.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li:nth-child(4) .wrapFlowStepBox::after,
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li:nth-child(7) .wrapFlowStepBox::after {
    display: none;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox .wrapFlowIcon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}


.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox .wrapFlowIcon .wrapIconShape {
    position: relative;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox .wrapFlowIcon .wrapFlowNumber {
    position: absolute;
    top: clamp(1px, 0.3vw, 4px);
    left: clamp(1px, 0.3vw, 5px);
    background-color: #FFFDE1;
    color: #00AFEC;
    height: clamp(24px, 2.2vw, 29px);
    width: clamp(24px, 2.2vw, 29px);
    border-radius: 50%;
    font-size: clamp(14px, 1.3vw, 17px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowTextBox {
    background-color: #FFFDE1;
    padding: 10px 3px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 101px;
    position: relative;
    z-index: 1;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowTextBox .wrapFlowTextMain {
    font-size: clamp(14px, 1.2vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #40536A;
    line-height: 1.35;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowTextBox .wrapFlowTextSub {
    font-size: clamp(10px, 0.9vw, 12px);
    font-family: "Noto Sans JP", sans-serif;
    color: #40536A;
    margin-top: 5px;
    font-weight: normal;
    line-height: 1.39;
    letter-spacing: -0.6px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner.popupGuideInnerStep4 .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService {
    margin-bottom: 31px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner.popupGuideInnerStep4 .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService:first-child {
    width: 35%;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner.popupGuideInnerStep4 .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService {
    padding: 9px 6px 9px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner.popupGuideInnerStep4 .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.bodyService .cellService {
    min-height: initial;
    padding: 8px 11px;
    text-align: center;
    justify-content: center;
}

/* Navigation wrapper - SP only */
.navigation-wrapper.sp {
    display: none;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav {
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText {
    /* width: calc((100%/3) - 53px); */
    width: calc((100%/3) - 63px);
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a {
    border: 2px solid #00AFEC;
    border-radius: 50px;
    padding: 7.5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a .txtModalGuide {
    color: #ffffff;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    margin-right: 7px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a .iconModalGuide {
    line-height: 0;
    transform: translateY(0px);
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a .iconModalGuide img {
    width: 100%;
    line-height: 0;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #EAF6FC;
    padding: 20px 40px 21px;
    margin-top: 30px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely .noticeLogo {
    width: 120px;
    flex-shrink: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely .noticeLogo img {
    display: block;
    width: 100%;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely .noticeContent {
    color: #40536A;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    line-height: 1.8;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely .noticeContent p {
    margin: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely .noticeContent a {
    color: #00AFEC;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely .noticeContent a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px; /* khoảng cách với chữ */
    width: 100%;
    height: 1px;
    background: #00AFEC;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

/* btnModalPrev */
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .btnModalPrev a {
    border-color: #FDBE2C;
    background: #FDBE2C;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .btnModalPrev a .txtModalGuide {
    margin: 0 0 0 7px;
}

/* btnModalNext */
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .btnModalNext a {
    background: #00AFEC;
}

/* btnModalCloseCenter */
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .btnModalCloseCenter a .txtModalGuide {
    color: #00AFEC;
}

@media (max-width: 1024px) {
    .areaPopupGuide .wrapPopupGuide .boxGuide {
        width: 100%;
        overflow-x: auto;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide,
    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide {
        width: 95%;
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .areaPopupBoxGuide .popupGuideOverlay .popupGuideContent {
        width: 90%;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList {
        gap: clamp(41px, 6.1vw, 61px) clamp(10px, 1.2vw, 20px);
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li {
        width: calc((100%/4) - clamp(8px, 1vw, 15px));
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox .wrapFlowIcon {
        width: clamp(70px, 9vw, 90px);
        height: clamp(70px, 9vw, 90px);
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList:after {
        height: clamp(190px, 27.3vw, 273px);
        width: clamp(505px, 66.5vw, 665px);
        left: clamp(79px, 9.9vw, 99px);
    }
}

@media (max-width: 850px) and (min-width: 769px) {
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList:after {
        top: 56px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo {
        width: 48%;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta {
        width: 48.5%;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn {
        width: 47.7%;
    }
}

@media (min-width: 769px) {
    .areaPopupGuide .wrapPopupGuide .boxGuide {
        padding-bottom: 8px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide::-webkit-scrollbar {
        height: 8px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide::-webkit-scrollbar-track {
        background: #ffffff;
        border: 1px solid #00afef;
        border-radius: 10px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide::-webkit-scrollbar-thumb {
        background: #00afef;
        border-radius: 10px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide {
        width: max-content;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li {
        margin-right: 30px;
        width: 190px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:last-child {
        margin-right: 0;
    }

    
    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .btnPopupGuide .btnDetail:hover,
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a:hover{
        opacity: 0.7;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a:hover .icon-default{
        display: none;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a:hover .icon-hover{
        display: block;
    }
    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn a:hover {
        background: #ffef75;
        /* border: 1px solid #FFFFFF; */
    }
    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn a:hover .txtBlockBtn{
        /* color: #FFFFFF; */
    }
    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtnBusiness a:hover .txtBlockBtn:after {
        /* border-bottom: 10px solid #FFFFFF; */
    }
    .mainPopupGuide:hover {
        background-color: #ffef75;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely .noticeContent a:hover::after {
        transform: scaleX(1);
    }
}

@media (max-width: 768px) {
    .areaTitle {
        font-size: 22px;
    }
    .areaTitle:before {
        bottom: -2px;
    }
    .mainPopupGuide .btnPopupGuideHead {
        font-size: 20px;
        padding: 18px 5px 19px;
        transition: all .3s;
    }
    .mainPopupGuide .btnPopupGuideHead.show {
        padding: 41px 5px;
    }
    .mainPopupGuide .btnPopupGuideHead .icon {
        padding: 0 41px 0 57px;
    }
    .mainPopupGuide .btnPopupGuideHead .icon::before {
        width: 47px;
        top: 52%;
        left: 1px;
    }
    .mainPopupGuide .btnPopupGuideHead .icon::after {
        width: 25px;
        right: 1px;
    }
    .areaGuide {
        padding: 49px 0 70px;
    }

    .areaGuide .wrapGuide {}

    .areaGuide .wrapGuide .areaTitle {}

    .areaPopupGuide .wrapPopupGuide .boxGuide {
        position: relative;
        margin: 10px 0 19px;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide {
        width: 109.8%;
        margin-left: -4.9%;
        padding: 0;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide:not(.keen-slider) {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide:not(.keen-slider)>li {
        width: 100%;
        flex-shrink: 0;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li {
        box-sizing: border-box;
        width: 305px;
        min-width: 305px;
        max-width: 305px;
    }
    
    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:before {
        top: 47px;
        left: calc(110% / 2);
    }
    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:after {
        top: 47px;
        right: calc(110% / 2);
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:before {
        top: 47px;
    }
    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:after {
        top: 47px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem {}

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge {
        text-align: center;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin: 0 auto 6px;
        padding: 0;
    }
    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .guideNoteStep {
        margin-bottom: 8px;
    }
    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge .textStep {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge .numStep {
        width: 44px;
        height: 44px;
        border: 2px solid #00afef;
        font-size: 24px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem {
        padding: 45px 30px 20px;
        margin-left: 10px;
        width: 285px;
    }
    .areaPopupBoxGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem {
        padding: 33px 30px 20px;
    }
    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:first-child .wrapGuideItem .boxGuideItem{
        margin-left: 10px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 18px;
        margin-bottom: 17px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem {
        margin-bottom: 15px;
        width: 94px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
        width: auto;
        min-height: 86px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:nth-child(2) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
        width: 97.1%;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:nth-child(3) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
        width: 97.1%;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li:nth-child(4) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
        width: 97.1%;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .titleGuideItem {
        font-size: 20px;
        margin-bottom: 16px;
        line-height: 1.25;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .subGuideItem {
        font-size: 14px;
        letter-spacing: 0;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem {
        margin-bottom: 11px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget {
        margin-bottom: 10px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .subTarget {
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .subTarget .bgSubTarget {
        padding: 0 6px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .subTarget .bgSubTarget:before {
        height: 70%;
        width: 1px;
        transform: rotate(-13deg);
        top: 5px;
        left: 0;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .subTarget .bgSubTarget:after {
        content: "";
        position: absolute;
        background: #0083cf;
        height: 70%;
        width: 1px;
        transform: rotate(13deg);
        top: 5px;
        right: 0;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide {
        display: flex;
        flex-direction: column;
        /* gap: 6.7px; */
        gap: 6px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide li {
        font-size: 12px;
        padding-left: 22px;
        margin-bottom: 0;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide li:before {
        width: 14px;
        height: 16px;
        top: 4px;
        left: 1px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate {}

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss {
        padding: 6px 16px 7px;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss:last-child {
        margin-bottom: 0;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .labelTime {
        font-size: 12px;
        letter-spacing: 0;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .lineDots {
        flex-grow: 1;
        border-bottom: 1px dotted #ccc;
        margin: 0 4px;
        position: relative;
        top: 2px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .valueTime {
        font-size: 12px;
        letter-spacing: 1.9px;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .btnPopupGuide {
        margin-top: auto;
        text-align: center;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .btnPopupGuide .btnDetail {
        display: block;
        width: 21px;
        height: 21px;
        cursor: pointer;
        border: none;
        outline: none;
        margin: 0 auto;
    }

    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .btnPopupGuide .btnDetail img {
        width: 100%;
    }

    /* wrapBannerGuide */
    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide {
        width: 88%;
        margin: 0 auto 20px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide {
        border-radius: 12px;
        padding: 16px 17px 22px;
        flex-direction: column;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo {
        gap: 10px;
        width: 100%;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo .iconBadgeGold {
        margin-top: -3px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo .textMain {
        font-size: 14px;
        line-height: 1.5;
        width: calc(100% - 32px);
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
        margin-top: 0;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch {
        font-size: 14px;
        line-height: 1.2;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch {
        padding: 0 20px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch:before {
        width: 11px;
        height: 34px;
        top: unset;
        left: 16px;
        transform: unset;
        left: 3px;
        bottom: -9px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch:after {
        width: 11px;
        height: 34px;
        right: 3px;
        top: unset;
        transform: unset;
        bottom: -9px;
    }
    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons {
        align-items: center;
        justify-content: center;
    }
    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn a {
        border-radius: 22px;
        font-size: 14px;
        padding: 9px 10px 8px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtnBusiness a .txtBlockBtn {
        padding: 0 16px 0 0;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtnBusiness a .txtBlockBtn:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid #00afef;
        top: 52%;
        right: 0;
    }

    .navigation-wrapper.sp {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 51%;
        left: 14px;
        right: 11px;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 10;
        height: initial;
    }

    .navigation-wrapper.sp .arrow {
        pointer-events: all;
        width: 29px;
        height: 29px;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.2s, background-color 0.2s;
        padding: 0;
    }

    /* areaPopupGuide */
    .areaPopupGuide {}

    .areaPopupGuide .popupGuideOverlay {
        align-items: flex-start;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideContent {
        width: 90%;
    }
    .areaPopupGuide.areaPopupGuideStep .popupGuideOverlay .popupGuideContent {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner {
        max-height: 89vh;
        height: 100vh;

    }
    .areaPopupGuide.areaPopupGuideStep .popupGuideOverlay .popupGuideInner {
        max-block-size: 100dvh;
        height: 100dvh;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader {
        position: relative;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader {
        padding: 13px 30px 12px;
    }
    .areaPopupBoxGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader {
        padding: 42px 15px 12px
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .popupGuideTitle {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 1.45;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 250px;
        margin: 0 auto;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide:after {
        height: 2px;
        width: 66%;
        top: 49%;
        left: 50%;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide li {
        border-width: 2px;
        width: 31px;
        height: 31px;
        padding-bottom: 3px;
        margin: 0px 14px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .listStepGuide li .txtStepGuid {
        font-size: 16px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide {
        padding: 10px 10px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide .boxPopTitleGuide {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide .boxPopTitleGuide .txtNumStep {
        padding: 2.5px 13px;
        margin-right: 10px;
        font-size: 16px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide .boxPopTitleGuide .titleGuideStep {
        font-size: 18px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose {
        top: 5px;
        right: 4px;
        width: 29px;
    }
    .areaPopupGuide.areaPopupGuideStep .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose {
        top: 11px;
        right: 11px;
        width: 22px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a {
        display: block;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a img {
        width: 100%;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide {
        padding: 0 20px;
        height: calc(100% - 222px);
    }
    .areaPopupBoxGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide {
        padding: 0;
        height: 100%;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide {
        padding: 30px 0 37px;
        overflow-y: auto;
        scrollbar-gutter: stable both-edges;
        height: 100%;
        max-width: 860px;
        margin: 0 auto;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst {
        margin-bottom: 37px;
        padding: 0;
        flex-direction: column;
        gap: 0px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .stepGuideFirstPhoto {
        width: 120px;
        max-width: 100%;
        margin: 0 auto 19px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .stepGuideFirstPhoto img {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .desStepGuideFirst {
        width: 100%;
        font-size: 14px;
        line-height: 1.71;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide {
        margin-bottom: 10px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide:last-child {
        margin-bottom: 0;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide:last-child .contentGuidePopItem {
        margin-bottom: 0;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .titleGuidePopItem {
        border-radius: 12px;
        padding: 6px 33px 7px 16px;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.4;
        min-height: 39px;
        display: flex;
        align-items: center;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .titleGuidePopItem:after {
        width: 18px;
        height: 18px;
        right: 8px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .subGuidePop {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 17px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .subGuidePop.mb-30 {
        margin-bottom: 19px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .subGuidePop:last-child {
        margin-bottom: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop {
        padding: 10px 13px 10px 17px;
        gap: 0px;
        margin-bottom: 18px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop.mb-20{
        margin-bottom: 19px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop.listGuideRow {
        flex-wrap: nowrap;
        row-gap: 0;
        max-height: none;
        height: auto;
        grid-template-rows: unset;
        grid-auto-flow: unset;
        grid-auto-columns: unset
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li {
        font-size: 12px;
        letter-spacing: 0px;
        padding-left: 11px;
        line-height: 1.8;
        margin-bottom: 1px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop.listGuideRow li {
        width: 100%;
        margin-bottom: 0;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li:last-child{
        margin-bottom: 0;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li:before {
        left: 0;
        top: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li .emphasize {
        padding-left: 14px;
        margin-left: 1px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li .emphasize:before {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 9px solid #00AFEC;
        left: 0;
        top: 4px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .listGuidePop {
        margin-bottom: 20px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide {
        margin-bottom: 18px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .subGuidePop {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .wrapTitleCase {
        padding: 0 0 7px 14px;
        font-size: 16px;
        margin: -1px 0 19px;
        line-height: 1.4;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .wrapTitleCase:before {
        width: 5px;
        top: 0;
        left: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide .wrapTitleCase .numCase {
        margin-right: 11px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem { 
        padding-top: 20px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapSpecific {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapSpecific .subSpecific {
        font-size: 14px;
        margin-bottom: 17px;
        line-height: 1.7;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapSpecific .subSpecific.mt-20 {
        margin-bottom: 15px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService {
        margin: 0 auto 20px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.bodyService {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService {
        font-size: 12px;
        padding: 4px 4px 2px 11px;
        min-height: 77px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing .innerService .wrapService .rowService .cellService {
        min-height: 38px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService {
        padding: 12px 6px 12px;
        line-height: 1.2;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService:first-child {
        width: 18.3%;
        padding: 5px 4px 4px;
        min-width: 60px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.headerService .cellService:first-child {
        width: 100%;
        padding: 0;
        border-right: none;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        min-height: 42px;
        background-color: transparent;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService .txtTitleMobile {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #4a5568;
        background-color: #ffffff;
        height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService:first-child .innerTabMobile {
        display: flex;
        width: 70%;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService:first-child .innerTabMobile .btnTab {
        flex: 1;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        padding: 6px 2px 6px;
        cursor: pointer;
        border-right: 1px solid #e2e8f0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px 10px 0 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService:first-child .innerTabMobile .btnTab:first-child {
        background-color: #40536A;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService:first-child .innerTabMobile .btnTab:nth-child(2) {
        background-color: #006E94;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService:first-child .innerTabMobile .btnTab.blue {
        background-color: #00AFEC;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService:first-child .innerTabMobile .btnTab:nth-child(3) {
        background-color: #00AFEC;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService .ulService {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService .ulService li {
        padding-left: 11px;
        margin-bottom: 0px;
        line-height: 1.4;
    }

    /* HASTABMOBILE */
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService .cellService .txtTitleMobile {
        width: 39.1%;
        border-right: none;
        padding: 12px 5px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.headerService .cellService:not(:first-child) {
        display: none;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.bodyService .cellService:first-child {
        width: 36%;
        flex: none;
        font-size: 12px;
        min-width: initial;
        justify-content: center;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.bodyService .cellService {
        min-height: 44px;
        padding: 2px 2px 2px 5px;
        justify-content: flex-start;
        text-align: left;
        line-height: 1.4;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.bodyService .cellService:not(:first-child) {
        display: none;
        width: calc(64% - 0px);
        flex: none;
        background-color: #ffffff;
        /* border-right: none; */
        line-height: 1.4;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile.show-idx-1 .innerService .wrapService .rowService.bodyService .cellService:nth-child(2) {
        display: flex;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile.show-idx-2 .innerService .wrapService .rowService.bodyService .cellService:nth-child(3) {
        display: flex;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile.show-idx-3 .innerService .wrapService .rowService.bodyService .cellService:nth-child(4) {
        display: flex;
    }

    /* END HASTABMOBILE */

    /* Custom styles for sectionServicePricing (SP) */
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing {
        margin-bottom: 18px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService {
        display: flex;
        flex-direction: column;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.headerService .cellService {
        width: 50%;
        border-bottom: 0;
        padding: 12px 6px 12px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService.cellCategory {
        width: 100%;
        min-height: auto;
        padding: 6px 10px;
        border-bottom: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService.cellCategory .txtCellCategory {
        padding-left: 14px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService.cellCategory .txtCellCategory:before {
        width: 10px;
        height: 10px;
        top: 5px;
        left: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService:not(.cellCategory) {
        width: 50%;
        border-left: 1px solid #D7D7D7;
        padding: 2px 10px 1px;
        min-height: 38px;
        line-height: 1.4;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.sectionServicePricing .innerService .wrapService .rowService.bodyService .cellService.cellPrice {
        border-left: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide {
        margin-bottom: 18px;
        flex-direction: column;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide.mb-40 {
        margin-bottom: 17px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .safetyGuidePhoto {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 19px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .safetyGuidePhoto img {
        aspect-ratio: 335/180;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .txtSafety {
        width: 100%;
        font-size: 14px;
        line-height: 1.71;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint {
        margin-top: 28px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .wrapTxtPoint {
        width: 100px;
        padding: 4px 10px;
        font-size: 12px;
        top: -11px;
        left: 50%;
        line-height: 1.2;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .wrapTxtPoint .txtPoint {
        padding: 0 9px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .wrapTxtPoint .txtPoint:before {
        height: 100%;
        width: 1px;
        transform: rotate(-48deg);
        top: 1px;
        left: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .wrapTxtPoint .txtPoint:after {
        height: 100%;
        width: 1px;
        transform: rotate(48deg);
        top: 1px;
        right: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .desPoint {
        padding: 20px 10px 9px;
        font-size: 12px;
        line-height: 1.85;
        letter-spacing: 0.1px;
        text-align: justify;
    }

    /* STEP 4 */
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer {
        margin-bottom: 38px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .subFlowGuide {
        font-size: 16px;
        padding: 7px 10px 8px;
        margin-bottom: 18px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .subFlowGuide:after {
        border-left-width: 8px;
        border-right-width: 8px;
        border-top-width: 8px;
        bottom: -12px;
        left: 47.6%;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList {
        gap: 10px;
        flex-direction: column;
        padding: 0 2px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList:after {
        background: #00AFEC;
        width: 3px;
        height: calc(100% - 55px);
        top: 10px;
        left: 35px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li:nth-child(4n) {
        margin-right: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox {
        margin-bottom: 0;
        width: 66px;
        height: 66px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox::after {
        display: none;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li:nth-child(4) .wrapFlowStepBox::after,
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li:nth-child(7) .wrapFlowStepBox::after {
        display: none;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox .wrapFlowIcon {
        width: 100%;
        height: 100%;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowStepBox .wrapFlowIcon .wrapFlowNumber {
        top: 2px;
        left: 1px;
        height: 22px;
        width: 22px;
        font-size: 13px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowTextBox {
        padding: 11px 15px 10px;
        min-height: 68px;
        width: calc(100% - 76px);
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowTextBox .wrapFlowTextMain {
        font-size: 14px;
        line-height: 1.55;
        text-align: left;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .wrapFlowList li .wrapFlowTextBox .wrapFlowTextSub {
        font-size: 12px;
        margin-top: 0px;
        line-height: 1.39;
        letter-spacing: 0;
        text-align: left;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner.popupGuideInnerStep4 .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService {
        margin-bottom: 18px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner.popupGuideInnerStep4 .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService:first-child {
        width: 42%;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner.popupGuideInnerStep4 .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService {
        padding: 12px 4px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner.popupGuideInnerStep4 .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.bodyService .cellService {
        min-height: 44px;
        padding: 4px 5px 2px;
        text-align: center;
        justify-content: center;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        background: #EAF6FC;
        padding: 18px 10px 21px;
        margin-top: 16px;
    } 
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .noticeSafely .noticeLogo {
        width: 100px;
    }
    /* Navigation wrapper - SP only */
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav {
        padding: 10px 10px;
        gap: 10px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText {
        width: calc((100%/3) - 8px);
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a {
        border-radius: 50px;
        padding: 9px 5px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a .txtModalGuide {
        font-size: 16px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a .iconModalGuide {}

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a .iconModalGuide img {}

}
@media (max-width: 430px) {
    .areaPopupGuide .popupGuideOverlay .popupGuideContent {
        width: 375px;
    }
    .areaPopupBoxGuide .popupGuideOverlay .popupGuideContent {
        width: 78.7%;
    }
    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li {
        width: 265px;
        min-width: 265px;
        max-width: 265px;
    }
    .areaPopupGuide .wrapPopupGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem {
        width: 245px;
    }
    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo {
        gap: 4px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo .iconBadgeGold {
        width: 28px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons {
        gap: 11px;
        width: 100%;
        flex-direction: column;
        padding: 0 2px;
    }

    .areaPopupGuide .wrapPopupGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn {
        width: 100%;
    }
}
@media (max-width: 390px ) {
    .areaPopupBoxGuide .popupGuideOverlay .popupGuideContent {
        width: 302px;
    }
}
@media (max-width: 375px) {
    .areaPopupGuide .popupGuideOverlay .popupGuideContent {
        width: 355px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide {
        padding: 10px 5px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav {
        padding: 10px 5px;
        gap: 5px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a .txtModalGuide {
        font-size: 14px;
        margin-right: 5px;
    }
}
@media (max-width: 360px) {
    .mainPopupGuide .btnPopupGuideHead .icon {
        display: block;
        width: 100%;
        padding: 0 30px 0 50px;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideContent {
        /* width: 340px; */
    }

    .areaPopupBoxGuide .popupGuideOverlay .popupGuideContent {
        width: 302px;
    }
    
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .desStepGuideFirst span {
    display: block;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .desStepGuideFirst span:not(:last-child) {
    margin-bottom: 1.8em;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .txtSafety span {
    display: block;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .txtSafety span:not(:first-child) {
    margin-bottom: 1.8em
}

@media (max-width: 768px) {
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .desStepGuideFirst span:not(:last-child) {
        margin-bottom: 1.71em;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .txtSafety span:not(:first-child) {
        margin-bottom: 1.71em
    }   
}