@charset "utf-8";

@import url(fonts.css);
@import url(reset.css);
@import url(common.css);

/* 20241210 */
/*main visual*/

/* 20250131 Start */
.visual {
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  margin-top: 92px;
  width: 100%;
  height: 420px;
  background: url(../img/main/mainBg.png) top center no-repeat;
  background-position: 50% 30%;
}
/* 20250131 End */

.visual::before {
  content: '';
  position: absolute;
  left: calc(50% - 323px);
  top: 100px;
  font-size: 52px;
  line-height: 52px;
  font-weight: 400;
  color: var(--white);
}

/* 20241206 */
.visual .shorcutWrap {
  display: flex;
  flex-direction: row;
  margin-top: 430px;
}

.visual .shorcutWrap figure {
  width: 220px;
  height: 308px;
  border-radius: 40px;
  box-shadow: 0 8px 16px rgba(86, 155, 216, 0.25);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s;
}

.visual .shorcutWrap a .shortcut figcaption {
  text-align: center;
  margin-top: 200px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.visual .shorcutWrap a .shortcut.bg01 {
  background: #ffca1e url(../img/main/shorcutIcon01.png) center 32px no-repeat;
}

.visual .shorcutWrap a .shortcut.bg01 figcaption {
  color: #765f13;
}

.visual .shorcutWrap a .shortcut.bg02 {
  background: #75c261 url(../img/main/shorcutIcon02.png) center 32px no-repeat;
}

.visual .shorcutWrap a .shortcut.bg02 figcaption {
  color: #235e13;
}

.visual .shorcutWrap a .shortcut.bg03 {
  background: #64b7ff url(../img/main/shorcutIcon03.png) center 32px no-repeat;
}

.visual .shorcutWrap a .shortcut.bg03 figcaption {
  color: #18446b;
}

.visual .shorcutWrap a:hover .shortcut {
  transform: scale(1.05);
}

.visual aside {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 9;
}

.visual aside h1 {
  width: 320px;
  height: 80px;
  background: #a7b2c3;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  padding: 12px 32px;
  cursor: pointer;
  margin-bottom: 8px;
  transition: all 0.3s;
}

.visual aside h1 sup {
  position: relative;
  left: 0;
  top: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #3d4c64;
  z-index: 9;
}

.visual aside h1 span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: var(--white);
}

.visual aside h1:hover {
  background: #c4cddc;
}

.visual aside h1:hover > * {
  color: #ca6039;
}

.visual aside h1:hover sup::after {
  content: '';
  width: 100%;
  height: 12px;
  background: #ca6039;
  bottom: -5px;
  left: 0;
  position: absolute;
  opacity: 0.2;
}

.visual aside h1:first-child {
  border-top-left-radius: 20px;
}

.visual aside h1:last-child {
  border-bottom-left-radius: 20px;
  margin-bottom: 0;
}

/*body*/
.body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  gap: 80px;
}

/*notice*/
.body .notice {
  width: 660px;
  display: flex;
  flex-direction: column;
}

.body .notice h1 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 32px;
  line-height: 32px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 32px;
}

.body .notice h1 button {
  width: 87px;
  height: 28px;
  background: var(--Gray4);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 4px;
  position: relative;
  cursor: pointer;
  color: var(--white);
}

.body .notice h1 button::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/main/moreIcon.png) center center no-repeat;
}

.body .notice a {
  width: 100%;
  padding: 0 8px;
  height: 60px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #dbe3f0;
}

.body .notice .down {
  width: 100%;
  padding: 0 0px;
  height: 80px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #dbe3f0;
}

.body .notice a span.label {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: var(--white);
  border-radius: 16px;
  height: 30px;
}

.body .notice a span.purple {
  background: #4b6cd8;
}

.body .notice a span.yellow {
  background: #e79e56;
}

.body .notice a span.blue {
  background: #6ba9df;
}

.body .notice a span.red {
  background: #dc475a;
  color: var(--white) !important;
}

.body .notice a p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: var(--Gray4);
  transition: all 0.3s;
}

.body .notice a:hover p {
  transform: scale(1.05);
  color: var(--mainColor);
}

.body .notice a p.title {
  width: 464px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*banner*/

.body .banner {
  width: 660px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.body .banner a {
  display: block;
  position: relative;
  width: 200px;
  height: 364px;
  border: 1px solid #dbe3f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
  top: 0;
}

.body .banner a:hover {
  top: -20px;
  background-color: rgba(219, 227, 240, 0.2) !important;
}

.body .banner a.banner01 {
  background: var(--white) url(../img/main/bannerIcon01.png) center 218px
    no-repeat;
}

.body .banner a.banner02 {
  background: var(--white) url(../img/main/bannerIcon02.png) center 218px
    no-repeat;
}

.body .banner a.banner03 {
  background: var(--white) url(../img/main/bannerIcon03.png) center 218px
    no-repeat;
}

.body .banner a h1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: 52px;
}

.body .banner a h1 sup {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #3d4c64;
}

.body .banner a h1 span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #dd8b39;
}

.body .banner a p {
  font-size: 16px;
  line-height: 22px;
  color: #3d4c64;
  font-weight: 500;
  margin-top: 8px;
  text-align: center;
}

/*popup*/
.dim {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  display: none;
}

.popup {
  display: none;
  width: 1400px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  left: calc(50% - 700px);
  top: 92px;
  background: #f1f9ff;
  border-radius: 40px;
  box-shadow: 0 8px 16px rgba(13, 29, 118, 0.25);
  padding: 0 0 80px;
  z-index: 12;
}

.popup header {
  width: 100%;
  padding: 50px 40px 30px;
  border-bottom: 1px solid #a4cbed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.popup header h1 {
  background: url(../img/common/popup_ttlIcon.png) left center no-repeat;
  padding-left: 48px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  color: #222;
}

.popup header h1 span {
  color: #dd8b39;
}

.popup header button {
  width: 60px;
  height: 60px;
  border: 0;
  cursor: pointer;
  background: url(../img/common/popup_btn_close.png) center center no-repeat;
}

.popup .con {
  padding: 60px 80px 0;
}

.popup .con ol {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 62px;
}

.popup .con ol li {
  width: 100%;
  height: 110px;
  border-radius: 55px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(86, 156, 216, 0.25);
  padding: 0 55px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.popup .con ol li p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #3d4c64;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.popup .con ol li p span {
  color: var(--subColor);
}

.popup .con ol li::after {
  content: '';
  width: 53px;
  height: 30px;
  position: absolute;
  left: calc(50% - 26.5px);
  bottom: -46px;
  background: url(../img/main/arrow.png) center center no-repeat;
}

.popup .con ol li:first-child p.logo {
  background: url(../img/main/logo01.png) right center no-repeat;
}

.popup .con ol li:not(:first-child) p.logo {
  background: url(../img/main/logo02.png) right center no-repeat;
}

.popup .con ol li:last-child {
  background: var(--subColor);
}

.popup .con ol li:last-child p {
  justify-content: center;
  font-size: 36px;
  line-height: 36px;
  color: var(--white);
}

.popup .con ol li:last-child::after {
  display: none;
}

.popup .con ol.type01 li,
.popup .con ol.type02 li {
  height: 96px;
  border-radius: 48px;
  padding: 0 48px;
}

.popup .con ol.type01 li p,
.popup .con ol.type02 li p {
  justify-content: center;
}

.popup .con ol.type01 li.subDescription {
  margin-bottom: 102px;
}

.popup .con ol.type01 li.subDescription::after {
  bottom: -150px;
}

.popup .con ol.type01 li.subDescription::before {
  content: "※ 심사 중 신고인에게 심사건에 대하여 의견제출을 요구할 수 있습니다.\A※ 심사 기준에 부합되지 않을 경우, 심사거절 결정을 내릴 수 있습니다.";
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #a7b2c3;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -90px;
  white-space: pre;
}

.popup .con ol.type02 {
  gap: 94px;
}

.popup .con ol.type02 li:first-child::before,
.popup .con ol.type02 li:first-child::after {
  content: '';
  width: 53px;
  height: 30px;
  position: absolute;
  bottom: -64px;
  background: url(../img/main/arrow.png) center center no-repeat;
}

.popup .con ol.type02 li:first-child::before {
  left: 254px;
}

.popup .con ol.type02 li:first-child::after {
  left: 904px;
}

.popup .con ol.type02 li::after {
  bottom: -64px;
}

.popup .con ol.type02 li.col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.popup .con ol.type02 li.col p {
  width: calc(50% - 20px) !important;
  padding: 0 48px;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(86, 156, 216, 0.25);
}

.popup .con.type01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.popup .con dl {
  width: 610px;
  height: auto;
  padding: 40px;
  border-radius: 20px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup .con dl dt hgroup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup .con dl dt hgroup > * {
  font-size: 18px;
  line-height: 18px;
}

.popup .con dl dt hgroup h1 {
  color: var(--Gray4);
  font-weight: 800;
}

.popup .con dl dt hgroup h2 {
  color: var(--black);
  font-weight: 400;
}

.popup .con dl dd {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px 8px;
  width: 100%;
  align-content: flex-start;
}

.popup .con dl dd span {
  width: auto;
  padding: 0 12px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid var(--subColor);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--subColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup .con dl dd.row2 {
  height: 72px;
}

.popup .con dl dd.row4 {
  height: 152px;
}

.popup .con h1.result {
  margin-top: 20px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  color: #3d4c64;
  width: 100%;
}

.popup .con h1.result strong {
  font-weight: 500;
  font-size: 36px;
  color: var(--subColor);
}

.popup .con.graph {
  display: flex;
  flex-direction: row;
  gap: 80px;
}

.popup .con .graph {
  width: 600px;
  position: relative;
}

.popup .con .graph h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  color: #3d4c64;
  margin-bottom: 56px;
}

.popup .con .graph .legend {
  position: absolute;
  right: 0;
  top: 56px;
  height: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
}

.popup .con .graph .legend p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: var(--Gray4);
  padding-right: 12px;
}

.popup .con .graph .legend span {
  width: 14px;
  height: 14px;
  border-radius: 2px;
}

.popup .con .graph .legend span.lgd01 {
  background: #0d1d76;
}

.popup .con .graph .legend span.lgd02 {
  background: #29bbef;
}

.popup .con .graph .legend span.lgd03 {
  background: #f47724;
}

.popup .con .graph .legend span.lgd04 {
  background: #c9142c;
}

.canvasjs-chart-credit {
  display: none;
}

.canvasjs-chart-canvas {
  width: 580px !important;
}

/* 20241216 */
.mainQuick {
  background-color: #fff;
  width: 100%;
  height: 140px;
  position: relative;
  margin: 0 auto;
}

.mainQuick .shorcutWrap {
  width: 1400px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mainCont {
  background-color: #f3f3f3;
}

/* 20250131 Start */
.mainNew {
  padding: 2rem 0;
}
/* 20250131 End */

.mainNew ul {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}

.mainNew ul li {
  /* flex: 1; */
}

.mainNew ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 2rem;  
  color: #000;
}

.mainNew ul li a img {
  width: 35px;
}

/* 20250131 Start */
.mainNew ul li a span {
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
  font-size: 1.3rem;
}
/* 20250131 End */

.mainNew ul li a span::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #a3a3a3;
}