* {box-sizing:border-box;}
html{
    overflow-x: hidden;
    font-family:'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
    color:#111;
    letter-spacing:-0.5px;
}

strong , em {font-weight:bold;}



/*=====================
        PC 헤더
=====================*/
#header_pc{}
#header.tabletVer{display:none;}
/*logout*/
#header_pc .utillWrap{border-bottom:1px solid #ddd; width:100%;padding:10px 0;}
#header_pc .utillWrap .utill{max-width:1200px;padding:0 0 0 0px; width:100%; width:100%;margin:0 auto;text-align:right; position:relative;}
#header_pc .utillWrap .utill a{position:relative;font-size:14px; color:#555; font-weight:500;}

/*gnb*/
#header_pc .gnb{border-bottom:1px solid #ddd; height:80px; color:#000;text-align:center;}
#header_pc .gnb.on{position: fixed;left: 0; top: 0; z-index:500; background: #fff; width: 100%; border-bottom: 1px solid #ddd;}
#header_pc .gnb.on .ol{box-shadow:0 4px 10px 5px rgba(0,0,0,0.05);}
#header_pc .gnb .gnbWrap{max-width:1200px;width:100%; width:100%;margin:0 auto;position:relative;text-align: right;}
#header_pc .gnb .logoArea{display: inline-block;float:left;padding:20px 0;}
#header_pc .gnb ul.gnb_ul{}
#header_pc .gnb ul.gnb_ul{display:inline-block; padding:31px 0;}
#header_pc .gnb ul.gnb_ul li{float:left;position: relative; text-align: left;}
#header_pc .gnb ul li a{position: relative; padding:0 10px; font-size:16px; color:#333;}
#header_pc .gnb ul li a .border_span {font-size: 17px; font-weight: 500; color: #333; padding: 27px 0;position:relative;}
#header_pc .gnb ul li.on a .border_span:after,
#header_pc .gnb ul li:hover a .border_span:after{content:'';width:100%; height:4px; background: #092068; position:absolute;left:0;bottom: -2px; z-index: 9;}

#header_pc .gnbWrap>ul.gnb_ul>li>a{padding:28px 25px;}
#header_pc .gnb ul li.on>a{color:#092068; position: relative;}

#header_pc .gnb ul li .ol{
    display: none;
    position: absolute;
    overflow: hidden;
    z-index:5;
    width: auto;
    height:auto;
    top:49px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
    width:150px;
}
#header_pc .gnb ul li .ol ol{}
#header_pc .gnb ul li .ol:after{display: block; content: ''; clear: both;}

#header_pc .gnb ul li ol li{
    float:none;
    width: 100%;
    line-height: 1;
    margin-bottom: 15px;
}
#header_pc .gnb ul li ol li:last-child{margin-bottom: 0;}
#header_pc .gnb ul li ol li:first-child a{padding-top: 2em;}
#header_pc .gnb ul li ol li:last-child a{padding-bottom: 2em;}
#header_pc .gnb ul li ol li a{
    font-size: 14px;
    display: block;
    transition: 0.2s;
    text-align: center;
    display:inline-block;
    width:100%;
    line-height: 18px;
}
#header_pc .gnb ul li.on ol li.on a{color:#092068;}
#header_pc .gnb ul li ol li:hover a{color:#092068;}
#header_pc .gnb ul li ol li.on a{color:#092068;}
#header_pc .gnb ul li ol li span {display:inline-block;}
/*gnb 내강의실*/
#header_pc .gnb ul.lecture_room_ul{
    float:right;
    display:inline-block;
    padding:0px;
    padding-right:0;
}
#header_pc .gnb ul.lecture_room_ul li{
    float:left;
    position: relative;
    text-align: left;
}
#header_pc .gnb ul.lecture_room_ul li a{
    position: relative;
    padding:0 10px;
}
#header_pc .gnb ul.lecture_room_ul > li > a{
    position: relative;
    padding:15px 0px 15px 0px;
    position: relative;
}
#header_pc .gnb ul.lecture_room_ul > li > a span.border_span{
    background:url('/ijsregional/images/common/icon_play.svg')no-repeat 14px 50%;
    background-size: 19px;
    font-size:15px;
    color:#092068;
    border:1px solid #092068;
    padding:8px 39px;
    padding-right:15px;
    border-radius: 3px;
}
#header_pc .gnb ul.lecture_room_ul li.on a .border_span:after,
#header_pc .gnb ul.lecture_room_ul li:hover a .border_span:after{display:none;}
@media all and (max-width:1200px){
    #header_pc .gnb{padding: 0 20px;}
    #header_pc .gnb .logoArea{padding:24px 0;}
    #header_pc .gnb .logoArea img{width:280px;}
    #header_pc .gnbWrap>ul.gnb_ul>li>a{padding:38px 20px;}
    #header_pc .gnb ul.lecture_room_ul{padding:0px; padding-right:0;}
}
/* top bar class */
.top_bar_wrap{padding:0 0 0 0; line-height: 1.3; margin-bottom: 1.8em;}
/*.top_bar_wrap h3:before{display: block; content: ''; clear: both; width: 42px; height: 4px; background-color: #092068; margin: 0 auto 0.4em; border-radius:7px;}*/
.top_bar_wrap h3{margin-bottom: 0.5em; font-size: 32px; color:#111; font-weight: 500 !important;}
.top_bar_wrap p{color:#666; font-size: 18px;}

@media screen and (max-width:1200px) {
    .top_bar_wrap{
        font-size: 15px;
    }
}

@media all and (max-width:990px) {
    body{
        /*모바일에서 단어별로 줄바꿈*/
        -ms-word-break: keep-all;
        word-break: keep-all;
        /* Non standard for webkit */
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;}
}
@media screen and (max-width:768px) {
    .top_bar_wrap h3{font-size: 26px;}
    .top_bar_wrap{
        font-size: 14px;
    }
    .mainPopup {
        width: 90% !important;
    }
}

@media screen and (max-width:550px) {
    .top_bar_wrap{
        font-size: 13px;
    }
}

@media screen and (max-width:460px) {
    .top_bar_wrap{
        font-size: 12px;
    }
}

.explanation{font-size: 14px;}
.left_bar_title>p{font-size: 14px;}

#footer{background:#404040;padding:40px 0;}
#footer .ft_bottom{width: 100%; max-width: 1200px; margin: auto;position:relative;}
#footer .ft_bottom .logo{
    width:220px;
    display: inline-block;
    vertical-align: top;
}
#footer .ft_bottom .logo.m_box{
    display: none;
}
#footer .ft_bottom .logo img{}
#footer .ft_bottom .ft_info{
    text-align:left;
    width: calc(100% - 260px);
    display: inline-block;
    vertical-align: top;
    padding-left:55px;
}
#footer .ft_bottom .ft_info ul{display:inline-block;width:100%;}
#footer .ft_bottom .ft_info ul li{float:left;line-height:23px;}
#footer .ft_bottom .ft_info ul li p{display: inline-block; position: relative; padding: 0 10px;font-size: 14px; color:rgba(188,188,188,0.7);font-weight: 200;}
#footer .ft_bottom .ft_info ul li p:before{content:'';width:1px;height:10px;background:rgba(188,188,188,0.7); position:absolute;left:0;top:50%;margin-top:-5px;}
#footer .ft_bottom .ft_info ul li.another p:first-child:before{display: none;}
#footer .ft_bottom .ft_info ul li:last-child:after{}
#footer .ft_bottom .ft_info ul li:first-child:before{display:none;}
#footer .ft_bottom .ft_info ul li:first-child{padding-left:0}
#footer .ft_bottom .ft_info ul li:first-child p:first-child{padding-left:0}
#footer .ft_bottom .ft_info .copyright{font-size: 14px; color:rgba(188,188,188,0.7);line-height: 1.3;margin-top:15px;font-weight: 200;}

@media all and (max-width:1200px) {
    #footer .ft_bottom{padding:0 40px;}
}
@media all and (max-width:1024px) {
    #footer #ft_wrap{max-width:1200px; width:100%;margin:0 auto;position:relative;}
    #footer .ft_bottom .logo{
        width:100%;
        text-align: center;
    }
    #footer .ft_bottom .ft_info{text-align:center;padding:2em 0 0em;width:100%;}
    #footer .ft_bottom .ft_info ul{display:inline-block;width:100%; text-align: center;}
    #footer .ft_bottom .ft_info ul li{color:#999;position:relative;padding:0 10px;}
    #footer .ft_bottom .ft_info ul li.tablet{display: block; width: 100%;}
    #footer .ft_bottom .ft_info ul li p:before{display: none;}
    #footer .ft_bottom .ft_info ul li.another p:before{content:'';display: inline-block; width:1px;height:10px;background:rgba(188,188,188,0.7); position:absolute;left:0;top:50%;margin-top:-5px;}
}

@media all and (max-width:990px) {
    #footer .ft_bottom .logo img.p_box{display: none;}
    #footer .ft_bottom .logo img{
        width:300px;
        margin: 0 auto;
    }
}
@media all and (max-width:830px) {
    #footer .ft_bottom .ft_info ul li.tablet{display: block; width: 100%;}
    #footer .ft_bottom .ft_info ul li.tablet:before{display: none;}
}

@media all and (max-width:768px) {
    #footer{padding:30px 0;}
    #footer #ft_wrap{font-size: 15px;}
    #footer .ft_bottom{padding:0 20px 0px;}
    #footer .ft_bottom .logo img{
        width:240px;
        margin: 0 auto;
    }
    #footer .ft_bottom .ft_info{
        padding:20px 0 0;
    }
    #footer .ft_bottom .ft_info ul li:first-child p:first-child ,
    #footer .ft_bottom .ft_info ul li p{padding: 0 0.7em}
    #footer .ft_bottom .ft_info ul li {line-height: 21px;}
    #footer .ft_bottom .ft_info ul li p{font-size:13px;}
    #footer .ft_bottom .ft_info ul li p{display: inline-block; position: relative; padding: 0 10px;font-size: 14px;}
    #footer .ft_bottom .ft_info ul li p:before{content:'';width:1px;height:10px;background:#777; position:absolute;left:0;top:50%;margin-top:-5px;display: inline-block;}
    #footer .ft_bottom .ft_info ul li p:first-child:before{display: none;}
    #footer .ft_bottom .ft_info ul li.another p:first-child:before{display: none;}
}

@media all and (max-width:460px) {
}
@media all and (max-width:1200px) {
    #header_pc .utillWrap .utill .left_ut{margin-left:0;}
    #header_pc .logoWrap .logoArea a.fr{right:15px;}
    #header_pc .gnb ul {font-size: 15px;}
    #header_pc .gnb ul.gnb_ul>li>a{}
}


#top_btn.t_box{
    position: fixed;
    right: 15px;
    bottom: 20px;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    line-height: 38px;
    z-index: 99;
    box-shadow:1px 2px 10px rgba(0,0,0,0.3);
}

#tab1{-webkit-background-size: 2%; background-size: 2%;}
#tab2{-webkit-background-size: 8%; background-size: 8%;}
#id_hp1{margin-top: 0;}

#divTab {width: 100%; display: inline-block; margin-left: 2px;}
#divTab .m-tabs{width: 100%;}
#divTab .m-tabs li {
    width: 50%;
    float: left;
    font-size: 16px;
    font-weight:500;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: 1px solid #111;
    background: #f6f6f6;
    margin: -1px 0 0 -1px;

    text-align: center;
    z-index: 1;
    line-height: 14px;
    color:#777;
}
#divTab .m-tabs li.active {
    border: 1px solid #111;
    border-bottom: 1px solid transparent;
    z-index: 2;
    position: relative;
    background:#fff;
}
#divTab .m-tabs li a {
    display: block;
    padding: 15px 0px 20px;
    color: #777;
}
#divTab .m-tabs li.active a {
    padding-bottom: 20px;
    color:#333;
}
@media screen and (max-width:990px) {
    #divTab .m-tabs li a {
        display: block;
        padding: 10px 0px 10px;
        font-size:14px;
    }
    #divTab .m-tabs li.active a {
        padding-bottom: 10px;
    }

}
.roundBtn {
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease 0s;
    height: 43px;
    line-height: 1;
    cursor: pointer;
    border:none;
}
.quickBnrLeft{width:140px; position:absolute; top: 110px; left:50%; margin-left:-790px; z-index:99;transition: all 0.3s ease 0.3s;}
.quickBnrLeft .imageArea{line-height:0; width:100%;height:auto;text-align:center;/*padding:22px 0;*/background:#fff;margin-bottom:10px;}
.quickBnrLeft .imageArea:last-child{margin-bottom:0px;}
#quickMenu.quickBnrLeft>a{display: block;}
.quickBnrLeft .imageArea img{}
.quickBnrLeft .txtArea{padding:26px 0;text-align:center;}
.quickBnrLeft .txtArea strong{font-size:18px; font-weight:bold; padding:0 15px; word-break:keep-all; line-height:1.5; color:#222;width:100%;display:inline-block; margin-bottom:10px;}
.quickBnrLeft .txtArea .txt{font-size:14px;color:#333;line-height:18px; padding:0 15px; word-break:keep-all;}
#quickMenu.quickBnrLeft{transition: left .6s ease;-webkit-transition: left .6s ease;-moz-transition: left .6s ease;}
#quickMenu.quickBnrLeft.none{left:-173px !important;transition: left .6s ease;-webkit-transition: left .6s ease;-moz-transition: left .6s ease;}
#quickMenu.quickBnrLeft.quickMenu-rel {position: absolute;top: 205px;left:50%;margin-left:-820px;}
#quickMenu.quickBnrLeft.quickMenu-fix {position: fixed;top: 110px;left:48.5%;margin-left:-790px;}

.quickBnrRight{
    width:120px;
    position:absolute;
    top:110px;
    right:50%;
    margin-right:-790px;
    z-index:99;
    transition: all 0.3s ease 0.3s;
    border: 1px solid #ddd;
    text-align: center;
}
.quickBnrRight .quick_title{
    font-size:14px;
    font-weight: bold;
    color:#fff;
    background:#111;
    padding:11px 0;
}
.quickBnrRight ul{}
.quickBnrRight ul li{line-height: 0}
.quickBnrRight ul li a{
    font-size:13px;
    color:#555;
    background:#fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: inline-block;
    line-height: 1.5;
    padding:12px 0;
}
.quickBnrRight #top_btn{
    background: #f3f3f3;
    width: 100%;
    display: inline-block;
    font-size:11px;
    color:#555;
    font-weight: bold;
    padding:8px 0;
}
.quickBnrRight #top_btn img{
    margin-right:6px;
    vertical-align: baseline;
}
#quickMenu2.quickBnrRight{transition: right .6s ease;-webkit-transition: right .6s ease;-moz-transition: right .6s ease;}
#quickMenu2.quickBnrRight.none{right:-173px !important;transition: right .6s ease;-webkit-transition: right .6s ease;-moz-transition: right .6s ease;}
#quickMenu2.quickBnrRight.quickMenu-rel {position: absolute;top: 205px;right:50%;margin-right:-820px;}
#quickMenu2.quickBnrRight.quickMenu-fix {position: fixed;top: 110px;right:48.5%;margin-right:-790px;}

@media all and (max-width:1610px) {
    #quickMenu.quickBnrLeft{display:none;left:-173px !important;transition: left .6s ease;-webkit-transition: left .6s ease;-moz-transition: left .6s ease;margin-left:0;}
    #quickMenu2.quickBnrRight{display:none;right:-173px !important;transition: right .6s ease;-webkit-transition: right .6s ease;-moz-transition: right .6s ease;margin-left:0;}
}

/* 동영상 팝업 */
#common_layer{
    position: fixed;
    width: 100%; height: 100%;
    left: 0; top: 0;
    display: none;
    z-index: 9991;
}
#common_layer .bg_layer{
    position: absolute;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
}
#common_layer .vimeo_wrap{
    position: absolute;
    left: 50%; top: 50%;
    width: 100%; height: auto;
    max-width:1200px;
    transform: translate(-50% , -50%);
    margin: 1% 0 0;
}
#common_layer .vimeo_wrap .closed{
    display: block;
    margin-bottom: 21px;
    text-align: right;
}

#common_layer .vimeo_wrap .vimeo_inner{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 48%;
}
#common_layer .vimeo_wrap .vimeo_inner iframe{
    position: absolute;
    width: 100%; height: 100%;
    left: 0; top: 0;
}

@media screen and (max-width:1260px){
    #common_layer .vimeo_wrap{
        width:calc(100% - 30px);
    }
}

@media screen and (max-width:720px){
    #common_layer .vimeo_wrap .closed img{
        width: 25px; height: 25px;
    }
}










