html, body {
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}

body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body:not(.on) {
  opacity: 0;
  visibility: hidden;
}

.container {
  height: 100%;
}

.mobile .scroller {
  overflow-y: auto !important;
}

#con {
  display: block;
}

#skipNav a {
  position: absolute;
  display: block;
  font-size: 0px;
  top: -9999px;
  left: -9999px;
}
#skipNav a:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  font-size: 20px;
  z-index: 9999;
  text-align: center;
}

.scrollbar-track {
  background: rgba(222, 222, 222, 0) !important;
}

.header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 15rem;
  max-width: 15rem;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  font-size: 1rem;
  background-color: white;
  border-right: 1px solid #ddd;
  transform: translateX(-100%);
  opacity: 0;
}
.header::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 100%;
  left: 0;
}
.header .inner {
  padding-top: 3.125em;
  padding-left: 3.125em;
  padding-right: 3.125em;
}
.header .logo {
  display: block;
  width: 8.25rem;
}
.header .logo img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .header {
    transform: translateY(-100%);
  }
  .header .inner {
    height: 100%;
    padding-top: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 5.625rem;
    border-bottom: 1px solid #ddd;
    border-right: 0;
  }
  .header .logo {
    width: 12.1875rem;
  }
}
@media screen and (max-width: 800px) {
  .header {
    height: 3.75rem;
  }
  .header .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .header .logo {
    width: 8.125rem;
  }
}
.header .h_allMenu_mo {
  display: none;
}
.header .h_ft {
  width: 1.625em;
  position: absolute;
  bottom: 0;
}
.header .h_ft span {
  writing-mode: vertical-rl;
  position: relative;
  display: block;
  transform-origin: center center;
  margin: 0 auto;
  font-weight: bold;
  transform: translateY(-100%);
}
.header .h_ft .scroll_bar {
  height: 18.5185185185vh;
  position: relative;
}
.header .h_ft .scroll_bar::before {
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ddd;
  left: 50%;
  transform: translateX(-50%);
}
.header .h_ft .scroll_bar svg {
  position: absolute;
  top: 0;
  background-color: #fff;
  display: block;
  margin: 0.625em -0.6875em;
  transform: translateY(-100%);
}
@media screen and (max-width: 1280px) {
  .header .h_ft {
    display: none;
  }
  .header .h_allMenu_mo {
    display: block;
    position: absolute;
    width: 5.625rem;
    height: 5.625rem;
    right: 0;
    top: 0;
  }
  .header .h_allMenu_mo svg, .header .h_allMenu_mo img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .header .h_allMenu_mo {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.pin-spacer-unfixHeader {
  pointer-events: none;
}
.pin-spacer-unfixHeader > * {
  pointer-events: auto;
}

.gnb {
  padding-top: 11.1111111111vh;
}
.gnb_depth_1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gnb_depth_1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
  width: 100%;
}
.gnb_depth_1 > ul > li {
  width: 100%;
  margin: 1.25em 0;
}
.gnb_depth_1 > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  font-size: 1.5em;
  font-weight: 700;
  position: relative;
}
.gnb_depth_1 > ul > li.on > a {
  color: #c20909;
}
.gnb_depth_1 > ul > li.on .gnb_depth_2 {
  width: 22.5rem;
}
.gnb_depth_1 > ul > li:nth-child(1) a:before {
  background-color: #c20909;
}
.gnb_depth_2 {
  overflow: hidden;
  display: block;
  position: absolute;
  width: 0;
  left: 15rem;
  padding-top: 24.0740740741vh;
  padding-bottom: 33.3333333333vh;
  height: 100%;
  top: 0;
  background-color: white;
  color: #222;
  transition: width 0.5s ease;
  will-change: width, transform;
}
.gnb_depth_2 > ul {
  margin: 0 auto;
  width: auto;
  max-width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
}
.gnb_depth_2 > ul > li {
  width: 100%;
  padding: 1.25em 3.75em;
}
.gnb_depth_2 > ul > li img {
  filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
  opacity: 0.5;
}
.gnb_depth_2 > ul > li > a {
  display: block;
}
.gnb_depth_2 > ul > li > a:hover img {
  filter: none;
  opacity: 1;
}
.gnb_depth_2_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 22.5rem;
  width: 100%;
  background: #F6F7F8 no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.gnb_depth_2_img::before {
  display: block;
  padding-top: 33.3333333333vh;
}
@media (max-height: 41.875rem) {
  .gnb_depth_2_img {
    display: none;
  }
}
.gnb_depth_3 {
  display: none;
}
@media screen and (max-width: 1440px) {
  .gnb {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .gnb {
    display: none;
  }
}

#header.on,
#header._fixed,
#header.hover {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #222;
}
#header.on .logo a,
#header._fixed .logo a,
#header.hover .logo a {
  background-image: url("/resource/images/common/logo2.png") !important;
}
#header.on svg .cw,
#header._fixed svg .cw,
#header.hover svg .cw {
  fill: #111 !important;
  color: #222 !important;
}
#header.on .h_top,
#header._fixed .h_top,
#header.hover .h_top {
  background-color: #111;
}
#header.on .gnb,
#header._fixed .gnb,
#header.hover .gnb {
  color: #222;
}
@media screen and (max-width: 1280px) {
  #header.on,
#header._fixed,
#header.hover {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 800px) {
  #header.on svg path,
#header._fixed svg path,
#header.hover svg path {
    fill: #111 !important;
    color: #222 !important;
  }
}

@media screen and (max-width: 1700px) {
  #header.on .gnb_depth_1 > ul {
    padding-left: 0;
    padding-right: 0;
  }
}
#header.down {
  transform: translateY(-250%);
}

@media print {
  .header {
    position: absolute;
  }
}
@media screen and (min-width: 1281px), print {
  .allMenu {
    font-size: 1rem;
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: #fff no-repeat center center;
    background-image: url(/resource/images/common/allmenu_bg.png);
    background-size: cover;
    overflow-y: auto;
    transition: top 0.5s, opacity 0.3s;
    opacity: 0;
  }
  .allMenu.on {
    opacity: 1;
    top: 0%;
  }
  .allMenu_box {
    min-height: 100%;
    position: relative;
    padding-bottom: 12.5em;
  }
  .allMenu_logo {
    margin-top: 4.1875em;
    margin-bottom: 4.1875em;
    text-align: center;
  }
  .allMenu_con > ul {
    margin: 0 -0.75em;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .allMenu_con > ul > li {
    padding: 0 0.75em;
    flex: 0 1 auto;
    width: 25%;
  }
  .allMenu_con > ul > li > a {
    font-family: "GangwonEduPower", sans-serif;
    font-size: 1.875em;
    padding: 0 0.5em;
  }
  .allMenu_con > ul > li:nth-child(1) a:hover {
    color: #c20909;
  }
  .allMenu_con > ul > li > ul {
    border-top: 0.1875em solid #222;
    margin-top: 2.5em;
    padding: 0 0.9375em;
  }
  .allMenu_con > ul > li > ul > li {
    margin-top: 2.25em;
  }
  .allMenu_con > ul > li > ul > li > a {
    font-size: 1.25em;
    line-height: 1.8;
  }
  .allMenu_con > ul > li > ul > li > ul {
    padding: 0.4375em 0.9375em;
  }
  .allMenu_con > ul > li > ul > li > ul > li {
    margin-top: 1.125em;
  }
  .allMenu_con > ul > li > ul > li > ul > li > a {
    color: #999;
  }
  .allMenu_ft {
    position: absolute;
    bottom: 5em;
    max-width: 89.375em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .allMenu_ft > li {
    flex: 0 1 auto;
    width: 50%;
    padding: 0 0.9375em;
  }
  .allMenu_ft > li a {
    font-family: "GangwonEduPower", sans-serif;
    width: 100%;
    display: block;
    font-size: 1.875em;
    padding: 1.3333333333em;
    border-radius: 0.6666666667em;
    box-shadow: 0.3333333333em 0.3333333333em 0.5em 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #ddd;
    background: #fff no-repeat top 50% right 1.3333333333em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='20' viewBox='0 0 28.052 20'%3E%3Cg fill='%23222'%3E%3Cpath d='m25.9308 12.0209-9.8995-9.8995L18.1526 0l9.8995 9.8995z'/%3E%3Cpath d='m28.0514 9.8967-9.8995 9.8995-2.1213-2.1213L25.93 7.7754z'/%3E%3C/g%3E%3Cpath d='M0 8.398h24v3H0z' fill='%23444'/%3E%3C/svg%3E");
  }
  .allMenu_ft > li img, .allMenu_ft > li span {
    vertical-align: middle;
  }
  .allMenu_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.25em;
    height: 6.25em;
    background-color: #c20909;
  }
  .allMenu_close svg {
    transition: transform 0.3s;
    width: 2em;
    height: 2em;
    transform-origin: center center;
  }
  .allMenu_close:hover svg {
    transform: rotate(-90deg);
  }
}
.allMenuMo {
  display: none;
}

@media screen and (max-width: 1280px) {
  .allMenu {
    display: none !important;
  }

  body.allMenuOpen {
    overflow: hidden;
  }

  .allMenuMo {
    display: none;
    z-index: 2000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    transition: opacity 0.3s ease-out;
    left: -100%;
    opacity: 0;
    overflow: hidden;
  }
  .allMenuMo.on {
    opacity: 1;
    left: 0%;
  }
  .allMenuMo_box {
    position: fixed;
    top: 0;
    width: 100%;
    height: calc(100% - 3.3125em);
    right: -120%;
    max-width: 31.25em;
    background-color: #fff;
    transition: right 0.5s ease-out;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .allMenuMo.on .allMenuMo_box {
    right: 0;
  }

  .allMenuMo_top {
    background-color: #c20909;
    padding: 1.375em 1em;
  }
  .allMenuMo_top img {
    width: 8.8125em;
  }
  .allMenuMo_con > ul {
    margin: 0.75em 0;
  }
  .allMenuMo_con > ul > li {
    /* border-bottom: 1px solid #e5e5e5; */
  }
  .allMenuMo_con > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 2.8333333333em;
    padding: 0.6666666667em 0.8888888889em;
    font-size: 1.125em;
    font-weight: bold;
    position: relative;
  }
  .allMenuMo_con > ul > li > a.no_link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center center;
    right: 0.8888888889em;
    font-size: 0.8888888889em;
    width: 1.2222222222em;
    height: 1.2222222222em;
    background: no-repeat center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 123' style='fill:none' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='clip-path:url(%23a)'%3E%3Cpath data-name='Path 836' d='m-8671.436-3917.779 6.56 6.559-6.56 6.56' transform='translate(8680.317 3923.279)' style='stroke:%23999;stroke-width:2px;fill:none'/%3E%3C/g%3E%3C/svg%3E");
    transition: transform 0.3s ease-out;
  }
  .allMenuMo_con > ul > li > a.on, .allMenuMo_con > ul > li > a:hover {
    color: #c20909;
  }
  .allMenuMo_con > ul > li > a.on:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .allMenuMo_con > ul > li > ul {
    display: none;
    background-color: #f6f6f6;
    margin: 0.75em 0;
  }
  .allMenuMo_con > ul > li > ul > li:first-child {
    padding-top: 0.75em;
  }
  .allMenuMo_con > ul > li > ul > li:last-child {
    padding-bottom: 0.75em;
  }
  .allMenuMo_con > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 3em;
    padding: 1.375em 1em;
    font-size: 1em;
    position: relative;
  }
  .allMenuMo_con > ul > li > ul > li > a.no_link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center center;
    right: 1em;
    width: 0.75em;
    height: 0.75em;
    background: no-repeat center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath data-name='Rectangle 1 copy 6' d='M.5 5.5h12v2H.5z'  fill='%23222' stroke='transparent' stroke-miterlimit='10'/%3E%3Cpath data-name='Rectangle 1 copy 4' d='M5.5.5h2v12h-2z'  fill='%23222' stroke='transparent' stroke-miterlimit='10'/%3E%3C/svg%3E");
    transition: transform 0.3s ease-out;
  }
  .allMenuMo_con > ul > li > ul > li > a:hover {
    color: #c20909;
  }
  .allMenuMo_con > ul > li > ul > li > a.on:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath data-name='Rectangle 1 copy 6' d='M.5 5.5h12v2H.5z' fill='%23222' stroke='transparent' stroke-miterlimit='10'/%3E%3C/svg%3E");
  }
  .allMenuMo_con > ul > li > ul > li > ul {
    display: none;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li {
    margin-top: 0.625em;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li:first-child {
    margin-top: 0;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li:last-child {
    padding-bottom: 0.5em;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 1.7142857143em;
    padding: 0.5714285714em 2.2857142857em;
    font-size: 0.875em;
    position: relative;
    color: #666666;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li > a:hover {
    color: #c20909;
  }
  .allMenuMo_ft {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    right: -120%;
    max-width: 31.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #3a3a3d;
    transition: right 0.5s ease-out;
  }
  .allMenuMo_ft > li {
    flex: 0 1 auto;
    width: 50%;
  }
  .allMenuMo_ft > li a {
    width: 100%;
    display: block;
    font-size: 1em;
    padding: 1em;
    border-right: solid 1px #555;
    color: #ddd;
    text-align: center;
  }
  .allMenuMo_ft > li img, .allMenuMo_ft > li span {
    vertical-align: middle;
  }
  .allMenuMo.on .allMenuMo_ft {
    right: 0;
  }

  .allMenuMo .allMenu_close {
    position: absolute;
    top: 1.5em;
    right: 1em;
    transition: transform 0.3s ease-out;
    transform: rotate(0);
  }
  .allMenuMo .allMenu_close svg {
    width: 1.5625em;
    height: 1.5625em;
  }
  .allMenuMo .allMenu_close:hover {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1280px) {
  .allMenuMo {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .allMenuMo {
    font-size: 1rem;
  }
}
.ft {
  font-size: 1rem;
  position: relative;
  background: #fff;
  border-top: 1px solid #ddd;
  line-height: 1.63;
  padding: 4.8125em 7.1428571429% 7.9375em;
}
.ft .inner {
  position: relative;
}
.ft .ft_logo {
  display: block;
  width: 12.25em;
}
.ft .ft_logo img {
  width: 100%;
}
.ft .ft_info {
  padding-top: 2.5em;
  margin-left: -0.625em;
  margin-top: -0.3125em;
}
.ft .ft_info_item {
  display: inline-block;
  margin-top: 0.3125em;
  margin-left: 0.625em;
}
.ft .tc_999 {
  padding-top: 1.25em;
  color: #999999;
}
.ft .ft_family_site {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  max-width: 15em;
  width: 100%;
}
.ft .ft_family_site a {
  padding: 1.125em 1.375em;
  display: block;
  border-bottom: 1px solid #444;
}
.ft .ft_family_site > a {
  position: relative;
  font-weight: bold;
  border: solid 1px #111;
}
.ft .ft_family_site > a::before {
  position: absolute;
  right: 1.25em;
  top: 50%;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  display: block;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 123' style='fill:none' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='clip-path:url(%23a)'%3E%3Cpath data-name='Path 836' d='m-8671.436-3917.779 6.56 6.559-6.56 6.56' transform='translate(8680.317 3923.279)' style='stroke:%23222;stroke-width:2px;fill:none'/%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(90deg);
  transform-origin: center center;
}
.ft .ft_family_site > a.on::before {
  transform: rotate(-90deg);
}
.ft .ft_family_site > ul {
  display: none;
  border-top: 1px solid #444;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #111;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .ft {
    border-top: 0;
    padding: 11em 2.5em 10.625em;
    font-size: 0.75rem;
  }
  .ft .inner {
    padding-top: 5em;
  }
  .ft .ft_family_site {
    position: absolute;
    top: -6em;
    left: 0;
    max-width: 100%;
  }
  .ft .ft_family_site a {
    font-size: 2em;
    padding: 0.75em 1.25em;
    height: 3em;
  }
  .ft .ft_logo {
    margin: 0;
    width: 18.75em;
  }
  .ft .ft_info {
    padding-top: 2.5em;
    margin-left: -1.625em;
    margin-top: -0.3125em;
  }
  .ft .ft_info_item {
    font-size: 1.625em;
    margin-top: 0.1923076923em;
    margin-left: 1em;
  }
  .ft .tc_999 {
    padding-top: 1.5384615385em;
    font-size: 1.625em;
  }
}
@media screen and (max-width: 800px) {
  .ft {
    font-size: 0.5rem;
  }
}

/*# sourceMappingURL=layout.css.map */
