

/* ------------------------------------------------------------------------------- */
/* ------------------------------한화솔루션 케미칼 큐셀 --------------------------------- */
/* ------------------------------------------------------------------------------- */

/* 여백 공통 */
.con {
    max-width: 1080px;
    padding: 0 40px;
    margin: auto;
}

section {
    overflow: hidden;
}

.section {
    overflow: hidden;
    padding: 16rem 0;
}

@media(max-width:799px) {
    .con {
        max-width: inherit;
        width: 100%;
        padding: 0 20px;
    }
    .section {
        padding: 10rem 0;
    }
}

/* 타이틀 공통  */
.title-box {
    gap: .8rem;
    margin-bottom: 6.8rem;
}
h1.title,
h1.title span,
h1.title p {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.01rem;
}
.title-box .sub-1 {
    padding-bottom: 1.2rem;
}
.title-box .sub-2 {
}

@media(max-width:1279px) {
    h1.title,
    h1.title span,
    h1.title p {
        font-size: 4.8rem;
    }
}

@media(max-width:799px) {
    h1.title,
    h1.title span,
    h1.title p {
    font-size: 3.8rem;
    }
    .title-box {
        margin-bottom: 4.8rem;
    }
    .title-box p.sub {
        font-size: 1.7rem;
    }

    .title-box .sub-1 {
        padding-bottom: 0.6rem;
    }
    .title-box .f40 {
        font-size: 2.8rem;
    }
    .title-box .f32 {
        font-size: 2.0rem;
    }
}

@media(max-width:499px) {
    h1.title,
    h1.title span,
    h1.title p {
    font-size: 2.6rem;
    letter-spacing: -0.1rem;
    }
    .title-box {
        margin-bottom: 3.2rem;
    }
}

/* 유튜브 공통 */
.youtube-box {
    border-radius: 10px;
    overflow: hidden;
    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%;
}

/* 헤더 영역 */
.header-area {
    height: 8rem;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}
#header.active {
    background-color: #fff;
}
#header.active a {
    color: #000;
}
#header.active .logo img {
    content: url(../img/logo.svg);
}
#header.active .menu-btn {
    content: url(../img/ico_menu-org.svg);
}
.header-area .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 128rem;
}
.header-area .logo {
    width: 13.7rem;
}
.header-area ul {
    gap: 6.8rem;
}
.header-area ul li a {
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
}
#header.active ul li a.active {
    font-weight: 700;
    color: #FF6600;
}
.header-area ul li a.apply {
    background-color: #fff;
    color: #000;
    text-align: center;
    width: 14rem;
    height: 4rem;
    font-size: 1.6rem;
    transition: .3s;
}
.header-area ul li a.apply:hover,
#header.active  ul li a.apply {
    background-color: #FF6600;
    color: #fff;
}
#header.active  ul li a.apply:hover {
    background-color: #F24900;
}
.header-area .menu-btn {
    display: none;
    width: 3.2rem;
    height: 3.2rem;
    background: url(../img/ico_menu.svg)no-repeat center/cover;
    cursor: pointer;
}
.header-area .close-btn {
    width: 3.2rem;
    height: 3.2rem;
    background: url(../img/ico_close.svg)no-repeat center/cover;
    cursor: pointer;
}
/* 사이드바 */
.side-area {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    transition: 0.3s;
    background-color: #FF6600;
}
.side-area.active {
    right: 0;
}
.side-area .header-area .con {
    justify-content: space-between;
}
.side-area .logo-box {
    padding: 4.8rem 4rem 4.4rem;
}
.side-area .logo-box a {
    width: 17.7rem;
}
.side-area .middle-box {
    margin-top: 14rem;
    height: 100%;
}
.side-area .middle-box ul {
    gap: 4.8rem;
}
.side-area .middle-box ul li a {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 1.2rem;
}
.side-area .middle-box ul li a.active {
    font-weight: 700;
}
.side-area .middle-box ul li .apply {
    font-size: 1.8rem;
    color: #FF6600;
    background-color: #fff;
    padding: 1.2rem;
    width: 20rem;
    font-weight: 700;
}

/* 플로팅 버튼 */
.floating {
    height: 5.6rem;
    color: #fff;
    background-color: #FF6600;
    display: none;
}

@media (max-width: 1279px) {

    .header-area {
        height: 6.8rem;
    }
    .header-area .logo {
        width: 10rem;
    }
    .header-area ul {
        display: none;
    }
    .header-area .menu-btn {
        display: block;
    }
    .floating {
        display: flex;
    }

}

@media (max-width: 799px) {

    .header-area {
        height: 6rem;
    }
    .header-area .close-btn,
    .header-area .menu-btn {
        width: 2.4rem;
        height: 2.4rem;
    }

}
/* //헤더 영역 */

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

/* [섹션1 비디오] */
.top-video-area {
    background-color: #222222;
    color: #fff;
}
.top-video-area .obj-1 {
    bottom: 0;
    right: -3.2rem;
    width: 41.5rem;
}
.top-video-area .obj-1 img {
    opacity: .3;
}
.top-video-area .video-box-1 {
    /* width: 51.0416vw; */
}
.top-video-area .text-box { 
    padding: 6rem 0 0 0;
    font-size: 3rem;
}
@media(max-width:1279px) {
    .top-video-area .video-box-1 {
    width: 100%;
    }
    .top-video-area .f24,
    .top-video-area .f30 {
        font-size: 1.8rem;
    }
    .top-video-area .obj-1 {
        width: 20rem;
        right: -1.2rem;
    }
}
@media(max-width:799px) {
    .top-video-area .video-box-1 {
        width: 100%;
    }
    .top-video-area .text-box{ 
    padding: 3.0rem 0 0 0;
    }
    .top-video-area .f24,
    .top-video-area .f30 {
        font-size: 1.6rem;
    }
    .top-video-area .obj-1 {
        width: 10rem;
    }
}



.more-box {
    padding: 2.0rem 0 0 0;
    display: inline-block;
    box-sizing: border-box;
}

.more-box a.more-btn {
    display: inline-block;
    width: 43.6rem;
    padding: 2.0rem;
    border: 2px solid #005EB8;
    box-sizing: border-box;
    font-size: 2.4rem;
    color: #005EB8;
    text-decoration: none;
    transition: 0.3s;

}

.more-box a.more-btn:hover {
    background: #005EB8;
    color: #fff;
}

@media(max-width:799px) {
    .top-video-area .images img {
        width: 100%;
    }

    .more-box a.more-btn {
        max-width: 32rem;
        padding: 1.2rem;
        font-size: 1.8rem;
    }
}

/* [섹션2 타이머] */
.timer-area {
    height: 100dvh;
    background: url(../img/timer-bg.jpg)no-repeat center/cover;
    position: relative;
    color: #fff;
}
.timer-area .title-box {
    margin-bottom: 4rem;
}
.timer-area .title-box h1 {
    font-size: 6rem;
    padding-bottom: .4rem;
}
.timer-area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.6); */
    top: 0;
    left: 0;
}
.timer-area .text-box {
    padding: 16px 40px;
}
.timer-area .text-box .line {
    width: 1px;
    height: 20px;
    background-color: #999999;
    margin: 0 20px;
}
.timer-area .btn-box {
    gap: 40px;
    margin-top: 68px;
    width: 100%;
    max-width: 640px;
}
.timer-area .btn-box a {
    background-color: #FF6600;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 12px 20px;
    transition: .3s;
}
.timer-area .btn-box a:hover {
    background-color: #F24900;
}
.timer-area .btn-box a p,
.timer-area .btn-box a p span {
    line-height: 1.4;
}
.timer-area .timer-box {
    margin-top: 8.8rem;
    gap: 1.2rem;
}
.timer-area .timer .box {
    gap: .4rem;
}
.timer-area .timer .box > div,
.timer-area .timer .time-circle {
    font-size: 8rem;
    text-align: center;
    color: #FF6600;
}
.timer-area .timer .box > div {
    width: 10rem;
}
.timer-area .timer .time-circle {
    font-size: 5rem;
    margin-top: 1rem;
}

@media (max-width: 1279px) {
    .timer-area .title-box h1 {
        font-size: 4.8rem;
    }
    .title-box .sub-1 {
        font-size: 3.2rem;
    }
    .title-box .sub-2,
    .title-box .sub-2 span {
        font-size: 2.6rem;
    }
    .timer-area .text-box {
        padding: 10px 24px;
    }
    .timer-area .text-box p {
        font-size: 2.4rem;
    }
    .timer-area .timer-box {
        margin-top: 6.8rem;
        gap: 1rem;
    }
    .timer-area .timer .box {
        gap: 0;
    }
    .timer-area .timer .box > div {
        width: 8rem;
    }
    .timer-area .timer .box > div, .timer-area .timer .time-circle {
        font-size: 6.4rem;
    }
    .timer-area .timer .box span {
        font-size: 1.5rem;
    }
    .timer-area .btn-box a .text-1, .timer-area .btn-box a .text-1 span {
        font-size: 1.6rem;
    }
    .timer-area .btn-box a .text-2 {
        font-size: 2rem;
    }
    .timer-area .btn-box {
        gap: 20px;
        margin-top: 60px;
    }
}

@media (max-width: 799px) {
    .timer-area {
        height: auto;
        padding: 10rem 0;
    }
    .timer-area .title-box {
        margin-bottom: 3.2rem;
    }
    .timer-area .title-box h1 {
        font-size: 2.6rem;
    }
    .title-box .sub-1 {
        font-size: 2rem;
    }
    .title-box .sub-2, .title-box .sub-2 span {
        font-size: 1.7rem;
    }
    .timer-area .timer-box .timer-text {
        font-size: 1.6rem;
    }
    .timer-area .timer .box > div {
        font-size: 4.4rem;
        width: 5.4rem;
    }
    .timer-area .timer .time-circle {
        font-size: 3rem;
        margin-top: .5rem;
    }
    .timer-area .timer .box span {
        font-size: 1.2rem;
    }
    .timer-area .text-box {
        padding: 8px 16px;
    }
    .timer-area .text-box p {
        font-size: 1.4rem;
    }
    .timer-area .text-box .line {
        margin: 0 16px;
    }
    .timer-area .timer-box {
        margin-top: 6rem;
    }
    .timer-area .btn-box {
        gap: 8px;
        flex-direction: column;
        max-width: 28rem;
    }
    .timer-area .btn-box a {
        padding: 8px 20px;
    }
    .timer-area .btn-box a .text-1, .timer-area .btn-box a .text-1 span {
        font-size: 1.4rem;
    }
    .timer-area .btn-box a .text-2 {
        font-size: 1.8rem;
    }
    
}


/* [섹션3 회사소개] */
.company-area-2 {
    background: url(../img/about-bg.jpg)no-repeat center/cover;
    height: auto;
}
.company-area-2::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
}
.company-area .con {
    max-width: 152rem;
}
.company-area .obj {
    width: 137rem;
    /* width: 72%; */
}
.company-area .obj > img {
    opacity: .05;
}
.company-area .obj-1 {
    top: -40rem;
    left: -50rem;
    /* left: -26%;
    top: -32%; */
}
.company-area .obj-2 {
    bottom: -20rem;
    right: -22rem;
}
.company-wrap .sub-title-box {
    gap: 12rem;
}
.company-wrap p {
    word-break: keep-all;
}
.company-wrap .sub-title-box a.active {
    color: #FF6600;
    position: relative;
}
.company-wrap .sub-title-box a.active::after {
    position: absolute;
    content: '';
    background: url(../img/Polygon.svg)no-repeat center/cover;
    width: 2rem;
    height: 1.6rem;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
}
.company-wrap .text-box1 {
    padding-top: 9.2rem;
    gap: 2rem;
}
.company-wrap .card-box {
    margin-top: 10rem;
    margin-bottom: 8rem;
    /* background-color: #fff; */
}
.company-wrap .card-box .card {
    width: 33.3333%;
    background: #fff;
}
.company-wrap .card-box .card-text {
    padding: 4rem 2.8rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.util {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
}
.util .link {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    position: relative;
}
.util .link::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 12px;
    vertical-align: middle;
    background: url(../img/linkArrow.png) 0 0 / contain no-repeat;
}
.util .link span {
    vertical-align: middle;
    position: relative;
    display: inline-block;
}
.util .link span::before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #000;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.util .link:hover span::before {
    width: 100%;
}
.util .link i {
    position: relative;
    display: inline-block;
    color: #000;
    line-height: 1.4;
    font-style: normal;
    transition: all 0.3s;
}
.company-area-2 .util .link span::before {
    background-color: #fff;
}
.company-area-2 .util .link i {
    color: #fff;
}
.sns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
}
.sns li {
    position: relative;
    height: 50px;
}
.sns a {
    display: block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #ededed;
    white-space: nowrap;
    font-weight: 700;
    font-size: 12px;
    /* position: absolute; */
    right: 0;
    transition: all 0.3s;
    overflow: hidden;
    background-color: #fff;
}
.sns a::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    z-index: 1;
    right: 1px;
    top: 1px;
}
.company-area-2 .sns a {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .3);
}
.company-area-2 .sns a::before {
    background-color: transparent;
}
.sns span {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
    font-size: 1.2rem;
}
.sns .svg-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.sns .youtube .svg-box {
    width: 23px;
    height: 16px;
    right: 14px;
    margin-top: -1px;
}
.sns .tstory .svg-box {
    width: 19px;
    height: 19px;
    right: 15px;
}
.sns .linkedin .svg-box {
    right: 10px;
    margin-top: 3px;
}
.sns .facebook .svg-box {
    width: 9px;
    height: 20px;
    right: 20px;
    margin-top: -1px;
}
.sns .instagram .svg-box {
    width: 25px;
    height: 25px;
    right: 12px;
}
.sns svg * {
    transition: all 0.3s;
}
.sns .youtube {
    color: #ff0000;
}
.sns .tstory {
    color: #ff6600;
}
.sns .linkedin {
    color: #0a66c2;
}
.sns .instagram {
    color: #d32681;
}
.sns .facebook {
    color: #0075fb;
}
.company-area-2 .sns svg * {
    fill: #fff;
}
.sns a:hover {
    width: 154px;
}
.sns a:hover span {
    opacity: 1;
}
.sns.ty2 a:hover {
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 1);
}
.sns .youtube:hover svg * {
    fill: #ff0000;
}
.sns .tstory:hover svg * {
    fill: #ff6600;
}
.sns .linkedin:hover svg * {
    fill: #0a66c2;
}
.sns .instagram:hover svg * {
    fill: #d32681;
}
.sns .facebook:hover svg * {
    fill: #0075fb;
}


@media(max-width:1800px) {
    .company-area .obj {
        width: 60rem;
    }
    .company-area .obj-1 {
        top: -20rem;
        left: -20rem;
    }
    .company-area .obj-2 {
        right: -10rem;
    }
}

@media(max-width:1279px) {
    .company-area .f48 {
        font-size: 3.6rem;
    }
    .company-area .f40 {
        font-size: 2.8rem;
    }
    .company-area .f28 {
        font-size: 2rem;
    }
    .company-area .f24 {
        font-size: 1.7rem;
    }
    .company-area .f21 {
        font-size: 1.5rem;
    }
    .company-wrap .sub-title-box {
        gap: 8rem;
    }
    .company-wrap .sub-title-box a.active::after {
        width: 1.4rem;
        height: 1rem;
        bottom: -2rem;
    }
    .company-wrap .card-box .card-text {
        padding: 2rem 1.4rem;
    }
}
@media(max-width:799px) {
    .company-area .f48 {
        font-size: 2.2rem;
    }
    .company-wrap .sub-title-box {
        gap: 5rem;
    }
    .company-wrap .sub-title-box a.active::after {
        width: 1rem;
        height: .6rem;
        bottom: -1rem;
    }
    .company-wrap .text-box1 {
        padding-top: 4.2rem;
        gap: 1rem;
    }
    .company-area .f40 {
        font-size: 2rem;
    }
    .company-area .f24 {
        font-size: 1.6rem;
    }
    .company-wrap .card-box {
        margin-top: 5rem;
        margin-bottom: 4rem;
        flex-direction: column;
    }
    .company-wrap .card-box .card {
        width: 100%;
    }
    .company-wrap .card-box .card-text {
        padding: 1rem 0 3rem 0;
        gap: .8rem;
    }
    .company-area-2 .card-box .card-text {
        padding: 1rem 1rem 3rem;
    }
    .company-area .f28 {
        font-size: 1.8rem;
    }
    .company-area .f21 {
        font-size: 1.4rem;
    }
    .util {
        flex-direction: column;
        gap: 2rem;
        font-size: 1.4rem;
    }
    .util .link span::before {
        width: 100%;
        height: 2px;
    }
    .sns {
        gap: .8rem;
    }
    .sns li {
        height: 4rem;
    }
    .sns a {
        width: 10rem;
        height: 4rem;
    }
    
    .sns a::before {
        display: none;
    }
    .sns span {
        opacity: 1;
        left: 1rem;
    }
    .sns a svg {
        transform: scale(.7);
    }
    .sns .youtube .svg-box {
        right: 9px;
        margin-top: 0px;
    }
    .sns .youtube svg * {
        fill: #ff0000;
    }
    .sns .tstory .svg-box {
        right: 11px;
    }
    .sns .tstory svg * {
        fill: #ff6600;
    }
    .sns .linkedin .svg-box {
        right: 5px;
        margin-top: 1px;
    }
    .sns .linkedin svg * {
        fill: #0a66c2;
    }
    .sns .instagram .svg-box {
        right: 1px;
    }
    .sns .instagram svg * {
        fill: #d32681;
    }
    .sns .facebook .svg-box {
        right: 13px;
    }
    .sns .facebook svg * {
        fill: #0075fb;
    }
    .sns .instagram span {
        left: .5rem;
    }
}

/* [섹션4 채용안내] */
.jd-area {
    background: #f9f9f9;
}
.jd-area .con {
    max-width: 1280px;
}
.jd-area .obj-1 {
    top: 7.7rem;
    left: 6.8rem;
}
.jd-area .obj-1 img {
    opacity: .5;
}
.jd-area .obj-2 {
    width: 60rem;
    right: -16.2rem;
    bottom: 37.8rem;
}
.jd-area .obj-1 img {
    opacity: .2;
}
.jd-box {
    gap: 8.0rem;
}
.jd-box .jd-sub-title {
    color: #FF6600;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    margin-bottom: 2.8rem;
}
.jd-box .jd-sub-title::before {
    position: absolute;
    left: 0;
    width: .3rem;
    height: 2.4rem;
    background-color: #FF6600;
    content: '';
}
.jd-area table thead {
    background-color: #333;
    color: #fff;
}
.jd-area table thead tr th {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    height: 6rem;
    text-align: center;
}
/* .jd-area table thead tr th:not(:last-child) {
    border-right: 1px solid #F0F9FF;
} */
.jd-area table tbody tr td {
    letter-spacing: -0.03em;
    text-align: center;
    font-size: 1.7rem;
    border-bottom: 1px dashed #939393;
    padding: 2rem;
    /* background-color: #fff; */
    word-break: break-all;
}
.jd-area table tbody tr td:last-child {
    white-space: nowrap;
}
.jd-area table tbody tr td.border-add {
    border-right: 1px  dashed #939393;
    border-left: 1px  dashed #939393;
}
.jd-area table tbody tr td.name-3.border-add span {
    color: #FF6600;
    font-weight: 400;
}
.jd-area table tbody tr td span.text-s {
    font-size: 1.4rem;
}
.jd-area table tbody tr td.name-1 {
    font-weight: 600;
    background-color: #DCDCDC;
    white-space: nowrap;
}
.jd-area table tbody tr td.name-2 {
    font-weight: 600;
    background-color: #fff;
    white-space: nowrap;
    border-right: 1px dashed #939393;
}

.jd-area table tbody tr td.name-3 {
    padding: 3.4rem 2rem;
    text-align: left;
}
.jd-area table tbody tr td.name-3 ul {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.jd-area table tbody tr td.name-3 span {
    letter-spacing: -0.03em;
    line-height: 1.6;
    font-size: 1.7rem;
    font-weight: 600;
}
.jd-area table tbody tr td.name-3 p {
    letter-spacing: -0.03em;
    line-height: 1.6;
    font-size: 1.7rem;
    padding-left: 1.2rem;
    position: relative;
    word-break: keep-all;
}
.jd-area table tbody tr td.name-3 p::before {
    position: absolute;
    content: '-';
    left: 0;
}
.jd-list-box-3 {
    gap: 2.8rem;
}
.jd-list-box-3 .dot-list li {
    font-size: 2rem;
    color: #000;
}
.jd-list-box-3 .dot-list li::before {
    top: 1.4rem;
}
.jd-list-box-4 {
    gap: 3.8rem;
}
.jd-list-box-4 img{
    max-width: 1080px;
}
.jd-area table tbody tr.solid td,
.jd-area table tbody tr td.solid {
      border-bottom: 1px solid #939393;
}

@media (max-width: 1279px) {
    .jd-box {
        gap: 6.0rem;
    }
    .jd-box .jd-sub-title {
        padding-left: 1.2rem;
        margin-bottom: 2.2rem;
        font-size: 2.2rem;
    }
    .jd-box .jd-sub-title::before {
        height: 2.2rem;
    }

    .jd-area table thead tr th {
        height: 4rem;
        font-size: 1.5rem;
    }
    .jd-area table tbody tr td span.text-s {
       font-size: 1.2rem;
    }

    .jd-area table tbody tr td,
    .jd-area table tbody tr td.name-3 {
        font-size: 1.6rem;
        padding: 1.2rem;
    }
    .jd-area table tbody tr td.name-3 ul {
        gap: 2.8rem;
    }
    .jd-area table tbody tr td.name-3 span,
    .jd-area table tbody tr td.name-3 p {
        font-size: 1.6rem;
    }
    .jd-list-box-4 picture {
        max-width: 620px;
    }
    .jd-list-box-3 p.f28,
    .jd-list-box-4 p.f28{
        font-size: 2.2rem;
    }
    .jd-list-box-3 .dot-list li {
            font-size: 1.8rem;
    }
    .jd-list-box-3,
    .jd-list-box-4 {
        gap: 1.8rem
    }
    .jd-area .obj-1 {
        top: 5.7rem;
        left: 4.8rem;
        width: 15rem;
    }
    .jd-area .obj-2 {
        width: 30rem;
        right: -6rem;
        bottom: 32rem;
    }
}

@media (max-width: 799px) {
    .jd-box {
        gap: 4.0rem;
    }
    .jd-box .jd-sub-title {
        margin-bottom: 2.0rem;
        font-size: 1.8rem;
    }
    .jd-box .jd-sub-title::before {
        height: 1.8rem;
    }

    .jd-area table thead tr th {
        height: 3.2rem;
        font-size: 1.2rem;
    }
    .jd-area table tbody tr td span.text-s {
        font-size: 1.0rem;
    }
    .jd-area table tbody tr td.name-1,
    .jd-area table tbody tr td.name-2 {
        white-space: wrap;
    }
    .jd-area table tbody tr td,
    .jd-area table tbody tr td.name-3 {
        padding: 0.8rem;
        font-size: 1.1rem;
    }
    .jd-area table tbody tr td.name-3 ul {
        gap: 2rem;
    }
    .jd-area table tbody tr td.name-3 p {
        padding-left: .8rem;
    }
    .jd-area table tbody tr td.name-3 span,
    .jd-area table tbody tr td.name-3 p {
        font-size: 1.1rem;
    }
    .jd-list-box-4 picture {
        max-width: 420px;
    }
    .jd-list-box-3,
    .jd-list-box-4 {
        gap: 1.2rem
    }
    .jd-list-box-3 p.f28,
    .jd-list-box-4 p.f28{
        font-size: 1.8rem;
    }
    .jd-list-box-3 .dot-list li {
        font-size: 1.5rem;
    }
    .jd-area .obj-1 {
        top: 1rem;
        left: 1rem;
        width: 8rem;
    }
    .jd-list-box-3 .dot-list li::before {
        top: .8rem;
    }
    .jd-area .obj-1 {
        top: 1rem;
        left: 1rem;
        width: 8rem;
    }
    .jd-area .obj-2 {
        width: 15rem;
        right: -4rem;
        bottom: 2rem;
    }
}

.jd-area table tbody tr td.name-1{
    width: 12%;
}
.jd-area table tbody tr td.name-2,
.jd-area table tbody tr td:last-child {
    width: 14%;
}


@media (max-width: 580px) {
    .jd-area table thead tr th {
    height: 3.2rem;
        font-size: 1.0rem;
    }
    .jd-area table tbody tr td, .jd-area table tbody tr td.name-3 {
        padding: 0.5rem;
    }
    .jd-area table tbody tr td.name-1{
        width: 10%;
    }
    .jd-area table tbody tr td.name-2,
    .jd-area table tbody tr td:last-child {
        width: 16%;
        white-space: pre-wrap;
        font-size: 1.1rem;
    }
    .jd-area table tbody tr td.name-3{
        width: 30%;
    }
  
}





/* [섹션5 비디오슬라이드] */
.video-slide-area {
    background: #44464A;
}
.video-slide{
    width: 100%;
    /* max-width: 960px; */
    aspect-ratio: 16/9;
    margin: 0 auto 30px;
    background: #000;
    position: relative;
}
.video-slide iframe {
    width: 100%;
    height: 100%;
}
.swiper {
    width: 100%;
    padding: 20px 40px; /* 좌우 여백 확보 (화살표 공간) */
    box-sizing: border-box;
}
.swiper-slide {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}
.swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #f37321;
    border-radius: 6px;
}
.swiper-slide img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

/* 화살표 버튼 스타일 */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    transition: 0.3s;
}
/* .swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #ffcc00;
} */


/* ------------------------------------------------------------------------------- */
/* 푸터 */
.footer {
    padding: 20px;
}

.footer-inner {
    max-width: 860px;
    margin: 0 auto;
}

.footer-inner img {
    height: 32px;
}
@media(max-width:1279px) {
    .footer {
        padding-bottom: 76px;
    }
}
@media(max-width:799px) {
    .footer {
        padding: 12px 12px 68px 12px;
    }
    .footer-inner img {
        height: 29px;
    }
}

/* //푸터 */