@charset "utf-8";

#Sub {margin-top: 100px; margin-bottom: 140px;
    min-height: calc(100vh - 100px);
    font-family: 'Pretendard-Regular' !important;
}

#sub-visual-ext{width: 100%; min-height: 330px;
    display: grid;
    place-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 60px;
}

#sub-visual-ext.visual1{
    background-image: url("/page/common/css/images/sub/sub_visual01.jpg");
}
#sub-visual-ext.visual2{
    background-image: url("/page/common/css/images/sub/sub_visual02.jpg");
}
#sub-visual-ext.visual3{
    background-image: url("/page/common/css/images/sub/sub_visual03.jpg");
}
#sub-visual-ext.visual4{
    background-image: url("/page/common/css/images/sub/sub_visual04.jpg");
}
#sub-visual-ext.visual5{
    background-image: url("/page/common/css/images/sub/sub_visual05.jpg");
}

#sub-visual-ext::before{content: "";
    width: 100%; height: 100%;
    position: absolute; left: 0; top: 0; z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

#sub-visual-ext div{
    display: flex;
    flex-direction: column;
    row-gap: 9px;
    text-align: center;
    font-size: 30px;
    color: white;
    position: relative; z-index: 1;
}

#sub-visual-ext div span{font-weight: 300}

.link-tab-wrap {
    margin-bottom: 40px;
}

.link-tab-wrap ul {display: flex;
        justify-content: center;
        align-items: center;
    column-gap: 50px;
    font-size: 24px;
    font-weight: 500;
}
.link-tab-wrap ul li{position: relative}

.link-tab-wrap ul li:first-child span{
    display: block;
    width: 28px; height: 28px;
    background: url("/page/common/css/images/home.svg") no-repeat center center/contain;
}
.link-tab-wrap ul li.oneDepth-title span {color: #aaa}
.link-tab-wrap ul li:nth-child(n+2)::before {
    content: "/"; display: block;
    color: #aaa;
    font-size: 18px;
    position: absolute; left: calc(-50px / 2); top: 50%;
    transform: translateY(calc(-50% + -2px));
}

.sub-title {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.sub-pageTab {
    display: flex;
    column-gap: 30px;
    margin-bottom: 120px;
    overflow-x: scroll;
}
.sub-pageTab.flex-center {
    justify-content: center;
}
.sub-pageTab::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.sub-pageTab li {flex-shrink: 0}
.sub-pageTab li a {
    display: block;
    padding: 18px 30px;
    border: 1px solid #ccc;
    color: #aaa;
    border-radius: 10px;
    font-size: 24px;
    transition: all 0.1s;
}
.sub-pageTab li.active a {
    background-color: #0C7771;
    color: white;
}

.sub-pageTab li a:hover {
    text-decoration: none;
}

.fmSatis-contact{display: none}

.sub-desc {font-size: 40px; font-weight: 600; text-align: center; line-height: 1.1; margin-bottom: 90px }
.mobile_br {display: none}
.fmSatis-contact {display: none}
/* 노트북 */
@media screen and (max-width: 1430px) and (min-width: 1025px) {
}

/* 패드-pro */
@media screen and (max-width: 1024px) and (min-width: 821px) {

}

/* 태블릿 */
@media screen and (max-width: 820px) and (min-width: 481px) {
    .sub-title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .sub-desc{font-size: 35px}
    .link-tab-wrap ul {
        font-size: 19px;
    }
    .link-tab-wrap ul li:nth-child(n+2)::before {
        font-size: 15px;
        left: calc(-35px / 2);
    }
    .link-tab-wrap ul li:first-child span {
        display: block;
        width: 22px;
        height: 22px;
    }
    .link-tab-wrap ul {
        column-gap: 35px;
    }
}

/* 모바일 */
@media screen and (max-width: 480px) {
    #Sub  {margin-top: 56px;
        min-height: calc(100vh - 56px);
    }
    .sub-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .link-tab-wrap ul {
        font-size: 14px;
        column-gap: 26px;
    }

    .link-tab-wrap ul li:nth-child(n+2)::before {
        font-size: 12px;
        left: calc(-26px / 2);
    }
    .link-tab-wrap ul li:first-child span {
        display: block;
        width: 20px;
        height: 20px;
    }
    #sub-visual-ext {
        background-position: 60% 50%;
    }
    #sub-visual-ext div {
        font-size: 24px;
    }
    .sub-desc{font-size: 20px}
}

@media screen and (max-width: 350px) and (min-width: 280px) {
}

/* 노트북 ~ 모바일 */
@media screen and (max-width: 1430px) {
}
/* 태블릿 ~ 모바일 */
@media screen and (max-width: 820px) {
    #Sub {margin-bottom: 100px}
    .sub-pageTab{column-gap: 15px;
        max-width: 643px;
        margin: 0 auto 60px;
    }
    .sub-pageTab li a {padding: 7px 16px; font-size: 16px}
    .mobile_br{display: block}
    #sub-visual-ext {
        margin-bottom: 40px;
    }

    .link-tab-wrap {
        margin-bottom: 40px
    }
}