

.itemTab:not(.aboutBasic) {
    padding-top: 65px;
}
/* aboutBasic */
.aboutBasic .basicTop {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 45px;
}
.aboutBasic .basicTop .basicPhoto {
    width: 350px;
    margin-bottom: 7px;
}
.aboutBasic .basicTop .basicPhoto img {
    width: 100%;
    aspect-ratio: 350/200;
}
.aboutBasic .basicTop .itemInfo {
    width: calc(100% - 401px);
}
.aboutBasic .basicTop .basicSub {
    margin-left: 4px;
}
.aboutBasic .basicSub {
    font-size: 16px;
}
.aboutBasic .basicList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 22px;
}
.aboutBasic .basicList li {
    width: calc(50% - 25px);
    margin-bottom: 17px;
}
.aboutBasic .basicList li:not(:nth-child(2n)) {
    margin-right: 45px;
}
.aboutBasic .basicList li .basicPhoto {
    width: 100%;
    margin-bottom: 15px;
}
.aboutBasic .basicList li .basicPhoto img {
    width: 100%;
    aspect-ratio: 400/300;
}
.aboutBasic .basicMap .basicSub {
    text-align: center;
    margin-bottom: 40px;
}
.aboutBasic .basicMap .mapDetail iframe {
    width: 100%;
    aspect-ratio: 892/298;
    border-radius: 10px;
}
/* aboutBasic */

/* aboutStaff */
.aboutStaff .staffPrincipal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.aboutStaff .staffPrincipal .staffPhoto {
    width: 275px;
    margin-right: 40px;
}
.aboutStaff .staffPrincipal .staffInfo {
    width: 365px;
}
.aboutStaff .staffInfo {
    min-height: 200px;
    border-radius: 10px;
    background-color: rgba(221,221,221,0.2);
    padding: 10px 9px;
}
.aboutStaff .staffInfo .infoName {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
}
.aboutStaff .staffInfo .basicSub {
    font-size: 16px;
} 
.aboutStaff .staffList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -31px;
}
.aboutStaff .staffList li {
    width: calc(100%/3 - 22px);
    margin-bottom: 31px;
}
.aboutStaff .staffList li:not(:nth-child(3n)) {
    margin-right: 33px;
}
.aboutStaff .staffList li .staffPhoto {
    margin-bottom: 13px;
}
.aboutStaff .staffList li .staffPhoto img {
    aspect-ratio: 1/1;
}
/* aboutStaff */


/* aboutReason */
.aboutReason .reasonSub {
    font-size: 16px;
}
.aboutReason .whyList {
    width: 100%;
    max-width: 877px;
    margin: 0 auto;
}
.aboutReason .whyList li {
    position: relative;
    border: 1px solid #50B482;
    border-radius: 10px;
    padding: 27px 20px 30px 52px;
}
.aboutReason .whyList li:not(:last-child) {
    margin-bottom: 51px;
}
.aboutReason .whyList li .whyPoint {
    position: absolute;
    top: -36px;
    left: -30px;
    width: 101px;
}
.aboutReason .whyList li .whyPoint img {
    width: 100%;
    aspect-ratio: 1/1;
}
.aboutReason .whyList li .whyBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.aboutReason .whyList li .whyBox .whyPhoto {
    width: 171px;
    text-align: center;
}
.aboutReason .whyList li .whyBox .whyPhoto img {
    aspect-ratio: 1/1;
}
.aboutReason .whyList li:first-child .whyBox .whyPhoto img {
    aspect-ratio: 171/134;
}
.aboutReason .whyList li .whyBox .whyDetail {
    width: calc(100% - 196px);
}
.aboutReason .whyList li .whyBox .whyDetail .whyName {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 23px;
}
.aboutReason .whyList li .whyBox .whyDetail .whyName .red {
    color: #EF5350;
}
.aboutReason .reasonCompare .titleItemContent .line{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.aboutReason .reasonCompare .compareList {
    margin-bottom: 69px;
}
.aboutReason .reasonCompare .compareList li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 160px;
    background-color: rgba(80,180,131,0.2);
    border-radius: 10px;
    padding: 11px 29px 13px 65px;
} 
.aboutReason .reasonCompare .compareList li:not(:last-child) {
    margin-bottom: 30px;
}
.aboutReason .reasonCompare .compareList li .compareQuest {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 121px;
    aspect-ratio: 1/1;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.aboutReason .reasonCompare .compareList li .compareQuest::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
}
.aboutReason .reasonCompare .compareList li .compareAnswer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 152px);
}
.aboutReason .reasonCompare .compareList li:last-child .compareAnswer .reasonSub {
    width: calc(100% - 150px);
}
.aboutReason .reasonCompare .compareList li .compareAnswer .answerPhoto {
    width: 137px;
}
.aboutReason .reasonCompare .compareList li .compareAnswer .answerPhoto img{
    width: 100%;
    aspect-ratio: 137/136;
}
.aboutReason .reasonCompare .whyTable {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 34px;
}
.aboutReason .reasonCompare .whyTable table {
    width: 100%;
    border-collapse: collapse;
}
.aboutReason .reasonCompare .whyTable th {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #6C6C6C;
    padding: 14px 10px;
}
.aboutReason .reasonCompare .whyTable tr:first-child th:first-child {
    width: 33.4%;
    color: #000000;
    background-color: #fff;
}
.aboutReason .reasonCompare .whyTable tr:first-child th:nth-child(2),
.aboutReason .reasonCompare .whyTable tr:first-child th:nth-child(3) {
    width: calc((100% - 33.4%)/2);
}
.aboutReason .reasonCompare .whyTable tr:not(:first-child) th {
    background-color: #000;
}
.aboutReason .reasonCompare .whyTable tr td {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.aboutReason .reasonCompare .whyTable tr:nth-child(even) td {
    background-color: #EFEFEF;
}
.aboutReason .reasonCompare .whyTable tr td .fs13 {
    display: inline-block;
    min-width: 20px;
    font-size: 13px;
}
.aboutReason .reasonProgress .progressWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 43px 0 60px;
}
.aboutReason .reasonProgress .progressWrap .progressBox {
    width: calc(50% - 45px);
    border-radius: 10px;
    overflow: hidden;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressName {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #EF5350;
    padding: 18px 5px;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList {
    background-color: rgba(239, 83, 80,0.2);
    padding: 15px 20px 26px;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 54px;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li:not(:last-child) {
    margin-bottom: 21px;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    aspect-ratio: 17 / 15;
    background: url(../images/about/icon-triangle.svg) no-repeat top left / 100%;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li.onlyText {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #EF5350;
    border-radius: 25px;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressStep {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 133px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    background-color: #EF5350;
    border-radius: 50px 0 0 50px;
    padding: 6px 5px;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressStep .yellow {
    color: #FFD800;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressStep .red {
    color: #EE534F;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressStep .fs13 {
    font-size: 13px;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressDetail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 133px);
    font-size: 13px;
    line-height: 1.55;
    background-color: #fff;
    border-radius: 0 50px 50px 0;
    padding: 7px;
}
.aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressDetail .note {
    font-size: 10px;
}
.aboutReason .reasonProgress .progressWrap .progressBox.boxYellow .progressName {
    background-color: #FFD800;
    color: #000;
}
.aboutReason .reasonProgress .progressWrap .progressBox.boxYellow .progressList {
    background-color: rgba(255, 216, 0,0.2);
    padding-bottom: 30px;
}
.aboutReason .reasonProgress .progressWrap .progressBox.boxYellow .progressList li.onlyText {
    background-color: #FFD800;
    color: #000;
}
.aboutReason .reasonProgress .progressWrap .progressBox.boxYellow .progressList li .progressStep {
    background-color: #FFD800;
    color: #000;
}
.aboutReason .reasonProgress .progressWrap .progressBox.boxYellow .progressList li:not(:last-child)::before {
    background: url(../images/about/icon-triangle-black.svg) no-repeat top left / 100%;
}
.aboutReason .reasonProgress .progressWrap .progressBox.boxYellow .progressList li .fs10 {
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
}
.aboutReason .reasonProgress .progressWrap + .reasonSub .space {
    display: inline-block;
    padding-left: 32px;
}
/* aboutReason */


/* aboutFaq */
.aboutFaq .faqList li:not(:last-child) {
    margin-bottom: 30px;
}
.aboutFaq .faqList .faqAnswer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 96.6%;
    background-color: rgba(255, 216, 0,0.3);
    border-radius: 10px;
    padding: 25px 24px;
    margin: 0 auto;
}
.aboutFaq .faqList .faqAnswer .answerAlpha {
    width: 52px;
}
.aboutFaq .faqList .faqAnswer .answerAlpha img {
    width: 100%;
    aspect-ratio: 50/58;
}
.aboutFaq .faqList .faqAnswer .answerDetail {
    width: calc(100% - 76px);
    margin-top: 1px;
}
.aboutFaq .faqList .faqAnswer .answerDetail .faqSub {
    font-size: 16px;
}
.aboutFaq .faqList .faqAnswer .answerDetail .faqSub .green a {
    font-weight: bold;
    color: #50B482;
}
.aboutFaq .faqList .faqAnswer .answerDetail .faqSub .red {
    font-weight: bold;
    color: #EF5350;
}
.aboutFaq .faqList .faqAnswer .answerDetail .faqSub .line {
    background: linear-gradient(black 50%, transparent 50%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: 0 60%;
}
.aboutFaq .faqList .faqAnswer .answerDetail .detailBox:not(:last-child) {
    margin-bottom: 37px;
}
.aboutFaq .faqList .faqAnswer .answerDetail .faqPayemt {
    width: 183px;
    margin-top: 9px;
}
.aboutFaq .faqList .faqAnswer .answerDetail .faqPayemt img {
    width: 100%;
    aspect-ratio: 183/55;
}
/* aboutFaq */

/* aboutPrivacy */
.aboutPrivacy .privacySub {
    font-size: 16px;
}
.aboutPrivacy .privacyList {
    margin: 32px 0 -18px;
}
.aboutPrivacy .privacyList li:not(:last-child) {
    margin-bottom: 40px;
}
.aboutPrivacy .privacyList li .privacySub {
    margin-left: 15px;
}
/* aboutPrivacy */
@media(max-width: 1100px) and (min-width: 769px) {
    .aboutReason .reasonProgress .progressWrap .progressBox {
        width: calc(50% - 15px);
    }
}
@media(max-width: 1030px) and (min-width: 769px) {
    .aboutReason .reasonProgress .progressWrap .progressBox {
        width: 100%;
    }
    .aboutReason .reasonProgress .progressWrap .progressBox:first-child {
        margin-bottom: 30px;
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressStep {
        width: 190px;
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressDetail {
        width: calc(100% - 190px);
    }
}
@media(max-width: 1010px) and (min-width: 769px) {
    .aboutStaff .staffInfo .infoName {
        font-size: 18px;
    }
}
@media(max-width: 1000px) and (min-width: 769px) {
    .aboutBasic .basicSub,
    .aboutStaff .staffInfo .basicSub,
    .aboutReason .reasonSub,
    .aboutFaq .faqList .faqAnswer .answerDetail .faqSub,
    .aboutPrivacy .privacySub {
        font-size: clamp(14px, 1.6vw, 16px);
    }

    .aboutBasic .basicTop {
        margin-left: 0;
    }
    .aboutBasic .basicTop .itemInfo {
        width: calc(100% - 381px);
    }

    .aboutBasic .basicList {
        padding: 0;
    }
    .aboutStaff .staffList {
        margin-bottom: -22px;
    }
    .aboutStaff .staffList li {
        width: calc(100% / 3 - 22px);
        margin-bottom: 22px;
    }
    .aboutStaff .staffList li:not(:nth-child(3n)) {
        margin-right: 22px;
    }

    .aboutReason .reasonCompare .compareList li {
        padding: 15px 20px;
    }
    .aboutReason .whyList li {
        padding-left: 30px;
    }
    .aboutReason .whyList li .whyPoint {
        width: 80px;
    }
    .aboutReason .whyList li .whyBox .whyPhoto {
        width: 120px;
    }
    .aboutReason .whyList li .whyBox .whyDetail {
        width: calc(100% - 140px);
    }


    .aboutReason .reasonCompare .compareList li .compareQuest {
        width: 105px;
        font-size: clamp(16px, 1.7vw, 20px);
    }
    .aboutReason .reasonCompare .compareList li .compareAnswer {
        width: calc(100% - 120px);
    }
    .aboutReason .reasonCompare .compareList li:last-child .compareAnswer .reasonSub {
        width: calc(100% - 115px);
    }
    .aboutReason .reasonCompare .compareList li .compareAnswer .answerPhoto {
        width: 105px;
    }
    .aboutFaq .faqList .faqAnswer .answerAlpha {
        width: 45px;
    }
    .aboutFaq .faqList .faqAnswer .answerDetail {
        width: calc(100% - 65px);
    }
}
@media(max-width: 900px) and (min-width: 769px) {

    .aboutStaff .staffPrincipal .staffInfo {
        width: 305px;
    }
    .aboutStaff .staffPrincipal .staffPhoto {
        width: 225px;
        margin-right: 10px;
    }
    .aboutStaff .staffList li {
        width: calc(50% - 20px);
    }
    .aboutStaff .staffList li:not(:nth-child(3n)) {
        margin-right: 0;
    }    
    .aboutStaff .staffList li:not(:nth-child(2n)) {
        margin-right: 40px;
    }
    .aboutStaff .staffList li .staffPhoto {
        width: 100%;
        max-width: 220px;
        margin: 0 auto 10px;
    }
}
@media(max-width: 850px) and (min-width: 769px) {
    .aboutBasic .basicTop .basicPhoto {
        width: 250px;
    }
    .aboutBasic .basicTop .itemInfo {
        width: calc(100% - 270px);
    }

    .aboutReason .whyList li .whyBox .whyDetail .whyName {
        font-size: 19px;
    }
}
@media (min-width: 769px) {
    .aboutBasic .basicMap .basicSub a{
        pointer-events: none;
    }

    .aboutFaq .faqList .faqAnswer .answerDetail .faqSub .green a:hover,
    .aboutFaq .faqList .faqAnswer .answerDetail .faqSub a:hover {
        color: #EF5350;
    }
}
@media(max-width: 768px) {
    .itemTab:not(.aboutBasic) {
        padding-top: 42.5px;
    }
    .aboutBasic .basicSub {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.6;
    }
    .aboutBasic .basicTop {
        margin: 0;
    }
    .aboutBasic .basicSub,
    .aboutBasic .basicTop .basicSub {
        margin: 0 15px;
    }
    .aboutBasic .basicTop .basicPhoto {
        width: 100%;
        margin-bottom: clamp(20px, 5vw, 30px);
    }
    .aboutBasic .basicTop .itemInfo {
        width: 100%;
    }
    .aboutBasic .basicList {
        padding: 0;
    }
    .aboutBasic .basicList li {
        width: calc(50% - 15px);
    }
    .aboutBasic .basicList li:not(:nth-child(2n)) {
        margin-right: 30px;
    }
    .aboutBasic .basicMap .basicSub {
        margin-bottom: clamp(20px, 5vw, 30px);
    }
    .aboutBasic .basicMap .mapDetail iframe {
        aspect-ratio: 400 / 220; 
    }
    
    .aboutStaff .wrapBasicPlan:last-child {
        margin-bottom: -30px;
    }
    .aboutStaff .staffPrincipal .staffPhoto {
        width: 45%;
        margin-right: 5%;
    }
    .aboutStaff .staffPrincipal .staffInfo {
        width: 50%;
    }
    .aboutStaff .staffInfo .infoName {
        font-size: clamp(16px, 4.2vw, 22px);
    }
    .aboutStaff .staffInfo .basicSub {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.6;
    }
    .aboutStaff .staffList {
        margin-bottom: -30px;
    }
    .aboutStaff .staffList li {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
    .aboutStaff .staffList li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .aboutStaff .staffList li:not(:nth-child(2n)) {
        margin-right: 30px;
    }
    .aboutStaff .staffList li .staffPhoto {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }

    .aboutReason .reasonSub {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.6;
    }
    .aboutReason .whyList {
        margin-top: clamp(30px, 7vw, 40px);
    }
    .aboutReason .whyList li:not(:last-child) {
        margin-bottom: clamp(30px, 7vw, 40px);
    }
    .aboutReason .whyList li {
        padding: 20px;
    }
    .aboutReason .whyList li .whyPoint {
        top: -35px;
        left: -17px;
        width: 70px;
    }
    .aboutReason .whyList li .whyBox .whyPhoto {
        width: 20%;
    }
    .aboutReason .whyList li .whyBox .whyDetail {
        width: calc(80% - 20px);
    }
    .aboutReason .whyList li .whyBox .whyDetail .whyName {
        font-size: clamp(16px, 4.2vw, 22px);
        margin-bottom: clamp(20px, 5vw, 30px);
    }
    .aboutReason .reasonCompare .compareList li {
        padding: 15px 20px;
    }
    .aboutReason .reasonCompare .compareList li .compareQuest {
        font-size: clamp(16px, 4.2vw, 20px);
        margin-bottom: clamp(10px, 5vw, 20px);
    }
    .aboutReason .reasonCompare .whyTable {
        margin-bottom: clamp(20px, 5vw, 30px);
    }
    .aboutReason .reasonCompare .whyTable th {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .aboutReason .reasonProgress .progressWrap {
        margin-bottom: clamp(20px, 5vw, 30px);
    }
    .aboutReason .reasonProgress .progressWrap .progressBox {
        width: 100%;
    }
    .aboutReason .reasonProgress .progressWrap .progressBox:first-child {
        margin-bottom: clamp(20px, 5vw, 30px);
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList {
        padding: 15px 10px 20px;
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressStep {
        width: 180px;
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressDetail {
        width: calc(100% - 180px);
        padding: 7px 15px 7px 7px;
    }
    .aboutFaq .faqList .faqAnswer .answerDetail .faqSub {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.6;
        text-align: justify;
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressDetail {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressStep .fs13 {
        font-size: clamp(12px, 3.1vw, 16px);
    }
    .aboutReason .reasonProgress .progressWrap .progressBox.boxYellow .progressList li .fs10 {
        font-size: clamp(9px,2.3vw,12px);
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressDetail .note {
        font-size: clamp(9px,2.3vw,12px);
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressName {
        font-size: clamp(16px, 4.2vw, 22px);
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li.onlyText {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .aboutReason .reasonCompare .compareList li .compareAnswer {
        width: calc(100% - 135px);
    }
    .aboutReason .reasonCompare .compareList li .compareAnswer .answerPhoto {
        width: 125px;
    }
    .aboutReason .reasonCompare .compareList li:last-child .compareAnswer .reasonSub {
        width: calc(100% - 135px);
    }

    .aboutFaq .faqList .faqAnswer .answerDetail .faqPayemt {
        width: 100%;
        max-width: 250px;
    }
    .aboutFaq .faqList .faqAnswer .answerAlpha {
        width: 45px;
    }
    .aboutFaq .faqList .faqAnswer .answerDetail {
        width: calc(100% - 60px);
    }

    .aboutFaq .faqList .faqAnswer {
        width: 100%;
    }
    
    .aboutPrivacy .privacySub {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.6;
    }
    .aboutPrivacy .privacyList {
        margin-bottom: -16px;
    }
    .aboutPrivacy .privacyList li .privacySub {
        margin: 0 15px;
    }
}
@media(max-width: 529px) {
    .aboutBasic .basicSub,
    .aboutStaff .staffInfo .basicSub , 
    .aboutFaq .faqList .faqAnswer .answerDetail .faqSub,
    .aboutPrivacy .privacySub,
    .aboutReason .reasonSub,
    .aboutReason .reasonCompare .whyTable th,
    .aboutFaq .faqList .faqAnswer .answerDetail .faqSub  {
        line-height: 1.5;
    }
}
@media(max-width: 430px) {
    .aboutBasic .basicList li {
        width: 100%;
        margin-bottom: 0;
    }
    .aboutBasic .basicList li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .aboutBasic .basicList li:not(:last-child) {
        margin-bottom: clamp(30px, 7vw, 40px);
    }

    .aboutStaff .staffPrincipal .staffPhoto {
        width: 100%;
        max-width: 220px;
        margin: 0;
    }
    .aboutStaff .staffPrincipal .staffInfo {
        width: 100%;
    }
    .aboutStaff .staffList li {
        width: 100%;
        margin: 0;
    }
    .aboutStaff .staffList li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .aboutStaff .staffList li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .aboutStaff .staffList li:not(:last-child) {
        margin-bottom: 20px;
    }
    .aboutStaff .staffInfo {
        min-height: 180px;
    }

    .aboutFaq .faqList .faqAnswer {
        padding: 15px;
        margin: 0;
    }
    .aboutFaq .faqList .faqAnswer .answerAlpha {
        width: 30px;
    }
    .aboutFaq .faqList .faqAnswer .answerDetail {
        width: calc(100% - 40px);
    }

    .aboutReason .reasonCompare .compareList li {
        justify-content: center;
    }
    .aboutReason .reasonCompare .compareList li .compareAnswer {
        width: 100%;
        justify-content: center;
    }
    .aboutReason .reasonCompare .compareList li:last-child .compareAnswer .reasonSub {
        width: 100%;
        margin-bottom: clamp(10px, 5vw, 20px);
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressStep {
        width: 130px;
    }
    .aboutReason .reasonProgress .progressWrap .progressBox .progressList li .progressDetail {
        width: calc(100% - 130px);
    }

    .aboutReason .whyList li .whyPoint {
        top: -18px;
        left: -10px;
        width: 70px;
    }
    .aboutReason .whyList li .whyBox .whyPhoto {
        width: 100%;
        margin-bottom: clamp(20px, 5vw, 30px);
    }
    .aboutReason .whyList li .whyBox .whyDetail {
        width: 100%;
    }
}