@charset "UTF-8";
@import 'font.css';
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}

.ns {
  font-family: "Noto Sans KR", sans-serif !important;
}

.hb {
  font-family: "Halvar Breitschrift", sans-serif !important;
}

html, body {
  position: relative;
}

a {
  color: #111;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: none !important;
}

button {
  background: none;
  border: 0;
}

/***** layout *****/
#wrapper {
  max-width: 780px;
  margin: 50px auto 0;
}

.pd20 {
  padding: 0 20px;
}

#wrapper[role] {
  padding-top: 50px;
  padding-bottom: 100px;
}

#mainBody #wrapper {
  margin-top: 0;
}

header {
  position: fixed;
  width: 100%;
  padding: 5px 14px;
  left: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  transition: 0.2s linear;
  transform: translateY(0);
}
header {
  display: flex;
  justify-content: space-between;
}
header .ico_logo {
  display: block;
  padding: 8px;
  width: 104px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205.054 23.12'%3E%3Cpath id='path_11195' data-name='path 11195' d='M21.726-11.424a5.527,5.527,0,0,1,2.38,1.938,5.028,5.028,0,0,1,.816,2.856v.374a5.413,5.413,0,0,1-2.244,4.573A9.921,9.921,0,0,1,16.592,0H2.652V-22.3H15.946a10.356,10.356,0,0,1,6.1,1.547,5.027,5.027,0,0,1,2.159,4.335v.374A5.22,5.22,0,0,1,21.726-11.424ZM7.752-17.85v4.488h8.16q3.162,0,3.162-2.074v-.34a1.736,1.736,0,0,0-.8-1.547,4.243,4.243,0,0,0-2.329-.527ZM19.72-7q0-2.108-3.2-2.108H7.752v4.658h8.772a4.113,4.113,0,0,0,2.363-.578,1.871,1.871,0,0,0,.833-1.632ZM49.164-22.3v4.488H34.442v4.42H48.484v4.454H34.442v4.454H49.164V0H29.342V-22.3ZM77.078-.782V0h-5.1l-2.04-4.624H58.786L56.746,0h-5.1V-.782L61.54-22.3h5.644ZM68-9.044l-3.638-8.3-3.638,8.3ZM102.646-22.3V0h-4.9L85-15.13V0H80.1V-22.3H85l12.75,15.1V-22.3Zm19.448,0a9.4,9.4,0,0,1,6.222,1.9,6.42,6.42,0,0,1,2.278,5.2v.374a6.458,6.458,0,0,1-2.278,5.236,9.4,9.4,0,0,1-6.222,1.9H113.05V0h-5.1V-22.3Zm-.136,10.1a4.2,4.2,0,0,0,2.55-.663,2.291,2.291,0,0,0,.884-1.955V-15.2a2.254,2.254,0,0,0-.884-1.921,4.2,4.2,0,0,0-2.55-.663H113.05v5.576ZM146.982.408a16.435,16.435,0,0,1-7-1.394,10.728,10.728,0,0,1-4.641-3.978,10.943,10.943,0,0,1-1.649-6.018v-.306a10.943,10.943,0,0,1,1.649-6.018,10.82,10.82,0,0,1,4.658-4,16.293,16.293,0,0,1,6.987-1.411,16.265,16.265,0,0,1,7,1.411,10.726,10.726,0,0,1,4.624,4,11.029,11.029,0,0,1,1.632,6.018v.306a11.029,11.029,0,0,1-1.632,6.018,10.617,10.617,0,0,1-4.624,3.978A16.435,16.435,0,0,1,146.982.408Zm0-4.726a9.216,9.216,0,0,0,6-1.7,5.99,5.99,0,0,0,2.057-4.9v-.408a6.044,6.044,0,0,0-2.091-4.93,9.113,9.113,0,0,0-5.967-1.734,9.172,9.172,0,0,0-6,1.734,6.044,6.044,0,0,0-2.091,4.93v.408a5.945,5.945,0,0,0,2.091,4.9A9.3,9.3,0,0,0,146.982-4.318ZM169.626-22.3V-4.59h15.13V0h-20.23V-22.3Zm38.08,0v4.488H192.984v4.42h14.042v4.454H192.984v4.454h14.722V0H187.884V-22.3Z' transform='translate(-2.652 22.712)' fill='%23000'/%3E%3C/svg%3E%0A") no-repeat center/104px 24px;
  box-sizing: initial;
}
header #btn_menu {
  width: 24px;
  height: 24px;
  padding: 8px;
  box-sizing: initial;
}
header #btn_menu {
  position: relative;
}
header #btn_menu:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000;
  right: 8px;
  top: 15px;
}
header #btn_menu {
  position: relative;
}
header #btn_menu:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #000;
  right: 8px;
  top: 23px;
}
header.fixed {
  left: 0;
  top: 0;
  background: #fff !important;
  animation: headerFixed 0.2s ease-out;
}
header.fixed .ico_logo {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205.054 23.12'%3E%3Cpath id='path_11195' data-name='path 11195' d='M21.726-11.424a5.527,5.527,0,0,1,2.38,1.938,5.028,5.028,0,0,1,.816,2.856v.374a5.413,5.413,0,0,1-2.244,4.573A9.921,9.921,0,0,1,16.592,0H2.652V-22.3H15.946a10.356,10.356,0,0,1,6.1,1.547,5.027,5.027,0,0,1,2.159,4.335v.374A5.22,5.22,0,0,1,21.726-11.424ZM7.752-17.85v4.488h8.16q3.162,0,3.162-2.074v-.34a1.736,1.736,0,0,0-.8-1.547,4.243,4.243,0,0,0-2.329-.527ZM19.72-7q0-2.108-3.2-2.108H7.752v4.658h8.772a4.113,4.113,0,0,0,2.363-.578,1.871,1.871,0,0,0,.833-1.632ZM49.164-22.3v4.488H34.442v4.42H48.484v4.454H34.442v4.454H49.164V0H29.342V-22.3ZM77.078-.782V0h-5.1l-2.04-4.624H58.786L56.746,0h-5.1V-.782L61.54-22.3h5.644ZM68-9.044l-3.638-8.3-3.638,8.3ZM102.646-22.3V0h-4.9L85-15.13V0H80.1V-22.3H85l12.75,15.1V-22.3Zm19.448,0a9.4,9.4,0,0,1,6.222,1.9,6.42,6.42,0,0,1,2.278,5.2v.374a6.458,6.458,0,0,1-2.278,5.236,9.4,9.4,0,0,1-6.222,1.9H113.05V0h-5.1V-22.3Zm-.136,10.1a4.2,4.2,0,0,0,2.55-.663,2.291,2.291,0,0,0,.884-1.955V-15.2a2.254,2.254,0,0,0-.884-1.921,4.2,4.2,0,0,0-2.55-.663H113.05v5.576ZM146.982.408a16.435,16.435,0,0,1-7-1.394,10.728,10.728,0,0,1-4.641-3.978,10.943,10.943,0,0,1-1.649-6.018v-.306a10.943,10.943,0,0,1,1.649-6.018,10.82,10.82,0,0,1,4.658-4,16.293,16.293,0,0,1,6.987-1.411,16.265,16.265,0,0,1,7,1.411,10.726,10.726,0,0,1,4.624,4,11.029,11.029,0,0,1,1.632,6.018v.306a11.029,11.029,0,0,1-1.632,6.018,10.617,10.617,0,0,1-4.624,3.978A16.435,16.435,0,0,1,146.982.408Zm0-4.726a9.216,9.216,0,0,0,6-1.7,5.99,5.99,0,0,0,2.057-4.9v-.408a6.044,6.044,0,0,0-2.091-4.93,9.113,9.113,0,0,0-5.967-1.734,9.172,9.172,0,0,0-6,1.734,6.044,6.044,0,0,0-2.091,4.93v.408a5.945,5.945,0,0,0,2.091,4.9A9.3,9.3,0,0,0,146.982-4.318ZM169.626-22.3V-4.59h15.13V0h-20.23V-22.3Zm38.08,0v4.488H192.984v4.42h14.042v4.454H192.984v4.454h14.722V0H187.884V-22.3Z' transform='translate(-2.652 22.712)' fill='%23000'/%3E%3C/svg%3E%0A") no-repeat center/104px 24px !important;
}
header.fixed #btn_menu:before {
  background: #000 !important;
}
header.fixed #btn_menu:after {
  background: #000 !important;
}
header.scDown {
  transform: translateY(-100%);
}
header.scDown ~ .locationArea {
  transform: translateY(-50px);
}

#mainBody #wrapper header {
  max-width: 780px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
}
#mainBody #wrapper header .ico_logo {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205.054 23.12'%3E%3Cpath id='path_11195' data-name='path 11195' d='M21.726-11.424a5.527,5.527,0,0,1,2.38,1.938,5.028,5.028,0,0,1,.816,2.856v.374a5.413,5.413,0,0,1-2.244,4.573A9.921,9.921,0,0,1,16.592,0H2.652V-22.3H15.946a10.356,10.356,0,0,1,6.1,1.547,5.027,5.027,0,0,1,2.159,4.335v.374A5.22,5.22,0,0,1,21.726-11.424ZM7.752-17.85v4.488h8.16q3.162,0,3.162-2.074v-.34a1.736,1.736,0,0,0-.8-1.547,4.243,4.243,0,0,0-2.329-.527ZM19.72-7q0-2.108-3.2-2.108H7.752v4.658h8.772a4.113,4.113,0,0,0,2.363-.578,1.871,1.871,0,0,0,.833-1.632ZM49.164-22.3v4.488H34.442v4.42H48.484v4.454H34.442v4.454H49.164V0H29.342V-22.3ZM77.078-.782V0h-5.1l-2.04-4.624H58.786L56.746,0h-5.1V-.782L61.54-22.3h5.644ZM68-9.044l-3.638-8.3-3.638,8.3ZM102.646-22.3V0h-4.9L85-15.13V0H80.1V-22.3H85l12.75,15.1V-22.3Zm19.448,0a9.4,9.4,0,0,1,6.222,1.9,6.42,6.42,0,0,1,2.278,5.2v.374a6.458,6.458,0,0,1-2.278,5.236,9.4,9.4,0,0,1-6.222,1.9H113.05V0h-5.1V-22.3Zm-.136,10.1a4.2,4.2,0,0,0,2.55-.663,2.291,2.291,0,0,0,.884-1.955V-15.2a2.254,2.254,0,0,0-.884-1.921,4.2,4.2,0,0,0-2.55-.663H113.05v5.576ZM146.982.408a16.435,16.435,0,0,1-7-1.394,10.728,10.728,0,0,1-4.641-3.978,10.943,10.943,0,0,1-1.649-6.018v-.306a10.943,10.943,0,0,1,1.649-6.018,10.82,10.82,0,0,1,4.658-4,16.293,16.293,0,0,1,6.987-1.411,16.265,16.265,0,0,1,7,1.411,10.726,10.726,0,0,1,4.624,4,11.029,11.029,0,0,1,1.632,6.018v.306a11.029,11.029,0,0,1-1.632,6.018,10.617,10.617,0,0,1-4.624,3.978A16.435,16.435,0,0,1,146.982.408Zm0-4.726a9.216,9.216,0,0,0,6-1.7,5.99,5.99,0,0,0,2.057-4.9v-.408a6.044,6.044,0,0,0-2.091-4.93,9.113,9.113,0,0,0-5.967-1.734,9.172,9.172,0,0,0-6,1.734,6.044,6.044,0,0,0-2.091,4.93v.408a5.945,5.945,0,0,0,2.091,4.9A9.3,9.3,0,0,0,146.982-4.318ZM169.626-22.3V-4.59h15.13V0h-20.23V-22.3Zm38.08,0v4.488H192.984v4.42h14.042v4.454H192.984v4.454h14.722V0H187.884V-22.3Z' transform='translate(-2.652 22.712)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center/104px 24px;
}
#mainBody #wrapper header #btn_menu:before {
  background: #fff;
}
#mainBody #wrapper header #btn_menu:after {
  background: #fff;
}

@keyframes headerFixed {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  padding: 24px 0 0;
  background: #2B2E31;
  transition: 0.5s all;
  z-index: 100;
}
nav.active {
  right: 0;
}
nav > a {
  margin-right: 20px;
  margin-bottom: 20px;
  align-self: end;
}
nav > a .ico_close {
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cg id='ic_close_54' transform='translate(-10 -10)'%3E%3Crect id='square_647' data-name='square 647' width='40' height='40' transform='translate(10 10)' fill='none'/%3E%3Cpath id='path_35' data-name='path 35' d='M40,8.525,36.475,5,22.5,18.975,8.525,5,5,8.525,18.975,22.5,5,36.475,8.525,40,22.5,26.025,36.475,40,40,36.475,26.025,22.5Z' transform='translate(7.5 7.5)' fill='%23aaa'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
}
nav .menuList > li span {
  align-items: center;
  padding: 10px 0 14px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  border-bottom: 1px solid #666;
}
nav .menuList > li span {
  display: flex;
  justify-content: space-between;
}
nav .menuList > li span strong {
  flex: 1;
}
nav .menuList > li span a.ico_arrR {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg id='ic_forward_40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect id='square_637' data-name='square 637' width='40' height='40' fill='none'/%3E%3Cpath id='path_57' data-name='path 57' d='M-19903.479-21989.621l12.566,12.564-12.566,12.572' transform='translate(19917.912 21997.053)' fill='none' stroke='%23bbb' stroke-width='4'/%3E%3C/svg%3E%0A") no-repeat center/20px 20px;
}
nav .menuList > li > ul {
  display: none;
  padding: 20px 0;
}
nav .menuList > li > ul > li {
  padding-bottom: 28px;
}
nav .menuList > li > ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
nav .menuList > li > ul > li:last-of-type::after, nav .menuList > li > ul > li:last-of-type::before {
  display: none;
}
nav .menuList > li > ul > li > a {
  display: block;
  color: #fff;
}
nav .menuList > li > ul > li > ul {
  margin: 24px 0;
}
nav .menuList > li > ul > li > ul li {
  padding-bottom: 18px;
}
nav .menuList > li > ul > li > ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
nav .menuList > li > ul > li > ul li:last-of-type::after, nav .menuList > li > ul > li > ul li:last-of-type::before {
  display: none;
}
nav .menuList > li > ul > li > ul li a {
  color: rgba(255, 255, 255, 0.55);
}
nav .storeArea {
  padding-top: 50px;
}
nav .storeArea h5 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 600;
}
nav .storeArea ul {
  display: flex;
  margin: -4px;
  padding-top: 26px;
  gap: 14px;
  flex-wrap: wrap;
  width: 60%;
}
nav .storeArea ul li {
  position: relative;
}
nav .storeArea ul li:after {
  content: "";
  position: absolute;
  right: -7px;
  height: 0.8rem;
  width: 1px;
  background: rgba(12, 102, 102, 0.4);
  top: 50%;
  transform: translateY(-50%);
}
nav .storeArea ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 400;
}
nav .storeArea ul li:last-of-type:after {
  display: none;
}
nav .etcArea {
  padding-top: 50px;
}
nav .etcArea ul li > a {
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
}
nav .snsArea {
  display: flex;
  padding-top: 50px;
  gap: 15px;
  flex-wrap: wrap;
}
nav .snsArea a.ico_insta {
  display: block;
  width: 25px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 49.062 48.186'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='square_29' data-name='square 29' width='49.062' height='48.186' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='sns' transform='translate(-57.001 -1514)'%3E%3Cg id='Instagram_svg' data-name='Instagram svg' transform='translate(57.001 1514)' clip-path='url(%23clip-path)'%3E%3Cpath id='path_29' data-name='path 29' d='M14.411.173A17.942,17.942,0,0,0,8.444,1.328,12.038,12.038,0,0,0,4.092,4.173a12.049,12.049,0,0,0-2.829,4.36A18.073,18.073,0,0,0,.131,14.506C.016,17.125-.01,17.967,0,24.647s.042,7.517.169,10.141a17.981,17.981,0,0,0,1.155,5.967,12.05,12.05,0,0,0,2.845,4.351,12.038,12.038,0,0,0,4.363,2.829,18.058,18.058,0,0,0,5.972,1.132c2.618.115,3.461.141,10.139.128s7.519-.042,10.142-.167a18,18,0,0,0,5.965-1.155,12.572,12.572,0,0,0,7.179-7.208,17.993,17.993,0,0,0,1.132-5.97c.115-2.626.142-3.464.129-10.143s-.043-7.516-.167-10.14a17.966,17.966,0,0,0-1.155-5.969,12.076,12.076,0,0,0-2.845-4.351,12,12,0,0,0-4.362-2.828A18,18,0,0,0,34.693.133C32.074.02,31.232-.009,24.551,0S17.034.045,14.411.173ZM14.7,44.641A13.651,13.651,0,0,1,10.13,43.8,7.659,7.659,0,0,1,7.3,41.97a7.577,7.577,0,0,1-1.845-2.825A13.623,13.623,0,0,1,4.6,34.578c-.122-2.592-.148-3.37-.162-9.938S4.446,17.3,4.56,14.7A13.613,13.613,0,0,1,5.4,10.135,7.617,7.617,0,0,1,7.231,7.3a7.593,7.593,0,0,1,2.825-1.845A13.621,13.621,0,0,1,14.621,4.6c2.594-.123,3.371-.148,9.938-.162s7.346.01,9.941.124a13.6,13.6,0,0,1,4.567.836A7.607,7.607,0,0,1,41.9,7.236a7.591,7.591,0,0,1,1.846,2.826,13.552,13.552,0,0,1,.855,4.564c.123,2.594.152,3.372.163,9.938s-.011,7.346-.125,9.938a13.668,13.668,0,0,1-.836,4.57,8.147,8.147,0,0,1-4.661,4.677,13.625,13.625,0,0,1-4.564.856c-2.594.122-3.371.148-9.94.162s-7.344-.012-9.938-.124M34.751,11.452a2.952,2.952,0,1,0,.861-2.088A2.952,2.952,0,0,0,34.751,11.452ZM11.968,24.624A12.631,12.631,0,1,0,24.574,11.968,12.63,12.63,0,0,0,11.968,24.624Zm4.431-.009a8.2,8.2,0,1,1,.63,3.137A8.2,8.2,0,0,1,16.4,24.615Z' transform='translate(-0.352 -0.229)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
}
nav .scrollArea {
  padding: 0 20px 20px;
  height: 100%;
  overflow-y: auto;
}

.locationArea {
  display: flex;
  position: fixed;
  left: 0;
  top: 49px;
  width: 100%;
  padding: 15px 20px 16px;
  background: #fff;
  transition: 0.2s linear;
  z-index: 5;
}
.locationArea #btn_back {
  width: 20px;
  height: 20px;
}
.locationArea #btn_back {
  position: relative;
}
.locationArea #btn_back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg id='ic_forward_40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect id='square_637' data-name='square 637' width='40' height='40' fill='none'/%3E%3Cpath id='path_57' data-name='path 57' d='M-19903.479-21989.621l12.566,12.564-12.566,12.572' transform='translate(19917.912 21997.053)' fill='none' stroke='%23111' stroke-width='4'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
}
.locationArea h2 {
  margin-left: -20px;
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

footer {
  position: relative;
  padding: 40px 20px 100px;
  background: #EBEBE6;
}
footer .snsArea {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 48px);
  gap: 10px;
  margin-bottom: 40px;
}
footer .textArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .textArea ul li {
  color: #666;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 12px;
}
footer .textArea ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .textArea ul li:last-of-type::after, footer .textArea ul li:last-of-type::before {
  display: none;
}
footer .textArea ul li span {
  color: #111;
  line-height: 16px;
}
footer .textArea .copyright {
  color: #666;
  font-size: 11px;
}
footer .ico_logo {
  display: block;
  width: 104px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205.054 23.12'%3E%3Cpath id='path_11195' data-name='path 11195' d='M21.726-11.424a5.527,5.527,0,0,1,2.38,1.938,5.028,5.028,0,0,1,.816,2.856v.374a5.413,5.413,0,0,1-2.244,4.573A9.921,9.921,0,0,1,16.592,0H2.652V-22.3H15.946a10.356,10.356,0,0,1,6.1,1.547,5.027,5.027,0,0,1,2.159,4.335v.374A5.22,5.22,0,0,1,21.726-11.424ZM7.752-17.85v4.488h8.16q3.162,0,3.162-2.074v-.34a1.736,1.736,0,0,0-.8-1.547,4.243,4.243,0,0,0-2.329-.527ZM19.72-7q0-2.108-3.2-2.108H7.752v4.658h8.772a4.113,4.113,0,0,0,2.363-.578,1.871,1.871,0,0,0,.833-1.632ZM49.164-22.3v4.488H34.442v4.42H48.484v4.454H34.442v4.454H49.164V0H29.342V-22.3ZM77.078-.782V0h-5.1l-2.04-4.624H58.786L56.746,0h-5.1V-.782L61.54-22.3h5.644ZM68-9.044l-3.638-8.3-3.638,8.3ZM102.646-22.3V0h-4.9L85-15.13V0H80.1V-22.3H85l12.75,15.1V-22.3Zm19.448,0a9.4,9.4,0,0,1,6.222,1.9,6.42,6.42,0,0,1,2.278,5.2v.374a6.458,6.458,0,0,1-2.278,5.236,9.4,9.4,0,0,1-6.222,1.9H113.05V0h-5.1V-22.3Zm-.136,10.1a4.2,4.2,0,0,0,2.55-.663,2.291,2.291,0,0,0,.884-1.955V-15.2a2.254,2.254,0,0,0-.884-1.921,4.2,4.2,0,0,0-2.55-.663H113.05v5.576ZM146.982.408a16.435,16.435,0,0,1-7-1.394,10.728,10.728,0,0,1-4.641-3.978,10.943,10.943,0,0,1-1.649-6.018v-.306a10.943,10.943,0,0,1,1.649-6.018,10.82,10.82,0,0,1,4.658-4,16.293,16.293,0,0,1,6.987-1.411,16.265,16.265,0,0,1,7,1.411,10.726,10.726,0,0,1,4.624,4,11.029,11.029,0,0,1,1.632,6.018v.306a11.029,11.029,0,0,1-1.632,6.018,10.617,10.617,0,0,1-4.624,3.978A16.435,16.435,0,0,1,146.982.408Zm0-4.726a9.216,9.216,0,0,0,6-1.7,5.99,5.99,0,0,0,2.057-4.9v-.408a6.044,6.044,0,0,0-2.091-4.93,9.113,9.113,0,0,0-5.967-1.734,9.172,9.172,0,0,0-6,1.734,6.044,6.044,0,0,0-2.091,4.93v.408a5.945,5.945,0,0,0,2.091,4.9A9.3,9.3,0,0,0,146.982-4.318ZM169.626-22.3V-4.59h15.13V0h-20.23V-22.3Zm38.08,0v4.488H192.984v4.42h14.042v4.454H192.984v4.454h14.722V0H187.884V-22.3Z' transform='translate(-2.652 22.712)' fill='%23000'/%3E%3C/svg%3E%0A") no-repeat;
}
footer .ico_insta {
  display: block;
  width: 25px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 49.062 48.186'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='square_29' data-name='square 29' width='49.062' height='48.186' transform='translate(0 0)' fill='%23000'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='sns' transform='translate(-57.001 -1514)'%3E%3Cg id='Instagram_svg' data-name='Instagram svg' transform='translate(57.001 1514)' clip-path='url(%23clip-path)'%3E%3Cpath id='path_29' data-name='path 29' d='M14.411.173A17.942,17.942,0,0,0,8.444,1.328,12.038,12.038,0,0,0,4.092,4.173a12.049,12.049,0,0,0-2.829,4.36A18.073,18.073,0,0,0,.131,14.506C.016,17.125-.01,17.967,0,24.647s.042,7.517.169,10.141a17.981,17.981,0,0,0,1.155,5.967,12.05,12.05,0,0,0,2.845,4.351,12.038,12.038,0,0,0,4.363,2.829,18.058,18.058,0,0,0,5.972,1.132c2.618.115,3.461.141,10.139.128s7.519-.042,10.142-.167a18,18,0,0,0,5.965-1.155,12.572,12.572,0,0,0,7.179-7.208,17.993,17.993,0,0,0,1.132-5.97c.115-2.626.142-3.464.129-10.143s-.043-7.516-.167-10.14a17.966,17.966,0,0,0-1.155-5.969,12.076,12.076,0,0,0-2.845-4.351,12,12,0,0,0-4.362-2.828A18,18,0,0,0,34.693.133C32.074.02,31.232-.009,24.551,0S17.034.045,14.411.173ZM14.7,44.641A13.651,13.651,0,0,1,10.13,43.8,7.659,7.659,0,0,1,7.3,41.97a7.577,7.577,0,0,1-1.845-2.825A13.623,13.623,0,0,1,4.6,34.578c-.122-2.592-.148-3.37-.162-9.938S4.446,17.3,4.56,14.7A13.613,13.613,0,0,1,5.4,10.135,7.617,7.617,0,0,1,7.231,7.3a7.593,7.593,0,0,1,2.825-1.845A13.621,13.621,0,0,1,14.621,4.6c2.594-.123,3.371-.148,9.938-.162s7.346.01,9.941.124a13.6,13.6,0,0,1,4.567.836A7.607,7.607,0,0,1,41.9,7.236a7.591,7.591,0,0,1,1.846,2.826,13.552,13.552,0,0,1,.855,4.564c.123,2.594.152,3.372.163,9.938s-.011,7.346-.125,9.938a13.668,13.668,0,0,1-.836,4.57,8.147,8.147,0,0,1-4.661,4.677,13.625,13.625,0,0,1-4.564.856c-2.594.122-3.371.148-9.94.162s-7.344-.012-9.938-.124M34.751,11.452a2.952,2.952,0,1,0,.861-2.088A2.952,2.952,0,0,0,34.751,11.452ZM11.968,24.624A12.631,12.631,0,1,0,24.574,11.968,12.63,12.63,0,0,0,11.968,24.624Zm4.431-.009a8.2,8.2,0,1,1,.63,3.137A8.2,8.2,0,0,1,16.4,24.615Z' transform='translate(-0.352 -0.229)' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
}
footer .btn_top {
  position: absolute;
  top: 40px;
  right: 20px;
  border: 0;
  padding-right: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #111;
}
footer .btn_top {
  position: absolute;
}
footer .btn_top:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg id='ic_forward_40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect id='square_637' data-name='square 637' width='40' height='40' fill='none'/%3E%3Cpath id='path_57' data-name='path 57' d='M-19903.479-21989.621l12.566,12.564-12.566,12.572' transform='translate(19917.912 21997.053)' fill='none' stroke='%23000' stroke-width='4'/%3E%3C/svg%3E%0A") no-repeat;
  transform: rotate(270deg);
}

/*****  main Visual *****/
.visualArea .section {
  position: relative;
}
.visualArea .section .srcArea {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 100vh;
}
.visualArea .section .srcArea > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transform: translateY(-50%);
  transition: 0.5s transform;
}
.visualArea .section .srcArea > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 0.6666666667;
  transform: translateY(-50%);
  transition: 0.5s transform;
}
@supports not (aspect-ratio: 0.6666666667) {
  .visualArea .section .srcArea > video::before {
    content: "";
    float: left;
    padding-top: calc((1.5 / 1) * 100%);
  }
  .visualArea .section .srcArea > video::after {
    content: "";
    display: block;
    clear: both;
  }
}
.visualArea .section:nth-child(2n+1) .textArea {
  align-items: flex-end;
  text-align: right;
}
.visualArea .section:nth-child(2n) .textArea {
  align-items: flex-start;
}
.visualArea .section .fp-slide {
  position: relative;
}
.visualArea .section .mainSwiper {
  height: 100%;
}
.visualArea .section:not(.fp-auto-height) .textArea {
  position: absolute;
  top: 40%;
  transform: translateY(0);
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
  transition: 0.5s all cubic-bezier(0.41, 0.02, 0.69, 1);
  opacity: 0;
}
.visualArea .section:not(.fp-auto-height) .textArea .title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.visualArea .section:not(.fp-auto-height) .textArea .copy {
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}
.visualArea .section:not(.fp-auto-height) .textArea .moreBtn {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
}
.visualArea .section:not(.fp-auto-height):nth-of-type(3) .textArea {
  top: 35%;
}
.visualArea .section:not(.fp-auto-height):nth-of-type(3).active .textArea {
  top: 25%;
}
.visualArea .section:not(.fp-auto-height):nth-of-type(4) .textArea {
  top: 70%;
}
.visualArea .section:not(.fp-auto-height):nth-of-type(4).active .textArea {
  top: 60%;
}
.visualArea .section:not(.fp-auto-height).prev .srcArea > div, .visualArea .section:not(.fp-auto-height).prev .srcArea > video {
  transform: translateY(50%);
}
.visualArea .section:not(.fp-auto-height).prev .textArea {
  top: 30%;
}
.visualArea .section:not(.fp-auto-height).prev:nth-of-type(5) .srcArea > div, .visualArea .section:not(.fp-auto-height).prev:nth-of-type(5) .srcArea > video {
  transform: translateY(0);
}
.visualArea .section:not(.fp-auto-height).active .srcArea > div, .visualArea .section:not(.fp-auto-height).active .srcArea > video {
  transform: translateY(0);
}
.visualArea .section:not(.fp-auto-height).active .textArea {
  top: 30%;
  opacity: 1;
}
.visualArea .section:not(.fp-auto-height).hero_banner .textArea {
  top: 70%;
  align-items: flex-start;
  text-align: left;
  transform: translateY(-50%);
}
.visualArea .section:not(.fp-auto-height).reset .srcArea > div, .visualArea .section:not(.fp-auto-height).reset .srcArea > video {
  transform: translateY(0) !important;
  transition: 0.2s transform;
}
.visualArea .hero_banner .mainSwiper .swiper-slide .textArea .title {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: 0.5s 0.2s all ease-in-out;
}
.visualArea .hero_banner .mainSwiper .swiper-slide .textArea .copy {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: 0.5s 0.4s all ease-in-out;
}
.visualArea .hero_banner .mainSwiper .swiper-slide .textArea .moreBtn {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: 0.5s 0.6s all ease-in-out;
}
.visualArea .hero_banner .mainSwiper .swiper-slide-active .textArea .title {
  opacity: 1;
  top: 0;
}
.visualArea .hero_banner .mainSwiper .swiper-slide-active .textArea .copy {
  opacity: 1;
  top: 0;
}
.visualArea .hero_banner .mainSwiper .swiper-slide-active .textArea .moreBtn {
  opacity: 1;
  top: 0;
}
.visualArea .hero_banner .mainSwiper .swiper-pagination {
  padding: 0 20px;
  text-align: left;
  bottom: 20px;
}
.visualArea .hero_banner .mainSwiper .swiper-pagination-bullet {
  margin-right: 6px;
  width: 4px;
  height: 100%;
  border-radius: 0;
  background: none;
  opacity: 1;
  font-size: 0;
  vertical-align: middle;
}
.visualArea .hero_banner .mainSwiper .swiper-pagination-bullet {
  position: relative;
}
.visualArea .hero_banner .mainSwiper .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 2px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.visualArea .hero_banner .mainSwiper .swiper-pagination-bullet-active {
  width: 4px;
  opacity: 1;
  font-size: 15px;
  color: #fff;
}
.visualArea .hero_banner .mainSwiper .swiper-pagination-bullet-active:after {
  display: none;
}

/***** button *****/
.btnArea {
  display: flex;
  gap: 20px;
  margin-top: 90px;
  padding: 0 20px;
  justify-content: center;
}

.btnTypeA {
  padding: 16px 20px;
  background: #000000;
  border: 1px solid #000;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.btnTypeB {
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.btnTypeC {
  padding: 8px 12px;
  border: 1px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.btn_sep {
  justify-content: space-between;
}

.btn_full {
  flex: 1;
}

.btn_sl {
  font-style: italic;
}

/*****  list *****/
.listTypeA > .title {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
}
.listTypeA ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.listTypeA ul li {
  transform: translateY(30px);
  opacity: 0;
}

.listArea h3 {
  padding: 20px 0;
  font-size: 17px;
  text-align: center;
  color: #444;
  font-weight: 500;
}
.listArea .listTypeB ul li {
  padding-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
}
.listArea .listTypeB ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.listArea .listTypeB ul li:last-of-type::after, .listArea .listTypeB ul li:last-of-type::before {
  display: none;
}
.listArea .listTypeB ul li a {
  display: flex;
  flex-flow: column;
}
.listArea .listTypeB ul li a img {
  border: 1px solid #efefef;
  object-fit: cover;
  height: calc((100vw - 40px) / 56 * 69);
  max-height: 911.7857142857px;
}
.listArea .listTypeB ul li a strong {
  margin-top: 20px;
  font-size: 19px;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  word-break: break-word;
}
.listArea .listTypeB ul li a p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 22px;
}

/*****  swiper 슬라이드  *****/
.swiperTypeA {
  width: 100%;
}
.swiperTypeA a.imgCont {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.swiperTypeA .swiper-pagination {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  padding: 6px 26px 6px 12px;
  width: auto;
  background: rgba(0, 0, 0, 0.3);
  border-top-left-radius: 6px;
  color: #ccc;
  font-size: 12px;
  letter-spacing: -1.2px;
  line-height: 1;
}
.swiperTypeA .swiper-pagination span {
  font-size: 12px;
}
.swiperTypeA .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.swiperTypeA .swiper-button-next {
  color: #fff;
  width: 10px;
  height: 10px;
  top: auto;
  bottom: 7px;
  right: 8px;
  z-index: 12;
}
.swiperTypeA .swiper-button-next:after {
  font-size: 10px;
}

.swiperTypeB {
  width: 100%;
}
.swiperTypeB .swiper-slide {
  display: flex;
  flex-direction: column;
}
.swiperTypeB a.imgCont {
  width: 100%;
  height: calc((100vw - 40px) * 0.8725);
  max-height: 680.55px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cut {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cut1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cut2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 페이징 */
.paging {
  margin-top: 120px;
}
.paging ul {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.paging li {
  flex: 1;
}
.paging li a {
  display: flex;
  flex-flow: column;
  color: #111;
}
.paging li a .ico_arrow {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='ic_previous_40' transform='translate(737.5 6311.016) rotate(180)'%3E%3Cg id='group_762' data-name='group 762' transform='translate(733.512 6280.016) rotate(90)'%3E%3Cpath id='path_99' data-name='path 99' d='M0,10.554,11.169,0,22.34,10.554' fill='none' stroke='%23144835' stroke-width='4'/%3E%3Cpath id='path_100' data-name='path 100' d='M0,0V32.024' transform='translate(11.17)' fill='none' stroke='%23144835' stroke-width='4'/%3E%3C/g%3E%3Crect id='square_19799' data-name='square 19799' width='40' height='40' transform='translate(697.5 6271.016)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center/100%;
}
.paging li a span {
  font-weight: 600;
  margin-bottom: 16px;
}
.paging li a strong {
  margin-top: 14px;
  overflow-wrap: anywhere;
}
.paging li a .thumb {
  width: 100%;
}
.paging li a img {
  width: 100%;
  height: calc((100vw - 40px - 24px) / 2);
  max-height: 358px;
  object-fit: cover;
  border: 1px solid #efefef;
}
.paging li.prev a {
  align-items: flex-start;
}
.paging li.next a {
  align-items: flex-end;
}
.paging li.next .ico_arrow {
  transform: rotate(180deg);
}
.paging li.next strong {
  align-self: flex-start;
}

#wrapper[role=collabo] .paging,
#wrapper[role=mastery] #masteryDetail .paging {
  padding: 0 20px;
}

.popupWrap {
  display: none;
}

.bgLayer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 200;
}

.pop_bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  z-index: 210;
}

.pop_center {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 780px;
  transform: translate(-50%, -50%);
  z-index: 210;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.errorWrap main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 50px);
  padding: 0 20px;
  background-image: url("/images/etc/error.jpg");
  background-size: 100% auto;
}
.errorWrap main .content p {
  margin: 28px 0 120px;
  text-align: center;
}
.errorWrap main .content p strong {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.errorWrap main .content p span {
  font-size: 13px;
}

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