@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Thin.woff2) format('woff2'),
       url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Thin.woff) format('woff'),
       url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
       url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
       url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
        url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
        url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Medium.woff2) format('woff2'),
        url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Medium.woff) format('woff'),
        url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
        url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
        url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Black.woff2) format('woff2'),
        url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Black.woff) format('woff'),
        url(/youthcareer/fonts/NotoSansKr/NotoSansKR-Black.otf) format('opentype');
 } 
* {font-family:'Noto Sans KR', Sans-serif;padding:0;margin:0;font-size:16px;font-weight:400;letter-spacing:-0.7px;}

label {cursor:pointer;}
a {text-decoration:none;color:#000;}
a:hover {color:#333;text-decoration:none;}
#header {}
#content {padding:20px 0 0 0;min-height:500px;}
#footer {}

.btn-group.open .dropdown-toggle {box-shadow:none;}

/* common attrs */
.pos-5 {position:relative;top:-5px !important;}
.pos-4 {position:relative;top:-4px !important;}
.pos-3 {position:relative;top:-3px !important;}
.pos-2 {position:relative;top:-2px !important;}
.pos-1 {position:relative;top:-1px !important;}
.pos1 {position:relative;top:1px !important;}
.pos2 {position:relative;top:2px !important;}
.pos3 {position:relative;top:3px !important;}
.pos4 {position:relative;top:4px !important;}
.pos5 {position:relative;top:5px !important;}

.check-label {font-weight:normal;margin-bottom:0;color:#666666;}
.check-label input[type="checkbox"] {vertical-align:middle;position:relative !important;top:-3px !important;}
.radio-label {font-weight:normal;margin-bottom:0;color:#666666;}
.radio-label input[type="radio"] {vertical-align:middle;position:relative !important;top:-3px !important;}

/* patch the layout of generic table */
.table { border-spacing: 0; }
table th { text-align: center; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { vertical-align:middle; }
.table > thead > tr > th { border-bottom: 0; }

/* patch the label position of checkbox */
.checkbox span {
  position: relative;
  top: -1px;
}
.radiobox span {
  position: relative;
  top: -1px;
}

/* patch the member layer boxes */
.mbrLayerBlock {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.mbrLayerBlock:* {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* patch the admin-control bar */
#adminControl *{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
#adminControl *:before,
#adminControl *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#adminControl img {
  vertical-align: inherit;
}


/** header **/
.bskr-header-top {
width: 100%;
height:5px;
background-color:#f8f8f8;
border-bottom: #e7e7e7 1px solid;
}

#header {margin:10px 0 12px 0;}
#header .bskr-brand { 
float:left;
display: inline-block; 
padding-right:20px;
padding:0;
margin:0;
}
#header .bskr-brand h1 {padding:0;margin:0}
#header .bskr-login {min-height:27px;margin-top:17px;}
#header .wrap {border-bottom:#DEDEDE solid 1px;}
#header .logo {float:left;padding:0;margin:0;position:relative;}
#header .logo ._logo_img {}
#header .logo ._logo_img img {}
#header .logo ._logo_txt {padding:0;margin:0;}
#header .logo ._logo_txt a {}
#header .login {float:right;position:relative;}
#header .login a {}
#header .login i {display:inline-block;margin:0 3px 0 3px;position:relative;top:1px;width:1px;height:11px;background: #c0c0c0;}
#header .bskr-search {float:right;position:relative;top:10px;margin:1px 0 0 20px;width:426px;}
#header .bskr-search * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 25px;
}

#sitemap {width:100%;padding:20px 0;}
#sitemap .title-box {
border-bottom:#dddddd 1px dotted;
padding: 5px 0;
margin-bottom:10px;
font-weight:bold;
}
#sitemap .title-box i {
display: inline-block;
margin: 0 10px 0 3px;
position: relative;
top: 2px;
width: 3px;
height: 15px;
background: #dddddd;
}
#sitemap ul.sitemap {
display: inline-block;
list-style-type: none;
margin-bottom: 10px;
margin-top: 0px;
padding-left:17px;
}
#sitemap ul.sitemap li {
margin: 7px 0px;
position: relative;
}
#sitemap ul.sitemap li.item1 {font-weight:bold;}

.tmenu {background:#0e4488;padding:10px 0;text-align:center;border-radius:10px;margin-bottom:15px;}
.tmenu a {color:#fff;font-size:18px;}
.tmenu .menuitem1 {border-right:1px solid #fff;}

/** sidebar **/
.col-bskr-6 {
width: 100%;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
min-height: 1px;
}
@media (min-width: 768px){
.bskr-sidebar { padding-top: 20px; }
}
.bskr-sidebar.fixed { padding-top: 0; }
.bskr-sidebar .menuhead {
background-color: #424951;
color:#ffffff;
}
.bskr-sidebar .menuhead i {
display: inline-block;
margin: 0 10px 0 3px;
position: relative;
top: 2px;
width: 3px;
height: 15px;
background: #ffffff;
}
.bskr-sidenav {
background-color: #f8f8f8;
border: 1px solid #d5d5d5;
}
.bskr-sidenav .menuitem {
border-bottom: 1px solid #d5d5d5;	
position: relative;
bottom:-1px;
}
.bskr-sidenav .menuitem.active {
background-color: #eeeeee;
}
.bskr-sidenav .menuitem a {
display:block;
padding: 7px 15px;
color:#555;
}
.bskr-sidenav .menuitem a:hover {color:#222;}
.bskr-sidenav .menuitem a.active {
color: #424951;
font-weight: bold;
background-color:transparent;
}
.bskr-sidenav .subitem-list {padding-bottom:10px;}
.bskr-sidenav .subitem {
padding: 0 15px 0 25px;
background-color:transparent;
}
.bskr-sidenav .subitem span {
color:#c0c0c0;
}
.bskr-sidenav .subitem i {
display: inline-block;
margin: 0 3px 0 3px;
position: relative;
top: 1px;
width: 1px;
height: 11px;
background: #c0c0c0;
}
.bskr-sidenav .subitem a {
display:inline-block;
padding: 5px 2px;
color:#555;
}
.bskr-sidenav .subitem a:hover {text-decoration:underline;color:#333;}
.bskr-sidenav .subitem a.active {
color: #424951;
font-weight: bold;
}
.btn-subitem {
color: #333333;
background-color: #eeeeee;
border-color: #cccccc;
}
.btn-subitem:hover, .btn-subitem:focus, .btn-subitem:active, .btn-subitem.active, .open .dropdown-toggle.btn-subitem {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.subitem-popup {display:none;}


/* page title controls */
.bskr-title { color: #1c5b8c; margin-bottom: 20px; } 
.bskr-title hr { margin-top: 10px;} 
.bskr-title .title {  
display: inline-block;
font-size:20px;
font-weight: bold;
}
.bskr-title .title a { color: #1c5b8c; }
.bskr-title .title .glyphicon { position:relative; top:3px; }
.bskr-title .title .subtitle { font-size:16px; }
.bskr-title .pull-right {padding-top:3px;}  
.bskr-title .msg {
color: #1c5b8c; 
font-family: dotum;
padding: 0 0 30px 0;
}
.bskr-title-tabs li.active a { 
font-weight:bold;
font-size:14px;
color: #1c5b8c;
}

.bskr-title-ex {
color:#555;
padding-bottom: 5px;
margin: 0 0 20px 0;
border-bottom: 1px solid #dddddd;
}
.bskr-title-ex .title {  
display: inline-block;
font-size:20px;
font-weight: bold;
}
.bskr-title-ex .title a { color: #555; }
.bskr-title-ex .title .glyphicon { position:relative; top:3px; }
.bskr-title-ex h1, .bskr-title-ex h2, .bskr-title-ex h3, .bskr-title-ex h4 {
font-weight:bold;
margin: 0 0 -5px 0;
padding-bottom: 5px;
display: inline-block;
border-bottom: 3px solid #555;
}


/* footer controls */
.bskr-footer {
padding-top: 10px;
padding-bottom: 10px;
margin: 0 auto;
color: #777;
text-align: center;
background: #222222;
margin-top: -25px;
}
.bskr-footer .slinks .elink a {
font-weight:bold;
font-size:14px;
color: #aaa;
text-decoration: none;
background: transparent;
}
.bskr-footer .slinks .elink a:hover {
color: #777;
text-decoration: underline;
}


/* common colors */
.navbar-bskr .navbar-nav > li > a {
font-size: 14px;
font-weight: bold;
text-align: center;
}
.bskr-sidebar .menuhead {
padding: 10px 15px;
font-size:14px;
font-weight: bold;
}
.btn {font-weight:bold;}
.dropdown-menu > li > a {}
.bskr-font { font-size:16px; }
.bskr-font-lg { font-size:16px; }
.bskr-font-xlg { font-size:16px; }

.link-blue a {
color: #428bca;
text-decoration: none;
background: transparent;
}
.link-blue a:active, .link-blue a:hover {
outline: 0;
}
.link-blue a:hover, .link-blue a:focus {
color: #2a6496;
text-decoration: underline;
}

.label{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.badge{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.badge-primary{background-color:#357ebd;}
.badge-success {background-color:#398439;}
.badge-info {background-color:#269abc;}
.badge-warning {background-color:#eea236;}
.badge-danger {background-color:#ac2925;}

.clr-main { color:#1c5b8c }
.clr-red { color:#ff0000; }

.pagebox01 .selected, .pagebox01 .notselected {position: relative;top: 2px;}

/** main_ad **/
#main_ad {
text-align:center;
margin-bottom: 15px;
}
.main_banner {
padding:0;
border:1px solid #ddd; 
}
.ad_adsense {width:100%;text-align:center}
.main_adsense {
padding:17px 5px;
border:1px solid #ddd; 
background-color:#f9f9f9;
}


/** features **/
#features h2 {
color:#555;
font-weight:bold;
}
 
/** client logos **/
#clients {
display: block;
margin:35px 0;
}
#clients .clients-wrap {
display: block;
width: 100%;
margin: 0 auto;
overflow: hidden;
}
#clients .clients-wrap ul {
display: block;
list-style: none;
position: relative;
}
#clients .clients-wrap ul li {
display: block;
float: left;
position: relative;
width: 280px;
height: 70px;
line-height: 70px;
text-align: center;
}
#clients .clients-wrap ul li img {
vertical-align: middle;
max-width: 100%;
max-height: 100%;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65); 
opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100); 
opacity: 1.0;
}

/** default components **/
.modal-title {font-weight:bold;}
.popover-title {font-weight:bold;}
.nav-tabs>li {font-weight:bold;}
.nav-tabs>li>a {color: #428bca;}
a.bskr_autolink {
color: #428bca;
text-decoration: none;
background: transparent;
}
a.bskr_autolink:hover {
color: #2a6496;
text-decoration: underline;
}
span.s {text-decoration:none;}
p {margin: 0 0 10px;}

#content .gtheme {}
#content .aside {float:left;width:200px;margin-right:20px;padding-bottom:20px;}
#content .center {}
#content .m_side {float:left;width:740px;}
#content .bside {float:right;width:200px;margin-left:20px;padding-bottom:20px;}
#content .mainbox {margin:10px 0 30px 0;border-right:#DEDEDE solid 1px;border-bottom:#DEDEDE solid 1px;}
#content .mainbox .post {float:left;width:158px;height:300px;border-top:#DEDEDE solid 1px;border-left:#DEDEDE solid 1px;}
#content .mainbox .post0,#content .mainbox .post17 {width:477px;background:#f7f7f7;}
#content .mainbox .post8,#content .mainbox .post10,#content .mainbox .post18,#content .mainbox .post26 {width:318px;background:#f7f7f7;}
#content .mainbox .post .box1 {padding:10px 15px 15px 10px;}
#content .mainbox .post .box1 .title {height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#content .mainbox .post .box1 .title a {font-weight:bold;font-family:"malgun gothic";font-size:20px;color:#05447A;}
#content .mainbox .post .box1 .title a:hover {}
#content .mainbox .post .box1 .date {display:inline-block;padding:4px 0 5px 0;font-family:dotum;color:#2F3437;border-bottom:#DDDDDD solid 3px;}
#content .mainbox .post .box1 .cont {margin-top:15px;height:180px;line-height:170%;font-weight:normal;font-family:"malgun gothic";font-size:15px;color:#35343C;white-space:;overflow:hidden;text-overflow:ellipsis;}
#content .mainbox .post .box1 .cont img {float:left;height:135px;padding-top:7px;margin-right:10px;}
#content .mainbox .post .box2 {padding:10px 15px 15px 10px;}
#content .mainbox .post .box2 .title {height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#content .mainbox .post .box2 .title a {font-weight:bold;font-family:"malgun gothic";font-size:20px;color:#05447A;}
#content .mainbox .post .box2 .title a:hover {}
#content .mainbox .post .box2 .date {padding-top:1px;font-family:dotum;color:#074075;}
#content .mainbox .post .box2 .cont {margin-top:15px;height:205px;line-height:170%;font-weight:normal;font-family:"malgun gothic";font-size:15px;color:#35343C;white-space:;overflow:hidden;text-overflow:ellipsis;}
#content .mainbox .post .box2 .cont img {float:left;height:100px;padding-top:7px;margin-right:10px;}
#content .mainbox .post .box3 {padding:10px;height:257px;overflow:hidden;text-overflow:ellipsis;}
#content .mainbox .post .box3 .title {line-height:190%;}
#content .mainbox .post .box3 .title a {font-weight:bold;font-family:"malgun gothic";font-size:17px;color:#074075;}
#content .mainbox .post .box3 .title a:hover {}
#content .mainbox .post .box3 .date {padding-top:10px;font-family:dotum;color:#074075;}
#content .mainbox .post .box3 .cont {margin-top:10px;line-height:140%;font-weight:normal;font-family:"malgun gothic";font-size:13px;color:#35343C;}
#content .mainbox .post .box3 .cont img {width:135px;margin:0 0 10px 0;}
#content .mainbox .noline {border-left:#ffffff solid 1px;}
#content .mbrinfo {border:#dfdfdf solid 1px;margin-bottom:15px;background:#F4F4F4;padding:8px 7px 8px 12px;}
#content .mbrinfo .symbol {float:left;}
#content .mbrinfo .symbol img {width:37px;height:37px;}
#content .mbrinfo .name {float:left;margin:0 0 0 10px;}
#content .mbrinfo .name .namel {height:12px;font-weight:bold;color:#454545;padding:2px 0 0 0;}
#content .mbrinfo .name .namer {padding-top:6px;}
#content .mbrinfo .score,#content .mbrinfo .score a {font-size:11px;font-family:dotum;color:#636363;padding:10px 0 0 0;margin:5px 0 0 0;border-top:#dfdfdf solid 1px;}
#content .mbrinfo .score a:hover {text-decoration:underline;}
#content .logout {border:#dfdfdf solid 1px;margin-bottom:15px;}
#content .logout .tabbox .np {padding:10px 0 10px 10px;background:#F4F4F4;border-bottom:#D4D4D4 solid 1px;font-weight:bold;color:#9E9E9E;}
#content .logout .tabbox .tp {float:left;width:98px;height:22px;background:#F4F4F4;border-bottom:#D4D4D4 solid 1px;text-align:center;font-weight:bold;color:#9E9E9E;padding-top:12px;cursor:pointer;}
#content .logout .tabbox .vline {border-right:#D4D4D4 solid 1px;}
#content .logout .tabbox .on {background:#ffffff;border-bottom:#ffffff solid 1px;color:#676767;}
#content .logout .nlog {padding:15px 0 15px 12px;}
#content .logout .i1 {font-size:11px;font-family:dotum;color:#67686A;letter-spacing:-1px;padding-bottom:3px;}
#content .logout .i1 .input {float:left;width:105px;height:17px;border:#BEBEBE solid 1px;}
#content .logout .i1 .input:focus {border:#BEBEBE solid 2px;}
#content .logout .i1 .checkbox {margin-left:2px;}
#content .logout .i1 .submit {float:left;margin-left:5px;}
#content .logout .rbtm {font-size:11px;font-family:dotum;color:#67686A;letter-spacing:-1px;padding:10px 0 0 3px;}
#content .logout .rbtm .ipc {color:#67686A}
#content .logout .rbtm a {color:#313946;}
#content .logout .rbtm span {padding:0 5px 0 5px;}
#content .logout .slog {padding:15px 12px 15px 12px;}
#content .logout .slog .icon {padding:10px;background:#efefef;text-align:center;}
#content .logout .slog .icon img {cursor:pointer;margin:8px;}
#content .logout .slog .guide {line-height:140%;font-size:11px;font-family:dotum;color:#999;letter-spacing:-1px;padding:10px 0 0 0;}
#content .submenu {list-style-type:none;border:#dfdfdf solid 3px;padding:5px;margin:0 0 15px 0;border-radius:5px 5px 5px 5px;}
#content .submenu li {background:url('./image/arr_plus.gif') 8px 9px no-repeat;padding:7px 0 7px 25px;line-height:140%;border-bottom:#efefef solid 1px;}
#content .submenu li a {color:#707070;}
#content .submenu li a:hover {color:#3B82BA;}
#content .submenu li ul {padding:10px 0 0 0;margin:0;list-style-type:none;}
#content .submenu li ul li {background:none;padding:2px 0 2px 0;border-bottom:0;}
#content .submenu li ul li a {font-weight:normal;}
#content .submenu li ul li a:hover {color:#3B82BA;}
#content .submenu .open {background:url('./image/arr_minus.gif') 8px 9px no-repeat;}
#content .submenu .on {font-weight:bold;color:#3B82BA;}
#content .submenu ._last {border-bottom:0;}
#content .submenu .none {color:#c0c0c0;}
#content .banner span {display:block;font-size:11px;font-family:dotum;color:#c0c0c0;padding:35px 0 35px 0;margin:0;border:#dfdfdf solid 1px;background:#efefef;text-align:center;}
#content .hotbox {border:#dfdfdf solid 1px;margin-bottom:15px;}
#content .hotbox .tabbox {}
#content .hotbox .tabbox .tp {float:left;width:98px;height:20px;padding-top:10px;background:#F4F4F4;border-top:#ffffff solid 1px;border-bottom:#D4D4D4 solid 1px;text-align:center;font-weight:bold;color:#9E9E9E;cursor:pointer;}
#content .hotbox .tabbox .vline {border-right:#D4D4D4 solid 1px;}
#content .hotbox .tabbox .on {background:#ffffff;border-top:#ffffff solid 1px;border-bottom:#ffffff solid 1px;color:#424242;}
#content .hotbox .hbody {padding:10px 5px 10px 8px;}
#content .hotbox .hbody ul {padding:0;margin:0;list-style-type:none;}
#content .hotbox .hbody li {height:14px;margin:10px 0 10px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#content .hotbox .hbody li i {display:inline-block;width:11px;margin-right:7px;hieght:11px;font-style:normal;font-size:10px;font-family:arial;color:#ffffff;letter-spacing:-px;text-align:center;background:#C0C0C0;border:#B6B6B6 solid 1px;border-radius:2px 2px 2px 2px;}
#content .hotbox .hbody li span {font-family:arial;font-size:11px;color:#E75801;padding-left:3px;}
#content .hotbox .hbody li a {}
#content .hotbox .hbody li .emp {background:#95A6FE;border:#7186FB solid 1px;}
