@charset "utf-8";

html {
  font-size: 20px;
}

body {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

main.fixed {
  margin-top: 161px;
}

.sr_only,
.hidden,
.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.hide.none {
  display: none;
}


/* 인기검색어 */
.headerWrap {
  position: relative;
}

.top10 {
  position: absolute;
  right: 15rem;
  top: 1.9rem;
  width: 9.1rem;
  z-index: 999;
  overflow: hidden;
  height: 27px;
}

.top10.on {
  overflow: visible;
  height: auto;
}

.top10 .bx-controls-auto {
  display: none;
}

.top10 .view {
  position: absolute;
  right: -2px;
  top: 5px;
  z-index: 20;
  padding: 2px;
  color: #9fa8b5;
  font-size: 0;
  background: none;
  border: 0;
  cursor: pointer
}

.top10 .view:after {
  content: "\e941";
  font-family: 'xeicon';
  font-size: .9375rem;
  color: #343639;
  vertical-align: -1.5px;
}

.top10.on .view {
  transform: rotate(180deg);
}

.top10 .slider5 li {
  font-size: 0;
}

.top10 .slider5 li a {
  color: #343639;
  font-size: .75rem;
}

.top10 .slider5 li a span {
  display: inline-block;
  margin: 0 .5rem 0 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  border: 1px solid #e3e7ec;
  background: #f5f6fa;
  font-size: .625em;
  text-align: center;
  line-height: 1.25rem;
  font-style: italic;
  vertical-align: 2px;
  text-indent: -2px;
  color: #343639;
  box-sizing: border-box
}

.top10 .close {
  display: none;
}

.top10 .bx {
  display: none;
  margin: .7rem 0 0;
  padding: 0 .9rem .65rem;
  border: 1px solid #e1e6eb;
  border-top: 1px solid #043763;
  background: #fff;
}

.top10.on .bx {
  display: block;
}

.top10 .bx h2 {
  height: 2.75rem;
  margin: 0 0 .65rem;
  border-bottom: 1px solid #e1e6eb;
  line-height: 2.75rem;
  font-size: 16px;
  color: #043763;
  text-align: center;
}

.top10 .bx li {
  line-height: 1.4rem;
  font-size: .65rem;
}

.top10 .bx li a {
  color: #666;
}

.top10 .bx li a:hover {
  color: #043763;
}

.top10 .bx li a span {
  display: inline-block;
  width: 1.6rem;
  font-style: italic;
}


/* 접근성 */
#gnb,
#container {
  display: block;
  width: 100%;
  height: 100%;
}

.go_top {
  position: fixed;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: .3rem;
  text-align: center;
  display: block;
  background-color: #043763;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.go_top span {
  display: block;
  font-size: .7rem;
  line-height: 1
}

.go_top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.go_top.stick {
  bottom: 7rem
}

.go_top.active i {
  display: block
}


.bx-wrapper .bx-controls .bx-start {
  display: none;
}

.bx-wrapper {
  position: relative;
  *zoom: 1;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.select_type1 {
  display: inline-block;
  position: relative;
}

.select_type1 h2 a {
  display: block;
  position: relative;
  padding: 0 0 0 .6rem;
  height: 1.9rem;
  line-height: 1.9rem;
  box-sizing: border-box;
  background: #f5f6fa;
  border: 1px solid #d3d8dd;
  font-size: .7rem;
  color: #64676c;
  font-weight: normal;
}

.select_type1 h2 a:after {
  content: "\e944";
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  font-family: 'xeicon';
  transition: all 0.3s;
}

.select_type1 h2.on a:after {
  transform: translateY(-50%) rotate(180deg);
}

.select_type1 ul {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 21;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.select_type1 ul a {
  display: block;
  height: 1.6rem;
  line-height: 1.6rem;
  text-indent: .4rem;
  font-size: .7rem;
  color: #64676c;
  border-bottom: 1px solid #eee;
}

.select_type1 ul li:last-child a {
  border-bottom: none;
}

/* 퀵메뉴 */
.quick {
  position: fixed;
  right: 1rem;
  top: 270px;
  z-index: 15;
  width: 110px;
  border-radius: 55px;
  padding: 30px 10px 10px;
  box-sizing: border-box;
}

.quick h2 {
  padding: 0 0 3px;
  font-size: .85rem;
  color: #8996a9;
  text-align: center;
  line-height: 20px;
}

.quick li {
  padding: 15px 0 0;
}

.quick a {
  display: block;
  padding: 54px 0 0;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: no-repeat center 20px #fff;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #5f6978;
  border: 1px solid #e5e5e5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.quick .ico1 a {
  background-image: url(../img/main/ico_quick1.png);
}

.quick .ico2 a {
  background-image: url(../img/main/ico_quick2.png);
}

.quick .ico3 a {
  background-image: url(../img/main/ico_quick3.png);
}

/*.quick .on a,*/
.quick a:hover {
  background: no-repeat center 20px #043763;
  color: #fff;
  font-weight: bold;
  border: 1px solid #043763;
}

/*.quick .ico1.on a,*/
.quick .ico1 a:hover {
  background-image: url(../img/main/ico_quick1_on.png);
}

/*.quick .ico2.on a,*/
.quick .ico2 a:hover {
  background-image: url(../img/main/ico_quick2_on.png);
}

/*.quick .ico3.on a,*/
.quick .ico3 a:hover {
  background-image: url(../img/main/ico_quick3_on.png);
}

.quick p {
  padding: 15px 0 0;
}

.quick p a {
  background-image: url(../img/main/ico_quick4.png);
  background-color: #21a089;
  color: #fff;
}

/* 퀵메뉴 펼침영역 */
.user_menu {
  display: none;
  position: fixed;
  right: -110%;
  top: 0;
  z-index: 4000;
  width: 14rem;
  height: 100%;
  background: #fff;
  opacity: 0;
}

.user_menu.on {
  display: block;
}

.user_menu>div {
  position: relative;
  padding: 0 1.5rem;
}

.user_menu>div:last-of-type {
  display: none;
}

.user_menu h2 {
  height: 5.6rem;
  line-height: 5.6rem;
  font-size: 16px;
  color: #8996a9;
  font-weight: normal;
}

.user_menu h3 {
  padding: 30px 0 17px;
  font-size: 22px;
  color: #333;
  line-height: 100%;
  font-weight: normal;
}

.user_menu .close {
  position: absolute;
  right: 1.5rem;
  top: 1.9rem;
  font-size: 0;
  color: transparent;
}

.user_menu .close:after {
  content: "\e9af";
  font-size: 37px;
  font-family: 'xeicon';
  color: #8996a9;
}

.user_menu nav>ul>li>a {
  display: block;
  position: relative;
  margin: 0 1.5rem;
  height: 3.9rem;
  border-bottom: 1px solid #dadada;
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 3.9rem;
}

.user_menu nav>ul>li>a:after {
  content: "\e943";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-family: 'xeicon';
  font-size: 16px;
  color: #aaa;
  transition: transform .5s;
}

.user_menu nav>ul>li>a:last-child {
  border-bottom: none;
}

.user_menu nav>ul>li ul {
  display: none;
  position: relative;
}

.user_menu nav>ul>li li a {
  display: block;
  position: relative;
  border-top: 1px solid #eaeef3;
  line-height: 2.95rem;
  color: #555;
  font-size: .8rem;
}

.user_menu nav>ul>li li a:after {
  content: "\e907";
  position: absolute;
  right: 0;
  font-family: 'xeicon';
  font-size: 16px;
  color: #d0d0d0;
}

.user_menu nav>ul>li.on>a:after {
  transform: translateY(-50%) rotate(180deg);
  color: #21a089;
}

.user_menu nav>ul>li.on li:last-child a {
  border-bottom: 1px solid #21a089;
}

.user_menu nav>ul>li.on>a {
  border-bottom: none;
  color: #21a089;
}

.user_menu nav>ul>li.on>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  top: -1px;
  height: 2px;
  background: #21a089;
}

.user_menu nav>ul>li li {
  overflow: hidden;
  position: relative;
  padding: 0 1.5rem;
  transition: background .5s;
}

.user_menu nav>ul>li li:hover {
  background: #eaeef3;
}

.user_menu nav>ul>li li input[type="checkbox"] {
  position: absolute;
  left: -100px;
  z-index: -1;
}

.user_menu nav>ul>li li input[type="checkbox"]+label:after {
  content: "\ea0e";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'xeicon';
  color: #dfe3e8;
}

.user_menu nav>ul>li li input[type="checkbox"]:checked+label:after {
  content: "\e92d";
  color: #21a089;
}

.user_menu nav>ul>li li label {
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-size: .8rem;
  border-top: 1px solid #eaeef3;
}

.user_menu nav>ul>li li:last-child label {
  border-bottom: 1px solid #eaeef3;
}

.user_menu .plus {
  font-size: .75rem;
  color: #888;
}

.user_menu .plus:before {
  content: "\e916";
  font-family: 'xeicon';
  font-size: 20px;
  color: #d1d1d1;
  vertical-align: -3px;
}

.user_menu.fav nav>ul>li ul {
  display: block;
}

.user_menu.fav nav>ul>li>a:after {
  display: none;
}

.user_menu.fav nav>ul>li>a {
  font-size: 1.1rem;
}

.user_menu.fav nav>ul>li>a,
.user_menu.fav nav>ul>li li:last-child label {
  border-bottom-color: #21a089;
}

.user_menu.fav nav>ul>li li:first-child label {
  border-top-color: #21a089;
}

.user_menu.fav .save {
  display: block;
  margin: 1.2rem 1.5rem 0;
  height: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  background: #21a089;
  color: #fff;
  font-size: .75rem;
}

/* 기초 레이아웃 제어 */
.tabs ul:after {
  content: "";
  display: block;
  clear: both;
}

.tabs .tab_con {
  display: none;
}

.tabs .tab_con.on {
  display: block;
}

.dim {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3199;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.btn_top {
  display: none;
}

.mgnb {
  display: none;
}

header .lvl01 {
  position: relative;
}

header .lvl01:before,
header .lvl02:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 100%;
  min-height: 600px;
  top: 0;
  width: 1px;
  background: #eaeef3;
}

header .sub>ul {
  position: relative;
}

header .sub>ul:before {
  content: "";
  display: block;
  z-index: 999;
  display: block;
  position: absolute;
  left: auto;
  right: 0px;
  height: 100%;
  min-height: 600px;
  top: 0;
  width: 1px;
  background: #eaeef3;
}

header .mnlast .sub>ul:before {
  display: none;
}

@media screen and (min-width:1004px) and (max-width:1180px) {

  header .lnb1 .sub>ul>li.sub03,
  header .lnb1 .sub>ul>li.sub04,
  header .lnb1 .sub>ul>li.sub05 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    max-width: 300px !important;
    padding-top: 20px !important;
  }
}

/* pc전용 대메뉴 */
@media screen and (min-width:1005px) {}

@media screen and (max-width:1180px) {

  header .lnb1 .sub>ul>li.sub04,
  header .lnb1 .sub>ul>li.sub05 {
    left: 65.7vw;
  }

}

/* 반응형 타블릿 이하 */
@media screen and (max-width:1500px) {
  .quick {
    position: fixed;
    right: 0;
    top: 270px;
    z-index: 15;
    box-sizing: border-box;
    width: 70px;
    background: #fff;
    padding: 0;
    border-radius: 0;
  }

  .quick h2 {
    height: 66px;
    padding: 13px 0;
    font-size: 15px;
    color: #8996a9;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    border: 1px solid #e4e6ee;
  }

  .quick li {
    margin-top: -1px;
    padding: 0;
  }

  .quick a {
    display: block;
    position: relative;
    height: 43px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    color: #5f6978;
    border: 1px solid #e4e6ee;
    line-height: 43px;
    width: auto;
    padding: 0;
    border-radius: 0;
    background-image: none !important;
  }

  .quick a:hover,
  .quick .on a {
    color: #fff;
    background-color: #043763 !important;
    -webkit-transition: width .5s;
    transition: width .5s;
  }

  .quick a span {
    display: none;
  }

  .quick p {
    padding: 15px 0 0;
  }

  .quick p a {
    background-image: url(../img/main/ico_quick4.png);
    background-color: #21a089;
    color: #fff;
  }

}

@media screen and (max-width:1200px) {
  .mo-eng {
    display: none;
  }

  .top10 {
    right: 15.5rem;
  }

}

@media screen and (max-width:1120px) {
  .top10 {
    right: 13.5rem;
  }
}

@media screen and (max-width:1004px) {
  #container {
    padding-top: 0px;
  }

  html {
    font-size: 16px;
  }

  .top10 {
    right: 18.5rem;
    top: 1.8rem
  }

  main.fixed {
    margin-top: 0px;
  }

  /* 모바일 퀵메뉴 */
  .quick {
    display: none;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
  }

  .user_menu.on {
    position: static;
    width: 100%;
    display: block
  }

  .user_menu .mtab {
    display: block;
  }

  .user_menu.fav.on .mtab {
    position: absolute;
    left: 238px;
    top: 23px;
    z-index: 100;
    color: #98aed2;
    font-size: 1rem;
    border: none;
    line-height: 100%;
    height: auto;
    padding: 0;
  }

  .user_menu.user.on .mtab {
    position: absolute;
    left: 97px;
    top: -58px;
    z-index: 100;
    color: #98aed2;
    font-size: 1rem;
    line-height: 100%;
  }

  #gnb h2.on,
  .user_menu .mtab.on {
    color: #fff !important;
    /*border-bottom:1px solid #fff !important;*/
  }

  .user_menu.user.on nav {
    display: block;
    position: fixed;
    top: 60px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #f5f6fa;
  }

  .user_menu.user.on nav>ul {
    padding: 2.1875rem 0 0 1rem;
    width: 9rem;
    height: calc(100vh - 2.1875rem);
    background: #f5f6fa;
    box-sizing: border-box;
  }

  .user_menu.user.on nav>ul:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 9.0625rem);
    height: 100%;
    background: #fff;
  }

  .user_menu.user.on nav>ul>li ul {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 10;
    width: calc(100% - 9.0625rem);
    height: 100%;
    background: #fff;
  }

  .user_menu.user.on nav>ul>li ul li {
    background: none;
    transition: none;
  }

  .user_menu.user.on nav>ul>li ul a {
    display: block;
    position: relative;
    height: 2.8125rem;
    line-height: 2.8125rem;
    color: #444;
    font-size: 1rem;
    text-indent: .4rem;
    border-bottom: none;
  }

  .user_menu.user.on nav>ul>li ul li:first-child a {
    border-top: none;
  }

  .user_menu nav>ul>li.on li:last-child a {
    border-color: #eaeef3;
  }

  .user_menu.user.on nav>ul>li ul a:after {
    display: none;
  }

  .user_menu h2 {
    height: auto;
    line-height: 100%;
    font-size: 1px;
  }

  .user_menu nav>ul>li>a {
    display: block;
    position: relative;
    z-index: 11;
    padding: 0 .5rem 0 0;
    margin: 0;
    font-size: 1rem;
    height: auto;
    line-height: 2.5rem;
    border: none;
  }

  .user_menu nav>ul>li>a:before {
    display: none;
  }

  .user_menu nav>ul>li>a:after {
    content: "";
    position: absolute;
    /*right:.5rem;*/
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: .9375rem;
    transition: none;
    background: #21a089;
    opacity: 0;
  }

  .user_menu nav>ul>li.on>a:after {
    opacity: 1;
  }

  .user_menu.fav .mtab.on+ul {
    position: absolute;
    left: 0;
    top: 4.68rem;
    z-index: 100;
    padding: 0 1.25rem;
    width: 100%;
    box-sizing: border-box;
  }

  .user_menu.fav .mtab.on+ul li {
    padding: 0;
    background: none;
    transition: none;
  }

  .user_menu.fav .mtab.on+ul li label {
    text-indent: 1.2rem;
  }

  .user_menu.fav .mtab.on+ul li input[type="checkbox"]+label:after {
    right: initial;
    left: 0;
    text-indent: 0;
  }

  .user_menu.fav .mtab.on+ul li:last-child label {
    border-color: #eaeef3;
  }

  .user_menu.fav .mtab.on+ul li:first-child label {
    border-top: none;
  }

  .user_menu.fav .save {
    position: absolute;
    z-index: 100;
    width: calc(100% - 3rem);
    bottom: 1rem;
  }
}

@media screen and (max-width:768px) {

  .top10 {
    background-color: #eee;
    border-top: 1px solid #ccc;
    right: inherit;
    left: 0;
    top: 64px;
    width: 100%;
    height: 37px;
    padding: 0 1.25rem;
    /* overflow:visible; */
    box-sizing: border-box;
    z-index: 99;
  }

  .top10 .view {
    top: .5rem;
    right: 1rem;
    font-size: .75em;
  }

  .top10 .view:after {
    margin-left: .5rem;
  }

  .top10.on {
    height: auto;
  }

  .top10.on .view {
    transform: rotate(0);
  }

  .top10 .bx {
    position: absolute;
    z-index: 20;
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin-top: -1.5rem;
    padding: 0 .8125rem .8125rem;
    border: 1px solid #e1e6eb;
    border-top: 1px solid #043763;
    background: #fff;
  }

  .top10 .bx ol {
    float: left;
    width: 50%;
    padding: .6875rem 0 .4375rem;
  }

  .top10 .bx .close {
    display: block;
    position: absolute;
    right: 1.03rem;
    top: 1.1rem;
    font-size: 0;
  }

  .top10 .bx .close:before {
    content: "\e921";
    font-family: 'xeicon';
    color: #343639;
    font-size: .9rem;
  }

  /*.top10.on .view { display: none;}*/
  .top10.on .bx {
    display: block;
  }

  .top10 .slider5 li a span {
    background-color: #fff;
    vertical-align: inherit;
  }

  .top10 .slider5 li a {
    display: block;
    padding: 8px 0;
    font-size: 12px;
  }

  .user_menu.user.on .mtab {
    top: -47px;
  }

  /* 페이지 위로 */
  .go_top {
    right: 1.1rem;
    bottom: 1.1rem;
  }
}

@media screen and (max-width:500px) {
  .mobile_br {
    display: none !important;
  }
}

@media screen and (max-width:420px) {

  .mo-eng {
    position: absolute;
    right: 80px;
    top: 15px;
    display: block;
    border: 2px solid #fff;
    padding: 0px 30px;
    box-sizing: border-box;
    height: 30px;
    line-height: 24px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: .85rem;
    font-weight: 600;
  }
}

@media screen and (max-width:320px) {
  html {
    font-size: 14px;
  }

  #container {
    padding-top: 5.3125rem;
  }
}

/* 푸터 하단 링크 1180 */
@media screen and (max-width:1180px) {
  .in_btm .right {
    display: block;
    float: none;
  }
}

/* 푸터 하단 링크 1200 */
@media screen and (max-width:1200px) {
  .in_btm {
    overflow: hidden;
  }
}


/*코로나19 유전자 감시관련 css*/
.topmenu .lnb1 .sub .sub06 {
  min-height: 187px;
}