

/* ------------------------------------------------------------------------------- */
/* ------------------------------두산그룹 Global Talent 채용-------------------------- */
/* ------------------------------------------------------------------------------- */

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

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

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

.wrap {
    max-width: 128rem;
    padding: 0 4rem;
    margin: 0 auto;
}

/* 타이틀 공통  */
.title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 6rem;
}
h1.title,
h1.title span,
h1.title p {
    font-size: 4.4rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    color: #005EB8;
}
.title-box p.sub {
    color: #666;
    font-size: 2.2rem;
    letter-spacing: -0.03em;
font-weight: 500;
}
.title-box span.desc {
    font-size: 1.8rem;
}

@media (max-width: 799px) {
    .title-box {
        margin-bottom: 4rem;
        gap: 1rem;
    }
    h1.title,
    h1.title span,
    h1.title p {
        font-size: 3rem;
    }
    .title-box p.sub {
        font-size: 1.4rem;
    }
    .title-box span.desc {
    font-size: 1.4rem;
}
}

/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
/* 헤더 영역 */
.header-area {
    height: 8rem;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 7;
    transition: .3s;
}
.header-area.active {
    background-color: #fff;
}
.header-area .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 148rem;
}
.header-area .logo {
    width: 10.8rem;
}
.header-area ul {
    gap: 2.4rem;
}
.header-area ul li a {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #323232;
}
.header-area ul li a.active {
    color: #005EB8;
}
.header-area ul li a.apply {
    background-color: #005EB8;
    color: #fff;
    padding: 1rem 2.6rem;
    text-align: center;
    line-height: 1.2;
    transition: .3s;
    border-radius: 4rem;
}
.header-area ul li a.apply:hover {
    background-color: #004c93;
    color: #fff;
}
.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/close.svg)no-repeat center/cover;
    cursor: pointer;
    z-index: 100;
}

/* 사이드바 */
.side-area {
    z-index: 9;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: 0.3s;
}
.side-area.active {
    right: 0;
}
.side-area .header-area .wrap {
    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: 10rem;
    height: 100%;
}
.side-area .middle-box ul {
    gap: 4.8rem;
}
.side-area .middle-box ul li a {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    color: #323232;
    text-align: center;
    margin-top: 1.2rem;
}
.side-area .middle-box ul li a.active {
    color: #005EB8;
}
.side-area .middle-box ul li .apply {
    font-size: 1.6rem;
    color: #fff;
    background-color: #005EB8;
    padding: 1.6rem;
    width: 21.8rem;
    border-radius: 4rem;
    font-weight: 700;
}
.side-area .obj-1 {
    bottom: 1.5rem;
    height: 20%;
    right: 0;
}

/* 플로팅 버튼 */
.floating {
    height: 6rem;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}


.side-header {
    position: relative;   /* fixed 제거 */
    height: 5.6rem;       /* 사이드바 헤더 높이 지정 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.side-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 148rem;
}

.side-header .logo {
    width: 9.9rem;
}
.side-header .close-btn {
    width: 2.0rem;
    height: 2.0rem;
    background: url(../img/close.svg)no-repeat center/cover;
    cursor: pointer;
    z-index: 100;
}

@media (max-width: 1279px) {

    .header-area {
        height: 6.8rem;
    }
    /* .header-area .logo {
        width: 12rem;
    } */
    .header-area ul {
        display: none;
    }
    .header-area .menu-btn {
        display: block;
    }
    .floating.active {
        visibility: visible;
        opacity: 1;
    }

}

@media (max-width: 800px) {
    .wrap {
        padding: 0 2rem;
    }
    .header-area {
        height: 5.6rem;
    }
    .header-area .logo {
        width: 9.9rem; 
    }
    .header-area .close-btn,
    .header-area .menu-btn {
        width: 2.4rem;
        height: 2.4rem;
    }

}
/* //헤더 영역 */


/* ------------------------------------------------------------------------------- */
/* [섹션1 계열사소개] */
.section1 {
    padding-top: 0;
}
.section1 .images img {
    max-width: 924;
    border-radius: 8px;
}
.section1 .obj-1 {
    width: 100%;
    top: 67px;
}
.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;
}
.section1 .swiper-1-box {
    max-width: 120rem;
    margin: 0 auto;
}
.section1 .swiper-1-box .swiper-1 .swiper-slide {
    border: 1px solid #EEEEEE;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
}
.section1 .swiper-1-box .swiper-1 .swiper-slide .top-box {
    box-sizing: border-box;
    padding: 2.8rem 2.8rem 0rem 2.8rem;
}
.section1 .swiper-1-box .swiper-1 .swiper-slide .top-box h2 {
    font-size: 28px;
}
.section1 .swiper-1-box .swiper-1 .swiper-slide .top-box .shortcut-btn {
    width: 20px;
}
.section1 .swiper-1-box .swiper-1 .swiper-slide .text-box {
    box-sizing: border-box;
    padding: 1.2rem 2.8rem 0 2.8rem;
}
.section1 .swiper-1-box .swiper-1 .swiper-slide .text-box p {
    height: 120px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: keep-all;
    font-weight: 500;
    color: #6C6C6C;
}
.section1 .swiper-1-box .swiper-1 .swiper-slide .btn-area {
    box-sizing: border-box;
    padding: 28px 24px 20px 24px;
}
.section1 .swiper-1-box .swiper-1 .swiper-slide .btn-box {
    gap: 7px;
}
.section1 .swiper-1-box .swiper-1 .swiper-slide .btn-area .btn-box li {
    box-sizing: border-box;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #D9D9D9;
    font-size: 15px;
    font-weight: 500;
    color: #6C6C6C;
}
.section1 .swiper-1 .swiper-pagination {
    position: relative;
    margin-top: 4.8rem;
}

/* 비활성 슬라이드(좌우)에 블러 적용 */
.section1 .swiper-1 .swiper-slide:not(.swiper-slide-active) {
  filter: blur(1.5rem); 
  opacity: 0.7; 
}


.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15rem;
    padding: 2rem 0;
}

.marquee {
    margin: 0 auto;
    display: inline-block;
  /* white-space: nowrap; */
  /* animation: scroll 30s linear infinite; */
}

.marquee span {
    display: inline-block;
    padding-right: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
@keyframes scroll {
  0% {
    transform: translateX(50%);   /* 텍스트가 중앙에서 시작 */
  }
  100% {
    transform: translateX(-100%); /* 왼쪽 끝으로 사라지게 */
  }
}





@media(max-width:999px){
.section1 .swiper-1-box {
        padding: 0 4rem;
    }
}

@media(max-width:799px) {
    .marquee-wrapper {
        padding: 1.4rem 0;
        margin-bottom: 10rem;
        overflow: auto;
    }
    .marquee {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.6rem;
        row-gap: 0.4rem;
        box-sizing: border-box;
    }
    .marquee span {
        padding-right:0;
        font-size: 1.3rem;
    }
    .section1 .images img {
        width: 100%;
    }
    .section1 .obj-1 {
        /* top: 47.5px; */
        top: 78.5px;
    }
    .section1 .obj-1.eng {
        top: 92.5px;
    }
    .more-box a.more-btn {
        max-width: 32rem;
        padding: 1.2rem;
        font-size: 1.8rem;
    }

    .section1 .con {
        padding: 0 20px;
    }
    .section1 .swiper-1-box {
        padding: 0;
    }
    .section1 .swiper-1-box .swiper-1 .swiper-slide .top-box {
        padding: 20px 20px 0px 20px;
    }
    .section1 .swiper-1-box .swiper-1 .swiper-slide .top-box h2 {
        font-size: 22px;
    }
    .section1 .swiper-1-box .swiper-1 .swiper-slide .top-box .shortcut-btn {
        width: 16px;
    }
    .section1 .swiper-1-box .swiper-1 .swiper-slide .text-box {
        padding: 20px 20px 0 20px;
    }
    .section1 .swiper-1-box .swiper-1 .swiper-slide .text-box p {
        height: 116px;
        font-size: 15px;
    }
    .section1 .swiper-1-box .swiper-1 .swiper-slide .btn-area {
        padding: 32px 20px 24px 20px;
    }
    .section1 .swiper-1-box .swiper-1 .swiper-slide .btn-area .btn-box li {
        padding: 8px 12px;        
        font-size: 14px;
    }
    .section1 .swiper-1 .swiper-pagination {
        margin-top: 3.4rem;
    }

}


/* ------------------------------------------------------------------------------- */
/* [섹션1 모집공고] */
.jd-info-area .container {
    background-color: #E9F8FF;
    border-radius: 2rem;
    padding: 5.2rem 4rem;
}
.jd-info-area .container .item {
    padding: 3.2rem 0;
    border-bottom: .1rem dashed #D3D3D3;
    display: flex;
    gap: 6.3rem;
}
.jd-info-area .container .item:first-child {
    padding-top: 0;
}
.jd-info-area .container .item:last-child {
    margin: 0;
    border-bottom: none;
}
.jd-info-area .container .item h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #005EB8;
    white-space: nowrap;
}
.jd-info-area .container .item li {
    line-height: 1.5;
    color: #6C6C6C;
    letter-spacing: -0.03em;
}
.jd-info-area .container .item .item-title {
    position: relative;
    padding-left: 1rem;
    font-size: 2rem;
    font-weight: 500;
}
.jd-info-area .container .item .item-title::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #4B4B4B;
    top: .9rem;
    left: 0;
}
.jd-info-area .container .item .item-desc {
    position: relative;
    padding-left: 2.0rem;
    font-size: 2rem;
    
}
.jd-info-area .container .item .item-desc::before {
    position: relative;
    content: '-';
    margin-right: -0.6rem;
    left: -1.0rem;
}

.item-desc-star {
    position: relative;
    padding-left: 1.2rem!important;
}
.item-desc-star::before {
    position: relative;
    content: '*';
    margin-right: -0.6rem;
    left: -1.0rem;
}


.jd-info-area .container .item li>div {
    padding-left: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
}
.jd-info-area .container .item-2 li>div {
    padding: 0;
}
.jd-info-area .container .item li .tsb {
    margin-top: 1.6rem;
    line-height: 1.5;
}

@media (max-width:1279px) {
    .jd-info-area .container .item {
        gap: 5rem;
    }
    .jd-info-area .container .item h2,
    .jd-info-area .container .item .item-title {
        font-size: 1.9rem;
    }
    .jd-info-area .container .item .item-desc {
        font-size: 1.8rem;
    }
    .jd-info-area .container .item .item-desc>div {
        font-size: 1.4rem;
    }
}

@media (max-width:799px) {
    .jd-info-area .container {
        padding: 3rem 2rem;
    }
    .jd-info-area .container .item {
        flex-direction: column;
        gap: .8rem;
    }
     .jd-info-area .container .item h2 {
        font-size: 1.7rem;
     }
    .jd-info-area .container .item .item-title {
        font-size: 1.6rem;
        margin-bottom: .6rem;
    }
    .jd-info-area .container .item .item-desc {
        font-size: 1.5rem;
    }
    .jd-info-area .container .item li> div,
    .jd-info-area .container .item li> div {
        margin-top: .6rem;
    }
    .jd-info-area .container .item li>div,
    .jd-info-area .container .item li .tsb {
        font-size: 1.3rem;
    }
    .jd-info-area .container .item-2 li>div {
        margin: 0;
    }
}


/* ------------------------------------------------------------------------------- */
/* [섹션3 모집분야] */
/* 탭 공통 */
.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 2.0rem;
    box-sizing: border-box;

}

.tab {
    /* flex: 1; */
    font-size: 2.0rem;
    padding: 1.4rem 2.4rem;
    text-align: center;
    cursor: pointer;
    border-radius: 99px;
    background: #DCF3FF;
    color: #005EB8;
    font-weight: 700;
    box-sizing: border-box;
}

.tab:hover {
    background: #005EB8;
    color: #fff;
}
.tab.active{
    background: #005EB8;
    color: #fff;
    font-weight: 700;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


@media(max-width:799px) {
    .tabs {
        gap: 0.6rem;
    }
    .tab {
        font-size: 1.6rem;
        padding: 1.0rem 2.0rem;
    }
}

/* ------------------------------------------------------------------------------- */
/* 모집직무 아코디언 공통 */
.note {
    margin-top: 2.0rem;
}

/* 아코디언 */
.accordion {
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-header {
    color: #fff;
    padding: 2.2rem 2.4rem;
    border: 1px solid #005EB8;
    color: #005EB8;

    cursor: pointer;
    /* font-weight: bold; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}
.accordion-header span {
    font-size: 2.2rem;
    font-weight: 700;
}

/* 아코디언 열렸을 때 - 선택된 헤더만 */
.accordion.open .accordion-header,
.accordion.open .accordion-header span {
    background: #005EB8;
    /* 열렸을 때 배경: 검정 */
    color: #fff;
    /* 글자색 흰색 유지 */
}

.accordion-header::after {
    content: url(../img/acc_plus.svg);
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.accordion.open .accordion-header::after {
    content: url(../img/acc-minus.svg);
    transform: rotate(180deg);
}


.accordion-body {
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    max-height: 0;
}

.accordion.open .accordion-body {
    max-height: inherit;
    height: auto;
    padding: 4.0rem;
    box-sizing: border-box;
    border: 1px solid #aaa;
}
.vline {
  display: inline-block;
  width: 1px; 
  height: 0.8em; 
  background-color: #ccc!important;
  margin: 0px 8px 4px 8px  ; 
  vertical-align: middle; 
}

.jd-box {
    gap: 2.0rem;
}

.jd-box li {
    display: flex;
    gap: 2.0rem;
    font-size: 2.0rem;
}

.jd-box li p {
    min-width: 13rem;
    color: #005EB8;
}

.jd-box li .jd-detail div {
    margin-bottom: 1.4rem;
}
.jd-box li .jd-detail div:last-child {
    margin-bottom: 0rem;
}
.jd-box .desc {
    font-size: 1.4rem;
}
.jd-name-box span.jd-type {
   /* display: none; */
}

@media(max-width:799px) {
    .note {
        font-size: 1.4rem;
        margin-top: 1.6rem;
    }
    .accordion-header {
        padding: 1.8rem 2.0rem 1.4rem 2.0rem;
    }
    .accordion-header span{
        font-size: 1.8rem;
    }
    .accordion.open .accordion-body {
        padding: 2.0rem;
    }
    .jd-name-box .vline{
        display: none;
    }
    .jd-box {
        gap: 1.5rem;
    } 
    .jd-box li {
        font-size: 1.6rem;
        flex-direction: column;
        gap: .6rem;
    }
    .jd-box li .jd-detail div {
        margin-bottom: 1.8rem;
    }
    .jd-name-box {
        display: flex;
        flex-direction: column;
        gap: 0.8rem
    }
}
@media(max-width:480px) {
    .jd-name-box {
        gap: 0.6rem
    }
    .accordion-header span{
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.dash-list {
    display: block;
    position: relative;
    padding-left: 24px;
}
.dash-list::before {
    content: "-"!important;
    position: absolute;
    left: 12px;
    top: 2px;
    color: #555;
    font-size: 1.2em;
    line-height: 1;
}

@media (max-width:799px) {
    .dash-list {
        font-size: 1.5rem;
    }
}


/* 영문 */
.jd-name-box.eng {
        display: flex;
        flex-direction: column;
        gap: 0.8rem
}
.jd-name-box .vline.eng{
    display: none;
}
.jd-box.eng li {
    flex-direction: column;
    gap: 0.6rem;
}


/* ------------------------------------------------------------------------------- */
/* [섹션4 라이브채용설명회] */

.live-area {}
.live-box {
    padding: 4.0rem;
    border-radius: 2.0rem;
    box-sizing: border-box;
    background: #E9F8FF;
    gap: 2.0rem;
}
.live-box .live-date {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: 20px;
}
.live-box .live-date li {
    padding: 3.0rem 2.6rem;
    gap: 1rem;
    border: 1px solid #005EB8;
    box-sizing: border-box;
    border-radius: 1.2rem;
    line-height: 1.4;
    text-align: center;
}
.live-box .live-date li:first-child{
    border: 0;
}
.live-box .live-date li p{
    font-size: 2.2rem;
}
.live-box .live-date li span{
    font-size: 1.8rem;
}
.qr-code {
    margin: 0 auto;
}
.qr-code img{
    width: 11.2rem;
}

@media (max-width:799px) {
.live-box {
    flex-direction: column;
    padding: 2.0rem;
    border-radius: 1.2rem;
    gap: 1.0rem;
}
.live-box .live-date {
 display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 12px;
}
.live-box .live-date li {
   padding: 2.0rem 1.6rem;
   gap: 1rem;
   border: 1px solid #005EB8;
    box-sizing: border-box;
    border-radius: 1.2rem;
    line-height: 1.4;
}

.live-box .live-date li p{
    font-size: 1.7rem;
}
.live-box .live-date li span{
    font-size: 1.5rem;
}
.live-box .qr-code img{
    width: 8rem;
}
.live-desc {
    font-size: 1.4rem;
}

}

/* ------------------------------------------------------------------------------- */
/* [섹션5 캠퍼스리쿠르팅] */
.cal-area {
    background-color: #E9F8FF;
    overflow: hidden;

  /* 상단/하단 이미지 배경 두 개 사용 */
  background-image: url("../img/bg-campus-01.png"), url("../img/bg-campus-02.png");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
    transition: .3s;
}
.cal-area .benefit-wrap h5 {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #005EB8;
    padding-bottom: 1.6rem;
    width: 100%;
    border-bottom: .1rem solid #005EB8;
}
.cal-area .benefit-wrap .benefit-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3.5rem 0;
}
.cal-area .benefit-wrap .benefit-box .box {
    width: 100%;
    background-color: #fff;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    gap: 2.6rem;
    padding: 2.8rem 3rem;
}
.cal-area .benefit-wrap .benefit-box .box .img-box {
    width: 16.6rem;
    height: 16.6rem;
    border-radius: 50%;
    background-color: #EFFAFF;
    padding: 2.4rem;
}
.cal-area .benefit-wrap .benefit-box .box span {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #005EB8;
}
.cal-area .calendar-box {
    overflow: hidden;
}
.cal-area .calendar-box .week-box {
    background-color: #005EB8;
}
.cal-area .calendar-box .week-box li {
    width: 20%;
    height: 5.6rem;
    font-family: 'Apple SD Gothic Neo';
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -0.03em;
}
.cal-area .date-box {
    border-bottom: 1px solid #005EB8;
}
.cal-area .date-box > li {
    width: 20%;
    height: 240px;
    position: relative;
}
.cal-area .date-box > li:nth-child(n+16) {
    height: 140px;
}
.cal-area .date-box > li:nth-child(16) .text-box {
    margin-top: 10px;
    margin-bottom: 0;
}
.cal-area .date-box > li:nth-child(n+17)::after {
    display: none;
}
.cal-area .date-box > li:nth-child(n+17) .in {
    background: linear-gradient(180deg, #000 0%, #111 100%);
    border-right-color: #3D3D3D;
}
.cal-area .date-box > li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 94, 184, .3);    
    position: absolute;
    top: 0;
    left: 0;
}
.cal-area .date-box > li .in {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 94, 184, .3);
    padding: 2rem 1.5rem;
    box-sizing: border-box;
}
.cal-area .date-box > li.possible .in {
    cursor: pointer;
}
.cal-area .date-box > li:nth-child(5n) .in {
    border-right: 0;
}
.cal-area .date-box > li .in .date {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -0.03em;
    color: #005EB8;
}
.cal-area .date-box > li .university-box {
    margin-top: .7rem;
    gap: .5rem;
}
.cal-area .date-box > li .university-box li {
    border-radius: 1rem;
    padding: .6rem;
}
.cal-area .date-box > li .university-box li  span {
    color: #fff;
    font-family: 'Apple SD Gothic Neo';
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-align: center;
}
.cal-area .date-box > li .university-box li .text-2 br.mb-ver {
    display: none;
}
.cal-area .date-box > li .university-box li .img-area {
    width: 100%;
}
.cal-area .date-box > li .university-box li .img-area > .img-box {
    width: 32px;
    margin: 0 auto;
}
.cal-area .date-box > li .text-box {
    margin-top: 30px;
    margin-bottom: 10px;
    gap: 4px;
    padding: 8px;
}
.cal-area .date-box > li:last-child .text-box {
    margin-top: 65px;
}
.cal-area .date-box > li .text-box .img-box {
    width: 78px;
}
.cal-area .date-box > li .text-box .text {
    font-size: 16px;
    text-align: center;
}
.cal-area .date-box > li .text-box .text br.mb-ver {
    display: none;
}


/* 지도 */
.map-area {
    max-width: 1000px;
    margin: auto;
}
.map-wrap {
    background-color: #fff;
    border-radius: 2.8rem;
    border: 1px solid #005EB8;
    margin-top: 3.4rem;
    height: 522px;
    display: flex;
    align-items: center;
    padding: 0 12.4rem;
}
.map-wrap .map {
    width: 75rem;
    margin: 0 auto;
}
.map-wrap .ico-box img {
    cursor: pointer;
}
.map-wrap .ico-box img:hover,
.map-wrap .ico-box.active img {
    content: url(../img/ico_map_active.svg);
}
.map-wrap .ico-box .map-text {
    border-radius: 8px;
    padding: 10px 10px 8px 10px;
    background-color: #005EB8;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-align: center;
    white-space: nowrap;
    display: none;
}
.map-wrap .ico-box img:hover+.map-text,
.map-wrap .ico-box.active .map-text {
    display: block;
}

/* UC Berkeley */
.map-wrap .box-1 {
    top: 173px;
    left: 134px;
}
.map-wrap .box-1 .map-text {
    right: 14px;
    top: -32px;
}
/* Stanford */
.map-wrap .box-2 {
    top: 210px;
    left: 145px;
}
.map-wrap .box-2 .map-text {
    left: 14px;
    top: -32px;
}
/* California Institute of Technology */
.map-wrap .box-3 {
    top: 285px;
    left: 195px;
}
.map-wrap .box-3 .map-text {
    right: 20px;
    bottom: -50px;
}
/* Univ. of Texas at Austin */
.map-wrap .box-4 {
    top: 390px;
    left: 436px;
}
.map-wrap .box-4 .map-text {
    right: 14px;
    top: -32px;
}
/* Texas A&M */
.map-wrap .box-5 {
    top: 370px;
    left: 470px;
}
.map-wrap .box-5 .map-text {
    right: 14px;
    top: -32px;
}
/* Georgia Institute of TechnologyM */
.map-wrap .box-6 {
    top: 306px;
    left: 682px;
}
.map-wrap .box-6 .map-text {
    left: 14px;
    bottom: -50px;
}
/* Virginia Tech */
.map-wrap .box-7 {
    top: 232px;
    left: 732px;
}
.map-wrap .box-7 .map-text {
    left: 46px;
    bottom: -22px;
}
.map-wrap .box-7 .map-text::before {
    position: absolute;
    content: '';
    background: url(../img/box-7-line.svg)no-repeat center/cover;
    right: 100%;
    width: 3rem;
    height: .8rem;
    margin-right: 4px;
    top: .8rem;
}
/* Univ. of Illinois, UC */
.map-wrap .box-8 {
    top: 197px;
    left: 577px;
}
.map-wrap .box-8 .map-text {
    right: 14px;
    top: -32px;
}
/* Purdue */
.map-wrap .box-9 {
    top: 197px;
    left: 627px;
}
.map-wrap .box-9 .map-text {
    left: 14px;
    bottom: -32px;
}
/* University of Michigan */
.map-wrap .box-10 {
    top: 128px;
    left: 642px;
}
.map-wrap .box-10 .map-text {
    right: 14px;
    top: -32px;
}
/* Carnegie Mellon */
.map-wrap .box-11 {
    top: 165px;
    left: 720px;
}
.map-wrap .box-11 .map-text {
    right: 81px;
    top: -140px;
}
.map-wrap .box-11 .map-text::before {
    position: absolute;
    content: '';
    background: url(../img/box-11-line.svg)no-repeat center/cover;
    left: 100%;
    width: 6.3rem;
    height: 12.3rem;
    margin-left: 4px;
    top: 1.3rem;
}
/* U Penn */
.map-wrap .box-12 {
    top: 200px;
    left: 765px;
}
.map-wrap .box-12 .map-text {
    left: 46px;
    top: -24px;
}
.map-wrap .box-12 .map-text::before,
.map-wrap .box-13 .map-text::before {
    position: absolute;
    content: '';
    background: url(../img/box-7-line.svg)no-repeat center/cover;
    right: 100%;
    width: 3rem;
    height: .8rem;
    margin-right: 4px;
    top: 1.2rem;
    transform: rotate(180deg) scaleX(-1);
}
/* MIT */
.map-wrap .box-13 {
    top: 130px;
    left: 810px;
}
.map-wrap .box-13 .map-text {
    left: 46px;
    top: -24px;
}
/* Cornell */
.map-wrap .box-14{
    top: 110px;
    left: 755px;
}
.map-wrap .box-14 .map-text {
    right: 14px;
    top: -32px;
}

@media (max-width:1279px) {
    .map-wrap {
        border: 0px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .map-wrap .map {
        margin: 0;
    }
    .cal-area .benefit-wrap h5 {
        font-size: 2.2rem;
        padding-bottom: .8rem;
    }
}

@media (max-width:799px) {
    .map-area {
        border: none;
    }
    .cal-area .benefit-wrap .benefit-box .box {
        flex-direction: column;
        gap: 1.7rem;
        border-radius: 1.3rem;
        padding: 1.5rem 2rem 2rem;
    }
    .cal-area .benefit-wrap .benefit-box .box .img-box {
        width: 10.8rem;
        height: 10.8rem;
        padding: 1.6rem;
    }
    .cal-area .benefit-wrap .benefit-box .box span {
        text-align: center;
        font-size: 1.5rem;
    }
    .cal-area .date-box > li {
        height: 14rem;
    }
    .cal-area .date-box > li::after {
        background: #005EB8;
    }
    .cal-area .date-box > li .university-box li span.text-2  {
        display: none;
    }
    .cal-area .date-box > li .university-box li {
        border-radius: 2rem;
    }
    .cal-area .date-box > li .university-box li span {
        font-size: 1.2rem;
    }
    .cal-area .calendar-box .week-box li {
        font-size: 1.5rem;
        height: 4.4rem;
    }
    .cal-area .date-box > li .in {
        padding: 0;
        padding-top: .8rem;
        border: none;
    }
    .cal-area .date-box > li .in .date {
        font-size: 1.3rem;
        margin-left: .8rem;
    }
    .cal-area .benefit-wrap h5 {
        font-size: 1.5rem;
        padding-bottom: 0;
    }
}
@media (max-width:580px) {
    .cal-area .date-box > li .university-box li {
        border-radius: 1.2rem;
        padding: 0.4rem;
    }
    .cal-area .date-box > li {
        height: 16rem;
    }
    .cal-area .date-box > li .university-box li span {
        font-size: 1.0rem;
        /* word-break: break-all; */
    }
}

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


/* [섹션7 문의] */
.doosan-info-area {
    max-width: 86rem;
    margin: 0 auto;
}

.info-box {
    background: #DCF3FF;
    padding: 3.2rem 2rem;
    flex-wrap: wrap;
    gap: 4.0rem;
    box-sizing: border-box;
}

.info-box img {
    height: 2.4rem;
}

.info-text-wrap {
    gap: 2.0rem
}

.info-text {
    gap: 1.6rem;
}

.info-text span:first-child {
    width: 10rem;
    text-align: left;
}

.info-text span {
    gap: 1.6rem;
    font-size: 1.8rem
}

.Hline {
    width: 1px;
    background: #aaa;
    height: 6rem;
}


@media(max-width:799px) {
    .section3 {
        padding: 0 2rem 10rem 2rem;
    }
    .info-box {
        flex-direction: column;
        text-align: center;
        gap: 1rem
    }
    .info-text span:first-child {
        width: 12rem;
    }

    .info-text-wrap {
        gap: 1.2rem;
        margin-top: 2.0rem;
    }

    .Hline {
        display: none;
    }

    .info-text {
        gap: 1.2rem;
    }

    .info-text span:first-child {
        width: 6rem;
        text-align: left;
    }

    .info-text span {
        gap: 1rem;
        font-size: 1.5rem
    }

}

/* 푸터 */
.footer {
    background: #005EB8;
    border-top: 1px solid #DCF3FF;
}
.footer .marquee-wrapper {
    margin-bottom: 0;
}
.footer-inner {
    max-width: 860px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left img {
    height: 24px;
}

.footer-right {
    font-size: 1.3rem;
    color: #aaa;
}

@media(max-width:768px) {
    .footer {
        display: none;
    }
    /* .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-left img {
        height: 16px;
    } */

}

/* //푸터 */

/* 모달 */
.modal-area {
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9;
}
.modal-area.active {
    display: block;
}
.modal-area .modal {
    display: none;
}
.modal-area .modal.active {
    display: block;
}
.event-modal {
    background: #fff;
    width: 650px;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 48px;
    z-index: 99;
}
.event-modal .x-btn {
    width: 20px;
    top: 36px;
    right: 36px;
}
.event-modal .top-box {
    gap: 1.2rem;
    align-items: center;
}
.event-modal .top-box h1{
    margin-top: 0.3rem;
    font-weight: 500;
}
.event-modal .top-box .logo-box {
    width: 167px;
}
.event-modal {
    margin-top: 20px;
}
.event-modal .accordion.first {
    margin-top: 36px;
}
.event-modal .accordion-header {
    padding: 20px;
    font-size: 1.7rem;
}
.event-modal .accordion-header:first-child {
    margin-top: 0;
    background: #fff;
}
.event-modal .accordion.open .accordion-header {
    background: #005EB8;
    font-size: 1.9rem;
}
.event-modal .accordion.open .accordion-body {
    padding: 2.4rem 3.2rem;
    background-color: #fff;
    border-color: #005EB8;
}
.event-modal .accordion-body .text-box h3,
.event-modal .accordion-body .text-box p,
.event-modal .accordion-body .text-box p b {
    font-size: 18px;
}
.event-modal .accordion-body .text-area {
    gap: 16px;
}
.event-modal .accordion-body .text-area > .text-box {
    gap: 8px;
}

@media (max-width:767px) {
    .event-modal {
        width: 360px;
        padding: 2rem;
        border-radius: .5rem;
        background: linear-gradient(130deg, #E9F8FF 22%, #B8E6FB 70%);
    }
    .event-modal .top-box .logo-box {
        width: 8.4rem;
    }
    .event-modal .x-btn {
        width: 20px;
        top: 18px;
        right: 20px;
    }
    .event-modal .top-box {
        gap: 12px;
    }
    .event-modal .top-box > h1 {
        font-size: 14px;
    }
    .event-modal .accordion.first {
        margin-top: 16px;
    }
    .event-modal .accordion-header:first-child {
        font-size: 1.3rem;
        padding: 1rem;
    }
    .event-modal .accordion-header {
        padding: 12px 16px;
    }
    .event-modal .accordion.open .accordion-header {
        font-size: 1.5rem;
    }
    .event-modal .accordion-header::after {
        transform: scale(0.6);
        margin-right: -5px;
    }
    .accordion.open .accordion-header::after {
        transform: scale(0.6) rotate(180deg);
    }
    .event-modal .accordion.open .accordion-body {
        padding: 1.6rem;
    }
    .event-modal .accordion-body .text-area > .text-box {
        gap: .4rem;
    }
    .event-modal .accordion-body .text-box h3, .event-modal .accordion-body .text-box p, .event-modal .accordion-body .text-box p b {
        font-size: 1.4rem;
    }
    .event-modal .accordion-body .text-area span.campus-date {
        font-size: 1.4rem;
    }

}

/* 영상 모달 */
.modal-area-2 {
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9;
}
.modal-area-2.active {
    display: block;
}
.modal-area-2 .modal {
    display: none;
}
.modal-area-2 .modal.active {
    display: block;
}
.modal-area-2 .close-btn {
    width: 24px;
    top: 32px;
    right: 36px;
}
.modal-area-2 .clpse-btn {
  width: 36px;
  top: 32px;
  right: 32px;
  background-color: transparent;
  filter:invert(1);
}
.video-modal {
    width: 90rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-modal h1 {
    margin-top: 6.0rem;
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    word-break: keep-all;
}
.video-modal .youtube-box {
    margin-top: 2.8rem;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 56.25%;
}
.video-modal .youtube-box iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width:1320px) {
    .modal-area-2 .x-btn {
        /* width: 52rem; */
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 11.6rem;
    }
    .video-modal {
        width: 58.0rem;
    }
    .video-modal h1 {
        font-size: 2.4rem;
    }
    .video-modal .youtube-box {
        margin-top: 20rem;
    }
    .modal-area-2 .close-btn {
        width: 2.8rem;
    }
}

@media (max-width:768px) {
    .modal-area-2 {
        padding: 4.0rem;
    }
    .modal-area-2 .x-btn {
        bottom: 6.8rem;
    }
    .video-modal {
        width: calc(100% - 40px);
    }
    .video-modal h1 {
        margin-top: 3.2rem;
        font-size: 1.3rem;
    }
    .video-modal .youtube-box {
        margin-top: 1.8rem;
    }
    .modal-area-2 .close-btn {
        width: 3.2rem;
        top: 3.2rem;
        right: 3.2rem;
    }
}

@media (max-width:590px) {
    .modal-area-2 {
        padding: 2.0rem;
    }
    .modal-area-2 .close-btn {
        width: 2.4rem;
        top: 2.0rem;
        right: 2.0rem;
    }
}


.floating-btn {
    /* bottom: 220px; */
    bottom: 40px;
    right: 40px;
    background-color: #fff;
    border: 2px solid #005EB8;
    box-shadow: 0 4px 20px rgba(255, 255, 255, .25);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 16px;
    color: #005EB8;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.floating-btn:hover{
    background: #E9F8FF;

}
.floating-btn.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width:580px) {
    .floating-btn {
        width: 68px;
        height: 68px;
        font-size: 13px;
        right: 20px;
    }
}

.move-updown {
  animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);   /* 원래 위치 */
  }
  50% {
    transform: translateY(-20px); /* 위로 20px 이동 */
  }
}


/* 언어 변경 */
.language_area{position: relative;z-index: 1}
.language_area a.btn_lang_select{
    display: inline-block;
    font-size: 13px;
}

.language_area a.btn_lang_select img {
    display: inline-block; vertical-align: middle;
    /* padding-right: 4px; */
    margin-top: -4px;
    width: 24px; height: 24px;
}

.language_area .lang_dropdown {
    /* width: 88px; */
    position: absolute;
    top: -10px; left: 0;
    background: #004c93;
    height: 72px;
    display: none;
    border-radius:0.8rem;
}
.language_area .lang_dropdown ul li{

}
.language_area .lang_dropdown ul li a{
    font-size: 13px;text-align: center;
    color: #fff;
    display: block;
    width: 100%; height: 36px;
    line-height: 38px;
    padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.language_area .lang_dropdown ul li a span{position: relative;display: inline-block;line-height: 1}
.language_area .lang_dropdown ul li a.on span:before{
    content: '';
    position: absolute;left: 0;
    bottom: -6px;
    width: 100%;height: 1px;
    background: #fff;
}
.language_area .lang_dropdown ul li a:hover{
    background: #005EB8;
    border-radius:0.8rem;
}
.lnb_lang_inner {
    gap: 3.2rem
}

@media (max-width:580px) {
    .language_area {
        margin-top: 2rem;
    }
}