@charset "UTF-8";
@import url("../../font/jalnan.css");
/*-------------------------------------------------

Title       : singo(신고센터) Main
Author      : EASESOFT
Create Date : 2024-07

-------------------------------------------------*/
#footer .go_top {
  display: none;
}

#main_wrap {
  padding: 6rem 0;
  background: url("/singo/img/main/symbol.svg") no-repeat right bottom -30%;
}
#main_wrap .section h2 {
  font-family: "Jalnan";
  font-size: 2.4rem;
  line-height: 1;
}
#main_wrap .section .tit_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
#main_wrap .section .more {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #fff;
  width: 13.7rem;
  height: 4rem;
  padding: 0 1.6rem;
  color: #fff;
  font-size: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 2rem;
  transition: 0.3s;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section .more:not(.board):hover {
    color: #151515;
    font-weight: 700;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23$color1'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
    background-position-x: 95%;
  }
}
#main_wrap .section .rs_box {
  border-radius: 1.6rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}
#main_wrap .section .notify {
  flex: 1;
  position: relative;
  padding: 4rem 4rem 3.2rem;
  color: #fff;
}
#main_wrap .section .notify::after {
  content: "";
  position: absolute;
}
#main_wrap .section .notify.bottle {
  background-color: #3266B4;
}
#main_wrap .section .notify.bottle::after {
  right: 2rem;
  bottom: 0rem;
  width: 13rem;
  height: 13.3rem;
  background: url("/singo/img/main/bg_notify_01.svg") no-repeat 0 0;
  opacity: 0.3;
  background-size: 100%;
}
#main_wrap .section .notify.cup {
  background-color: #BE3A9B;
}
#main_wrap .section .notify.cup::after {
  right: 1rem;
  bottom: -3rem;
  width: 12.2rem;
  height: 13.3rem;
  background: url("/singo/img/main/bg_notify_02.svg") no-repeat 0 0;
  opacity: 0.3;
}
#main_wrap .section .notify.info {
  background: #149F78 url("/singo/img/main/bg_notify_03.png") no-repeat 90% center;
}
#main_wrap .section .notify.info::after {
  right: 2.5rem;
  bottom: 0;
  z-index: 1;
  width: 36rem;
  height: 12rem;
  background: url("/singo/img/main/bg_notify_04.svg") no-repeat 0 0;
  opacity: 0.1;
}
#main_wrap .section .notify.info .more {
  width: 15.5rem;
}
#main_wrap .section .notify p {
  margin: 2.2rem 0;
}
#main_wrap .section0 {
  margin-bottom: 5.5rem;
}
#main_wrap .section0 .layout_fix {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
#main_wrap .section0 .visual {
  flex: 1;
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
}
#main_wrap .section0 .visual .swiper-slide {
  position: relative;
  box-sizing: border-box;
}
#main_wrap .section0 .visual .swiper-slide a {
  width: 100%;
  height: 50rem;
}
#main_wrap .section0 .visual .swiper-slide .img {
  width: 100%;
  height: 50rem;
}
#main_wrap .section0 .visual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
#main_wrap .section0 .visual .control {
  position: absolute;
  right: 6rem;
  bottom: 4rem;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main_wrap .section0 .visual .control .paging {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
#main_wrap .section0 .visual .control .paging span {
  font-size: 1.8rem;
}
#main_wrap .section0 .visual .control .paging em {
  margin: 0 0.7rem;
  font-size: 70%;
}
#main_wrap .section0 .visual .control button {
  flex: none;
  display: flex;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center center;
}
#main_wrap .section0 .visual .control button.prev, #main_wrap .section0 .visual .control button.next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.4rem;
}
#main_wrap .section0 .visual .control button.prev {
  transform: rotate(180deg);
  background-position: center 0.3rem;
}
#main_wrap .section0 .visual .control button.pause {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.2rem;
}
#main_wrap .section0 .visual .control button.play {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.2rem;
}
#main_wrap .section0 .visual .blank {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  color: #fff;
}
#main_wrap .section0 .lay_right {
  flex: none;
  width: 44.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
#main_wrap .section1 .layout_fix {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#main_wrap .section1 .board {
  flex: 1;
  padding: 4rem;
  background: #fff;
  overflow: hidden;
}
#main_wrap .section1 .board .more {
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: url("/singo/img/main/board_more.svg") no-repeat center center;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section1 .board .more:hover {
    transform: rotate(180deg);
    background: url("/singo/img/main/board_more.svg") no-repeat center center;
  }
}
#main_wrap .section1 .board ._blank {
  text-align: center;
}
#main_wrap .section1 .board .list li + li {
  margin-top: 1rem;
}
#main_wrap .section1 .board .list a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
}
#main_wrap .section1 .board .list a .subject {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#main_wrap .section1 .board .list a .date {
  flex: none;
  color: #767676;
  font-family: "titillium";
}
@media screen and (min-width: 1025px) {
  #main_wrap .section1 .board .list a:hover .subject {
    text-decoration: underline;
  }
}
#main_wrap .section1 .lay_center {
  flex: none;
  margin-left: 2.4rem;
  width: 37.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.4rem;
  color: #fff;
}
#main_wrap .section1 .lay_center .rs_box {
  flex: 1;
  background-color: #5E6575;
}
#main_wrap .section1 .lay_center .step {
  flex: none;
  height: 9.6rem;
  padding: 4rem;
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #2167B5 url("/singo/img/main/step_arrow.svg") no-repeat 90% center;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section1 .lay_center .step:hover {
    background-position-x: 95%;
  }
}
#main_wrap .section1 .lay_center .quick {
  padding: 3.2rem 2rem;
}
#main_wrap .section1 .lay_center .quick ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main_wrap .section1 .lay_center .quick ul li {
  flex: 1;
  position: relative;
}
#main_wrap .section1 .lay_center .quick ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3.4rem);
  height: 6.8rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
#main_wrap .section1 .lay_center .quick ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
#main_wrap .section1 .lay_center .quick ul li a img {
  transition: 0.3s;
}
#main_wrap .section1 .lay_center .quick ul li a em {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section1 .lay_center .quick ul li a:hover img {
    transform: translateY(-0.5rem);
  }
}
#main_wrap .section1 .notify.info {
  flex: none;
  width: 44.5rem;
  margin-left: 4rem;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1280px) {
  #main_wrap .section .notify {
    padding: 3rem;
  }
  #main_wrap .section .notify.info {
    background-size: 8rem;
    background-position: 95% center;
  }
  #main_wrap .section0 {
    margin-bottom: 5.5rem;
  }
  #main_wrap .section0 .layout_fix {
    gap: 2rem;
  }
  #main_wrap .section0 .visual .swiper-slide a {
    height: 45.2rem;
  }
  #main_wrap .section0 .visual .swiper-slide .img {
    height: 45.2rem;
  }
  #main_wrap .section0 .lay_right {
    width: 35%;
    gap: 2rem;
  }
  #main_wrap .section1 .board {
    padding: 3rem;
  }
  #main_wrap .section1 .lay_center {
    margin-left: 2rem;
    width: 25rem;
  }
  #main_wrap .section1 .lay_center .step {
    padding: 3rem;
  }
  #main_wrap .section1 .lay_center .quick {
    padding: 2rem 0.5rem;
  }
  #main_wrap .section1 .notify.info {
    width: 35%;
    margin-left: 2rem;
  }
}
@media (max-width: 1024px) {
  #main_wrap {
    padding: 3rem 0;
    background-image: none;
  }
  #main_wrap .section0 {
    margin-bottom: 2rem;
  }
  #main_wrap .section0 .layout_fix {
    flex-direction: column;
  }
  #main_wrap .section0 .visual .swiper-slide a {
    height: inherit;
  }
  #main_wrap .section0 .visual .swiper-slide .img {
    height: inherit;
  }
  #main_wrap .section0 .lay_right {
    width: 100%;
    flex-direction: row;
    gap: 2rem;
  }
  #main_wrap .section1 .layout_fix {
    flex-wrap: wrap;
    gap: 2rem;
  }
  #main_wrap .section1 .notify.info {
    flex: none;
    width: calc(50% - 1rem);
    margin: 0;
  }
  #main_wrap .section1 .lay_center {
    flex: 1;
    margin-left: 0;
    width: inherit;
    gap: 2rem;
  }
  #main_wrap .section1 .lay_center .rs_box {
    flex: 1;
  }
  #main_wrap .section1 .lay_center .step {
    height: 7rem;
  }
  #main_wrap .section1 .lay_center .quick {
    padding: 3.2rem 2rem;
  }
  #main_wrap .section1 .board {
    order: 3;
    flex: none;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #main_wrap .section h2 {
    font-size: 2.2rem;
  }
  #main_wrap .section .tit_box {
    margin-bottom: 2rem;
  }
  #main_wrap .section0 {
    margin-bottom: 2rem;
  }
  #main_wrap .section0 .layout_fix {
    flex-direction: column;
  }
  #main_wrap .section0 .visual .control {
    bottom: 2rem;
    right: 50%;
    transform: translateX(50%);
  }
  #main_wrap .section0 .lay_right {
    flex-direction: column;
  }
  #main_wrap .section0 .lay_right .notify p {
    display: none;
  }
  #main_wrap .section0 .lay_right .notify .more {
    margin-top: 3rem;
  }
  #main_wrap .section1 .layout_fix {
    flex-direction: column;
  }
  #main_wrap .section1 .notify.info {
    width: 100%;
    order: -1;
  }
  #main_wrap .section1 .notify.info p {
    font-size: 1.4rem;
    width: 23rem;
    word-break: keep-all;
    word-wrap: break-word;
  }
  #main_wrap .section1 .notify.info::after {
    background-size: 25rem;
    background-position: right bottom;
  }
  #main_wrap .section1 .lay_center {
    width: 100%;
  }
  #main_wrap .section1 .board .list a {
    font-size: 1.4rem;
  }
}