.inner {
    position: relative;
    margin: 0 21%;
}

.titleWrap span {
    color: var(--esta-main-color);
}

.point {
    color: var(--esta-main-color);
}

/* ----- 헤더 영역 시작 ----- */
#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease-in-out;
    pointer-events: none;
}

header .logo,
header .selectBox.language,
header .btnResult {
    pointer-events: auto;
}

#header select:focus {
    outline: none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 62.5%;
    height: 100px;
    color: white;
}

.menuList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo {
    width: 170px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menuBtnWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.selectBoxWrap.language::after {
    content: "Change Language";
    position: absolute;
    top: -10px;
    transform: translateY(-50%);
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    color: white;
    margin-bottom: 4px;
}

.selectBox.language {
    width: 132px;
    height: 40px;
    background: url(../img/ico_arrow_down_16.svg) calc(100% - 14px) center no-repeat;
    background-color: transparent !important;
    background-size: 16px;
}

.selectBox.language.active {
    border-color: white;
}

.selectBox.language .label {
    padding-left: 14px;
    font-size: 14px;
    color: white;
}

.selectBox.language .optionList {
    text-align: center;
    top: 45px;
    max-height: 0px;
    padding: 5px 0;
}

.selectBox.language.active .optionList {
    max-height: 280px;
}

.selectBox.language .optionList .optionItem {
    padding: 16px 20px !important;
    font-size: 14px !important;
}

.btnResult.forPC {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 5px;
    width: 100px;
    height: 40px;
    background: var(--sub-color);
    color: white !important;
    font-size: 14px;
    font-weight: 600;
}

.btnResult.forPC:hover {
    background: #1D3A69;
}

/* ----- 헤더 영역 끝 ----- */

/* ----- 콘텐츠 영역 시작 ----- */
#goTopBtn {
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2vh;
    right: 1vw;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    background: var(--esta-main-color);
    border-radius: 5px;
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

#goTopBtn:hover {
    background: #DA233C;
}

.mainArticle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    background-image: url(../img/esta_main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 13% 50px;
}

#siteTab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    padding: 8px 10px;
    background: white;
    border-radius: 50px;
}

#siteTab .siteTabItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 16px 0;
    color: #555;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.1s ease-in-out;
}

#siteTab .siteTabItem.active a {
    background: var(--esta-main-color);
}

#siteTab .siteTabItem.active a {
    color: white;
}

.mainContentWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    width: 100%;
    text-align: center;
}

.mainContentWrap .titleWrap {
    gap: 16px;
    color: white;
}

.mainContentWrap .titleWrap p {
    font-size: 20px;
    font-weight: 500;
}

.mainContentWrap .applicationBox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    padding: 35px 40px 40px;
    border-radius: 15px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    background: white;
    color: #888;
}

.applicationBox .applicationList {
    display: flex;
    width: 100%;
    gap: 12px;
}

.applicationBox .applicationList>.selectBoxWrap {
    flex: 1;
}

.applicationBox .applicationList .applicationItem {
    flex: 2;
    display: flex;
    gap: 12px;
}

.applicationBox .applicationList .applicationItem>div {
    flex: 1;
}

.applicationBox .selectBox .optionList {
    text-align-last: left;
}

.applicationBox .selectBoxWrap.disabled .selectBox {
    pointer-events: none;
    background: none;
    background-color: #f5f5f5 !important;
}

.applicationBox .selectBoxWrap.disabled .selectBox .label {
    font-weight: 700;
    color: #555;
}

.applicationBox a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
    height: 86px;
    border-radius: 5px;
    background: var(--esta-main-color);
    color: white;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.applicationBox a:hover {
    background: #DA233C;
}

.lineBanner {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    height: 40px;
    font-size: 14px;
    background: var(--esta-main-color);
    color: white;
    white-space: nowrap;
    overflow: hidden;
}

.lineBanner p {
    display: flex;
    gap: 30px;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.processArticle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 80px;
    margin-bottom: 80px;
    width: 100%;
}

.processArticle ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.processArticle ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 26px;
    width: 19%;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #d5d5d5;
}

.processArticle ul li:nth-child(3) {
    border: 3px solid var(--sub-color);
}


.processArticle ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -17%;
    transform: translate(-50%, -50%);
    width: 14%;
    height: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ico_arrow_right_26.svg) no-repeat center / 100% 100%;
    z-index: 1;
}

.processArticle ul li:last-child:after {
    display: none;
}

.processArticle ul li:nth-child(2) {
    z-index: 0;
}

.processArticle ul li:nth-child(3) {
    z-index: -1;
}


.processArticle ul li:nth-child(4) {
    z-index: -2;
}

.processArticle ul li:nth-child(5) {
    z-index: -3;
}


.processArticle ul li .textWrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.processArticle ul li .textWrap span {
    font-size: 20px;
    font-weight: 700;
    color: var(--sub-color);
}

.processArticle ul li .textWrap p {
    font-size: 14px;
    color: #111;
}

.resultArticle {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 80px 0 100px;
}

.resultArticle .titleWrap {
    text-align: left;
    gap: 28px;
    width: 32%;
}

.resultArticle .titleWrap p {
    font-size: 16px;
    line-height: 24px;
}

.resultArticle .titleWrap p span {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
}

.resultArticle .resultBoxWrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 62.5%;
    min-width: 578px;
    background: #f5f5f5;
    padding: 25px 20px 35px;
    border-radius: 10px;
}

.resultArticle .resultBoxWrap .resultBoxTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resultArticle .resultBoxWrap .resultBoxTop>div {
    width: calc(50% - 10px);
}

.resultArticle .selectBox {
    position: relative;
    width: 100%;
    height: 50px;
    background: url(../img/ico_arrow_down_14.svg) calc(100% - 14px) center no-repeat;
    background-size: 14px;
}

.resultArticle .inputWrap {
    position: relative;
}

.resultArticle .infoForm.passport>.selectBoxWrap {
    position: relative;
}

.resultArticle .selectBoxTitle {
    margin: 0 0 8px 2px;
    font-size: 14px;
    font-weight: 500;
}

.resultArticle .selectBoxTitle img {
    margin-right: 5px;
}

.resultArticle .selectBox .label {
    display: block;
    padding-left: 20px;
    font-size: 16px;
}

.resultArticle .selectBox .label.active {
    color: #555;
    font-weight: 500;
}

.resultArticle .selectBox .optionList {
    top: 54px;
    max-height: 0;
    background: white;
}

.resultArticle .selectBox.active .optionList {
    max-height: 280px;
}

.resultArticle .selectBox .optionItem {
    padding: 16px 20px;
    font-size: 16px;
}

.resultArticle .dateFormList .selectBox .optionItem {
    text-align: center;
}

.resultArticle .dateFormList .selectBox .optionItem.actvie {
    color: #cc1f36;
    font-weight: 700;
}

.dateFormList {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.dateFormList>.selectBoxWrap {
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
}

.dateFormList>.selectBoxWrap:last-child {
    margin-right: 0;
}

.dateFormList>.selectBoxWrap:first-child {
    width: calc(100% / 3 - 10px + 20px);
}

.radioBtnWrap {
    display: flex;
    gap: 28px;
    margin-bottom: 28px;
}

.radioBtnWrap>div {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.radioBtnWrap button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: white;
    outline: 1px solid #d5d5d5;
    border-radius: 50%;
}

.radioBtnWrap button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--esta-main-color);
    border-radius: 50%;
    display: none;
}

.radioBtnWrap button.active::after {
    display: block;
}

.infoForm {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.resultArticle .resultBoxWrap .resultSearchBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    background: var(--esta-main-color);
    color: white;
}

.resultSearchBtn img {
    margin-right: 16px;
}

.resultArticle .resultBoxWrap .resultSearchBtn:hover {
    background: #DA233C;
}

.linksArticle {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 100px 0;
    width: 100%;
}

.linksArticle::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background: url(../img/links_bg.png) no-repeat center center / cover;
}

.linksArticle .linksList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.linksArticle .linksList .linksItem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
    gap: 17%;
    width: calc(100% / 3 - 2.6%);
    max-height: 156px;
    border-radius: 7px;
    overflow: hidden;
    background: #1F375FCC;
    color: white;
    font-weight: 600;
    transition: background 0.3s ease;
}

.linksArticle .linksList .linksItem:hover {
    background: #1F375FE6;
}

.linksArticle .linksList .linksItem::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: bottom left;
    transition: transform 0.5s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.linksArticle .linksList .linksItem:hover::before {
    transform: scale(1.2);
}

.linksArticle .linksList .linksItem:nth-child(1)::before {
    background-image: url(../img/esta_link01.png);
}

.linksArticle .linksList .linksItem:nth-child(2)::before {
    background-image: url(../img/esta_link02.png);
}

.linksArticle .linksList .linksItem:nth-child(3)::before {
    background-image: url(../img/esta_link03.png);
}

.linksArticle .linksList .linksItem>div:first-child {
    width: 49.5%;
}

.linksArticle .linksList .linksItem span {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}

.linksArticle .linksList .linksItem img {
    object-fit: cover;
}

.linksArticle .linksList .linksItem .arrowWrap {
    position: relative;
    width: 35px;
    height: 35px;
}

.linksArticle .linksList .linksItem .linksArrow,
.linksArticle .linksList .linksItem .linksArrowFill {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.linksArticle .linksList .linksItem .linksArrow {
    opacity: 1;
}

.linksArticle .linksList .linksItem .linksArrowFill {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.linksArticle .linksList .linksItem:hover .linksArrowFill {
    opacity: 1;
}

.linksArticle .linksList .linksItem:hover .linksArrow {
    opacity: 0;
}

.snsArticle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 100px 0 80px 21%;
}

.snsArticle .titleWrap {
    align-items: flex-start;
    text-align: left;
    width: 22%;
    gap: 18px;
}

.snsArticle .titleWrap .btnWrap {
    display: flex;
    gap: 5px;
}

/* 탭 1개일 경우 디자인 시작 */

.snsArticle .titleWrap .btnWrap #facebookBtn {
    display: flex;
    padding: 12px 42px 12px 22px;
    font-size: 14px;
    letter-spacing: -0.25px;
    font-weight: 500;
    border-radius: 30px;
    color: var(--sub-color);
    border: 1px solid var(--sub-color);
    background-image: url(../img/ico_facebook_arrow_right_navy.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 10px 18px;
}

.snsArticle .titleWrap .btnWrap #facebookBtn:hover {
    background-color: var(--sub-color);
    color: white;
    font-weight: 600;
    background-image: url(../img/ico_facebook_arrow_right_white.svg);
}

/* 탭 1개일 경우 디자인 끝 */


/* 탭 2개일 경우 디자인 시작 */

/* .snsArticle .titleWrap .btnWrap button {
    font-size: 14px;
    letter-spacing: -0.25px;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 30px;
    background: #f5f5f5;
    color: #555;
    cursor: default;
}

.snsArticle .titleWrap .btnWrap button.active {
    background-color: var(--sub-color);
    color: white;
    font-weight: 600;
} */
/* 탭 2개일 경우 디자인 끝 */

.snsArticle .imgWrap {
    width: calc(100% - 24%);
}

.snsArticle .imgWrap .imgList {
    width: 100%;
}

.snsArticle .imgWrap .imgList>div img {
    border-radius: 20px;
    width: 350px;
    height: 350px;
    margin-right: 20px;
}

.snsArticle .imgWrap .imgList>div:last-child img {
    margin-right: 0;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-slider {
    position: relative;
}

.slick-prev.custom-prev,
.slick-prev.custom-prev:focus,
.slick-prev.custom-prev:hover,
.slick-next.custom-next,
.slick-next.custom-next:focus,
.slick-next.custom-next:hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.slick-prev.custom-prev,
.slick-prev.custom-prev:focus,
.slick-prev.custom-prev:hover {
    left: 5px;
    background-image: url('../img/ico_slick_arrow_left.svg') !important;
}

.slick-next.custom-next,
.slick-next.custom-next:focus,
.slick-next.custom-next:hover {
    right: 5px;
    background-image: url('../img/ico_slick_arrow_right.svg') !important;
}

.slick-dots {
    position: absolute;
    top: 105%;
    /* 원하는 위치로 변경 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--esta-main-color);
}

.paymentArticle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 80px 0 100px;
    width: 100%;
}

.paymentArticle .paymentList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.paymentArticle .paymentItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17.5%;
    min-width: 180px;
    height: 130px;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.paymentArticle .paymentItem img {
    object-fit: contain;
}

.faqArticle {
    position: relative;
    padding: 80px 0 100px;
    text-align: center;
}

.faqArticle h3 {
    color: white;
    margin-bottom: 50px;
}

.faqArticle::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background: url(../img/esta_faq_bg.png) no-repeat center top / cover;
}

.faqArticle .faqList {
    margin-bottom: 20px;
}

.faqArticle .faqItem {
    font-size: 15px;
    line-height: 24px;
    color: #555;
    transition: .3s ease-in-out;
}

.faqArticle .faqItem:first-of-type~li {
    padding-top: 6px;
}

.faqArticle .faqItem .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fffffff2;
    padding: 32px 38px;
    border-radius: 10px;
    margin-bottom: 6px;
}

.faqArticle .faqItem .top h5 {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #555;
    max-width: 90%;
}

.faqArticle .faqItem .top h5 span {
    font-size: 26px;
    font-weight: 800;
    margin-right: 18px;
}

.faqArticle .faqItem .top .openCloseIcon {
    display: block;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/ico_faq_plus.svg");
}

.faqArticle .faqItem .bottom {
    border-radius: 10px;
    background: #f5f5f5f2;
    text-align: left;
    overflow: hidden;
    padding: 0 38px;
    height: 0;
    opacity: 0;
    transition: .3s ease, opacity .2s ease;
}

.faqArticle .faqItem.active .bottom {
    opacity: 1;
    height: auto;
    padding: 32px 38px;
}

.faqArticle .bottom .answerList {
    padding: 20px 0;
}

.faqArticle .bottom .answerList li::before {
    content: "⦁";
    color: var(--esta-main-color);
    margin-right: 10px;
}

.faqArticle .faqItem .bottom .answerList>div {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20%;
    padding: 10px 0;
    margin: 0 auto;
}

.faqArticle .faqItem.active .top a {
    background-image: url("../img/ico_faq_minus.svg");
}

.faqArticle .answerList li:first-of-type~li {
    padding-top: 12px;
}


.faqArticle #moreBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid white;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.faqArticle #moreBtn img {
    margin-left: 6px;
    width: 15px;
    height: 15px;
}

.newsArticle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}

.newsArticle .titleWrap {
    width: 300px;
    text-align: left;
    margin-bottom: 18px;
}

.newsArticle #moreBtn {
    display: flex;
    width: 135px;
    padding: 12px 32px 12px 36px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: 500;
    color: var(--sub-color);
    border: 1px solid var(--sub-color);
    background-image: url(../img/ico_facebook_arrow_right_navy.svg);
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 10px 18px;
}

.newsArticle #moreBtn:hover {
    background-color: var(--sub-color);
    color: white;
    font-weight: 600;
    background-image: url(../img/ico_facebook_arrow_right_white.svg);
}

.newsList {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 720px;
}

.newsList .newsItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 24px 10px;
    border-bottom: 1px solid #d5d5d5;
}

.newsList .newsItem:first-child {
    border-top: 2px solid var(--sub-color);
}

.newsList .newsItem:last-child {
    border-bottom: 1px solid var(--sub-color);
}

.newsList .newsItem .date {
    width: 120px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #555;
}

.newsList .newsItem .title {
    width: 535px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}

/* 콘텐츠 영역 끝 */

/* 푸터 영역 시작 */

.footerWrap {
    width: 100%;
}

.footerWrap .footerTopInfo {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding: 24px 18.7%;
    background: white;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.footerWrap .footerTopInfo li a {
    font-size: 13px;
    letter-spacing: -0.25px;
    color: #555;
}

.footerWrap .footerTopInfo li:first-child a {
    font-weight: 700;
}

.footerWrap .footerBottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 50px 18.7%;
    background: #F5F5F5;
}

.footerWrap .footerBottom .footerInfo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footerWrap .footerBottom .footerInfo li {
    display: flex;
    gap: 10px;
}

.footerWrap .footerBottom .footerInfo li:first-child {
    width: 145px;
    margin-bottom: 12px;
}

.footerWrap .footerBottom .footerInfo li:first-child img {
    width: 100%;
    object-fit: contain;
}

.footerWrap .footerBottom .footerInfo li:nth-child(2) p:first-child {
    font-weight: 700;
}

.footerWrap .footerBottom .footerInfo li:nth-child(4) {
    margin-bottom: 24px;
}

.footerWrap .footerBottom .footerInfo li p:first-child {
    display: flex;
    gap: 10px;
}

.footerWrap .footerBottom .footerInfo li p:last-child {
    position: relative;
    padding-left: 10px;
}

.footerWrap .footerBottom .footerInfo li p:last-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 9px;
    background-color: #44444473;
}

.footerWrap .footerBottom .footerInfo li p:first-child {
    display: flex;
    gap: 10px;
}

.footerWrap .footerBottom p {
    font-size: 12px;
    letter-spacing: -0.25px;
    color: #555;
}

.footerWrap .footerBottom span {
    font-size: 11px;
    letter-spacing: -0.25px;
    color: #555;
}

.footerWrap .footerBottom .snsIcoWrap {
    display: flex;
    gap: 10px;
}