/* main service and popup  */
.areaPopupNew .popupOverlay {
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
}
#mainService {
    background: url(../images/category-new/SAFELY_pixta_78497934_M.png) repeat left top / cover;
    padding: 30px 0 11px;
    margin-bottom: 0;
}

#mainService .inner {
    max-width: 1086px;
}

#mainService .mainServiceHead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}


#mainService .mainServiceHead .wrapMainService {
    margin-bottom: 19px;
}

#mainService .mainServiceHead .wrapMainService .boxMainService {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    margin-top: 5px;
    margin-left: -5px;
}

#mainService .mainServiceHead .wrapMainService .boxMainService .mainServicePhoto {
    width: 100px;
}

#mainService .mainServiceHead .wrapMainService .boxMainService .mainServicePhoto img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

#mainService .mainServiceHead .wrapMainService .boxMainService .subMainService {
    width: calc(100% - 100px);
    padding: 0 15px;
    font-size: 34px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    color: #ffffff;
    line-height: 42.5px;
}

#mainService .mainServiceHead .wrapMainService .txtMainService {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    color: #ffffff;
    line-height: 27px;
    margin-bottom: 20px;
}
#mainService .mainServiceHead .wrapBtnMainService {
    width: fit-content;
    display: block;
}
#mainService .mainServiceHead .btnMainService {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 3px 5px 5px 14px;
    height: 60px;
    width: 323px;
    box-shadow: 0 4px 6px 0 rgba(0, 148, 225, 1);
}

#mainService .mainServiceHead .btnMainService img {
    width: 23px;
    height: 24px;
}

#mainService .mainServiceHead .btnMainService .wrapTxt {}

#mainService .mainServiceHead .btnMainService .wrapTxt p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 7px;
}

#mainService .mainServiceHead .btnMainService .wrapTxt p.small {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

#mainService .mainSelect {
    margin-top: 0;
    width: 100%;
    max-width: 322px;
    flex-shrink: 0;
}

#mainService .mainServiceHead .selectFrame .mainTitleSelect {
    color: #40536a;
    font-size: 16px;
    line-height: 26px;
}

#mainService.areaPopupSelect .mainSelect:not(:has(.selectPhoto)) .selectFrame {
    width: 100%;
}

#mainService.areaPopupSelect .mainSelect:not(:has(.selectPhoto)) .formWrap {
    padding: 23px 20px 21px;
}

#mainService .mainServiceHead .selectFrame .formWrap {
    flex-direction: column;
    gap: 10px;
}

#mainService .mainServiceHead .selectFrame .selectForm {
    flex-direction: column;
    gap: 15px;
}

#mainService .mainServiceHead .selectFrame .selectForm .inputSearch {
    width: 100%;
    margin: 0;
}

#mainService .selectFrame .selectForm .inputSearch span {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    display: flex;
    width: 23px;
}

#mainService .selectFrame .selectForm .inputSearch span.local {
    width: 14px;
    left: 21px;
}

#mainService .selectFrame .selectForm .inputSearch span.list {
    left: 17px;
    width: 21px;
}

#mainService .selectFrame .selectForm .inputSearch .styleInput {
    height: 60px;
    color: #40536A;
    font-size: 16px;
    background: #fff url(../images/category-new/icon-arrow-blue.png) no-repeat right 17px top 51% / 14px 11px;
    padding: 2px 61px 2px 45px;
    line-height: 1;
}
#mainService .selectFrame .selectForm .inputSearch .styleInput::placeholder {
    color: #40536A;
}
#mainService .selectFrame .selectForm .inputSearch.active input {
    border: 1px solid #00AFEC;
    transition: border-color 0.3s ease;
}
#header {
    z-index: 7;
}
.areaMainServiceFilter.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 8;
    background: #FFFFFF;
}
.fixHFilter {
    display: none;
}
.mainServiceMenuList {
    background: #0094e1;
}

.mainServiceMenuList .inner {
    max-width: 1086px;
}

.mainServiceMenuList .serviceMenuList {
    display: flex;
    align-items: flex-end;
    height: 60px;
}

.mainServiceMenuList .serviceMenuList li {
    width: calc(100% / 6);
}

.mainServiceMenuList .serviceMenuList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    height: 53px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    padding-bottom: 6px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transform: translateY(1px);
}

.mainServiceMenuList .serviceMenuList li a.active {
    background: #FFFFFF;
    color: #00a7e1;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.mainServiceMenuList .serviceMenuList li a .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
    background: #ff6e01;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 7px;
    min-width: 47px;
    height: 21px;
    line-height: 17.6px;
    margin-top: 2px;
    padding: 0 3px;
}

.mainServiceMenuList .serviceMenuList li a .badge .small {
    font-size: 12px;
}

.mainServiceFilter {
    padding: 10px 0;
    background: #FFFFFF;
}
.mainServiceFilter.is-filter {
    padding-bottom: 0;
}
.mainServiceFilter .wrapFilter {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 10px;
}

.mainServiceFilter .wrapFilter .menuType {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 210px);
    margin-top: 12px;
    height: 30px;
}

.mainServiceFilter .wrapFilter .menuType .title {
    font-size: 16px;
    line-height: 1;
    width: 94px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000000;
}

.mainServiceFilter .wrapFilter .menuType .typeList {
    display: flex;
    overflow-x: auto;
    height: 32px;
    flex: 1;
    overflow-y: hidden;
}

.mainServiceFilter .wrapFilter .menuType .typeList li {
    display: block;
    font-weight: 400;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 16px;
    color: #000000;
    width: fit-content;
    margin-right: 32px;
    flex-shrink: 0;
}

.mainServiceFilter .wrapFilter .menuType .typeList li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 16px;
    color: #000000;
    width: fit-content;
    cursor: pointer;
}

.mainServiceFilter .wrapFilter .menuType .typeList li a.active {
    color: #00a7e1;
    position: relative;
    font-weight: bold;
}

.mainServiceFilter .wrapFilter .menuType .typeList li a.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #00a7e1;
}

.mainServiceFilter .wrapFilter .menuFilter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    width: 210px;
    height: 100%;
    padding: 0 10px;
    padding: 13px 10px 13px;
    gap: 9px;
    border-radius: 5px;
    border: 0;
}
.mainServiceFilter.is-filter .wrapFilter .menuFilter {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.mainServiceFilter .wrapFilter .menuFilter img {
    width: 18px;
    height: 12px;
}

.mainServiceFilter .wrapFilter .menuFilter p {
    color: #0083cf;
    font-size: 16px;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    transform: translateY(-1px);
}

.wrapFilterVal {
    background: #fafafa;
    padding: 12px 15px 12px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wrapFilterVal .filterListVal {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.wrapFilterVal .filterListVal li {
    border: 1px solid #00a7e1;
    border-radius: 50px;
    padding: 6.5px 19px 6.5px 8px;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #00a7e1;
    position: relative;
}

.wrapFilterVal .filterListVal li .close {
    position: absolute;
    width: 16px;
    height: 15px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
}

.wrapFilterVal .filterListVal li .close::before,
.wrapFilterVal .filterListVal li .close::after {
    content: "";
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: 5px;
    width: 10px;
    height: 1px;
    background: #000000;
    transform-origin: center;
}

.wrapFilterVal .filterListVal li .close::before {
    transform: translateY(-50%) rotate(45deg);
}

.wrapFilterVal .filterListVal li .close::after {
    transform: translateY(-50%) rotate(-45deg);
}

.areaPopupNew .popupWrap {
    max-width: 910px;
    top: 51px;
    padding: 0;
    overflow: hidden;
    max-height: 86vh;
    display: flex;
    flex-direction: column;
}

.areaPopupNew .popupWrap .close::before,
.areaPopupNew .popupWrap .close::after {
    content: none;
}

.areaPopup.small .popupWrap {
    max-width: 792px;
    top: 64px;
    padding: 0;
}

.areaPopup.image .popupWrap {
    top: 64px;
}

.areaPopupNew .popupWrap .wrapPopupHead {
    border-bottom: 1px solid #E9E9E9;
    padding: 20px 0 21px;
    flex-shrink: 0;
}

.areaPopupNew .popupWrap .wrapPopupHead .popupTitle {
    margin-bottom: 0 !important;
    line-height: 25px;
    margin: 3px 0 0 0;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
}

.areaPopupNew .popupWrap .wrapPopupHead .close {
    width: 34px;
    height: 34px;
    top: 19px;
    right: 24px;
}
.areaPopupNew .popupWrap .wrapPopupHead .close .icon-default {
    display: block;
}
.areaPopupNew .popupWrap .wrapPopupHead .close .icon-hover {
    display: none;
}
.areaPopupNew .popupWrap .wrapPopupHead .close::after,
.areaPopupNew .popupWrap .wrapPopupHead .close::before {
    content: none;
}

.areaPopupNew .popupWrap .wrapPopupHead .close img {
    opacity: 1;
}

.areaPopupNew .popupWrap .popupScroll {
    background: #fafafa;
    flex: 1;
    min-height: 0;
}
.areaPopupNew.image .popupWrap .popupScroll {
    /* max-height: 375px; */
    flex: 1;
    min-height: 0;
}
.areaPopupNew .popupWrap .popupScroll .scrollBox {
    max-width: 850px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0 auto;
    max-height: unset;
}

.areaPopup.small .popupWrap .popupScroll .scrollBox {
    /* max-height: 474px; */
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.areaPopup.detailConditions .popupWrap .popupScroll .scrollBox {
    padding-top: 10px;
}

.areaPopup.small .popupWrap .popupScroll .wrapPopupContent {
    max-width: 733px;
    margin: 0 auto;
}

.areaPopupNew .popupWrap .wrapBoxSearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.areaPopupNew .popupWrap .wrapBoxSearch .boxInputSearch {
    display: flex;
    align-items: center;
    border: 1px solid #969696;
    border-radius: 5px;
    overflow: hidden;
    height: 40px;
    width: calc(100% - 184px);
    /* margin-right: 20px; */
}

.areaPopupNew .popupWrap .wrapBoxSearch input {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    color: #40536A;
}

.areaPopupNew .popupWrap .wrapBoxSearch input::placeholder {
    color: #C2C2C2;
}

.areaPopupNew .popupWrap .wrapBoxSearch button {
    background: #00AFF0;
    border: 0;
    height: 100%;
}

.areaPopupNew .popupWrap .wrapBoxSearch .boxInputSearch button {
    padding: 0 4px 0 6px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.areaPopupNew .popupWrap .wrapBoxSearch .boxInputSearch button img {
    width: 16px;
    height: 17px;
    margin-top: -3px;
}

.areaPopupNew .popupWrap .wrapBoxSearch .btnSearchLocal {
    display: flex;
    align-items: center;
    width: 164px;
    border-radius: 5px;
    height: 40px;
    gap: 6px;
    padding: 0 5px 0 15px;
}

.areaPopupNew .popupWrap .wrapBoxSearch .btnSearchLocal img {
    width: 18px;
    height: 18px;
}

.areaPopupNew .popupWrap .wrapBoxSearch .btnSearchLocal p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    transform: translateY(-1px);
    line-height: 1;
}

.areaPopupNew .popupWrap .wrapBoxContent {
    background: #FFFFFF;
    margin-top: 15px;
    border-radius: 5px;
}

.areaPopupNew .popupWrap .wrapBoxContent .boxContent {
    padding: 18px 20px 7px;
}

.areaPopup.small .popupWrap .wrapBoxContent .boxContent {
    border-bottom: 3px solid #fafafa;
}

.areaPopup.small .popupWrap .wrapBoxContent .boxContent:last-child {
    border-bottom: 0;
}

.areaPopupNew .popupWrap .wrapBoxContent .contentHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.areaPopupNew .popupWrap .wrapBoxContent .sectionTitle {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 14px;
    font-weight: bold;
    color: #40536A;
}

.areaPopupNew .popupWrap .wrapBoxContent .sectionTitle span {
    font-weight: 400;
    margin-left: 4px;
}

.areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity {
    gap: 3px;
    position: relative;
    background: transparent;
    border: 0;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #40536A;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 3px;
}
.areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity .iconDefault {
    display: block;
}
.areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity .iconHover {
    display: none;
}
.areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 83%;
    height: 1px;
    background: #9fa9b4;
}

.areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity img {
    width: 11px;
    height: 11px;
}

.areaPopup.small .popupWrap .wrapBoxContent {
    margin-top: 10px;
    padding: 0;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapTitle {
    display: flex;
    margin-bottom: 11px;
}

.areaPopup.small .popupWrap .wrapBoxContent .wrapTitle {
    margin-bottom: 7px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapTitle .subStatus {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #40536a;
    background: #f1faff;
    padding: 0 10px;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    margin-left: 11px;
    transform: translateY(-1px);
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapTitle .title {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #0092c0;
    line-height: 16px;
}

.areaPopupNew .popupWrap .wrapBoxContent {
    background: #FFFFFF;
    margin-top: 15px;
    padding: 18px 20px 1px;
    border-radius: 5px;
}


.areaPopupNew .popupWrap .wrapBoxContent .wrapListCat {
    overflow-x: auto;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat {
    background: #FAFAFA;
    height: 43px;
    display: flex;
    align-items: flex-end;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat li {}

li.active {}

.areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat li a {
    font-weight: 400;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #40536a;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 9px 29px 0 30px;
    height: 38px;
    letter-spacing: 0;
    line-height: 1;
}

.areaPopup.small .popupWrap .wrapBoxContent .wrapListCat .listCat li a {
    padding: 9px 21px 0 25px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat li a.active {
    position: relative;
    background: #FFFFFF;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat li a.active::after {
    position: absolute;
    content: '';
    width: 32px;
    height: 3px;
    background: #00a7e1;
    left: 49%;
    transform: translateX(-50%);
    bottom: 4px;
}

.areaPopup.small .popupWrap .wrapBoxContent .wrapListCat .listCat li a.active::after {

    left: 53%;
    transform: translateX(-47%);
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 13px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu {
    width: 159px;
    padding: 21px 0 20px 0;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .title {
    color: #40536a;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 7px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu {
    max-height: 187px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu li {}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu li a {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    color: #40536a;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 7px 0 7px 10px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu li a.active {
    font-weight: bold;
    background: #f1faff;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent {
    background: #f1faff;
    width: calc(100% - 159px);
    padding: 20px 20px 14px 20px;
    overflow-y: auto;
    max-height: 254px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapHeader .title {
    color: #40536a;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    font-weight: bold;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapHeader .count {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    color: #40536a;
    padding-right: 3px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 19px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li {
    width: 50px !important;
    height: 26px;
    margin: 0 !important;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li a {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    color: #40536a;
    line-height: 1;
    width: 100%;
    height: 100%;
    font-weight: 400;
    background: #FFFFFF;
}
.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li.active a {
    background: #00a7e1;
    border: 1px solid #00a7e1;
    color: #FFFFFF;
}
.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li a.active {
    background: #00a7e1;
    border: 1px solid #00a7e1;
    color: #FFFFFF;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li a.disabled {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    color: #bdbdbd;
    pointer-events: none;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    row-gap: 33px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList {
    width: 185px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .title {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    font-weight: bold;
    color: #40536a;
    margin-bottom: 6px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup {
    display: flex;
    flex-direction: column;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption {
    margin-bottom: 3px;
    position: relative;
    display: block;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption input {

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption .txt {
    padding-left: 24px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
    color: #40536a;
    display: inline-block;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption .txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border: 1px solid #7F8289;
    border-radius: 50%;
    background-color: #fff;
    transition: border-color 0.2s ease;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption input[type="radio"]:checked+.txt::before {
    background-color: #1a80b4;
    border-color: #379fd9;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption input[type="radio"]:checked+.txt::after {
    transform: translateY(-50%) scale(1);
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption:hover input[type="radio"]:not(:checked)+.txt::before {
    border-color: #379fd9;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption .txt small {
    font-size: 11px;
    font-family: "Noto Sans JP", sans-serif;
    color: #969696;
    margin-left: 9px;
    letter-spacing: 1.1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.areaPopupNew .popupWrap .wrapBoxContent .prefectureSelect {
    margin-top: 24px;
    padding-bottom: 11px;
}

.areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup {
    margin-top: 17px;
}

.areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup .prefOption {
    margin-right: 26px;
}

.areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup .prefOption input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup .prefOption .prefTxt {
    padding-left: 23px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
    color: #40536a;
    display: inline-block;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup .prefOption .prefTxt::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border: 1px solid #7F8289;
    border-radius: 50%;
    background-color: #fff;
    transition: border-color 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup .prefOption input[type="radio"]:checked+.prefTxt::before {
    background-color: #1a80b4;
    border-color: #379fd9;
}

.areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup .prefOption input[type="radio"]:checked+.prefTxt::after {
    transform: translateY(-50%) scale(1);
}

.areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup .prefOption:hover input[type="radio"]:not(:checked)+.prefTxt::before {
    border-color: #379fd9;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 21px;
    gap: 5px;
    row-gap: 5px;
    padding-bottom: 13px;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid .gridOption {
    min-width: 82px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    text-align: center;
    padding: 6px 5px 6px;
    display: block;
    background: #FFFFFF;
    user-select: none;
    cursor: pointer;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid .gridOption input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid .gridOption .gridTxt {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 12px;
    color: #40536A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid .gridOption:has(input[type="checkbox"]:checked) {
    background: #00afef;
    border-color: #00afef;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid .gridOption:has(input[type="checkbox"]:checked) .gridTxt {
    color: #FFFFFF;
}

.areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid .gridOption:hover:not(:has(input[type="checkbox"]:checked)) {
    border-color: #00afef;
    background-color: #f7fcff;
}

.areaPopup.small .popupWrap .wrapSubFilters {
    padding: 0 0 0 0;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRow {
    display: flex;
    align-items: flex-start;
    background: #FFFFFF;
    margin-top: 10px;
    padding: 19px 20px 17px;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRowTitle {
    font-size: 16px;
    line-height: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #0092c0;
    width: 134px;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRowControls {
    margin-top: -2px;
}

.filterRowControls {}

.areaPopup.small .popupWrap .wrapSubFilters .filterRowControls .controlRadio {
    margin-right: 20px;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRowControls .controlRadio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRowControls .controlRadio .controlLabel {
    padding-left: 23px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 17.5px;
    color: #40536a;
    display: inline-block;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRowControls .controlRadio .controlLabel::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border: 1px solid #7F8289;
    border-radius: 50%;
    background-color: #fff;
    transition: border-color 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.areaPopup.small .popupWrap .wrapSubFilters .filterRowControls .controlRadio input[type="radio"]:checked+.controlLabel::before {
    background-color: #1a80b4;
    border-color: #379fd9;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRowControls .controlRadio input[type="radio"]:checked+.controlLabel::after {
    transform: translateY(-50%) scale(1);
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRowControls .controlRadio:hover input[type="radio"]:not(:checked)+.controlLabel::before {
    border-color: #379fd9;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRow .toggleContainer {
    margin-top: -1px;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRow .toggleContainer .toggleRow {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRow .toggleContainer .toggleRow:last-child {
    margin-bottom: 0;
}

.areaPopup.small .popupWrap .wrapSubFilters .filterRow .toggleContainer .toggleRow .toggleText {
    font-size: 14px;
    line-height: 17.5px;
    font-family: "Noto Sans JP", sans-serif;
    color: #40536A;
    width: 216px;
}

.areaPopupNew .popupWrap .wrapPopupSort {
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 55px;
    padding: 2px 20px 0;
}

.areaPopupNew .popupWrap .wrapPopupSort .sortTitle {
    font-size: 16px;
    line-height: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #0092c0;
    font-weight: bold;
    margin-right: 69px;
    margin-top: -3px;
}

.areaPopupNew .popupWrap .wrapPopupSort .sortGroup {
    display: flex;
    align-items: center;
    overflow-x: auto;
    gap: 5px;
    margin-top: -1px;
}

.areaPopupNew .popupWrap .wrapPopupSort .sortGroup .sortBtn {
    font-size: 14px;
    line-height: 14px;
    font-family: "Noto Sans JP", sans-serif;
    color: #00a7e1;
    border: 1px solid #00a7e1;
    background: #FFFFFF;
    border-radius: 50px;
    height: 26px;
    padding: 0 8px;
}

.areaPopupNew .popupWrap .wrapPopupSort .sortGroup .sortBtn.active {
    color: #FFFFFF;
    background: #00a7e1;
}

.areaPopupNew .popupWrap .serviceList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    row-gap: 21px;
    margin-top: 1px;
}

.areaPopupNew .popupWrap .serviceList .serivceItem {
    width: calc((100% - 40px) / 5);
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.areaPopupNew .popupWrap .serviceList .serivceItem a {
    display: block;
}

.areaPopupNew .popupWrap .serviceList .serivceItem a.active{
    background: #00a7e1;
}

.areaPopupNew .popupWrap .serviceList .serivceItem a.active .serviceName{
    color: #FFF;
}

.areaPopupNew .popupWrap .serviceList .serivceItem .servicePhoto {
    height: 95px;
    overflow: hidden;
}

.areaPopupNew .popupWrap .serviceList .serivceItem .servicePhoto img {
    aspect-ratio: 162 / 101;
    object-fit: cover;
    object-position: center;
}

.areaPopupNew .popupWrap .serviceList .serivceItem .serviceName {
    font-size: 14px;
    line-height: 17.5px;
    font-family: "Noto Sans JP", sans-serif;
    color: #40536A;
    font-weight: bold;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.areaPopupNew .popupWrap .wrapBoxFoot {
    border-top: 1px solid #E9E9E9;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    flex-shrink: 0;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.areaPopup.small .popupWrap .wrapBoxFoot .boxFoot {
    max-width: 733px;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterLeft {
    margin-right: 58px;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot.between .filterLeft {
    margin-right: 0;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterLeft .btnClear {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #00afef;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00afef;
    border-radius: 50px;
    height: 40px;
    width: 117px;
    margin-left: 2px;
    gap: 5px;
    padding-bottom: 3px;
    background: #FFF;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterLeft .btnClear img {
    width: 16px;
    height: 16px;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .btnFilter {
    font-family: "Noto Sans JP", sans-serif;
    background: #0092c0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 50px;
    height: 40px;
    width: 380px;
    gap: 9px;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .btnFilter img {
    width: 18px;
    height: 12px;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .txt {}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .txt .badgeTxt {

    margin-left: 10px;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .txt .badgeNumber {
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 3px;
    margin-right: 2px;
    font-size: 15px;
    line-height: 15px;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterRight {}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterRight .txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #40536A;
    line-height: 12px;
}

.areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterRight .txt .selectTxt {
    font-weight: bold;
    font-size: 14px;
}

.toggleSwitch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    user-select: none;
}

.toggleSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.toggleSwitch .toggleSlider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e4e5;
    border-radius: 15px;
    transition: background-color 0.2s ease;
}


.toggleSwitch .toggleSlider::before {
    content: "";
    position: absolute;
    height: 16.3px;
    width: 16.3px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}


.toggleSwitch input:checked+.toggleSlider {
    background-color: #20a0e9;
}

.toggleSwitch input:checked+.toggleSlider::before {
    transform: translateX(14px);
}

.areaPopup.small .popupWrap .wrapDetailConditions {
    margin-top: 10px;
    padding: 20px 20px 20px;
    background: #FFFFFF;
}

.areaPopup.small .popupWrap .wrapDetailConditions .conditionsHeader {
    display: flex;
    align-items: flex-end;
}

.areaPopup.small .popupWrap .wrapDetailConditions .conditionsHeader .conditionsTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #0092c0;
    line-height: 16px;
    margin-right: 9px;
}

.areaPopup.small .popupWrap .wrapDetailConditions .conditionsHeader .conditionsNote {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #40536A;
    font-weight: 400;
}

.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer {
    margin-top: 21px;
}

.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    row-gap: 10px;
}

.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li {
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #00a7e1;
    border-radius: 50px;
    padding: 6px 7px 6px 7px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #00a7e1;
    position: relative;
}

.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li.active {
    background: #00a7e1;
    color: #fff;
    padding: 6px 19px 6px 7px;
}

.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li .closeItem {
    position: absolute;
    width: 16px;
    height: 15px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: none;
}
.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li.active .closeItem {
    display: inline-block;
}
.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li .closeItem::before,
.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li .closeItem::after {
    content: "";
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 6px;
    left: unset;
    width: 11px;
    height: 1px;
    background: #000000;
    transform-origin: center;
}

.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li .closeItem::before {
    transform: translateY(-50%) rotate(45deg);
}

.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li .closeItem::after {
    transform: translateY(-50%) rotate(-45deg);
}
.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li.active .closeItem::after,
.areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li.active .closeItem::before {
    background: #FFFFFF
}

@media (max-width: 1060px) {
    #mainService .mainSelect {
        max-width: 285px;
    }

    #mainService .mainServiceHead .wrapMainService .boxMainService .subMainService {
        font-size: 32px;
        line-height: 40.5px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    #mainService .mainSelect {
        max-width: 285px;
        width: 285px;
    }

    #mainService.areaPopupSelect .mainSelect:not(:has(.selectPhoto)) .formWrap {
        width: 285px;
    }

    #mainService .selectFrame .selectForm .inputSearch.active input {
        font-size: 14px;
    }

    #mainService .mainServiceHead .wrapMainService .boxMainService .subMainService {
        font-size: clamp(26px, 3.2vw, 32px);
        line-height: 1.265;
    }

    #mainService .mainServiceHead .wrapMainService .txtMainService {
        font-size: 14px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    #mainService .selectFrame .selectForm .inputSearch .styleInput {
        font-size: 14px;
        padding: 2px 45px 2px 45px;
    }
    .mainServiceFilter .wrapFilter .menuType .typeList li a:hover {
        color: #00a7e1;
    }
    .areaPopupNew .popupWrap,
    .areaPopup.small .popupWrap {
        max-width: 710px;
    }

    .areaPopupNew .popupWrap .popupScroll .scrollBox,
    .areaPopup.small .popupWrap .popupScroll .wrapPopupContent {
        max-width: 650px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat li a,
    .areaPopup.small .popupWrap .wrapBoxContent .wrapListCat .listCat li a {
        min-width: 80px;
        padding: 9px 0 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab {
        flex-wrap: unset;
        overflow-x: auto;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li {
        flex-shrink: 0;
    }

    .areaPopupNew .popupWrap .wrapPopupSort .sortTitle {
        width: 110px;
        margin-right: 20px;
    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRowTitle {
        width: 100px;
        margin-right: 20px;
    }

    .areaPopupNew .popupWrap .wrapPopupSort .sortGroup {
        overflow-x: auto;
    }

    .areaPopupNew .popupWrap .wrapPopupSort .sortGroup .sortBtn {
        flex-shrink: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 26px;
        row-gap: 10px;
    }

    .areaPopupNew .popupWrap .serviceList {
        gap: 12px;
    }

    .areaPopupNew .popupWrap .serviceList .serivceItem {
        width: calc((100% - 36px) / 4);
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot,
    .areaPopup.small .popupWrap .wrapBoxFoot .boxFoot {
        max-width: 650px;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .btnFilter {
        width: 300px;
    }
}

@media (min-width: 769px) {
    #mainService .mainServiceHead a:hover,
    .areaPopupNew .popupWrap .wrapBoxSearch .btnSearchLocal:hover,
    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .btnFilter:hover,
    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterLeft .btnClear:hover,
    .areaPopupNew .popupWrap .wrapBoxSearch .boxInputSearch button:hover,
    .areaPopupNew .popupWrap .serviceList .serivceItem a:hover,
    .mainServiceFilter .wrapFilter .menuFilter:hover {
        opacity: 0.8;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity:hover {
        color: #00a7e1;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity:hover .iconDefault {
        display: none;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity:hover .iconHover {
        display: block;
    }
    #mainService .mainServiceHead .wrapBtnMainService:hover {
        opacity: 1;
    }
    #mainService .mainServiceHead .wrapBtnMainService:hover .btnMainService .wrapTxt,
    #mainService .mainServiceHead .wrapBtnMainService:hover .btnMainService .small{
        color: #00a7e1;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li a:not(.disabled):not(.active):hover {
        background: #00a7e1;
        border: 1px solid #00a7e1;
        color: #FFFFFF;
    }

    .areaPopupNew .popupWrap .wrapPopupSort .sortGroup .sortBtn:hover {
        color: #FFFFFF;
        background: #00a7e1;
    }
    
    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu li a:hover {
        background: #f1faff;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat li a:hover {
        background: #FFFFFF;
    }
    .mainServiceMenuList .serviceMenuList li a:hover {
        color: #00a7e1;
        background: #FFFFFF;
    }
    .mainServiceFilter .wrapFilter .menuType .typeList li a:hover {
        color: #00a7e1;
    }
    .areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li:hover {
        background: #00a7e1;
        color: #fff;
    }
    .areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li:hover .closeItem::after,
    .areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li:hover .closeItem::before {
        background: #FFFFFF;
    }
    .areaPopupNew .popupWrap .serviceList .serivceItem a:hover {
        background: #00a7e1;
    }
    .areaPopupNew .popupWrap .serviceList .serivceItem a:hover .serviceName{
        color: #FFF;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li a:hover {
        background: #00a7e1;
        border: 1px solid #00a7e1;
        color: #FFFFFF;
    }
    .areaPopupNew .popupWrap .wrapPopupHead .close:hover .icon-default {
    display: none;
    }
    .areaPopupNew .popupWrap .wrapPopupHead .close:hover .icon-hover {
        display: block;
    }
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    ::-webkit-scrollbar-track {
        background: #FAFAFA;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background: #d7d7d7;
        border-radius: 10px;
        border: 2px solid #FAFAFA;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }
}

@media (max-width: 768px) {
    #header {
        z-index: 98;
    }
    .areaMainServiceFilter.is-fixed {
        z-index: 98;
    }
    #fixH {
        height: 60px;
    }
    .areaPopupNew .popupOverlay {
        z-index: 99;
    }
    #mainService {
        padding: 31px 0 40px;
    }

    #mainService .mainSelect {
        max-width: 100%;
        margin: 0 auto;
    }


    #mainService .mainServiceHead {
        flex-direction: column;
        gap: 11px;
    }

    #mainService .mainServiceHead .wrapMainService .boxMainService {
        margin-bottom: 23px;
        margin-top: 3px;
        margin-left: -5px;
        align-items: flex-start;
    }

    #mainService .mainServiceHead .wrapMainService .boxMainService .mainServicePhoto {
        width: 70px;
        margin-left: 11px;
        margin-top: 5px;
        border: 0;
    }

    #mainService .mainServiceHead .wrapMainService .boxMainService .subMainService {

        text-align: left;
        font-size: 22px;
        line-height: 1.35;
        letter-spacing: 2px;
        width: calc(100% - 81px);
        padding: 0px 0 0 10px;
    }

    #mainService .mainServiceHead .wrapMainService .txtMainService {

        font-size: 14px;
        margin-bottom: 17px;
        line-height: 1.75;
        padding: 0;
    }
    #mainService .mainServiceHead .wrapBtnMainService {
        margin: 0 auto;
    }
    #mainService .mainServiceHead .btnMainService {
        margin: 0 auto;
        padding: 3px 5px 5px 15px;
        height: 60px;
        width: 345px;
        gap: 17px;
    }

    #mainService .mainServiceHead .btnMainService .wrapTxt p {
        font-size: 14px;
    }

    #mainService .mainServiceHead .selectFrame .mainTitleSelect {
        text-align: center;
    }

    .mainServiceMenuList .inner {
        max-width: 100%;
    }

    .mainServiceMenuList .serviceMenuList {
        display: flex;
        align-items: flex-end;
        height: 57px;
    }

    .mainServiceMenuList .serviceMenuList li a {
        justify-content: flex-end;
        flex-direction: column-reverse;
        text-align: center;
        padding: 12px 0;
        height: 49px;
        font-size: 14px;
        line-height: 1.1;
    }

    .mainServiceMenuList .serviceMenuList li a .badge {

        min-width: 38px;
        height: 15px;
        line-height: 1.1;
        margin-top: -13px;
        transform: translateY(-4px);
        font-size: 12px;
        margin-left: 0;
    }
    .mainServiceMenuList .serviceMenuList li a .badge .small {
        font-size: 10px;
        line-height: 1.1;
    }
    .mainServiceFilter {
        padding: 4px 0;
    }

    .mainServiceFilter .wrapFilter {
        display: flex;
        gap: 5px;
    }

    .mainServiceFilter .wrapFilter .menuType {
        width: calc(100% - 105px);
        margin: 9px 0 0 0;
        height: 25px;
    }

    .mainServiceFilter .wrapFilter .menuType .title {
        font-size: 14px;
        line-height: 14px;
        width: 75px;
    }

    .mainServiceFilter .wrapFilter .menuType .typeList {
        flex-wrap: unset;
        overflow-x: auto;
        height: 27px;
        gap: 14px;
        flex: 1;
        overflow-y: hidden;
    }

    .mainServiceFilter .wrapFilter .menuType .typeList li {
        flex-shrink: 0;
        font-size: 14px;
        line-height: 1;
        margin: 0;
    }

    .mainServiceFilter .wrapFilter .menuType .typeList li a {
        font-size: 14px;
        line-height: 14px;
    }

    .mainServiceFilter .wrapFilter .menuType .typeList li a.active::after {
        bottom: -9px;
    }
    .mainServiceFilter .wrapFilter .menuFilter {
        width: 100px;
        padding: 13px 5px;
        padding: 10px 5px;
        gap: 5px;
        justify-content: center;
    }
    .mainServiceFilter .wrapFilter .menuFilter img {
        width: 14px;
        height: 10px;
    }
    .mainServiceFilter .wrapFilter .menuFilter p {
        font-size: 14px;
    }
    .wrapFilterVal .filterListVal li {
        padding: 5px 15px 5px 7px;
        font-size: 10px;
    }
    .wrapFilterVal .filterListVal li .close::after,
    .wrapFilterVal .filterListVal li .close::before {
        right: 4px;
        width: 8px;
    }
    .areaPopupNew .popupWrap {
        width: 542px;
        top: 65px;
        height: calc(100vh - 112px);
        border-radius: 14px;
    }

    .areaPopup.small .popupWrap {
        top: 65px;
    }

    .areaPopup.changeHeightPopup .popupWrap {
        top: 65px;
        padding-top: 0;
        padding-bottom: 0;
        height: calc(100vh - 144px) !important;
        display: flex;
        flex-direction: column;
        height: 81.5vh !important;
    }

    .areaPopupNew .popupWrap .wrapPopupHead {
        padding: 13px 0 18px;
    }

    .areaPopupNew .popupWrap .wrapPopupHead .popupTitle {
        font-size: 16px;
        line-height: 20px;
    }

    .areaPopupNew .popupWrap .wrapPopupHead .close {
        width: 30px !important;
        height: 30px;
        top: 4px;
        right: 4px;
    }

    .areaPopupNew .popupWrap .popupScroll {
        flex: 1;
        height: 100%;
        overflow-y: auto;
    }

    .areaPopup.small .popupWrap .popupScroll {
        /* height: 443px; */
        overflow-y: auto;
    }

    .areaPopup.small .popupWrap .popupScroll .scrollBox {
        max-height: unset;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .areaPopupNew .popupWrap .popupScroll .scrollBox {
        width: 503px;
        padding: 0;
        max-height: 100%;
    }
    .areaPopupNew .popupWrap .popupScroll .scrollBox .wrapPopupContent{ 
        padding: 25px 0 30px;
    }
    .areaPopupNew.image .popupWrap .popupScroll .scrollBox .wrapPopupContent {
        padding: 19px 0 30px;
    }
    .areaPopupNew .popupWrap .wrapBoxSearch {

        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .areaPopupNew .popupWrap .wrapBoxSearch .boxInputSearch {
        width: 100%;
    }

    .areaPopupNew .popupWrap .wrapBoxSearch input {
        font-size: 12px;
        padding: 0 12px;
    }

    .areaPopupNew .popupWrap .wrapBoxSearch .boxInputSearch button {
        width: 61px;
        padding: 0 5px 0 5px;
    }

    .areaPopupNew .popupWrap .wrapBoxSearch .btnSearchLocal {

        width: 145px;
        height: 35px;
        gap: 10px;
        padding: 0 5px 5px;
        justify-content: center;
    }

    .areaPopupNew .popupWrap .wrapBoxSearch .btnSearchLocal img {
        margin-top: 1px;
        width: 16px;
        height: 16px;
    }

    .areaPopupNew .popupWrap .wrapBoxSearch .btnSearchLocal p {

        font-size: 14px;
        transform: translateY(1px);
        line-height: 1;
    }

    .areaPopupNew .popupWrap .wrapBoxContent {
        margin-top: 13px;
        padding: 18px 20px 7px;
    }

    .areaPopupNew .popupWrap .wrapPopupSort {
        flex-direction: column;
        align-items: flex-start;
        padding: 19px 21px 0;
        height: 91px;
    }

    .areaPopupNew .popupWrap .wrapPopupSort .sortTitle {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 13px 0;
    }

    .areaPopupNew .popupWrap .wrapPopupSort .sortGroup {
        gap: 6px;
    }

    .areaPopupNew .popupWrap .wrapPopupSort .sortGroup .sortBtn {
        flex-shrink: 0;
        font-size: 12px;
        line-height: 12px;
        height: 22px;
        min-width: 51px;
        padding: 0 5px;

    }

    .areaPopupNew .popupWrap .wrapBoxContent .boxContent {
        padding: 18px 20px 17px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapTitle {

        margin-bottom: 13px;
    }

    .areaPopup.small .popupWrap .wrapBoxContent .wrapTitle {
        margin-bottom: 9px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapTitle .title {
        font-size: 14px;
        line-height: 1;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapTitle .subStatus {
        margin-left: 17px;
        transform: translateY(-2px);
        height: 18px;
        font-size: 10px;
        line-height: 10px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker {
        margin-top: 0;
        flex-direction: column;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu {
        padding: 12px 0 20px 1px;
        width: 100%;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .title {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu {
        max-height: 100%;
        gap: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu>li>a {
        position: relative;
        padding: 14px 0 14px 7px;
        border-top: 1px solid #c8c8c8;
        font-size: 14px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu>li>a::after {
        position: absolute;
        content: '';
        right: 1px;
        top: 50%;
        transform: translateY(-50%);
        background: url('../images/category-new/icon-arrow-review.png') no-repeat;
        background-size: 15px 15px;
        width: 15px;
        height: 15px;
        transition: transform 0.3s ease;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu>li.open>a::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu li:last-child a {
        border-bottom: 1px solid #c8c8c8;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu .wrapContent {
        display: none;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapListMenu .listMenu li.open .wrapContent {
        display: block;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent {
        width: 100%;
        padding: 12px 20px 15px 20px;
        max-height: 100%;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapHeader {

        margin-bottom: 15px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapHeader .title {
        font-size: 12px;
        margin-bottom: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapHeader .count {
        font-size: 10px;
        padding-right: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab {
        overflow-x: auto;
        flex-wrap: unset;
        margin-bottom: 15px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li {
        flex-shrink: 0;
        width: 42.5px !important;
        height: 22px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .listTab li a {
        font-size: 10px;
        padding: 5px 5px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns {
        row-gap: 8px;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList:not(:last-child) {
        margin-bottom: 13px;
    }
    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .title {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption {
        margin-bottom: 3px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption .txt {
        font-size: 12px;
        line-height: 1;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapLocationPicker .wrapContent .wrapDistrictColumns .districtList .itemGroup .itemOption .txt small {
        font-size: 10px;
        line-height: 1;
        margin-left: 15px;
        letter-spacing: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat li {
        flex-shrink: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat li a {
        font-size: 14px;
        padding: 9px 10px 0 9px;
    }

    .areaPopup.small .popupWrap .wrapBoxContent .wrapListCat .listCat li a {
        padding: 9px 10px 0 9px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapListCat .listCat li a.active::after {
        width: 27px;
        left: 49%;
        transform: translateX(-50%);
    }

    .areaPopupNew .popupWrap .wrapBoxContent .prefectureSelect {
        margin-top: 14px;
        padding-bottom: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .sectionTitle {
        font-size: 12px;
        line-height: 12px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity {
        font-size: 10px;
        margin-top: 0;
        padding-right: 12px;
        gap: 2px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .contentHeader .btnResetCity::after {
        right: 12px;
        bottom: -4px;
        width: 70%;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid {
        margin-top: 15px;
        padding-bottom: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup {
        margin-top: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
        row-gap: 3px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid .gridOption {
        min-width: 84px;
        padding: 7px 5px 7px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .wrapDistrictGrid .gridOption .gridTxt {
        font-size: 10px;
        line-height: 10px;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup .prefOption {
        margin-right: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxContent .prefectureGroup .prefOption .prefTxt {
        font-size: 12px;
        line-height: 1;
        padding-left: 19px;
    }

    .areaPopup.small .popupWrap .wrapBoxContent .wrapListCat .listCat li a.active::after {
        left: 47%;
        transform: translateX(-49%);
    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRow {
        flex-direction: column;
        align-items: flex-start;
        padding: 19px 20px 18px;
    margin-top: 8px;
    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRowTitle {
        width: 100%;
        font-size: 14px;
        line-height: 14px;
    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRowControls {
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRowControls .controlRadio {
        margin-right: 0;
    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRowControls .controlRadio .controlLabel {
        padding-left: 24px;
        font-size: 12px;
        line-height: 14.5px;
    }

    .areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal {
        gap: 5px;
    }

    .areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li {
        flex-shrink: 0;
        padding: 5px 7px 5px 7px;
        font-size: 10px;
    }
    .areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li.active {
        padding: 5px 15px 5px 7px;
    }
    .areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li .closeItem::before,
    .areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer .filterListVal li .closeItem::after {
        right: 4px;
        width: 8px;
    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRow .toggleContainer {
        margin-top: 11px;
    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRow .toggleContainer .toggleRow {
        margin-bottom: 10px;

    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRow .toggleContainer .toggleRow .toggleText {
        width: 218px;
        font-size: 12px;
        line-height: 14.5px;
    }

    .areaPopup.small .popupWrap .wrapSubFilters .filterRow .toggleContainer .toggleRow .toggleSwitch .toggleSlider {
        top: 2px;
        bottom: -2px;
    }

    .areaPopup.small .popupWrap .wrapDetailConditions {
        padding: 19px 20px 20px;
    }

    .areaPopup.small .popupWrap .wrapDetailConditions .conditionsHeader .conditionsTitle {
        font-size: 14px;
        line-height: 14px;
    }

    .areaPopup.small .popupWrap .wrapDetailConditions .conditionsHeader .conditionsNote {
        font-size: 10px;
        line-height: 5px;
    }

    .areaPopup.small .popupWrap .wrapDetailConditions .tagsContainer {

        margin-top: 12px;
    }

    .areaPopupNew .popupWrap .serviceList {
        row-gap: 11px;
        margin-top: -1px;
    }

    .areaPopupNew .popupWrap .serviceList .serivceItem {

        width: calc((100% - 20px) / 3);
        border-radius: 7px;
    }

    .areaPopupNew .popupWrap .serviceList .serivceItem .servicePhoto {
        height: 54px;
    }

    .areaPopupNew .popupWrap .serviceList .serivceItem .serviceName {
        font-size: 10px;
        line-height: 12.5px;
        min-height: 33px;
        padding-bottom: 3px;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot {
        padding: 21px 0 21px;
        max-width: 100%;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot {
        max-width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterLeft {
        order: 2;
        margin: 0;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterLeft .btnClear {
        font-size: 12px;
        line-height: 12px;
        height: 36px;
        width: 275px;
        gap: 8px;
        padding: 0;
        letter-spacing: 1;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterLeft .btnClear img {
        width: 14px;
        height: 14px;
        margin-left: -19px;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter {
        position: unset;
        transform: unset;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .btnFilter {

        font-size: 12px;
        line-height: 12px;
        height: 36px;
        letter-spacing: 1;
        width: 275px;
        gap: 8px;
        padding-top: 2px;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .btnFilter img {
        width: 16px;
        height: 12px;
        margin-left: -23px;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .txt .badgeTxt {

        font-size: 10px;
        line-height: 1;
        margin-left: 8px;
    }

    .areaPopupNew .popupWrap .wrapBoxFoot .boxFoot .filterCenter .txt .badgeNumber {
        font-size: 12px;
        line-height: 12px;
    }
}

@media (max-width: 500px) {
    #mainService .mainSelect {
        max-width: 100%;
        border-radius: 5px;
    }
    #mainService .mainServiceHead .wrapBtnMainService {
        width: 100%;
    }
    #mainService .mainServiceHead .btnMainService {
        width: 100%;
    }
    .mainServiceFilter .wrapFilter .menuFilter {
        width: 95px;
    }
    .mainServiceFilter .wrapFilter .menuType {
        width: calc(100% - 100px);
    }
    #mainService .mainServiceHead .selectFrame .formWrap {
        gap: 10px;
    }
    #mainService.areaPopupSelect .mainSelect:not(:has(.selectPhoto)) .formWrap {
        padding: 23px 20px 11px;
    }
    #mainService .selectFrame .selectForm .inputSearch .styleInput {
        background: #fff url(../images/category-new/icon-arrow-blue.png) no-repeat right 17px top 50% / 14px 11px;
    }
    #mainService .selectFrame .selectForm .inputSearch span {
        left: 15px;
    }
    #mainService .selectFrame .selectForm .inputSearch span.local {
        left: 20px;
    }
    #mainService .selectFrame .selectForm .inputSearch span.list {
        left: 16px;
    }
    .areaPopupNew .popupWrap {
        width: 342px;
        top: 21px;
    }

    .areaPopup.small .popupWrap {
        top: 21px;
    }

    .areaPopupNew .popupWrap .popupScroll .scrollBox {
        width: 303px;
    }

    .areaPopup.changeHeightPopup .popupWrap {
        top: 21px;
    }
}
/* end main serivce and popup  */
.areaRank {
    margin-top: 31px;
    margin-bottom: 59px;
}
.areaTitle {
    font-size: 32px;
}
.areaRank .inner {
    max-width: 1086px;
}
.traderWrap .boxNumber {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    font-weight: bold;
    color: white;
    background-color: #0092c0;
    z-index: 2;
    border-radius: 9px 0 12px 0;
    padding-bottom: 3px;
}

.boxNumber {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    font-weight: bold;
    color: white;
    background-color: #0092c0;
    z-index: 2;
    border-radius: 0 0 12px 0;
    padding-bottom: 3px;
}
.traderWrap .concernBtn {
    display: flex;
    margin-left: 0;
    margin-top: 7px;
    margin-right: 0px;
    flex-shrink: 0;
}

.traderWrap .concernBtn .favoriteCount {
    font-size: 18px;
    color: #F76969;
    padding-right: 0;
    padding-bottom: 2px;
    margin-left: 3px;
    line-height: 1;
}

.traderWrap .concernBtn.active .favoriteCount {
    color: #fff;
}

.traderWrap .concernBtn a {
    position: relative;
    text-align: center;
    font-size: 10px;
    color: #F76969;
    border-radius: 7px;
    border: 1px solid #F76969;
    padding: 7px 6px 6px 7px;
    width: auto;
    display: flex;
    align-items: center;
    height: 29px;
}

.traderWrap .concernBtn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/trader-detail/loading.gif) no-repeat center;
    background-size: 100%;
    border-radius: 7px;
    display: none;
    z-index: 1;
}
.traderWrap .concernBtn a.loading::before {
    display: block;
}
.traderWrap .concernBtn.active a {
    background-color: #F76969;
    color: #fff;
}

.traderWrap .concernBtn a span {
    position: relative;
    display: flex;
}
.traderWrap .concernBtn a .plus {
    font-size: 10px;
    display: inline-block;
    transform: translate(-1px, 0px);
}
.traderWrap .concernBtn a span.favoriteImage {
    transform: translate(-1px, 0px);
    display: inline-block;
}
.traderWrap .concernBtn a span.favoriteImage .pink {
    display: inline-block;
}
.traderWrap .concernBtn a span.favoriteImage .white{
    display: none;
}

.traderWrap .concernBtn.active a span.favoriteImage .pink {
    display: none;
}
.traderWrap .concernBtn.active a span.favoriteImage .white {
    display: block;
}

.traderWrap {
    margin-bottom: 20.5px;
    background: white;
    border-radius: 10px;
    padding: 31px 29px 28px;
    border: 1px solid #A5A3A9;
    position: relative;
}
.traderWrap:last-child {
    margin-bottom: 0;
}
.traderWrap .traderWrapTitle {
    display: flex;
    gap: 20px;
    position: relative;
}
.traderWrap .traderWrapTitle::before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background: #c8c8c8;
    bottom: 3px;
}
.traderWrap .traderWrapTitle .traderTitleLeft {
    display: flex;
    width: 100%;
}
.traderWrap .traderTitle {
    font-size: 28px;
    width: fit-content;
    letter-spacing: 0.4px;
    color: #40536A;
    font-weight: bold;
    display: flex;
    transform: translateY(-1px);
    flex-shrink: 0;
    font-family: "Noto Sans JP", sans-serif;
}
.traderWrapTitle .reviewBoxRating {
    display: flex;
    align-items: center;
    margin-left: 21px;
}
.traderWrapTitle .ratingStars {
    margin-left: 11px;
    display: flex;
    align-items: center;
    transform: translateY(1px);
}
.traderWrapTitle .ratingStars .rating {
    font-size: 27px;
    color: #F76969;
    margin-left: 10px;
    font-weight: 600;
    transform: translateY(-2px);
    line-height: 1;
}

.traderWrapTitle .ratingStars .rating span {
    font-size: 22px;
    line-height: 1;
    transform: translateY(0);
    letter-spacing: 0.4px;
}
.traderWrapTitle .ratingStars .stars span.full {
    width: 131px;
    position: relative;
    display: block;
    background: #E0E0E0;
    margin: 0 auto;
}
.traderWrapTitle .ratingStars .stars span.full .bgColor {
    background: #FDFE02;
    display: block;
    height: 20px;
}
.traderWrapTitle .ratingStars .stars span.full::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/category-new/icon-star.svg") no-repeat top center;
    background-size: auto;
    background-size: 100%;
    z-index: 1;
}
.traderWrapTitle .seeReview {
    transform: translateY(-3px);
    font-size: 11px;
    font-weight: bold;
    color: #00AFEC;
    margin-left: -2px;
    margin-top: 0;
    letter-spacing: 0px;
    line-height: 1;
}
.traderWrapTitle .seeReview a {
    color: #00AFEC;
    text-decoration: none;
    /* text-underline-offset: 2px; */
    font-size: 16px;
    background: none;
    padding: 0;
    box-shadow: none;
}
.traderWrap .traderTitle .topImg {
    display: inline-block;
    margin-right: 15px;
    transform: translateY(-3px);
}
.traderWrap .traderBox {
    display: flex;
    column-gap: 30px;
    max-width: 1031px;
    margin: 18px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}
.traderWrap .traderBox .traderLeft {
    width: calc(50% - 15px)
}
.traderWrap .traderBox .traderLeft .traderPhoto {
    width: 100%;
}
.traderWrap .traderBox .traderLeft .traderPhoto img {
    width: 100%;
    aspect-ratio: 462/283;
    object-fit: cover;
    object-position: center;
}
.traderWrap .traderBox .concInfo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px;
    flex-direction: column;
}

.traderWrap .traderBox .concInfo li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.traderWrap .traderBox .concInfo li .infoName {
    width: 132px;
    font-size: 12px;
    font-weight: bold;
    background-color: #F1FAFF;
    border: 1px solid #D7F5FF;
    padding: 4.5px 17px 4.5px;
    border-right-width: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
}
.traderWrap .traderBox .concInfo li .feeInfo {
    color: #00AFEC;
    text-decoration: 1px underline;
    text-underline-offset: 2px
}
.traderWrap .traderBox .concInfo li .infoSub {
    display: flex;
    align-items: center;
    width: calc(100% - 132px);
    border: 1px solid #F1FAFF;
    padding: 4.5px 20px 4.5px;
    border-left-width: 0;
    font-size: 12px;
    color: #40536A;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}
.traderWrap .traderBox .concInfo li .infoName a {
    position: relative;
    display: inline-block;
    color: #189ACD;
    text-decoration: 1px underline;
    text-underline-offset: 1px
}
.traderWrap .traderBox .concInfo li:first-child .infoName a {
    color: #00AFEC;
}
.traderWrap .traderBox .concInfo li .infoName a::before {
    content: "";
    display: none;
    position: absolute;
    top: 53%;
    right: 1px;
    transform: translateY(-50%);
    width: 12px;
    aspect-ratio: 18/19;
    background: url(../images/trader-detail/conc-info-icon-arrow.png)no-repeat center/100%;
}

.traderWrap .traderBox .traderRight {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
}
.traderWrap .traderBox .reviewBox {
    display: flex;
    justify-content: center;
    padding-left: 32px;
    max-width: 663px;
    margin: 0 auto 0;
    max-width: unset;
    justify-content: unset;
    flex-direction: column;
    padding-left: 0;
    background: #fffde1;
    padding: 11px 16px 18px;
    border-radius: 8px;
    border: 1px solid #ffd059;
}
.traderWrap .traderBox .arrow {
    width: 37px;
    height: 36px;
}
.traderWrap .traderBox .arrow--left {
    background: url("../images/category-new/arrow-slide.svg") center no-repeat;
    background-size: 100%;
    top: 46.1%;
    transform: translateY(-50%) scaleX(-1);
    left: -17px;
}
.traderWrap .traderBox .arrow--right {
    background: url("../images/category-new/arrow-slide.svg") center no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    top: 47.2%;
    right: -19px;
}
.arrow.arrow--left.arrow--disabled, 
.arrow.arrow--right.arrow--disabled {
    display: none;
}
.traderWrap .traderBox .dots {
    display: flex;
    padding: 10px 0 0;
    justify-content: center;
    flex-wrap: wrap;
}
.traderWrap .traderBox .dots .dot {
    border: none;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 4px 5px;
    padding: 5px;
    cursor: pointer;
}
.traderWrap .traderBox .dots .dot.dot--active {
    background: #0092C0;
}
.traderWrap .traderBox .reviewBox .traderReviewTitle {
    font-size: 16px;
    line-height: 1.5;
    color: #40536a;
    font-weight: bold;
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffd059;
    font-family: "Noto Sans JP", sans-serif;
}
.traderWrap .traderBox .reviewBox .reviewText {
    margin-bottom: 17px;
}
.traderWrap .traderBox .reviewBox .reviewText p {
    font-size: 14px;
    line-height: 1.5;
    color: #40536a;
    letter-spacing: 0.1px;
}
.traderWrap .traderBox .reviewBox .reviewText .seeMore {
    font-size: 14px;
    line-height: 1.5;
    color: #00afef;
    text-decoration: 1px underline;
    margin-top: 12px;
    letter-spacing: 0px;
    width: fit-content;
    
}
.traderWrap .traderBox .reviewBox .listInfoTop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    row-gap: 8px;
}
.traderWrap .traderBox .reviewBox .listInfoTop .reviewCat {
    margin-right: 14px;
}
.traderWrap .traderBox .reviewBox .listInfoTop .reviewCat a {
    color: #00afef;
    background: #f1faff;
    font-size: 11px;
    border-radius: 3px;
    padding: 1px 4px 4px;
}
.traderWrap .traderBox .reviewBox .listInfoTop .infoCnt {
    display: flex;
    transform: translateY(1px);
}
.traderWrap .traderBox .reviewBox .listInfoTop .infoTxt {
    font-size: 11px;
    padding-top: 1px;
    margin-right: 14px;
    letter-spacing: 0px;
    text-decoration: underline;
}
.seeReviewDetail {
    width: 100%;
    margin-top: 12px;
} 
.seeReviewDetail a {
    display:block;
    width: 100%;
    color: white;
    background: #00AFEC;
    padding: 9px 10px 11px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 15px;
    font-family: "Noto Sans JP", sans-serif;
}
.seeReviewDetail a span {
    padding-right: 26px;
    background: url(../images/category-new/icon-arrow-circle-blue.png) no-repeat right 1px top 60% / 15px 16px;
}
.traderWrap .traderBox .traderRight .traderWrap .traderBox .concInfo {
    display: none;
}
.traderWrap .traderBox .concInfo {
    margin-top: 11px;
    transform:translateX(0)
}
.areaRank .rankList .traderWrap .traderBox .recommendPoint {
    width: 100%;
    padding: 10px 20px 10px;
    margin-top: 6px;
    background: #f1faff;
    margin-left: 0;
}
.areaRank .rankList .traderWrap .traderBox  .recommendPoint .recommendPointItem {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.areaRank .rankList .traderWrap .traderBox  .recommendPoint .recommendPointItem:last-child {
    margin-bottom: 0;
}

.areaRank .rankList .traderWrap .traderBox  .recommendPoint .recommendPointItem .recommendPointStep {
    flex-shrink: 0;
    margin-right: 12px;
    background: #f76969;
    padding: 2px 5px 3px 6px;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
}
.areaRank .rankList .traderWrap .traderBox  .recommendPoint .recommendPointItem .recommendPointTitle {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

/* iframeButAir */
.iframeButAir {
    max-width: 1060px;
    padding-left: 5px;
    margin: 19px auto 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.iframeButAir .iframeBtnView {
    max-width: 293px;
    width: 100%;
    margin-right: 38px;
}

.iframeButAir .iframeBtnView a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 44px;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
    font-size: 17px;
    color: #00AFEC;
    background: #FFEF75;
    font-family: "Noto Sans JP", sans-serif;
}

.iframeButAir .iframeBtnView a .iframeSymp {
    margin-right: 24px;
    font-size: 16px;
    transform: translate(2px, -1px);
}

.iframeButAir .iframeBtnReview a .iframeBtnText {
    position: relative;
    padding-left: 25px;
}
.iframeButAir .iframeBtnReview a .iframeBtnText::before {
    content: "";
    position: absolute;
    background: url(../images/category-new/icon-money-ja.png) no-repeat;
    background-size: 14px 18px;
    width: 14px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.iframeButAir .iframeContact {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 298px;
    min-width: 298px;
    width: 100%;
    margin-right: 41px;
    transform: translateY(0px);
}

.iframeButAir .iframeContact a {
    color: #FF6E01;
}

.iframeButAir .iframeContact a .iframePhoneNum {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1px;
    position: relative;
    padding-left: 40px;
}

.iframeButAir .iframeContact a .iframePhoneNum:before {
    content: "";
    position: absolute;
    background: url(../images/common/icon-phone-orange.svg) no-repeat;
    background-size: 100%;
    width: 33px;
    height: 33px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.iframeButAir .iframeContact a .iframeContactSub {
    font-size: 12px;
    font-weight: bold;
    margin-top: 4px;
    text-align: left;
    letter-spacing: 0;
    margin-left: 4px;
    width: 100%;
    display: block;
}
.iframeButAir .iframeBtnMail {
    margin-right: 0;
}

.iframeButAir .iframeBtnMail a {
    background: #EF4646;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.iframeButAir .iframeBtnMail a .iframeBtnText {
    position: relative;
    padding-left: 31px;
}

.iframeButAir .iframeBtnMail a .iframeBtnText:before {
    content: "";
    position: absolute;
    background: url(../images/common/icon-mail-new.svg) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.traderWrap .traderBox .starReviewRating {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.traderWrap .itemStar {
    margin-right: 10px;
    display: flex;
    align-self: center;
    transform: translateY(-4px);
}

.traderWrap .itemStar .listStarPoint {
    display: flex;
    justify-content: flex-start;
}

.traderWrap .itemStar .listStarPoint li {
    position: relative;
    overflow: hidden;
}

.traderWrap .itemStar .listStarPoint li+li {
    margin-left: 5.4px;
}

.traderWrap .itemStar .listStarPoint li .star-detail {
    position: relative;
    width: 27.8px;
    height: 27.3px;
    background: url(../images/common/icon_star_01.svg) no-repeat top left / contain;
}
.traderWrap .itemStar .listStarPoint li .star-detail img {
    width: 100%;
    display: block;
}
.traderWrap .itemStar .listStarPoint li .ratingStar {
    position: absolute;
    top: 0;
    left: 0px;
    background: url(../images/common/icon_star_01.svg) no-repeat left -0.7px top -1px/cover;
    z-index: 3;
    height: 27px;
}

.traderWrap .itemStar .number {
    font-size: 27px;
    color: #F76969;
    margin-left: 6px;
    font-weight: bold;
    letter-spacing: 0.7px;
    transform: translateY(-1px);
    line-height: 1;
}
.traderWrap .reviewBox .itemStar {
    transform: translateY(0);
}
.traderWrap .reviewBox .itemStar .listStarPoint li .star-detail {
    width: 21px;
    height: 20px;
}
.traderWrap .reviewBox .itemStar .listStarPoint li .ratingStar {
    height: 20px;
}
.traderWrap .reviewBox .itemStar .number {
    font-size: 21px;
    margin-left: 5px;
}

.btnWhite {
    width: 100%;
    margin-top: 40px;
}

.btnWhite a {
    width: 100%;
    max-width: 240px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #00afef;
    border: 1px solid #00afef;
    border-radius: 50px;
    padding: 9px 0 8px;
    margin: 0 auto;
}
.btnReview {
    margin-top: 30px;
}
.areaReview {
    margin-bottom: 58px;
}
.areaReview .areaTitle {
    margin-bottom: 36px;
}
@media (min-width: 769px) {

    .traderWrapTitle .seeReview a:hover {   
        text-decoration: underline;
    }
    .traderWrap .traderBox .reviewBox .listInfoTop .reviewCat a:hover {
        text-decoration: none;
        background: #00afef;
        color: #FFFFFF;
    }
    .traderWrap .traderBox .concInfo li .infoName a:hover {
        text-decoration: none;
        opacity: 1;
    }
    .traderWrap .traderBox .reviewBox .reviewText .seeMore {
        cursor: pointer;
    }
    .traderWrap .traderBox .reviewBox .reviewText .seeMore:hover {
        text-decoration: none;
    }
    .iframeButAir .iframeBtnView a:hover {
        opacity: 0.6;
    }

    .iframeButAir .iframeContact a {
        pointer-events: none;
    }
    .btnWhite a:hover {
        color: #fff;
        background-color: #0092C0;
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .iframeButAir {
        padding: 0 0;
    }
    .iframeButAir .iframeContact {
        max-width: clamp(260px, 27.9vw, 298px);
        min-width: clamp(260px, 27.9vw, 298px);
        margin-right: 3.72vw;
    }
    .iframeButAir .iframeBtnView {
        margin-right: 3.45vw;
    }
    .iframeButAir .iframeContact a .iframePhoneNum {
    }
    .iframeButAir .iframeBtnMail {
        margin-right: 0;
    }
    .iframeButAir .iframeContact a .iframePhoneNum:before {
        width: clamp(29px, 3vw, 33px);
        height: clamp(29px, 3vw, 33px);
    }

    .iframeButAir .iframeBtnView a {
    }
}
@media (max-width: 900px) and (min-width: 769px) {
    .traderWrap {
        padding: 25px 20px 24px;
    }
    .iframeButAir .iframeBtnView {
        margin-right: 2.45vw;
    }
    .iframeButAir .iframeContact { 
        margin-right: 2.72vw;
    }
    .iframeButAir .iframeBtnMail {
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .areaTitle {
        font-size: 22px;
         letter-spacing:0;
    }
    .areaRank {
        margin-top: 7px;
        margin-bottom: 41px;
    }
    .hover:hover {
        opacity: 1;
    }
    .areaRank .inner {

        padding: 0 5.1%;
    }
    .traderWrap .traderBox .concInfo {
        flex-direction: column;
        margin-top: 0;
    }

    .traderWrap .traderBox .concInfo li {
        width: 100%;
    }

    .traderWrap .traderBox .concInfo li .infoName {
        display: flex;
        align-items: center;
        padding: 3px 7px 3px 7px;
        width: 103px;
        font-size: 10px;
        border-right-width: 1px;
        letter-spacing: 0;
        border-bottom-width: 0;
        min-height: 32px;
        line-height: 1.5;
    }
    .traderWrap .traderBox .concInfo li .infoName a {
        color: #189ACD;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .traderWrap .traderBox .concInfo li .infoName a::before {
        display: none;
    }
    .traderWrap .traderBox .concInfo li .infoSub {
        width: calc(100% - 103px);
        border-bottom-width: 0;
        padding: 5px 39px 5px;
        line-height: 1.56;
        font-size: 10px;
    }

    .traderWrap .traderBox .concInfo li:last-child .infoName,
    .traderWrap .traderBox .concInfo li:last-child .infoSub {
        border-bottom-width: 1px;
    }
    .traderWrap .traderWrapTitle {
        padding-bottom: 5px;
        margin-top: 7px;
    }
    .traderWrap .traderWrapTitle .traderTitleLeft {
        flex-direction: column;
    }
    
    .reviewBox {
        display: block;
        padding: 0;
        margin-bottom: 15px;
    }
    .traderWrap .concernBtn.pc {
        display: none;
    }
    .traderWrap .concernBtn {
        margin-top: 0px;
        margin-left: 32px;
        transform: translateY(-3px);
    }
    .traderWrap .concernBtn a {
        min-width: unset;
        background-color: #fff;
        color: #F76969;
        padding: 5px 6px 4px 7px;
        border: 1px solid #F76969;
    }
    .traderWrap .concernBtn a span::before {
        background-image: url(../images/trader-detail/concer-btn-02.svg);
    }

    .traderWrap {
        padding: 18px 19px 29px;
        margin-bottom: 30px;
    }

    .traderWrap .traderPhoto img {
        aspect-ratio: 304 / 184;
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
    .traderWrap .traderBox {
        flex-direction: column;
        margin-top: 6px;
        row-gap: 1px;
    }
    .traderWrap .traderBox .traderLeft {
        margin-bottom: 18px;
    }
    .traderWrap .traderBox .traderLeft,
    .traderWrap .traderBox .traderRight {
        width: 100%;
    }
    .traderWrap .traderBox .traderLeft .traderWrap .traderBox .concInfo {
        display: none;
    }
    .traderWrap .traderBox .traderRight .traderWrap .traderBox .concInfo {
        display: flex;
    }
    .traderWrap .traderBox .traderLeft .traderPhoto {
        margin-bottom: 16px;
    }
    .traderWrap .traderBox .traderLeft .traderPhoto img {
        aspect-ratio: 330.69 / 201;
        width: 100%;
        height: 100%;
    }
    .traderWrap .traderWrapTitle::before {
        display: none;
    }
    .traderWrap .traderTitle {
        font-size: 20px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        letter-spacing: 0px;
        letter-spacing: 0px;
        transform: translateY(0px);
        width: 100%;
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 1px;
    }
    .traderWrap .traderTitle .topImg {
        transform: translateY(-1px);
        margin-right: 0;
    }
    .traderWrap .itemStar {
        margin-right: 3px;
    }
    .traderWrap .itemStar .listStarPoint {
        align-items: center;
        margin-right: -2px;
    }
    .traderWrapTitle .reviewBoxRating {
        margin-left: 0;
        padding-top: 13px;
    }
    .traderWrap .itemStar .listStarPoint li+li {
        margin-left: 3.3px;
    }
    .traderWrap .itemStar .listStarPoint li .star-detail {
        width: 15px;
        height: 15px;
    }
    .traderWrap .itemStar .listStarPoint li .ratingStar {
        height: 15px;
    }
    .traderWrap .itemStar .number {
        font-size: 22px;
    }
    .traderWrapTitle .seeReview a {
        font-size: 14px;
        letter-spacing: 0;
    }
    .areaRank .rankList .traderWrap .traderBox .recommendPoint  {
        padding: 10px 8px;
        margin-top: 6px;
    }
    .areaRank .rankList .traderWrap .traderBox .recommendPoint .recommendPointItem {
        margin-bottom: 9px;
    }
    .areaRank .rankList .traderWrap .traderBox .recommendPoint .recommendPointItem .recommendPointStep {
        margin-right: 9px;
        padding: 2px 10px;
        letter-spacing: -1.1px;
        font-size: 12px;
    }
    .areaRank .rankList .traderWrap .traderBox .recommendPoint .recommendPointItem .recommendPointTitle {
        font-size: 12px;
        transform: translateY(-3px);
    }
    .traderWrap .traderBox .reviewBox {
        padding: 12px 16px 20px;
    }
    .traderWrap .traderBox .reviewBox .traderReviewTitle {
        font-size: 14px;
        padding-bottom: 6px;
        margin-bottom: 7px;
        margin-right: 5px;
    }
    .traderWrap .traderBox .reviewBox .starReviewRating {
        margin-bottom: 9x;
    }
    .traderWrap .traderBox .reviewBox .reviewText {
        margin-bottom: 17px;
    }
    .traderWrap .traderBox .reviewBox .listInfoTop {
        gap: 8px;
    }
    .traderWrap .traderBox .reviewBox .listInfoTop .infoTxt {
        margin-right: 16px;
    }
    .seeReviewDetail {
        margin-top: 16px;
        margin-bottom: 0px;
    }
    .seeReviewDetail a {
        background: #00B1EB;
        color: #ffffff;
        font-size: 14px;
        border-radius: 10px;
        padding: 6px 10px;
        height: 44px;
        margin: 0 auto;
        width: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .seeReviewDetail a span {
        padding-right: 32px;
        background-size: 16px;
        background-position: right 3px top 58%;
    }

    .iframeButAir {
        flex-direction: column;
        margin-bottom: 0;
        padding: 0;
        margin-top: 20px;
        max-width: 360px;   
    }

    .iframeButAir .iframeBtnView {
        width: 100%;
        margin-right: 0;
        max-width: 330px;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .iframeButAir .iframeBtnView a {
        font-size: 15px;
        border-radius: 15px;
        height: 44px;
    }

    .iframeBtnReview a .iframeBtnText {
        position: relative;
        padding-right: 19px;
    }
    .iframeButAir .iframeBtnView a .iframeSymp {
        margin-right: 15px;
        font-size: 24px;
        transform: translate(6px, 0px);
    }
    .iframeButAir .iframeBtnReview a .iframeBtnText::before {
        background-size: 14px 18px;
        width: 14px;
        height: 18px;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
    }
    /* .iframeBtnReview a .iframeBtnText:after {
        content: "";
        position: absolute;
        background: url(../images/category/icon-link-04.svg) no-repeat;
        background-size: 100%;
        width: 16px;
        height: 16px;
        top: 3px;
        right: 0;
    } */

    .iframeButAir .iframeContact {
        width: 100%;
        flex-direction: row;
        min-width: initial;
        max-width: 330px;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 11px;
        transform: none;
    }

    .iframeButAir .iframeContact a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        height: 44px;
        padding: 3px 10px;
        border-radius: 15px;
        font-weight: bold;
        color: #fff;
        background: #FF6E01;
        box-shadow: none;
        width: 100%;
    }

    .iframeButAir .iframeContact a .iframePhoneNum {
        font-size: 24px;
        letter-spacing: 0;
        padding-left: 24px;
        padding-right: 24px;
        line-height: 1;
        max-width: 230px;
    }

    .iframeButAir .iframeContact a .iframePhoneNum:before {
        background-image: url('../images/category-new/icon-phone-white.svg');
        width: 24px;
        height: 24px;
        top: 50%;
        transform: translateY(-50%);
        left: -5px;
    }
    .iframeButAir .iframeContact a .iframeContactSub {
        margin-top: 1px;
        text-align: center;
        line-height: 1;
    }

    .iframeButAir .iframeBtnMail {
        margin-bottom: 0;
    }
    .iframeButAir .iframeBtnMail a .iframeBtnText {
        padding-left: 30px;
        padding-right: 13px;
    }
    .iframeButAir .iframeBtnMail a {
        background: #EF4646;
        font-size: 14px;
        letter-spacing: 0;
    }

    .iframeButAir .iframeBtnMail a .iframeBtnText:before {
        left: -2px;
    }

    .traderWrap .traderBox .itemStar {
        margin-right: 8px;
    }

    .traderWrap .traderBox .itemStar .listStarPoint li+li {
        margin-left: 4px;
    }

    .traderWrap .traderBox .itemStar .listStarPoint li .star-detail {
        width: 14px;
        height: 13px;
    }

    .traderWrap .traderBox .itemStar .listStarPoint li .ratingStar {
        height: 13px;
    }

    .traderWrap .traderBox .itemStar .number {
        font-size: 18px;
        margin-left: 8px;
    }
    .traderWrap .traderBox .reviewBox .listInfoTop .reviewCat {
        width: 100%;
    }
    .traderWrap .traderBox .reviewBox .reviewText .seeMore {
        margin-top: 7px;
    }
    .traderWrap .reviewBox .itemStar .number {
        font-size: 20.3px;
        margin-left: 9px;
        letter-spacing: 0.8px;
    }
    .areaReview {
        margin-bottom: 50px;
    }
    .areaReview .areaTitle {    
        margin-bottom: 22px;
    }
    .areaReview .reviewBox .starReview {
        margin: 0 auto 33px;
    }
    .areaReview .itemReviewNew .boxInfoTop {
        padding-top: 10px;
    }
}

@media (max-width: 430px) {
    .areaRank .rankList .traderWrap .traderBox .recommendPoint {
        padding: 11px 10px;
        width: 100%;
        margin-top: 5px;
    }

    .areaRank .rankList .traderWrap .traderBox .recommendPoint .recommendPointItem .recommendPointStep {
        font-size: 10px;
        padding: 1px 3px 3px 6px;
        margin-right: 8px;
        letter-spacing: 0.4px;
        border-radius: 3px;
    }

    .areaRank .rankList .traderWrap .traderBox .recommendPoint .recommendPointItem .recommendPointTitle {
        font-size: 10px;
    }
    .seeReviewDetail a {
        width: 100%;
    }
    .iframeButAir {
        max-width: 100%
    }
}

/* areaCons */
.areaConsExample {
    margin-bottom: 68px;
}
.areaConsExample .areaTitle {
    margin-bottom: 31px;
}

.areaConsExample .wrapConsExample .boxConsExample {
    background: #ffffff;
    width: 100%;
    margin: 0 auto 23px;
}

.areaConsExample .wrapConsExample .boxConsExample::-webkit-scrollbar {
    height: 10px
}

.areaConsExample .wrapConsExample .boxConsExample::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #ccc
}

.areaConsExample .wrapConsExample .boxConsExample::-webkit-scrollbar-thumb {
    background: #00AFEC;
    border-radius: 10px
}

.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .constructionItem {
    min-width: 320px;
    max-width: 320px;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct {
    width: 100%;
    height: 100%;
    background: #F1FAFF;
    border-radius: 5px;
    border: 1px solid #0083CF;
    padding: 11px 8px 12px;
}

.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct:last-child {
    margin-right: 0;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .titleItemConstruct {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #199ACD;
    margin-bottom: 9px;
    margin-left: 11px;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .titleItemConstruct a {
    display: inline-block;
    color: #00AFEC;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .titleItemConstruct a .line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .itemConstructCat {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-bottom: 5px;
    margin-left: 11px;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .itemConstructCat li a {
    display: inline-block;
    font-size: 11px;
    color: #00AFEC;
    background-color: #D7F5FF;
    border-radius: 4px;
    padding: 3px 6px;
}
.areaConsExample .wrapConsExample .boxConsExample  .dots {
    display: flex;
    padding: 20px 0 0;
    justify-content: center;
    flex-wrap: wrap;
}
.areaConsExample .wrapConsExample .boxConsExample  .dots .dot {
    border: none;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 4px 5px;
    padding: 4px;
    cursor: pointer;
}
.areaConsExample .wrapConsExample .boxConsExample .dots .dot.dot--active {
    background: #0092C0;
}
.wrapConstruct {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.wrapConstruct .boxConstructPhoto {
    margin-right: 15px;
    width: 67.9%;
}

.wrapConstruct .boxConstructPhoto:last-child {
    margin-right: 0;
}

.wrapConstruct .boxConstructPhoto .constructPhoto {
    border: 3px solid #ffffff;
    display: inline-block;
    width: 100%;
}

.wrapConstruct .boxConstructPhoto .constructPhoto img {
    aspect-ratio: 256/167;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wrapAddress {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin: 0px 2px 9px 0;
}

.wrapAddress .txtAddress {
    font-size: 11px;
    font-weight: bold;
    padding-left: 14px;
    color: #000000;
    position: relative;
    margin-right: 17px;
}

.wrapAddress .txtAddress:before {
    content: "";
    position: absolute;
    background: url('../images/trader-detail/icon-place.svg') no-repeat;
    background-size: 100%;
    width: 10px;
    height: 15px;
    top: 2px;
    left: 0;
}

.wrapAddress .timeConstruct {
    font-size: 11px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.3px;
}

.wrapInfoWork {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #ffffff;
    padding: 4px 5px 2px;
    margin-bottom: 9px;
}

.wrapInfoWork .boxWorkTime {
    display: inline-block;
    position: relative;
    margin-right: 9px;
}

.wrapInfoWork .boxWorkLine {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 20px;
    vertical-align: sub;
}
.wrapInfoWork .boxWorkLine:after {
    content: "";
    position: absolute;
    background: #000000;
    width: 1px;
    height: 20px;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%) rotate(46deg);
}

.wrapInfoWork .boxWorkFee {
    padding-right: 0;
    margin-right: 0;
}

.wrapInfoWork .boxWorkTime:nth-child(2n) {
    margin-right: 0;
}

.wrapInfoWork .boxWorkTime .nameWorkTime {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}

.wrapInfoWork .boxWorkFee .nameWorkTime {
    margin-right: 13px;
}

.wrapInfoWork .boxWorkFee:after {
    display: none;
}

.wrapInfoWork .boxWorkTime .numberWorkTime {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1.1px;
    display: inline-block;
}

.wrapInfoWork .boxWorkTime .numberWorkTime .txtMinutes {
    font-size: 14px;
}

.wrapInfoWork .boxWorkFee .numberWorkTime {
    color: #FC676D;
    letter-spacing: 1px;
}

.listConsExample {
    display: flex;
    flex-wrap: wrap;
    margin:0 1px 9px;
}

.listConsExample li {
    width: calc((100%/2) - 10px);
    margin-right: 20px;
    border: solid #189ACD;
    border-width: 1px 1px 1px 7px;
    border-radius: 0 10px 10px 0;
    background: #ffffff;
    padding: 2px 23px 4px 15px;
    text-align: center;
}

.listConsExample li:nth-child(n + 3) {
    margin-top: 10px;
}

.listConsExample li:nth-child(2n),
.listConsExample li:last-child {
    margin-right: 0;
}

.listConsExample li .nameKinds {
    font-size: 10px;
    font-weight: bold;
    color: #189ACD;
    margin-bottom: 3px;
}

.listConsExample li .txtKinds {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
}

.iframeConsExample {
    background: #ffffff;
    padding: 9px 10px 16px;
}

.iframeConsExample .subConsExample {
    font-size: 16px;
    font-weight: bold;
    color: #0083CF;
    margin-bottom: 12px;
    line-height: 1.45;
}

.iframeConsExample .txtConsExample {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    letter-spacing: 0.2px;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .learWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 9px;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .learMore {
    width: auto;
    margin: 0;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .learMore a {
    position: relative;
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 11px 29px 10px 12px;
    background: #FDBE2C;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .learMore a:after {
    content: "";
    position: absolute;
    top: 51%;
    right: 11px;
    transform: translateY(-50%);
    width: 14px;
    height: auto;
    aspect-ratio: 14/16;
    background-image: url(../images/trader-detail/icon-link-yellow.svg);
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .learMore.moreCompany a {
    background-color: #00AFEC;
    padding-right: 30px;
    padding-left: 9px;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .learMore.moreCompany a::after {
     background-image: url(../images/trader-detail/icon-link-blue.svg);
}

/* contentConsExampleAfter */
.wrapItemConstructAfter .wrapConstruct {
    position: relative;
}

.wrapItemConstructAfter .wrapConstruct:before {
    content: "";
    position: absolute;
    background: url('../images/trader-detail/icon-tranfer-construct.svg') no-repeat;
    background-size: 100%;
    width: 59px;
    height: 54px;
    top: 48%;
    left: 51.5%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.wrapItemConstructAfter .wrapConstruct .boxConstructPhoto {
    position: relative;
    width: calc((100% /2) - 6px);
}

.wrapItemConstructAfter .wrapConstruct .boxConstructPhoto .constructPhoto {}

.wrapItemConstructAfter .wrapConstruct .boxConstructPhoto .constructPhoto img {
    aspect-ratio: 202/168;
}

.wrapItemConstructAfter .wrapConstruct .boxConstructPhoto .txtBeforeConstruc {
    position: absolute;
    bottom: 11px;
    left: 3px;
    background: #4D4545;
    border-radius: 0 10px 10px 0;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    padding: 2px 12px 2px 12px;
    letter-spacing: 0.2px;
    width: 65px;
    text-align: center;
    text-transform: uppercase;
}

.wrapItemConstructAfter .wrapConstruct .boxConstructPhotoAfter .txtBeforeConstruc {
    background: #FDBE2C;
}

/* contentPopupCons */
.contentPopupCons {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.contentPopupCons.showPopup {
    display: block;
}

.contentPopupCons .wrapPopupCons {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentPopupCons .wrapPopupCons .boxPopupCons {
    max-width: 1000px;
    margin: 0 auto;
    background: #F1FAFF;
    padding: 15px 21px 45px;
    position: relative;
    z-index: 10;
    width: 97%;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .popupContentCons {
    height: 71.2vh;
    overflow-y: auto;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .popupContentCons::-webkit-scrollbar {
    display: none;
}
.areaConsExample .wrapConsExample .boxConsExample .contentConsExample .boxPopupCons .titleItemConstruct {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #199ACD;
    margin-bottom: 0;
}
.contentPopupCons .wrapPopupCons .boxPopupCons .iframePopupCons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .iframePopupCons .contentInfoWorkPopup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 58.8%;
    justify-content: space-between;
    flex-grow: 1;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .iframePopupCons .contentInfoWorkPopup.sp {
    display: none;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .iframePopupCons .wrapAddress {
    margin: 10px 10px 16px 0;
    flex-grow: 1;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .iframePopupCons .wrapInfoWork {
    width: auto;
    flex-grow: 1;
    padding: 2px 10px 1px 10px;
    text-align: center;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapConstruct {
    margin-bottom: 10px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapConstruct .boxConstructPhoto {
    width: 49.2%;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapConstruct .boxConstructPhoto:nth-child(2n),
.contentPopupCons .wrapPopupCons .boxPopupCons .wrapConstruct .boxConstructPhoto:last-child {
    margin-right: 0;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapConstruct .boxConstructPhoto img {
    aspect-ratio: 466/375;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample {
    margin: 0 3px 11px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li {
    width: calc((100%/4) - 15px);
    margin-right: 15px;
    padding: 3px 23px 1px 15px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li:nth-child(2n) {
    margin-right: 15px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li:nth-child(4n) {
    margin-right: 0;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li:nth-child(n +3) {
    margin-top: 0;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li:nth-child(n + 5) {
    margin-top: 10px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li .nameKinds {
    font-size: 12px;
    margin-bottom: 3px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li .txtKinds {
    font-size: 19px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .iframeConsExample {
    padding: 26px 19px 26px;
    margin-bottom: 0;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .iframeConsExample .itemPopupCons {
    margin-bottom: 25px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .iframeConsExample .itemPopupCons:last-child {
    margin-bottom: 0;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .iframeConsExample .itemPopupCons .subConsExample {
    margin-bottom: 8px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .iframeConsExample .itemPopupCons .txtConsExample {
    text-overflow: initial;
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .closeCons {
    max-width: 132px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 16px;
    color: #ffffff;
    background: #00AFEC;
    padding: 9px 10px;
    text-align: center;
    margin: 30px auto 0;
    cursor: pointer;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct {
    margin-bottom: 9px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct .boxConstructPhoto {
    margin-right: 41px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct .boxConstructPhoto:nth-child(2n),
.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct .boxConstructPhoto:last-child {
    margin-right: 0;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct:before {
    width: 112px;
    height: 97px;
    top: 47.7%;
    left: 51.2%;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct .boxConstructPhoto img {
    aspect-ratio: 454 / 376;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct .boxConstructPhoto .txtBeforeConstruc {
    bottom: 18px;
    left: 3px;
    border-radius: 0 15px 15px 0;
    font-size: 21px;
    padding: 4px 22px 6px 22px;
    width: 146px;
    text-align: left;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .listConsExample {
    margin: 0 3px 20px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .listConsExample li {
    width: calc((100% / 4) - 15px);
    padding-bottom: 4px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .iframeConsExample {
    padding: 26px 22px 26px;
}

.contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .closeCons {
    margin-top: 20px;
}

.contentPopupCons .popupOverlay {
    background: rgba(0, 0, 0, 0.57);
}

.areaConsExample .wrapConsExample .viewMore {
    width: 112px;
    margin: 30px auto 0px;
}

.areaConsExample .wrapConsExample .viewMore a {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #00AFEC;
    border: 1px solid #00AFEC;
    border-radius: 50px;
    padding: 8px 0 7px;
}
.areaConsExample .boxConsExample .arrow {
    position: absolute;
    top: 51.7%;
    transform: translateY(-50%);
    background: url(../images/index/arrow-slide.svg) no-repeat center center / cover;
    width: 37px;
    height: 37px;
    cursor: pointer;
}
.areaConsExample .boxConsExample .arrow.arrow--left {
    left: -1px;
    transform: translateY(-61%) rotate(-180deg);
}
.areaConsExample .boxConsExample .arrow.arrow--right {
    right: -1px;
}
.areaConsExample .boxConsExample .arrow.arrow--disabled {
    display: none;
}
.contentPopupCons .wrapPopupCons .boxPopupCons .iframeConsExample .itemPopupCons .subConsExample {
    font-size: 20px;
}
.contentPopupCons .wrapPopupCons .boxPopupCons .wrapInfoWork .boxWorkTime .numberWorkTime {
    font-size: 20px;
}

@media (max-width: 1000px) and (min-width: 769px){
    .contentPopupCons .wrapPopupCons .boxPopupCons .iframePopupCons .contentInfoWorkPopup {
        width: 60.8%;
    }
}

@media (min-width: 769px) {
    .areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .learMore a:hover,
    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .closeCons:hover {
        opacity: 0.7;
    }

    .areaConsExample .wrapConsExample .viewMore a:hover {
        background: #00AFEC;
        color: #fff;
    }
    .areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .titleItemConstruct a:hover {
        text-decoration: none;
    }
    .areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .itemConstructCat li a:hover {
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .areaConsExample {
        margin-bottom: 62px;
    }
    .areaConsExample .areaTitle {
        margin-bottom: 24px;
    }
    .areaConsExample .wrapConsExample .boxConsExample .contentConsExample {
        width: 100%;
    }
    .areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .titleItemConstruct {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .itemConstructCat {
        gap: 5px;
        margin-bottom: 7px;
    }
    .areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .itemConstructCat li a {
        font-size: 11px;
        padding: 3px 6px;
    }
    .areaConsExample .wrapConsExample .boxConsExample {
        width: calc(100% - 20px);
        margin: 0 auto 5px;
        padding: 0 0 5px;
    }
    .areaConsExample .wrapConsExample .boxConsExample .dots {
        padding: 20px 0 0;
    }
    .wrapItemConstructAfter .wrapConstruct:before {
        width: 60px;
        height: 54px;
        top: 47.7%;
        left: 51.2%;
    }
    .wrapConstruct {
        margin-bottom: 7px;
    }
    .wrapConstruct .boxConstructPhoto .constructPhoto img {
        aspect-ratio: 256/167;
    }

    .wrapAddress {
        margin: 0px 2px 7px 0;
    }

    .wrapInfoWork {
        padding: 2px 10px 2px 10px;
        margin-bottom: 9px;
    }
    .wrapInfoWork .boxWorkFee {
        padding-right: 0;
    }
    .listConsExample {
        margin: 0 0px 8px;
    }

    .listConsExample li {
        width: calc((100% / 2) - 11px);
        margin-right: 21px;
        padding: 2px 23px 4px 15px;
    }
    .iframeConsExample .subConsExample {
        line-height: 1.5;
    }

    .iframeConsExample .txtConsExample {
        line-height: 1.5;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons {
        padding: 17px 11px 45px;
        width: 88.9%;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .iframeConsExample {
        padding: 26px 19px 36px;
    }
    .areaConsExample .wrapConsExample .boxConsExample .contentConsExample .boxPopupCons .titleItemConstruct {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contentPopupCons .wrapPopupCons .boxPopupCons .iframePopupCons .contentInfoWorkPopup.pc {
        display: none;
    }
    .contentPopupCons .wrapPopupCons .boxPopupCons .iframePopupCons .contentInfoWorkPopup.sp {
        display: flex;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapConstruct {
        margin: 0 10px 10px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapConstruct .boxConstructPhoto {
        width: 61.2%;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapConstruct .boxConstructPhoto img {
        aspect-ratio: 256 / 167;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapAddress {
        margin: 0px 12px 5px 10px;
    } 

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapInfoWork {
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample {
        margin: 0 10px 18px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li {
        width: calc((100% / 2) - 10px);
        margin-right: 20px;
        padding: 2px 23px 3px 15px;
    }
    .contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li .nameKinds {
        font-size: 10px;
        margin-bottom: 0;
    }
    .contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li .txtKinds {
        font-size: 15px;
    }
    .contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li:nth-child(2n),
    .contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li:last-child {
        margin-right: 0;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .listConsExample li:nth-child(n + 3) {
        margin-top: 10px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .iframeConsExample .itemPopupCons {
        margin-bottom: 1px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .iframeConsExample .txtConsExample {
        line-height: 1.74;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct {
        margin: 0 11px 9px 6px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct .boxConstructPhoto {
        margin-right: 16px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .listConsExample {
        margin: 0 10px 20px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .listConsExample li {
        width: calc((100%/2) - 10px);
        margin-right: 20px;
        padding-bottom: 3px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .listConsExample li:nth-child(2n),
    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .listConsExample li:last-child {
        margin-right: 0;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct .boxConstructPhoto .txtBeforeConstruc {
        font-size: 11px;
        width: 65px;
        padding: 1px 12px 2px 10px;
        text-align: center;
        bottom: 10px;
        left: 3px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .iframeConsExample {
        padding: 26px 19px 36px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .wrapConstruct:before {
        width: 61px;
        height: 56px;
    }

    .contentPopupCons .wrapPopupCons .boxPopupCons .closeCons,
    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapItemConstructAfter .closeCons {
        margin-top: 25px;
    }

    .areaPropose .seeMore {
        margin-right: -5px;
    }
    .areaConsExample .boxConsExample .arrow.arrow--right {
        right: 5px;
    }
}

@media(max-width: 450px) {
    .wrapInfoWork {
        padding: 5px;
    }
    .wrapInfoWork .boxWorkTime .numberWorkTime {
        font-size: 18px;
    }
}
@media(max-width: 430px) {
    .areaConsExample .wrapConsExample .boxConsExample {
        width: 100%;
    }
    .wrapInfoWork {
        width: 100%;
        text-align: center;
        padding: 4px 5px 1px;
    }
    .contentPopupCons .wrapPopupCons .boxPopupCons .wrapInfoWork {
        width: 100%;
    }
    .wrapInfoWork .boxWorkFee {
        min-height: inherit;
    }
    .wrapInfoWork .boxWorkTime.boxWorkFee .nameWorkTime {
        margin-right: 10px;
    }
    .wrapInfoWork .boxWorkTime .nameWorkTime {
        vertical-align: middle;
        margin-right: 5px;
    }
    .wrapInfoWork .boxWorkTime .numberWorkTime {
        vertical-align: middle;
    }
    .wrapInfoWork .boxWorkLine:after {
        top: 60%;
    }
    .wrapInfoWork .boxWorkTime:nth-child(2n) {
        padding-right: 0;
    }
}
@media(max-width: 360px) {
    .areaConsExample .wrapConsExample .boxConsExample .contentConsExample .wrapItemConstruct .learWrap {
        gap: 8px;
    }
}
/* areaFAq */
.areaFaq {
    margin: 0 0 60px;
}

.areaFaq .areaTitle {
    margin-bottom: 32px;
}

.areaFaq .faqWrap {
    margin-bottom: 0;
}

.areaFaq .faqWrap .faqList li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.areaFaq .faqWrap .faqList .faqQuestion {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #D9EFF6;
    font-weight: bold;
    padding: 13px 73px 13px 16px;
    cursor: pointer;
    font-size: 16px;
}

.areaFaq .faqWrap .faqList .faqQuestion:before {
    content: "";
    position: absolute;
    top: 49%;
    right: 16px;
    transform: translateY(-50%) rotate(0);
    width: 21px;
    height: 21px;
    background: url(../images/common/icon-arrow-review.svg) no-repeat;
    background-size: 100%;
    transition: all .3s;
}

.areaFaq .faqWrap .faqList .faqQuestion.open:before {
    transform: translateY(-50%) rotate(180deg);
}

.areaFaq .faqWrap .faqList .faqQuestion .alphabet {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
}

.areaFaq .faqWrap .faqList .faqQuestion .questText {
    letter-spacing: 0.3px;
}

.areaFaq .faqWrap .faqList .faqAnswer {
    display: none;
    width: 100%;
    padding: 13px 17px 18px;
}

.areaFaq .faqWrap .faqList .faqAnswer .answer {
    width: 100%;
    font-size: 16px;
    line-height: 1.98;
    text-align: justify;
}

.areaFaq .faqSuppllier {
    display: flex;
    flex-wrap: wrap;
}

.areaFaq .faqSuppllier .suppBox {
    width: calc(100%/3 - 13px);
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    padding: 9px 9px 15px;
}

.areaFaq .faqSuppllier .suppBox:not(:nth-child(3n)) {
    margin-right: 19px;
}

.areaFaq .faqSuppllier .suppBox .suppTop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.areaFaq .faqSuppllier .suppBox .suppTop .topPhoto {
    width: 50px;
    margin-right: 10px;
}

.areaFaq .faqSuppllier .suppBox .suppTop .topPhoto img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.areaFaq .faqSuppllier .suppBox .suppTop .topName {
    width: calc(100% - 70px);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.areaFaq .faqSuppllier .suppBox .suppSub {
    padding: 0 6px;
    line-height: 1.6;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}

.areaFaq .faqSuppllier .suppBox .suppPrice {
    margin-bottom: -10px;
}

.areaFaq .faqSuppllier .suppBox .suppPrice .priceName {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.areaFaq .faqSuppllier .suppBox .suppPrice .priceList {
    margin: 0 6px;
    border: 1px solid #C8C8C8;
}

.areaFaq .faqSuppllier .suppBox .suppPrice .priceList li {
    display: flex;
    flex-wrap: wrap;
    background-color: #F1F1F1;
    font-size: 12px;
}

.areaFaq .faqSuppllier .suppBox .suppPrice .priceList li:not(:last-child) {
    border-bottom: 1px solid #C8C8C8;
}

.areaFaq .faqSuppllier .suppBox .suppPrice .priceList li .listName {
    width: 110px;
    padding: 3px 5px 4px;
}

.areaFaq .faqSuppllier .suppBox .suppPrice .priceList li .price {
    width: calc(100% - 110px);
    padding: 3px 6px 4px;
    border-left: 1px solid #C8C8C8;
}

.areaFaq .faqSuppllier .suppBox .btnWhite a {
    max-width: 145px;
    padding: 8px 0 7px;
}

@media(max-width:1100px) and (min-width:769px) { 
    .areaFaq .faqSuppllier .suppBox .suppPrice .priceList li .listName,
    .areaFaq .faqSuppllier .suppBox .suppPrice .priceList li .price {
        width: 100%;
        text-align: center;
    }

    .areaFaq .faqSuppllier .suppBox .suppPrice .priceList li .price {
        border-top: 1px solid #C8C8C8;
        border-left-width: 0;
    }
}

@media (max-width: 768px) {
        .areaFaq {
        padding: 0;
        margin: 0 0 50px;
    }

    .areaFaq .inner {
        padding: 0 4%;
    }

    .areaFaq .areaTitle {
        margin-bottom: 24px;
    }

    .areaFaq .faqWrap {
        width: 100%;
        margin: 0 auto 0;
    }

    .areaFaq .faqWrap .faqList .faqQuestion {
        padding: 10px 44px 9px 16px;
        font-size: 14px;
    }

    .areaFaq .faqWrap .faqList .faqQuestion:before {
        right: 16px;
        width: 21px;
        height: 21px;
        top: 50%;
    }

    .areaFaq .faqWrap .faqList .faqQuestion .alphabet {
        font-size: 18px;
        margin-right: 5px;
        margin-top: -1px;
    }

    .areaFaq .faqWrap .faqList .faqQuestion .questText {
        letter-spacing: 0;
        line-height: 1.7;
    }

    .areaFaq .faqWrap .faqList .faqAnswer {
        background-color: #fff;
        padding: 13px 15px 18px;
    }

    .areaFaq .faqWrap .faqList .faqAnswer .answer {
        font-size: 14px;
        line-height: 1.57;
    }

    .areaFaq .faqSuppllier {
        justify-content: center;
        background-color: #fff;
        padding: 10px 0 0;
    }

    .areaFaq .faqSuppllier .suppBox {
        width: 100%;
        padding: 9px 9px 15px;
    }

    .areaFaq .faqSuppllier .suppBox:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .areaFaq .faqSuppllier .suppBox:not(:last-child) {
        margin-bottom: 20px;
    }

    .areaFaq .faqSuppllier .suppBox .btnWhite {
        margin-top: 0;
    }

    .areaFaq .faqSuppllier .suppBox .btnWhite a {
        max-width: 146px;
        font-size: 14px;
    }

    .areaFaq .faqSuppllier .suppBox .suppTop {
        margin-bottom: 10px;
    }

    .areaFaq .faqSuppllier .suppBox .suppTop .topPhoto {
        width: 50px;
        margin-right: 10px;
    }

    .areaFaq .faqSuppllier .suppBox .suppTop .topName {
        width: calc(100% - 61px);
        font-size: 16px;
    }

    .areaFaq .faqSuppllier .suppBox .suppSub {
        padding: 0 5px;
        line-height: 1.58;
        margin-bottom: 7px;
    }

    .areaFaq .faqSuppllier .suppBox .suppPrice {
        margin-bottom: 10px;
    }

    .areaFaq .faqSuppllier .suppBox .suppPrice .priceName {
        margin-bottom: 6px;
    }

}
/* areaPrice */
.areaPrice {
    margin-bottom: 62px;
}
.areaPrice .areaTitle {
    margin-bottom: 31px;
}
.areaPrice .servicePrice {
    padding: 17px 16px;
    background: #fafafa;
    border-radius: 12px;
}

.areaPrice .servicePrice .servicePriceTabs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.areaPrice .servicePrice .servicePriceTab {
    height: 34px;
    padding: 0px 9px;
    border: 0;
    border-radius: 8px;
    background: #f2f2f2;
    color: #d2cccc;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
}

.areaPrice .servicePrice .servicePriceTab.active {
    background: #c7f1ff;
    color: #75b6cc;
}

.areaPrice .servicePrice .servicePricePanel {
    display: none;
}

.areaPrice .servicePrice .servicePricePanel.active {
    display: block;
}

.areaPrice .servicePrice .servicePriceHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 19px;
    border-bottom: 2px solid #c8c8c8;
}

.areaPrice .servicePrice .servicePriceTitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    margin: 0;
}

.areaPrice .servicePrice .servicePriceLead {
    display: flex;
    align-items: center;
    margin-right: 1px;
    margin-left: -1px;
    transform: translateY(3px);
}

.areaPrice .servicePrice .servicePriceBadge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 1px 8px;
    border: 1px solid #c8c8c8;
    font-size: 12px;
    font-weight: 700;
    margin-right: 9px;
    transform: translate(2px, -2px);
}

.areaPrice .servicePrice .servicePriceAmount {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
    transform: translateY(-4px);
}
.areaPrice .servicePrice .servicePriceAmount .unit {
    font-size: 16px;
    margin-left: 0px;
    letter-spacing: 0;
}
.areaPrice .servicePrice .servicePriceNote {
    font-size: 12px;
}

.areaPrice .servicePrice .servicePriceTableHead {
    margin-bottom: 6px;
    font-size: 12px;
    padding-left: 3px;
    font-weight: 700;
}

.areaPrice .servicePrice .servicePriceRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    gap: 10px;
    padding: 6px 15px 6px 13px;
    margin: 0 3px;
    background: #fff;
}

.areaPrice .servicePrice .servicePriceRow:nth-child(even) {
    background: #f1faff;
}

.areaPrice .servicePrice .servicePriceName {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.areaPrice .servicePrice .servicePriceValue {
    font-size: 16px;
    align-self: flex-start;
    flex-shrink: 0;
}
.areaPrice .servicePrice .servicePriceValue .unit {
    font-size: 12px;
    margin-left: 1px;
}
.areaPrice .servicePrice .servicePriceContent {
    display: none;
    padding: 24px 40px 29px;
    background: #fff;
    border-radius: 5px;
}

.areaPrice .servicePrice .servicePriceContent.active {
    display: block;
}
@media (max-width: 768px) {
    .areaPrice {
        margin-bottom: 41px;
    }
    .areaPrice .areaTitle {
        margin-bottom: 25px;
    }
    .areaPrice .servicePrice .servicePriceHeader {
        flex-direction: column;
        align-items: start;
        gap: 6px;
        padding-bottom: 16px;
        margin-bottom: 17px;
    }
    .areaPrice .servicePrice {
        padding: 16px 20px 21px;
    }
    .areaPrice .servicePrice .servicePriceTabs {
        margin-bottom: 20px;
        gap: 6px;
    }
    .areaPrice .servicePrice .servicePriceContent {
        padding: 26px 20px 23px;
    }
    .areaPrice .servicePrice .servicePriceTitle {
        font-size: 20px;
    }
    .areaPrice .servicePrice .servicePriceBadge {
        font-size: 10px;
        min-width: 55px;
        padding: 1px 5px;
        margin-right: 10px;
    }
    .areaPrice .servicePrice .servicePriceAmount {
        font-size: 19px;
        margin-right: 6px;
        transform: translateY(-2px);
    }
    .areaPrice .servicePrice .servicePriceAmount .unit {
        font-size: 14px;
        margin-left: 1px;
    }
    .areaPrice .servicePrice .servicePriceNote {
        font-size: 10px;
        transform: translateY(0px);
    }
    .areaPrice .servicePrice .servicePriceTableHead {
        font-size: 10px;
        margin-bottom: 7px;
    }
    .areaPrice .servicePrice .servicePriceRow {
        padding: 11px 10px 8px 8px;
    }
    .areaPrice .servicePrice .servicePriceValue {
        font-size: 14px;
    }
    .areaPrice .servicePrice .servicePriceValue .unit {
        font-size: 10px;
    }
}
/*termVendorPost*/
.termVendorPost {
    margin-bottom: 59px;
}

.termVendorPost .areaTitle {
    margin-bottom: 32px;
}

.termVendorPost .vendorPostList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1005px;
    margin: 0 auto;
}

.termVendorPost .vendorPostList li {
    width: calc(100%/3 - 18px);
    margin-bottom: 15px;
}

.termVendorPost .vendorPostList li:not(:nth-child(3n)) {
    margin-right: 26px;
}

.termVendorPost .vendorPostList li a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #E0E0E0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 5px;
    padding: 11px 12px 12px;
}

.termVendorPost .vendorPostList li a .vendorPostPhoto {
    width: 94px;
    margin-right: 12px;
}

.termVendorPost .vendorPostList li a .vendorPostPhoto img {
    width: 100%;
    aspect-ratio: 4 / 2.85;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.termVendorPost .vendorPostList li a .vendorPostName {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: calc(100% - 109px);
    font-size: 14px;
    margin-top: 3px;
}

@media(min-width: 769px) {
    .termVendorPost .vendorPostList li a:hover .vendorPostPhoto {
        opacity: 0.7;
    }

    .termVendorPost .vendorPostList li a:hover .vendorPostName {
        color: #0092c0;
    }
}

@media(max-width: 768px) {
    .termVendorPost .vendorPostList li a .vendorPostPhoto {
        width: 100px;
        margin-right: 15px;
    }

    .termVendorPost .vendorPostList li a .vendorPostName {
        width: calc(100% - 115px);
        font-size: 18px;
    }
}

@media(max-width: 430px) {
    .termVendorPost .vendorPostList li {
        width: 100%;
    }

    .termVendorPost .vendorPostList li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .termVendorPost .vendorPostList li a .vendorPostName {
        font-size: 16px;
    }
}

/*termVendorPost*/
/* safelyWhyPopup */
.safelyWhy {
    background: #F1FAFF;
    margin-bottom: 40px;
}

.safelyWhy .inner {
    padding: 35px 30px;
}

.safelyWhy .safelyWhyWrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}

.safelyWhy .safelyWhyWrap .whySafelyTitle {
    text-align: center;
    font-size: 32px;
    color: #00AFEC;
}

.safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle {
    position: relative;
    padding: 0 52px 0 58px;
    color: #00AFEC;
}

.safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle::before {
    content: '';
    background: url(../images/category/icon-safely-why-penguin.svg) no-repeat left center / 100% auto;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
}

.safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle::after {
    content: '';
    background: url(../images/category/icon-safely-why-down.svg) no-repeat left center / 100% auto;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle.show::after {
    transform: translateY(-50%) rotate(-180deg);
}

.safelyWhy .safelyWhyWrap .whySafelyTitle span.pc {
    display: inline-block;
}

.safelyWhy .safelyWhyWrap .whySafelyTitle span.sp {
    display: none;
}

.safelyWhy .safelyWhyWrap .safelyWhyContent {
    display: none;
}

.safelyWhy .safelyWhyWrap .whyContent {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.safelyWhy .safelyWhyWrap .whyContent .responseBox {
    flex: 1;
}

.safelyWhy .safelyWhyWrap .whyContent .responseBox .itemTitle {
    text-align: center;
    background: #00AFEC;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent {
    display: flex;
    padding: 10px 8px 15px 8px;
    background: #F1FAFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox {
    flex: 1;
    border-right: 2px solid #00AFEC;
    padding: 0 10px;
}

.safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox:last-child {
    border: none;
}

.safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox .itemBoxTitle {
    font-size: 16px;
    padding: 5px;
    line-height: 1.4;
    color: #00AFEC;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox .itemBoxImage {
    margin-top: 10px;
    text-align: center;
}

.safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox .itemBoxDescription {
    text-align: center;
    margin-top: 15px;
}

@media(max-width: 990px) {
    .safelyWhyContent br.pc {
        display: none;
    }
}

@media(max-width: 768px) {
    .safelyWhy {
        margin-bottom: 0;
    }

    .safelyWhy .inner {
        padding: 25px 28px;
    }

    .safelyWhy .safelyWhyWrap {
        padding: 28px 15px 28px;
    }

    .safelyWhy .safelyWhyWrap .whySafelyTitle {
        font-size: 20px;
    }

    .safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle {
        padding: 0 48px 0 65px;
    }

    .safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle::before {
        left: 8px;
    }

    .safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle::after {
        width: 25px;
        height: 25px;
        right: 10px;
    }

    .safelyWhy .safelyWhyWrap .whySafelyTitle span.pc {
        display: none;
    }

    .safelyWhy .safelyWhyWrap .whySafelyTitle span.sp {
        display: inline-block;
    }

    .safelyWhy .safelyWhyWrap .whyContent {
        flex-direction: column;
        margin-top: 25px;
        gap: 10px;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent {
        flex-direction: column;
        padding: 2px 8px 6px;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemTitle {
        padding: 10px;
        font-size: 18px;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox {
        border-right: none;
        border-bottom: 2px solid #00AFEC;
        padding: 18px 8px 12px;
        display: flex;
        align-items: center;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox.itemProblem,
    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox.itemFactCheck {
        padding-top: 12px;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox.itemDocument .itemBoxImage,
    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox.itemProblem .itemBoxImage,
    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox.itemReview .itemBoxImage,
    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox.itemFactCheck .itemBoxImage {
        width: 70px;
        text-align: right;
        margin-top: 0;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox.itemProblem .itemBoxImage img {
        width: 60px;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox .itemBoxTitle {
        text-align: left;
        padding: 0;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox .boxItemRight {
        padding-left: 20px;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox .itemBoxTitle {
        text-align: left;
        margin-top: 0;
        margin-bottom: 8px;
        display: block;
        align-items: unset;
        justify-content: unset;
        min-height: unset;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox .itemBoxDescription {
        text-align: left;
        margin-top: 0;
    }
}

@media(max-width: 430px) {
    .safelyWhy .safelyWhyWrap .whySafelyTitle {
        font-size: 18px;
    }

    .safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle {
        padding: 0 30px 0 40px;
    }

    .safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle::before {
        width: 40px;
        height: 40px;
        left: -5px;
    }

    .safelyWhy .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle::after {
        right: -5px;
    }

    .safelyWhy .safelyWhyWrap .whyContent .responseBox .itemTitle {
        font-size: 16px;
    }
}
.safelyWhyPopup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.safelyWhy .safelyWhyWrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}
.safelyWhyPopup.showPopupSafely {
    display: block;
    background: transparent;
}

.safelyWhyPopup .safelyWhyPopupWrap {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.safelyWhyPopup .safelyWhyPopupWrap .safelyWhyPopupBox {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1027px;
}

.safelyWhyPopup .iframeSafelyWhy {
    position: relative;
    width: 100%;
}

.safelyWhyPopup .safelyWhyWrap .safelyWhyContent {
    display: block;
}

.safelyWhyPopup .iframeSafelyWhy .close {
    position: absolute;
    top: 18px;
    right: 22px;
    cursor: pointer;
    width: 28px;
    z-index: 9;
}

.safelyWhyPopup .iframeSafelyWhy .close img {
    width: 100%;
}

.safelyWhyPopup .iframeSafelyWhy .safelyWhyWrap {
    width: 100%;
    padding: 39px 30px 53px;
}

.safelyWhyPopup .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle {
    padding-right: 0;
}

.safelyWhyPopup .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle::before {
    top: 51%;
    left: 0px;
}

.safelyWhyPopup .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle::after {
    display: none;
}

.safelyWhyPopup .safelyWhyWrap .whySafelyTitle {
    font-size: 25px;
    font-weight: bold;
}

.safelyWhyPopup .popupOverlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.safelyWhyPopup .inner {
    max-width: 100%;
    padding: 0;
}

.safelyWhyPopup .safelyWhyWrap .whyContent {
    margin-top: 23px;
}

.safelyWhyPopup .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox {
    border-right-width: 1px;
}

.safelyWhyPopup .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox .itemBoxImage {
    margin-top: 8px;
}

@media (max-width: 768px) {
    .safelyWhyPopup .safelyWhyWrap .whySafelyTitle {
        font-size: 18px;
    }

    .safelyWhyPopup .safelyWhyPopupWrap .safelyWhyPopupBox {
        width: 94%;
        max-height: 97vh;
        margin: auto;
        overflow-y: auto;
        border-radius: 10px;
    }

    .safelyWhyPopup .iframeSafelyWhy .safelyWhyWrap {
        width: 100%;
        padding: 63px 15px 42px;
    }

    .safelyWhyPopup .safelyWhyWrap .whyContent {
        margin-top: 29px;
    }

    .safelyWhyPopup .safelyWhyWrap .whyContent .responseBox .itemBoxContent {
        padding: 2px 14px 6px;
    }

    .safelyWhyPopup .safelyWhyWrap .whyContent .responseBox .itemBoxContent .itemBox {
        padding: 17px 4px 13px 2px;
    }

    .safelyWhyPopup .iframeSafelyWhy .close {
        top: 15px;
        right: 18px;
        width: 28px;
    }
}

@media (max-width: 430px) {
    .safelyWhyPopup .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle {
        padding-left: 56px;
    }

    .safelyWhyPopup .safelyWhyWrap .whyContent .responseBox .itemTitle {
        font-size: 18px;
    }

    .safelyWhyPopup .safelyWhyWrap .whySafelyTitle .whySafelyTitleToggle::before {
        width: 47px;
        height: 47px;
        left: -1px;
        top: 55%;
    }
}
.wrapFilterServiceBtn {
    position: fixed;
    bottom: 120px;
    z-index: 3;
    right: calc((100% - 1366px) / 2);
    width: 63px;
    height: 78px;
}

.wrapFilterServiceBtn a {
    border-radius: 6px;
    padding: 10px 3px 8px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    border: 1px solid #00AFEC;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.wrapFilterServiceBtn a .iconFilterService {
    width: 35px;
    margin: 0 auto 3px;
}

.wrapFilterServiceBtn a .iconFilterService img {
    width: 100%;
}

.wrapFilterServiceBtn a .txtFilterServiceBtn {
    text-align: center;
    font-size: 8px;
    font-weight: 500;
    color: #00AFEC;
}
@media (min-width: 769px) {
    .wrapFilterServiceBtn a:hover {
        background: #00AFEC;
    }

    .wrapFilterServiceBtn a:hover .iconFilterService img {
        filter: brightness(0) invert(1);
    }

    .wrapFilterServiceBtn a:hover .txtFilterServiceBtn {
        color: #ffffff;
        text-decoration: none;
    }
}
@media (max-width: 1440px) and (min-width: 769px) {
    .wrapFilterServiceBtn {
        right: 30px;
    }
}
@media (max-width: 768px) {
    .wrapFilterServiceBtn {
        right: inherit;
        left: 20px;
        width: clamp(55px, 14.1vw, 91px);
        height: clamp(78px, 20vw, 130px);
        bottom: 20px;
    }
    
    .wrapFilterServiceBtn a .iconFilterService {
        width: clamp(35px, 8vw, 55px);
    }
    
    .wrapFilterServiceBtn a .txtFilterServiceBtn {
        font-size: clamp(8px, 2.1vw, 14px);
    }
}


/* feePopup */
.feePopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
}
.feePopup .popupContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.feePopup .popupContainer .popupContent {
    max-width: 1146px;
    width: 100%;
    margin: 60px 40px;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    max-height: 80vh;
    overflow-y: auto;
}
.feePopup .popupHeader {
    padding-left: 15px;
    padding-right: 15px;
}
.feePopup .popupHeader .popupCategory {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.feePopup .popupHeader .popupName {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.feePopup .popupHeader .popupName .popupTitle {
    font-size: 24px;
}
.feePopup .popupHeader .popupName .starReview {
    display: flex;
    align-items: center;
    margin-left: 25px;
    margin-right: 29px;
}
.feePopup .popupHeader .popupName .starReview .star {
    margin-top: 0;
    margin-right: 7px;
}
.feePopup .starReview .star span.full {
    width: 116px;
    position: relative;
    display: block;
    background: #E0E0E0;
}
.feePopup .starReview .star span.full .bgColor {
    height: 18px;
    background: #ffd800;
    display: block;
}
.feePopup .starReview .star span.full:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: url(../images/common/icon-star.svg) no-repeat top center / cover;
}
.feePopup .starReview .score_avg span {
    font-size: 24px;
    letter-spacing: 0.4px;
    font-weight: bold;
    color: #F76969;
    line-height: 1;
    vertical-align: text-top;
}
.feePopup .starReview .seeReview {
    color: #00afec;
    font-weight: bold;
    margin-left: 9px;
    transform: translateY(2px);
}
.feePopup .starReview .seeReview a {
    font-weight: bold;
    color: #00afec;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.feePopup .tablePriceWrap {
    background: #F1FAFF;
    padding: 40px 33px;
}
.feePopup .tablePriceWrap .listTab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9px;
    justify-content: unset;
    align-items: unset;
}
.feePopup .tablePriceWrap .listTab li {
    width: calc(100% / 6 - 5px);
    margin-right: 6px;
    margin-bottom: 6px;
}
.feePopup .tablePriceWrap .listTab li, .feePopup .tablePriceWrap .listTab li.active {
    border: none;
}
.feePopup .tablePriceWrap .listTab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00AFEC;
    border: 2px solid #00AFEC;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    padding: 7px;
    line-height: 1.2;
    height: 51px;
}
.feePopup .tablePriceWrap .listTab li.active a {
    background: #00AFEC;
    color: #fff;
}
.feePopup .tablePriceWrap .tabContent {
    max-height: 250px;
    overflow-y: auto;
}
.feePopup .tablePriceWrap .tabContent .tabBox {
    display: none;
}
.feePopup .tablePriceWrap .tabContent .tabBox.showTab {
    display: block;
}
.feePopup .tablePriceWrap .tabContent .tabBox .tableContent {
    padding: 0 1px;
}
.feePopup .tablePriceWrap .tabContent .tabBox .tableContent table {
    width: 100%;
}
.feePopup .tablePriceWrap .tabContent .tabBox .tableContent table tr th {
    background: #00AFEC;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 0;
    width: calc(100% / 3);
    padding: 14px 0 13px;
    font-size: 14px;
}
.feePopup .tablePriceWrap .tabContent .tabBox .tableContent table tr td {
    border: 1px solid #E0E0E0;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 14px 5px 13px;
}
.feePopup .feeClosePopup {
    margin-top: 20px;
    text-align: center;
}
.feePopup .feeClosePopup a {
    font-weight: 400;
    font-size: 16px;
}
@media (max-width: 768px) {
    .feePopup .popupContainer .popupContent {
        margin: 60px 10px;
        padding: 21px 22px;
    }
	.feePopup .popupHeader .popupCategory {
		font-size: 13px;
		letter-spacing: -0.3px;
	}
    .feePopup .popupHeader .popupName {
        flex-direction: column;
    }
	.feePopup .popupHeader .popupName .popupTitle {
        font-size: 22px;
		letter-spacing: 1.3px;
	}
	.feePopup .popupHeader .popupName .starReview {
		margin: 5px 0 14px;
	}
    .feePopup .popupHeader .popupName .starReview .star {
        margin-right: 12px;
    }
	.feePopup .popupHeader .popupName .starReview .star span.full {
        width: 95px;
        height: 15px;
		transform: translate(1px, 1px);
    }
	.feePopup .popupHeader .popupName .starReview .star span.full .bgColor {
        height: 15px;
    }
	.feePopup .popupHeader .popupName .starReview .score_avg span {
        font-size: 22px;
        margin-right: 9px;
    }
	.feePopup .popupHeader .popupName .starReview .seeReview {
        font-size: 11px;
        transform: translateY(2px);
        margin-left: 4px;
        letter-spacing: -0.4px;
    }
    .feePopup .popupHeader .popupName .starReview .seeReview .score_avg {
        transform: translateY(-3px);
    }
    .feePopup .popupHeader .popupName .starReview .seeReview .score_avg span {
        margin-right: 0;
    }
    .feePopup .tablePriceWrap {
        padding: 27px 3.8% 27px;
    }
    .feePopup .tablePriceWrap .listTab {
        justify-content: flex-start;
        margin-bottom: 8px;
    }
    .feePopup .tablePriceWrap .listTab li {
        width: calc(100% / 3 - 7px);
        margin-right: 0;
        margin-bottom: 4px;
    }
    .feePopup .tablePriceWrap .listTab li:not(:nth-child(3n)) {
        margin-right: 9px;
    }
    .feePopup .tablePriceWrap .listTab li a {
        font-size: 11px;
        height: 49px;
    }
    .feePopup .tablePriceWrap .tabContent .tabBox .tableContent table tr th {
        font-size: 13px;
        width: 110px;
    }
    .feePopup .tablePriceWrap .tabContent .tabBox .tableContent table tr th:first-child {
        width: 162px;
    }
    .feePopup .tablePriceWrap .tabContent .tabBox .tableContent table tr td {
        font-size: 14px;
    }
    .feePopup .feeClosePopup {
        margin-top: 10px;
    }
}
.feePopup .popupContainer .popupContent .popupContentWrap {
    padding-bottom: 43.97px;
}
.feePopup .popupContainer .popupContent {
    max-height: unset;
    overflow-y: unset;
    position: relative;
}
.feePopup .popupContainer .popupContent .popupContentWrap {
    max-height: 80vh;
    overflow-y: auto;
}
.feePopup .feeClosePopup {
    width: fit-content;
    position: absolute;
    right: 14px;
    top: 2px;
    margin-top: 0;
}
.feePopup .feeClosePopup a {
    font-size: 40px;
    font-weight: 100    ;
}
.feePopup .popupContent .vendorContactSimpleCta {
    position: absolute;
    display: block;
    width: 100%;
    right: 0;
    bottom: 0;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap {
    background: white;  
    padding: 19px 40px 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 34px;
    border-radius: 0 0 16px 16px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone {
    margin-left: 52px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a{
    font-size: 26.74px;
    font-weight: bold;
    color: #FF6E01;
    position: relative;
    padding-left: 36px;
    display: block;
    letter-spacing: 0.5348px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
    transform: translateY(-1px);
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
    display: block;
    content: "";
    position: absolute;
    background: url('../images/category/icon-contact-popup.svg') center no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a {
    background: #EF4646;
    color: white;
    padding: 16.5px 13.5px 15.5px 42.5px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.09;
    position: relative;
    display: block;
    border-radius: 10px;
    transition: all 0.3s;
}

.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a::before {
    content: "";
    display: block;
    position: absolute;
    background: url('../images/common/icon-mail-new.svg') center no-repeat;
    background-size: 100%;
    width: 26px;
    height: 19px;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 769px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a:hover {
        opacity: 0.7
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
        pointer-events: none;
    }
}
@media (max-width: 780px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
        font-size: 24px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
        width: 24px;
        height: 24px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a {
        font-size: 20px;
    }

}
@media (max-width: 768px) {
    .feePopup .popupContainer .popupContent {
        margin: 60px 16px;
        border-radius: 14px;
    }
    .feePopup .feeClosePopup {
        right: 13px;
        top: 9px;
    }
    .feePopup .feeClosePopup a  {
        font-size: 27px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap {
        padding: 20px 8px 10px;
        column-gap: 6px;
        justify-content: center;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone{
        margin-left: 0;
        max-width: 220px;
        width: 100%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
        font-size: 18px;
        background: #FF6E01;
        color: white;
        padding: 14px 5.5px 13px 46.5px;
        border-radius: 10px;
        width: 100%;
        transform: translateY(0);
    }
    
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
        background: url('../images/category/icon-contact-popup-sp.svg') center no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        top: 52%;
        left: 19px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn {
        max-width: 220px;
        width: 100%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a {
        font-size: 18px;
        padding: 16.5px 5.5px 16.2px 39.5px;
        width: 100%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a:hover {
        opacity: 1;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a::before {
        width: 19.15px;
        height: 14px;
        left: 11.95px;
        top: 51%;
    }
    .feePopup .popupContainer .popupContent .popupContentWrap {
        padding-bottom: 31px;
    }
}
@media (max-width:560px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone {
        max-width: 168px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
        font-size: 14px;
        background: #FF6E01;
        color: white;
        padding: 14px 5.5px 13px 42.5px;
        border-radius: 10px;
        width: 100%;
        transform: translateY(0);
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
        background: url('../images/category/icon-contact-popup-sp.svg') center no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        left: 19px;
        top: 50%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn {
        max-width: 168px;
        width: 100%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a {
        font-size: 14px;
        padding: 16.5px 5.5px 16.2px 35.5px;
        width: 100%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a::before {
        width: 20.15px;
        height: 16px;
        left: 11.95px;
        top: 53%;
    }
}
@media (max-width: 385px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
        padding: 14px 5.5px 13px 35.5px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a {
        padding: 16.5px 2.5px 16.2px 29px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
        left: 12px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a::before {
        left: 8px;
        width: 17px;
        height: 14px;
    }
}
.feePopup .popupHeader .popupName .popupTitle {
    font-weight: bold;
}
.feePopup .popupContainer .popupContent .popupContentWrap {
    padding-bottom: 110px;
}
.feePopup .popupContent .vendorContactSimpleCta .ctaNote {
    position: relative;
    font-size: 14px;
    line-height: 1.07;
    font-weight: bold;
    color: #fff;
    background-color: #00AFEC;
    border-radius: 9px;
    padding: 6px 28px 6px;
    letter-spacing: 0.4px;
    margin: 0 auto -2px;
    max-width: 100%;
    width: fit-content;
    text-align: center;
    letter-spacing: 0.36px;
}
.feePopup .popupContent .vendorContactSimpleCta .ctaNote::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50.4%;
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #00AFEC;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap {
    flex-wrap: wrap;
    background: #FFF3EA;
    padding: 11px 40px 10px;
    column-gap: 29px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp {
    padding: 13px 40px 10px;
    column-gap: 19px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone {
    margin-left: 0;
    max-width: 398px;
    width: 100%;
} 
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone {
    max-width: unset;
    width: initial;
}  
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
    font-size: 40px;
    letter-spacing: 1.2px;
    padding-left: 38px;
    transform: translateY(-6px);
}

.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
    width: 33px;
    height: 33px;
    left: -1px;
    background: url('../images/common/icon-phone-orange.svg') center no-repeat;
    background-size: 100%;
    top: calc(50% - 11px);
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a .openTime {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    margin-left: -1px;
    transform: translateY(-5px);
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn {
    max-width: 400px;
    width: 100%;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a::before {
    display: none;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a {
    padding: 19.6px 0 23.4px 0;
    text-align: center;
    transform: translateY(-2px);
    letter-spacing: 1.1px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn {
    max-width: 296px;
    margin-left: 10px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn a {
    text-align: center;
    padding: 22px 0 25.4px 0;
    transform: translateY(0);
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a .mailText {
    padding: 0 24px 0 46px;
    background: url('../images/index/icon-mail-propose.svg') no-repeat left 0 top 67% / 30px;
    position: relative;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn a .mailText {
    padding: 0 24px 0 46px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a .mailText::after {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    aspect-ratio: 8 / 16;
    background: url('../images/common/icon-arrow-white.png') center no-repeat;
    background-size: 100%;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn a {
    font-size: 18px;
    letter-spacing: 0.9px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn {
    max-width: 292.66px;
    width: 100%;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.9px;
    text-align: center;
    background: #00AFEC;
    color: #fff;
    padding: 21.4px 13.5px 20.4px;
    border-radius: 10px;
    font-weight: 600;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a::before,
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 32px;
    aspect-ratio: 1 / 1;
    background: url("../images/common/app-icon.png") center no-repeat;
    background-size: 100%;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a::before {
    left: 10px;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a::after {
    right: 10px;
    width: 24px;
    top: 51%;
    aspect-ratio: 20.4 / 23.3;
    background: url("../images/common/external-link-icon.svg") center no-repeat;
    background-size: 100%;
}
.feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a .btnAppText {
    padding-left: 6px;
}

.feePopup .tablePriceWrap {
    padding-bottom: 40px;
}

.feePopup .tablePriceWrap .listTab li a {
    min-height: 51px;
    height: 100%;
}
.areaRank .feePopup .listBox .concInfo {
	width: 314px;
	transform: translateY(4px);
}
.areaRank .feePopup .listBox .concInfo li .infoName {
	width: 62px;
    font-size: 8px;
	padding: 8px 1px 7px;
	letter-spacing: 0;
}
.areaRank .feePopup .listBox .concInfo li .infoSub {
    width: calc(100% - 62px);
    font-size: 8px;
    letter-spacing: -0.4px;
}
/* concInfo */
.feePopup .concInfo {
    width: 314px;
    transform: translateY(4px);
}
.feePopup .concInfo li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
}
.feePopup .concInfo li .infoName {
    width: 62px;
    font-size: 8px;
    padding: 8px 1px 7px;
    letter-spacing: 0;
    border-right-width: 0;
    text-align: center;
    margin-left: 0;
    background-color: #f1faff;
    border: 1px solid #d7f5ff;
    font-weight: bold;
}
.feePopup .concInfo li .infoSub {
    display: flex;
    align-items: center;
    width: calc(100% - 62px);
    font-size: 8px;
    border: 1px solid #f1faff;
    letter-spacing: -0.4px;
    padding: 0px 8px;
    border-left-width: 0;
}
@media (max-width: 1140px) and (min-width: 769px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp {
        padding: 13px 15px 10px;
    }
}
@media (max-width: 1090px) and (min-width: 769px)  {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone {
        width: 100%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
        width: fit-content;
        margin: 0 auto;
    }
    .feePopup .popupContainer .popupContent .popupContentWrap {
        padding-bottom: 170px;
    }
}
@media (max-width: 1050px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap {
        column-gap: 19px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a .mailText {
        padding: 0 15px 0 35px;
        background-position: left 0 top 67%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a .mailText::after {
        right: 0px;
        top: 53%;
    }
}
@media (max-width: 900px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap {
        padding: 11px 15px 10px;
    }
}
@media (min-width: 769px) {
    .feePopup .starReview .seeReview a:hover,
    .feePopup .tablePriceWrap .listTab li a:hover,
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a:hover {
        opacity: 0.6;
    }
    .areaPrice .servicePrice .servicePriceTab:hover {
        background: #c7f1ff;
        color: #75b6cc;
    }
}
@media (max-width: 768px) {
    .feePopup .popupContainer .popupContent {
        padding: 46px 21px;
    }
    .feePopup .popupHeader .popupName .starReview {
        margin: 3px 0 12px;
    }
    .rankList .listBox .concInfo li .infoSub {
        padding: 0px 5px;
    }
    .feePopup .tablePriceWrap {
        padding: 24px 4.2% 27px;
    }
    .feePopup .tablePriceWrap .listTab li a {
        font-size: 10px;
        height: 47px;
    }
    .feePopup .popupContent .vendorContactSimpleCta {
        background: none;
        padding-top: 26px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .ctaNote {
        font-size: 10px;
        padding: 7px 5px 10px;
    }
    .feePopup .popupContainer .popupContent .popupContentWrap {
        padding-bottom: 79px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap {
        column-gap: 12px;
        flex-wrap: unset;
        padding: 13px 12.5px 15px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
        font-size: 16px;
        padding: 8.5px 23px 11.5px 53px;
        transform: translateY(0);
        letter-spacing: 0.8px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn,
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone,
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn {
        max-width: 160px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
        background: url(../images/common/icon-phone-white.svg) center no-repeat;
        background-size: 100%;
        aspect-ratio: 1 / 1;
        width: 24px;
        top: 50%;
        left: 24px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a {
        padding: 12.3px 0 14.3px 0;
        font-size: 16px;
        transform: translateY(0);
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a .mailText {
        padding: 0 9px 0 40px;
        background-position: left 16px top 67%;
        background-size: 24px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactMailBtn a .mailText::after {
        display: none;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp {
        padding: 13px 14.3px 15px 22px;
        column-gap: 12px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn,
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone,
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn  {
        max-width: 160px;
        width: 100%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn {
        margin-left: 0;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone a,
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn a, 
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a {
        padding: 38px 7px 5px;
        width: 100%;
        font-size: 12px;
        letter-spacing: 0.6px;
        text-align: center;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
        top: 34%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap .contactPhone a:before {
        
        top: 50%;
        left: 34px;
    }
    
    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap.hasApp .contactPhone a:before {
        top: 36%;
        left: 50%;
    }
    
    .feePopup .popupContent .vendorContactSimpleCta.oneBtn .contactCtaWrap .contactPhone a:before {
        top: 50%;
        left: 34px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone a:before {
        top: 36%;
        left: 50%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn a {
        padding-top: 0;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn a .mailText {
        padding: 40px 0 1px;
        background-position: center top 22%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a {
        padding: 39px 7px 5px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a::before {
        left: 52%;
        top: 37%;
        width: 27px;
        transform: translateX(-50%) translateY(-50%);
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a::after {
        display: none;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a .btnAppText {
        padding-left: 0;
    }
    .feePopup .concInfo {
        width: calc(100% + 24px);
        margin-left: -12px;
        transform: translateY(4px);
        margin-bottom: 2px;
    }
    .feePopup .concInfo li .infoName {
        width: 78px;
        font-size: 10px;
        padding: 9px 1px 11px;
        letter-spacing: 0;
    }
    .feePopup .concInfo li .infoSub {
        width: calc(100% - 78px);
        font-size: 10px;
        letter-spacing: 0px;
        padding: 0 5px;
    }

    
}
@media (max-width: 389px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap {
        padding: 13px 10.5px 15px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a {
        padding: 8.5px 14px 11.5px 49px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
        left: 16px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone a:before {
        left: 50%;
    }
}

@media (min-width: 769px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap .contactPhone a:before {
        top: 33px;
    }
}
@media (max-width: 768px) {
    .feePopup .tablePriceWrap {
        padding-top: 25px;
        padding-bottom: 27px;
    }
    .feePopup .tablePriceWrap .listTab li a {
        min-height: 47px;
        height: 100%;
    }
    .feePopup .tablePriceWrap .tabContent .tabBox .tableContent table tr th {
        font-size: 12px;
        padding: 14px 0 13px;
    }
    .feePopup .tablePriceWrap .tabContent .tabBox .tableContent table tr td {
        padding: 13px 5px 11px;
    }
    .feePopup .popupContainer .popupContent .popupContentWrap {
        max-height: 81.1vh;
        padding-bottom: 84px;
    }
    .feePopup .popupContent .vendorContactSimpleCta {
        padding-top: 21px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .ctaNote {
        max-width: 96%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp {
        padding: 12px 15.5px 15px;
        column-gap: 11px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone a,
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a {
        font-size: 16px;
        padding: 8.5px 23px 11.5px 53px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a {
        padding: 8.5px 13px 11.5px 44px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone a:before,
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a::before {
        top: 50%;
        left: 34px;
    }

    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a::before {
        left: 29px;
    }

    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn a {
        padding: 12.3px 12px 14.3px 16px;
        font-size: 16px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn a .mailText {
        padding: 0 0 0 26px;
        background-position: left center;
    }
    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap.hasApp .contactPhone a,
    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap.hasApp .contactMailBtn a,
    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap.hasApp .appBtn a {
        font-size: 13px;
        padding: 37px 7px 7px;
        height: 60px;
    }
    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap.hasApp .contactPhone a {
        padding-top: 36px;
    }
    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap.hasApp .contactPhone a:before,
    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap.hasApp .appBtn a::before {
        top: 36%;
        left: 50%;
    }

    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap.hasApp .contactMailBtn a {
        padding: 1px 7px 5px;
    }

    .feePopup .popupContent .vendorContactSimpleCta.twoBtn .contactCtaWrap.hasApp .contactMailBtn a .mailText {
        padding: 38px 0 1px;
        background-position: center top 22%;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn, 
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone, 
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn {
        max-width: 180px;
        width: 100%;
    }
    .rankList .listBox .concInfo {
        width: 100%;
        margin-left: 0;
        transform: translateY(0);
		margin-bottom: 2px;
	}
	.rankList .listBox .concInfo li .infoName {
		width: 103px;
        padding: 5px 7px 7px;
		font-size: 10px;
		letter-spacing: 0;
	}
	.rankList .listBox .concInfo li .infoSub {
        width: calc(100% - 103px);
        padding: 7px 40px 8px;
		font-size: 10px;
		letter-spacing: 0px;
	}
}
@media (max-width: 375px) {
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactPhone a,
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .appBtn a {
        font-size: 14px;
    }
    .feePopup .popupContent .vendorContactSimpleCta .contactCtaWrap.hasApp .contactMailBtn a {
        font-size: 14px;
    }
    #mainService .mainServiceHead .wrapMainService .boxMainService .mainServicePhoto {
        width: 65px;
    }
    #mainService .mainServiceHead .wrapMainService .boxMainService .subMainService {
        width: calc(100% - 75px);
    }
    #mainService .mainServiceHead .btnMainService {
        width: 100%;
        gap: 10px;
    }
    .mainServiceMenuList .serviceMenuList li a {
        font-size: 12px
    }
    .mainServiceMenuList .serviceMenuList li a .badge {
        font-size: 11px;
    }
}

.areaGuide {
    background: #fafafa;
    padding: 59px 0 70px;
    margin-bottom: 60px;
}

.areaGuide .inner {}

.areaGuide .wrapGuide {}

.areaGuide .wrapGuide .areaTitle {}

.areaGuide .wrapGuide .boxGuide {
    margin: 26px 0 15px;
}

.areaGuide .wrapGuide .boxGuide .listGuide {
    display: flex;
    position: relative;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li {
    position: relative;
}

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

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

.areaGuide .wrapGuide .boxGuide .listGuide>li:first-child:after {
    display: none;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li:last-child:before {
    display: none;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem {}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge {
    width: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin: 0 auto 10px;
    padding: 0 5px;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge .textStep {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #00afef;
    text-transform: uppercase;
    margin-bottom: 1px;
    transition: color 0.3s;
}

.areaGuide .wrapGuide .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;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 15px 15px;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 13px;
    margin-bottom: 12px;
    flex-grow: 1;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem {
    margin: 0 auto 15px;
    text-align: center;
}

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

.areaGuide .wrapGuide .boxGuide .listGuide>li:nth-child(2) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
    width: 50.6%;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li:nth-child(3) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
    width: 55.9%;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li:nth-child(4) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
    width: 68%;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .titleGuideItem {
    font-size: 22px;
    font-weight: bold;
    color: #40536a;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.2;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .subGuideItem {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #40536a;
}

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

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget {
    margin-bottom: 17px;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .subTarget {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #0083cf;
    text-align: center;
    margin-bottom: 7px;
}

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

.areaGuide .wrapGuide .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;
}

.areaGuide .wrapGuide .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;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide {}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide li {
    font-size: 14px;
    font-weight: 500;
    color: #40536a;
    padding-left: 21px;
    margin-bottom: 3px;
    position: relative;
}

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

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate {}

.areaGuide .wrapGuide .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;
}

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

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .labelTime {
    font-size: 14px;
    font-weight: normal;
    color: #40536a;
    letter-spacing: 0;
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .lineDots {
    flex-grow: 1;
    /* border-bottom: 1px dotted #ccc; */
    margin: 0 4px;
    position: relative;
    top: 2px;
    height: 2px;
    background: repeating-linear-gradient(to right, #ccc 0 2px, transparent 2px 6px);
}

.areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .valueTime {
    font-size: 14px;
    font-weight: normal;
    color: #40536a;
    letter-spacing: 1.9px;
}

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

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

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

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

.areaGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 48%;
}

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

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

.areaGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo .textMain {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    width: calc(100% - 65px);
}

.areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta {
    width: 48.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    margin-top: -7px;
}

.areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch {
    position: relative;
    padding: 0 21px;
    display: inline-block;
}

.areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch:before {
    content: "";
    position: absolute;
    background: url('../images/category-new/icon-txt-catch-before.png') no-repeat;
    background-size: 100%;
    width: 10px;
    height: 28px;
    top: -2px;
    left: 0;
}

.areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch:after {
    content: "";
    position: absolute;
    background: url('../images/category-new/icon-txt-catch-after.png') no-repeat;
    background-size: 100%;
    width: 10px;
    height: 28px;
    top: -2px;
    right: 0;
}

.areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

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

.areaGuide .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-weight: bold;
    transition: opacity 0.2s, transform 0.1s;
    padding: 7.5px 10px;
    border: 1px solid #FFFFFF;
}

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

.areaGuide .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%);
    right: 4px;
}

.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;
    border-radius: 10px;
}

.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;
    flex-shrink: 0;
}

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

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader .popupGuideTitle {
    font-size: 32px;
    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: 49%;
    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-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 20px;
    margin-right: 22px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .wrapPopTitleGuide .boxPopTitleGuide .titleGuideStep {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 38px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a {
    display: block;
}

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

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide {
    padding: 0 15px 0;
    height: 55vh;
    overflow-y: auto;
    flex: 1;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide {
    padding: 49px 0;
    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: space-between;
    margin-bottom: 60px;
    padding: 0 clamp(10px, 2.2vw, 30px);
}

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

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .stepGuideFirstPhoto img {
    width: 100%;
    height: 100%;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .desStepGuideFirst {
    width: calc(100% - clamp(195px, 19.8vw, 270px));
    font-size: 16px;
    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 12px 20px;
    font-size: 22px;
    font-weight: bold;
    color: #00AFEC;
    margin-bottom: 29px;
    position: relative;
    cursor: pointer;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .titleGuidePopItem:after {
    content: "";
    position: absolute;
    background: url('../images/category-new/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;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .subGuidePop {
    font-size: 16px;
    font-weight: normal;
    color: #425360;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 19px;
}

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

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop {
    background: #FFFDE1;
    padding: 20px 24px 17px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 22px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li {
    font-size: 14px;
    font-weight: bold;
    color: #40536A;
    position: relative;
    letter-spacing: 0.1px;
    padding-left: 13px;
}

.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 {
    display: inline;
}

.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 .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 .wrapSafetyGuide .listGuidePop {
    margin-bottom: 30px;
}

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

.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-weight: bold;
    margin: 40px 0 20px;
    display: flex;
}

.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: 10px;
}

.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-weight: normal;
    color: #425360;
    text-align: justify;
    margin-bottom: 23px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.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: 6px 11px;
    border-bottom: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    flex: 1;
    min-height: 78px;
}

.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.headerService .cellService {
    color: #ffffff;
    justify-content: center;
    font-weight: bold;
    padding: 13px 6px 11px;
    min-height: initial;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .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;
}

.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.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: 14px;
    margin-bottom: 1px;
}

.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;
}

.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: 11px 6px 10px;
}

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

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

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

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

.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: 9px 10px 9px;
}

.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: 29px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .containerGuide .safetyGuidePhoto {
    width: clamp(250px, 24.6vw, 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));
    font-size: 16px;
    font-weight: normal;
    color: #425360;
    text-align: justify;
    line-height: 1.81;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint {
    position: relative;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .wrapPoint .wrapTxtPoint {
    width: 120px;
    background: #FDBE2C;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -14px;
    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;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #40536A;
    line-height: 1.76;
    letter-spacing: 0.1px;
}

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

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

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapFlowContainer .subFlowGuide {
    position: relative;
    font-size: 24px;
    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/category-new/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-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-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);
    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 10px;
}

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

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

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

.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-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 .wrapModalNav .btnModalPrev a {
    border-color: #FDBE2C;
    background: #FDBE2C;
}

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

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

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

@media (max-width: 1000px) and (min-width: 769px) {
    .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;
    }
}

@media (min-width: 769px) {
    .areaGuide .wrapGuide .boxGuide {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .areaGuide .wrapGuide .boxGuide::-webkit-scrollbar {
        height: 8px;
    }

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

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

    .areaGuide .wrapGuide .boxGuide .listGuide {
        width: max-content;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li {
        margin-right: 31px;
        width: 233px;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li:last-child {
        margin-right: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .popupGuideClose a:hover,
    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .btnPopupGuide .btnDetail:hover,
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapModalNav .boxModalText a:hover {
        opacity: 0.7;
    }
    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn a:hover {
        background: #00afef;
    }
    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn a:hover .txtBlockBtn{
        color: #FFFFFF;
    }
    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtnBusiness a:hover .txtBlockBtn:after {
        border-bottom: 10px solid #FFFFFF;
    }
}

@media (max-width: 768px) {
    .areaGuide {
        padding: 49px 0 70px;
        margin-bottom: 50px;
    }

    .areaGuide .wrapGuide .boxGuide {
        position: relative;
        margin: 21px 0 31px;
        padding: 0;
    }

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

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

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

    .areaGuide .wrapGuide .boxGuide .listGuide>li {
        box-sizing: border-box;
        width: 340px;
        min-width: 340px;
        max-width: 340px;
    }
    .areaGuide .wrapGuide .boxGuide .listGuide>li {
        width: 325px;
        min-width: 325px;
        max-width: 325px;
    }
    

    .areaGuide .wrapGuide .boxGuide .listGuide>li:before {
        top: 47px;
        left: calc(110% / 2);
    }
    .areaGuide .wrapGuide .boxGuide .listGuide>li:after {
        top: 47px;
        right: calc(110% / 2);
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li:before {
        top: 47px;
    }
    .areaGuide .wrapGuide .boxGuide .listGuide>li:after {
        top: 47px;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem {}

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge {
        text-align: center;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin: 0 auto 13px;
        padding: 0;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .wrapStepBadge .textStep {
        font-size: 14px;
        margin-bottom: 5px;
    }

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

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem {
        padding: 45px 30px 20px;
        margin-left: 10px;
        width: 305px;
    }
    .areaGuide .wrapGuide .boxGuide .listGuide>li:first-child .wrapGuideItem .boxGuideItem{
        margin-left: 10px;
    }
    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 16px;
        margin-bottom: 15px;
        flex-grow: 1;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem {
        margin-bottom: 17px;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
        width: 55.1%;
        min-height: 87px;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li:nth-child(2) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
        width: 55.1%;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li:nth-child(3) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
        width: 55.1%;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li:nth-child(4) .wrapGuideItem .boxGuideItem .headGuideItem .iconGuideItem img {
        width: 55.1%;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .titleGuideItem {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .headGuideItem .subGuideItem {
        font-size: 14px;
    }

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

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

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

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

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

    .areaGuide .wrapGuide .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;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide {}

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide li {
        font-size: 12px;
        padding-left: 26px;
        margin-bottom: 3px;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTarget .listCheckGuide li:before {
        width: 14px;
        height: 16px;
        top: 3px;
        left: 0px;
    }

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate {}

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

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

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

    .areaGuide .wrapGuide .boxGuide .listGuide>li .wrapGuideItem .boxGuideItem .contentGuideItem .wrapTimeEstimate .boxTimeEss .lineDots {
        flex-grow: 1;
        /* border-bottom: 1px dotted #ccc; */
        margin: 0 4px;
        position: relative;
        top: 2px;
        background: repeating-linear-gradient(to right, #ccc 0 3px, transparent 3px 7px);
    }

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

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

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

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

    /* wrapBannerGuide */
    .areaGuide .wrapBannerGuide .boxBannerGuide {
        border-radius: 12px;
        padding: 16px 20px 22px;
        flex-direction: column;
    }

    .areaGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo {
        gap: 4px;
        width: 100%;
        align-items: flex-start;
        margin-bottom: 23px;
    }

    .areaGuide .wrapBannerGuide .boxBannerGuide .boxLeftInfo .iconBadgeGold {
        width: 28px;
        margin-top: -2px;
    }

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

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

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

    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch {
        padding: 0 21px;
    }

    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch:before {
        width: 11px;
        height: 34px;
        top: 50%;
        left: 13px;
        transform: translateY(-50%);
    }

    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .boxTxtCatch .txtCatch:after {
        width: 11px;
        height: 34px;
        top: 50%;
        right: 13px;
        transform: translateY(-50%);
    }

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

    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn {
        width: 48%;
    }

    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn a {
        border-radius: 22px;
        font-size: 14px;
        padding: 7.5px 10px;
    }

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

    .areaGuide .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: 53.7%;
        left: 10px;
        right: 7px;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 10;
        height: initial;
    }

    .navigation-wrapper.sp .arrow {
        pointer-events: all;
        width: 27px;
        height: 27px;
        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 .popupGuideOverlay {
        align-items: flex-start;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideContent {
        width: 100%;
        border-radius: 0;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner {
        max-height: 100vh;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        max-height: 100svh;
        max-height: 100dvh;
    }

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

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .popupGuideHeader .contentGuideHeader {
        padding: 13px 30px 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: 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% - 227px);
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide {
        padding: 30px 0 38px;
        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;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .stepGuideFirst .stepGuideFirstPhoto {
        width: 48%;
        max-width: 300px;
        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 .contentGuidePopItem {
        margin-bottom: 31px;
        padding-top: 20px
    }
    .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;
    }
    .navigation-wrapper.sp {
        z-index: 2;
    }
    .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.72;
        margin-bottom: 18px;
    }

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

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop {
        padding: 10px 13px 9px 17px;
        gap: 0px;
        margin-bottom: 20px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .listGuidePop li {
        font-size: 12px;
        letter-spacing: 0px;
        padding-left: 11px;
        line-height: 1.88;
        margin-bottom: -1px;
    }

    .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 6px 14px;
        font-size: 16px;
        margin: -1px 0 18px;
    }

    .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 .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 .sectionService {}

    .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: 3px 11px 2px;
        min-height: 77px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService {
        padding: 5px 6px 5px;
        line-height: 1.2;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService .cellService:first-child {
        width: 18.2%;
        padding: 5px 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: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;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.bodyService .cellService {
        min-height: 44px;
        padding: 2px 4px;
        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% - 1px);
        flex: none;
        background-color: #ffffff;
        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 */
    .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: 17px;
        flex-direction: column;
    }

    .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 11px 2px;
        text-align: center;
        justify-content: center;
    }

    /* 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: 5.5px 5px;
    }

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

}
@media (max-width: 480px) {
    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons {
        flex-direction: column;
    }
    .areaGuide .wrapBannerGuide .boxBannerGuide .boxRightCta .wrapCtaButtons .blockBtn {
        width: 100%;
    }
}
/* end guide step  */
.areaReview .reviewBox .inforReview .itemProcess .percentProcess {
    width: 50px;
}
.areaReview .reviewBox .inforReview .itemProcess .starProcess {
    width: 40px;
}
