[v-cloak] > * {
    display: none;
}

.wrapper {position:relative; width:100%; height: 100%; word-break:keep-all; word-wrap:break-word; z-index:0; padding-top:100px; font-size:16px;}
@media ( max-width: 1024px ) {
  .wrapper {font-size: 14px; padding-top: 75px;}
}
/* Skip Navigation */
.skip_nav {font-family:dotum;text-align:left;margin:0;padding:0;position:absolute;} /*All incl Opera*/
.skip_nav {display:block;} /*Seen by IE*/
:root .skip_nav {display:block;} /*Seen by Moz, FF and Safari*/
.skip_nav a {position:absolute;left:-200em;width:14em;padding:0 0.5em;display:inline;text-decoration:none;z-index:1000;}
.skip_nav a:focus, .skip_nav a:active {position:absolute;left:0;padding:10px;border:solid #333 1px;color:#fff;background:#000;}
.skip_nav a:hover {cursor:default;}

/* header -----------------*/
#header_wrap {position: fixed; top:0; left: 0; right:0; background-color: #fff; z-index: 999;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);}
#header_wrap.gnb-open {background: #fff !important;}
#header_wrap.gnb-open:after { content: ""; display: block; width: 100%; height: 1px; background: #aaa; }
#header_wrap.gnb-open:before { content: ""; position: absolute; top:97px; left: 0; display: block; width: 100%; height: 1px; background: #e3e3e3; }

/*#header_wrap .inner {position: relative; margin: 0 auto; max-width: 1250px;}*/
#header_wrap .inner {position: relative; margin: 0 auto; max-width: 1350px;}
#header_wrap h1.logo { position: absolute; top: 8px; left: 0;}
#header_wrap h1.logo .icon-header-logo { display: inline-block; width: 205px; height: 80px; vertical-align: top; overflow: hidden; text-indent: -9999px; background: url('/static/homepage/images/logox45-bee8b589bc466202181cf96dd43a1257.svg') 0 0 no-repeat; background-size: cover;}
.professional {}

#header_wrap .top_banner {position: relative; margin: 0 auto; max-width: 100%; background:#7030A0;display:none;height:100px;color:#FFF; font-size:30px;text-align:center;}
#header_wrap .top_banner .contain {margin:auto;padding-top:25px;width:630px; height:50px;}
#header_wrap .top_banner .contain .title {float:left;text-align:center;height:50px;vertical-align: middle;}
#header_wrap .top_banner .contain .button {height:50px;vertical-align: middle;}
#header_wrap .top_banner .button > button {float: left; background:#ffffff;color: #7030A0; font-size: 20px;font-weight: 400; height: 50px;line-height: 50px;padding: 0 22px;border-radius: 23px;vertical-align: middle;margin-left: 40px; cursor: pointer;}

/* 1depth */
/*#header_wrap .gnb-nav {width: 100%; text-align: right; padding-right: 320px;} 출석체크 추가하면서 레이아웃 수정*/
#header_wrap .gnb-nav {width: 100%; text-align: right; padding-right: 410px;}
#header_wrap .gnb-nav:after { content: ""; display: block; clear: both;}
#header_wrap .gnb-nav a { display: block; letter-spacing: -0.06em;}
#header_wrap .gnb-nav ul { overflow: hidden; }
#header_wrap .gnb-nav ul:after { content: ""; clear: both; display: block; }
#header_wrap .gnb-nav ul li {text-align: center; }
#header_wrap .gnb-nav > ul { display: inline-block; }
#header_wrap .gnb-nav > ul > li {float: left; min-width: 140px; text-align: center;}
#header_wrap .gnb-nav > ul > li > h2 { color: #000; font-weight: 700;}
#header_wrap .gnb-nav > ul > li > h2 > a { height: 97px; color: #000; font-size: 20px; line-height: 97px;border-bottom: solid 1px transparent;}
#header_wrap .gnb-nav > ul > li:hover > h2 > a,
#header_wrap .gnb-nav > ul > li:focus > h2 > a,
#header_wrap .gnb-nav > ul > li.on > h2 > a {color: #289d25; border-bottom: solid 2px #289d25;}

/* 2depth */
#header_wrap ul.sub-menu {display: none; transition: all 0.5s ease; transition-duration: 0.5s;}
#header_wrap.gnb-open ul.sub-menu { visibility: visible; opacity: 1; display: block;}
#header_wrap .gnb-nav > ul > li > ul {padding: 20px 0 20px;height: 150px;}
#header_wrap .gnb-nav > ul > li:hover > ul {background: #f5f5f5;}
#header_wrap .gnb-nav > ul > li > ul > li {line-height: 1.6em !important; height: auto !important; }
#header_wrap .gnb-nav > ul > li > ul > li > a { color: #666666; padding: 5px 0; font-size: 16px; line-height: 1.6em; }
#header_wrap .gnb-nav > ul > li > ul > li > a:hover { text-decoration:underline; }

/* 로그인, 사이트맵 */
#header_wrap .util-menu { position: absolute; top: 24px; right:0; }
/*#header_wrap .util-menu > button {float: left; background:#289d25;color: #fff; font-size: 16px;font-weight: 400; height: 46px;line-height: 42px;padding: 0 22px;border-radius: 23px;vertical-align: middle;margin-left: 8px; cursor: pointer;}*/
#header_wrap .util-menu > button {float: left; background:#289d25;color: #fff; font-size: 16px;font-weight: 400; height: 46px;line-height: 42px;padding: 0 22px;border-radius: 23px;vertical-align: middle;margin-left: 8px; cursor: pointer;}
@media screen and (max-width: 768px){
	#header_wrap .util-menu > button {
		padding: 0 12px;
	}
}

#header_wrap .util-menu > a.btn-search {float: left; width: 46px; height: 46px; background:url(/static/homepage/images/btn-src-w2-5c629bc3453a4d557cd167b0d461bdc5.png) center center no-repeat; font-size: 0; line-height: 46px;padding: 0;border-radius: 23px;}
#header_wrap .util-menu > a.btn-menu-open {display: none;}
#header_wrap.gnb-open .util-menu > a.btn-menu-open {background: url('/static/homepage/images/icon_menu_close-b5cb9faea25f905ea55d592d730cd4a6.png') center center no-repeat; }


/*@media ( max-width: 1024px ) {*/
@media ( max-width: 1250px ) {
  #header_wrap {height: 80px;}
  #header_wrap .professional {height: 215px;}
  #header_wrap .inner {max-width: 100%; margin: 0;}
  #header_wrap.gnb-open .inner {width: 100%; margin: 0;}
  
  #header_wrap h1.logo {left: 25px; width: 100%;}
  #header_wrap h1.logo .icon-header-logo {width:150px; height: 80px; background-size:contain; }
  
  #header_wrap .top_banner {position: relative; margin: 0 auto; max-width: 100%; background:#7030A0;display:none;height:135px;color:#FFF; font-size:20px;text-align:center;}
  #header_wrap .top_banner .contain {margin:auto;padding-top:25px;width:100%; height:135px;}
  #header_wrap .top_banner .contain .title {text-align:center;height:50px;vertical-align: middle;width:100%;float: unset;}
  #header_wrap .top_banner .contain .button {height:50px;vertical-align: middle;width:100%;text-align:center}
  #header_wrap .top_banner .button > button {float: unset; background:#ffffff;color: #7030A0; font-size: 15px;font-weight: 400; height: 40px;line-height: 40px;padding: 0 22px;border-radius: 23px;vertical-align: middle;margin-left: 0px; cursor: pointer;}
  
  
  /* GNB */
  #header_wrap.main-gnb .inner {width: 10%;}
  #header_wrap .gnb-nav {display: none;}
  #header_wrap .util-menu {position: absolute; top: 0; right:0;}
  #header_wrap .util-menu > button {display: none;}
  #header_wrap .util-menu > a.btn-search {width: 38px; line-height: 38px;margin: 20px 0 0 10px;}

  /* GNB - open */
  #header_wrap.gnb-open { display: inline-block; margin: 0 auto; width: 100%; height: 100% !important; background: transparent;}
  #header_wrap.gnb-open:after { content: ""; display: none; }
  #header_wrap.gnb-open:before { content: ""; display: block; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 88; background-color: rgba(0,0,0,.7); transition: background-color .3s; }
  #header_wrap.gnb-open .inner { position: relative; width: 100%; height: 100%;}
  #header_wrap.gnb-open .gnb-nav { display: block; margin: 0; padding: 0; width: calc(100% - 14rem); position: absolute; top: 70px; right: 0; bottom: 0; text-align: left; background: #fff; overflow-y: scroll;  z-index: 998;}
  
  /* 1depth */
  #header_wrap.gnb-open .gnb-nav a { display: block; }
  #header_wrap.gnb-open .gnb-nav ul li {text-align: left; }
  #header_wrap.gnb-open .gnb-nav > ul {display: block; padding: 0 1.2rem; }
  #header_wrap.gnb-open .gnb-nav > ul > li { float: none; padding: 0; width: auto; line-height: 1.4em !important; height: auto !important;}
  #header_wrap.gnb-open .gnb-nav > ul > li > h2 { border-bottom: 1px solid #ccc; }
  #header_wrap.gnb-open .gnb-nav > ul > li > h2 > a { height: auto; padding: 1.4rem 0px .6rem; line-height: 1.4em;}
  #header_wrap.gnb-open ul.sub-menu { transition: none; transition-duration: 0s; }
  #header_wrap.gnb-open .gnb-nav > ul > li > ul { padding: 0; }
  #header_wrap.gnb-open .gnb-nav > ul > li > ul > li {border-bottom: 1px solid #eee;}
  #header_wrap.gnb-open .gnb-nav > ul > li > ul > li a {padding: 0.5rem 0 0.5rem 0.3rem}
  #header_wrap.gnb-open .util-menu {width: 100%; top:0; background: #289d25; z-index: 997; width: calc(100% - 14rem); height: 70px;}
  #header_wrap.gnb-open .util-menu > a {display: none;}
  #header_wrap.gnb-open .util-menu > button {display: block; color: #289d25; background: #fff; margin: 12px 0 0 12px;}
  #header_wrap .util-menu > a.btn-menu-open {display: block;float:right; margin-left: 15px; margin-right: 15px; margin-top: 18px; border-radius: 50%; background: url('/static/homepage/images/icon_menu3-bc4940b2edbab734f2dc48f1c9741cd7.png') no-repeat center #289d25; width: 45px !important; height: 45px !important; vertical-align: top; text-indent: -9999px; overflow: hidden; text-align: center;}
  #header_wrap.gnb-open .util-menu > a.btn-menu-open {background: url('/static/homepage/images/icon_menu_close-b5cb9faea25f905ea55d592d730cd4a6.png') center top 10px no-repeat; }
}

@media ( max-width: 768px ) {
  #header_wrap.gnb-open .gnb-nav {top: 70px; width: 100%;}
  #header_wrap .gnb-nav > ul > li > h2 > a { height:auto; line-height: normal;}
  #header_wrap .util-menu > a.btn-menu-open { width: 3rem; height: 3rem;}
  #header_wrap.gnb-open .util-menu {width:100%; height: 70px;}
  #header_wrap.gnb-open .util-menu > button { line-height: 3rem;}
  #header_wrap .gnb-nav > ul > li > ul {height: auto;}
}


/* _Footer */
#footer_wrap {position:relative;width:100%;box-sizing:border-box;background-color:#1c3e61;font-size:14px;color: #fff;}
#footer_wrap:after {content:"";display: block;clear: both;}

#footer_wrap .footer {position:relative;max-width:1200px;margin:0 auto;width:100%;}
#footer_wrap .footer:after {content:"";display: block;clear: both;}
#footer_wrap .footer .go_top {position: absolute; z-index: 1; top:0; right:0; margin-top: -70px;}
#footer_wrap .footer .go_top a {display: inline-block; width: 50px; height: 50px; text-align: center; color:#fff; font-size: 0; border-radius: 50%; background: #289d25 url(/static/homepage/images/icon_top2-3bd1ba9218fdf94550d94e87986ffc89.png) no-repeat center;}

div.footer_cont:after {content:"";display: block;clear: both;}
div.footer_cont {float:left; padding-left: 140px;}
div.footer_cont .footer_logo {position: absolute; left: 0; top:0; } 
div.footer_cont .footer_logo>a {display: block; font-size: 0; width: 100px; height: 49px; background: url(/static/homepage/images/foot_logo-6308d3a2083af9a0fd7f3d58f662b3a5.png) no-repeat;}
    ul.footer_menu:after {content: ""; display: block; clear: both;}
    ul.footer_menu li {float: left;}
    ul.footer_menu li+li {margin-left: 20px;}
    ul.footer_menu li a {line-height:1.4; color: #fff;}
    ul.footer_menu li a:before {content: ""; display: inline-block;vertical-align: middle; width: 1px; height: 12px; background: #eee; margin-right: 20px;}
    ul.footer_menu li:first-child a:before {display: none;}
    ul.footer_menu li a.green {color: #289d25; font-weight: bold;}

div.footer_info {padding-top:20px;}
div.footer_info ul li {display:inline-block;}
div.footer_info ul li:first-child {margin-left:0;}
div.footer_info address {font-style: normal;}
div.footer_info p {color:#eee;padding-top:8px;}

div.footer_site > a {display:inline-block; width: 180px; border:solid 1px #e0e0e0; color: #fff; padding: 10px; background: url(/static/homepage/images/icon_more-9bf3840fc6ff67f3a42f08d483e939f8.png) right 10px center no-repeat;}
div.footer_site > a+a {margin-left: 5px;}

div.footer_sns_site {position: absolute;right:0;}
div.footer_sns_site:after {content:"";display: block;clear: both;}
    ul.sns_area {display: none;}

@media screen and (min-width: 1025px){
    #footer_wrap {padding:30px 0 50px 0;}
  }

@media screen and (max-width: 1024px){
    #footer_wrap {padding:20px 10px 40px 10px;}
    div.footer_info {padding-top:30px;}
    div.footer_site > a {width: 155px;padding:10px;}
  }

@media screen and (max-width: 768px){
    #footer_wrap {padding:20px 20px 30px 20px; font-size: 12px;}
    #footer_wrap .footer .go_top {margin-top: -45px;}
    div.footer_cont {float:left; padding-left: 0;}
    div.footer_cont .footer_logo {display: none;} 
    ul.footer_menu li+li {margin-left: 10px;}
    ul.footer_menu li a:before {margin-right: 10px;}
    div.footer_info {padding-top:10px;}
    div.footer_info address span {display: block;}
    div.footer_info p {padding-top: 0;}
    div.footer_cont { float: none;}
    div.footer_sns_site {position: relative;right:0; margin-top: 20px; text-align: center;}
    div.footer_site > a {text-align: left;}
    ul.sns_area {position: relative;padding-top: 20px;}
    ul.sns_area li {float: none; display: inline-block; margin: 0 5px;}
  }

  #container {min-height: 1000px; padding: 0 0 80px 0;}

  .subtitle {position: relative; max-width: 1200px; height: 170px; margin:0 auto; padding-top: 68px;}
  .subtitle h2 {position: relative; font-size: 50px; line-height: 1; font-weight: 700; display: inline-block; padding-right: 30px; color: #000;}
  .subtitle h2:before {content: ""; position: absolute; right: 0; top:10px; width: 10px; height: 10px; background: #7fbe26; border-radius: 50%;}
  .subtitle h2:after {content: ""; position: absolute; right: 0; top:32px; width: 10px; height: 10px; background: #1676bd; border-radius: 50%;}
  .subtitle h2+p {font-size: 24px; color: #777; margin-top: 20px; font-weight: 300;}
  .subtitle .snsshare {position: absolute; right: 0; top:15px;}
  .subtitle .snsshare a {background: #eee; width: 32px; height: 32px; border-radius: 50%;}
  .subtitle .snsshare a+a {margin-left: 5px;}

  .subtab {position: relative; border-bottom: solid 1px #ddd; text-align: center; font-size: 0;}
  .subtab ul {margin-top:60px;display: inline-block;}
  .subtab ul:after {content: ""; display: block; clear: both;}
  .subtab ul li {float: left; padding: 15px 0;}
  .subtab ul li:hover, .subtab ul li.on {border-bottom: solid 3px #289d25;}
  .subtab ul li+li a {border-left: solid 1px #ddd;}
  .subtab ul li>a {display: block; font-size: 20px; padding: 0 25px; line-height: 1; color: #000;}

  @media screen and (max-width: 1024px){
    #container {min-height: auto;}
    .subtitle {max-width: 100%; height: 120px; padding: 48px 10px 0 10px;}
    .subtitle h2 {font-size: 30px; padding-right: 20px;}
    .subtitle h2:before {top:5px; width: 6px; height: 6px;}
    .subtitle h2:after {top:20px; width: 6px; height: 6px;}
    .subtitle h2+p {font-size: 18px; margin-top: 10px;}
    .subtitle .snsshare {right: 10px;}
  }
  @media screen and (max-width: 768px){
    .subtitle h2 {font-size: 24px; padding-right: 15px;}
    .subtitle h2:before {top:5px; width: 6px; height: 6px;}
    .subtitle h2:after {top:20px; width: 6px; height: 6px;}
    .subtitle h2+p {font-size: 16px; line-height: 1.2}

    .subtab ul {margin:10px 0 10px 0;}
    .subtab ul li {float: none; display: inline-block; margin:0 5px; padding: 5px 0;}
    .subtab ul li+li a {border-left: 1px solid #289d25;}
    .subtab ul li:hover, .subtab ul li.on {border-bottom: 0;}
    .subtab ul li>a {font-size: 14px; padding: 0 15px; line-height: 30px; border:1px solid #289d25; border-radius: 15px;}
    .subtab ul li.on>a {background: #289d25; color:#fff;}
  }
  @media screen and (max-width: 480px){
    .subtitle {height:90px; padding: 28px 10px 0 10px;}
    .subtab ul {padding: 0 10px;}
  }

  /**설문참여**/
.prvwrap {background: #e9edf0; width: 100%; height: 100%; padding: 30px 0;}
.prvwrap h1 {text-align: center; margin-bottom: 20px;}
.gageWrap {position: relative; width: 700px; margin:0 auto; padding: 15px 0;margin-bottom:10px;border-radius: 4px;}
.gageWrap:after {content: ""; display: block; clear: both;}
.gageWrap>span {float: left; width: 33.333%; margin-top: 10px; font-size: 12px;}
.progress {display: inline-block; text-align:center; line-height: 20px; width: 100%;}
.progress_bar {display: inline-block; text-align:left; vertical-align: middle; width: 100%; height:12px; border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;border:solid 1px #ddd; background: linear-gradient(#aaa, #ddd);background:#ddd;}
.progress_on {position: relative;
    height: 12px;
    border-radius: 8px;
    border: solid 1px #1a9dea;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(#65a4ff, #2c69c2);
    background: #333c4e;}
.progress_count {
    position: absolute; 
    display: inline-block; 
    line-height: 42px;
    text-align: center; 
    width: 42px; 
    height: 42px;
    border-radius: 50%;
    background: #333c4e;
    color: #fff;
    right: 0;
    margin-top: -16px;
    margin-right: -18px;
}
.view_page {position: relative; margin:0 auto; width: 760px; background: #fff; border-radius: 12px;}
.view_header {background: #3f495e; padding: 30px; border-radius: 12px 12px 0 0; text-align: center;}
.view_header>p {font-size: 24px; color: #fff;}
.view_question {padding: 30px;}
.view_question dt {background: #e9edf0; border-radius: 8px; padding: 15px; font-size: 16px;}
.view_question dt span {display: inline-block; background: #333c4e; color: #fff; border-radius: 8px; min-width: 50px; text-align: center; padding: 5px 10px; margin-right: 10px;}
.view_question dd {padding-top: 20px;}
.view_question dd li {padding: 5px 20px;}
.view_question dd p {font-size: 16px; padding: 5px 15px;}
.view_foot {background: #ddd; padding: 15px 0; border-radius: 0 0 12px 12px; text-align: center;}
.view_foot a {display: inline-block; background: #333c4e; font-size: 16px; color: #fff; border-radius: 4px; line-height: 40px; min-width: 150px;}
.copyright {text-align: center; margin-top: 30px; font-size: 13px;}
.thanks {text-align: center; font-size: 21px; color:#333c4e;}


/*출석내역 css*/
.attendance_container{display: flex; flex-wrap: wrap; justify-content: space-around;  font-size: 18px; color:#000; padding-bottom: 22px;}
.attendance_container > div > span{position: relative; top:-2px; min-width: 35px;}
