
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/

* {
    font-family: 'Roboto','Noto Sans KR', 'NanumBarunGothic', Sans-serif !important;
    word-break: KEEP-ALL;
}

body, html {

    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

a:focus{
    outline: none;
}
.first-nav{
    display: flex;
    margin: 10px 0 0px 0;
}
.first-nav-wrap{
    border-bottom: 1px solid #bfbfbf;
}
.second-nav{

}
.second-nav > ul{
    float: right;
    margin-top: 14px;
}
.nav-sns > a{
    display: inline-block;
    color: #bfbfbf;
    padding: 0 14px;
    border-right: 1px solid #bfbfbf;
}

.first-nav > .nav > li:first-child > a{
    padding-left: 0;

}

.first-nav > .nav > li:last-child > a{
    border-right: 1px solid transparent;

}

.nav-sns > a > img{
    width: 20px;
}

.nav-sns > a:hover{
    text-decoration: none;
    color: #555555 !important;
}

/*pagination*/
.pagination{
    justify-content: center;
}

.page-link:hover,
.page-item.active .page-link {
    z-index: 1;
    font-weight: bold;
    color: #555;
    background-color: transparent;
    border-color: transparent;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #bfbfbf;
    background-color: transparent;
    border: 1px solid transparent;
}


.lang-active{
    font-weight: bold;
    color: #555555 !important;
    border-bottom: 3px solid #555555 !important;;
    text-align: center;
    display: inline-block;
}
.first-nav-lang{
    margin-bottom: 10px;
    margin-left: auto;
    justify-content: flex-end;
}
.nav-link{
    font-size: 18px;
    padding: 0;
    margin: 0.5rem 0.8rem;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}
.nav-item > .active,
.nav-item > a:hover{
    color: #00a087;

    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1px solid #00a087;
}
.ql-align-center{
    margin-bottom: 0;
}
.cont-margin {
    margin-top: 60px;
}
.inline_btn > a{
    display: inline-block;
}
.section_more_wrap{
    margin: 20px 0;
    text-align: center;
}
.top_btn{
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    background-color: #f9e84b;
    width: 68px;
    height: 68px;
    border-radius: 2rem;
}
.top_btn:hover{background-color: #f9e84b;
}
.top_btn > a > i{
    font-size: 2rem;
    font-weight: lighter;
}
.text_top{
    display: block;
    font-size: 0.85rem;
    font-weight: bold;
    margin-top: -5px;
}
.select_lang{
    color: #999999;
    border-bottom: 3px solid transparent;
    /*padding: 0 5px;*/
    text-align: center;
    line-height: 1.25rem;
    display: inline-block;
    /*margin: 0.5rem 2px;*/
}
.select_lang:first-child{
    margin: 0 8px;
}
.top_lang_en:hover{

    color: #00a087 !important;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 3px solid #00a087 !important;
}
.top_lang_ko:hover{
    font-weight: bold;
    text-decoration: none;
    color: #5ded2e !important;
    border-bottom: 3px solid #5ded2e  !important;
}
.top_lang{
    width: 60px;
    margin-right: 5px;
}
.top_btn > a{
    color: #000;

    padding: 12px 15px;
    display: inline-block;
}

.top_btn > a:hover{
    text-decoration: none;
}
.btn-full{
    width: 100%;
 }

.btn{
    border: 0;
}
.btn-grad{
    color: #fff;
    background: #8cc63e;
    background: -moz-linear-gradient(-45deg, #8cc63e 1%, #00a087 100%);
    background: -webkit-linear-gradient(-45deg, #8cc63e 1%,#00a087 100%);
    background: linear-gradient(135deg, #8cc63e 1%,#00a087 100%);

}
.btn-grad:hover{
    color: #fff;
    background: #8cc63e;
}

.news_section_top{
    text-align: center;
    font-weight: bold;
    font-size: 2.25rem;
    padding-top: 40px;

}

.section_top{
    text-align: center;
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 20px;
    padding: 20px 0;

}

.section_title{
    font-size: 2rem;
    font-weight: bold;
}
.section_line{
    width: 30px;
    height: 4px;
    margin: 10px auto;
    background-color: #9b6442;
}

.section_hero{
    color: #8cc63e;
    display: block;
}
.section_desc{
    font-weight: normal;
    font-size: 1rem;
    padding: 10px;
    display: block;
}


.hs_go_list{
    margin-top: 40px;
    text-align: center;
    padding: 24px 0;
    margin-bottom: 120px;
}
.hs_go_list > a > img{

    max-width: 84px;
}


.btn-radius{
    border-radius: 2rem;
}

.lang_choice{
    display: block;
}
.lang_choice > a{
    color: rgba(255,255,255,0.8);
}

.lang_choice > a:hover{
    color: rgba(255,255,255,1);
}
.main_hero_text{
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    padding: 20px 0;
}
.impact_color{
    color: #00a087;
}
.open > .dropdown-menu{
    display: block;
}
/*gnb*/
.top_logo_back{
    background: #8cc63e;
    background: -moz-linear-gradient(-45deg, #8cc63e 1%, #00a087 100%);
    background: -webkit-linear-gradient(-45deg, #8cc63e 1%,#00a087 100%);
    background: linear-gradient(135deg, #8cc63e 1%,#00a087 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63e', endColorstr='#00a087',GradientType=1 );
}

.nav-logo{
    height: 40px;
    margin: 10px 0;
}
.nav-regi-btn{
    font-size: 16px;
    padding: 0.5rem 1rem;
    border-radius: 4rem;
    color: #fff;
    background: #8cc63e;
    background: -moz-linear-gradient(-45deg, #8cc63e 1%, #00a087 100%);
    background: -webkit-linear-gradient(-45deg, #8cc63e 1%,#00a087 100%);
    background: linear-gradient(135deg, #8cc63e 1%,#00a087 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63e', endColorstr='#00a087',GradientType=1 );
}
.nav-regi-btn.active,
.nav-regi-btn:hover{
    color: #fff !important;
    border-bottom: 1px solid transparent  !important;
    text-decoration: none;
   /*// background: #8cc63e;*/
}
/*theme*/

/*section_pink 일때 색상 변경*/

.green_theme > .section_top > .section_hero{
    color: #069ec1;
}
.green_theme > .prog_wrap > .prog_row > .prog_time{

    border-right: 1px solid #069ec1 ;
}
.green_theme > .prog_wrap > .prog_row > .prog_detail > .prog_title{

    color: #069ec1;
}

.ql-align-center{
    text-align: center;
}

/*speaker*/


.speaker_img{
    max-width: 100%;
}

/*conference*/

.top_back{
    background-size: cover;
    padding: 20px 0;
    margin-top: 114px;
    min-height: 360px;
}
.top_title{
    font-size: 2rem;
    color: #fff;
    position: relative;
    height: 300px;
    width: 100%;
    overflow: auto;
}
.top_corner{
    position: absolute;
    bottom: 20px;
    left: 0;
}
.top_corner > span:first-child{
    margin-bottom: -20px;
}

.top_corner > span:last-child{
    font-size: 3.25rem;
}
.top_title > .top_corner >span{
    display: block;
}
.section_pink{
    background-color: #00a08720;

}
.section_wrap{

    padding: 40px 0;
}
.section_wrap:first-child{
    padding-top: 0;
}
.about_top_wrap{
    padding: 40px 0;
}
.about_cnt{
    margin-top: 40px;
}
.regi_term_wrap{
    background-color: #e5f7c6;
    padding: 20px 0;
}
.ceo_about_wrap,
.ngo_partner_wrap,
.conf_regi_wrap{
    background-color: #00a08720;
    padding: 20px 0;
}
.big_arrow_right{
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}
.his_btn_icon > img,
.big_arrow_right > img,
.big_arrow_left > img{
    margin-top: -4px;
    width: 18px;

}
.big_arrow_left{
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
}

/*sort*/
.top_sort{
    padding: 20px 0;
}
.top_sort > ul{
    padding: 5px 10px 0 0;
    min-width: 110px;
    display: inline-block;
    border-top: 1px solid #8cc63e;
}
.top_sort > ul > li{
    display: inline-block;
    list-style: none !important;
    margin-right: 10px;
}

.top_sort > ul > li:last-child{
    margin-right: 0px;
}

.top_sort > ul > li > a{
    font-size: 1.15rem;
    color: rgba(0,0,0,0.8);
}

.top_sort > ul > li > a:hover{
    text-decoration: none;
    color: rgba(0,0,0,1);
}
.top_sort > ul > .sort_active{
    color: rgba(0,0,0,1);
    font-size: 1.15rem;
    font-weight: bold;

}
/*footer*/

.footer{
    color: rgba(255,255,255,0.8);
    background-color: #222222;
    font-size: 0.85rem;
    padding: 40px 0;
}
.footer_left{
    text-align: center;
    
}
.footer_com_title{
    font-weight: bold;
}
.footer_tel{
    display: block;
    color: rgba(255,255,255,0.8);
}
.footer_sns > a{
    color: #fff;
    font-size: 1.85rem;
    margin-right: 10px;
}
.footer_sns > a > img{
    width: 30px;
    margin-top: -4px;
}

.footer_sns > a:hover{
    color: #fff;
    text-decoration: none;
}
.footer_logo{
    max-width: 140px;
}
.footer_copy{
    margin: 10px 0;
    display: inline-block;
}

a.footer_tel:hover{
    color: #fff;
}

@media (max-width: 1220px) {

    .top_back{
        margin-top: 58px;
        min-height: 200px;
        background-position: center;
    }
    .top_title{
        height: 200px;
        text-align: center;
    }
    .top_corner {
        right: 0;
    }
    .nav-logo {
        height: 28px;
        margin: 10px;
    }

}
@media (max-width: 767px) {
    .footer_left {
         margin: 20px 0;
    }

    .about_cnt{
        margin-top: 0px;
    }
    .sm_block{
        display: block;
    }
    .main_hero_text {
        font-size: 1.85rem;
        text-align: center;
    }
    .section_wrap {
        padding: 20px 0;
    }
    .footer{
        padding: 20px 0;
    }
    .footer_sns_wrap{
        margin-top: 20px;
    }
    .slider > .slick-list > .slick-track > .slick-slide {
        margin: 55px 0 0 0 !important;
    }
    .big_arrow_right{
        /*margin-right: 0px;*/
    }
    .big_arrow_left{
        /*margin-left: 0px;*/
    }
}

@media (max-width: 575px){
    .so_logo {
        max-width: 240px !important;
    }
    .so_info {
        font-weight: normal !important;
         font-size: 1rem !important;
    }
    .mobile_top_lang{
        padding-right: 24px;
    }
}


/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
    .main_hero_text{
        font-size: 2rem;
    }
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    }
}
