@charset "UTF-8";
/*-------------------------------------------------

Title       : singo(신고센터) 레이아웃
Author      : EASESOFT
Create Date : 2024-07

-------------------------------------------------*/
/* Layout  ======================================================================================================================================================*/
.layout_fix {
  width: calc(100% - 3.2rem);
  max-width: 144rem;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 12rem;
  position: relative;
  z-index: 200;
  box-sizing: border-box;
  border-top: 4px solid #2D9AD7;
  border-bottom: 1px solid #eee;
}
#header .linkWindow::after {
  content: "\ecaf";
  font-family: "remixicon";
  margin-left: 0.5rem;
  font-weight: 300;
}
#header .layout_fix {
  width: calc(100% - 3.2rem);
  max-width: 144rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#header .layout_fix #logo {
  flex: none;
}
#header .layout_fix #logo a {
  display: block;
  width: 36.5rem;
  height: 2.6rem;
  background: url("/singo/img/logo.png") no-repeat center center;
}
#header .layout_fix .login {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
#header .layout_fix .login ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}
#header .layout_fix .login .time::before {
  content: "\f20f";
  font-family: "remixicon";
  margin-right: 0.5rem;
}
#header .layout_fix .login .logout::before {
  content: "\eeda";
  font-family: "remixicon";
  margin-right: 0.5rem;
}
#header .layout_fix .login a {
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #header .layout_fix .login a:hover {
    color: #39A5CE;
  }
}
#header .layout_fix #gnb1 {
  flex: 1;
  margin-left: 14rem;
}
#header .layout_fix #gnb1 #head_menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header .layout_fix #gnb1 #head_menu > li {
  position: relative;
}
#header .layout_fix #gnb1 #head_menu > li > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
}
#header .layout_fix #gnb1 #head_menu > li > a.on::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  z-index: 12;
  width: 8px;
  height: 8px;
  background: #199CC5;
  border-radius: 100%;
  transition: 0.3s;
}
#header .layout_fix #gnb1 #head_menu > li .submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -5%;
  top: 12rem;
  z-index: 10;
  width: 160%;
  word-break: keep-all;
  word-wrap: break-word;
}
#header .layout_fix #gnb1 #head_menu > li .submenu > ul > li + li {
  margin-top: 1.6rem;
}
#header .layout_fix #gnb1 #head_menu > li .submenu > ul > li > a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -1px;
  display: inline-block;
}
#header .layout_fix #gnb1 #head_menu > li .submenu > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #464646;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #header .layout_fix #gnb1 #head_menu > li .submenu > ul > li > a:hover::before {
    width: 100%;
  }
}
#header .layout_fix #gnb1 #head_menu > li .submenu > ul > li .lnb-detail {
  display: none;
}
#header .layout_fix #gnb1 #head_menu > li .submenu > ul > li.on > a {
  color: #1C9ED0;
}
#header .layout_fix #gnb1 #head_menu > li .submenu > ul > li.on > a::before {
  opacity: 1;
  visibility: visible;
}
#header .layout_fix #gnb2 {
  margin-left: 14rem;
}
#header .layout_fix #gnb2 .control.open {
  display: block;
  width: 4rem;
  height: 4rem;
  background: url("/singo/img/header_menu.svg") no-repeat center center;
  background-size: 2.4rem auto;
}
#header .layout_fix #gnb2 #head_menu_all {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: calc(50% - 72rem);
  top: 14vh;
  z-index: 110;
  max-width: 144rem;
  width: 96%;
  padding-left: 4rem;
  max-height: calc(100% - 28vh);
  min-height: 60vh;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  transition: 0.3s;
  overflow-y: scroll;
}
#header .layout_fix #gnb2 #head_menu_all::before {
  content: "";
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='248.7mm' height='52.2mm' version='1.1' viewBox='0 0 705 148.1'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke:%236BCCDF; %7D %3C/style%3E%3C/defs%3E%3C!-- Generator: Adobe Illustrator 28.7.0, SVG Export Plug-In . SVG Version: 1.2.0 Build 136) --%3E%3Cg%3E%3Cg id='a'%3E%3Cg id='b'%3E%3Cpath id='c' class='cls-1' d='M357.1,57.4l8.6,3c20.5,7.4,34,22.6,32.5,45.2-1.6,24.9-21.2,39.4-53,39.4s-31.2-3.1-40.6-10.7c-6.7-5.4-9.8-14.9-4.6-23,2.7-3.8,7.7-6.1,12.4-6.3,6.1-.2,9.1,2.7,12.4,4.4,4,2.5,9.5,4.6,21.4,4.6s15.4-3.3,15.6-11.1c.2-6.7-11.4-11.7-25.9-16.3-2.8-.9-6.3-2.3-8.4-3.2-26.4-11.1-32.2-35-26.2-53.4,6.1-18.7,23.3-29.6,47.3-29.6s26.8,3.5,33.3,7c8,4.4,13.6,13.2,11,21.6-2.3,7.2-8.4,10-15.1,10s-6.5-1-8.1-2.3c-4.2-2.8-10.3-5.2-20.8-5.2s-13.5,3.3-13.6,10.5c-.2,6.5,7.9,10.7,21.9,15.4h0Z'/%3E%3Cpath id='d' class='cls-1' d='M460.3,127.2l-17.7-63.9-8,78.8h-33.1l14.7-123.8c1-10.7,10.5-16.8,18.4-17.5,8.4-.7,20.1,2.8,23.3,14.4l21.2,80.2,21.2-80.2c3.1-11.6,14.9-15.1,23.3-14.4,7.9.7,17.3,6.9,18.4,17.5l14.7,123.8h-33.1l-7.9-79.4-17.9,64.5c-1.7,5.9-12.1,8.6-18.7,8.6s-17-2.7-18.7-8.6h0Z'/%3E%3Cpath id='e' class='cls-1' d='M631.4.6c-40.3,0-73.1,32.7-73.1,73.1s32.7,73.1,73.1,73.1,73.1-32.7,73.1-73.1h0c0-40.3-32.7-73.1-73-73.1,0,0,0,0,0,0ZM631.4,104.9c-17.3,0-31.3-14-31.3-31.3s14-31.3,31.3-31.3,31.3,14,31.3,31.3-14,31.3-31.3,31.3h0Z'/%3E%3Cg id='f'%3E%3Cpath id='g' class='cls-1' d='M221.3,1.5c-19.4,0-37.9,7.7-51.6,21.4h0l-74.1,73.6h0c-12.2,12.2-32,12.2-44.2,0-12.2-12.2-12.2-32,0-44.2,12.2-12.2,32-12.2,44.2,0h0c8.1,8.1,21.3,8.1,29.5,0,8.1-8.1,8.1-21.3,0-29.5-28.5-28.5-74.8-28.5-103.3,0-28.5,28.5-28.5,74.8,0,103.3,28.5,28.5,74.7,28.5,103.2,0l27.6-27.4c10.3,29.2,37.8,48.7,68.7,48.7,1.4,0,2.8-.1,4.1-.2,38.6-2.2,68.8-34.1,68.8-72.8,0-38.9-32.6-73-72.9-73h0ZM225.5,105.4c-18.2,0-32.9-14.8-32.9-33,0-18.2,14.8-32.9,32.9-32.9,18.2,0,32.9,14.8,32.9,33,0,18.2-14.7,32.8-32.9,32.9h0Z'/%3E%3Cpath id='h' class='cls-1' d='M198.9,52.9l-46.3,45.9c10.3,29.2,37.8,48.8,68.8,48.8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 105%;
  background-size: 70rem;
}
#header .layout_fix #gnb2 #head_menu_all::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 4rem;
  height: 100%;
  background: linear-gradient(to bottom, #9CC940, #54BEBA, #2D9AD7);
}
@keyframes gnb2_gradient {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 200%;
  }
  100% {
    background-position: 100% 0%;
  }
}
#header .layout_fix #gnb2 #head_menu_all > li {
  flex: 1;
  padding: 0 1.2rem;
  border-right: 1px solid #EBEEF0;
  word-break: keep-all;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
#header .layout_fix #gnb2 #head_menu_all > li:first-child {
  border-left: 1px solid rgba(221, 221, 221, 0.4);
}
#header .layout_fix #gnb2 #head_menu_all > li > a {
  display: block;
  height: 10rem;
  margin-bottom: 4rem;
  padding-top: 4rem;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  box-sizing: border-box;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu::-webkit-scrollbar-track {
  background-color: #EBEDF1;
  border-radius: 0;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu::-webkit-scrollbar {
  width: 3px;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu::-webkit-scrollbar-thumb {
  background-color: #9CC940;
  border-radius: 0;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li > a {
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 2px;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  #header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li > a:hover, #header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li > a:active {
    background: #F3F7F9;
  }
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li.type1 > a::after {
  content: "\ea4e";
  position: absolute;
  transform: translate(0, -50%);
  right: 0.5rem;
  top: 50%;
  z-index: 0;
  font-family: "remixicon";
  transition: 0.3s;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li div {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail {
  padding-left: 1.6rem;
  margin-top: 1rem;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  background: #39A5CE;
  border-radius: 100%;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li a {
  position: relative;
  font-size: 1.6rem;
  transition: 0.3s;
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #464646;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li a:hover::before, #header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li a:active::before {
    width: 100%;
  }
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li.active > a::after {
  transform: translate(0, -50%) rotate(180deg);
}
#header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li.active div {
  max-height: 30rem;
}
#header .layout_fix #gnb2 .control.close {
  display: block;
  position: fixed;
  right: 5rem;
  top: 5rem;
  z-index: 140;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' width='7.2mm' height='7.2mm' version='1.1' viewBox='0 0 20.5 20.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-linecap: square; stroke-linejoin: round; stroke-width: 2.5px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.8,1.8l17,17'/%3E%3Cpath class='cls-1' d='M1.8,18.7L18.7,1.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem auto;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1025px) {
  #header .layout_fix #gnb2 .control.close:hover {
    transform: rotate(180deg);
  }
}
#header .layout_fix #gnb2.active #head_menu_all {
  opacity: 1;
  visibility: visible;
}
#header .layout_fix #gnb2.active .control.close {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
#header .layout_fix #modal .open_btn {
  display: none;
}
#header::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: 100%;
  height: 26rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 10px 9px rgba(0, 0, 0, 0.16);
}
#header.gnb1_active::before {
  opacity: 1;
  visibility: visible;
}
#header.gnb1_active #gnb1 #head_menu > li .submenu {
  opacity: 1;
  visibility: visible;
}

html:has(#header.gnb2_active) {
  overflow: hidden !important;
}

#footer {
  background: #1E2738;
  color: #fff;
}
#footer .lay_top .layout_fix {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5rem 0 4rem;
}
#footer .lay_top .address {
  line-height: 2.2;
  font-size: 1.5rem;
}
#footer .lay_top .address > p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1;
}
#footer .lay_top .address > p a {
  font-weight: 800;
  font-size: 2.4rem;
}
#footer .lay_top .address > p span {
  font-size: 1.3rem;
  margin-left: 1rem;
}
#footer .lay_top .address > a {
  margin-right: 1rem;
}
#footer .lay_top .related_site {
  position: relative;
}
#footer .lay_top .related_site .btn_open {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 23rem;
  height: 4rem;
  padding: 1.6rem;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s;
}
#footer .lay_top .related_site .btn_open::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100%;
  background: 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") no-repeat center center;
  transform: rotate(90deg);
  transition: 0.3s;
}
#footer .lay_top .related_site .btn_open::focus-visible {
  outline: 2px dotted #ff0000;
}
#footer .lay_top .related_site .list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 100%;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  color: #151515;
  box-sizing: border-box;
  transition: 0.3s;
}
#footer .lay_top .related_site .list::-webkit-scrollbar-track {
  background-color: #EBEDF1;
  border-radius: 0;
}
#footer .lay_top .related_site .list::-webkit-scrollbar {
  width: 3px;
}
#footer .lay_top .related_site .list::-webkit-scrollbar-thumb {
  background-color: #A3A3A3;
  border-radius: 0;
}
#footer .lay_top .related_site .list ul {
  padding: 2.4rem 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 1.5rem;
}
#footer .lay_top .related_site .list ul li + li {
  margin-top: 0.5rem;
}
#footer .lay_top .related_site.active .btn_open {
  background: #fff;
  color: #151515;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #ddd;
}
#footer .lay_top .related_site.active .btn_open::after {
  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");
  transform: rotate(270deg);
}
#footer .lay_top .related_site.active .list {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  max-height: 20rem;
}
#footer .lay_top .sns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1.8rem;
  margin-top: 3.6rem;
}
#footer .lay_top .sns a {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem auto;
  transition: 0.3s;
}
#footer .lay_top .sns a.youtube {
  background-color: #FF0000;
  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='M12.2439 4C12.778 4.00294 14.1143 4.01586 15.5341 4.07273L16.0375 4.09468C17.467 4.16236 18.8953 4.27798 19.6037 4.4755C20.5486 4.74095 21.2913 5.5155 21.5423 6.49732C21.942 8.05641 21.992 11.0994 21.9982 11.8358L21.9991 11.9884L21.9991 11.9991C21.9991 11.9991 21.9991 12.0028 21.9991 12.0099L21.9982 12.1625C21.992 12.8989 21.942 15.9419 21.5423 17.501C21.2878 18.4864 20.5451 19.261 19.6037 19.5228C18.8953 19.7203 17.467 19.8359 16.0375 19.9036L15.5341 19.9255C14.1143 19.9824 12.778 19.9953 12.2439 19.9983L12.0095 19.9991L11.9991 19.9991C11.9991 19.9991 11.9956 19.9991 11.9887 19.9991L11.7545 19.9983C10.6241 19.9921 5.89772 19.941 4.39451 19.5228C3.4496 19.2573 2.70692 18.4828 2.45587 17.501C2.0562 15.9419 2.00624 12.8989 2 12.1625V11.8358C2.00624 11.0994 2.0562 8.05641 2.45587 6.49732C2.7104 5.51186 3.45308 4.73732 4.39451 4.4755C5.89772 4.05723 10.6241 4.00622 11.7545 4H12.2439ZM9.99911 8.49914V15.4991L15.9991 11.9991L9.99911 8.49914Z'%3E%3C/path%3E%3C/svg%3E");
}
#footer .lay_top .sns a.facebook {
  background-color: #1877F2;
  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 d='M14 13.5H16.5L17.5 9.5H14V7.5C14 6.47062 14 5.5 16 5.5H17.5V2.1401C17.1743 2.09685 15.943 2 14.6429 2C11.9284 2 10 3.65686 10 6.69971V9.5H7V13.5H10V22H14V13.5Z'%3E%3C/path%3E%3C/svg%3E");
}
#footer .lay_top .sns a.instagram {
  background-color: #FF3399;
  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='M12.001 9C10.3436 9 9.00098 10.3431 9.00098 12C9.00098 13.6573 10.3441 15 12.001 15C13.6583 15 15.001 13.6569 15.001 12C15.001 10.3427 13.6579 9 12.001 9ZM12.001 7C14.7614 7 17.001 9.2371 17.001 12C17.001 14.7605 14.7639 17 12.001 17C9.24051 17 7.00098 14.7629 7.00098 12C7.00098 9.23953 9.23808 7 12.001 7ZM18.501 6.74915C18.501 7.43926 17.9402 7.99917 17.251 7.99917C16.5609 7.99917 16.001 7.4384 16.001 6.74915C16.001 6.0599 16.5617 5.5 17.251 5.5C17.9393 5.49913 18.501 6.0599 18.501 6.74915ZM12.001 4C9.5265 4 9.12318 4.00655 7.97227 4.0578C7.18815 4.09461 6.66253 4.20007 6.17416 4.38967C5.74016 4.55799 5.42709 4.75898 5.09352 5.09255C4.75867 5.4274 4.55804 5.73963 4.3904 6.17383C4.20036 6.66332 4.09493 7.18811 4.05878 7.97115C4.00703 9.0752 4.00098 9.46105 4.00098 12C4.00098 14.4745 4.00753 14.8778 4.05877 16.0286C4.0956 16.8124 4.2012 17.3388 4.39034 17.826C4.5591 18.2606 4.7605 18.5744 5.09246 18.9064C5.42863 19.2421 5.74179 19.4434 6.17187 19.6094C6.66619 19.8005 7.19148 19.9061 7.97212 19.9422C9.07618 19.9939 9.46203 20 12.001 20C14.4755 20 14.8788 19.9934 16.0296 19.9422C16.8117 19.9055 17.3385 19.7996 17.827 19.6106C18.2604 19.4423 18.5752 19.2402 18.9074 18.9085C19.2436 18.5718 19.4445 18.2594 19.6107 17.8283C19.8013 17.3358 19.9071 16.8098 19.9432 16.0289C19.9949 14.9248 20.001 14.5389 20.001 12C20.001 9.52552 19.9944 9.12221 19.9432 7.97137C19.9064 7.18906 19.8005 6.66149 19.6113 6.17318C19.4434 5.74038 19.2417 5.42635 18.9084 5.09255C18.573 4.75715 18.2616 4.55693 17.8271 4.38942C17.338 4.19954 16.8124 4.09396 16.0298 4.05781C14.9258 4.00605 14.5399 4 12.001 4ZM12.001 2C14.7176 2 15.0568 2.01 16.1235 2.06C17.1876 2.10917 17.9135 2.2775 18.551 2.525C19.2101 2.77917 19.7668 3.1225 20.3226 3.67833C20.8776 4.23417 21.221 4.7925 21.476 5.45C21.7226 6.08667 21.891 6.81333 21.941 7.8775C21.9885 8.94417 22.001 9.28333 22.001 12C22.001 14.7167 21.991 15.0558 21.941 16.1225C21.8918 17.1867 21.7226 17.9125 21.476 18.55C21.2218 19.2092 20.8776 19.7658 20.3226 20.3217C19.7668 20.8767 19.2076 21.22 18.551 21.475C17.9135 21.7217 17.1876 21.89 16.1235 21.94C15.0568 21.9875 14.7176 22 12.001 22C9.28431 22 8.94514 21.99 7.87848 21.94C6.81431 21.8908 6.08931 21.7217 5.45098 21.475C4.79264 21.2208 4.23514 20.8767 3.67931 20.3217C3.12348 19.7658 2.78098 19.2067 2.52598 18.55C2.27848 17.9125 2.11098 17.1867 2.06098 16.1225C2.01348 15.0558 2.00098 14.7167 2.00098 12C2.00098 9.28333 2.01098 8.94417 2.06098 7.8775C2.11014 6.8125 2.27848 6.0875 2.52598 5.45C2.78014 4.79167 3.12348 4.23417 3.67931 3.67833C4.23514 3.1225 4.79348 2.78 5.45098 2.525C6.08848 2.2775 6.81348 2.11 7.87848 2.06C8.94514 2.0125 9.28431 2 12.001 2Z'%3E%3C/path%3E%3C/svg%3E");
}
#footer .lay_top .sns a.blog {
  background-color: #3ACC15;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='10.9mm' height='9.1mm' data-name='Layer 1' version='1.1' viewBox='0 0 30.8 25.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0%7D%3C/style%3E%3C/defs%3E%3Cpath d='M24.5 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM17.2 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM6.4 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2Z' class='cls-1'/%3E%3Cpath d='M25.9 0h-21C2.2 0 0 2.2 0 4.9v11.6c0 2.7 2.2 4.9 4.9 4.9h7.3l2.5 4v.1c.2.4.7.5 1.1.3.1 0 .2-.2.3-.3v-.1l2.5-4h7.3c2.7 0 4.9-2.2 4.9-4.9V4.9c0-2.7-2.2-4.9-4.9-4.9ZM6.8 14.3c-.6 0-1.2-.3-1.6-.8v.6H3.3V6.2h1.9v3c.4-.4 1-.7 1.6-.7 2.6 0 2.7 2.9 2.7 2.9 0 1.5-1.1 2.8-2.7 2.9Zm6-5.3v5.1H11V9.5c0-1.6-.9-1.6-.9-1.6V6.1c2.8 0 2.7 3 2.7 3Zm4.4 5.3h-.4c-1.6 0-2.8-1.3-2.7-2.9 0-2.9 3.1-2.9 3.1-2.9h.4c1.6 0 2.8 1.3 2.8 2.9 0 2.9-3.2 2.9-3.2 2.9Zm7.5 2.7H24v-1.7h.5c1.3 0 1.2-1.4 1.2-1.4v-.4c-.4.5-1 .7-1.7.7-2.6 0-2.6-2.8-2.6-2.8V11c0-1.4 1.2-2.6 2.7-2.5.6 0 1.2.3 1.6.7v-.5h1.8v5.5c0 1.5-1.3 2.7-2.8 2.7Z' class='cls-1'/%3E%3C/svg%3E");
}
@media screen and (min-width: 1025px) {
  #footer .lay_top .sns a:hover {
    transform: translateY(-0.5rem);
  }
}
#footer .lay_bottom {
  border-top: 1px solid rgba(221, 223, 236, 0.3);
  font-size: 1.4rem;
}
#footer .lay_bottom .layout_fix {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0;
}
#footer .lay_bottom .menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
}
#footer .lay_bottom .menu li + li {
  position: relative;
}
#footer .lay_bottom .menu li + li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: calc(50% - 0.6rem);
  width: 1px;
  height: 1.2rem;
  background: #E9F0FE;
  opacity: 0.3;
}
#footer .lay_bottom .menu strong {
  color: #fafacc;
  font-weight: 700;
}
#footer .lay_bottom .copyright {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
}
#footer .lay_bottom .copyright em {
  padding-top: 4px;
}
#footer .go_top {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
  width: 5rem;
  height: 5rem;
  background: #000;
  border-radius: 100%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
#footer .go_top em {
  display: block;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: relative;
  z-index: 1;
}
#footer .go_top span {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
#footer .go_top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #92C752, #39A5CE);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #footer .go_top:hover {
    transform: translateY(-1rem);
  }
  #footer .go_top:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
#footer .go_top.show {
  opacity: 1;
  visibility: visible;
}

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

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1440px) {
  #header .layout_fix #gnb1 {
    margin-left: 5rem;
  }
  #header .layout_fix #gnb2 {
    margin-left: 4rem;
  }
  #header .layout_fix #gnb2 #head_menu_all {
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 4rem;
  }
  #header .layout_fix #gnb2 #head_menu_all > li {
    padding: 0 0.5rem;
  }
  #header .layout_fix #gnb2 #head_menu_all > li:first-child {
    border-left: none;
  }
  #header .layout_fix #gnb2 #head_menu_all > li:last-child {
    border-right: none;
  }
  #header .layout_fix #gnb2 #head_menu_all > li > a {
    font-size: 2.5rem;
  }
  #header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li {
    padding: 0;
  }
  #header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li > a {
    font-size: 1.6rem;
  }
  #header .layout_fix #gnb2 .control.close {
    right: 2rem;
    top: 2rem;
  }
}
@media (max-width: 1280px) {
  #header .layout_fix #logo a {
    width: 30rem;
    background-size: contain;
  }
  #header .layout_fix #gnb1 {
    margin-left: 4rem;
  }
  #header .layout_fix #gnb1 #head_menu > li > a {
    font-size: 1.8rem;
  }
  #header .layout_fix #gnb1 #head_menu > li .submenu {
    width: 140%;
  }
  #header .layout_fix #gnb1 #head_menu > li.lnb2 .submenu {
    left: -30%;
  }
  #header .layout_fix #gnb2 {
    margin-left: 3rem;
  }
}
@media (max-width: 1024px) {
  #header {
    height: 10rem;
  }
  #header .layout_fix #logo a {
    width: 15.3rem;
    height: 4.7rem;
    background-image: url("/singo/img/logo_m.png");
  }
  #header .layout_fix .login {
    display: none;
  }
  #header .layout_fix #gnb1 {
    display: none;
  }
  #header .layout_fix #gnb2 {
    margin-left: auto;
  }
  #header .layout_fix #gnb2 #head_menu_all {
    z-index: 10;
    top: 0;
    padding: 11rem 2rem 0 4rem;
    height: 100%;
    max-height: inherit;
    display: block;
    overflow-y: auto;
  }
  #header .layout_fix #gnb2 #head_menu_all::before {
    background-size: 60%;
    background-position: right bottom;
  }
  #header .layout_fix #gnb2 #head_menu_all > li {
    flex: 1;
    border: none;
  }
  #header .layout_fix #gnb2 #head_menu_all > li:first-child {
    border: none;
  }
  #header .layout_fix #gnb2 #head_menu_all > li + li {
    margin-top: 1rem;
  }
  #header .layout_fix #gnb2 #head_menu_all > li > a {
    height: inherit;
    margin-bottom: 0;
    padding: 1rem;
    font-size: 2.2rem;
    text-align: left;
    position: relative;
  }
  #header .layout_fix #gnb2 #head_menu_all > li > a::after {
    content: "\ea4e";
    position: absolute;
    transform: translate(0, -50%);
    right: 0.5rem;
    top: 50%;
    z-index: 0;
    font-family: "remixicon";
    transition: 0.3s;
  }
  #header .layout_fix #gnb2 #head_menu_all > li .submenu {
    max-height: 0;
    overflow: hidden;
    padding-left: 1rem;
    transition: 0.3s;
  }
  #header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #header .layout_fix #gnb2 #head_menu_all > li .submenu > ul > li.active > a {
    background: #F3F7F9;
  }
  #header .layout_fix #gnb2 #head_menu_all > li.active .submenu {
    max-height: 30rem;
  }
  #header.gnb2_active .layout_fix .login {
    display: block;
    position: fixed;
    left: 5rem;
    top: 3rem;
    z-index: 130;
  }
  #header.gnb2_active .layout_fix .login ul {
    justify-content: flex-start;
  }
  #footer .lay_top .layout_fix {
    display: block;
    padding-bottom: 0;
    text-align: center;
  }
  #footer .lay_top .address {
    line-height: inherit;
    font-size: 1.4rem;
  }
  #footer .lay_top .address > p {
    font-size: 1.6rem;
  }
  #footer .lay_top .address > p a {
    font-size: 2rem;
  }
  #footer .lay_top .related_site {
    margin-top: 3rem;
    width: 23rem;
    margin: 3rem auto;
  }
  #footer .lay_top .related_site .btn_open {
    font-size: 1.4rem;
    width: 100%;
  }
  #footer .lay_top .sns {
    justify-content: center;
    margin-top: 3rem;
  }
  #footer .lay_bottom {
    border-top: none;
  }
  #footer .lay_bottom .layout_fix {
    flex-direction: column;
    gap: 0.5rem;
    padding: 3rem 0 4rem;
  }
  #footer .lay_bottom .copyright {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #footer .lay_top .address > p {
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  #header .layout_fix #gnb2 #head_menu_all {
    padding: 8rem 1.5rem 0 4.5rem;
  }
  #header .layout_fix #gnb2 #head_menu_all::before {
    background-size: 80%;
  }
  #header .layout_fix #gnb2 #head_menu_all > li > a {
    font-size: 2rem;
  }
  #header.gnb2_active .layout_fix .login {
    top: 2rem;
  }
  #header.gnb2_active .layout_fix .login ul {
    font-size: 1.3rem;
    flex-wrap: wrap;
    width: 15rem;
    gap: 0.2rem 1rem;
  }
  #footer .lay_top .layout_fix {
    padding-top: 4rem;
  }
  #footer .lay_top .address {
    line-height: inherit;
    font-size: 1.3rem;
    word-break: keep-all;
    word-wrap: break-word;
  }
  #footer .lay_top .address > p {
    font-size: 1.4rem;
  }
  #footer .lay_top .address > p a {
    font-size: 2rem;
  }
  #footer .lay_top .related_site {
    margin-top: 2rem;
  }
  #footer .lay_bottom {
    font-size: 1.3rem;
  }
  #footer .lay_bottom .layout_fix {
    padding-bottom: 4rem;
  }
  #footer .lay_bottom .menu {
    gap: 2rem;
  }
  #footer .lay_bottom .menu li + li::before {
    left: -1rem;
  }
}