/* 폰트 */
@font-face {
    font-family: 'GmarketSans';
    src: url(../font/GmarketSansTTF/GmarketSansTTFLight.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url(../font/GmarketSansTTF/GmarketSansTTFMedium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url(../font/GmarketSansTTF/GmarketSansTTFBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
    src: url(../font/NanumSquare/NanumSquare_acL.ttf) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'NanumSquare';
    src: url(../font/NanumSquare/NanumSquare_acR.ttf) format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'NanumSquare';
    src: url(../font/NanumSquare/NanumSquare_acB.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'NanumSquare';
    src: url(../font/NanumSquare/NanumSquare_acEB.ttf) format('truetype');
    font-weight: 900;
}



#load_screen{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.339);
    top: 0;
    left: 0;
    z-index: 1000;
}

.xr-mordal{
    display: none;
    position:fixed;
    max-width: 90%;
    width: 1000px;
    max-height: 90%;
    height: 800px;
    background-color: #fff;
    top:50%;
    left:50%;
    padding:20px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1001;
    overflow: auto;
}

.xr-mordal-mini{
    display: none;
    position:fixed;
    max-width: 90%;
    width: 300px;
    max-height: 90%;
    height: 100px;
    background-color: #fff;
    top:50%;
    left:50%;
    padding:20px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1001;
}

/* 공통 */
:root {
    --goto_btn_color: #43A4D8;
    --point_color : #00337b;
}

a{
    color:unset;
    text-decoration: unset;
}
a:hover{
    color: rgb(218, 216, 216);
}

dl, ol, ul{
    margin-bottom: unset;
}

.ko_g{
    font-family: 'GmarketSans';
    
}
.ko_n{
    font-family: 'NanumSquare';
    letter-spacing: -20;
    font-stretch: ultra-condensed;
}

.font_white{
    color:#fff;
}

.container_wrap{
    max-width: 1200px;
    margin:0 auto;
    height: 100%;
}

section#hero .container_wrap{
    height: calc(100% - 200px);
}


section .section_title{
    font-weight: 700;
    font-size: 40px;

}
section .section_title_desc{
    font-weight: 500;
    font-size: 20px;
}

section .section_title_wrap{
    text-align: center;
    font-family: 'GmarketSans';
}

section .section_contents{
    box-sizing: border-box;
    height: calc(100% - 90px);
}

/* goto_btn */
section#ent_support .goto_btn_wrap{
    width: 450px;
    margin: 0 auto;
}

section .goto_btn_a{
    text-decoration: none;
    color: var(--goto_btn_color);
}

section .goto_btn{

    border: 2px solid var(--goto_btn_color);
    padding: 10px 10px 5px;
    text-align: center;;
}

section .goto_btn:hover{

    background-color: #c6d2f08e;
}

section .goto_btn>span{
    margin-bottom: -3px;
    font-size: 30px;
}

section .goto_btn img{
    display: inline-block;
    height: 0.8em;
    margin-left: 10px;
    margin-bottom: 3px;
}

ul, ol{
    padding:0;
}

#wrapper{
    padding-top: 90px;
    margin: 0 auto;
    min-height: calc( 100vh - 150px);
}


/* 헤드 */

nav#gnb{
    position:fixed;
    z-index: 999;
    width: 100vw;
    height: 90px;
    box-shadow: 0px 3px #bcc1c98e ;
}

.gnb_wrap{
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 100%;
}

.gnb_1dli{
    position:relative;
    display: flex;
}

.gnb_1da{
    margin: auto 0;
}

#logo{
    display: block;
    width: 250px;
    height:auto;
    margin: auto 0;
}

#logo>a>img{
    width: 100%;
}

ul#gnb_1dul{
    position:relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size:22px;
}


ul li.gnb_al_li_plus{
    height: 60px;
    margin:auto 0;
}

/* 2차메뉴 */

.gnb_2dul_box{
    font-weight: 500;
    font-size:16px;
}


/* //2차메뉴 */

ul#gnb_1dul>li.gnb_gnb_mnal{
    position:absolute;
    right:0;
}

ul#gnb_1dul>li.gnb_first{
    width: 200px;
    height: 10px;
}

ul#gnb_1dul>li.gnb_last{
    width: 200px;
    height: 10px;
}

section.index{
    /* min-height: calc(100vh - 90px); */
    width: 100vw;
}

#ent_support{
    min-height: calc(100vh - 50px);
}

section>.wide_bg{
    height: 100%;
    background-size: cover;
    background-position-y: -130px;
}

ul.hd_login{
    display: flex;
}

ul.hd_login li img{
    object-fit: cover;
    height: 25px;
    padding:0 10px;
}

li#user_setting{
    position:relative;
}

ul.user_option_box{
    position:absolute;
}

/* 로그인 관련 */
.user_option_box{
    background: rgb(255, 255, 255);
    border-radius: 10px;
    font-size: 18px;
    width: 120px;
    padding:10px 20px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.315));
    margin-left:-10px ;
}

.user_option_box li{
    cursor: pointer;
    font-family: 'NanumSquare';
    color:#000;
    text-decoration: none;
    margin: 5px 0;

}

#pc_search .user_option_box li:hover{
    left: -50%;
    transform: translateX(-50%);
}

.user_option_box li:hover{
    background-color: rgba(221, 221, 221, 0.329);
    color:rgb(9, 77, 150);
    font-weight: 900;
    transition: all .3s;
}



#pc_search:hover>.user_option_box{
    display: block;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

#pc_search:hover>.user_option_box{

}

#pc_search:hover>.user_option_box input{
    max-width: 200px;
}




#user_setting:hover>.user_option_box{
    display: block;
    
}


/* /로그인 관련 */



/* 사이트맵 */

#gnb .gnb_menu_btn{
    top: 0;
    position: absolute;
    width: auto;
    height: auto;
    background: none;
}

#gnb_all{
    width: 100vw;
    height: 100vh;
    top:0;
    
    background-color:#002d6bd1
}

#gnb_all ul.gnb_al_ul{
    width: auto;
    margin: auto;
    border-image:linear-gradient(to right, #ffffff 90%, rgba(255, 255, 255, 0) 100%);
    border-top:2px solid;
    border-bottom:2px solid;
    border-image-slice: 1;
    
}

/* 1차메뉴 */
#gnb_all .gnb_al_li {
    float:none;
    display: flex;
    border:none;
    border-image:linear-gradient(to right, #ffffff 90%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    border-bottom: 2px solid ;
    width: 100%;
    font-size:60px;
    padding:0;
}

#gnb_all .gnb_al_li .menu1_cover{
    border-right: 2px solid #FFF;
    display: flex;
    padding: 0 20px;
    font-size: 32px;
}

#gnb_all .gnb_al_li:last-child {
    border-bottom: none;

}

#gnb_all .gnb_al_li:last-child ul {
    padding-top:30px;
}

#gnb_all .gnb_al_li:last-child li {
    width: 25%;
    padding:0px 30px 20px;
}

#gnb_all .gnb_al_li ul{
    display: flex;
    font-size:24px;
    flex-wrap: wrap;
}

#gnb_all .gnb_al_li li {
    padding: 30px;
    display: flex;

}

#gnb_all .gnb_al_li .gnb_al_a{
    font-size:1em;
}



#gnb_all ul.gnb_al_ul li.gnb_al_li a{
    color:#FFF;
    text-decoration: none;
    margin: auto 0;
}

.gnb_1dli_over .gnb_2dul{
    left: -10px;
}

.gnb_2da{
    padding-left: 20px;
}



/* 히어로 캐러셀 */


section#hero{
    height: calc(100vh - 90px);
}

section#hero .main-carousel{
    height: 200px;
    text-align: center;
    background: #19489979;
    border-bottom:4px solid #3e42551f;
}

section#hero .item{
    color:#fff;
    /* filter:drop-shadow(5px 0px 0px #3e4255); */
}

section#hero .notice_title{
    font-size: 32px;
    font-weight: 900;
    filter: drop-shadow(0px 0px 6px #000);
}

section#hero .notice_contents{
    font-size:20px;
    line-height: 1.3em;

    filter: drop-shadow(0px 0px 6px #000);
}


/* 히어로 백그라운드 */
section#hero .main_hero
{
    color: #00337b;
    background-image: url(../img/xrcenter/index/background_main.png);
    
    
}

section#hero .owl-stage-outer{
    padding-top: 40px;
}

/* //// 히어로 서클 //// */

section#hero .hero_circle_wrap{
    height: 100%;
    display: flex;
}

/* 히어로 서클 공통 */

section#hero .hero_circle_wrap ul{
    padding:0;
    width: 100%;
    height: 100%;
    display: flex;
    position:relative;
}

section#hero .hero_circle_wrap ul svg{
    position:absolute;

    height: 100%;
    z-index: 0;
}

section#hero .hero_circle_wrap ul svg:nth-of-type(1){
    left: 150px;
}
section#hero .hero_circle_wrap ul svg:nth-of-type(2){
    left: 450px;
}
section#hero .hero_circle_wrap ul svg:nth-of-type(3){
    left: 750px;
}


section#hero .hero_circle_wrap ul li{
    
    width: 25%;
    height: inherit;
    display: flex;
    align-items: center;
    z-index: 5;
}

/* 히어로 서클 원 */
section#hero .hero_circle_wrap ul li .hero_circle{
    --hero_circle_coror : #fff; 
    width: 75%;
    position:relative;
    display: flex;
    background-color: var(--hero_circle_coror);
    border-radius: 100%;
    margin:0 auto;
    transform-style: preserve-3d;
    filter: drop-shadow(0px 0px 5px #000000b9);
    cursor: pointer;
    justify-items: center;
      align-items:center;
}








section#hero .hero_circle_wrap ul li .hero_circle_halo{
    opacity: 0;
    position:absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.15);
    border: 6px solid var(--hero_circle_coror);
    border-radius: 100%;
    transition: opacity 0.5s;
}

section#hero .hero_circle_wrap ul li .hero_circle .hero_circle_halo{
    opacity: 1;
    transition: opacity 0.5s;
}



/* 히어로 서클 원 배치 */
section#hero .hero_circle_wrap ul li:nth-child(2n-1) .hero_circle{
    bottom: 20%;
    
}

section#hero .hero_circle_wrap ul li:nth-child(2n) .hero_circle{
    top:15%;
}

section#hero .circle_contents_wrap{
    position:absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
}

section#hero .hero_circle_wrap .hero_circle p.circle_title{
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    margin:0;
}

section#hero .hero_circle_wrap li .hero_circle img{
    
    /* width: 60%; */
    height: 50%;
    margin: 0 auto;
    /* top:50%;
    left: 50%;
    transform: translateZ(30px) translateX(-50%) translateY(-50%); */
    filter: drop-shadow(5px 5px 5px #00000071);
    /* box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0.3); */

}


section#hero .hero_circle_wrap ul li .hero_circle::after{
    content:"";
    display: block;
    padding-bottom:100%;
}






/* 기업지원 */


section#ent_support .ent_wrap{
    padding-top: 110px;
    height: 100%;
    padding-bottom: 30px;

    
}



section#ent_support .section_contents_top{
    width: 100%;
    color:#fff;
    font-size: 26px;
    font-weight: 900;
    background-image: url(../img/xrcenter/index/section_top.png);
    padding: 5px 0px 5px 20px;
    margin-top: 30px;
}

section#ent_support .contents_title{
    font-size: 28px;
    font-weight: 900;
    border-bottom: 3px solid #0349ac;
    margin: 10px 20px 10px;
}

section#ent_support .contents_desc{
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    padding-left: 35px;
}


section#ent_support .section_contents ul{
    display: flex;
    padding-left: 0;
    height: 450px;
}

section#ent_support .section_contents ul li{
    width: 25%;
    height: auto;
    text-align: center;
    border: solid 1px #a5afc7;
    margin: 30px 10px;
}

section#ent_support .section_contents .contents_img_wrap{
    margin-top: 30px;
}

section#ent_support .section_contents .contents_img_wrap img{
    width: 60%;
}

/* 기업정보 */

section#ent_info{
    height: 100vh;
}

section#ent_info .wide_bg{
    background: url(../img/xrcenter/index/background_info.png);
    height: 100%;
    background-size: cover;
    background-attachment: fixed;

}


section#ent_info .ent_info_btn_wrap{
    height: 100%;
}

section#ent_info ul{
    display: flex;
    justify-content: center;
    height: calc(100% - 90px);
}

section#ent_info ul li{
    display: flex;
    text-align: center;
    width: 35%;
    min-height: 60%;
    border: 2px solid #ffffff80;
    margin : auto 30px 15%;
    cursor: pointer;
    padding: 20px 0;
}

section#ent_info .ent_btn__wrap{
    margin:auto;
}

section#ent_info .ent_info_btn__title{
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.2em;
    padding-bottom: 30px;
    margin-left: 10px;
}

section#ent_info .ent_info_btn__desc{
    padding-top:20px;
    font-size: 22px;

}



section#ent_info ul li .ent_info_btn__img{
    position:relative;
    width: 200px;
    height: auto;
    margin:0 auto;
}

section#ent_info img.info_icon01_1, section#ent_info img.info_icon02_1{
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}

section#ent_info img.info_icon01_2, section#ent_info img.info_icon02_2{
    position:absolute;
    display: inline-block;
    top:0;
    left: 0;
    opacity: 0;
}

section#ent_info ul li:first-child:hover{
    background-color: #ffffff20;
    -webkit-transition: background-color 200ms linear;
   -moz-transition: background-color 200ms linear;
   -o-transition: background-color 200ms linear;
   -ms-transition: background-color 200ms linear;
   transition: background-color 200ms linear;
}

section#ent_info ul li:first-child:hover img{
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}

section#ent_info ul li:first-child:hover img.info_icon01_2{
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}

section#ent_info ul li:first-child:hover img.info_icon01_1{
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}

section#ent_info ul li:last-child:hover{
    background-color: #ffffff20;
    -webkit-transition: background-color 200ms linear;
   -moz-transition: background-color 200ms linear;
   -o-transition: background-color 200ms linear;
   -ms-transition: background-color 200ms linear;
   transition: background-color 200ms linear;
}

section#ent_info ul li:last-child:hover img.info_icon02_2{
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}

section#ent_info ul li:last-child:hover img.info_icon02_1{
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}



/* 산업정보 */

    section#industry_info{
        background-image: url(../img/xrcenter/index/background_news.png);
        background-size: cover;
        background-position-y: 50% ;
    }

    section#industry_info .row{
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    section#industry_info .recent_news_wrap{
        position:relative;
        height: 50vh;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        margin: auto 0;

    }



    section#industry_info .recent_news__box_bg{
        position: absolute;
        top:0;
        filter:brightness(0.4) ;
        width: 100%;
        height: 100%;
        background-size:cover;
        border: solid 1px #000;
        z-index: 1;

      

    }

    section#industry_info .recent_news__box{
        width: 100%;
        height: 100%;
        position:relative;
        top:0;
        z-index: 99;
        border: solid 2px #a5afc7;
        box-shadow: 5px 5px #a5afc7 ;

    }

    section#industry_info .recent_news__box_top{
        display: flex;
        position:relative;
        font-size:28px;
        padding:5px 10px;
        border-bottom:solid 1px #a5afc7;
    }


    section#industry_info .recent_news__box .recent_news{
        position:absolute;
        bottom:0;
        padding:20px;

    }

    section#industry_info .recent_news__box_top .recent_news__box_more{
        font-size: 16px;
        display: inline-block;
        position: absolute;
        margin: auto 0;
        right: 0px;
        padding:10px 12px;
    }

    section#industry_info .recent_news__box_title{
        padding-left: 10px;
        font-weight: 900;
    }




    section#industry_info .recent_news__title{
        font-size: 24px;
        font-weight: 500;
    }



    /* 산업, 기술동향 */

    section#industry_info .industry_news_wrap{
        width: 100%;
        height: 30vh;
        border:solid 2px #a5afc7;
        box-shadow: 5px 5px #a5afc7 ;

    }
    section#industry_info .recent_news_overwrap{
        padding-bottom: 40px;
    }
    section#industry_info .industry_news_overwrap{
        padding-bottom: 60px;
    }

    section#industry_info .industry_news__box{
        background-color: #fff;
        height: 100%;
    }



    section#industry_info .industry_news__top{
        display: flex;
        /* height:20%; */
        padding: 5px 10px 5px 20px;
        position:relative;
        border-bottom:solid 2px #a5afc7;
        font-size:26px;
        font-weight: 900;
    }

    section#industry_info .industry_news__top span.news{
        color:#0054CB;
    }

    section#industry_info .industry_news__top .industry_news_more{
        position: absolute;
        font-size: 28px;
        right: 20px;
    }

    section#industry_info .industry_news_wrap ul{
        padding:0;
        margin:0;
        height: 100%;
    }
    section#industry_info .industry_news__box .industry_news{
        height: 80%;
    }

    section#industry_info .industry_news__box .industry_news ul li{
        height: 33%;
        padding:10px 20px;
        border-bottom: solid 1px #a5afc7;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    section#industry_info .industry_news .industry_news__title{
        font-size:18px;
        font-weight: 700;
    }


    section#industry_info .industry_news__box .industry_news ul a:last-child li{
        border-bottom: none;
    }

    section#industry_info .section_contents>.row>div:first-child{
        display: flex;
    }

    section#industry_info .flex_center{
        display: flex;
        align-items: center;
    }

    section#industry_info .flex_center:first-child{
        align-items: end;

    }

    section .ent_wrap{
        padding-top: 110px;
    }
    .industry_news__content, .industry_news__title{
        text-overflow: ellipsis;
        height: 1.5em;
        overflow: hidden;
        white-space: nowrap;
    }

    /* 센터소개 */

    section#center_intro{
        min-height: calc(100vh - 90px);
    }

    section#center_intro .section_contents_wrap{
        margin-top: 40px;

    }

    section#center_intro .section_contents_wrap .title{
        color:#fff;
        font-size: 28px;
        display: inline-block;
        background-color: #00337b;
        padding:0px 10px;
    }

    section#center_intro .section_contents_wrap .contents{
        margin-top: 20px;
        font-size:18px;
    }

    section#center_intro .coop_site_title{
        text-align: center;
        font-size: 30px;
        font-weight: 700;
    }

    section#center_intro .goto_btn{
        width: 60%;
        margin: 80px auto 0;
    }

/* 코옵캐러셀 */

.coop_site{
    margin: 10px 0 20px;
}

.coop-carousel-wrap{
    width: 60%;
    margin: 20px auto 0;
}

.coop-carousel {
    height: 50px;
    overflow: hidden;
}

.coop_site .owl-stage-outer{
    height: 100%;
}

.owl-carousel .owl-stage {
    display: flex;
    height: 100%;
  }

  .owl-carousel .owl-item{
    height: 100%;
    width: auto;
  }

  .owl-carousel .owl-item .item{
    height: 100%;
    width: auto;
  }

 .owl-carousel .owl-item img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }

  .owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;}

/* footer */
#ft_company{
    width:50% !important;
}

#ft_coopsite{
    margin-top: 10px;
    float: left;
    width: 25%;
}

#ft_coopsite .footer-col{
    position:relative;
}

.arrow{
    position:absolute;
    z-index: 9999;
    color:#000;
    right:10px;
}

#ft{
    height: 150px;
    background-color: #11325B;
}

#ft_wr{
    padding: 20px 0 0;
}


/* 상단 서브 메뉴 */

section#top_submenu{
    background-image: url(../img/xrcenter/index/board_header.png);
    height: 200px;
}

section#top_submenu nav.board_top_nav{
    height: 100%;
    display: flex;

    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

section#top_submenu ul{
    display: table;
    margin:0;
    align-self: end;
    border-collapse: collapse;
    width: 80%;
}

section#top_submenu ul li.subMe{
    background-color: #4473c4c0;
    color:#fff;
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    border: 2px solid #fff;
    display: table-cell;
    width: 25%;
    text-align: center;
    cursor:pointer;
}

section#top_submenu ul li.subMe:hover, section#top_submenu ul li.subMe.actived{
    background-color: #183f7ded;
    font-weight: 900;
}

#top_submenu nav .top_title_wrap
{
    display: none;
    position:absolute;

    top: 40px;
    
}

#top_submenu nav .top_title_wrap .top_title{
    font-size: 40px;
    color:rgb(255, 255, 255);
    font-weight: 900;
    background-color: rgba(0, 0, 0, 0.449);
    display: inline-block;
    width: 200px;
    line-height: 1.5em;
    text-align: center;
    border-radius: 5px;
}

/*  */
ul.user_option_box{
    display: none;
}

#bo_v_share{
    display: none;
}
.div10{
    padding-bottom: 10px;
}

.div20{
    padding-bottom: 20px;
}

.div30{
    padding-bottom: 30px;
}

.div40{
    padding-bottom: 40px;
}


#bo_cate #bo_cate_on{
    text-decoration: none;
}

.td_subject{
    cursor: pointer;
}

.mb_show{
    display: none;
}

#gnb_mb_menu__btn{
    display: none;
}

#gnb_mobile_bg{
    display: none;
}

#mobile_menu{
    display: none;
}

.section_contents .row{
    width: 100%;
}
#subMe_mobile{
    display: none;
}
.support__desc{
    background: linear-gradient(to top, #7ecef4 50%, transparent 0%);
    display: inline-block;
}

.gnb_close_btn{
    width: 30px;
}

.gnb_close_btn img{
    width: 100%;
display: inline-block;
}

.register{
    max-width: 1200px;
    padding: 40px 0;
}

#pc_search input{
    border-radius: 5px;
    padding:5px;
    border:1px solid rgba(0, 0, 0, 0.449);
    box-shadow: 2px 2px rgba(0, 0, 0, 0.449);
    position:relative;
}

#pc_search form{
    display: flex;
}

#searchbox_submit{
        background: none;
        border: none;
}

.fw700{
    font-weight: 700;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    
}

.page{
    float: left;
    margin-top: 10px;
}

.industry_news_overwrap a:hover{
    color: unset;
}
.industry_news_overwrap a:hover li{
    
    background-color: rgb(243, 243, 243);
}


#support_top_img{
    max-width: 80%;
    width: 800px;
    margin: 0 auto;
}

#support_top_img img{
    width: 100%;
}



/* mobile */
@media screen and (max-width:1199px) {
    #hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr{
        width: 100vw;
    }
    .mb_none{
        display: none !important;
    }
    .mb_show__block{
        display: block;
    }
    .mb_show__flex{
        display: flex;
    }
    .gnb_wrap{
        padding:0px 20px;
        position:relative;
        align-items: center;

    }
    #gnb_mb_menu__btn{
        display: block;
        justify-self: end;
        position: absolute;
        right: 0;
        z-index: 2000;
        width: 30px;
        margin-right: 30px;
        cursor: pointer;
    }
    #gnb_mobile_bg{
        position:absolute !important;
        top:0;
        left:0;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.274);
        z-index: 3000;
    }

    #mobile_menu{
        position:absolute !important;
        max-width: 300px;
        width: 60%;
        min-width: 20vw;
        right: -60%;
        top:0;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        transition:all .3s ease-in-out;
        z-index: 3100;
        border-top-left-radius: 10px;
        /* border-bottom-left-radius: 10px; */
        padding:20px;
        

    }
    .mb_menu_on{
        right: 0 !important;

    }

    /* #mobile_menu .menu1_cover{
        cursor: pointer;
    } */

    #mobile_menu .gnb_al_li ul{
        height: 0;
        overflow: hidden;
        cursor: pointer;
    }
    #mobile_menu .gnb_al_li ul.opened{
        height: auto !important;

    }
    #mobile_menu{
        display: block;
        overflow: scroll;
    }

    section.index{
        height: auto !important;;
    }
    section#ent_support .ent_wrap{
        padding: 50px 0;
    }

    #hd, #wrapper, #ft{
        min-width: auto !important;
    }

    #hero{
        min-height: calc(100vh - 90px) !important;
    }

    section#hero .hero_circle_wrap ul {
        flex-direction: column;
        padding: 20px 0 40px;
        margin: 20px 0;
    }
    section#hero .hero_circle_wrap ul li {
        width: 100%;
    }

    section#hero .hero_circle_wrap ul li:nth-child(2n-1) .hero_circle{
        bottom: 0;
        right: 15%;
    }
    section#hero .hero_circle_wrap ul li:nth-child(2n) .hero_circle{
        left:15%;
        top:unset;
    }
    section#hero .hero_circle_wrap ul li .hero_circle {
        width: 25%;
    }
    section#hero .hero_circle_wrap .hero_circle p.circle_title {
        font-size: 18px;
    }

    section#hero .hero_circle_wrap li .hero_circle img {
        height: 60%;
    }
    
    section#ent_support .section_contents ul {
        height: auto !important;
    }
    section#ent_support .section_contents ul{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    section#ent_support .section_contents ul li {
        width: 45%;
        margin: 15px 0px;
        padding: 20px;
    }
    #ent_info .section_title_wrap{
        padding-bottom : 20px;
    }
    .section_title_desc{
        padding: 0 20px;
        word-break: keep-all;
    }

    .ent_info_img{
        padding:10px;
    }

    .section_contents_wrap .row{
        width: 100%;
        margin:0;
    }
    section .ent_wrap {
        padding-top: 50px;
    }
    .coop_site{
        padding: 20px 0px 40px;  margin-top: 0px;

    }

    #center_intro [class^="col-md"]{
        padding:0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    #center_intro iframe{
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .industry_news_overwrap .col-md-12{
        padding: 10px;
    }

    #center_intro .goto_btn_wrap{
        width: 80%;
    }

    section#center_intro .goto_btn{
        width: 100%;
        margin:0;
    }
    #ft{
        height: auto;
    }
    #ft_wr{
        display: flex;
        flex-direction: column;
        padding: 30px;
        width: 100%;
    }
    #ft_logo{
        order:1;
        height: 50px;
        padding-left: 30px;
    }
    #ft_logo img{
        height: 100%;
        width: auto !important;
    }

    #ft_company{
        order:2;
        width: 90% !important;
        margin: 0 30px;
    }

    #ft_coopsite{
        order: 3;
        margin-left: 50px;
        width: 80%;
    }


    #ft .form-control{
        
    }
    section#top_submenu nav.board_top_nav{
        width: 100%;
    }
    ul.subMe_bar {
        display: none !important;
    }
    #subMe_mobile{
        width: 90%;
        display: flex;
        align-items: center;
    }
    #subMe_mobile select{
        width: 100%;
        font-size: 24px;
        background: #fff;
        border: 2px solid #030c8e42;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        height: 50%;
    }
    #subMe_mobile select option{
        font-size: 18px;
    }
    section#top_submenu{
        height: 80px;
    }
    #board{
        padding:0 20px;
    }

    section#board{
        min-height: unset;
        height: auto;
    }
    section[id^="support__"] img{
        display: none;
    }
    section#support__mission img{
        display: inline-block;
    }
    section#support__step{
        display: none !important;
    }
    .section_support__intro .wrap {
        display: block;
    }
    .section_support__intro .wrap .intro_sub {
        border: none;
    }
    .support_title_wrap{
        width: 100%;
    }

    .support__desc_wrap{
        display: flex;
        padding:0;
    }
    .support__desc{
        margin: 0 auto;
    }
    
    #support_tail .btn {
        width: 80%;
    }
    .intro_contents{
        width: auto;
    }

    #support__target{
        margin:50px 0;
    }
    .support__title{
        margin-left: 50px;
    }
    .not-equipment .wrap{
        margin-left: 20px;
    }
    #support__intro .wrap .intro_sub {
        width: auto;
        font-size: 20px;
    }
    .section_support__intro ul li{
        font-size: 18px;
    }
    .support__desc {
        font-size: 24px;
    }

    #support_tail p {
        font-size: 28px;    
    }

    .vline_wrap div:first-child {
        min-height: 60px;
    }

    #support__intro .intro_sub {
        padding: 0 30px 20px 20px;
    }
    .section_support__intro .wrap{
        padding: 0px 0 0 10px;
    }

    section#hero .notice_title{
        font-size: 30px;
    }
    section#hero .notice_contents {
        font-size: 18px;
    }
    section .section_title {
        font-size: 32px;
    }
    section .section_title_desc{
        font-size: 18px;
    }
    section#ent_support .contents_title{
        font-size: 22px;
    }
    section#ent_support .contents_desc {
        padding-left: 0;
        font-size: 18px;
        word-break: keep-all;
        text-align: center;

    }
    section#ent_support .goto_btn_wrap {
        width: 80%;
    }
    section .goto_btn > span{
        font-size: 22px;
    }
    .center_intro p{
        word-break: keep-all;
        padding: 0 10px;
    }
    #wrapper{
        overflow: hidden;
    }
    section#ent_info ul li .ent_info_btn__img {
        width: auto;
    }
    section#ent_info ul li .ent_info_btn__img img {
        width: 100%;
    }
    section#ent_info .ent_btn__wrap {
        width: 100%;
    }
    section#ent_info ul li{
        width: 40%;
    }
    section#ent_info .ent_info_btn__desc{
        font-size: 18px;
    }
    section#ent_info .ent_info_btn__title{
        font-size: 24px;
    }
    section#ent_info ul{
        justify-content: space-evenly;
        padding-bottom: 30px;
    }
    section#ent_info ul li {
        height: auto;
        margin: 0;
    }

    /* 사이드메뉴 */
    [id^="member_btn__"]{
        cursor: pointer;
        padding:0px 10px;
        border-radius: 30px;
        border:1px solid;
        font-weight: 700;

    }
    #profile_box{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0 20px;
        border-bottom: 1px solid rgba(65, 65, 65, 0.606);
        margin-bottom: 15px;
    }
    #need_login{
        color:#75b3ff;
        font-weight: 700;
        font-size: 16px;
    }
    #member_btn__mypage{

    }
    #member_btn__logout{
        border:1px solid #222;
        background-color: rgb(131, 131, 131);
        color:#fff;
        margin-left: 10px;
    }

    #member_btn__login{
        color: #75b3ff;
        border-color:#75b3ff;

    }

    #need_login{
        margin-bottom: 1rem;
    }

    #mobile_searchbox{
        width: 100%;
        border-radius: 5px;
        padding:5px;
        border:1px solid rgba(0, 0, 0, 0.449);
        box-shadow: 2px 2px rgba(0, 0, 0, 0.449);
        position:relative;
    }

    #mobile_menu .menu1_cover{
        border-bottom: 1.5px solid rgba(46, 46, 46, 0.606);
        font-size: 24px;
        font-weight: 700;
    }
    #mobile_menu .menu1_cover a{
        text-decoration: none;
        color:#222;
    }
    
    #mobile_menu .gnb_al_li ul{
        padding: 5px 20px 10px;
    }

    #mobile_menu .gnb_al_li ul li{
        height: 1.5em;
    }

    #mobile_menu .gnb_al_li ul li a{
        color:#222;
        text-decoration: none;
    }
    #mobile_menu .gnb_al_li ul li::before{
        content: "·";
        font-size: 20px;
    }

    #map {
        padding: 0 10px;
    }

    #member_level{
        display: inline-block;
        font-size: 12px;
        padding:0px 5px;
        font-weight: 700;
        color: #fff;
    }
    #member_level.mem_2{
        background-color: #c9dcfe;
    }
    #member_level.mem_3{
        background-color: #2161d4;
    }
    #member_level.mem_7{
        background-color: #2ccb00ba;
    }
    #member_level.mem_10{
        background-color: rgb(165, 0, 0);
    }

    #member_name{
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .member_btn_wrap{
        display: flex;
        justify-content:left;
        font-size: 14px;
        
    }

    #profile_img{
        width: 25%;
        overflow: hidden;
        margin-right: 10px;
        
    }
    #profile_img img{
        display: block;
        width: 100%;
        
        border-radius: 100px;
        border: 1px solid #aaa9a9;;
    }
    #profile_sub{
        width: 70%;
    }

    #searchbox form{
        position: relative;
    }

    #mobile_searchbox_submit{
        position:absolute !important;
        right:10px;
        top:50%;
        transform: translateY(-50%);
        background: none;
        border: none;
    }
    #mobile_searchbox_submit img{
        height: 1.5em;
    }

    #profile_sub.not_mem{
        width: 80%;
    }
    #profile_sub.not_mem .member_btn_wrap{
        justify-content: center;
    }
    #bo_list{
        padding: 0 20px;
    }
    .register{
        width: auto !important;
        padding:20px;
    }
}