@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
/* 메인페이지 */
.fp-scroller::-webkit-scrollbar {
    width: 5px;
}

.fp-scroller::-webkit-scrollbar-thumb {
    background: #344b69;
    outline: none;
}

.visual {
    height: 100vh;
    position: relative;
}

/* .visual.active .fp-scrollable{ height: 100% !important;   position: sticky; overflow: unset;}
.visual.active .fp-scrollable .fp-scroller{height: 100%} */
.visual .swiper-container {
    height: 100%;
}

.visual .swiper-container .swiper-slide {
    width: 100%;
}

.visual .swiper-container .swiper_arrow {
    position: absolute;
    top: 72%;
    left: 60px;
    width: 100%;
    z-index: 1;
}

.visual .swiper-container .swiper_arrow .container {
    position: relative;
    display: flex;
    height: auto;
    padding: 0;
}

.visual .swiper-container .swiper_arrow .container .swiper-button-prev,
.visual .swiper-container .swiper_arrow .container .swiper-button-next {
    position: static;
}

.visual .swiper-container .swiper_arrow .container .swiper-button-next {
    margin-left: 30px;
}

.visual .swiper-container .swiper_arrow .container>div i {
    color: #fff;
    font-size: 28px;
}

.visual .bg_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 13, 67, .2);
}

.visual .video_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.visual .video_wrap .video_layout {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translate(-50%, -50%);
}

.visual .video_wrap .video_layout video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visual .video_wrap .video_layout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visual .visual_content {
    display: flex;
    align-items: baseline;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;    
}

/*
.visual .visual_content {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #000;
    background: url(/upload/10/service/a/18_10/homepage/images/main_bg_check.png) repeat, url(/upload/10/service/a/18_10/homepage/images/main_bg_gradiant.png) repeat-x;
    z-index: 1;
}
*/

.visual .visual_content .container {
    position: relative;
    height: 100%;
    padding: 13% 20px 0 20px;
}

.visual .visual_content .container .txt_box {
    padding: 0 0 0 15px;
    opacity: 0;
}

.visual .visual_content .container .txt_box h2 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    letter-spacing: -1px;
    font-family: 'S-CoreDream-3Light';
}

.visual .visual_content .container .txt_box h2 span {
    padding-left: 20px;
    display: block;
    font-family: 'S-CoreDream-3Ligh';
}

.visual .visual_content .container .txt_box h2 strong {
    font-size: 90px;
    font-weight: 700;
    display: block;
}

.visual .visual_content .container .txt_box .txt_en {
    font-size: 30px;
    color: #fff;
    line-height: 1.6;
    padding-left: 25px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}
.visual .visual_content .container .txt_box .txt {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    padding-left: 25px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}
.visual .visual_content .container .txt_box .txt .m_br {
    display: none;
}

.visual .visual_content .container .txt_box .txt span {
    display: block;
    padding-left: 0;
}
@media (max-width: 760px) {
    .visual .visual_content .container .txt_box h2 span, .visual .visual_content .container .txt_box .txt  {
        padding-left: 1px;
    }
    .visual .visual_content .container .txt_box .txt_en {
        font-size: 20px;
        padding-left: 1px;
    }
}


.visual .visual_content .container .txt_box3 h2 {
    font-size: 75px;
    font-weight: 500;
}

.visual .visual_content .container .txt_box3 h2 span {
    padding: 0;
    font-weight: 600;
}

.visual .visual_content .visual_btn {
    position: absolute;
    display: flex;
    align-items: center;
    margin: 150px 0 0 42px;
    z-index: 1;
}

.visual .visual_content .visual_btn .visual_link1 {
    display: block;
    text-align: center;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s;
    box-shadow: 8.8px 12px 24px 0px rgb(0 0 0 / 20%);
    letter-spacing: -1px;
}

.visual .visual_content .visual_btn .visual_link2 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all .3s;
    margin-left: 50px;
    position: relative;
}

/* .visual .visual_content .visual_btn .visual_link2:after{content: ''; display: block; position: absolute; bottom: -6px; right: -47px; width: 30px; height: 1px; border-top:1px solid #fff; transform: rotate(45deg);} */
.visual .visual_content .visual_btn .visual_link2:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/upload/10/service/a/18_10/homepage/images/arrow_r.png) no-repeat 100% 100%;
    bottom: -19px;
    right: -71px;
    width: 200px;
    height: 14px;
}

.visual .visual_content .visual_btn .visual_link01 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all .3s;    
    position: relative;
    margin-left: 50px;
    opacity: 1;
}

.visual .visual_content .visual_btn .visual_link01:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/upload/10/service/a/18_10/homepage/images/arrow_r.png) no-repeat 100% 100%;
    bottom: -10px;
    width: 115%;
    height: 14px;
    opacity: 1;
}

.visual .visual_content .visual_btn .visual_link02 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all .3s;    
    position: relative;
    margin-left: 60px;
    opacity: 0.5;
}

.visual .visual_content .visual_btn .visual_link02:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/upload/10/service/a/18_10/homepage/images/arrow_r.png) no-repeat 100% 100%;
    bottom: -10px;
    width: 120%;
    height: 14px;
    opacity: 0.5;
}

.visual .visual_content .visual_btn .visual_link1:hover {
    color: #fff;
    background: #323eb6;
    border: 1px solid #323eb6;
}

.visual .visual_content .visual_btn .visual_link2:hover:after {
    animation: arrow_btn2 0.7s ease-in-out infinite;
}

.visual .visual_content .visual_btn .visual_link01:hover, .visual .visual_content .visual_btn .visual_link02:hover {
    opacity: 1;
}

.visual .visual_content .visual_btn .visual_link01:hover:after, .visual .visual_content .visual_btn .visual_link02:hover:after {
    animation: arrow_btn01 0.7s ease-in-out infinite;
    opacity: 1;
}

/* .visual .visual_content .visual_btn .visual_link2:hover:before{animation: arrow_btn 0.7s ease-in-out infinite;}
.visual .visual_content .visual_btn .visual_link2:hover:after{animation: arrow_btn2 0.7s ease-in-out infinite;} */
.visual .visual_content .container .swiper_arrow {
    position: relative;
}

/* 
.visual .visual_content .visual_list {
    position: absolute;
    right: 40px;
    top: 55%;
    transform: translateY(-55%);
}
*/ 

.visual .visual_content .visual_list {
    position: absolute;
    top: auto;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    animation-name: fadeInDown;
}   

.visual .visual_content .visual_list ul {
    display: flex;
    gap: 0 100px;   
}

.visual .visual_content .visual_list ul li {
    background: url(/upload/10/service/a/14_10/homepage/images/q_box_off_2.png) no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    width: 140px;
    height: 164px;
    transition: all .3s;
}

/* .visual .visual_content .visual_list ul li:hover{background: navy; transform: translateY(-10px)} */
.visual .visual_content .visual_list ul li:hover {
    background: url(/upload/10/service/a/14_10/homepage/images/q_box.png) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
}

.visual .visual_content .visual_list ul li:hover a {
    transform: rotate(-90deg);    
}

/* .visual .visual_content .visual_list ul li:hover a{transform: rotate(0) !important;}
.visual .visual_content .visual_list ul li:hover:after{border-top: 25px solid navy;  border-left: 50px solid transparent; border-right: 50px solid transparent;}
.visual .visual_content .visual_list ul li:hover:before{border-bottom: 25px solid navy;border-left: 50px solid transparent; border-right: 50px solid transparent;} */
.visual .visual_content .visual_list ul li:last-child {
    margin-bottom: 0;
}

.visual .visual_content .visual_list ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

/* .visual .visual_content .visual_list ul li:before{content: ""; position: absolute;top: -25px;left: 0;width: 0;height: 0; transition: all .3s;border-left: 50px solid transparent;border-right: 50px solid transparent;border-bottom: 25px solid pink;}
.visual .visual_content .visual_list ul li:after{content: ""; position: absolute;bottom: -25px;left: 0;width: 0;height: 0; transition: all .3s;border-left: 50px solid transparent;border-right: 50px solid transparent;border-top: 25px solid pink;} */
.visual .visual_content .visual_list ul li a:hover {
    background: transparent;
}

.visual .visual_content .visual_list ul li a p {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.5px;
    transition: all .3s;
}

.visual .visual_content .visual_list ul li a svg {
    width: 34%;
}

.visual .visual_content .visual_list ul li a svg .cls-1 {
    stroke: none;
    fill: #fff;
}

.visual .visual_content .visual_list ul li:nth-child(3) a svg .cls-1 {
    stroke: #fff;
    fill: none;
}

.visual .visual_content .visual_list ul li:hover a p {
    color: #fff;
}

.visual .visual_content .visual_list ul li:hover a svg .cls-1 {
    stroke: none;
    fill: #fff;
}

.visual .visual_content .visual_list ul li:nth-child(3):hover a svg .cls-1 {
    stroke: #fff;
    fill: none;
}

.visual .visual_content .visual_list ul li a img {
    width: 30px;
    transition: all .3s;
}

.visual .visual_content .visual_list ul li:nth-child(2) a img {
    width: 35px;
}

.scroll{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll a{
    padding-top: 55px; position: relative; font-size: 1rem; letter-spacing: 2px; color: #fff;
}
.scroll a span{
    position: absolute;
    top: 0;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    border: 2px solid #fff;
    border-radius: 16px;
}

.scroll a span::before {
    opacity: 0;
    position: absolute;
    top: 8px;
    right: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    animation: down 1.2s linear infinite;
  }

  @keyframes down {
    0% {
      opacity: 0;
      top: 8px;
    }
    5% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      top: 38px;
    }
  }
/* 뉴스 */
.main_content .container h2 {
    font-size: 48px;
    align-items: center;
    position: relative;
    color: #222;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Roboto', sans-serif;
}


.news .container h2 {
    color: #fff;
}

/* .main_content .container .num_box {
    display: flex;
    align-items: center;
    width: 300px;
    margin: 0 auto 0 auto;
    justify-content: center;
}

.main_content .container .num_box .tit_num {
    display: block;
    font-size: 28px;
    position: relative;
    color: #121958;
    font-weight: 300;
    position: relative;
    text-align: left;
}

.main_content .container .num_box .var {
    width: 135px;
    height: 1px;
    background: #121958;
    display: block;
    margin-left: 20px;
} */

/* .main_content .container h2 .tit_num::after{content: ''; position: absolute; display: block; right:119px; top: 50%; transform: translateY(-50%); width: 135px; height: 1px; background: #121958;} */
/* .main_content .container h2:before{content: ''; display: block; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 4px; height: 21px; background: #ff8a26; transform: skewX(-25deg);} */
.main_content .container .news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    background: #f3f3f3
}

.main_content .container .s_tit {
    font-size: 17px;
    color: #666;
    text-align: center;
    padding-top: 25px;
    line-height: 1.5;
}

.main_content .container .s_tit br.news_br {
    display: none;
}

.news {
   background: url("/upload/10/service/a/18_10/homepage/images/news_bg.jpg") no-repeat 50% 50%;
   background-size: cover;
}

.news .container {
    max-width: 1280px;
}
.news .container .academic_news {
    display: flex;
    margin-top: 1.875rem;
    overflow: hidden;
    height: 660px;
}


.news .container .academic_news > li {
}
.news .container .academic_news > li.notice_list{
    /* display: flex;
    justify-content: space-between; */
    width: 50%;
}
.news .container .academic_news > li.news_list{
    /* display: flex;
    justify-content: space-between; */
    width: 49%;
}

.news .container .academic_news li.notice_list.active{
    transition: opacity .3s;
    animation-name: fadeInLeft;
    animation-fill-mode: both;
    animation-duration: 1s !important;
}

.news .container .academic_news .academic_news_notice {
    width: 100%;
    padding: 41px 20px;
    background-color: white;
}

.news .container .academic_news .academic_news_notice{display: flex; justify-content: space-between; flex-direction: column;}

.news .container .academic_news .academic_news_notice .tabmenu ul{display: flex; gap: 0 15px;}
.news .container .academic_news .academic_news_notice .tabmenu ul li{color: #000;}
.news .container .academic_news .academic_news_notice .tabmenu ul li.on a{border-bottom: 1px solid #fff;}
.news .container .academic_news .academic_news_notice .tabmenu ul li a{display: block; transition: all .2s; color: #000;}
.news .container .academic_news .academic_news_notice .tab_cont #tab02{
    padding-top: 15px;
}
.news .container .academic_news .academic_news_notice .tab_cont #tab03{
    padding-top: 15px;
}


.news .container .academic_news .academic_news_notice .box_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .25rem auto .25rem auto;
    border-bottom: 1px solid #000;
    padding-bottom: .625rem;
}

.news .container .academic_news .academic_news_notice .box_hd h3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 600;
    color: #333;
}

.news .container .academic_news .academic_news_notice .box_hd a {
    /* display: block;
    text-align: center;
    width: 130px;
    height: 42px;
    line-height: 42px;
    color: #333;
    font-size: .9375rem;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #b4b4b4;
    transition: all .3s; */
}

.news .container .academic_news .academic_news_notice .box_hd a {
  /* transition: all .5s; */
  font-size: 30px;
  transition: all .3s;
  display: block;
}

.news .container .academic_news .academic_news_notice .box_hd a:hover{
    /* border-radius: 1.25rem;
    background-color: #ff6c00;
    color: white; */
    transform: rotate(90deg);
}

.news .container .academic_news .academic_news_notice .notice_list {
    margin-top: 5px;
}

.news .container .academic_news .academic_news_notice .notice_list ul{
    /* display: flex;
    justify-content: space-between; */
}

.news .container .academic_news .academic_news_notice .notice_list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}
.news .container .academic_news .academic_news_notice .notice_list ul li:last-child{
    border-bottom: 0;
}

.news .container .academic_news .academic_news_notice .notice_list ul li:last-child {
}

.news .container .academic_news .academic_news_notice .notice_list .notice_link {
    display: block;
    position: relative;
    /* width: calc(100% - 9.375rem); */
    padding: 0.4rem 0;
    font-size: 0.9rem;
    color: #666;
}

.news .container .academic_news .academic_news_notice .notice_list .notice_link .tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .container .academic_news .academic_news_notice .notice_list .notice_date {
    /* width: 9.125rem;
    font-size: .9375rem;
    padding: 0.4rem 0;
    font-weight: 700;
    color: #ccc;
    text-align: center; */
}

.news .container .academic_news .academic_news_notice .notice_list ul li .notice_link:hover {
    text-decoration: underline;
}

.news .container .academic_news .academic_news_notice .notice_list ul li .notice_link .tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .container .academic_news .academic_news_notice .notice_list ul li .notice_link::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    background: #333;
}

.news .container .academic_news .academic_news_notice .notice_list ul li .notice_date {
    /* width: auto; */
    /* padding: 20px 0; */
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ccc;
    /* text-align: center; */
}

.news .container .academic_news .academic_news_job {
    position: relative;
    width: 50%;   
    height: 40%;
    text-align: center;
    padding-left: 0 !important;
}

.news .container .academic_news .academic_news_job.active{
    animation-name: v_fadeInDown;
    animation-fill-mode: both;
    animation-duration: 1s !important;
}




.news .container .academic_news .academic_news_job img {
    width: 99%;
    /* margin: 0.5%;
    max-height: 32vh; */
    border: 1px solid #eee;
    height: 100%;
    margin: 0 auto;
}

.news .container .academic_news .academic_news_job .btn {
    position: absolute;
    /* width: 30%; */
    right: 11%;
    bottom: 15%;    
}

.news .container .academic_news .academic_news_job .btn a {
    display: block;
    height: 100%;
    padding: 10px;
    text-align: center;
    background-color: rgb(105, 105, 105);
    border: 1px solid rgb(105, 105, 105);
    transition: all 0.1s 0.2s;
    color: white;
}

.news .container .academic_news .academic_news_job .btn a:hover {
    border-radius: 5px;
    background-color: #f18d00;
    color: white;
}

.news .container .academic_news .news_list>div{
    transition: all .3s !important;
    padding: 10px;
}

.news .container .academic_news .academic_news_ban{transition: all .3s;}
.news .container .academic_news .academic_news_ban.active{
    animation-name: v_fadeInDown;
    animation-fill-mode: both;
    animation-duration: 1s !important;
}
.news .container .academic_news .academic_news_ban1{
    display: flex;
    justify-content: space-around;
    background: #f9f9f9;
    padding: 35px 30px 20px 30px !important;
    width: 100%;
    height: 50%;
}
.news .container .academic_news .academic_news_ban1 img{
     /* width: 40%; */
}

.news .container .academic_news .academic_news_ban1 .jkfas_box{
    text-align: center;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news .container .academic_news .academic_news_ban1 .jkfas_box h4{
    color: #333;
    font-size: 50px;
    font-weight: normal;
}
.news .container .academic_news .academic_news_ban1 .jkfas_box .txt .desc{
    color: rgb(247, 36, 36);
    font-size: 18px;
    letter-spacing: -1px;
    padding: 0;
    word-break: keep-all;
}
.news .container .academic_news .academic_news_ban1 .jkfas_box .number{
    padding-top: 10px;
    color: #666;
    font-size: 14px;
}

.news .container .academic_news .academic_news_ban1 .jkfas_box .link{}
.news .container .academic_news .academic_news_ban1 .jkfas_box .link a{
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #ddd;
    background: #439daf;
    color: #fff;
    transition: all .3s;
}
.news .container .academic_news .academic_news_ban1 .jkfas_box .link a:hover{
    background: #fff;
    color: #439daf;
}
.news .container .academic_news .academic_news_ban2 {
    text-align: center;
    width: 46%;
    margin: 0 2%;
    height: 40%;
}

.news .container .academic_news .academic_news_ban2 img {
    max-width: 185.7px;
    width: 80%;
    margin: 0.5%;
}

/* quick page */
.quick_page {
    background: url("/upload/10/service/a/14_10/homepage/images/section4_bg_new4.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.quick_page .layer_bg{
    background: rgb(44, 41, 78,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
/* .quick_page .quick_page_bg{
    height: 100%;
    background: url(/upload/10/service/a/18_10/homepage/images/main_bg_check.png) repeat, url(/upload/10/service/a/18_10/homepage/images/main_bg_gradiant.png) repeat-x;
    z-index: 1;
} */
.quick_page .container {
    /* padding: 60px 0; */
    max-width: none;
}

.quick_page .container h2 {
    color: #222;
}

.quick_page .container .num_box .tit_num {
    color: #fff;
}

.quick_page .container .num_box .var {
    background: #fff;
}

.quick_page .quick_list {
    position: relative;
    height: auto;
    margin: 60px 0 80px 0;
    overflow: hidden;
}

.quick_page .quick_list:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
}

.quick_page.active .quick_list:before {
    transform: scaleX(1);
    transition: all 1.6s 0.6s;
}

.quick_page.active .quick_list .quick_list_container .quick_slide {
    opacity: 1;

    transition: all .6s .6s;
}

.quick_page.active .list_tab {
    opacity: 1;
    transition: all .6s .6s;
}

.quick_page .quick_list .quick_list_container {
    max-width: 1640px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}

.quick_page .quick_list .quick_list_container .quick_slide {
    opacity:0;
    width: 25%;
    height: 230px;
}

.quick_page .quick_list .quick_list_container .quick_slide:hover a .icon_wrap .bg {
    animation: rotate1 5s linear infinite;
}
.quick_page .quick_list .quick_list_container .quick_slide:hover a .icon_wrap .bg svg .icon_bg {
    stroke: #545986;
}

.quick_page .quick_list .quick_list_container .quick_slide:hover a .icon_wrap .icon svg {
    animation: ani 8s linear 1;
}

.quick_page .quick_list .quick_list_container .quick_slide:hover a .icon_wrap .icon svg .cls-1 {
    stroke: #545986;
}

.quick_page .quick_list .quick_list_container .quick_slide:hover a .icon_wrap .icon svg .cls-2 {
    stroke: #545986;
}

.quick_page .quick_list .quick_list_container .quick_slide:hover a .icon_wrap p {
    color: #545986;
}


.quick_page .quick_list .quick_list_container .quick_slide>a {
    display: block;
    width: 100%;
    height: 100%;
}

.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap {
    width: 100%;
    /* height: 300px; */
    height: 100%;
    position: relative;
}

.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap .bg svg {
    width: 100%;
    height: 100%;
}

.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap .bg svg .icon_bg {
    fill: none;
    stroke: #222;
    stroke-width: 1px;
}
.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap .icon_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 130px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.quick_list .quick_list_container .quick_slide .icon_wrap .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 50%;
    padding-top: 35px; */
    padding: 0;
    height: 45px;
}

.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap .icon svg {
    width: 18%;
    stroke-dasharray: 300;
}
.quick_page .quick_list .quick_list_container .quick_slide1 .icon_wrap .icon svg {
    width: 15%;
    stroke-dasharray: 300;
}

.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap .icon svg .cls-1 {
    stroke: #222;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.5px;
}

.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap .icon svg .cls-2 {
    stroke: #222;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
}

.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap .txt {
    text-align: center;
    height: 45px;
}

.quick_page .quick_list .quick_list_container .quick_slide .icon_wrap p {
    color: #222;
    font-size: 1.125rem;
    font-weight: 600;
}

.quick_page .list_tab {
    opacity: 0;
}

.quick_page .list_tab>div {
    display: none;
}

.quick_page .list_tab>div:first-child {
    display: block;
}

.quick_page .quick_list .quick_list_container .quick_slide:hover .quick_page .list_tab>div {
    display: block;
}

.quick_page .list_tab>div ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
}

.quick_page .list_tab>div ul li {
    text-align: center;
    z-index: 1;
}

.quick_page .list_tab>div.list2 ul {
    width: 50%;
}

.quick_page .list_tab>div.list3 ul {
    width: 50%;
}

.quick_page .list_tab>div.list4 ul {
    width: 50%;
}

.quick_page .list_tab>div.list6 ul {
    width: 50%;
}

.quick_page .list_tab>div.list1 ul li {
    width: 19%;
}

.quick_page .list_tab>div.list2 ul li {
    width: 50%;
}

.quick_page .list_tab>div.list3 ul li {
    width: 33.333%;
}

.quick_page .list_tab>div.list4 ul li {
    width: 50%;
}

.quick_page .list_tab>div.list5 ul li {
    width: 19%;
}

.quick_page .list_tab>div.list6 ul li {
    width: 50%;
}

.quick_page .list_tab>div ul li a {
    display: block;
    font-size: 21px;
    color: #fff;
    transition: all .3s;
    font-weight: 600;
}

.quick_page .list_tab>div ul li a:hover {
    color: #545986;
}

.quick_page .list_button {
    display: none;
}

.quick_page .list_button .prev_btn {
    position: absolute;
    width: 49px;
    height: 49px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    left: 6%;
    top: 42%;
}

.quick_page .list_button .next_btn {
    position: absolute;
    width: 49px;
    height: 49px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-135deg);
    right: 6%;
    top: 42%;
}


/* Academic Event */
.event .container {
    max-width: 1760px;
}

.event .container .event_list ul {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.event .container .event_list ul li {
    padding: 5px 20px;
}

.event .container .event_list ul li a {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    transition: all .3s;
}

.event .container .event_list ul li a.active {
    color: #ff6c00;
}

.event .container .event_list ul li a:hover {
    color: #ff6c00;
}

.event .container .schedule {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.event .container .schedule .arrow_box {
    width: 100%;
    height: 100%;
}

.event .container .schedule .arrow_box .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.event .container .schedule .arrow_box .arrow .num {
    font-size: 58px;
    font-weight: 700;
    color: #ccc;
    transition: all .2s;
}

.event .container .schedule .arrow_box .arrow .num:hover {
    color: #666;
}

.event .container .schedule .arrow_box .arrow i {
    font-size: 48px;
    color: #222;
}

.event .container .schedule .arrow_box .prev_m {
    left: -122px;
}

.event .container .schedule .arrow_box .next_m {
    right: -122px;
}

.event .container .schedule .view_box {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 20px;
    background: #eee;
    padding: 13px 70px;
    display: flex;
}

.event .container .schedule .view_box .date_view {
    width: 252px;
    padding: 20px 0 0 28px;
    box-sizing: border-box;
}

.event .container .schedule .view_box .date_view span {
    font-size: 44px;
    font-weight: 700;
    color: #112942;
}

.event .container .schedule .view_box .calendar_view {
    position: relative;
    overflow-x: auto;
    background: #fff;
    width: calc(100% - 252px);
    height: 330px;
}

.event .container .schedule .view_box .calendar_view::-webkit-scrollbar {
    width: 5px;
    height: 6px;
    outline: none;
}

.event .container .schedule .view_box .calendar_view::-webkit-scrollbar-thumb {
    background: #344b69;
    outline: none;
}

.event .container .schedule .view_box .calendar_view::-webkit-scrollbar-track {
    background: #dde4f1;
    outline: none;
}

.event .container .more {
    padding-top: 45px;
    text-align: center;
}

.event .container .more a {
    display: block;
    width: 155px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 25px;
    font-size: 15px;
    background: #f18d00;
    font-weight: 700;
    transition: all .3s;
    color: #fff;
}

.event .container .more a:hover {
    border-radius: 20px;
}

/* At a Glance */
.glance .container ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.glance .container ul li {
    width: 25%;
    text-align: center;
    position: relative;
    border-right: 1px solid #e6eaee;
    padding: 12px 20px 50px;
}

.glance .container ul li .imgbox i {
    font-size: 30px;
    color: #000;
}

.glance .container ul li.glance_list2 .imgbox i {
    font-size: 35px;
}

.glance .container ul li .numbox {
    position: relative;
    margin: 35px 0;
}

.glance .container ul li .numbox::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 1px;
    background: #000;
}

.glance .container ul li .numbox p {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    margin-left: 6px;
}

.glance .container ul li .numbox p span {
    font-size: 66px;
    font-weight: 700;
    color: #000;
    letter-spacing: -2px;
    padding-right: 6px;
}

.glance .container ul li .txtbox {
    line-height: 1.4;
}

.glance .container ul li .txtbox p {
    font-size: 20px;
    color: #022974;
    letter-spacing: -0.5px;
}

.glance .container ul li .txtbox span {
    display: block;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.new{
    background: url("/upload/10/service/a/18_10/homepage/images/meeting_bg.jpg") no-repeat 50% 50%; 
    background-size: cover;
}

.new .container{
    max-width: 1280px;
}

.new .container h2{
    text-align: left;
}

.new .container h2.active{
    transition: opacity .3s;
    animation-duration: 2s !important;
    animation-name: fadeInLeft2;
    animation-fill-mode: both;
}

.new .container .meeting_box1{
    display: flex;
    justify-content: space-between;
}

.new .container .meeting_box1 .meeing_txt_box{display: flex; flex-direction: column; justify-content: space-between;}
.new .container .meeting_box1 .meeing_txt_box .txt{padding-top: 20px; font-size: 18px; color: #1a1a1a; font-weight: 300; word-break: keep-all;}
.new .container .meeting_box1 .meeing_txt_box .txt.active{
    transition: opacity .3s;
    animation-duration: 2s !important;
    animation-name: fadeInLeft2;
    animation-fill-mode: both;
}
.new .container .meeting_box1 .meeing_txt_box a{display: block; width: 130px; background: #888; padding: 15px; color: #fff; font-size: 16px; text-align: center; margin-top: 30px; transition: all .3s;}
.new .container .meeting_box1 .meeing_txt_box a.active{
    transition: opacity .3s;
    animation-duration: 2s !important;
    animation-name: fadeInLeft2;
    animation-fill-mode: both;
}
.new .container .meeting_box1 .meeing_txt_box a:hover{background: #439daf;}

.new .container .meeting_box1 .meeting_banner{width: 50%;}
.new .container .meeting_box1 .meeting_banner a{
    display: block;
    box-shadow: 1px 1px 11px rgb(0 0 0 / 60%);
}
.new .container .meeting_box1 .meeting_banner a img{width: 100%;}


.new .container .info_box {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px; */
}
.new .info_box{}

.new .info_box.active{
    animation-name: v_fadeInDown;
    animation-fill-mode: both;
    animation-duration: 2s !important;
}

.new .event_box li:hover {
    transform: translateY(-10px)
}
.new .event_box li:hover .event_txt_box .eventTitle{
    color: #439daf;
}


.new .event_box li{
    transition: all .3s;
}

.new .box1 {
    width: 100%;
    margin-top: 30px;
  
}
.new .box1 .info_list_container{
    overflow: hidden;
    margin: -10px;
    padding: 10px;
}


.new .box1 ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.new .box1 ul li{
    width: 24%;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.new .box1 ul li a{
    display: flex;
    align-items: center;
    flex-direction: column;
    /* margin-bottom: 10px; */
}

.new .box1 ul li:last-child {
    margin-bottom: 0;
}

.new .box1 ul li img {
    text-align: center;
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #e9e9e9;
}

.new .box1 ul li .event_txt_box {
    padding: 20px;
    background: rgba(255,255,255,.8);
    width: 100%;
    height: 148px;
}
.new .box1 ul li .event_txt_box.active .eventTitle , .new .box1 ul li .event_txt_box.active .eventInfo{
    transition: opacity .3s;
    animation-name: v_fadeInDown;
    animation-fill-mode: both;
    animation-duration: 2s !important;
}

.new .box1 ul li .event_txt_box p {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.new .box1 ul li  .event_txt_box .eventTitle {
    font-size: 1.25rem;
    margin-bottom: .375rem;
    font-weight: 600;
    color: #000;
    word-break: keep-all;
}

.new .box1 ul li .event_txt_box .eventInfo {
    font-size: .875rem;
    word-break: keep-all;
    color: #000;
    display: block;
    letter-spacing: -1px;
    display: -webkit-box;
    -webkit-line-clamp: 4;


}

.new .box1 ul li .event_txt_box .eventInfo span{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.info_box .list_button {
    position: absolute;
    max-width: 1450px;
    width: 100%;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
}
.info_box .list_button i{
    font-size: 60px;
    color:#000;
    cursor: pointer;
}
.info_box .list_button .prev_btn {
    position: absolute;
    /* width: 49px;
    height: 49px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg); */
    left: 0%;
    top: 0%;
    z-index: 1;
}

.info_box .list_button .next_btn {
    position: absolute;
    /* width: 49px;
    height: 49px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-135deg); */
    right: 0%;
    top: 0%;
    z-index: 1;
}

.new .container .box2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.new .container .box2 a{
    width: 49%;
    height: 380px;
}

.new .container .box2 img {
    width: 100%;
    max-width: 900px;
    max-height: 60vh;
    height: 100%;
    /* object-fit: cover; */
}
.new .container .box2 a li{
    height: 100%;
}
.new .container .box2 a li img{
   height: 50%;
    object-fit: cover; 
}

.new .container .box2 a li .event_txt_box{
    background: #fff;
    padding: 20px;
    height: 50%;
}

.new .container .box2 a li .event_txt_box.active .eventTitle , .new .container .box2 a li .event_txt_box.active .eventInfo{
    transition: opacity .3s;
    animation-name: v_fadeInDown2;
    animation-fill-mode: both;
    animation-duration: 1s !important;
}

.new .container .box2 a li .event_txt_box .eventTitle{
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.new .container .box2 a li .event_txt_box .eventInfo{
    padding-top: 5px;
    display: block;
    color: #000;
    
}

/* popup */
.popCont {
	display: inline-block;
	cursor: text;
}

.popup {
    position: fixed;
    max-width: 485px;
    width: 50%;
    top: 13.5rem;
    left: 50%;
    background: url(/upload/10/service/a/14_10/homepage/images/popBg.jpg) no-repeat;
    background-size: cover;
    border: .0625rem solid #f3f3f3;
    /* box-shadow: 6px 6px 12px 5px rgba(255, 255, 255, 0.4); */
    box-shadow: 0 14px 28px rgba(0,0,0,0.6), 0 10px 10px rgba(0,0,0,0.45);
    cursor: move;
    z-index: 2;
}

.popup span {
    width: 84%;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    line-height: 2rem;
    margin-top: 6.25rem;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 8%;
    word-break: keep-all;
    display: block;
    color: black;
}

.popup span img {
    width: 100%;
}

.popup button {
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.popup button img {
    width: 30px;
    height: 30px;
    transition: all 0.4s;  
}

.popup button img:hover {            
    transform: rotate(180deg);  
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);  
}

.popup p {
    width: 100%;
    margin-bottom: 1.875rem;
    text-align: center;
}
.popup p > a, .popup p > span {
    display: inline-block;
    padding: 2% 4%;
    border-radius: .375rem;
    background-color: #545986;
    color: white;
    transition: all 0.4s; 
}

.popup p > a:hover, .popup p > span:hover {
    background-color: #df2342;
}

@media (max-width: 960px) {
    .popup {
        width: 80%;
        top: 11.25rem;
        left: 10%;
    }
}

.popup2 {
    position: fixed;
    max-width: 650px;
    width: 50%;
    top: 9.375rem;
    left: 45%;    
    background-image:url(/upload/10/service/a/14_10/homepage/images/popup/popMiddle.jpg); background-position:left top; background-repeat:no-repeat;
    background-size: cover;
    border: .0625rem solid #f3f3f3;
    /* box-shadow: 6px 6px 12px 5px rgba(255, 255, 255, 0.4); */
    box-shadow: 0 14px 28px rgba(0,0,0,0.6), 0 10px 10px rgba(0,0,0,0.45);
    cursor: move;
    z-index: 3;
}

.popup2 .topArea img {
    max-width: 650px;
    width: 100%;
    height: 100%;
}

.popup2 button {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.popup2 button img {
    width: 30px;
    height: 30px;
    transition: all 0.4s;  
}

.popup2 button img:hover {            
    transform: rotate(180deg);  
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);  
}

.popup2 .bottomArea {
    z-index: 6;
    width: 100%;
    padding-bottom: 10%;
    background-image:url(/upload/10/service/a/14_10/homepage/images/popup/popBottom.jpg); background-position:left bottom; background-repeat:no-repeat;
}

.popup2 .bottomArea .content {
    width: 94%;
    text-align: center;
    margin: 0 3%;
    padding: 8%;
    background-color: rgb(0 0 0 / 10%);
    border-radius: .625rem;
}

.popup2 .bottomArea .content span {
    font-family: 'NanumSquare', sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    line-height: 2rem;
    word-break: keep-all;
    color: black;
}

.popup2 .bottomArea .content p {
    width: 100%;
    margin: 5% 0;
    text-align: center;
}
.popup2 .bottomArea .content p > a, .popup2 .bottomArea .content p > span {
    display: inline-block;
    padding: 2% 4%;
    border-radius: .375rem;
    background-color: #545986;
    color: white;
    transition: all 0.4s; 
}

.popup2 .bottomArea .content p > a:hover, .popup2 .bottomArea .content p > span:hover {
    background-color: #df2342;
}

@media (max-width: 960px) {
    .popup2 {
        width: 80%;
        top: 10rem;
        left: 7%;
    }
}

.popup1 {
    position: fixed;
    max-width: 486px;
    max-height: 450px;
    width: 50%;
    top: 9.375rem;
    left: 45%;
    background-color: #fff;
    border: .0625rem solid #000;
    box-shadow: 6px 6px 12px 5px rgba(255, 255, 255, 0.4);
    z-index: 3;
}

.popup1 span {
    width: 100%;
    font-weight: 600;
    word-break: keep-all;
    display: block;
    color: black;
}

.popup1 span img {
    width: 100%;
}

.popup1 button {
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.popup1 button img {
    width: 30px;
    height: 30px;
    transition: all 0.4s;  
}

.popup1 button img:hover {            
    transform: rotate(180deg);  
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);  
}

.popup1 p {
    width: 100%;
    margin-bottom: 1.875rem;
    text-align: center;
}
.popup1 p > a, .popup1 p > span {
    display: inline-block;
    padding: 2% 4%;
    border-radius: .375rem;
    background-color: #545986;
    color: white;
    transition: all 0.4s; 
}

.popup1 p > a:hover, .popup1 p > span:hover {
    background-color: #df2342;
}

@media (max-width: 960px) {
    .popup1 {
        width: 80%;
        top: 10rem;
        left: 7%;
    }
}



@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }

    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(150%, -50%);
        transform: translate(150%, -50%)
    }

    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(150%, -50%);
        transform: translate(150%, -50%)
    }

    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate(150%, 0%);
        transform: translate(150%, -0%)
    }

    to {
        opacity: 1;
        transform: translate(0, 0%);
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate(150%, 0%);
        transform: translate(150%, 0)
    }

    to {
        opacity: 1;
        transform: translate(0, 0%);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes arrow_btn {
    0% {
        left: 0;
    }

    50% {
        left: 10px;
    }

    100% {
        left: 0;
    }
}

@keyframes arrow_btn01 {
    0% {
        left: 0px;
    }

    50% {
        left: 20px;
    }

    100% {
        left: 0px;
    }
}

@keyframes arrow_btn02 {
    0% {
        right: -51px;
    }

    50% {
        right: -61px;
    }

    100% {
        right: -51px;
    }
}

@keyframes arrow_btn03 {
    0% {
        right: -51px;
    }

    50% {
        right: -61px;
    }

    100% {
        right: -51px;
    }
}

@keyframes rotate1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ani {
    0% {
        stroke-dashoffset: 300;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -300;

    }
}