@charset "utf-8";
@import url(/main/css/common.css);
@import url(/main/css/components.css);
@import url(/main/css/header.css);
@import url(/main/css/footer.css);
@import url(/main/css/nav.css);

@font-face {
  font-family: 'Paperlogy-6SemiBold';
  src: url('/main/css/fonts/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

:root {
  --primary: #2F6AFF;
  --secondary: #00A584;
  --primary-hover: #275CE0;
  --secondary-hover: #069075;
  --border-color: #E3EAEC;
  --dark-bg: #123653;
  --form-rd1: .4rem;
  --lightBlue: rgba(47, 106, 255, 0.02);
}

/* Skip To Content */
#skipNav {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 100%;
  height: 0px;
  z-index: 1000;
  line-height: 0px;
  font-size: 0px
}

#skipNav a {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 0px;
  font-size: 0px
}

#skipNav a:focus,
#skipNav a:hover,
#skipNav a:active {
  position: absolute;
  left: 0px;
  top: 1000px;
  padding: 8px 0;
  display: block;
  box-sizing: border-box;
  height: 36px;
  background: #20262c;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #fff
}

html {
  font-size: 10px;
}

body {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: Pretendard, sans-serif;
  word-break: keep-all;
}

body.scroll-hdn,
body.modal {
  overflow: hidden;
}

body.modal::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  z-index: 10;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--primary);
}

*:focus,
input[type=radio]:focus+label,
input[type=checkbox]:focus+label {
  outline-offset: -2px;
  outline: 2px dashed #99b0cb;
}

.container {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:1320px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width:780px) {
  .header .top .container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* width */
.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.w33 {
  width: 33.333% !important;
}

.w25 {
  width: 25% !important;
}

.w20 {
  width: 20% !important;
}

/* flex */
.flex {
  display: flex !important;
}

.flex.wrap {
  flex-wrap: wrap !important;
}

.flex.column {
  flex-direction: column !important;
}

.align-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.flex.center {
  align-items: center !important;
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-start {
  align-items: flex-start !important;
}

.gap1 {
  gap: .5rem !important;
}

.gap2 {
  gap: 1rem !important;
}

.gap3 {
  gap: 1.5rem !important;
}

.gap4 {
  gap: 2rem !important;
}

.gap5 {
  gap: 3rem !important;
}

.gap6 {
  gap: 4rem !important;
}
.flex-gr-1 {
  flex-grow: 1 !important;
}

.flex-sh-0 {
  flex-shrink: 0 !important;
}

.d-block {
  display: block !important;
}

.d-inlineFlex {
  display: inline-flex !important;
}

@media (max-width:780px) {
  .flex.mbl-column {
    flex-direction: column !important;
  }
}

/* 구분선 */
.division-line-row>* {
  position: relative;
}

.division-line-row>*::before {
  content: '';
  width: 1px;
  height: .7em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #BDBDBD;
}

.division-line-row>*:last-child::before {
  display: none;
}

.divsion-row {
  display: block;
  margin-top: 8rem;
  margin-bottom: 8rem;
  height: 1px;
  width: 100%;
  background-color: #efefef;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
}

/* txt */
.point-txt {
  color: var(--primary);
}

.pen-txt {
  color: #000;
  position: relative;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
  flex-shrink: 0;
}

.pen-txt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  display: inline-block;
  height: .8em;
  width: 100%;
  background-color: rgba(47, 106, 255, 0.15);
  z-index: -1;
}

.txt-small {
  font-size: 1.5rem;
}

.txt-sm {
  font-size: .9em !important;
}

.txt-md {
  font-size: 1.1em !important;
}

.txt-lg {
  font-size: 1.2em !important;
}

.txt-center {
  text-align: center !important;
}

.desc-txt {
  color: #666;
  font-size: .9em;
}

.paragraph {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* title */
.contTitle-1 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 2rem;
}

.contTitle-2 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 2rem;
}

.box-tit-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.box-tit-group .tit,
.box-tit-group .title {
  font-size: 2em;
  font-weight: 800;
  background: linear-gradient(90deg, #2D4D95 0, #209179 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'Paperlogy-6SemiBold';
}

.box-tit-group .title {
  font-size: 2.6rem !important;
}

.box-tit-group .img i {
  font-size: 5rem;
  background: linear-gradient(90deg, #2D4D95 0, #209179 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* box */
.bord-box {
  border: solid 1px var(--border-color);
  padding: 2rem;
}

.bord-box.round {
  border-radius: .8rem !important;
}

.bord-box.gray {
  background-color: #fafafa !important;
}

.bord-box.whBlue {
  background-color: rgba(47, 106, 255, 0.02) !important;
}

.box-shadow {
  box-shadow: 0 4px 10px rgba(100, 100, 100, .1);
}

.desc-box {
  padding: 2rem;
  border: solid 1px var(--border-color);
  border-left: solid 2px var(--primary);
  background-color: rgba(47, 106, 255, 0.02);
}

.w800-box {
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.w450-box {
  max-width: 450px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width:860px) {
  .w800-box {
    max-width: none !important
  }
}

@media (max-width:560px) {
  .w450-box {
    max-width: none !important;
  }
}

/* padding */
.pa0 {
  padding: 0rem !important;
}

.pa1 {
  padding: 1rem !important;
}

.pa2 {
  padding: 2rem !important;
}

.pa3 {
  padding: 3rem !important;
}

.pa4 {
  padding: 4rem !important;
}

.pl1 {
  padding-left: 1rem !important;
}

.pr1 {
  padding-right: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pa2 {
  padding: 2rem !important;
}

.pl2 {
  padding-left: 2rem !important;
}

.pr2 {
  padding-right: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

/* margin */
.ma0 {
  margin: 0rem !important;
}

.ma1 {
  margin: 1rem !important;
}

.ma2 {
  margin: 2rem !important;
}

.ml1 {
  margin-left: 1rem !important;
}

.mr1 {
  margin-right: 1rem !important;
}

.ml2 {
  margin-left: 2rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

/* font-weight */
.fw700 {
  font-weight: 700 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw400 {
  font-weight: 400 !important;
}

/* list */
/* list */
ul.b-list {
  display: flex;
  flex-direction: column;
}

ul.b-list ul {
  margin-left: 0;
  padding-left: 1rem;
}

ul.b-list.disc>li,
.bullet {
  display: flex;
  position: relative;
  padding-left: .7em;
  /* align-items: center; */
  align-items: flex;
}

ul.b-list.disc>li::before,
.bullet .disc-sm::before,
.bullet .squre::before {
  content: '';
  display: flex;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  margin-right: .5rem;
  position: absolute;
  left: 0;
  top: .5em;
}

.bullet .disc::before {
  width: 5px;
  height: 5px;
}

.bullet .squre::before {
  width: 5px;
  height: 5px;
  border-radius: 0;
}

ul.b-list.disc.point>li::before {
  background-color: var(--primary);
}

ul.b-list.bar li::before {
  content: '-';
  font-size: 14px;
  margin-right: 5px;
}

.b-list.decimal {
  list-style-type: decimal;
  margin-left: 2rem;
}

.list-bb-dashed>li,
.bb-dashed {
  border-bottom: dashed 1px #dcdcdc;
}

.list-bb-dashed>li:last-child {
  border-bottom: none;
}

/* button */
:root {
  --btn-height: 4.6rem;
  --btn-small-height: 3.5rem;
}

.btn {
  background: var(--dark-bg);
  color: #fff;
  padding: 1em;
  border-radius: var(--form-rd1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  gap: 3px;
  height: var(--btn-height);
  transition: background .3s ease 0s;
}

.btn:hover {
  background: var(--primary-hover);
  color: #fff;
}

.btn.secondary {
  background-color: var(--secondary);
}

.btn.secondary:hover {
  background-color: var(--secondary-hover);
}

.btn.white {
  background-color: #fff;
  color: #333;
  border: solid 1px #ededed;
}

.btn.white:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.btn.gray {
  background-color: #EDEDED;
  color: #747474;
}

.btn.gray:hover {
  background-color: #DBDBDB;
}

.btn.small {
  padding: 1em;
  font-size: .9em;
  height: var(--btn-small-height);
}

.txtBtn {
  display: inline-flex;
  padding: .3em .5em;
}

.txtBtn:hover {
  color: #000;
  font-weight: 700;
}

.txtBtn.border {
  border: solid 1px #dcdcdc;
  border-radius: .4rem;
}

.txtBtn.border:hover {
  background-color: #fafafa;
}

.txtBtn.sm {
  font-size: .9em;
}

.txtBtn.xsm {
  font-size: .8em;
}

.board_view.type2 .btn.type1 {
  height: 3rem;
  font-size: 1.5rem;
  background: #fff;
  border: solid 1px #dcdcdc;
  color: #333;
  padding: 0;
}

.board_view.type2 .btn.type1:hover {
  background: #333;
  color: #fff;
}

/* edu-icon */
.edu-icon {
  display: inline-flex;
  width: 8rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.edu-icon.food,
.edu-icon.c0102000000 {
  background-image: url(/main/img/eduIcon_food.svg);
}

.edu-icon.medicines,
.edu-icon.c0103000000 {
  background-image: url(/main/img/eduIcon_medicines.svg);
}

.edu-icon.medicalDevices,
.edu-icon.c0104000000 {
  background-image: url(/main/img/eduIcon_medicalDevices.svg);
}

.edu-icon.cosmetics,
.edu-icon.c0109000000 {
  background-image: url(/main/img/eduIcon_cosmetics.svg);
}

.edu-icon.sanitaryProducts,
.edu-icon.c0105000000 {
  background-image: url(/main/img/eduIcon_sanitaryProducts.svg);
}

.edu-icon.testInspection,
.edu-icon.c0106000000 {
  background-image: url(/main/img/eduIcon_testInspection.svg);
}

.edu-icon.regulatoryScience,
.edu-icon.c0108000000 {
  background-image: url(/main/img/eduIcon_regulatoryScience.svg);
}

/* icon */
.icon.gonfalon {
  display: inline-flex;
  width: 28px;
  height: 20px;
  background-image: url(/main/img/gonfalon.svg);
}

/* btn */
.resetBtn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: .8rem;
  background: #fff;
  color: var(--primary);
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: .85em;
}

.resetBtn i {
  transition: all .5s ease 0s;
}

.resetBtn:hover i {
  transform: rotate(180deg);
}

/* form */
.form-inline-fill {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.point1 {
  color: var(--primary);
}

.small.eng {
  display: block;
  font-size: 1.4rem;
  color: #777;
}

.i-info {
  display: flex;
  margin-top: .7rem;
  gap: .3rem;
  align-items: center;
  color: #666;
  font-weight: 500;
}

.i-info::before {
  content: "\ee59";
  font-family: 'remixicon';
}

.form_radio input[type=radio],
.form_radio input[type=checkbox] {
  appearance: none;
}

.form_radio input[type=radio]+label::before {
  content: "\eb7d";
  font-family: 'remixicon';
  font-size: 2rem;
}

.form_radio input[type=radio]:checked+label::before {
  content: "\eb81";
}

.form_checkbox input[type=checkbox]+label::before {
  content: "\eb7f";
  font-family: 'remixicon';
  font-size: 2rem;
}

.form_checkbox input[type=checkbox]:checked+label::before {
  content: "\eb85";
}

/* dialog */
.dialog {
  display: none;
}

.dialog.open {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

.dialog.open>* {
  position: absolute;
  left: 50%;
  top: calc(50% - 30px);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  z-index: 10;
  max-width: 750px;
  width: calc(100% - 40px);
}

.dialog.open::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.dialog .inner {
  border-radius: 1.2rem;
  background-color: #F9F9F9;
  overflow: hidden;
}

.dialog .head {
  background: var(--primary);
  color: #fff;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
}

.dialog .body {
  padding: 4rem;
}

.dialog .foot {
  border-top: solid 1px #dcdcdc;
  padding: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 780px){
  .dialog .body{
    padding: 2rem;
  }
}

/* position */
.p-relative {
  position: relative !important;
}


/* scroll style */

.style-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.style-scroll::-webkit-scrollbar-thumb {
  background-color: #F2F2F2;
  border-radius: 10px;
}

.style-scroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px white;
}

.scroll-box-row {
  overflow-x: auto !important;
}

/* 분야별 검색 팝업 */
.category-select-panel {
  max-width: 540px;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
}

.category-select-panel .process-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
}

.category-select-panel .processbar {
  height: 4px;
  background: #E4E4E4;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  flex-grow: 1;
}

.category-select-panel .processbar .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--primary);
  border-radius: 4px;
}

.category-select-panel .question {
  font-size: 1.2em;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 1rem;
  justify-content: center;
}

.category-select-panel .question::before {
  content: 'Q';
  font-size: 1.2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-select-panel .select-list {
  max-height: 400px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0 1rem;
}

.category-select-panel .select-list .item {
  display: flex;
  width: 100%;
}

.category-select-panel .select-list input[type=radio] {
  appearance: none;
}

.category-select-panel .select-list i {
  color: #D7D7D7;
  font-size: 1.4em;
}

.category-select-panel .select-list input[type=radio]+label {
  display: flex;
  gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  background: #fff;
  border-radius: 1.2rem;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  border: solid 1px transparent;
  width: 100%;
}

.category-select-panel .select-list input[type=radio]+label:hover,
.category-select-panel .select-list input[type=radio]:checked+label {
  background: rgba(47, 106, 255, 0.02);
  border-color: #2F6AFF;
}

.category-select-panel .select-list input[type=radio]:checked+label i {
  color: var(--primary);
}

.category-select-panel .btnGroup {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

@media (max-width: 980px) {
  html {
    font-size: 9px;
  }
}

@media (max-height:680px) {
  .category-select-panel .select-list {
    max-height: 300px;
  }
}


/* table */
.sm-table {
  width: 100%;
  font-size: .95em;
}

.sm-table th,
.sm-table td {
  border: solid 1px var(--border-color);
  padding: 1rem;
}

.sm-table th {
  text-align: center;
}

.sm-table thead th {
  background-color: var(--lightBlue);
  border-bottom: none;
  font-weight: 600;
  text-align: center;
}

@media (max-width:780px) {
  .mgap4 {
    gap: 2rem !important;
  }
  .sm-table,
  .sm-table .thead,
  .sm-table .tbody {
    display: block;
  }

  .sm-table {
    border: solid 1px #dcdcdc;
  }

  .sm-table colgroup {
    display: none;
  }

  .sm-table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: solid 1px #333;
  }

  .sm-table thead {
    border-bottom: solid 1px #333;
  }

  .sm-table thead,
  .sm-table tbody {
    display: block;
    width: 100%;
  }

  .sm-table th,
  .sm-table td,
  .sm-table thead th {
    border: none;
    border-bottom: dashed 1px #dcdcdc;
  }

  .sm-table th:last-child,
  .sm-table td:last-child,
  .sm-table tr:last-child {
    border-bottom: none;
  }
}
