
/**
* OLYM Cascading Style Sheets
* File Name : main.css
* Description : 메인 스타일시트
* Author : Web business Team / Choi Hyun Mi
* Email : desingtj@olym.co.kr
* Date : 2023.10.12
* Update : 2023.10.18
* Copyright(c) 2023 OLYM Communications. All Rights Reserved.
*/
/* main */
#main { position:relative; margin-top: -100px;}
#main .swiper-container1 { position: relative;}
#main .swiper-slide { height:100vh; display: flex; align-items: flex-end; padding-bottom: 8%; box-sizing: border-box; background-size: auto 100%; background-position: center; background-repeat: no-repeat;}

/* [260508]back */
/* #main .bg1 { background-image:url("/project/design/main/bg_main1.jpg");}
#main .bg2 { background-image:url("/project/design/main/bg_main2.jpg");} */
/* #main .bg3 { background-image:url("/project/design/main/bg_main7.jpg");}
#main .bg4 { background-image:url("/project/design/main/bg_main8.jpg");}
#main .bg5 { background-image:url("/project/design/main/bg_main9.jpg");}
#main .bg6 { background-image:url("/project/design/main/bg_main6.jpg");} */

#main .bg3 { background-image:url("/project/design/main/rise_main1.webp");}
#main .bg4 { background-image:url("/project/design/main/rise_main2.webp");}
#main .bg5 { background-image:url("/project/design/main/rise_main3.webp");}
#main .bg6 { background-image:url("/project/design/main/rise_main4.webp");}

/* [260508]back */
/* @keyframes bg {
  from {background-size: auto 110%;}
  to {background-size: auto 100%;}
}
#main .swiper-slide-active { animation:bg 5s ease-in-out; } */

/* [260508] 슬라이드 흔들림 수정*/
@keyframes bg {
  from { background-size: auto 110%; }
  to { background-size: auto 101%; }
}

#main .swiper-slide-active { 
  animation: bg 7s ease-in-out forwards; 
  will-change: background-size; /* 브라우저에게 미리 준비시킴 */
  backface-visibility: hidden;  /* 미세 떨림 방지 */
}

#main .swiper-pagination1 { position:absolute; bottom: 105px; z-index:2000; width: 100%; text-align:right; }
#main .swiper-pagination-bullet { position: relative; width:80px; height:3px; background:#FFFFFF; opacity:0.3; margin:0 15px; border-radius: 0% !important; }
#main .swiper-pagination-bullet-active { opacity:1;}
#main .num { position: absolute; left: 0; bottom: 15px; font-size: 13px !important; font-weight: 800; color: #FFFFFF; border: none !important; padding: 0 0 !important;}

#main .wrap_box .main_tit { display: inline-block; font-weight: 700; color:#fff; font-size:20px; border:2px solid #fff; border-radius: 30px; padding: 10px 20px;}
#main .wrap_box .main_desc { font-weight: 500; font-size: 43px; line-height: 1.4em; color: #fff; margin: 30px 0 0 10px;}


.scrollbar_control { position: absolute; bottom: 0; left: 0; width: 100%; height: 6px; display: flex; align-items: center; justify-content: space-between; z-index: 1000;}
.swiper-scrollbar { width: 100%; height: 6px; background: rgba(0, 0, 0, 0.3); }
.timer-swiperAfter { background: #395DB2; height: 100%; width: 0; display: block; }
.timer-swiperAfter.active { width: 100%; transition: 5s all;}

#container h2 { font-weight: 600; font-size: 30px; color: #333; margin-bottom: 20px;}
#container .btn_more { position: absolute; top: 10px; right: 5px; color: #AEAEAE; font-size: 38px;}
#container .no_list {background-color: #f9f9f9; border-radius: 20px 20px 20px 40px;display: flex; justify-content: center; align-items: center;}
.notice_box .no_list, .busi_box .no_list { height: 250px;}
.news_box .no_list { height: 420px;}

.section1 { display: flex; gap: 3%; padding: 120px 0;}
.notice_box {width: 54%; position: relative;}

.notice_box .list { display: flex; gap: 30px;}
.notice_box .list .item { flex: 1; border: 1px solid #E3E3E3; border-radius: 20px 20px 20px 40px; padding: 45px 45px 35px 45px;}
.notice_box .list .item .p_desc1 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 18px; font-weight: 600; color: #333;}
.notice_box .list .item .p_desc2{ min-height: 70px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color:#686868; margin:20px 0;}
.notice_box .list .item .p_desc3 { text-align: right; font-weight: 700; color: #395DB2;}
.notice_box .list .item:hover { border: 1px solid #395DB2;}
.notice_box .list .item:hover .p_desc1 { color: #395DB2;}

.busi_box { width: 43%; position: relative; display: flex; flex-direction: column;}
.busi_box .item { flex: 4; background-color: #F1F6FF; display: block; border-radius: 20px 50px 20px 20px; padding: 45px 45px 35px 45px;}
.busi_box .item .top { display: flex; gap: 30px; align-items: center;}
.busi_box .item .top .left { border-radius: 100%; width: 106px; height: 106px; background-color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.busi_box .item .top .left .year { font-family: "GmarketSansMedium"; color:#9D9D9D; font-size: 12px;}
.busi_box .item .top .left .day {font-family: 'GmarketSansBold'; color: #333; font-size: 32px; line-height: 1.2em;}
.busi_box .item .top .right { width: calc(100% - 136px);}
.busi_box .item .top .right .p_desc1 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 20px; font-weight: 600; color: #333;}
.busi_box .item .top .right .p_desc2 { background-color: #fff; border-radius: 30px; overflow: hidden; padding-right: 20px; display: inline-block; color: #395DB2; font-weight: 600; margin-top: 10px; border: 1px solid #fff;}
.busi_box .item .top .right .p_desc2 span { display: inline-block; background-color: #1E327D; color: #fff; padding: 4px 15px 4px 20px; font-weight: 600; margin-right: 10px;}
.busi_box .item .p_desc3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #686868; margin-top: 30px;}
.busi_box .item:hover { background-color: #1E327D;}
.busi_box .item:hover .top .right .p_desc1 {color: #fff;}
.busi_box .item:hover .p_desc3 { color: #fff;}

.rise_box { background: url("/project/design/main/bg_rise.jpg") no-repeat center top / cover; padding: 90px 0;}
.rise_box .wrap_box { display: flex; gap: 20px; align-items: center; justify-content: space-around;}
.rise_box .left .top { display: flex; gap: 20px; align-items: flex-end;}
.rise_box .left .top .p_desc1 { color: #fff; font-weight: 700; font-size: 20px; margin-bottom: 30px;}
.rise_box .left .top .p_desc1 span { font-weight: 700; color: #FF783E;}
.rise_box .left .p_desc2 { color: rgba(255,255,255,0.5); font-size: 16px; font-weight: 300;}
.rise_box .right ul { display: flex; gap: 36px;}
.rise_box .right ul > li > a { width: 210px; height: 210px; border-radius: 10px; background-color: rgba(0,12,46,0.3); display: flex; flex-direction: column; gap: 20px; align-items: center; justify-content: center;}
.rise_box .right ul > li > a:hover { transform: translate(-5px, -5px);}
.rise_box .right ul > li > a > p { color: #fff; font-size: 19px;}

.section2 { display: flex; gap: 3%; padding: 120px 0; }
.section2 .left { width: 54%; display: flex; gap: 30px; }

.news_box { flex: 1; position: relative;  flex-direction: column; height: 100%;}
.news_box .news_list { display: flex; gap: 30px;}
.news_box .item { flex: 4; display: flex; border-radius: 20px; overflow: hidden; position: relative; height: 100%;}
.news_box .item img { width: 100%; height: 420px; overflow: hidden; object-fit:cover; position: relative;}
.news_box .item .desc_box { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); position: absolute; left: 0; right: 0; bottom: 0; padding: 45px; border-radius: 20px; display: flex; flex-direction: column; justify-content: flex-end; height: 50%; transition: all 0.3s ease;}
.news_box .item:hover .desc_box { height: 100%; }
.news_box .item .desc_box .p_desc1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #fff; font-size: 22px; font-weight: 500; margin-bottom: 20px;}
.news_box .item .desc_box .p_desc2 {color: #fff; font-weight: 600;}
.news_box .item::after { opacity: 0; position: absolute; top: 50%; left: 50%; display: flex; justify-content: center; align-items: center; content: "\EA70"; font-family: remixicon; font-size:26px; color: #fff; width: 80px; height: 80px; background-color: rgba(255,120,62,0.9); border-radius: 100%; z-index: 1100; transform:translate(-50%, -50%);transition: all 0.3s ease;}
.news_box .item:hover::after{ opacity: 1;}

.map_box { width: 43%; position: relative;}
.map_box .img_box { position: relative; border-radius: 20px; overflow: hidden !important;}

.map_box .img_box .cont { display: none !important; }
.map_box .img_box .wrap_controllers.hide { display: none;}
.map_box .img_box .map_border { display: none;}
.map_box .desc_box { z-index: 1000; background-color: #fff; position: absolute; bottom: 0; right: 0; padding: 30px 50px 30px 40px; border-radius: 20px 0 0 0 ; display: flex; gap: 20px; align-items: center;}
.map_box .desc_box i { width: 45px; height: 45px; border-radius: 10px; background-color: #F3F3F3; display: flex; align-items: center; justify-content: center; font-size: 30px;}
.map_box .desc_box h3 { font-weight: 600; color: #333; font-size: 17px;}
.map_box .desc_box p { color: #808080;}
.root_daum_roughmap .wrap_map { height: 100%; }


@media all and (max-width: 1440px) {
  #main .wrap_box .main_desc { font-size: 35px;}
  #container h2 { font-size: 26px;}
  .section1 { flex-direction: column; gap: 20px; padding: 80px 0; }

  .notice_box { width: 100%;}
  .notice_box .list .item { padding: 35px 35px 25px 35px; }

  .busi_box { width: 100%;}
  .busi_box .item { padding: 35px 35px 25px 35px; }
  .busi_box .item .top { gap: 20px;}
  .busi_box .item .top .left { width: 90px; height: 90px;}
  .busi_box .item .top .left .year { padding-top: .8em;}
  .busi_box .item .top .left .day { font-size: 30px;}

  .rise_box { padding: 70px 0;}
  .rise_box .left .top > img { height: 120px;}
  .rise_box .left .top .p_desc1  { font-size: 18px;}
  .rise_box .left .p_desc2 { font-size: 14px;}
  .rise_box .right ul { gap: 30px;}
  .rise_box .right ul > li > a { width: 180px; height: 180px;}
  .rise_box .right ul > li > a > img { height: 80px;}
  .rise_box .right ul > li > a > p { font-size: 16px;}

  .section2 { padding: 80px 0;}
  .news_box .item .desc_box { padding: 20px;}
  .map_box .desc_box { left: 10%;}
}

@media all and (max-width: 1260px) {
  #main .swiper-pagination-bullet { width: 70px; height: 2px; margin: 0 5px;  }
  #main .wrap_box .main_tit { font-size: 1.4em;}
  #main .wrap_box .main_desc { font-size: 2em;}
  #main .swiper-slide { height: 0%; padding-top : calc(400/1260*100%);}
  #container h2 { margin-bottom: 15px;}
  .section1 {padding: 50px 0;}

  .notice_box .list .item { padding: 20px 30px;}
  .notice_box .list .item .p_desc1 { font-size: 1.2em;}
  .notice_box .list .item .p_desc2 { font-size: .9em;}
  .busi_box .item { padding: 20px 30px; }
  .rise_box { padding: 40px 0; background-position: left top; }
  .rise_box .wrap_box { flex-direction: column;}
  .rise_box .left .top { flex-direction: column; align-items: self-start; gap: 0px;}
  .rise_box .left .top .p_desc1 { margin-bottom: 10px;}
  .rise_box .right ul > li > a { width: 150px; height: 150px;}
  .rise_box .right ul > li > a > img { height: 70px;}
  .rise_box .right ul > li > a > p { font-size: 1em;}

  .section2 { padding: 50px 0; flex-direction: column; gap: 20px;}
  .section2 .left { width: 100%;}
  .news_box .item img { min-height: auto;}
  .news_box .item .desc_box .p_desc1 { font-size: 1.2em;}
  .map_box { width: 100%; }
  
  .root_daum_roughmap_landing { width: 100% !important;}
  .root_daum_roughmap .wrap_map { height: 350px !important; }
}

@media all and (max-width: 750px) {
  #main .main_txt { padding-bottom: 6%; }
  #main .num { bottom: 8px;}
  #main .wrap_box .main_tit { position: absolute; left: 50%; bottom: 100%; transform: translate(-50%); font-size: 1em; }
  #main .wrap_box .main_desc { text-align: center; font-size: 1.6em; margin: 20px 0 0 0;}
  #main .swiper-pagination1 { bottom: 30px; text-align: center;}
  #main .swiper-pagination-bullet { width: 50px; height: 2px; margin: 0 5px;  }

  #container h2 { font-size: 1.5em;}
  #container .btn_more { font-size: 30px; top: 2px;}
  .section1 { padding: 30px 0;}
  
  .notice_box .list { flex-direction: column; gap: 20px;}
  .notice_box .list .item .p_desc1 { font-size: 1.05em;}
  .notice_box .list .item .p_desc2 { margin: 10px 0;}

  .map_box .desc_box { padding: 25px 35px;}
  .map_box .desc_box h3 { font-size: 16px;}
}

@media all and (max-width: 550px) {
  .p_br { display: none;}
  #main .wrap_box .main_desc { font-size: 1.4em; padding: 0 20px;}
  #main .swiper-slide { padding-top : calc(2.8/3*100%);}
  #main .main_txt { padding-bottom: 14%; }

  /* #main .bg1 { background-position: 50% bottom; }
  #main .bg2 { background-position: 35% bottom; } */
  #main .bg3 { background-position: 50% bottom; }
  #main .bg4 { background-position: 50% bottom; }
  #main .bg5 { background-position: 50% bottom; }
  #main .bg6 { background-position: 50% bottom; }

  .busi_box .item .top { gap: 10px;}
  .busi_box .item .top .left { width: 90px; height: 70px;}
  .busi_box .item .top .left .year { font-size: 10px;}
  .busi_box .item .top .left .day { font-size: 23px;}
  .busi_box .item .top .right { width: 100%;}
  .busi_box .item .top .right .p_desc1 { font-size: 1em;}
  .busi_box .item .top .right .p_desc2 { font-size: 10px;}
  .busi_box .item .p_desc3 { font-size: .9em; margin-top: 15px !important;}

  .rise_box { background-position: -150px top; }
  .rise_box .left .top > img { height: 90px; margin-bottom: -10px;}
  .rise_box .left .top .p_desc1 { font-size: 1.1em;}
  .rise_box .left .p_desc2 { font-size: 13px;}
  .rise_box .right ul { gap: 10px;}
  .rise_box .right ul > li { display: flex; align-items: center;}
  .rise_box .right ul > li > a { width: 115px; height: 130px;}
  .rise_box .right ul > li > a > img { height: 55px;}
  .rise_box .right ul > li > a > img:nth-child(3){ border: 1px solid red;}
  .rise_box .right ul > li > a > p { font-size: .85em; text-align: center;}
  
  .news_box .item img { height: 350px;}

  .section2 { gap: 20px;}
  .section2 .left { flex-direction: column; gap: 20px;}
  
  .news_box .news_list { flex-direction: column; gap: 20px;}

  .root_daum_roughmap .wrap_map { height: 300px !important;}
  .map_box .desc_box { padding: 15px 10px 15px 20px; left: 15%;}
  .map_box .desc_box h3 { font-size: 1em;}
  .map_box .desc_box p { font-size: .8em;}
}

@media all and (max-width: 450px) {
  body { letter-spacing: -0.02em;}
  .notice_box .list .item { padding: 35px 35px 30px 35px;}
  .notice_box .list .item .p_desc2 { min-height: auto;} 
  .busi_box .item { padding: 30px 25px 30px 35px;}
  .busi_box .item .top .right .p_desc1 { padding-right: 15px;}
  .busi_box .item .top .right .p_desc2 { padding-right: 10px;}
  .busi_box .item .top .right .p_desc2 span{ padding: 4px 10px 4px 10px; margin-right: 4px;}

  .news_box .item .desc_box .p_desc1 { font-size: 1em;}
  .news_box .item .desc_box .p_desc2 { font-size: .9em;}
  
  .map_box .desc_box p { font-size: .8em;}
}