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

Title       : KOR(국문) 레이아웃
Author      : EASESOFT
Create Date : 2024-07

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

#header {
  width: 100%;
  height: 13rem;
  position: relative;
  z-index: 200;
  box-sizing: border-box;
}
#header::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: 100%;
  height: 39rem;
  border-top: 1px solid #C7E0ED;
  background-color: #FAFCFF; /*background-image:ic_svg(cosmo, "75D0ED"); background-repeat:no-repeat; background-position:calc(50% + $max_con/3) 110%; background-size:53rem; */
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1215686275);
}
#header .layout_fix {
  width: calc(100% - 3.2rem);
  max-width: 144rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#header .top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.5rem;
  flex: none;
  width: 100%;
  margin-bottom: 0.5rem;
}
#header .top #logo {
  flex: none;
  margin-right: auto;
}
#header .top #logo a {
  display: block;
  width: 27rem;
  height: 2.5rem;
  background: url("/kor/img/logo.svg") no-repeat left center;
  background-size: contain;
}
#header .top .login {
  margin-right: 2rem;
}
#header .top .login ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
#header .top .login .time::before {
  content: "\f20f";
  font-family: "remixicon";
  margin-right: 0.5rem;
}
#header .top .login .logout::before {
  content: "\eeda";
  font-family: "remixicon";
  margin-right: 0.5rem;
}
#header .top .login a {
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #header .top .login a:hover {
    color: #39A5CE;
  }
}
#header .top .sns ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#header .top .sns ul a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
#header .top .sns ul 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");
}
#header .top .sns ul 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");
}
#header .top .sns ul a.instagram {
  overflow: hidden;
  position: relative;
  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");
}
#header .top .sns ul a.instagram::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #F89600, #EC2978, #C02BD5);
}
#header .top .sns ul 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) {
  #header .top .sns ul a:hover {
    margin-top: -5px;
  }
}
#header .top .language {
  margin-left: 3.6rem;
}
#header .top .language ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#header .top .language ul li {
  position: relative;
}
#header .top .language ul li + li {
  margin-left: 2rem;
}
#header .top .language ul li + li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: calc(50% - 5px);
  width: 1px;
  height: 10px;
  background: #DBDBDB;
}
#header .top .language ul a {
  font-weight: 700;
  position: relative;
  transition: 0.2s;
}
#header .top .language ul a::after {
  content: "";
  position: absolute;
  left: calc(50% - 1rem);
  bottom: -1rem;
  width: 0;
  border-bottom: 1px solid #000;
  transition: 0.2s;
}
#header .top .language ul a.on::after {
  width: 2rem;
}
@media screen and (min-width: 1025px) {
  #header .top .language ul a:not(.on):hover {
    color: #1C9ED0;
  }
  #header .top .language ul a:not(.on):hover::after {
    width: 2rem;
    border-color: #1C9ED0;
  }
}
#header #gnb1 {
  flex: 1;
  order: 2;
  margin-left: 7rem;
  align-self: center;
}
#header #gnb1 #head_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8rem;
  transition: 0.2s;
}
#header #gnb1 #head_menu > li {
  position: relative;
}
#header #gnb1 #head_menu > li > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
}
#header #gnb1 #head_menu > li > a::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: -7px;
  z-index: 12;
  width: 100%;
  height: 4px;
  background: #1C9ED0;
  transition: 0.3s;
}
#header #gnb1 #head_menu > li > a::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 12;
  width: 6px;
  height: 6px;
  background: #1C9ED0;
  border-radius: 100%;
  transition-delay: 0.3s;
  transition: 0.5s;
}
#header #gnb1 #head_menu > li > a.on::after {
  opacity: 1;
  visibility: visible;
  top: 3px;
  right: -3px;
}
@media screen and (min-width: 1025px) {
  #header #gnb1 #head_menu > li:hover > a {
    color: #1C9ED0;
  }
  #header #gnb1 #head_menu > li:hover > a:before {
    opacity: 1;
    visibility: visible;
  }
}
#header #gnb1 #head_menu > li .submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 9rem;
  z-index: 10;
  width: 160%;
  word-break: keep-all;
  word-wrap: break-word;
}
#header #gnb1 #head_menu > li .submenu > ul > li + li {
  margin-top: 1.6rem;
}
#header #gnb1 #head_menu > li .submenu > ul > li > a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -1px;
  display: inline-block;
}
#header #gnb1 #head_menu > li .submenu > ul > li > a::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 10px;
  width: 4px;
  height: 4px;
  background: #1C9ED0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1025px) {
  #header #gnb1 #head_menu > li .submenu > ul > li > a:hover {
    color: #1C9ED0;
  }
  #header #gnb1 #head_menu > li .submenu > ul > li > a:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
#header #gnb1 #head_menu > li .submenu > ul > li .lnb-detail {
  display: none;
}
#header #gnb1 #head_menu > li .submenu > ul > li.on > a {
  color: #1C9ED0;
}
#header #gnb1 #head_menu > li .submenu > ul > li.on > a::before {
  opacity: 1;
  visibility: visible;
}
#header #gnb2 {
  order: 1;
  align-self: center;
}
#header #gnb2 .control.open {
  display: block;
  width: 4rem;
  height: 4rem;
  background: url("/kor/img/header_menu.svg") no-repeat center center;
  background-size: 2.4rem auto;
}
#header #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);
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  transition: 0.3s;
}
#header #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:%237ACDE0; %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: 40%;
}
#header #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 #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 #gnb2 #head_menu_all > li:first-child {
  border-left: 1px solid rgba(221, 221, 221, 0.4);
}
#header #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 #gnb2 #head_menu_all > li .submenu {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#header #gnb2 #head_menu_all > li .submenu::-webkit-scrollbar-track {
  background-color: #EBEDF1;
  border-radius: 0;
}
#header #gnb2 #head_menu_all > li .submenu::-webkit-scrollbar {
  width: 3px;
}
#header #gnb2 #head_menu_all > li .submenu::-webkit-scrollbar-thumb {
  background-color: #9CC940;
  border-radius: 0;
}
#header #gnb2 #head_menu_all > li .submenu > ul > li {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#header #gnb2 #head_menu_all > li .submenu > ul > li > a {
  position: relative;
  display: block;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 2px;
  transition: 0.2s;
}
#header #gnb2 #head_menu_all > li .submenu > ul > 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;
}
@media screen and (min-width: 1025px) {
  #header #gnb2 #head_menu_all > li .submenu > ul > li > a:hover, #header #gnb2 #head_menu_all > li .submenu > ul > li > a:active {
    background: #F3F7F9;
  }
}
#header #gnb2 #head_menu_all > li .submenu > ul > li:not(:has(div)) > a::after {
  display: none;
}
#header #gnb2 #head_menu_all > li .submenu > ul > li div {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
#header #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail {
  padding-left: 1.6rem;
  margin-top: 1rem;
}
#header #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
#header #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.7rem;
  width: 6px;
  height: 1px;
  background: #aaa;
}
#header #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li a {
  position: relative;
  font-size: 1.6rem;
  transition: 0.3s;
}
#header #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 #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li a:hover::before, #header #gnb2 #head_menu_all > li .submenu > ul > li div .lnb-detail li a:active::before {
    width: 100%;
  }
}
#header #gnb2 #head_menu_all > li .submenu > ul > li.active > a::after {
  transform: translate(0, -50%) rotate(180deg);
}
#header #gnb2 #head_menu_all > li .submenu > ul > li.active div {
  max-height: 30rem;
}
#header #gnb2 .control.close {
  display: block;
  position: fixed;
  right: 5rem;
  top: 5rem;
  z-index: 200;
  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 #gnb2 .control.close:hover {
    transform: rotate(180deg);
  }
}
#header #gnb2.active #head_menu_all {
  opacity: 1;
  visibility: visible;
}
#header #gnb2.active .control.close {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
#header .etc {
  order: 3;
  position: relative;
  align-self: center;
}
#header .etc .search_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
#header .etc .search_box .btn_search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.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='%23151515'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M11 2C15.968 2 20 6.032 20 11C20 15.968 15.968 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2ZM11 18C14.8675 18 18 14.8675 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18ZM19.4853 18.0711L22.3137 20.8995L20.8995 22.3137L18.0711 19.4853L19.4853 18.0711Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #header .etc .search_box .btn_search:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231C9ED0'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M11 2C15.968 2 20 6.032 20 11C20 15.968 15.968 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2ZM11 18C14.8675 18 18 14.8675 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18ZM19.4853 18.0711L22.3137 20.8995L20.8995 22.3137L18.0711 19.4853L19.4853 18.0711Z'%3E%3C/path%3E%3C/svg%3E");
  }
}
#header .etc .search_box #searchFormWrap {
  overflow: hidden;
  max-width: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
#header .etc .search_box .close {
  display: none;
}
#header .etc .search_box .input_box {
  position: relative;
}
#header .etc .search_box .input_box input.search_keyword {
  width: 30rem;
  height: 3.5rem;
  border: 1px solid #FAFAFF;
  padding: 2px 4rem 2px 15px;
  border-radius: 50px;
  background: #FAFAFF;
  box-sizing: border-box;
  font-size: 1.5rem;
  transition: 0.3s;
}
#header .etc .search_box .input_box input.search_keyword::placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #151515;
}
#header .etc .search_box .input_box input.search_keyword:focus {
  background: #fff;
  border-color: #1B2539;
  box-shadow: 0 3px 6px rgba(178, 178, 185, 0.2509803922);
}
#header .etc .search_box .input_box .btn_search {
  position: absolute;
  right: 0.5rem;
  top: 0;
  background-size: 2.2rem;
}
#header .etc .search_box.active > .btn_search {
  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-size: 1.6rem;
}
#header .etc .search_box.active #searchFormWrap {
  overflow: hidden;
  max-width: 30rem;
  opacity: 1;
  visibility: visible;
}
#header .svg_animation {
  position: absolute;
  right: calc(52% - 72rem);
  top: 37rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
#header .svg_animation .svg_01 svg {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  opacity: 0;
}
#header .svg_animation .svg_02 svg {
  stroke-dasharray: 100;
  stroke-dashoffset: 200;
  opacity: 0;
  margin-left: -13px;
  margin-top: 1px;
}
#header .svg_animation .svg_03 svg {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  opacity: 0;
}
#header .svg_animation .svg_04 {
  position: relative;
}
#header .svg_animation .svg_04 svg {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  opacity: 0;
}
#header .svg_animation .svg_04::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7rem;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  background: url("/kor/img/gnb2_chara_02.webp") no-repeat left bottom;
  background-size: contain;
  opacity: 0;
  transform: translateY(20px);
}
#header .svg_animation .svg_04::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  top: -5.5rem;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  background: url("/kor/img/gnb2_chara_03.webp") no-repeat left bottom;
  background-size: contain;
  opacity: 0;
  transform: translateY(20px);
}
#header .svg_animation .svg_05 {
  position: relative;
}
#header .svg_animation .svg_05 svg {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  opacity: 0;
}
#header .svg_animation .svg_05::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: -11rem;
  z-index: 1;
  width: 12rem;
  height: 12rem;
  background: url("/kor/img/gnb2_chara_01.webp") no-repeat left bottom;
  background-size: contain;
  opacity: 0;
  transform: translateY(20px);
}
@keyframes dash {
  to {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes chara_show {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#header #modal .open_btn {
  display: none;
}
#header.gnb1_active::before {
  opacity: 1;
  visibility: visible;
}
#header.gnb1_active #gnb1 #head_menu > li .submenu {
  opacity: 1;
  visibility: visible;
}
#header.gnb1_active .svg_animation {
  opacity: 1;
  visibility: visible;
}
#header.gnb1_active .svg_animation .svg_01 svg {
  animation: dash 1s linear forwards;
}
#header.gnb1_active .svg_animation .svg_02 svg {
  animation: dash 1s 0.5s linear forwards;
}
#header.gnb1_active .svg_animation .svg_03 svg {
  animation: dash 1s 0.9s linear forwards;
}
#header.gnb1_active .svg_animation .svg_04 svg {
  animation: dash 1s 1.5s linear forwards;
}
#header.gnb1_active .svg_animation .svg_05 svg {
  animation: dash 2s 1.8s linear forwards;
}
#header.gnb1_active .svg_animation .svg_04::before {
  animation: chara_show 0.7s 1.5s forwards;
}
#header.gnb1_active .svg_animation .svg_04::after {
  animation: chara_show 0.7s 1.9s forwards;
}
#header.gnb1_active .svg_animation .svg_05::before {
  animation: chara_show 0.7s 2.1s forwards;
}

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: 6rem 0 5rem;
}
#footer .lay_top .logo img {
  filter: brightness(100);
  width: 30rem;
}
#footer .lay_top .address {
  margin-top: 5rem;
}
#footer .lay_top .address dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #ddd;
  font-size: 1.5rem;
  gap: 2rem;
}
#footer .lay_top .address dl + dl {
  margin-top: 1rem;
}
#footer .lay_top .address dl dt {
  flex: none;
  width: 9rem;
}
#footer .lay_top .address dl dd {
  opacity: 0.8;
}
#footer .lay_top .address dl dd:first-of-type {
  width: 39rem;
}
#footer .lay_top .address > p {
  font-size: 1.8rem;
  margin-top: 5rem;
}
#footer .lay_top .address > p a {
  font-weight: 700;
  font-size: 2.4rem;
}
#footer .lay_top .address > p span {
  font-size: 1.4rem;
  margin-left: 1rem;
}
#footer .lay_top .related_site {
  position: relative;
  margin-top: -1rem;
}
#footer .lay_top .related_site .btn_open {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 32rem;
  height: 4rem;
  border-bottom: 1px solid #fff;
  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 .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: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  padding: 1.6rem;
}
#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='%23151515'%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 .menu {
  margin-top: 5rem;
}
#footer .lay_top .menu ul li + li {
  margin-top: 1rem;
}
#footer .lay_top .menu ul a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#footer .lay_top .menu ul a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  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");
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .lay_top .sns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1.8rem;
  margin-top: 5rem;
}
#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: 2.5rem auto;
  transition: 0.3s;
}
#footer .lay_top .sns a.youtube {
  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-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-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-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");
}
#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 .mark {
  margin-left: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#footer .lay_bottom .mark img {
  width: 8rem;
}
#footer .lay_bottom .mark.eprivacy img {
  width: 5.5rem;
}
#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;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1607843137);
}
#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;
}
#footer .go_top::after {
  content: "\ea76";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  color: #fff;
  font-size: 3rem;
}
@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;
}

#quick .btn_open {
  position: fixed;
  right: -6rem;
  bottom: 25%;
  z-index: 120;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 11rem;
  height: 11rem;
  padding-top: 2rem;
  border-radius: 100%;
  background: linear-gradient(to left, #67AB14, #0086FB);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
  transform: rotate(-90deg);
  transition: 0.7s;
  box-shadow: -2px 3px 16px rgba(0, 0, 0, 0.1607843137);
}
#quick .btn_open em {
  display: none;
}
#quick .quick_menu {
  position: fixed;
  right: -50rem;
  bottom: 14%;
  z-index: 120;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
}
#quick .quick_menu ul {
  padding: 3rem;
  border-radius: 3.2rem;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  z-index: 1;
}
#quick .quick_menu ul li + li {
  margin-top: 1.6rem;
}
#quick .quick_menu ul a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#quick .quick_menu ul a span {
  color: #000;
}
#quick .quick_menu ul a span em {
  font-size: 1.4rem;
  opacity: 0.8;
}
#quick .quick_menu ul a span strong {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
}
#quick .quick_menu ul a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  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$color0'%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-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem;
}
#quick .quick_menu .btn_close {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 11rem;
  height: 11rem;
  margin-left: -7rem;
  border-radius: 100%;
  background: linear-gradient(to bottom, #67AB14, #0086FB);
}
#quick .quick_menu .btn_close::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  left: 7.5rem;
  top: 50%;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  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: %23fff; 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: 1.8rem;
}
#quick.active .btn_open {
  right: -15rem;
  opacity: 0;
  visibility: hidden;
}
#quick.active .quick_menu {
  right: 2rem;
  opacity: 1;
  visibility: visible;
}

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

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1440px) {
  #header #gnb1 {
    margin-left: 5rem;
  }
  #header #gnb1 #head_menu {
    gap: 5rem;
  }
  #header #gnb2 #head_menu_all {
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 4rem;
  }
  #header #gnb2 #head_menu_all > li {
    padding: 0 0.5rem;
  }
  #header #gnb2 #head_menu_all > li:first-child {
    border-left: none;
  }
  #header #gnb2 #head_menu_all > li:last-child {
    border-right: none;
  }
  #header #gnb2 #head_menu_all > li > a {
    font-size: 2.5rem;
  }
  #header #gnb2 #head_menu_all > li .submenu > ul > li {
    padding: 0;
  }
  #header #gnb2 #head_menu_all > li .submenu > ul > li > a {
    font-size: 1.6rem;
  }
  #header #gnb2 .control.close {
    right: 2rem;
    top: 2rem;
  }
  #header .svg_animation {
    right: 3rem;
  }
  #footer .lay_top .layout_fix {
    padding: 5rem 0;
  }
  #footer .lay_top .address {
    margin-top: 4rem;
  }
  #footer .lay_top .address dl {
    display: block;
    position: relative;
    padding-left: 10rem;
  }
  #footer .lay_top .address dl + dl {
    margin-top: 1rem;
  }
  #footer .lay_top .address dl dt {
    position: absolute;
    left: 0;
    top: 0;
  }
  #footer .lay_top .address dl dd + dd {
    margin-top: 0.5rem;
  }
  #footer .lay_top .address dl dd:first-of-type {
    width: inherit;
  }
  #footer .lay_top .address > p {
    margin-top: 3rem;
  }
}
@media (max-width: 1280px) {
  #header .top .language {
    margin-left: 3rem;
  }
  #header #gnb1 {
    margin-left: 3rem;
  }
  #header #gnb1 #head_menu {
    gap: 4rem;
  }
  #header .etc .search_box .input_box input.search_keyword {
    width: 20rem;
  }
}
@media (max-width: 1024px) {
  #header {
    height: 8rem;
    border-bottom: 1px solid #ddd;
  }
  #header .layout_fix {
    flex-wrap: nowrap;
    align-items: center;
  }
  #header .top {
    order: 2;
    flex: none;
    width: inherit;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center;
  }
  #header .top #logo {
    margin-right: 0;
  }
  #header .top .sns {
    display: none;
  }
  #header .top .language {
    display: none;
  }
  #header .top .login {
    display: none;
  }
  #header #gnb1 {
    display: none;
  }
  #header #gnb2 #head_menu_all {
    z-index: 10;
    top: 0;
    padding: 11rem 2rem 0;
    height: calc(100% - 13rem);
    max-height: inherit;
    display: block;
    overflow-y: auto;
  }
  #header #gnb2 #head_menu_all::after {
    width: 0.5rem;
    height: calc(100% - 5rem);
    z-index: 10;
  }
  #header #gnb2 #head_menu_all::before {
    height: calc(100% - 13rem);
    background-image: none;
  }
  #header #gnb2 #head_menu_all > li {
    flex: 1;
    border: none;
  }
  #header #gnb2 #head_menu_all > li:first-child {
    border: none;
  }
  #header #gnb2 #head_menu_all > li + li {
    margin-top: 1rem;
  }
  #header #gnb2 #head_menu_all > li > a {
    height: inherit;
    margin-bottom: 0;
    padding: 1rem;
    font-size: 2.2rem;
    text-align: left;
    position: relative;
  }
  #header #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 #gnb2 #head_menu_all > li .submenu {
    max-height: 0;
    overflow: hidden;
    padding-left: 1rem;
    transition: 0.3s;
  }
  #header #gnb2 #head_menu_all > li .submenu > ul > li {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #header #gnb2 #head_menu_all > li .submenu > ul > li.active > a {
    background: #F3F7F9;
  }
  #header #gnb2 #head_menu_all > li.active .submenu {
    max-height: 50rem;
  }
  #header.gnb2_active .top::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  #header.gnb2_active .top .sns {
    display: block;
    position: fixed;
    left: 0.5rem;
    bottom: 5rem;
    z-index: 110;
    width: calc(100% - 0.5rem);
    height: 8rem;
    border-top: 1px solid #ddd;
    padding: 2rem 0;
    background: #fff;
  }
  #header.gnb2_active .top .language {
    display: block;
    position: fixed;
    left: 0.5rem;
    top: 0;
    z-index: 110;
    margin: 0;
    width: 100%;
    background: #fff;
    padding: 0 3.5rem;
  }
  #header.gnb2_active .top .language ul {
    justify-content: flex-start;
    height: 10rem;
  }
  #header.gnb2_active .top .language ul a {
    font-size: 1.6rem;
  }
  #header.gnb2_active .top .login {
    display: block;
    position: fixed;
    left: 4rem;
    top: 8rem;
    z-index: 120;
    font-size: 1.4rem;
  }
  #header .etc .search_box {
    position: relative;
  }
  #header .etc .search_box .close {
    position: fixed;
    left: calc(50% - 2rem);
    top: 2rem;
    z-index: 10;
    width: 4rem;
    height: 4rem;
    background: 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-size: 1.8rem;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #header .etc .search_box #searchFormWrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
  }
  #header .etc .search_box #searchFormWrap::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
  }
  #header .etc .search_box .input_box {
    position: relative;
    background: #fff;
    padding: 9rem 2.4rem 3.2rem;
  }
  #header .etc .search_box .input_box input.search_keyword {
    display: block;
    width: 40rem;
    height: 5rem;
    max-width: 100%;
    margin: 0 auto;
  }
  #header .etc .search_box .input_box .btn_search {
    position: absolute;
    right: calc(50% - 19rem);
    top: 9.7rem;
    background-size: 2.7rem;
  }
  #header .etc .search_box.active .close {
    display: block;
  }
  #header .etc .search_box.active #searchFormWrap {
    overflow: hidden;
    max-width: inherit;
  }
  #header .etc .search_box.active #searchFormWrap::before {
    opacity: 1;
    visibility: visible;
  }
  #header .svg_animation {
    display: none;
  }
  #footer .lay_top .layout_fix {
    padding: 4rem 0;
  }
  #footer .lay_top .address {
    margin-top: 3.6rem;
  }
  #footer .lay_top .address dl {
    padding: 0;
    font-size: 1.4rem;
  }
  #footer .lay_top .address dl + dl {
    margin-top: 2.4rem;
  }
  #footer .lay_top .address dl dt {
    position: static;
    margin-bottom: 0.5rem;
  }
  #footer .lay_top .address > p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  #footer .lay_top .address > p a {
    font-weight: 600;
    font-size: 2.2rem;
  }
  #footer .lay_top .lay_right {
    width: 30rem;
    margin-top: 7rem;
  }
  #footer .lay_top .related_site .btn_open {
    width: 100%;
    font-size: 1.5rem;
  }
  #footer .lay_top .menu {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  #footer .lay_top .menu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  #footer .lay_top .menu ul li + li {
    margin-top: 0;
  }
  #footer .lay_top .sns {
    justify-content: center;
    margin-top: 3rem;
  }
  #footer .lay_bottom {
    position: relative;
  }
  #footer .lay_bottom .layout_fix {
    flex-direction: column;
  }
  #footer .lay_bottom .mark {
    position: absolute;
    right: 3rem;
    top: -11rem;
  }
  #footer .lay_bottom .mark img {
    width: 12rem;
  }
  #footer .lay_bottom .mark.eprivacy {
    right: 16rem;
    top: -10rem;
  }
  #footer .lay_bottom .mark.eprivacy img {
    width: 7rem;
  }
  #footer .lay_bottom .copyright {
    margin: 0;
  }
  #quick .btn_open {
    right: 2rem;
    bottom: 8rem;
    width: 5rem;
    height: 5rem;
    transform: rotate(0);
    font-size: 0;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1607843137);
  }
  #quick .btn_open::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 3rem;
  }
  #quick .quick_menu {
    bottom: 14rem;
    transition: 0.3s;
  }
  #quick .quick_menu ul {
    padding: 2rem;
  }
  #quick .quick_menu ul li + li {
    margin-top: 1.6rem;
  }
  #quick .quick_menu ul a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  #quick .quick_menu ul a img {
    width: 5rem;
  }
  #quick .quick_menu ul a span em {
    font-size: 1.2rem;
    opacity: 0.8;
  }
  #quick .quick_menu ul a span strong {
    font-size: 1.5rem;
  }
  #quick .quick_menu .btn_close {
    position: fixed;
    right: 2rem;
    bottom: 8rem;
    z-index: 10;
    width: 5rem;
    height: 5rem;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
  }
  #quick .quick_menu .btn_close::before {
    left: 0;
    width: 100%;
  }
  #quick.active .btn_open {
    right: 2rem;
  }
  #quick.active .quick_menu .btn_close {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  #footer {
    position: relative;
  }
  #footer .lay_top {
    width: 100%;
    margin: 0 auto;
  }
  #footer .lay_top .logo {
    display: block;
    margin: 0 auto;
    width: 28rem;
  }
  #footer .lay_top .layout_fix {
    flex-direction: column;
  }
  #footer .lay_top .lay_left {
    width: 100%;
  }
  #footer .lay_top .lay_right {
    width: 100%;
    margin-top: 3rem;
  }
  #footer .lay_top .sns {
    margin-top: 2rem;
  }
  #footer .lay_top .address {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #footer .lay_top .address dl {
    width: 100%;
    max-width: 41rem;
    margin: 0 auto;
  }
  #footer .lay_top .address p {
    width: 100%;
    flex: none;
    text-align: center;
  }
  #footer .lay_top .related_site {
    width: 41rem;
    max-width: 100%;
    margin: 0 auto;
  }
  #footer .lay_bottom {
    position: static;
  }
  #footer .lay_bottom .layout_fix {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
  }
  #footer .lay_bottom .menu {
    flex: none;
    width: 100%;
    justify-content: center;
    order: 2;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
  }
  #footer .lay_bottom .menu li + li::before {
    display: none;
  }
  #footer .lay_bottom .mark {
    position: static;
    margin: 0;
  }
  #footer .lay_bottom .mark.eprivacy {
    right: 15rem;
    top: 2.5rem;
  }
  #footer .lay_bottom .mark.eprivacy img {
    width: 7rem;
  }
  #footer .lay_bottom .copyright {
    flex: none;
    width: 100%;
    justify-content: center;
    order: 3;
  }
}
@media (max-width: 480px) {
  #header .top #logo a {
    width: 60vw;
    height: 0;
    padding-top: 10%;
  }
  #header #gnb2 .control.open {
    width: 3rem;
  }
  #header .etc .search_box .input_box input.search_keyword {
    width: 100%;
  }
  #header .etc .search_box .input_box .btn_search {
    width: 3rem;
    right: 4rem;
  }
  #header.gnb2_active .top .login ul {
    font-size: 1.3rem;
  }
  #footer .lay_top .address > p span {
    display: none;
  }
  #footer .lay_bottom .menu {
    font-size: 1.3rem;
  }
  #footer .lay_bottom .copyright {
    margin-top: 1rem;
  }
  #footer .lay_bottom .mark img {
    width: 10rem;
  }
  #footer .lay_bottom .mark.eprivacy img {
    width: 6rem;
  }
  #footer .go_top {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
  }
  #footer .go_top::after {
    font-size: 2rem;
  }
  #quick .btn_open {
    right: 1rem;
    bottom: 6rem;
    width: 4rem;
    height: 4rem;
  }
  #quick .quick_menu {
    bottom: 11rem;
  }
  #quick .quick_menu .btn_close {
    right: 1rem;
    bottom: 6rem;
    width: 4rem;
    height: 4rem;
  }
  #quick.active .btn_open {
    right: 1rem;
  }
  #quick.active .quick_menu {
    right: 1rem;
  }
}
@media (max-width: 360px) {
  #footer .lay_top .address p em {
    display: block;
  }
  #footer .lay_top .menu {
    padding-right: 0;
  }
}