:root {
    --site-padding: 1.5rem;
    --header-height: 8rem;
    --default-font-size: 9px;
}

.bttn {
    /* font-size: 1.4rem */
}

/* ==========================================
       상단 메뉴
    ========================================== */

#hd>nav>ul {
    display: none
}

.mobile-menu {
    display: flex;
    align-items: center;
}

.mobile-menu svg {
    width: 3rem;
    height: 3rem;
    /* color: var(--green-color); */
    color: #242424;
}

/* ==========================================
       모바일 GNB
    ========================================== */
.mobile-gnb {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    visibility: hidden;
    transition: visibility 0.4s;
}

.mobile-gnb.active {
    visibility: visible;
}

.m-gnb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.4s;
}

.mobile-gnb.active .m-gnb-overlay {
    opacity: 1;
}

.m-gnb-content {
    position: absolute;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 32rem;
    height: 100%;
    background: #fff;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.mobile-gnb.active .m-gnb-content {
    right: 0;
}

.m-gnb-header {
    display: flex;
    justify-content: flex-end;
    padding: var(--site-padding);
    height: var(--header-height);
}

.m-gnb-close {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #333;
}

.m-gnb-close svg {
    color: #242424;
    width: 3.2rem;
    height: 3.2rem;
}

.m-gnb-list {
    flex: 1;
    overflow-y: auto;
    padding: 2.5rem 3rem;
}

.m-gnb-list>li {
    border-bottom: 1px solid #f2f2f2;
    padding: 2.2rem 0;
}

.m-gnb-list>li:last-child {
    border-bottom: none;
}

.m-gnb-list>li>a {
    font-size: 1.8rem;
    font-weight: 600;
    color: #242424;
    display: block;
}

.m-gnb-list>li>a.active {
    color: var(--green-color);
}

/* ==========================================
       상단 서브
    ========================================== */
.sub-hd {}

.sub-title {
    padding: 4rem 2rem 3rem;
    height: auto;
}

.sub-title>h2 {
    font-size: 4.5rem
}

.sub-title>span {
    font-size: 1.6rem;
    text-shadow:
        0 0 1px #ffffff,
        0 0 2px #ffffff,
        0 0 3px #ffffff,
        0 0 4px #ffffff,
        1px 0 2px #ffffff,
        -1px 0 2px #ffffff,
        0 1px 2px #ffffff,
        0 -1px 2px #ffffff,
        2px 0 2px #ffffff,
        -2px 0 2px #ffffff,
        0 2px 2px #ffffff,
        0 -2px 2px #ffffff;
}

.sub-background {
    height: auto;
    transform: unset;
    top: 3rem;
}

.sub-background img {
    height: auto;
    width: 50vw;
}

#logo>a>img {
    height: 5rem
}

/* ==========================================
       캠페인
    ========================================== */
.sub-title.about-title {
    flex-direction: column;
    gap: 3rem;
}

.about-title .about-logo {
    /* max-width: unset; */
    width: 90%;
    height: auto;
}

.about-title .about-text-bottom .sub-text {
    font-size: 2.2rem
}

.about-title .about-text-top {
    font-size: 1.6rem;
}

.about-title .about-text-bottom .sub-main-text {
    font-size: 3.2rem;
}


.about-list {
    padding: .5rem 1.5rem;
}

.about-youtube-list {
    font-size: 1.8rem
}

.about-youtube-list>li {
    padding: .5rem 0;
}

.about-youtube-list>li:first-child>div {
    transform: translate(-10%, -1rem);
}

.about-youtube-list>li:first-child>div>dl::after {
    left: 10%
}



.about-youtube-list>li:last-child>div {
    transform: translate(-90%, -1rem);
}

.about-youtube-list>li:last-child>div>dl::after {
    left: 90%
}


/* ==========================================
       인턴쉽
    ========================================== */

.intern-header {
    padding: 4rem 2rem 2rem;
}

.intern-header-title {
    font-size: 3.5rem;
}

.intern-header-subtitle {
    font-size: 1.3rem;
}

.intern-body {
    padding: 1rem 2rem;
}

.intern-row {
    flex-direction: column;
    gap: 1rem;
}

.intern-label {
    width: 100%;
    padding: 0;
}

.intern-label br {
    display: none
}

.intern-company-grid {
    grid-template-columns: repeat(2, 1fr);
}

.intern-header-deco {
    height: 100%;
    right: 0 !important;
}


/*************************/

.its-info>div {
    flex-direction: column;
}

.intenship-section>article {
    padding: 2.5rem 2rem;
}

.its-company>ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

.its-company>ul>li>a {
    display: flex;
    gap: 1.5rem
}

.its-company>ul>li>a>dl {
    border-top: none;
    border-left: 1px solid #eee;
    margin-top: 0;
    padding: 0 1rem;
    flex: 1;
}

.its-company>ul>li>a>img {
    max-width: 120px;
}

.its-info>div>ul>li>div {
    width: 4rem;
    height: 4rem;
}


.its-info>div>ul>li {
    gap: 1rem
}


.its-button {
    flex-direction: column;
}

.its-button .bttn {
    flex: 1;
    padding: 1.4rem 1.4rem;
}

.intern-footer {
    padding: 2rem 2rem 3rem;
}

/* ==========================================
       테스트
    ========================================== */
.survey-desc {
    font-size: 1.6rem;
}

.survey-title {
    font-size: 3rem
}

.survey-question {
    font-size: 2.6rem;
}

.survey-answers {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.survey-answer-btn {
    min-height: 6rem;
    font-size: 1.8rem;
}

.survey-container {
    padding: 2rem;
}

/*
.survey-com-item img {
    max-width: 12rem;
}


.survey-com-item dl {

    flex: 1;
    border-left: 1px solid #eee;
    padding: 0 1rem;
}

.survey-com-item dl>dt {
    text-align: center;
}

.survey-com-item dl>dd {
    text-align: center;
}
    */


/* ==========================================
       테스트
    ========================================== */
#ft>div>ul {
    flex-wrap: wrap;
    justify-content: center;
}