/*_theme2.scss*/
/*_mixins.scss*/
/* Responsive Breakpoints
   ========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

section.main_ban ul, section.main_bottom {
  *zoom: 1; }

section.main_ban ul:before, section.main_bottom:before, section.main_ban ul:after, section.main_bottom:after {
  content: "";
  display: table; }

section.main_ban ul:after, section.main_bottom:after {
  clear: both; }

/*_colors.scss*/
/*_buttons.scss*/
.ripple {
  overflow: hidden; }

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 1s; }

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4; }
  to {
    transform: scale(100);
    opacity: 0; } }

button, input {
  outline: 0; }

/*_icons.scss*/
.ic_pop1, .ic_pop2 {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400; }

.ic_pop_book {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
  background: #cccccc; }

.ic_price {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
  background: #ff6a4c; }

.ic_box {
  padding: 2px 10px 4px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  font-weight: bold;
  background: #fff; }

/*_forms.scss*/
.custom-radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 4px;
  margin-right: 0.3em;
  background: url(/_Resources/img/radio-sprite.png) no-repeat 0 0 transparent; }
  .custom-radio:hover {
    background-position: 0 -16px; }
  .custom-radio.selected {
    background-position: 0 -32px; }
  .custom-radio input[type="radio"] {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0; }

.custom-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 4px;
  margin-right: 0.3em;
  background: url(/_Resources/img/checkbox-sprite.png) no-repeat 0 0 transparent; }
  .custom-checkbox.selected {
    background-position: 0 -32px; }
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0; }

/*_sidebar.scss*/
body.tm1 > aside.main_quick > ul > li > a > span, aside.sub_quick > ul > li > a > span {
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: -9999px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 1;
  filter: alpha(opacity=100); }
  body.tm1 > aside.main_quick > ul > li > a > span:hover, aside.sub_quick > ul > li > a > span:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  body.tm1 > aside.main_quick > ul > li > a > span.q_faq, aside.sub_quick > ul > li > a > span.q_faq {
    background: url(/_Resources/img/quick/ic_faq.png) center no-repeat; }
  body.tm1 > aside.main_quick > ul > li > a > span.q_download, aside.sub_quick > ul > li > a > span.q_download {
    background: url(/_Resources/img/quick/ic_download.png) center no-repeat; }
  body.tm1 > aside.main_quick > ul > li > a > span.q_qna, aside.sub_quick > ul > li > a > span.q_qna {
    background: url(/_Resources/img/quick/ic_qna.png) center no-repeat; }
  body.tm1 > aside.main_quick > ul > li > a > span.q_basket, aside.sub_quick > ul > li > a > span.q_basket {
    background: url(/_Resources/img/quick/ic_basket.png) center no-repeat; }
  body.tm1 > aside.main_quick > ul > li > a > span.q_completion, aside.sub_quick > ul > li > a > span.q_completion {
    background: url(/_Resources/img/quick/ic_completion.png) center no-repeat; }
  body.tm1 > aside.main_quick > ul > li > a > span.q_top, aside.sub_quick > ul > li > a > span.q_top {
    background: #f8f8f8 url(/_Resources/img/quick/ic_top.png) center no-repeat; }

aside.sub_quick {
  z-index: 900;
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
  height: 300px;
  margin-top: -150px; }
  aside.sub_quick ul li {
    position: relative; }
    aside.sub_quick ul li a {
      display: block;
      width: 50px;
      height: 50px;
      text-align: center;
      background: #4d5259; }
    aside.sub_quick ul li p {
      position: absolute;
      display: block;
      top: 12px;
      right: 60px;
      width: 120px;
      padding: 3px 10px 3px 10px;
      text-align: center;
      background: #fff;
      border: 1px solid #e6e6e6;
      opacity: 0.8;
      filter: alpha(opacity=80);
      font-size: 11px;
      font-size: 0.715rem; }

.basket_list {
  position: fixed;
  top: 0;
  right: -180px;
  display: block;
  width: 180px;
  height: 100%;
  padding: 0 20px 40px 20px;
  background: #f8f8f8; }
  .basket_list h3 {
    margin-top: 40px;
    font-size: 15px;
    font-weight: normal; }
    .basket_list h3.border {
      border-top: 1px solid #e6e6e6;
      padding-top: 40px; }
  .basket_list ul li {
    position: relative;
    width: 140px;
    height: 125px;
    margin-top: 20px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    cursor: pointer; }
    .basket_list ul li span {
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      position: absolute; }
    .basket_list ul li img {
      width: 100%;
      height: 85px;
      margin-bottom: 7px; }
    .basket_list ul li.list_none {
      margin-top: 40px;
      padding-top: 45px;
      text-align: center;
      background: url(/_Resources/img/ic_listnone.png) center 0 no-repeat;
      cursor: default; }
  .basket_list a.more {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 47px;
    height: 23px;
    padding-top: 2px;
    font-size: 11px;
    color: #c1c1c1;
    background: none;
    border: 1px solid #dadada; }
    .basket_list a.more:hover {
      color: #666666;
      border: 1px solid #666666; }

/*aside.sub_quick2  {
  @include quick;
  width:61px;
  h2  {
	width:47px;
	margin:0 auto;
  }
  ul  {
	width:47px;
	margin:10px auto;
  }
  article.thumb1  {
	margin:30px 0 60px 0;
	h3  {
	  @include font-size(11);
	  text-align:center;
	}
	div.bx-wrapper  {
	  div.bx-viewport {
		height:160px !important;
	  }
	  div.bx-controls {
		div.bx-controls-direction {
		  position:relative;
		  a.bx-prev {
			position:absolute;
			top:0;
			left:0;
			@include btn_back(23px, 23px);
			background:url(/_Resources/img/ic_qua_arrow_up_b.png) no-repeat;
		  }
		  a.bx-next {
			position:absolute;
			top:0;
			right:0;
			@include btn_back(23px, 23px);
			background:url(/_Resources/img/ic_qua_arrow_down_b.png) no-repeat;
		  }
		}
	  }
	}
	ul.bxslider {
	  margin:10px 0 0 0 !important;
	  li {
		a {
		  background:none !important;
		  height:40px !important;
		  img  {
			width:60px;
			height:40px;
			border:1px solid $light-gray;
		  }
		}
	  }
	}
  }
}*/
section.main_ban {
  width: 972px;
  margin: 0 auto; }
  section.main_ban ul {
    margin-top: 50px; }
    section.main_ban ul li {
      float: left;
      margin: 6px; }

.global_humans section.main_ban ul {
  margin-top: 27px; }

section.main_wrap {
  width: 100%;
  min-width: 960px;
  padding: 110px 0 0 0;
  height: 400px;
  text-align: center; }
  section.main_wrap h2 {
    color: #fff;
    font-size: 45px;
    font-size: 2.925rem;
    text-shadow: 2px 2px 5px #000;
    font-weight: normal;
    margin: 0 0 10px 0; }
    section.main_wrap h2 em {
      font-weight: bold; }
  section.main_wrap p {
    color: #fff;
    font-size: 25px;
    font-size: 1.625rem;
    text-shadow: 2px 2px 5px #000; }

.hrd_seoul section.main_wrap {
  padding: 50px 0 0 0;
  height: 300px; }

.hrd_seoul nav.main_middle_quick.main_main_quick {
  position: relative;
  z-index: 10000;
  margin-top: -120px;
  margin-bottom: 120px; }
  .hrd_seoul nav.main_middle_quick.main_main_quick h2 {
    color: #fff; }
  .hrd_seoul nav.main_middle_quick.main_main_quick ul li a {
    background: #246482;
    background-color: rgba(36, 100, 130, 0.8);
    color: #fff;
    border: none;
    padding: 10px 12px;
    font-weight: bold; }
  .hrd_seoul nav.main_middle_quick.main_main_quick ul li:last-child a {
    background: #d0f1ff;
    border: none;
    color: #333; }

.global_humans section.main_wrap {
  padding: 50px 0 0 0;
  height: 300px; }

section.main_bottom {
  width: 960px;
  margin: 40px auto 0 auto;
  height: 230px; }
  section.main_bottom > .main_notice {
    position: relative;
    float: left;
    width: 460px;
    height: 200px;
    padding: 30px 0 0 10px; }
    section.main_bottom > .main_notice h3 {
      font-size: 18px;
      font-size: 1.17rem; }
    section.main_bottom > .main_notice button {
      position: absolute;
      top: 30px;
      right: 10px;
      display: block;
      width: 24px;
      height: 24px;
      border: none;
      text-indent: -9999px;
      opacity: 0.7;
      filter: alpha(opacity=70); }
      section.main_bottom > .main_notice button:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
    section.main_bottom > .main_notice ul {
      margin: 20px 0 0 0; }
      section.main_bottom > .main_notice ul li {
        margin: 0 0 7px 0; }
        section.main_bottom > .main_notice ul li a {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block;
          color: #666666;
          width: 100%; }
          section.main_bottom > .main_notice ul li a:hover {
            color: #000000; }
          section.main_bottom > .main_notice ul li a strong {
            color: #000000;
            margin: 0 10px 0 0; }
  section.main_bottom > div.right {
    float: right; }
    section.main_bottom > div.right > .main_guide {
      position: relative;
      width: 470px;
      height: 80px;
      border: 1px solid #c1c1c1;
      padding: 28px 0 0 25px; }
      section.main_bottom > div.right > .main_guide h3,
      section.main_bottom > div.right > .main_guide p {
        display: inline-block;
        margin-right: 10px; }
      section.main_bottom > div.right > .main_guide button {
        display: block;
        width: 47px;
        height: 47px;
        border: none;
        text-indent: -9999px;
        opacity: 0.7;
        filter: alpha(opacity=70);
        position: absolute;
        top: 16px;
        right: 15px; }
        section.main_bottom > div.right > .main_guide button:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
    section.main_bottom > div.right > .main_center {
      width: 470px;
      height: 70px;
      border-left: 1px solid #c1c1c1;
      margin-top: 20px;
      padding: 0 0 0 25px;
      background: none; }
      section.main_bottom > div.right > .main_center p {
        color: #666666; }
        section.main_bottom > div.right > .main_center p strong {
          display: block;
          padding: 0 0 0 35px;
          color: #000000;
          opacity: 0.7;
          filter: alpha(opacity=70);
          font-size: 28px;
          font-size: 1.82rem;
          font-weight: normal; }

section.main_ban {
  margin: 0 auto 40px; }

.global_humans .main_guide_wrap {
  height: 80px;
  padding: 30px 0 0 0; }
  .global_humans .main_guide_wrap .main_guide {
    position: relative;
    float: left;
    width: 460px;
    height: 80px;
    border: 1px solid #c1c1c1;
    padding: 28px 0 0 25px; }
    .global_humans .main_guide_wrap .main_guide h3,
    .global_humans .main_guide_wrap .main_guide p {
      display: inline-block;
      margin-right: 22px;
      vertical-align: top; }
    .global_humans .main_guide_wrap .main_guide p > button.go2 {
      position: static;
      width: auto;
      height: auto;
      margin-top: -10px;
      padding: 10px 30px 12px 10px;
      font-size: 14px;
      font-size: 0.91rem;
      background: url(/_Resources/img/_pink/ic_go_25.png) no-repeat center right; }
    .global_humans .main_guide_wrap .main_guide button.go {
      display: block;
      width: 47px;
      height: 47px;
      border: none;
      text-indent: -9999px;
      opacity: 0.7;
      filter: alpha(opacity=70);
      position: absolute;
      top: 16px;
      right: 15px; }
      .global_humans .main_guide_wrap .main_guide button.go:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  .global_humans .main_guide_wrap .main_center {
    float: right;
    width: 460px;
    height: 80px;
    border: 1px solid #c1c1c1;
    padding: 10px 0 0 25px;
    background: none; }
    .global_humans .main_guide_wrap .main_center p {
      color: #666666; }
      .global_humans .main_guide_wrap .main_center p strong {
        display: block;
        padding: 0 0 0 35px;
        color: #000000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        font-size: 28px;
        font-size: 1.82rem;
        font-weight: normal; }

.hrd_seoul section.main_bottom {
  height: 530px; }
  .hrd_seoul section.main_bottom > .main_notice {
    height: 220px;
    margin-bottom: 40px; }

.hrd_seoul div.right {
  float: right;
  width: 460px;
  height: 220px;
  margin-bottom: 40px; }
  .hrd_seoul div.right .main_exam_info {
    position: relative;
    width: 460px;
    height: 220px;
    background: #e1edf4; }
    .hrd_seoul div.right .main_exam_info ul {
      position: absolute;
      bottom: 10px;
      width: 460px;
      text-align: center;
      z-index: 100; }
      .hrd_seoul div.right .main_exam_info ul li {
        display: inline-block;
        padding: 0 3px;
        z-index: 100; }
        .hrd_seoul div.right .main_exam_info ul li h3 {
          position: relative;
          cursor: pointer;
          width: auto;
          padding: 5px 12px;
          background: #98cdeb;
          color: #fff;
          font-size: 18px;
          font-size: 1.17rem;
          border-radius: 4px;
          z-index: 100; }
        .hrd_seoul div.right .main_exam_info ul li div {
          display: none;
          position: absolute;
          top: -174px;
          left: 0;
          width: 460px;
          height: 220px;
          z-index: 90; }
          .hrd_seoul div.right .main_exam_info ul li div .main_exam_info_p1 {
            font-size: 16px;
            font-size: 1.04rem;
            padding: 5px 0;
            background: #2985bf;
            color: #fff;
            border-bottom: 1px solid #666; }
          .hrd_seoul div.right .main_exam_info ul li div .main_exam_info_p2 {
            padding: 10px 0;
            font-size: 17px;
            font-size: 1.105rem; }
          .hrd_seoul div.right .main_exam_info ul li div h2 {
            display: inline-block;
            vertical-align: middle;
            padding: 0 10px 0 20px;
            letter-spacing: -2px;
            font-size: 36px;
            font-size: 2.34rem;
            font-weight: 100; }
          .hrd_seoul div.right .main_exam_info ul li div .main_exam_btn_1 {
            border-radius: 40px;
            width: 80px;
            height: 80px;
            padding-top: 0;
            font-size: 18px;
            font-size: 1.17rem;
            vertical-align: middle;
            color: #fff;
            background: #37bc9b; }
          .hrd_seoul div.right .main_exam_info ul li div .main_exam_btn_2 {
            display: inline-block;
            border-radius: 40px;
            width: 80px;
            height: 80px;
            padding-top: 15px;
            font-size: 18px;
            font-size: 1.17rem;
            vertical-align: middle;
            color: #fff;
            background: #d95a41; }
        .hrd_seoul div.right .main_exam_info ul li.on h3 {
          background: #2985bf; }
        .hrd_seoul div.right .main_exam_info ul li.on div {
          display: block; }
        .hrd_seoul div.right .main_exam_info ul li.main_exam_info_1 div {
          background: url(/_Resources/img/main_exam_info_1_bg.png) no-repeat 0 0; }
        .hrd_seoul div.right .main_exam_info ul li.main_exam_info_2 div {
          background: url(/_Resources/img/main_exam_info_2_bg.png) no-repeat 0 0; }
          .hrd_seoul div.right .main_exam_info ul li.main_exam_info_2 div .main_exam_info_p2 {
            font-size: 13px;
            font-size: 0.845rem; }
        .hrd_seoul div.right .main_exam_info ul li.main_exam_info_3 div {
          background: url(/_Resources/img/main_exam_info_3_bg.png) no-repeat 0 0; }

.hrd_seoul div.left {
  float: left;
  width: 460px;
  height: 290px;
  margin-bottom: 30px;
  padding-top: 25px; }

.hrd_seoul .main_guide {
  position: relative;
  width: 460px;
  height: 112px;
  border: 1px solid #c1c1c1;
  padding: 28px 0 0 25px; }
  .hrd_seoul .main_guide h3 {
    font-size: 25px;
    font-size: 1.625rem;
    font-weight: normal; }
  .hrd_seoul .main_guide p {
    font-size: 15px;
    font-size: 0.975rem; }
  .hrd_seoul .main_guide button {
    display: block;
    width: 47px;
    height: 47px;
    border: none;
    text-indent: -9999px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 32px;
    right: 15px; }
    .hrd_seoul .main_guide button:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.hrd_seoul .main_center {
  width: 460px;
  height: 113px;
  border: 1px solid #c1c1c1;
  padding: 20px 0 0 25px;
  margin-top: 10px;
  background: none; }
  .hrd_seoul .main_center p {
    color: #666666;
    font-size: 14px;
    font-size: 0.91rem; }
    .hrd_seoul .main_center p strong {
      display: block;
      background-position-x: 150px;
      color: #000000;
      opacity: 0.7;
      filter: alpha(opacity=70);
      font-size: 28px;
      font-size: 1.82rem;
      font-weight: normal; }

.hrd_seoul .main_guide_banner {
  position: relative;
  width: 460px;
  height: 80px;
  border: 1px solid #c1c1c1;
  padding: 14px 0 0 25px;
  margin-top: 10px;
  background: url(/_Resources/img/main_guide_banner_bg.png) no-repeat 0 0; }
  .hrd_seoul .main_guide_banner h3 {
    font-size: 28px;
    font-size: 1.82rem;
    margin-right: 10px;
    font-weight: 500; }
  .hrd_seoul .main_guide_banner p {
    font-size: 18px;
    font-size: 1.17rem; }
  .hrd_seoul .main_guide_banner button {
    display: block;
    width: 47px;
    height: 47px;
    border: none;
    text-indent: -9999px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 16px;
    right: 15px;
    background: url(/_Resources/img/_blue/ic_go.png) no-repeat; }
    .hrd_seoul .main_guide_banner button:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.hrd_seoul article.main_mobile_process {
  width: 460px;
  height: 290px;
  float: right; }
  .hrd_seoul article.main_mobile_process h3 {
    font-size: 18px;
    font-size: 1.17rem;
    margin-top: -5px;
    margin-bottom: 5px; }

aside.main_quick {
  position: absolute;
  top: 310px;
  left: 0;
  width: 100%;
  min-width: 960px;
  text-align: center; }
  aside.main_quick h2 {
    display: none; }
  aside.main_quick ul li {
    position: relative;
    display: inline-block;
    margin-left: 30px; }
    aside.main_quick ul li:first-child {
      margin-left: 0; }
    aside.main_quick ul li a {
      display: block;
      width: 47px;
      height: 48px;
      text-align: center;
      background: url(/_Resources/img/quick_bg2_off.png) no-repeat; }
      aside.main_quick ul li a:hover {
        background: url(/_Resources/img/quick_bg2_on.png) no-repeat; }
    aside.main_quick ul li p {
      position: absolute;
      display: block;
      top: -50px;
      left: 50%;
      width: 120px;
      height: 43px;
      margin: 0 0 0 -60px;
      padding: 8px 10px 7px 10px;
      text-align: center;
      color: #fff;
      background: url(/_Resources/img/quick_bubble_bg.png);
      opacity: 0.8;
      filter: alpha(opacity=80);
      font-size: 11px;
      font-size: 0.715rem;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }

.hrd_seoul aside.main_quick {
  top: 150px; }

aside.main_quick > ul > li > a > span {
  display: block;
  width: 47px;
  height: 47px;
  border: none;
  text-indent: -9999px;
  opacity: 0.7;
  filter: alpha(opacity=70); }
  aside.main_quick > ul > li > a > span:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  aside.main_quick > ul > li > a > span.q_faq {
    background: url(/_Resources/img/quick/ic_faq.png) center no-repeat; }
  aside.main_quick > ul > li > a > span.q_download {
    background: url(/_Resources/img/quick/ic_download.png) center no-repeat; }
  aside.main_quick > ul > li > a > span.q_qna {
    background: url(/_Resources/img/quick/ic_qna.png) center no-repeat; }
  aside.main_quick > ul > li > a > span.q_basket {
    background: url(/_Resources/img/quick/ic_basket.png) center no-repeat; }
  aside.main_quick > ul > li > a > span.q_completion {
    background: url(/_Resources/img/quick/ic_completion.png) center no-repeat; }

.exam_infor_2016 h1 {
  text-align: center;
  font-size: 40px;
  font-size: 2.6rem;
  font-weight: 300;
  padding: 30px 0;
  min-width: 1200px; }

.exam_infor_2016 .exam_infor_2016_ul {
  position: relative;
  text-align: center;
  min-height: 730px;
  min-width: 1200px; }
  .exam_infor_2016 .exam_infor_2016_ul .exam_infor_2016_li {
    display: inline-block;
    padding: 0 1px 0 1px; }
    .exam_infor_2016 .exam_infor_2016_ul .exam_infor_2016_li .exam_infor_2016_h3 {
      cursor: pointer;
      font-size: 13px;
      font-size: 0.845rem;
      padding: 10px 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
      letter-spacing: -1px;
      margin-bottom: 5px; }
      .exam_infor_2016 .exam_infor_2016_ul .exam_infor_2016_li .exam_infor_2016_h3:hover {
        background: #4c9ecd;
        border-color: #4c9ecd;
        color: #fff; }
    .exam_infor_2016 .exam_infor_2016_ul .exam_infor_2016_li .contents {
      display: none;
      position: absolute;
      top: 50px;
      left: 50%;
      margin-left: -600px;
      text-align: left; }
      .exam_infor_2016 .exam_infor_2016_ul .exam_infor_2016_li .contents table td {
        text-align: left; }
    .exam_infor_2016 .exam_infor_2016_ul .exam_infor_2016_li.on .contents {
      display: block; }
    .exam_infor_2016 .exam_infor_2016_ul .exam_infor_2016_li.on .exam_infor_2016_h3 {
      background: #4c9ecd;
      border-color: #4c9ecd;
      color: #fff; }

.global_humans .main_nav {
  position: relative; }
  .global_humans .main_nav aside.quick_request {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -480px;
    width: 200px;
    height: 55px; }
    .global_humans .main_nav aside.quick_request h3 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 200px;
      height: 55px;
      line-height: 52px;
      text-align: center;
      font-size: 20px;
      color: #fff;
      background: rgba(181, 17, 91, 0.7);
      cursor: pointer; }
    .global_humans .main_nav aside.quick_request nav.quick_request_nav {
      display: none;
      position: absolute;
      bottom: 60px;
      left: 0;
      width: 960px;
      height: 290px;
      background: rgba(96, 62, 118, 0.9); }
      .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li {
        height: 48px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li h4 {
          height: 48px;
          width: 200px;
          display: inline-block;
          vertical-align: middle; }
          .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li h4 p {
            height: 48px;
            width: 200px;
            display: table-cell;
            color: #fff;
            text-align: center;
            vertical-align: middle;
            font-size: 17px;
            line-height: 14px;
            background: rgba(181, 17, 92, 0.5); }
            .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li h4 p span {
              font-size: 13px;
              font-weight: 500; }
        .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li ul.quick_request_2depth {
          height: 48px;
          display: inline-block;
          vertical-align: middle; }
          .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li ul.quick_request_2depth li {
            width: 140px;
            height: 48px;
            display: table-cell;
            vertical-align: middle; }
            .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li ul.quick_request_2depth li a {
              display: table-cell;
              text-align: center;
              vertical-align: middle;
              width: 140px;
              height: 34px;
              padding: 0 5px;
              border-right: 1px solid rgba(255, 255, 255, 0.1);
              color: #fff;
              word-break: keep-all; }
              .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li ul.quick_request_2depth li a.ghcourse {
                color: #fffc00 !important;
                font-weight: 700; }
            .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li ul.quick_request_2depth li:last-child a {
              border-right: none; }
        .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li .request_more {
          display: inline-block;
          text-align: center;
          vertical-align: middle;
          width: 50px;
          line-height: 15px;
          padding: 5px 0;
          background: rgba(181, 17, 92, 0.8);
          border-radius: 4px;
          color: #fff; }
        .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li:last-child {
          border-bottom: none; }
          .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li:last-child h4 {
            height: 55px;
            padding-bottom: 5px; }
            .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li:last-child h4 p {
              height: 55px;
              padding-bottom: 5px; }
          .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li:last-child ul.quick_request_2depth li {
            padding-bottom: 10px; }
          .global_humans .main_nav aside.quick_request nav.quick_request_nav .quick_request_1depth > li:last-child .request_more {
            background: #511048;
            font-weight: 800;
            margin-top: -5px; }
    .global_humans .main_nav aside.quick_request .quick_closer {
      position: absolute;
      display: block;
      right: -40px;
      top: 0;
      width: 30px;
      height: 30px;
      background: url(/_Resources/img/closer_back.png) center no-repeat;
      overflow: hidden;
      text-indent: -100px; }
  .global_humans .main_nav ul.nav_1depth > li,
  .global_humans .main_nav nav.sub_nav ul.nav_1depth > li {
    padding: 15px 55px 0 55px; }
