/* 공통 */
.dot-text-box > li {
    box-sizing: border-box;
    position: relative;
}
.dot-text-box > li::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
}

.table-type .tal {
    text-align: left !important;
}
.table-type .tac {
    text-align: center !important;
}
.table-type .tar {
    text-align: right !important;
}
.table-type .wsw {
    white-space: inherit !important;
}

.youtube-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    /* 21:9 */
    /* padding-bottom: 42.8571%; */
    /* 16:9 */
    padding-bottom: 56.25%;
    /* 4:3 */
    /* padding-bottom: 75%; */
}  
.youtube-box iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------------------------------- */

/* 픽스 버튼 */
.fix-btn {
    height: 60px;
    border-radius: 999px;
    border: 3px solid #000;
    background: linear-gradient(to bottom, #FF7170, #FF7190);
    font-size: 24px;
    right: 11.9791%;
    bottom: 60px;
    padding: 0 21px 0 52px;
}
.fix-btn:hover{
    background: linear-gradient(to bottom, #FF7190, #FF7170);
}
.fix-btn::after {
    content: "";
    display: block;
    width: 102px;
    height: 73.45px;
    background: url(../img/bear_img.svg) no-repeat center center/cover;
    position: absolute;
    top: -5px;
    left: -51px;
}
.fix-btn-2 {
    height: 60px;
    background: #E30613;
    font-size: 17px;
    display: none;
}
.fix-btn-2:hover{
    background: #E54149;
}
@media (max-width:1320px) {
    .fix-btn {
        display: none;
    }
    .fix-btn-2 {
        display: flex;
    }
}

/* ------------------------------------------------------------------------------- */

/* 사이드 메뉴 영역 */
.side-menu-area {
    top: 0;
    right: -150%;
    transition: all 0.3s;
}
.side-menu-area.active {
    right: 0;
}
.side-menu-area .top-box {
    height: 64px;
    box-sizing: border-box;
    padding: 0 40px;
}
.side-menu-area .top-box .logo-box {
    width: 102px;
}
.side-menu-area .top-box .x-btn {
    width: 28px;
}
.side-menu-area .menu-box {
    margin-top: 104px;
    text-align: center;
}
.side-menu-area .menu-box li a {
    display: inline-block;
    font-size: 18px;
}
.side-menu-area .menu-box li:not(:first-child) a {
    margin-top: 60px;
}
.side-menu-area .menu-box li a.active {
    color: #E30613;
}
.side-menu-area .btn-box {
    margin-top: 48px;
}
.side-menu-area .btn-box > a {
    width: 200px;
    height: 42px;
    background: #E30613;
    border-radius: 24px;
    font-size: 17px;
    color: #fff;
}

@media (max-width:767px) {
    .side-menu-area .top-box {
        height: 56px;
        padding: 0 20px;
    }
    .side-menu-area .top-box .logo-box {
        width: 83px;
    }
}

/* ------------------------------------------------------------------------------- */

/* 헤더 영역 */
.header-area {
    height: 88px;
}
.header-area.active {
    background: #fff;
}
.header-area .logo-box {
    width: 153px;
}
.header-area .right-box {
    gap: 40px;
}
.header-area .right-box .menu-box li:not(:first-child) > a {
    margin-left: 32px;
}
.header-area .right-box .menu-box li a {
    font-size: 16px;
    color: #000;
}
.header-area .right-box .menu-box li a.active {
    color: #E30613;
}
.header-area .right-box .btn-box .btn {
    width: 152px;
    height: 36px;
    background: #E30613;
    color: #fff;
    font-size: 17px;
    border-radius: 999px;
}
.header-area .right-box .btn-box .btn:hover{
    background: #E54149;
}
.header-area .ham-btn {
    width: 28px;
    right: 40px;
    display: none;
}

@media (max-width:1320px) {
    .header-area {
        height: 64px;
    }
    .header-area .logo-box {
        width: 102px;
    }
    .header-area .right-box {
        display: none;
    }
    .header-area .ham-btn {
        display: block;
    }
}

@media (max-width:767px) {
    .header-area {
        height: 56px;
    }
    .header-area .logo-box {
        width: 83px;
    }
    .header-area .ham-btn {
        width: 24px;
        right: 20px;
    }
}

/* ------------------------------------------------------------------------------- */

/* 메인 비주얼 영역 */
.main-visual-area {
    overflow: hidden;
    background: #CEEBFB;
    box-sizing: border-box;
    padding-bottom: 56.25%;
} 
.main-visual-area .img-box-1-1 {
    width: 57.083%;
    bottom: 24.541%;
    right: 0.677%;
}
.main-visual-area .img-box-1-2 {
    width: 100%;
    left: 0;
    bottom: 0;
}
.main-visual-area .img-box-1-3 {
    width: 42.458%;
    top: -7.339%;
    right: 0;
}
.main-visual-area .img-box-2-1 {
    width: 21.421%;
    bottom: 8.404%;
    right: 17.773%;
    animation-fill-mode: forwards;
    animation-name: action_1;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-delay: 3s;
}
.main-visual-area .img-box-2-2 {
    width: 50.994%;
    bottom: 0;
    right: 0;
}
.main-visual-area .img-box-2-3 {
    width: 6.615%;
    bottom: 8.624%;
    left: 21.614%;
    animation-fill-mode: forwards;
    animation-name: action_2;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-delay: 3.5s;
}
.main-visual-area .img-box-2-4 {
    width: 8.073%;
    bottom: 11.598%;
    left: 36.719%;
    animation-fill-mode: forwards;
    animation-name: action_1;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-delay: 3.5s;
}
.main-visual-area .con {
    top: 26.6666%
}
.main-visual-area .img-box-3-1 {
    width: 63.7%;
}
.main-visual-area .img-box-3-2 {
    width: 40.35%;
    margin-top: 2.7777vw;
}
.main-visual-area .btn {
    width: 185px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid #000;
    background: linear-gradient(to bottom, #FF7170, #FF7190);
    font-size: 16px;
    gap: 6px;
    margin-top: 4.1666vw;
    display: none;
}
.main-visual-area .btn .img-box {
    width: 27px;
}


@keyframes action_1 {
    50%{
        transform: translateY(3%);
    }
}
@keyframes action_2 {
    50%{
        transform: translateX(10%);
    }
}

@media (max-width:1320px) {
    .main-visual-area {
        padding-bottom: 117.2%;
    } 
    .main-visual-area .img-box-1-1 {
        width: 102.9714%;
        bottom: 21.4866%;
        right: -26.6927%;
    }
    .main-visual-area .img-box-1-2 {
        width: 180.3880%;
        left: -52.4740%;
        bottom: 0;
    }
    .main-visual-area .img-box-1-3 {
        width: 76.4766%;
        top: 7.0000%;
        right: -21.3984%;
    }
    .main-visual-area .img-box-2-1 {
        width: 38.6654%;
        bottom: 7.3756%;
        right: 4.1615%;
    }
    .main-visual-area .img-box-2-2 {
        width: 91.9674%;
        bottom: 0;
        right: -27.8893%;
    }
    .main-visual-area .img-box-2-3 {
        display: none;
    }
    .main-visual-area .img-box-2-4 {
        width: 14.073%;
        bottom: 10.598%;
        left: 14.719%;
    }
    .main-visual-area .con {
        top: 32.8888%;
        padding: 0 60px;
    }
    .main-visual-area .img-box-3-1 {
        width: 69.7513%;
    }
    .main-visual-area .img-box-3-2 {
        width: 49.3%;
        margin-top: 2.2643vw;
    }
    .main-visual-area .btn {
        display: flex;
    }
}

@media (max-width:767px) {
    .main-visual-area {
        padding-bottom: 177.78%;
    } 
    .main-visual-area .img-box-1-1 {
        width: 156.2111%;
        bottom: 21.4859%;
        right: -45.6111%;
    }
    .main-visual-area .img-box-1-2 {
        width: 273.6556%;
        left: -126.1917%;
        bottom: 0;
    }
    .main-visual-area .img-box-1-3 {
        width: 116.0194%;
        top: 7.0000%;
        right: -37.5806%;
    }
    .main-visual-area .img-box-2-1 {
        width: 58.6556%;
        bottom: 7.3766%;
        right: 1.1972%;
    }
    .main-visual-area .img-box-2-2 {
        width: 139.5194%;
        bottom: 0;
        right: -47.4472%;
    }
    .main-visual-area .img-box-2-4 {
        display: none;
    }
    .main-visual-area .con {
        top: 29.2188%;
        padding: 0 20px;
    }
    .main-visual-area .img-box-3-1 {
        width: 85.95%;
    }
    .main-visual-area .img-box-3-2 {
        width: 69.3%;
        margin-top: 2.2643vw;
    }
    .main-visual-area .btn {
        width: 162px;
        height: 32px;
        font-size: 14px;
        margin-top: 6.9444vw;
    }
}
/* ------------------------------------------------------------------------------- */

/* 메인 비주얼 영역-2 */
.main-visual-area-2 {
    overflow: hidden;
    background: #FEF7EF;
    box-sizing: border-box;
    padding-bottom: 62.5%;
} 
.main-visual-area-2 .img-box-1-1 {
    width: 63.5417%;
    bottom: 0.1667%;
    left: 50%;
    transform: translateX(-50%);
}
.main-visual-area-2 .img-box-1-2 {
    width: 75.0130%;
    bottom: 20.6342%;
    left: 50%;
    transform: translateX(-50%);
}
.main-visual-area-2 .img-box-2-1 {
    width: 20.2818%;
    bottom: 23.9167%;
    left: 37.3438%;
    animation-fill-mode: forwards;
    animation-name: action_1;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-delay: 3s;
}
.main-visual-area-2 .img-box-2-2 {
    width: 100%;
    bottom: -19.8333%;
    left: 0;
}
.main-visual-area-2 .img-box-2-3 {
    width: 12.0948%;
    bottom: 12.3333%;
    left: 24.0104%;
}
.main-visual-area-2 .img-box-2-4 {
    width: 13.2813%;
    bottom: 10.5000%;
    left: 58.6979%;
}
.main-visual-area-2 .img-box-2-5 {
    width: 80.0521%;
    bottom: 4.9167%;
    left: 0;
}
.main-visual-area-2 .img-box-3-1 {
    width: 10.7651%;
    bottom: 52.9167%;
    left: 56.7708%;
    animation-fill-mode: forwards;
    animation-name: action_1;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-delay: 3s;
}
.main-visual-area-2 .img-box-3-2 {
    width: 5.1260%;
    bottom: 56.8333%;
    left: 42.3958%;
    animation-fill-mode: forwards;
    animation-name: action_1;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-delay: 3s;
}
.main-visual-area-2 .img-box-3-3 {
    width: 14.8057%;
    bottom: 47.4167%;
    left: 66.6667%;
    animation-fill-mode: forwards;
    animation-name: action_1;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-delay: 3s;
}
/* .main-visual-area-2 .img-box-3-4 {
    width: 6.5104%;
    bottom: 22.0833%;
    left: 43.6979%;
    animation-fill-mode: forwards;
    animation-name: action_1;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-delay: 3s;
} */
.main-visual-area-2 .img-box-3-5 {
    width: 17.3958%;
    bottom: 53.7500%;
    left: 21.9271%;
}
.main-visual-area-2 .img-box-3-6 {
    width: 17.3958%;
    bottom: 44.7500%;
    left: 21.9271%;
}
.main-visual-area-2 .btn {
    display: none;
}

@media (max-width:1320px) {
    .main-visual-area-2 {
        padding-bottom: 117.2%;
    } 
    .main-visual-area-2 .img-box-1-1 {
        width: 121.2916%;
        bottom: -1.4477%;
        left: 4.7187%;
        transform: inherit;
    }
    .main-visual-area-2 .img-box-1-2 {
        width: 143.1888%;
        bottom: 19.39%;
        left: -6.2174%;
        transform: inherit;
    }
    .main-visual-area-2 .img-box-2-1 {
        width: 38.7148%;
        left: 40.9453%;
        bottom: 21.0344%;
    }
    .main-visual-area-2 .img-box-2-2 {
        width: 190.8854%;
        left: -30.3385%;
        bottom: -23.5056%;
    }
    .main-visual-area-2 .img-box-2-3 {
        width: 23.0872%;
        left: 15.4935%;
        bottom: 9.2422%;
    }
    .main-visual-area-2 .img-box-2-4 {
        width: 25.3516%;
        left: 81.7070%;
        bottom: 7.3756%;
    }
    .main-visual-area-2 .img-box-3-1 {
        width: 17.8581%;
        left: 78.0286%;
        bottom: 50.5578%;
    }
    .main-visual-area-2 .img-box-3-2 {
        width: 9.7852%;
        left: 50.5885%;
        bottom: 54.5456%;
    }
    .main-visual-area-2 .img-box-3-3 {
        width: 28.2617%;
        left: 96.9180%;
        bottom: 44.9589%;
    }
    .main-visual-area-2 .img-box-3-5 {
        width: 33.3333%;
        left: 7.4219%;
        bottom: 55.7778%;
    }
    .main-visual-area-2 .img-box-3-6 {
        width: 35.5469%;
        left: 8.0729%;
        bottom: 46.3333%;
    }
    .main-visual-area-2 .btn {
        width: 24.0885%;
        height: 5.7292vw;
        left: 8.3333%;
        bottom: 38.8400%;
        border-radius: 999px;
        border: 1px solid #000;
        background: linear-gradient(to bottom, #FF7170, #FF7190);
        font-size: 2.0833vw;
        gap: 6px;
        display: flex;
    }
    .main-visual-area-2 .btn:hover{
        background: linear-gradient(to bottom, #FF7190, #FF7170);
    }
    .main-visual-area-2 .btn .img-box {
        width: 3.5156vw;
    }
}

@media (max-width:767px) {
    .main-visual-area-2 {
        padding-bottom: 203.2%;
    } 
    .main-visual-area-2 .img-box-1-1 {
        width: 210.1583%;
        left: -25.1583%;
        bottom: -1.4364%;
    }
    .main-visual-area-2 .img-box-1-2 {
        width: 248.0972%;
        left: -44.1056%;
        bottom: 19.3995%;
    }
    .main-visual-area-2 .img-box-2-1 {
        width: 67.0778%;
        left: 38.0611%;
        bottom: 21.0451%;
    }
    .main-visual-area-2 .img-box-2-2 {
        width: 330.7389%;
        left: -85.4472%;
        bottom: -23.4925%;
    }
    .main-visual-area-2 .img-box-2-3 {
        width: 40.0028%;
        left: -6.0361%;
        bottom: 9.2531%;
    }
    .main-visual-area-2 .img-box-2-4 {
        display: none;
    }

    .main-visual-area-2 .img-box-3-1 {
        display: none;
    }
    .main-visual-area-2 .img-box-3-2 {
        width: 16.9528%;
        left: 54.7722%;
        bottom: 54.5540%;
    }
    .main-visual-area-2 .img-box-3-3 {
        display: none;
    }
    .main-visual-area-2 .img-box-3-5 {
        width: 62.5000%;
        left: 5.5556%;
        bottom: 53.5663%;
    }
    .main-visual-area-2 .img-box-3-6 {
        width: 65.5556%;
        left: 5.5556%;
        bottom: 43.5089%;
    }
    .main-visual-area-2 .btn {
        width: 45.0000%;
        height: 8.7333vw;
        left: 5.5556%;
        bottom: 36.4720%;
        font-size: 3.8889vw;
    }
    .main-visual-area-2 .btn .img-box {
        width: 7.5000vw;
    }
}

@media (max-width:540px) {
    .main-visual-area-2 .img-box-2-5 {
        width: 100%;
        bottom: 4.9167%;
    }
    .main-visual-area-2 .img-box-2-3 {
        width: 37.0028%;
        left: 14%;
        bottom: 8.2531%;
}
}

/* ------------------------------------------------------------------------------- */

/* 컨텐츠 공통 영역 */
.cnt-area {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.cnt-area .main-title-text-box {
    gap: 14px;
    font-size: 60px;
}
.cnt-area .main-sub-text {
    font-size: 28px;
    margin-top: 40px;
}
.cnt-area .sub-title-text-2 {
    font-size: 44px;
}
.cnt-area .main-title-text-2 {
    font-size: 60px;
    margin-top: 40px;
}
.cnt-area .main-title-text-2 span{
    margin-top: 20px;
    font-size: 24px
}

@media (max-width:1320px) {
    .cnt-area .main-title-text-box {
        /* gap: 14px; */
        font-size: 48px;
    }
    .cnt-area .main-sub-text {
        font-size: 20px;
        margin-top: 32px;
    }
    .cnt-area .sub-title-text-2 {
        font-size: 28px;
    }
    .cnt-area .main-title-text-2 {
        font-size: 48px;
        margin-top: 32px;
    }
    .cnt-area .main-title-text-2 span{
        font-size: 18px
    }
}

@media (max-width:767px) {
    .cnt-area .main-title-text-box {
        font-size: 32px;
    }
    .cnt-area .main-sub-text {
        font-size: 16px;
        margin-top: 20px;
    }
    .cnt-area .sub-title-text-2 {
        font-size: 20px;
    }
    .cnt-area .main-title-text-2 {
        font-size: 26px;
        margin-top: 20px;
    }
    .cnt-area .main-title-text-2 span{
        font-size: 15px
    }
}

/* ------------------------------------------------------------------------------- */

/* 정보 영역 */
.infor-area {
    padding: 220px 0;
    background: #6AC460;
}
.infor-area h1 {
    font-size: 48px;
}
.infor-area h1 br.mb-ver {
    display: none;
}
.infor-area .cnt-box {
    gap: 30px;
    margin-top: 100px;
}
.infor-area .cnt-box > li {
    width: calc(33.3333% - 20px);
    box-sizing: border-box;
    padding: 24px 20px 60px 36px;
    border-radius: 20px;
    border: 2px solid #000;
    border-bottom: 6px solid #000;
    background: #fff;
}
.infor-area .cnt-box > li > .img-box {
    width: 130px;
    margin-left: auto;
    margin-right: 0;
}
.infor-area .cnt-box > li h2 {
    font-size: 32px;
    margin-top: 34px;
}
.infor-area .cnt-box > li p {
    font-size: 24px;
    margin-top: 20px;
}
.infor-area .cnt-box > li p br.tb-ver {
    display: none;
}
.infor-area .cnt-box > li p br.mb-ver {
    display: none;
}
.infor-area .main-text-2 {
    margin-top: 240px;
}
.infor-area .img-area {
    margin-top: 100px;
}
.infor-area .img-area > .img-box-1 {
    width: 29.6666%;
    top: 61.2068%;
    left: 5.8333%;
}
.infor-area .img-area > .img-box-2 {
    width: 27.8333%;
    top: 55.1724%;
    left: 61.6666%;
}
.infor-area .img-area > .img-box-3 {
    width: 29.6666%;
    top: 23.7931%;
    left: 8.75%;
}
.infor-area .img-area > .img-box-4 {
    width: 27.8333%;
    top: 17.9310%;
    left: 57.0833%;
}
.infor-area .img-area > .img-box-5 {
    width: 247px;
    bottom: -57px;
    right: -91px;
}

@media (max-width:1320px) {
    .infor-area {
        padding: 200px 0 240px 0;
    }
    .infor-area h1 {
        font-size: 36px;
    }
    .infor-area .cnt-box {
        gap: 20px;
        margin-top: 80px;
        flex-direction: column;
    }
    .infor-area .cnt-box > li {
        width: 100%;
        padding: 32px 36px 60px 36px;
        border-radius: 16px;
        /* border: 2px solid #000;
        border-bottom: 6px solid #000; */
        position: relative;
    }
    .infor-area .cnt-box > li > .img-box {
        width: 121px;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        top: 32px;
        right: 36px;
    }
    .infor-area .cnt-box > li h2 {
        font-size: 28px;
        margin-top: 0;
    }
    .infor-area .cnt-box > li p {
        font-size: 20px;
        margin-top: 16px;
    }
    .infor-area .cnt-box > li p br {
        display: none;
    }
    .infor-area .cnt-box > li p br.tb-ver {
        display: block;
    }
    .infor-area .main-text-2 {
        margin-top: 200px;
    }
    .infor-area .img-area {
        margin-top: 80px;
    }
    .infor-area .img-area .bg-box > img {
        content: url(../img/infor_img_1_tb.svg);
    }
    .infor-area .img-area > .img-box-1 {
        width: 37.7544%;
        top: 62.3809%;
        left: 4.1176%;
    }
    .infor-area .img-area > .img-box-2 {
        width: 35.6955%;
        top: 53.3333%;
        left: 56.1764%;
    }
    .infor-area .img-area > .img-box-3 {
        width: 38.1955%;
        top: 29.0476%;
        left: 2.9411%;
    }
    .infor-area .img-area > .img-box-4 {
        width: 35.6955%;
        top: 20.2380%;
        left: 56.1764%;
    }
    .infor-area .img-area > .img-box-5 {
        width: 21.9117%;
        bottom: -11.2452%;
        right: -6.6176%;
    }
}

@media (max-width:767px) {
    .infor-area {
        padding: 120px 0 150px 0;
    }
    .infor-area h1 {
        font-size: 28px;
    }
    .infor-area h1 br {
        display: none;
    }
    .infor-area h1 br.mb-ver {
        display: block;
    }
    .infor-area .cnt-box {
        margin-top: 58px;
    }
    .infor-area .cnt-box > li {
        padding: 24px 0 0 20px;
        border-radius: 12px;
        height: 203px;
    }
    .infor-area .cnt-box > li > .img-box {
        width: 73px;
        top: 102px;
        right: 16px;
    }
    .infor-area .cnt-box > li h2 {
        font-size: 22px;
    }
    .infor-area .cnt-box > li p {
        font-size: 16px;
        margin-top: 12px;
    }
    .infor-area .cnt-box > li p br.tb-ver {
        display: none;
    }
    .infor-area .cnt-box > li p br.mb-ver {
        display: block;
    }
    .infor-area .main-text-2 {
        margin-top: 148px;
    }
    .infor-area .img-area {
        margin-top: 28px;
    }
    .infor-area .img-area .bg-box > img {
        content: url(../img/infor_img_1_tb.svg);
    }
    .infor-area .img-area > .img-box-1 {
        width: 41.9594%;
        top: 64.5000%;
        left: 3.1250%;
    }
    .infor-area .img-area > .img-box-1 > img {
        content: url(../img/infor_img_2_1_mb.svg);
    }
    .infor-area .img-area > .img-box-2 {
        width: 38.8344%;
        top: 58.5000%;
        left: 57.1875%;
    }
    .infor-area .img-area > .img-box-2 > img {
        content: url(../img/infor_img_2_2_mb.svg);
    }
    .infor-area .img-area > .img-box-3 {
        width: 41.9594%;
        top: 30.0000%;
        left: 3.1250%;
    }
    .infor-area .img-area > .img-box-3 > img {
        content: url(../img/infor_img_2_3_mb.svg);
    }
    .infor-area .img-area > .img-box-4 {
        width: 38.8344%;
        top: 23.0000%;
        left: 57.1875%;
    }
    .infor-area .img-area > .img-box-4 > img {
        content: url(../img/infor_img_2_4_mb.svg);
    }
    .infor-area .img-area > .img-box-5 {
        width: 19.0625%;
        bottom: 84.79%;
        right: -4.6875%;
    }
}

/* ------------------------------------------------------------------------------- */

/* 채용 영역 */
.employment-area {
    box-sizing: border-box;
    padding: 230px 0 144px 0;
    background: #FEF5F0;
    position: relative;
    z-index: 2;
}
.employment-area::before {
    width: 100%;
    height: 80px;
    background: url(../img/employment_bg_img_1.svg) no-repeat center center/cover;
    top: -80px;
    content: "";
    display: block;
    position: absolute;
}
.employment-area .flower-img {
    width: 814px;
    top: -102px;
    right: 0;
}
.employment-area .bg-img {
    width: 100%;
    height: 583px;
    bottom: -334px;
    left: 0;
    background: url(../img/about_img_1.svg) no-repeat center center/cover;
}
.employment-area .main-title-text-box .img-box {
    width: 42px;
    top: -30px;
    left: -49px;
}
.employment-area .main-sub-text br.mb-ver {
    display: none;
}
.employment-area .cnt-box {
    margin-top: 106px;
}
.employment-area .cnt-box .tab-menu-box-1 {
    width: 680px;
    gap: 20px;
}
.employment-area .cnt-box .tab-menu-box-1 > li > a {
    box-sizing: border-box;
    padding: 12px 28px;
    line-height: 160%;
    border-radius: 8px;
    font-size: 24px;
    color: #000;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(1) > a {
    border: 1px solid #E4789B;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(1) > a:hover,
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(1) > a.active {
    background: #E4789B;
    color: #fff;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(2) > a {
    border: 1px solid #E97E4B;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(2) > a:hover,
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(2) > a.active {
    background: #E97E4B;
    color: #fff;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(3) > a {
    border: 1px solid #FDE0A9;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(3) > a:hover,
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(3) > a.active {
    background: #FDE0A9;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(4) > a {
    border: 1px solid #C7DF95;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(4) > a:hover,
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(4) > a.active {
    background: #C7DF95;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(5) > a {
    border: 1px solid #7CCBE7;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(5) > a:hover,
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(5) > a.active {
    background: #7CCBE7;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(6) > a {
    border: 1px solid #2C4D9F;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(6) > a:hover,
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(6) > a.active {
    background: #2C4D9F;
    color: #fff;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(7) > a {
    border: 1px solid #B97DB3;
}
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(7) > a:hover,
.employment-area .cnt-box .tab-menu-box-1 > li:nth-child(7) > a.active {
    background: #B97DB3;
    color: #fff;
}
.employment-area .cnt-box .tab-cnt-box-1 {
    margin-top: 80px;
}
.employment-area .cnt-box .infor-box {
    margin-top: 132px;
    box-sizing: border-box;
    padding: 40px 0;
    border-radius: 120px;
    border: 2px solid #FFADAB;
    background: #fff;
    gap: 32px;
    width: 880px;
    margin: 160px auto 40px;
}
.employment-area .cnt-box .infor-box p {
    font-size: 24px;
}
.employment-area .cnt-box .infor-box p br.mb-ver {
    display: none;
}
.employment-area .cnt-box .infor-box a {
    width: 240px;
    height: 52px;
    font-size: 20px;
    background: #FF7170;
    border-radius: 999px;
}
.employment-area .cnt-box .infor-box a:hover{
    background: #E54149
}
.employment-area .cnt-box .infor-box .img-area {
    width: 166px;
    height: 319px;
    top: -38px;
    right: 100px;
}
.employment-area .cnt-box .infor-box .img-area .img-box-1 {
    width: 112px;
    bottom: 0;
    left: 60px;
}
.employment-area .cnt-box .infor-box .img-area .img-box-1 > img {
    animation-name: moving_1;
    animation-duration: 2.5s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
.employment-area .cnt-box .infor-box .img-area .img-box-2 {
    width: 89px;
    top: 0;
    right: -60px;
}
.employment-area .cnt-box .tab-cnt-box-1 > li .table-type-1 table {
    border-collapse: separate;
    border-spacing: 0 8px;
}
.employment-area .cnt-box .tab-cnt-box-1 > li .table-type-1 tr th {
    font-size: 20px;
    font-weight: inherit;
    color: #828282;
    background: inherit;
    box-sizing: border-box;
    padding: 0 0 12px 0;
    white-space: nowrap;
    border: none;
    text-align: center;
}
.employment-area .cnt-box .tab-cnt-box-1 > li .table-type-1 tr td {
    font-size: 18px;
    font-weight: inherit;
    color: #000;
    background: #FDD5D6;
    box-sizing: border-box;
    padding: 16px;
    white-space: nowrap;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
    font-family: "The-Jamsil-Light";
}
.employment-area .cnt-box .tab-cnt-box-1 > li .table-type-1 tr td:first-child {
    font-family: "The-Jamsil-Regular";
    border-left: 1px solid #000;
    border-radius: 999px 0 0 999px;
}
.employment-area .cnt-box .tab-cnt-box-1 > li .table-type-1 tr td:nth-child(3) {
    font-family: "The-Jamsil-Regular";
}
.employment-area .cnt-box .tab-cnt-box-1 > li .table-type-1 tr td:last-child {
    border-right: 1px solid #000;
    border-radius: 0 999px 999px 0;
}
.employment-area .cnt-box .tab-cnt-box-1 > li .table-type-1 tr td a {
    box-sizing: border-box;
    padding: 4px 20px;
    gap: 4px;
    font-size: 20px;
    background: #FF7170;
    border-radius: 999px;
}
.employment-area .cnt-box .tab-cnt-box-1 > li .table-type-1 tr td a .img-box {
    width: 16px;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-2 .table-type-1 tr td {
    background: #F4BFA5;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-2 .table-type-1 tr td a {
    background: #E97E4B;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-3 .table-type-1 tr td {
    background: #FEF0D4;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-3 .table-type-1 tr td a {
    background: #FDE0A9;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-4 .table-type-1 tr td {
    background: #E3EFCA;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-4 .table-type-1 tr td a {
    background: #C7DF95;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-5 .table-type-1 tr td {
    background: #BEE5F3;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-5 .table-type-1 tr td a {
    background: #7CCBE7;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-6 .table-type-1 tr td {
    background: #96A6CF;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-6 .table-type-1 tr td a {
    background: #2C4D9F;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-7 .table-type-1 tr td {
    background: #DCBED9;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-7 .table-type-1 tr td a {
    background: #B97DB3;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-3 .table-type-1 tr td a .text,
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-4 .table-type-1 tr td a .text,
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-5 .table-type-1 tr td a .text {
    color: #000;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-3 .table-type-1 tr td a .img-box > img,
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-4 .table-type-1 tr td a .img-box > img,
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-5 .table-type-1 tr td a .img-box > img {
    content: url(../img/arrow_right_000.svg);
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul {
    gap: 20px;
    display: none;
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li {
    width: calc(50% - 10px);
    border: 1px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 20px;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-1 > ul > li {
    background: #FDD5D6;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-2 > ul > li {
    background: #F4BFA5;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-3 > ul > li {
    background: #FEF0D4;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-4 > ul > li {
    background: #E3EFCA;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-5 > ul > li {
    background: #BEE5F3;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-6 > ul > li {
    background: #96A6CF;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-7 > ul > li {
    background: #DCBED9;
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .top-box > h3 {
    font-size: 19px;
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .top-box .btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-1 > ul > li .top-box .btn {
    background: #FF7170;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-2 > ul > li .top-box .btn {
    background: #E97E4B;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-3 > ul > li .top-box .btn {
    background: #FDE0A9;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-4 > ul > li .top-box .btn {
    background: #C7DF95;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-5 > ul > li .top-box .btn {
    background: #7CCBE7;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-6 > ul > li .top-box .btn {
    background: #2C4D9F;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-7 > ul > li .top-box .btn {
    background: #B97DB3;
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .top-box .btn > .img-box {
    width: 16px;
}
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-3  > ul > li .top-box .btn > .img-box > img,
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-4  > ul > li .top-box .btn > .img-box > img,
.employment-area .cnt-box .tab-cnt-box-1 > li#tab1-5  > ul > li .top-box .btn > .img-box > img {
    content: url(../img/arrow_right_000.svg);
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box {
    box-sizing: border-box;
    padding: 12px 8px;
    border-radius: 6px;
    margin-top: 16px;
    gap: 8px;
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box .left-box {
    font-size: 17px;
    width: 100%;
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box .left-box h4:nth-child(2) {
    font-family: "The-Jamsil-Regular";
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box .right-box .date-box {
    gap: 8px;
    white-space: nowrap;
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box .right-box .date-box .text-1 {
    font-size: 12px;
    color:#999;
}
.employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box .right-box .date-box .text-2 {
    font-size: 16px;
}

@media (max-width:1320px) {
    .employment-area {
        padding: 200px 0 346px 0;
    }
    .employment-area .flower-img {
        width: 407px;
        top: -40px;
        right: 0;
    }
    .employment-area .bg-img {
        width: 100%;
        height: 360px;
        bottom: 0;
        left: 0;
        background: url(../img/about_img_1_tb.svg) no-repeat center center/cover;
    }
    .employment-area .main-title-text-box .img-box {
        width: 31.36px;
        top: -19px;
        left: -35.6px;
    }
    .employment-area .cnt-box {
        margin-top: 80px;
    }
    .employment-area .cnt-box .tab-menu-box-1 {
        width: 100%;
        /* gap: 20px; */
    }
    .employment-area .cnt-box .tab-menu-box-1 > li > a {
        /* padding: 12px 28px;
        line-height: 160%;
        border-radius: 8px; */
        font-size: 22px;
    }
    .employment-area .cnt-box .tab-cnt-box-1 {
        /* margin-top: 80px; */
    }
    .employment-area .cnt-box .tab-cnt-box-1 > li .table-type-1 {
        display: none;
    }
    .employment-area .cnt-box .tab-cnt-box-1 > li > ul {
        display: flex;
    }
    .employment-area .cnt-box .infor-box {
        margin-top: 120px;
        width: 680px;
        gap: 24px;
    }
    .employment-area .cnt-box .infor-box p {
        font-size: 22px;
    }
    .employment-area .cnt-box .infor-box a {
        /* width: 240px;
        height: 52px; */
        font-size: 18px;
    }
    .employment-area .cnt-box .infor-box .img-area {
        width: 116px;
        height: 222.92px;
        top: 57.4px;
        right: -6px;
    }
    .employment-area .cnt-box .infor-box .img-area .img-box-1 {
        width: 78.27px;
        bottom: 27px;
        left: -35px;
    }
    .employment-area .cnt-box .infor-box .img-area .img-box-2 {
        width: 62.19px;
        top: -20px;
        right: 20px;
    }
}

@media (max-width:767px) {
    .employment-area {
        padding: 180px 0 156px 0;
    }
    .employment-area .flower-img {
        width: 340px;
        top: -49px;
        right: -53px;
    }
    .employment-area .bg-img {
        height: 154px;
        background: url(../img/about_img_1_mb.svg) no-repeat center center/cover;
    }
    .employment-area .main-title-text-box {
        flex-direction: column;
    }
    .employment-area .main-sub-text br.mb-ver {
        display: block;
    }
    .employment-area .cnt-box {
        margin-top: 48px;
    }
    .employment-area .cnt-box .tab-menu-box-1 {
        column-gap: 8px;
        row-gap: 20px;
    }
    .employment-area .cnt-box .tab-menu-box-1 > li > a {
        padding: 12px 16px;
        font-size: 17px;
    }
    .employment-area .cnt-box .tab-cnt-box-1 {
        margin-top: 52px;
    }
    .employment-area .cnt-box .tab-cnt-box-1 > li > ul {
        gap: 12px;
    }
    .employment-area .cnt-box .tab-cnt-box-1 > li > ul > li {
        width: 100%;
        padding: 20px 16px;
    }
    .employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .top-box > h3 {
        font-size: 16px;
    }
    .employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box {
        margin-top: 12px;
        gap: 4px;
    }
    .employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box .left-box {
        font-size: 17px;
    }    
    .employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box .left-box h4 {
        font-size: 15px;
    } 
    .employment-area .cnt-box .tab-cnt-box-1 > li > ul > li .text-box .right-box .date-box .text-2 {
        font-size: 14px;
    }
    .employment-area .cnt-box .infor-box {
        width: auto;
        padding: 36px 0;
        margin-top: 80px 0 0 0;
        border-radius: 20px;

    }
    .employment-area .cnt-box .infor-box p {
        font-size: 17px;
    }
    .employment-area .cnt-box .infor-box p br {
        display: none;
    }
    .employment-area .cnt-box .infor-box p br.mb-ver {
        display: block;
    }
    .employment-area .cnt-box .infor-box a {
        font-size: 16px;
    }
    .employment-area .cnt-box .infor-box .img-area {
        width: 70.25px;
        height: 135px;
        top: 113px;
        right: 10.75px;
    }
    .employment-area .cnt-box .infor-box .img-area .img-box-1 {
        width: 47.4px;
        left: 2px
    }
    .employment-area .cnt-box .infor-box .img-area .img-box-2 {
        width: 37.66px;
        left: 36px;
    }
}

/* ------------------------------------------------------------------------------- */

/* 어바웃 영역 */
.about-area {
    box-sizing: border-box;
    padding: 514px 0 260px 0;
    position: relative;
}
.about-area .con {
    max-width: 1080px;
}
.about-area .cnt-box {
    margin-top: 122px;
    gap: 88px;
    width: 100%;
}
.about-area .cnt-box > li {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    border-radius: 20px;
    padding: 80px 40px 60px 40px;
}
.about-area .cnt-box > li h2 {
    width: 300px;
    height: 72px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid #000;
    border-bottom: 6px solid #000;
    font-size: 32px;
    top: -34px;
    left: 40px;
}
.about-area .cnt-box > li .text-box {
    gap: 40px;
}
.about-area .cnt-box > li .text-box > div {
    gap: 20px;
}
.about-area .cnt-box > li .text-box > div h3 {
    font-size: 28px;
}
.about-area .cnt-box > li .text-box > div .dot-text-box > li {
    font-size: 24px;
    padding-left: 15px;
}
.about-area .cnt-box > li .text-box > div .dot-text-box > li::after {
    width: 6px;
    height: 6px;
    background: #000;
    top: 16.195px;
    left: 1px;
}
.about-area .cnt-box > li .img-box > img {
    animation-name: moving_1;
    animation-duration: 2.5s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
}
.about-area .cnt-box > li:nth-child(1) .img-box {
    width: 185px;
    right: 24px;
    bottom: -34px;
}
.about-area .cnt-box > li:nth-child(1) .text-box {
    width: calc(100% - 205px);
}
.about-area .cnt-box > li:nth-child(2) .img-box {
    width: 250px;
    right: 28px;
    top: 80px;
}
.about-area .cnt-box > li:nth-child(2) .text-box {
    width: calc(100% - 270px);
}
.about-area .cnt-box > li:nth-child(3) .img-box {
    width: 316px;
    right: 28px;
    top: 109px;
}
.about-area .cnt-box > li:nth-child(3) .text-box {
    width: calc(100% - 336px);
}

@media (max-width:1320px) {
    .about-area {
        padding: 160px 0 240px 0;
    }
    .about-area .cnt-box {
        margin-top: 114px;
        gap: 94px;
    }
    .about-area .cnt-box > li {
        padding: 60px 28px 40px 28px;
    }
    .about-area .cnt-box > li h2 {
        width: 300px;
        height: 60px;
        font-size: 28px;
        top: -34px;
        left: 28px;
    }
    .about-area .cnt-box > li .text-box {
        gap: 40px;
    }
    .about-area .cnt-box > li .text-box > div {
        gap: 20px;
    }
    .about-area .cnt-box > li .text-box > div h3 {
        font-size: 24px;
    }
    .about-area .cnt-box > li .text-box > div .dot-text-box > li {
        font-size: 20px;
        padding-left: 11px;
    }
    .about-area .cnt-box > li .text-box > div .dot-text-box > li::after {
        width: 5px;
        height: 5px;
        top: 13.5px;
        left: 1px;
    }
    .about-area .cnt-box > li:nth-child(1) .img-box {
        width: 125px;
        right: 18px;
        bottom: -29px;
    }
    .about-area .cnt-box > li:nth-child(1) .text-box {
        width: 100%;
    }
    .about-area .cnt-box > li:nth-child(2) .img-box {
        width: 198px;
        right: 20px;
        top: 5px;
    }
    .about-area .cnt-box > li:nth-child(2) .text-box {
        width: 100%;
    }
    .about-area .cnt-box > li:nth-child(3) .img-box {
        width: 226px;
        right: 15px;
        top: 159px;
    }
    .about-area .cnt-box > li:nth-child(3) .text-box {
        width: 100%;
    }
}

@media (max-width:767px) {
    .about-area {
        padding: 120px 0 180px 0;
    }
    .about-area .cnt-box {
        margin-top: 72px;
        gap: 80px;
    }
    .about-area .cnt-box > li {
        /* border: 2px solid #000;
        border-bottom: 6px solid #000; */
        border-radius: 12px;
        padding: 48px 20px 60px 20px;
    }
    .about-area .cnt-box > li:nth-child(3) {
        padding-bottom: 243px;
    }
    .about-area .cnt-box > li h2 {
        width: 200px;
        height: 52px;
        /* border-radius: 8px; */
        /* border: 2px solid #000;
        border-bottom: 4px solid #000; */
        font-size: 20px;
        top: -24px;
        left: 20px;
    }
    .about-area .cnt-box > li .text-box {
        gap: 32px;
    }
    .about-area .cnt-box > li .text-box > div {
        gap: 16px;
    }
    .about-area .cnt-box > li .text-box > div h3 {
        font-size: 18px;
    }
    .about-area .cnt-box > li .text-box > div .dot-text-box > li {
        font-size: 16px;
        padding-left: 11px;
    }
    .about-area .cnt-box > li .text-box > div .dot-text-box > li::after {
        width: 4px;
        height: 4px;
        top: 10.795px;
        left: 1px;
    }
    .about-area .cnt-box > li:nth-child(1) .img-box {
        width: 80px;
        right: 0;
        bottom: -12px;
    }
    .about-area .cnt-box > li:nth-child(2) .img-box {
        width: 98px;
        right: -14px;
        top: 322px;
    }
    .about-area .cnt-box > li:nth-child(3) .img-box {
        width: 201px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 337px;
    }
}

/* ------------------------------------------------------------------------------- */

/* 배너 영역 */
.banner-area {
    background: #FDD5D6;
    box-sizing: border-box;
    padding: 120px 0;
    position: relative;
    z-index: 2;
}
.banner-area::before,
.banner-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.banner-area::before {
    background: url(../img/banner_point_1.svg) no-repeat center center/cover;
    top: -80px;
}
.banner-area::after {
    background: url(../img/banner_point_2.svg) no-repeat center center/cover;
    bottom: -80px;
}
.banner-area .btn {
    width: 480px;
    height: 80px;
    border-radius: 999px;
    font-size: 32px;
    box-sizing: border-box;
    border: 1px solid #E54149;
    background: linear-gradient(to bottom, #FF7170, #FF7190);
}
.banner-area p {
    margin-top: 64px;
    font-size: 40px;
}

@media (max-width:1320px) {
    .banner-area {
        /* padding: 120px 0; */
    }
    .banner-area .btn {
        /* width: 480px;
        height: 80px;
        font-size: 32px; */
    }
    .banner-area p {
        /* margin-top: 64px; */
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .banner-area {
        padding: 60px 0;
    }
    .banner-area .btn {
        width: 280px;
        height: 56px;
        font-size: 24px;
    }
    .banner-area p {
        margin-top: 40px;
        font-size: 20px;
    }
}

/* ------------------------------------------------------------------------------- */

/* 카카오 영역 */
.kakao-area {
    padding: 260px 0 0 0;
}
.kakao-area .con {
    max-width: 1760px;
}
.kakao-area .cnt-box {
    margin-top: 100px;
}
.kakao-area .cnt-box .top-box .left-box .text-box {
    gap: 20px;
}
.kakao-area .cnt-box .top-box .left-box .text-box .img-area {
    width: 130px;
    height: 92px;
    background: #FFC000;
    border-radius: 40px;
}
.kakao-area .cnt-box .top-box .left-box .text-box .img-area > .img-box {
    width: 58px;
}
.kakao-area .cnt-box .top-box .left-box .text-box h2 {
    font-size: 26px;
}
.kakao-area .cnt-box .top-box .right-box > a {
    width: 368px;
    height: 65px;
    background: #FFE812;
    border-radius: 12px;
    font-size: 26px;
}
.kakao-area .cnt-box .top-box .right-box > a > .img-box-1 {
    width: 64px;
}
.kakao-area .cnt-box .top-box .right-box > a > .img-box-2 {
    width: 16px;
}
.kakao-area .cnt-box .list-box {
    margin-top: 24px;
    gap: 28px;
}
.kakao-area .cnt-box .list-box > li {
    width: calc(25% - 21px);
}
.kakao-area .cnt-box > p {
    margin-top: 26px;
    font-size: 20px;
}

@media (max-width:1320px) {
    .kakao-area {
        padding: 240px 0 0 0;
    }
    .kakao-area .cnt-box {
        margin-top: 80px;
        box-sizing: border-box;
        padding-bottom: 105px;
    }
    .kakao-area .cnt-box .top-box .left-box .text-box {
        gap: 12px;
    }
    .kakao-area .cnt-box .top-box .left-box .text-box .img-area {
        width: 77px;
        height: 54px;
        /* border-radius: 40px; */
    }
    .kakao-area .cnt-box .top-box .left-box .text-box .img-area > .img-box {
        width: 34px;
    }
    .kakao-area .cnt-box .top-box .left-box .text-box h2 {
        font-size: 20px;
    }
    .kakao-area .cnt-box .top-box .right-box > a {
        width: 320px;
        height: 65px;
        /* border-radius: 12px; */
        font-size: 20px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    .kakao-area .cnt-box .top-box .right-box > a > .img-box-1 {
        /* width: 64px; */
    }
    .kakao-area .cnt-box .top-box .right-box > a > .img-box-2 {
        /* width: 16px; */
    }
    .kakao-area .cnt-box .list-box {
        margin-top: 10px;
        gap: 24px;
        flex-wrap: wrap;
    }
    .kakao-area .cnt-box .list-box > li {
        width: calc(50% - 12px);
    }
    .kakao-area .cnt-box > p {
        display: none;
    }
}

@media (max-width:767px) {
    .kakao-area {
        padding: 200px 0 0 0;
    }
    .kakao-area .cnt-box {
        margin-top: 48px;
    }
    .kakao-area .cnt-box .top-box .left-box .text-box {
        gap: 10px;
    }
    .kakao-area .cnt-box .top-box .left-box .text-box .img-area {
        width: 52px;
        height: 36px;
        border-radius: 28px;
    }
    .kakao-area .cnt-box .top-box .left-box .text-box .img-area > .img-box {
        width: 23px;
    }
    .kakao-area .cnt-box .top-box .left-box .text-box h2 {
        font-size: 16px;
    }
    .kakao-area .cnt-box .top-box .right-box > a {
        max-width: 320px;
        width: 100%;
    }
    .kakao-area .cnt-box .list-box {
        margin-top: 20px;
        gap: 12px;
    }
    .kakao-area .cnt-box .list-box > li {
        width: 100%;
    }
}

/* ------------------------------------------------------------------------------- */

/* 유튜브 영역 */
.youtube-area {
    padding: 300px 0 200px 0;
}
.youtube-area .cnt-box {
    margin-top: 100px;
    box-sizing: border-box;
    padding: 68px 60px 80px 60px;
    border-radius: 20px;
    border: 2px solid #000;
}
@keyframes moving_1 {
    50%{
        transform: translateY(15%);
    }
}
.youtube-area .cnt-box .ico-box-1 {
    width: 121px;
    top: -40px;
    left: -80px;
}
.youtube-area .cnt-box .ico-box-2 {
    width: 142px;
    bottom: -32px;
    right: -32px;
}
.youtube-area .cnt-box .ico-box-1,
.youtube-area .cnt-box .ico-box-2 {
    animation-name: moving_1;
    animation-duration: 2.5s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
}
.youtube-area .cnt-box .swiper-box .swiper-slide {
    display: block;
    text-align: left;
}
.youtube-area .cnt-box .swiper-box .swiper-slide > h2 {
    width: 463px;
    height: 80px;
    border: 3px solid #000;
    box-sizing: border-box;
    border-radius: 60px;
    font-size: 40px;
    background: #FDD5D6;
}
.youtube-area .cnt-box .swiper-box .swiper-slide > div {
    margin-top: 92px;
    gap: 20px;
}
.youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box > h3 {
    font-size: 28px;
}
.youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box > p {
    font-size: 24px;
    margin-top: 24px;
}
.youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box > .img-box {
    width: 170px;
    margin-top: 16px;
}
.youtube-area .cnt-box .swiper-box .swiper-slide > div .youtube {
    width: 50%;
}
.youtube-area .cnt-box .swiper-box .swiper-button-prev,
.youtube-area .cnt-box .swiper-box .swiper-button-next {
    transform: inherit !important;
    width: 80px !important;
    height: 80px !important;
    margin-top: 0 !important;
    z-index: 3 !important;
    top: 0 !important;
    bottom: auto !important;
}
.youtube-area .cnt-box .swiper-box .swiper-button-prev::after, 
.youtube-area .cnt-box .swiper-box .swiper-button-next::after {
    display: none !important;
}
.youtube-area .cnt-box .swiper-box .swiper-button-prev::before,
.youtube-area .cnt-box .swiper-box .swiper-button-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}
.youtube-area .cnt-box .swiper-box .swiper-button-prev::before {
    background: url(../img/arrow_prev_DDDDDD.svg) no-repeat center center/cover;
}
.youtube-area .cnt-box .swiper-box .swiper-button-prev:hover::before {
    background: url(../img/arrow_prev_E30613.svg) no-repeat center center/cover;
}
.youtube-area .cnt-box .swiper-box .swiper-button-next::before {
    background: url(../img/arrow_next_DDDDDD.svg) no-repeat center center/cover;
}
.youtube-area .cnt-box .swiper-box .swiper-button-next:hover::before {
    background: url(../img/arrow_next_E30613.svg) no-repeat center center/cover;
}
.youtube-area .cnt-box .swiper-box .swiper-button-prev {
    left: 0 !important;
    right:  auto !important;
}
.youtube-area .cnt-box .swiper-box .swiper-button-next {
    left: auto !important;
    right:  0 !important;
}

@media (max-width:1320px) {
    .youtube-area {
        padding: 260px 0 120px 0;
    }
    .youtube-area .cnt-box {
        margin-top: 110px;
        padding: 68px 40px 52px 40px;
        /* border-radius: 20px; */
    }
    .youtube-area .cnt-box .ico-box-1 {
        width: 121px;
        top: -40px;
        left: 40px;
    }
    .youtube-area .cnt-box .ico-box-2 {
        width: 142px;
        bottom: -55px;
        right: -17px;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > h2 {
        width: 320px;
        height: 72px;
        /* border: 3px solid #000; */
        font-size: 32px;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div {
        margin-top: 72px;
        gap: 48px;
        flex-direction: column;
        position: relative;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box > h3 {
        font-size: 24px;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box > p {
        font-size: 20px;
        height: 64px;
        /* margin-top: 24px; */
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box > .img-box {
        width: 170px;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide-2 > div .text-box > .img-box > img {
        content: url(../img/youtube_cnt_ico_2_tb.svg);
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div .youtube {
        width: 100%;
    }
    .youtube-area .cnt-box .swiper-box .swiper-button-prev,
    .youtube-area .cnt-box .swiper-box .swiper-button-next {
        width: 60px !important;
        height: 60px !important;
        top: 6px !important;
    }
}

@media (max-width:767px) {
    .youtube-area {
        padding: 180px 0 100px 0;
    }
    .youtube-area .cnt-box {
        padding: 68px 20px 40px 20px;
    }
    .youtube-area .cnt-box .ico-box-1 {
        width: 91px;
        top: -30px;
        left: 12px;
    }
    .youtube-area .cnt-box .ico-box-2 {
        width: 73px;
        bottom: -26px;
        right: -3px;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > h2 {
        width: 220px;
        height: 54px;
        font-size: 22px;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div {
        padding-top: 190px;
        box-sizing: border-box;
        margin-top: 0;
        gap: 28px;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box {
        text-align: center;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box > h3 {
        font-size: 18px;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box > p {
        font-size: 16px;
        height: 52px;
        margin-top: 12px;
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div .text-box > .img-box {
        width: 170px;
        top: 30px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .youtube-area .cnt-box .swiper-box .swiper-slide > div .youtube {
        width: 100%;
    }
    .youtube-area .cnt-box .swiper-box .swiper-button-prev,
    .youtube-area .cnt-box .swiper-box .swiper-button-next {
        width: 40px !important;
        height: 40px !important;
        top: 7px !important;
    }
}

/* ------------------------------------------------------------------------------- */

/* 가이드 영역 */
.guide-area {
    padding: 250px 0 200px 0;
    background: #F5B2AE;
    z-index: 2;
}
.guide-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    background: url(../img/q_bg_1.svg) no-repeat center center/cover;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.guide-area .sub-title-text-2 br {
    display: none;
}
.guide-area .con {
    max-width: 1080px;
}
.guide-area .cnt-box {
    margin-top: 120px;
    gap: 44px;
    width: 100%;
}
.guide-area .cnt-box > li {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    border-radius: 20px;
    padding: 24px 60px;
}
.guide-area .cnt-box > li h3 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #000;
    font-size: 28px;
    top: -20px;
    left: -10px;
}
.guide-area .cnt-box > li  .text-box p {
    font-size: 26px;
}
.guide-area .cnt-box > li  .text-box p br.tb-ver {
    display: none;
}
.guide-area .cnt-box > li  .text-box p br.mb-ver {
    display: none;
}
.guide-area .cnt-box > li  .text-box .label-box {
    gap: 10px;
    margin-top: 28px;
}
.guide-area .cnt-box > li  .text-box .label-box > li {
    line-height: 160%;
    font-size: 20px;
    padding: 4px 14px;
    border-radius: 4px;
}
.guide-area .cnt-box > li:nth-child(3) p .img-box {
    width: 40px;
    top: 0;
    left: 211px;
}
.guide-area .cnt-box > li:nth-child(3) p.text-2 {
    margin-top: 20px;
}
.guide-area .cnt-box > li > .img-box {
    width: 312px;
    top: 62px;
    right: 45px;
}

@media (max-width:1320px) {
    .guide-area {
        padding: 180px 0 160px 0;
    }
    .guide-area .cnt-box {
        margin-top: 64px;
        gap: 40px;
    }
    .guide-area .cnt-box > li {
        /* border-radius: 20px; */
        padding: 20px 20px 20px 60px;
    }
    .guide-area .cnt-box > li:nth-child(3) {
        padding: 20px 20px 174px 60px;
    }
    .guide-area .cnt-box > li h3 {
        /* width: 60px;
        height: 60px; */
        /* font-size: 28px; */
        /* top: -20px;
        left: -10px; */
    }
    .guide-area .cnt-box > li  .text-box p {
        font-size: 22px;
    }
    .guide-area .cnt-box > li  .text-box p br {
        display: none;
    }
    .guide-area .cnt-box > li  .text-box p br.tb-ver {
        display: block;
    }
    .guide-area .cnt-box > li  .text-box .label-box {
        /* gap: 10px; */
        /* margin-top: 28px; */
    }
    .guide-area .cnt-box > li  .text-box .label-box > li {
        /* line-height: 160%;
        font-size: 20px;
        padding: 4px 14px;
        border-radius: 4px; */
    }
    .guide-area .cnt-box > li:nth-child(3) p .img-box {
        /* width: 40px; */
        /* top: 0; */
        /* left: 211px; */
    }
    .guide-area .cnt-box > li:nth-child(3) p.text-2 {
        /* margin-top: 20px; */
    }
    .guide-area .cnt-box > li > .img-box {
        width: 312px;
        top: 184px;
        right: 38px;
    }
}

@media (max-width:767px) {
    .guide-area {
        padding: 120px 0 100px 0;
    }
    .guide-area .sub-title-text-2 {
        line-height: 160%;
    }
    .guide-area .sub-title-text-2 br {
        display: block;
    }
    .guide-area .cnt-box {
        margin-top: 48px;
        gap: 32px;
    }
    .guide-area .cnt-box > li {
        padding: 20px 20px 20px 24px;
    }
    .guide-area .cnt-box > li:nth-child(3) {
        padding: 20px 20px 160px 24px;
    }
    .guide-area .cnt-box > li h3 {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .guide-area .cnt-box > li  .text-box p {
        font-size: 17px;
    }
    .guide-area .cnt-box > li  .text-box p br.tb-ver {
        display: none;
    }
    .guide-area .cnt-box > li  .text-box p br.mb-ver {
        display: block;
    }
    .guide-area .cnt-box > li  .text-box .label-box > li {
        font-size: 15px;
    }
    .guide-area .cnt-box > li:nth-child(3) p .img-box {
        top: -5px;
        left: 174px;
        display: none;
    }
    .guide-area .cnt-box > li > .img-box {
        width: 251px;
        top: 199px;
        right: 33px;
    }
}


/* ------------------------------------------------------------------------------- */

/* 질문 영역 */
.q-area {
    padding: 310px 0 280px 0;
}
.q-area .con {
    max-width: 1080px;
}
.q-area .img-box-1 {
    width: 143px;
    top: 200px;
    left: -74px;
}
.q-area .img-box-2 {
    width: 284px;
    bottom: -135px;
    right: -166px;
}
.q-area .img-box > img {
    animation-name: moving_1;
    animation-duration: 2.5s;
    animation-delay: 2.5s;
    animation-iteration-count: infinite;
}
.q-area .cnt-box {
    margin-top: 120px;
}
.q-area .cnt-box ul {
    gap: 20px;
}
.q-area .cnt-box ul > li {
    box-sizing: border-box;
    padding: 20px 28px;
    border-radius: 999px;
    background: #FEF5F0;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    gap: 12px;
}
.q-area .cnt-box ul > li .num {
    width: 40px;
    text-align: center;
    font-size: 28px;
}
.q-area .cnt-box ul > li h3 {
    width: calc(100% - 52px);
    font-size: 24px;
}
.q-area .cnt-box p {
    margin-top: 68px;
    font-size: 28px;
}
.q-area .cnt-box p br {
    display: none;
}

@media (max-width:1320px) {
    .q-area {
        padding: 280px 0;
    }
    .q-area .img-box-1 {
        width: 143px;
        top: -32px;
        left: 12px;
    }
    .q-area .img-box-2 {
        width: 284px;
        bottom: -175px;
        right: 12px;
    }
    .q-area .cnt-box {
        margin-top: 100px;
    }
    .q-area .cnt-box ul {
        /* gap: 20px; */
    }
    .q-area .cnt-box ul > li {
        padding: 20px 16px;
        /* border: 2px solid #000;
        border-bottom: 4px solid #000;
        gap: 12px; */
    }
    .q-area .cnt-box ul > li .num {
        /* width: 40px; */
        font-size: 22px;
    }
    .q-area .cnt-box ul > li h3 {
        /* width: calc(100% - 52px); */
        font-size: 20px;
    }
    .q-area .cnt-box p {
        margin-top: 48px;
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .q-area {
        padding: 200px 0;
    }
    .q-area .img-box-1 {
        width: 66px;
        top: -63px;
        left: -9px;
    }
    .q-area .img-box-2 {
        width: 147px;
        bottom: -93px;
        right: -17px;
    }
    .q-area .cnt-box {
        margin-top: 48px;
    }
    .q-area .cnt-box ul {
        /* gap: 20px; */
    }
    .q-area .cnt-box ul > li {
        padding: 20px 8px;
        gap: 4px;
        align-items: flex-start;
        border-radius: 16px;
    }
    .q-area .cnt-box ul > li .num {
        width: 32px;
        font-size: 18px;
    }
    .q-area .cnt-box ul > li h3 {
        width: calc(100% - 36px);
        font-size: 16px;
    }
    .q-area .cnt-box p {
        margin-top: 60px;
        font-size: 16px;
    }
    .q-area .cnt-box p br {
        display: block;
    }
}

/* ------------------------------------------------------------------------------- */

/* 이벤트 영역 */
.event-area {
    padding: 200px 0 310px 0;
    background: #FEF7EF;
    z-index: 2;
}
.event-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    background: url(../img/event_bg_1.svg) no-repeat center center/cover;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.event-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    background: url(../img/event_bg_2.svg) no-repeat center center/cover;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.event-area .sub-title-text-2 br {
    display: none;
}
.event-area .con {
    max-width: 960px;
}
.event-area .cnt-box {
    margin-top: 132px;
    gap: 126px;
    width: 100%;
}
.event-area .cnt-box > li {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #000;
    border-bottom: 6px solid #000;
    border-radius: 16px;
    padding: 100px 70px 60px 70px;
}
.event-area .cnt-box > li h3 {
    width: 200px;
    height: 72px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    font-size: 28px;
    top: -32px;
    left: 28px;
    background: linear-gradient(to bottom, #FF7170, #FF7190);
}
.event-area .cnt-box > li .text-box h5 {
    font-size: 32px;
}
.event-area .cnt-box > li .text-box h4 {
    font-size: 40px;
    margin-top: 20px;
}
.event-area .cnt-box > li .text-box p {
    font-size: 24px;
    margin-top: 40px;
}
.event-area .cnt-box > li .text-box span.text-1 {
    font-size: 22px;
    margin-top: 60px;
}
.event-area .cnt-box > li .text-box span.text-1 br {
    display: none;
}
.event-area .cnt-box > li .img-box > img {
    animation-name: moving_1;
    animation-duration: 2.5s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
}
.event-area .cnt-box > li:nth-child(1) .img-box {
    width: 400px;
    right: 43px;
    bottom: 80px;
}
.event-area .cnt-box > li:nth-child(1) .text-box {
    width: calc(100% );
}
.event-area .cnt-box > li:nth-child(2) .img-box {
    width: 210px;
    right: 15px;
    bottom: 50px;
}
.event-area .cnt-box > li:nth-child(2) .text-box {
    width: calc(100% );
}

@media (max-width:1320px) {
    .event-area {
        padding: 160px 0;
    }
    .event-area .cnt-box {
        /* margin-top: 132px; */
        gap: 85px;
    }
    .event-area .cnt-box > li {
        /* border: 2px solid #000;
        border-bottom: 6px solid #000; */
        /* border-radius: 16px; */
        padding: 88px 40px 60px 40px;
    }
    .event-area .cnt-box > li h3 {
        /* width: 200px;
        height: 72px; */
        /* border-radius: 8px; */
        /* border: 2px solid #000;
        border-bottom: 4px solid #000; */
        font-size: 24px;
        /* top: -32px;
        left: 28px; */
    }
    .event-area .cnt-box > li .text-box h5 {
        font-size: 24px;
    }
    .event-area .cnt-box > li .text-box h4 {
        font-size: 28px;
        margin-top: 16px;
    }
    .event-area .cnt-box > li .text-box p {
        font-size: 20px;
        margin-top: 32px;
    }
    .event-area .cnt-box > li .text-box span.text-1 {
        font-size: 20px;
        margin-top: 48px;
    }
    .event-area .cnt-box > li:nth-child(1) .img-box {
        width: 383px;
        right: 25px;
        bottom: 40px;
    }
    .event-area .cnt-box > li:nth-child(1) .img-box > img {
        content: url(../img/event_img_1_tb.svg);
    }
    .event-area .cnt-box > li:nth-child(1) .text-box {
        /* width: calc(100% ); */
    }
    .event-area .cnt-box > li:nth-child(2) .img-box {
        width: 182px;
        right: 14px;
        bottom: 43px;
    }
    .event-area .cnt-box > li:nth-child(2) .text-box {
        /* width: calc(100% ); */
    }
}

@media (max-width:767px) {
    .event-area {
        padding: 120px 0;
    }
    .event-area .sub-title-text-2 {
        line-height: 160%;
    }
    .event-area .sub-title-text-2 br {
        display: block;
    }
    .event-area .cnt-box {
        margin-top: 85px;
        gap: 85px;
    }
    .event-area .cnt-box > li {
        padding: 64px 28px 32px 28px;
    }
    .event-area .cnt-box > li:nth-child(2) {
        padding-bottom: 90px;
    }
    .event-area .cnt-box > li h3 {
        width: 140px;
        height: 56px;
        font-size: 20px;
    }
    .event-area .cnt-box > li .text-box h5 {
        font-size: 22px;
    }
    .event-area .cnt-box > li .text-box h4 {
        font-size: 22px;
        margin-top: 12px;
    }
    .event-area .cnt-box > li .text-box p {
        font-size: 16px;
    }
    .event-area .cnt-box > li .text-box span.text-1 {
        font-size: 15px;
        margin-top: 102px;
        line-height: 160%;
    }
    .event-area .cnt-box > li .text-box span.text-1 br {
        display: block;
    }
    .event-area .cnt-box > li:nth-child(1) .img-box {
        width: 213px;
        right: 16px;
        bottom: 16px;
    }
    .event-area .cnt-box > li:nth-child(2) .img-box {
        width: 114px;
        right: -27px;
        bottom: -29px;
    }
}
@media (max-width:540px) {
    .event-area .cnt-box > li:nth-child(1) .img-box {
        width: 164px;
        right: 14px;
        bottom: 74px
    }
    .event-area .cnt-box > li:nth-child(2) .img-box {
        width: 87px;
        right: 0px;
        bottom: 17px;
    }
}
/* ------------------------------------------------------------------------------- */

/* 박람회 영역 */
.fair-area {
    padding: 310px 0 280px 0;
}
.fair-area .main-title-text-2 br {
    display: none;
}
.fair-area h3{
    font-size: 24px;
    margin-top: 80px;
}
.fair-area .label-box {
    gap: 10px;
    margin-top: 28px;
}
.fair-area .label-box > li {
    line-height: 160%;
    font-size: 20px;
    padding: 4px 14px;
    border-radius: 4px;
}
.fair-area .table-box {
    margin-top: 120px;
}
.fair-area .table-box .tr {
    font-family: "The-Jamsil-Regular" !important;
}
.fair-area .table-box table {
    border-collapse: separate;
    border-spacing: 0 20px;
}
.fair-area .table-box tr th {
    font-size: 20px;
    font-weight: inherit;
    color: #828282;
    background: inherit;
    box-sizing: border-box;
    white-space: nowrap;
    border: none;
    text-align: center;
    line-height: 160%;
}
.fair-area .table-box tr td {
    font-size: 22px;
    font-weight: inherit;
    color: #000;
    background: inherit;
    box-sizing: border-box;
    padding: 24px 16px;
    white-space: nowrap;
    text-align: center;
    font-family: "The-Jamsil-Light";
    line-height: 160%;
}
.fair-area .table-box tr td.date {
    border-left: 2px solid #000;
    border-radius: 12px 0 0 12px;
}
.fair-area .table-box tr:nth-child(2) td:last-child,
.fair-area .table-box tr:nth-child(4) td:last-child,
.fair-area .table-box tr:nth-child(6) td:last-child {
    border-right: 2px solid #000;
    border-radius: 0 12px 0 0;
    position: relative;
}
.fair-area .table-box tr:nth-child(2) td:last-child::after,
.fair-area .table-box tr:nth-child(4) td:last-child::after,
.fair-area .table-box tr:nth-child(6) td:last-child::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 100%;
    right: -2px;
}
.fair-area .table-box tr:nth-child(3) td:last-child,
.fair-area .table-box tr:nth-child(5) td:last-child,
.fair-area .table-box tr:nth-child(7) td:last-child {
    border-right: 2px solid #000;
    border-radius: 0 0 12px 0;
}
.fair-area .table-box tr:nth-child(1) td {
    border-top: 2px solid #000;
    border-bottom: 4px solid #000;
}
.fair-area .table-box tr:nth-child(1) td:last-child {
    border-right: 2px solid #000;
    border-radius: 0 12px 12px 0;
}
.fair-area .table-box tr:nth-child(2) td,
.fair-area .table-box tr:nth-child(4) td,
.fair-area .table-box tr:nth-child(6) td {
    border-top: 2px solid #000;
}
.fair-area .table-box tr:nth-child(2) td.date,
.fair-area .table-box tr:nth-child(4) td.date,
.fair-area .table-box tr:nth-child(6) td.date {
    border-bottom: 4px solid #000;
}
.fair-area .table-box tr:nth-child(3) td,
.fair-area .table-box tr:nth-child(5) td,
.fair-area .table-box tr:nth-child(7) td {
    border-bottom: 4px solid #000;
}
.fair-area .table-box tr td > div {
    gap: 8px;
}
.fair-area .table-box tr td > div > span {
    box-sizing: border-box;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 18px;
    font-family: "The-Jamsil-Light";
}

@media (max-width:1320px) {
    .fair-area {
        padding: 270px 0 240px 0;
    }
    .fair-area .main-title-text-2 {
        line-height: 160%;
    }
    .fair-area .main-title-text-2 br {
        display: block;
    }
    .fair-area h3 {
        font-size: 20px;
        margin-top: 60px;
    }
    .fair-area .label-box {
        /* gap: 10px;
        margin-top: 28px; */
    }
    .fair-area .label-box > li {
        /* line-height: 160%;
        font-size: 20px;
        padding: 4px 14px;
        border-radius: 4px; */
    }
    .fair-area .table-box {
        margin-top: 80px;
    }
    .fair-area .table-box table {
        /* border-spacing: 0 20px; */
    }
    .fair-area .table-box tr th {
        /* font-size: 20px; */
    }
    .fair-area .table-box tr td {
        /* font-size: 22px; */
        /* padding: 24px 16px; */
    }
    .fair-area .table-box tr td > div {
        /* gap: 8px; */
    }
    .fair-area .table-box tr td > div > span {
        /* padding: 8px 20px;
        border-radius: 6px;
        font-size: 18px; */
    }
}

@media (max-width:767px) {
    .fair-area {
        padding: 180px 0 160px 0;
    }
    .fair-area h3 {
        font-size: 16px;
        margin-top: 40px;
    }
    .fair-area .label-box {
        margin-top: 20px;
    }
    .fair-area .label-box > li {
        font-size: 15px;
    }
    .fair-area .table-box {
        margin-top: 48px;
    }
    .fair-area .table-box table {
        border-spacing: 0 16px;
    }
    .fair-area .table-box table thead {
        display: none;
    }
    .fair-area .table-box tr {
        display: flex;
        flex-direction: column;
    }
    .fair-area .table-box tbody tr:nth-child(1) {
        border: 2px solid #000;
        border-bottom: 4px solid #000;
        border-radius: 16px;
    }
    .fair-area .table-box tbody tr:nth-child(2),
    .fair-area .table-box tbody tr:nth-child(4),
    .fair-area .table-box tbody tr:nth-child(6) {
        margin-top: 16px;
        border: 2px solid #000;
        border-bottom: none;
        border-radius: 16px 16px 0 0;
    }
    .fair-area .table-box tbody tr:nth-child(3),
    .fair-area .table-box tbody tr:nth-child(5),
    .fair-area .table-box tbody tr:nth-child(7) {
        border: 2px solid #000;
        border-top: none;
        border-bottom: 4px solid #000;
        border-radius: 0 0 16px 16px;
    }
    .fair-area .table-box tr td {
        font-size: 17px;
        text-align: left;
        border: none !important;
        padding: 0;
    }
    .fair-area .table-box tr td.date {
        padding: 24px 20px 0 20px;
    }
    .fair-area .table-box tr td.tr {
        padding: 20px 20px 0 20px;
    }
    .fair-area .table-box tr td.tr br {
        display: none;
    }
    .fair-area .table-box tr td.wsw.tal {
        padding: 12px 20px 24px 20px;
    }
    .fair-area .table-box tr td > div > span {
        font-size: 15px;
    }
    .fair-area .table-box tr:nth-child(2) td:last-child::after,
    .fair-area .table-box tr:nth-child(4) td:last-child::after,
    .fair-area .table-box tr:nth-child(6) td:last-child::after {
        display: none;
    }
}

/* ------------------------------------------------------------------------------- */

/* 계열사 영역 */
.subsidiary-area {
    padding: 200px 0;
    background: #FDD5D6;
    z-index: 2;
}
.subsidiary-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    background: url(../img/subsidiary_bg_1.svg) no-repeat center center/cover;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.subsidiary-area .sub-title-text-2 br {
    display: none;
}
.subsidiary-area .img-box {
    width: 232px;
    right: -77px;
    top: 62px;
}
.subsidiary-area .img-box > img {
    animation-name: moving_1;
    animation-duration: 2.5s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
.subsidiary-area .cnt-box {
    gap: 30px;
    margin-top: 120px;
}
.subsidiary-area .cnt-box > li {
    width: calc(33.3333% - 20px);
    box-sizing: border-box;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    overflow: hidden;
    background: #fff;
}
.subsidiary-area .cnt-box > li > h3 {
    font-size: 24px;
}
.subsidiary-area .cnt-box > li > h4 {
    font-size: 20px;
    margin-top: 68px;
}
.subsidiary-area .cnt-box > li .hover-box {
    width: 0;
    height: 0;
    opacity: 0;
    background: #FF7170;
    border-radius: 12px;
    transition: all 0.3s;
}
.subsidiary-area .cnt-box > li:hover .hover-box,
.subsidiary-area .cnt-box > li.active .hover-box {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.subsidiary-area .cnt-box > li p {
    width: 100%;
    opacity: 0;
    font-size: 22px;
    transition: all 0.3s;
}
.subsidiary-area .cnt-box > li:hover p {
    opacity: 1;
}

@media (max-width:1320px) {
    .subsidiary-area {
        padding: 200px 0 160px 0;
    }
    .subsidiary-area .img-box {
        width: 164px;
        right: 13px;
        top: -158px;
    }
    .subsidiary-area .cnt-box {
        gap: 20px;
        margin-top: 86px;
    }
    .subsidiary-area .cnt-box > li {
        width: calc(50% - 10px);
        /* padding: 24px; */
        /* border-radius: 12px; */
        /* border: 2px solid #000;
        border-bottom: 4px solid #000; */
    }
    .subsidiary-area .cnt-box > li > h3 {
        font-size: 22px;
    }
    .subsidiary-area .cnt-box > li > h4 {
        font-size: 18px;
        margin-top: 72px;
    }
    .subsidiary-area .cnt-box > li .hover-box {
        /* border-radius: 12px; */
    }
    .subsidiary-area .cnt-box > li p {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .subsidiary-area {
        padding: 100px 0;
    }
    .subsidiary-area .sub-title-text-2 {
        line-height: 160%;
    }
    .subsidiary-area .sub-title-text-2 br {
        display: block;
    }
    .subsidiary-area .img-box {
        width: 113px;
        right: 38px;
        top: -100px;
    }
    .subsidiary-area .cnt-box {
        gap: 8px;
        margin-top: 48px;
    }
    .subsidiary-area .cnt-box > li {
        width: 100%;
        /* padding: 24px; */
    }
    .subsidiary-area .cnt-box > li > h3 {
        font-size: 20px;
    }
    .subsidiary-area .cnt-box > li > h4 {
        font-size: 15px;
        margin-top: 56px;
    }
    .subsidiary-area .cnt-box > li p {
        font-size: 16px;
    }
}

/* ------------------------------------------------------------------------------- */

/* 푸터 영역 */
.footer-area {
    box-sizing: border-box;
    padding: 38px 0;
}
.footer-area .logo-box {
    max-width: 167px;
}

@media (max-width:1320px) {
    .footer-area {
        padding: 20px 0 80px 0;
    }
    .footer-area .logo-box {
        max-width: 83px;
    }
}

@media (max-width:767px) {
    .footer-area {
        padding: 16px 0 80px 0;
    }
    .footer-area .logo-box {
        max-width: 70px;
    }
    .wrap {
        overflow: hidden
    };
}



