@charset "UTF-8";
* {margin: 0; padding: 0; box-sizing: border-box;}
body, html {
  position: relative; scroll-behavior: smooth; font-size: 16px; width: 100%; font-family: 'Pretendard', sans-serif; letter-spacing: 0;
}
.container {
  max-width: 1280px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.wrap {
  padding-top: 7.5rem;
}
:root {
  --white: #ffffff;
  --black: #000000;
  --mainColor: #4122C3;
  --subColor: #F55542;

  --black01: #292e41;
  --black02: #222;
  --black03: #333;
  --black06: #666;
  --black09: #999;

  --gray01: #eee;
  --gray02: #67738e;
  --gray03: #373f57;
  --gray04: #999999;
  --gray05: #dddddd;
  --gray06: #666666;
  --gray07: #5c667b;
  --gray08: #404040;

  --blue01: #0066ff;
  --blue02: #00ffff;
  --blue03: #00ccff;
  --blue04: #2d65f2;

  --purple01: #562dff;
  --purple02: #f6f3ff;
  --purple03: #a2a0fd;

  --size12: 0.75rem;
  --size13: 0.8125rem;
  --size14: 0.875rem;
  --size15: 0.9375rem;
  --size16: 1rem;
  --size18: 1.125rem;
  --size20: 1.25rem;
  --size21: 1.3125rem;
  --size22: 1.375rem;
  --size24: 1.5rem;
  --size25: 1.5625rem;
  --size26: 1.625rem;
  --size28: 1.75rem;
  --size30: 1.875rem;
  --size34: 2.125rem;
  --size35: 2.1875rem;
  --size36: 2.25rem;
  --size40: 2.5rem;
  --size45: 2.8125rem;
  --size50: 3.125rem;
  --size55: 3.4375rem;
  --size60: 3.75rem;
  --size62: 3.875rem;
}
.flex-box {
  display: flex;
  flex-flow: row wrap;
}
.s-container {width: 100%;}
span{display: inline-block;}
a {display: block; text-decoration:none;}
.popup_div a {display: inline-block;}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.btn01 {}
.btn02 {}
.font-gangwondEdu {
  font-family: "GangwonEdu Power", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.mt80 {margin-top: 5rem;}

@media all and (max-width: 1280px){

}
@media all and (max-width: 768px){    
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}

@media all and (max-width: 768px){    
  html {font-size: 15px;}
}

@media all and (max-width: 480px){    
}

@media all and (max-width: 350px){    
}

/* HEADER S */
header {
  width: 100%;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.header-top{
  background-color: #F6F6F6;
}
.header-top dl {
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  padding: 0.5rem 0;
}
.header-top dl dd {
  position: relative;
  font-weight: 400;
  font-size: var(--size13);
  line-height: 1;
  color: var(--gray06);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-top dl dd:hover {
  color: var(--mainColor);
  font-weight: 500;
}
.header-top dl dd::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: var(--gray05);
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.header-top dl dd:last-child::after {
  display: none;
}
.header-bottom {}
.header-bottom .container > .flex-box {
  align-items: center;
  justify-content: space-between;
}
.header-bottom .logo-wrap {
  gap: 15px;
  align-items: center;
}
.header-bottom .logo-wrap > a {
  font-weight: 600;
  font-size: var(--size22);
  line-height: 1;
  color: var(--black);
}
header nav {
  margin-right: -2.5rem;
}
header nav > ul {
  
}
header nav > ul > li {
  position: relative;
}
header nav > ul > li > a {
  padding: 0 2.5rem;
  line-height: 5.625rem;
  font-weight: 500;
  font-size: var(--size18);
  color: var(--black);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header nav > ul > li > .depth2 {
  /*display: none;
  */position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  /*padding: 15px 0;
  */max-height: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);

}
header nav .depth2 li {}
header nav .depth2 li a {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 2.1875;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
}

header nav > ul > li:hover > a {
  color: var(--mainColor);
}
header nav > ul > li:hover > .depth2 {
  padding: 15px 0;
  max-height: 1000px;
}
header nav .depth2 li a:hover {
  text-decoration-line: underline;
  text-decoration-color: var(--mainColor);
  text-decoration-thickness: 2px;
  color: var(--mainColor);
  text-underline-offset: 5px;
  -moz-text-decoration-color: var(--mainColor);
  -moz-text-decoration-line: underline;
}
/* HEADER E */

/* FOOTER S */
footer {
  background-color: #333333;
  padding: 3.125rem 0 8.875rem;
}
footer .container > .flex-box {
  justify-content: space-between;
  align-items: flex-start;
}
footer .left-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 5.4375rem;
}
footer .center-wrap .footer-menu {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
footer .center-wrap .footer-menu a {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.375rem;
  color: var(--white);
}
footer .center-wrap .address-wrap {
  margin-top: 1.875rem;
}
footer .center-wrap .address-wrap h5 {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.375rem;
  color: var(--white);
}
footer .center-wrap .address-wrap p {
  font-weight: 500;
  font-size: var(--size14);
  line-height: 1.25rem;
  color: var(--white);
  opacity: 0.5;
  margin-top: 5px;
}
footer .family_site {
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
footer .family_site button {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 15rem;
  height: 3.125rem;
  padding: 0 1.25rem;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1;
  color: #fff;
  border-radius: 20px;
  background: #707070;
}
footer .family_site button div {
  width: 14px;
  height: 14px;
  position: relative;
}
footer .family_site button div::before,
footer .family_site button div::after {
  content: "";
  display: block;
  background-color: #fff;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer .family_site button div::before {
  width: 100%;
  height: 2px;
}
footer .family_site button div::after {
  width: 2px;
  height: 100%;
}
footer .family_site .link_wrap {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #707070;
  z-index: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
footer .family_site .link_wrap a {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 3.125rem;
  color: var(--white);
  padding: 0 1.25rem;
}
footer .family_site.on {
  background: #707070;
}
footer .family_site.on .link_wrap {
  max-height: 1000px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer .family_site.on button div::after {
  display: none;
}
/* FOOTER E */

/* QUICK S */
#quickMenu {
  width: 130px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px #00000026;
  position: fixed;
  top: 200px;
  right: 50px;
  z-index: 999;
  transition: top 0.2s ease-out, height 0.3s ease-in-out;
  -webkit-transition: top 0.2s ease-out, height 0.3s ease-in-out;
  -moz-transition: top 0.2s ease-out, height 0.3s ease-in-out;
  -ms-transition: top 0.2s ease-out, height 0.3s ease-in-out;
  -o-transition: top 0.2s ease-out, height 0.3s ease-in-out;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 1.125rem 0 0;
  cursor: move;
  user-select: none;
}

#quickMenu .quickcloseBtn {
  position: absolute;
  top: -10px;
  right: -10px;
}
#quickMenu h4 {
  font-weight: 600;
  font-size: var(--size13);
  line-height: 1.307693;
  text-align: center;
  color: var(--subColor);
}
#quickMenu .line {
  width: 20px;
  height: 1px;
  background-color: var(--gray05);
  margin: 0 auto;
}
#quickMenu ul {
  padding: 1.125rem 0 1.875rem;
  overflow: hidden;
  max-height: 1000px;
  transition: max-height 0.3s, padding 0.3s;
  -webkit-transition: max-height 0.3s, padding 0.3s;
  -moz-transition: max-height 0.3s, padding 0.3s;
  -ms-transition: max-height 0.3s, padding 0.3s;
  -o-transition: max-height 0.3s, padding 0.3s;
}
#quickMenu ul li.quick_list {
  margin-top: 1.875rem;
}
#quickMenu ul li a {
  text-align: center;
}
#quickMenu ul li .icon-wrap {
  max-width: 80%;
  display: inline-block;
}
#quickMenu ul li .icon-wrap img {
  max-width: 100%;
}
#quickMenu ul li p {
  font-weight: 500;
  font-size: var(--size14);
  line-height: 1.428572;
  text-align: center;
  color: var(--black);
  margin-top: 10px;
}
#quickMenu .quickOpenBtn {
  margin: 0 auto;
  display: block;
  max-width: 80%;
  padding: 1.125rem;
}
#quickMenu #quick_ul.close {
  max-height: 0;
  padding: 0;
}
#quickMenu .quickOpenBtn.close,
#quickMenu .quickcloseBtn.close {
  display: none;
}
/* QUICK E */

/* PAGING 2 */
.bbs_paging2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.4375rem;
  margin-top: 1.875rem;
}
.bbs_paging2 .bbs_paging2_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.bbs_paging2 .bbs_paging2_list a,
.bbs_paging2 .bbs_paging2_list b {
  font-family: 'Suit';
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  color: var(--black);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbs_paging2 .bbs_paging2_list b {
  background-color: var(--mainColor);
  color: #fff;
}
.mobile-header .flex-box {
  gap: 10px;
  align-items: center ;
  padding: 15px 0;
}
.mobile-header button div {
  display: none;
  position: relative;
  width: 22px;
  height: 16px;
}
.mobile-header button div span.rectangle01  {
  position: absolute;
  width: 22px;
  height: 2px;
  top: 50%;
  left: 0;
  background: #000000;
  transform: rotate(-45deg);
}

.mobile-header button div span.rectangle02 {
  position: absolute;
  width: 22px;
  height: 2px;
  top: 50%;
  left: 0;
  background: #000000;
  transform: rotate(45deg);
}
.mobile-header button.xIcon img {
  display: none;
}
.mobile-header button.xIcon div {
  display: block;
}

.header-wrap {
  position: fixed;
  height: calc(100vh - 50px);
  width: 100%;
  background-color: #fff;
  top: 50px;
  left: 0;
  z-index: 100;
}
.header-wrap .container {
  width: 100%;
  max-width: 100%;
  padding: 30px;
}
.header-wrap .mobile-nav > ul > li > a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  padding: 9px 0;
}
.header-wrap .mobile-nav ul > li .depth2 {
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-wrap .mobile-nav ul > li .depth2.open {
  padding-bottom: 20px;
  max-height:500px;
}
.header-wrap .mobile-nav ul > li .depth2 > li > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: var(--black);
  padding: 0;
}

.header-wrap .mobile-login {
  margin-top: 20px;
}
.header-wrap .mobile-login dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  color: var(--black);
}