
.trans-300{
    transition: all 300ms cubic-bezier(0.570, 0.095, 0.580, 0.895); /* custom */
    transition-timing-function: cubic-bezier(0.570, 0.095, 0.580, 0.895); /* custom */
}

.trans-300-ease1{
    transition: all 300ms cubic-bezier(0.680, 0.010, 0.220, 0.980); /* custom */
    transition-timing-function: cubic-bezier(0.680, 0.010, 0.220, 0.980); /* custom */
}

.trans-500{
    transition: all 500ms cubic-bezier(0.570, 0.095, 0.580, 0.895); /* custom */
    transition-timing-function: cubic-bezier(0.570, 0.095, 0.580, 0.895); /* custom */
}

.modal-header{position: fixed;left: 0;top: 0;z-index: 1;width: 100%;height: 0;opacity: 0;background-color: rgba(0, 0, 0, 0.5);-webkit-transition: opacity 300ms ease-in;-moz-transition: opacity 300ms ease-in;-ms-transition: opacity 300ms ease-in;-o-transition: opacity 300ms ease-in;transition: opacity 300ms ease-in;}
.modal-header.on{ opacity: 1; height:100%; }
.header-faker{ height: 117px;  }
.i-txt{padding: 3px 5px;background:#ffc72c;font-size:8px;font-weight:800;color:#000;border-radius: 3px;display: inline-flex;}

.color-yellow{ color:#f99200 !important; }

.notice-line{margin-top:10px;height: 20px;position: relative;padding-right: 23px;width: 352px;}
.notice-line .swiper-container{ height: 20px;  }
.notice-line .swiper-wrapper{   }
.notice-line .swiper-slide{ height: 20px;  }
.notice-line .swiper-slide .txt{display: flex;height: 20px;overflow:hidden;align-items: center;}
.notice-line .swiper-slide .txt .i-txt{ margin-right:10px; }
.notice-line .swiper-slide a{font-size:12px;line-height:1;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient:vertical;font-weight: 600;color: #000;}
.notice-line .pageing{
    position: absolute;
    right: -24px;
    top: -2px;
    font-size: 14px;
    line-height: 1;
    padding-right:30px;
}
.notice-line .pageing i{}
.notice-line .pageing .prev{cursor:pointer; height: 10px; }
.notice-line .pageing .next{ cursor:pointer; height: 10px; margin-top:2px; }
.notice-line .pageing .rgh{ position:absolute; right:0; top:2px;}
.notice-line .pageing .rgh .btn_play{ width:21px; height:21px; background-repeat:no-repeat; background-size:100%; background-image:url(../images/common/btn_stop_ty1.png); overflow:hidden; } 
.notice-line .pageing .rgh .btn_play.active{ background-image:url(../images/common/btn_play_ty1.png); }

#site-header{position: fixed;left: 0;top: 0;width: 100%;z-index: 10;
    transition: all 200ms cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */
    transition-timing-function: cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */
}
.body_scroll #site-header{ top: -45px; }
#site-header .top{
    display: flex;
    background: #f5f8fa;
    justify-content: space-between;
    padding: 0 20px;
    height: 45px;
}
#site-header .top .area_lft{}

#site-header .top .area_rgh{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
    line-height: 1;
}
#site-header .top .area_rgh .col{
    display: flex;
    align-items: center;
    line-height: 1;
    margin-left: 30px;
}
#site-header .top .area_rgh .col > a{
    display: flex;
    align-items: center;
}
#site-header .top .area_rgh .col .ico{ margin-right:3px; }
#site-header .top .area_rgh .col .ico img{ height:15px; width:auto; }
#site-header .top .area_rgh .col .txt{
    color: #000;
    font-weight: 600;
}
#site-header .top .area_rgh .col .arr{
    margin-top: 2px;
    margin-left: 3px;
}

#site-header .mid{
    display: flex;
    padding: 0 20px;
    align-items: stretch;
    /*transition: all 300ms cubic-bezier(0.880, 0.005, 0.105, 1.000); 
    transition-timing-function: cubic-bezier(0.880, 0.005, 0.105, 1.000); */
    height: 72px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    justify-content: center;
}
#site-header .mid .area_lft{min-width: 220px;display: flex;align-items: center;position: absolute;height: 100%;left: 20px;top: 0;}
#site-header .mid .area_cen{
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
#site-header .mid .area_rgh{
    margin-left: auto;
    min-width: auto;
    text-align: right;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
}

#site-header .logo{
    width: 217px;
    height: 32px;
    display: block;
/*    background-image: url(../images/common/h_logo_white.png);*/
    background-image: url(../images/common/h_logo.png);
    background-size:contain;
    background-repeat:no-repeat;
}
@media screen and (max-width: 1280px){
    #site-header .top .area_lft{ display: none; }
    #site-header .logo{
        width: 176px;
        height: 27px;
    }
}

#site-header .search_tmp{
    width: 56px;
    height: 13px;
    background-image: url(../images/common/ico_search_white.png);
    display: inline-block;
}

#site-header .lnb{}
#site-header .lnb > ul{ display:flex; }
#site-header .lnb > ul > li{}
#site-header .lnb > ul > li > a{ padding: 0 35px;font-weight:600;font-size: 17px;color: #000;display: flex;height: 72px;align-items: center;justify-content: center;}
#site-header .lnb > ul > li >  a .line{display: inline-block;position: relative;padding: 4px 0;}
#site-header .lnb > ul > li >  a .line:after{ 
  width: 0%; height: 2px; border-radius: 5000px; background-color: #000; position: absolute; left: 50%; bottom: 0; content:""; 
  transition: all 300ms cubic-bezier(0.785, -0.005, 0.540, 0.945); /* custom */
  transition-timing-function: cubic-bezier(0.785, -0.005, 0.540, 0.945); /* custom */
}
#site-header .lnb > ul > li.on >  a .line:after,
#site-header .lnb > ul > li.hov >  a .line:after,
#site-header .lnb > ul > li >  a:hover .line:after{
  width: 100%; left: 0;
}
#site-header .lnb .depth2{position: absolute;left: 0;top: 72px;width: 100%;background-color: #fff;display: none;}
.lnb .depth2 .q_menu{position:absolute;right:20px;bottom:20px;display: flex;align-items: stretch;}
.lnb_2dep_mo{ display: none; }
.lnb_2dep_mo a,
.lnb .depth2 .q_menu a{
    font-size: var(--fz-sss);
    font-weight: var(--fw-sb);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    border: 1px #ccd2d5 solid;
    min-width: 121px;
    border-radius: 3px;
    background:#fff;
    white-space: nowrap;
    margin: 0px 3px;
}
.lnb .depth2 .q_menu{}
@media (hover: hover) {
    .lnb .depth2 .q_menu a:hover{
        border-color:#ffc72c;
        background:#ffc72c;
    }
}



#site-header .lnb .depth2 .menu_circle .q_menu{
    left: calc(-896px / 2);
    right: auto;
    bottom: auto;
    top: 130px;
    width: 1000px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    display: none;
}
#site-header .lnb .depth2 .menu_circle .q_menu .arr{position:absolute;left: calc(50% - 11px);top: 9px;font-size: 18px;}
#site-header .lnb .depth2 .menu_circle .q_menu > .inner_dep3{display:flex;padding: 40px 0 0;}
#site-header .lnb .depth2 .menu_circle{}
#site-header .lnb .depth2 .menu_circle > ul > li.hov .q_menu,
#site-header .lnb .depth2 .menu_circle > ul > li:hover .q_menu{ display:inline-flex;  }

#site-header .lnb > ul > li.hov .depth2{display: block;text-align: center;}
#site-header .lnb .depth2 .inner_depth2{
    max-width: 1740px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    padding: 30px 0 90px;
}
#site-header .lnb .depth2 .menu_circle{}
#site-header .lnb .depth2 .menu_circle > ul{
    display: flex;
    margin-left: -30px;
    align-items: center;
}
#site-header .lnb .depth2 .menu_circle > ul > li{
    margin-left: 30px;
    text-align: center;
    position: relative;
}
#site-header .lnb .depth2 .menu_circle > ul > li > .circle{
    display: inline-flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    background: #f5f8fa;
    border-radius: 50%;
    position: relative;
}
#site-header .lnb .depth2 .menu_circle > ul > li > .circle.txt.new{
  background-color: #000;
}
#site-header .lnb .depth2 .menu_circle > ul > li.hov > .circle.txt.new,
#site-header .lnb .depth2 .menu_circle > ul > li.hov > .circle.txt,
#site-header .lnb .depth2 .menu_circle > ul > li > .circle.txt.new:hover,
#site-header .lnb .depth2 .menu_circle > ul > li > .circle.txt:hover{
   background-color:rgb(255, 207, 75);
}
#site-header .lnb .depth2 .menu_circle > ul > li.hov > .circle.txt.new span,
#site-header .lnb .depth2 .menu_circle > ul > li.hov > .circle.txt span,
#site-header .lnb .depth2 .menu_circle > ul > li > .circle.txt.new:hover span,
#site-header .lnb .depth2 .menu_circle > ul > li > .circle.txt:hover span{
   color: #000;
}
#site-header .lnb .depth2 .menu_circle > ul > li.hov > .circle.gif,
#site-header .lnb .depth2 .menu_circle > ul > li > .circle.gif:hover{ background-color:rgb(255, 207, 75);}

#site-header .lnb .depth2 .menu_circle > ul > li > .circle .txt {
    font-size: var(--fz-ss);
    font-weight: var(--fw-b);
    line-height: 1.1;
}
#site-header .lnb .depth2 .menu_circle > ul > li > .circle.new .txt{
    color: #ffc72c;
}
#site-header .lnb .depth2 .menu_circle > ul > li > .circle .ico{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#site-header .lnb .depth2 .menu_circle > ul > li > .circle .ico i{
    position: absolute;
    left: calc(50% - 30%);
    top: calc(50% - 30%);
    width: 60%;
    height: 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
#site-header .lnb .depth2 .menu_circle > ul > li > .cont{
    margin-top: 13px;
}
#site-header .lnb .depth2 .menu_circle > ul > li > .cont .t1{
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

#site-header .lnb .depth2 .menu_txt{
    margin-left: 80px;
}
#site-header .lnb .depth2 .menu_txt .type1{
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}
#site-header .lnb .depth2 .menu_txt .type1 a{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin-bottom: 13px;
}
#site-header .lnb .depth2 .menu_txt .type1 a:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
}

#site-header .lnb .depth2 .menu_txt .type1 a:first-child{ margin-top:0; }
#site-header .lnb .depth2 .menu_txt .type2{
    display: flex;
    flex-direction: column;
}
#site-header .lnb .depth2 .menu_txt .type2 a{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 13px;
}
#site-header .lnb .depth2 .menu_txt .type3{
    display: flex;
    flex-direction: column;
}
#site-header .lnb .depth2 .menu_txt .type3 a{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    padding: 19px 0;
    border-bottom: 1px #dfe7ec solid;
    padding-right: 20px;
}
#site-header .lnb .depth2 .menu_txt .type3 a:hover{
    border-bottom: 1px #000 solid;
}


#site-header .lnb .depth2 .menu_thumb{}
#site-header .lnb .depth2 .menu_thumb > ul{
    display: flex;
    margin-left: -30px;
}
#site-header .lnb .depth2 .menu_thumb > ul > li{
    margin-left: 15px;
    text-align: center;
    width: 190px;
}

#site-header .lnb .depth2 .menu_thumb > ul > li > .thumb{
    display: flex;
    width: 190px;
    height: 110px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

#site-header .lnb .depth2 .menu_thumb > ul > li > .thumb i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all 800ms cubic-bezier(0.470, 0.135, 0.675, 0.825); /* custom */
    transition-timing-function: cubic-bezier(0.470, 0.135, 0.675, 0.825); /* custom */
}
#site-header .lnb .depth2 .menu_thumb > ul > li > .thumb:hover i{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#site-header .lnb .depth2 .menu_thumb > ul > li > .cont{
    margin-top: 13px;
}
#site-header .lnb .depth2 .menu_thumb > ul > li > .cont .t1{
    font-size: var(--fz-sss);
    font-weight: 500;
    text-align: left;
     overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
}


.lnb_common_mo{ display: none; }

#site-header > .inner{
  transition: all 300ms cubic-bezier(0.880, 0.005, 0.105, 1.000); /* custom */
  transition-timing-function: cubic-bezier(0.880, 0.005, 0.105, 1.000); /* custom */
}
#site-header.scroll > .inner{
  margin-top:-45px;
}
#site-header.scroll .mid{ 
  background-color: #fff; 
}
#site-header.scroll .mid .lnb a{ color: #000; }
.sub_page #site-header .mid .logo,
#site-header.scroll .mid .logo{
  background-image: url(../images/common/h_logo.png);
}
#site-header.scroll .mid .search_tmp{
  background-image: url(../images/common/ico_search.png);
}

@media screen and (max-width: 1280px){
    #site-header .lnb .depth2 .menu_circle > ul > li > .circle .txt{ font-size:14px; }
}



.popup-language{position: fixed;left: 0;top: 0;height: 100%;z-index: 20;overflow: hidden;}
.popup-language .wrap-language > .close{
  position: absolute;
  right: 20px;
  top: 22px;
  /*-moz-transform: translateX(0px) translateY(-80px);-webkit-transform: translateX(0px) translateY(-80px);-o-transform: translateX(0px) translateY(-80px);-ms-transform: translateX(0px) translateY(-80px);transform: translateX(0px) translateY(-80px);*/
  display: none;
  z-index: 3;
}
.popup-language .wrap-language > .close .btn_close{font-size: 30px;color: #fff;}
.popup-language .wrap-language > .close .btn_close i{}
.popup-language .modal-cover{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0;z-index: 1;}
.popup-language .wrap-language{
    position: fixed;
    right: 0;
    top: 0;
    width: 360px;
    z-index: 2;
    height: 100%;
    -moz-transform: translateX(360px);
    -webkit-transform: translateX(360px);
    -o-transform: translateX(360px);
    -ms-transform: translateX(360px);
    transform: translateX(360px);
}
.popup-language .scroll-language{
  position: absolute;
  right: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width:840px) {
    .popup-language .scroll-language *,
    ::-webkit-scrollbar * {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: thin;
        scrollbar-color: #999 #eee
    }
    ::-webkit-scrollbar,
    .popup-language .scroll-language ::-webkit-scrollbar {
        height: .8rem;
        width: .4rem;

    }
    ::-webkit-scrollbar-track,
    .popup-language .scroll-language ::-webkit-scrollbar-track {
        background: #eee
    }
    ::-webkit-scrollbar-thumb,
    .popup-language .scroll-language ::-webkit-scrollbar-thumb {
        background-color: #ffc72c;
        border-radius: .9rem;
        cursor: pointer !important;
    }
}

.popup-language .modal-cover,
.popup-language .wrap-language{
  transition: all 500ms cubic-bezier(0.785, -0.005, 0.540, 0.945); /* custom */
  transition-timing-function: cubic-bezier(0.785, -0.005, 0.540, 0.945); /* custom */
}

.popup-language .inner-language{
    overflow: hidden;
    padding: 50px;
}
.popup-language .area_row{
    margin-top: 39px;
}
.popup-language .title{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.popup-language .lst{margin-top: 16px;}
.popup-language .lst > li{ margin-top: 5px; }
.popup-language .lst > li:first-child{ margin-top: 0; }
.popup-language .lst > li > a{font-size: 15px;font-weight: 300;color: #d8d8d8;}
.popup-language .lst > li > a:hover{ color:#ffc72c; }

.popup-language.active{ width: 100%; }
.popup-language.active .modal-cover{ opacity: 1; }
.popup-language.active .wrap-language{
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.popup-language.active .wrap-language > .close{
/*  -moz-transform: translateX(0px) translateY(0);-webkit-transform: translateX(0px) translateY(0);-o-transform: translateX(0px) translateY(0);-ms-transform: translateX(0px) translateY(0);transform: translateX(0px) translateY(0);*/
display: block;
}


@media screen and (max-width: 840px){
    
    .popup-language .wrap-language{
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        z-index: 2;
        height: 100%;
        -moz-transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        -o-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
        transform: translateX(100vw);
    }
    .popup-language .wrap-language > .close{ right: 4.7619vw; top: 4.7619vw; }
    .popup-language .wrap-language > .close .btn_close{font-size: 5.2381vw;}
    .popup-language .inner-language{ overflow: hidden; padding: 11.4vw; }
    .popup-language .area_row{ margin-top: 9vw; }
    .popup-language .area_row:first-child{ margin-top:0; }
    .popup-language .title{ font-size: 4.7vw; }
    .popup-language .lst{margin-top: 1.3vw;}
    .popup-language .lst > li{ margin-top: 1vw; }
    .popup-language .lst > li:first-child{ margin-top: 0; }
    .popup-language .lst > li > a{font-size: 3.6vw;}

}

.btn-search-motion{width:40px;height:40px;display:inline-flex;align-items: center;justify-content: flex-end;}
.popup-search1{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 10;
  overflow:hidden;
  opacity: 1;
  transition: opacity 200ms cubic-bezier(0.830, 0.020, 0.375, 1.000), height 600ms cubic-bezier(0.830, 0.020, 0.375, 1.000); /* custom */
  transition-timing-function: cubic-bezier(0.830, 0.020, 0.375, 1.000); /* custom */
}
.wrap-search1{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #000;z-index: 1;display: flex;justify-content: center;align-items: center;}
.wrap-search1 .close{
    position: absolute;
    right: 30px;
    top: 30px;
}
.wrap-search1 .close .btn_close{
    position: absolute; 
    right:0;
    top:0;
    font-size: 30px;
    color: #fff;
    padding: 10px;
    z-index:2;
}
.wrap-search1 .close .btn_close i{

}
.wrap-search1 .scroll-search1{
    min-width: 780px;
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity:0;
    transition: all 600ms cubic-bezier(0.830, 0.020, 0.375, 1.000); /* custom */
    transition-timing-function: cubic-bezier(0.830, 0.020, 0.375, 1.000); /* custom */
    transition-delay: 300ms;
}
.wrap-search1 .inner-search1{}
.wrap-search-type1{}
.wrap-search-type1 .box_inp{
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 70px;
}
.wrap-search-type1 .box_inp input[type="text"]{
    border: 0;
    height: 100%;
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    top: 0;
    font-size:20px; color:#000; font-weight:500;
}
.wrap-search-type1 .box_inp input[type="text"]::placeholder{ color: #cacaca; font-size: 20px; font-weight:500; }

.wrap-search-type1 .box_inp .btn{
    position:absolute;
    right: 10px;
    top: calc( 50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-search-type1 .box_inp .btn i{
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23000000'%3E%3Cpath d='M782.87-98.52 526.91-354.48q-29.43 21.74-68.15 34.61Q420.04-307 375.48-307q-114.09 0-193.55-79.46-79.45-79.45-79.45-193.54 0-114.09 79.45-193.54Q261.39-853 375.48-853q114.09 0 193.54 79.46 79.46 79.45 79.46 193.54 0 45.13-12.87 83.28T601-429.7l256.52 257.09-74.65 74.09ZM375.48-413q69.91 0 118.45-48.54 48.55-48.55 48.55-118.46t-48.55-118.46Q445.39-747 375.48-747t-118.46 48.54Q208.48-649.91 208.48-580t48.54 118.46Q305.57-413 375.48-413Z'/%3E%3C/svg%3E");
  display: inline-block;
}


.wrap-search-type1 .box_popular{
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}
.wrap-search-type1 .box_popular .box_circle{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.wrap-search-type1 .box_popular .box_circle .link{
    width: 155px;
    height: 155px;
    background: #191919;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
}

.wrap-search-type1 .box_popular .box_circle .link .inr{
    text-align: center;
    display: block;
}
.wrap-search-type1 .box_popular .box_circle .link .inr i{
    width: 80px;
    height: 80px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 80%;
}
.wrap-search-type1 .box_popular .box_circle .link .inr .t{
    font-size: 14px;
    display: block;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    margin-top: 4px;
}
.wrap-search-type1 .box_popular .box_list{
    margin-left: 60px;
}
.wrap-search-type1 .box_popular .box_list .t1{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px;
}
.wrap-search-type1 .box_popular .box_list ul{}
.wrap-search-type1 .box_popular .box_list ul li{
    margin-bottom: 6px;
}
.wrap-search-type1 .box_popular .box_list ul li a{
    font-size: 15px;
    color: #fff;
    font-weight: 200;
}
.wrap-search-type1 .box_popular .box_list ul li a:hover{
    color:#ffc72c    
}

.wrap-search-type1 .box_popular .box_circle .link:hover{
    background: #ffc72c;
}
.wrap-search-type1 .box_popular .box_circle .link:hover .inr .t{
    color:#000;
}

.popup-search1.active{ 
    width: 100%; height: 100%; 
    opacity:1;
}
.popup-search1.active .scroll-search1{
    opacity:1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 840px){
  .lnb_common_mo{ display: block; }
  .btn-search-motion{width: 6vw;height: 6vw;display:inline-flex;align-items: center;justify-content: flex-end;}
  .wrap-search1 .close{ position: absolute; right: 2.5vw; top: 2.5vw; }
  .wrap-search1 .close .btn_close{ font-size: 5vw; padding: 1vw; }
  .wrap-search1 .scroll-search1{
    min-width: auto;
    width:77vw;
    -moz-transform: translateY(7vw);
    -webkit-transform: translateY(7vw);
    -o-transform: translateY(7vw);
    -ms-transform: translateY(7vw);
    transform: translateY(7vw);
}
.wrap-search-type1 .box_inp{
    border-radius: 1vw;
    height: 11vw;
}
.wrap-search-type1 .box_inp input[type="text"]{
    width: calc(100% - 11vw);
    position: absolute;
    left: 3.5vw;
    top: 0;
    font-size: 3.5vw;
}

.wrap-search-type1 .box_inp .btn{
    position:absolute;
    right: 2vw;
    top: calc( 50% - 2.5vw);
    width: 5vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-search-type1 .box_inp .btn i{
  width: 4.5vw;
  height: 4.5vw;
  background-repeat: no-repeat;
  background-size: contain;
}


.wrap-search-type1 .box_inp input[type="text"]::placeholder { font-size: 3.5vw; }

.wrap-search-type1 .box_popular{
    margin-top: 10vw;
    display: flex;
    flex-direction: column-reverse;
}
.wrap-search-type1 .box_popular .box_circle{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 8vw;
}
.wrap-search-type1 .box_popular .box_circle .link{
    width: 21vw;
    height: 21vw;
    margin-right: 2vw;
}
.wrap-search-type1 .box_popular .box_circle .link .inr i{
    width: 11vw;
    height: 11vw;
}
.wrap-search-type1 .box_popular .box_circle .link .inr .t{
    font-size: 2vw;
    margin-top: 0.7vw;
}
.wrap-search-type1 .box_popular .box_list{
    margin-left: 0;
}
.wrap-search-type1 .box_popular .box_list .t1{
    font-size: 5vw;
    margin-bottom: 5vw;
}
.wrap-search-type1 .box_popular .box_list ul{}
.wrap-search-type1 .box_popular .box_list ul li{
    margin-bottom: 1.7vw;
}
.wrap-search-type1 .box_popular .box_list ul li a{
    font-size: 3.2vw;
}

}



@media screen and (max-width: 1400px){
    #site-header .lnb > ul > li > a{padding: 0 20px;font-size: 15px;}
    #site-header .lnb .depth2 .inner_depth2{ max-width: 880px; padding: 45px 40px 100px; }
    #site-header .lnb .depth2 .menu_circle > ul{display: flex;margin-left: -40px;flex-wrap: wrap;}
    #site-header .lnb .depth2 .menu_circle > ul > li{margin-left: 20px;margin-bottom:30px;text-align: center;}
    #site-header .lnb .depth2 .menu_txt{ margin-left: 60px; min-width: 260px; flex-grow: 1; }
    #site-header .mid .area_cen{ margin-left: 0; }
    #site-header .mid .area_rgh{ min-width:auto; }
}

@media screen and (max-width: 1024px){
    #site-header .lnb > ul > li > a{padding: 0 14px;font-size: 16px}
    
}

.btn-menu-top,
.lnb-mobile{ display: none;  }

@media screen and (max-width: 840px){
    #site-header .logo {background-image: url(../images/common/h_logo_mo.png)}
    .body_scroll #site-header{ /*top: -8vw;*/ top:0; }
    .fake_header{height: 14vw;}
    .modal-header{ 
        z-index: 10;
        height: 100%; display: none;  
        transition:none;
        -webkit-transition:none;
        -ms-transition:none;
        -o-transition:none;
        transition:none;
    }

    .btn-menu-top{display: inline-flex;align-items: center;justify-content: center;flex-direction: column;margin-left: 4vw;}
    .btn-menu-top:after,
    .btn-menu-top:before{width: 5.3vw;height: 2px;background-color: #000;content:"";display: flex;}
    .btn-menu-top:after{ margin-top: 1.2vw; }
    .btn-menu-top:before{}

    .i-txt{padding: 0.5vw 1.2vw;font-size: 1.8vw;color:#000;display: inline-flex;}

    .sub_page #site-header .mid .logo, #site-header.scroll .mid .logo{
        background-image: url(../images/common/h_logo_mo.png);
        width: 7.2vw;
        height: 8.4vw;
        display: block;
        background-size:contain;
        background-repeat:no-repeat;
    }
    #site-header .top{
        display: flex;
        padding: 0 4vw;
        height: 8.3vw;
        justify-content: flex-end;
        display: none;
    }
    #site-header .top .area_lft{ display:none; }
    #site-header .top .area_rgh{
        font-size: 2.2vw;
        color: #000;
        line-height: 1;
    }
    #site-header .top .area_rgh .col{
        display: flex;
        align-items: center;
        line-height: 1;
        margin-left: 3vw;
    }
    #site-header .top .area_rgh .col .ico{ margin-right:1vw; }
    #site-header .top .area_rgh .col .ico img{ height:3vw; }
    #site-header .top .area_rgh .col .arr{ margin-top: 0.2vw; margin-left: 0.5vw;  }
    #site-header .mid .area_cen{ display:none; }
    #site-header .mid .area_lft{ min-width: auto; }
    #site-header .mid{display: flex;padding: 0 4vw;height: 14vw;}

    
    .lnb .depth2 .q_menu{right:0;bottom:0;margin-top: 3vw;display: flex;flex-direction: column;position: relative;}
    .lnb_2dep_mo{ display: block; }
    .lnb_2dep_mo a,
    .lnb .depth2 .q_menu a{
        font-size: var(--fz-ss);
        padding: 2.5vw 4vw;
        min-width: 100%;
        box-sizing: border-box;
        margin-bottom: 2.6vw;
    }
    .lnb .depth2 .q_menu.dep3{position: relative;top:0;width: 80vw;left: 0;padding: 6vw 0 0;display: none;}
    .lnb-mobile .lnb .depth2 .menu_circle > ul > li.hov .q_menu.dep3{ display:block; }

/*    .lnb-mobile .lnb .depth2 .menu_circle > ul > li.s5 .q_menu.dep3{ left: -30vw; }*/
/*    .lnb-mobile .lnb .depth2 .menu_circle > ul > li.s5 .q_menu.dep3 .arr{ left: 39.2vw; }*/

    .lnb .depth2 .q_menu.dep3 .arr{position:absolute;left: 9vw;top: -4px;}
    .lnb-mobile{position: fixed;right: 0;top: 0;width: 0;
        height: 100%; 
/*        height: calc(var(--vh, 1vh) * 100);*/
        z-index: 20;display: block;overflow: hidden;transition: all 500ms cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */transition-timing-function: cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */}
    .lnb-mobile .inner_lnb_mobile{
        width: 100vw;
        height: 100%;
/*        height: calc(var(--vh, 1vh) * 100);*/
        -moz-transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        -o-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
        transform: translateX(100vw);
        background: #fff;
        transition: all 500ms cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */
        transition-timing-function: cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */
    }
    .lnb-mobile .header{display: flex;align-items: center;justify-content: space-between;padding: 0 3.5vw 0 3vw;height: 13vw;}
    .lnb-mobile .header .area{  }
    .lnb-mobile .header .area.lft{padding-top: 1vw;}
    .lnb-mobile .header .area.rgh{  }
    .lnb-mobile .header .area .back{display: inline-flex;align-items: center;}
    .lnb-mobile .header .area .back i{font-size: 6.7vw;}
    .lnb-mobile .header .area .back .name{font-size: 3.9vw;font-weight: 800;margin-left: 1.7vw;}
    .lnb-mobile .header .area .close{
        height: 6vw;
        width: 6vw;
    }
    .lnb-mobile .header .area .close i{font-size: 6vw;}
    .lnb-mobile .menu{
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    .lnb-mobile .menu .scroll_menu{
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .lnb-mobile .menu .inner_menu{}
    .lnb-mobile .menu .inner_menu{
        padding: 12vw 10vw 5vw;
        min-height: 74vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .lnb-mobile .lnb{}
    .lnb-mobile .lnb > ul{}
    .lnb-mobile .lnb > ul > li{
        margin-bottom: 3.5vw;
    }
    .lnb-mobile .lnb > ul > li > a{font-size: 7vw;font-weight: 800;}
    .lnb-mobile .lnb > ul > li >  a .line{}
    .lnb-mobile .lnb > ul > li >  a .line:after{}
    .lnb-mobile .lnb > ul > li.on >  a .line:after,
    .lnb-mobile .lnb > ul > li.hov >  a .line:after,
    .lnb-mobile .lnb > ul > li >  a:hover .line:after{}
    .lnb-mobile .lnb .depth2{
        position: absolute;
        width: 100vw;
        height: 94%;
        background: #fff;
        display: block;
        left: 0;
        top: 0;
        padding: 13vw 10vw 5vw;
        box-sizing: border-box;
        transition: all 300ms cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */
        transition-timing-function: cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */
        -moz-transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        -o-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
        transform: translateX(100vw);
        overflow-y: auto;
        box-sizing: border-box;
    }
    .lnb-mobile .lnb li.open .depth2{ 
        -moz-transform: translateX(0);-webkit-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0)
    }
    .lnb-mobile .lnb > ul > li.hov .depth2{  }
    .lnb-mobile .lnb .depth2 .inner_depth2{
        display: flex;
        flex-direction: column;
    }
    .lnb-mobile .lnb .depth2 .menu_circle{}
    .lnb-mobile .lnb .depth2 .menu_circle > ul{
        display: flex;
        margin-left: -5vw;
        flex-wrap: wrap;
    }
    .lnb-mobile .lnb .depth2 .menu_circle > ul > li{
        margin-left: 7%;
        text-align: center;
        margin-bottom: 8%;
        width: 26%;
    }
    .lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle{
        display: flex;
        width: 22.2vw;
        height: 22.2vw;
        justify-content: center;
        align-items: center;
        background: #f5f8fa;
        border-radius: 50%;
        position: relative;
        box-sizing: border-box;
        padding: 1vw;
    }
    .lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle.txt.new{
      background-color: #000;
  }
@media (hover: hover) {
    .lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle.txt.new:hover,
    .lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle.txt:hover{
        background-color:#feb31e;
    }
    .lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle.txt.new:hover span,
    .lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle.txt:hover span{
       color: #000;
    }

    .lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle.gif:hover{ background-color:#feb31e;}
}

.lnb-mobile .lnb .depth2 .menu_circle > ul > li.hov > .circle.txt.new,
.lnb-mobile .lnb .depth2 .menu_circle > ul > li.hov > .circle.txt{
   background-color:#feb31e;
}
.lnb-mobile .lnb .depth2 .menu_circle > ul > li.hov > .circle.txt.new span,
.lnb-mobile .lnb .depth2 .menu_circle > ul > li.hov > .circle.txt span{
   color: #000;
}
.lnb-mobile .lnb .depth2 .menu_circle > ul > li.hov > .circle.gif{ background-color:#feb31e;}


.lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle .txt {
    font-size: 3.4vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}
.lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle.new .txt{
    color: #ffc72c;
}
.lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle .ico{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.lnb-mobile .lnb .depth2 .menu_circle > ul > li > .circle .ico i{
    position: absolute;
    left: calc(50% - 30%);
    top: calc(50% - 30%);
    width: 60%;
    height: 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.lnb-mobile .lnb .depth2 .menu_circle > ul > li > .cont{
    margin-top: 2.1vw;
}
.lnb-mobile .lnb .depth2 .menu_circle > ul > li > .cont .t1{
    font-size: 3.3vw;
    font-weight: var(--fw-b);
    color: #000;
}

.lnb-mobile .lnb .depth2 .menu_txt{
    margin-left: 0;
    margin-top: 5vw;
}
.lnb-mobile .lnb .depth2 .menu_txt .type1{
    display: flex;
    flex-direction: column;
    margin-bottom: 4vw;
}
.lnb-mobile .lnb .depth2 .menu_txt .type1 a{
    font-size: 6.5vw;
    font-weight: 800;
    color: #000;
    display: inline-block;
    margin-bottom: 1.1vw;
}
.lnb-mobile .lnb .depth2 .menu_txt .type1 a:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
}

.lnb-mobile .lnb .depth2 .menu_txt .type1 a:first-child{ margin-top:0; }
.lnb-mobile .lnb .depth2 .menu_txt .type2{
    display: flex;
    flex-direction: column;
}
.lnb-mobile .lnb .depth2 .menu_txt .type2 a{
    font-size: 5vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 3vw;
}
.lnb-mobile .lnb .depth2 .menu_txt .type3{
    display: flex;
    flex-direction: column;
}
.lnb-mobile .lnb .depth2 .menu_txt .type3 a{
    font-size: 4vw;
    color: #000;
    display: inline-block;
    padding: 3.5vw 0;
    border-bottom: 1px #dfe7ec solid;
    padding-right: 0;
    font-weight: 700;
}
@media (hover: hover) {
    .lnb-mobile .lnb .depth2 .menu_txt .type3 a:hover{
        border-bottom: 1px #000 solid;
    }
}




.lnb-mobile .lnb .depth2 .menu_thumb{}
.lnb-mobile .lnb .depth2 .menu_thumb > ul{
    display: flex;
    margin-left: 0;
    flex-direction: column;
}
.lnb-mobile .lnb .depth2 .menu_thumb > ul > li{
    margin-left: 0;
    text-align: center;
    margin-bottom: 4vw;
}
.lnb-mobile .lnb .depth2 .menu_thumb > ul > li > .thumb{
    display: flex;
    width: 100%;
    height: 47vw;
    justify-content: center;
    align-items: center;
    border-radius: 4vw;
    position: relative;
    overflow: hidden;
}

.lnb-mobile .lnb .depth2 .menu_thumb > ul > li > .thumb i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all 3000ms cubic-bezier(0.470, 0.135, 0.675, 0.825); /* custom */
    transition-timing-function: cubic-bezier(0.470, 0.135, 0.675, 0.825); /* custom */
}
.lnb-mobile .lnb .depth2 .menu_thumb > ul > li > .thumb:hover i{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.lnb-mobile .lnb .depth2 .menu_thumb > ul > li > .cont{
    margin-top: 2vw;
    text-align: left;
}
.lnb-mobile .lnb .depth2 .menu_thumb > ul > li > .cont .t1{
    font-size: 3vw;
    font-weight: 600;
    color: #000;
}

.notice-line-mobile{
    height: 10vw;
    background: #f5f8fa;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 4vw;
    display: none;
}

.lnb-mobile .lnb .depth2 .menu_circle > ul > li:nth-child(1) .inner_dep3,
.lnb-mobile .lnb .depth2 .menu_circle > ul > li:nth-child(4) .inner_dep3,
.lnb-mobile .lnb .depth2 .menu_circle > ul > li:nth-child(7) .inner_dep3{position: relative;left: -5px;}
.lnb-mobile .lnb .depth2 .menu_circle > ul > li:nth-child(2) .inner_dep3,
.lnb-mobile .lnb .depth2 .menu_circle > ul > li:nth-child(5) .inner_dep3,
.lnb-mobile .lnb .depth2 .menu_circle > ul > li:nth-child(8) .inner_dep3{ position: relative; left: -28.4vw; }
.lnb-mobile .lnb .depth2 .menu_circle > ul > li:nth-child(3) .inner_dep3,
.lnb-mobile .lnb .depth2 .menu_circle > ul > li:nth-child(6) .inner_dep3,
.lnb-mobile .lnb .depth2 .menu_circle > ul > li:nth-child(9) .inner_dep3{position: relative;left: -56.4vw;}

.notice-line-mobile .notice-line{margin-top: 0;height: 5vw;position: relative;padding-right: 0;width: 100%;}
.notice-line-mobile .notice-line .swiper-container{ height: 5vw;  }
.notice-line-mobile .notice-line .swiper-wrapper{   }
.notice-line-mobile .notice-line .swiper-slide{ height: 5vw;  }
.notice-line-mobile .notice-line .swiper-slide .txt{display: flex;height: 5vw;overflow:hidden;align-items: center;}
.notice-line-mobile .notice-line .swiper-slide .txt .i-txt{margin-right: 2vw;}
.notice-line-mobile .notice-line .swiper-slide a{font-size: 2.9vw;}
.notice-line-mobile .notice-line .pageing{
    display: none;
}
.notice-line-mobile .notice-line .pageing i{}
.notice-line-mobile .notice-line .pageing .prev{cursor:pointer;height: 2vw;font-size: 3vw;}
.notice-line-mobile .notice-line .pageing .next{ cursor:pointer; height: 10px; margin-top:2px; }
.notice-line-mobile .notice-line .pageing .rgh{ position:absolute; right:0; top:2px;}
.notice-line-mobile .notice-line .pageing .rgh .btn_play{ width:21px; height:21px; background-repeat:no-repeat; background-size:100%; background-image:url(../images/common/btn_stop_ty1.png); overflow:hidden; } 
.notice-line-mobile .notice-line .pageing .rgh .btn_play.active{ background-image:url(../images/common/btn_play_ty1.png); }

.mobileMenuOpen{ overflow: hidden; }
.mobileMenuOpen #wrap{ position: relative; overflow: hidden;  }
.mobileMenuOpen .lnb-mobile{width: 100vw;transition: all 0ms cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */transition-timing-function: cubic-bezier(0.680, 0.105, 0.365, 0.905); /* custom */}
.mobileMenuOpen .lnb-mobile .inner_lnb_mobile{ -moz-transform: translateX(0);-webkit-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0); }

.gnb_menu_mo{margin-bottom: 15vw;margin-top: 10vw;}
.gnb_menu_mo > ul{}
.gnb_menu_mo > ul > li{margin-bottom: 2vw;}
.gnb_menu_mo > ul > li > a{display:inline-flex;align-items: center;font-size:4.2vw;font-weight: var(--fw-sb);}
.gnb_menu_mo > ul > li .ico{width: 9vw;display: inline-flex;}
.gnb_menu_mo > ul > li .ico img{width: 6vw;}
.gnb_menu_mo > ul > li .ico.mr5 img{ width: 5vw; margin-left: 0.4vw; }
.gnb_menu_mo > ul > li .area{
    display: inline-flex;
    align-items: center;
}
.gnb_menu_mo > ul > li .t{}

.gnb_menu_mo .btn_lang_mo{display: flex;justify-content: space-between;}
.gnb_menu_mo .btn_lang_mo .rgh{
    font-size: 3.4vw;
}
.gnb_menu_mo .btn_lang_mo .rgh .t{}
.gnb_menu_mo .btn_lang_mo .rgh i{
    font-size: 6vw;
    margin-left: 1vw;
}


}