/*** reset ***/
html {
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

html, body {
  height: 100%;
  min-height: 100%;
  background: #fff;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  font-family: "NanumSquare", "NanumSquareNeo", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
  word-break: keep-all;
}

body, div, ul, ol, li, dl, dt, dd, p, strong, span, em, a, table, th, td, caption, input, button, textarea, label, form, legend, fieldset, select, hr, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  background: none;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

*, :after, :before {
  box-sizing: border-box;
  vertical-align: top;
}

header, footer, nav {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  vertical-align: middle;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  color: #222;
}

select, button {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

i, em {
  font-style: normal;
}

iframe {
  border: none;
  outline: none;
}

textarea {
  resize: vertical;
}

textarea ul,
textarea ol {
  list-style: disc;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

input, textarea, button, select {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

textarea {
  display: block;
  width: 100%;
  height: 150px;
  overflow-y: auto;
  padding: 8px;
  resize: vertical;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
}

::placeholder {
  color: #aaa;
  font-weight: 300;
}

/*** common ***/
.hide {
  display: none;
}

.mo {
  display: none;
}

.sound_only,
.blind {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0.1;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.block {
  display: block !important;
}

.ib {
  display: inline-block;
}

.ellip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

[class*=ellip]:not(.ellip) {
  overflow: hidden;
  text-overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ellip2 {
  -webkit-line-clamp: 2;
}

.ellip3 {
  -webkit-line-clamp: 3;
}

.indent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.neo {
  font-family: "NanumSquareNeo", "NanumSquare", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
}

.round {
  font-family: "NanumSquareRound", "NanumSquareNeo", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
}

@keyframes fadeup {
  0% {
    transform: translateY(1em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.ft_link {
  font-size: 1rem;
}
.ft_link .list_link {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ft_link .list_link .list {
  display: flex;
}
.ft_link .list_link .list li + li {
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
}
.ft_link .list_link .list li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: #C1C7CE;
  content: "";
}
.ft_link .list_link .list a {
  display: block;
  position: relative;
}
.ft_link .list_link .list a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s;
  content: "";
}
.ft_link .list_link .list a:hover:after {
  width: 100%;
}
.ft_link .list_link .list_sns {
  display: flex;
  gap: 12px;
}
.ft_link .list_link .list_sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.ft_link .copyright {
  display: block;
  margin-top: 12px;
  font-size: 0.875em;
}
.ft_link .link_adm {
  display: inline-block;
  margin-top: 4px;
  font-size: 0;
  width: 40px;
  height: 20px;
}

.list_contact li + li {
  margin-top: 1.5rem;
}
.list_contact .tit {
  display: block;
  font-size: 0.875rem;
  color: #555;
  font-weight: 400;
}
.list_contact .conts {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .list_contact .tit {
    font-size: 13px;
  }
  .list_contact .conts {
    font-size: 1.1rem;
  }
}

/*** layout ***/
body.showMenu {
  overflow: hidden;
  max-height: 100vh;
  height: 100dvh;
}
body.showMenu #header .btn_menu:before, body.showMenu #header .btn_menu:after {
  margin: -1px 0 0 -9px;
  background-color: #000 !important;
}
body.showMenu #header .btn_menu:before {
  transform: rotate(45deg);
}
body.showMenu #header .btn_menu:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  body.showMenu #header .tit_pg {
    display: none;
  }
}

#wrap {
  width: 100%;
  overflow: hidden;
}

[class*=wfix] {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.wfix_w {
  max-width: none;
  padding: 0 80px;
}

.wfix_n {
  max-width: 1100px;
}

@media screen and (max-width: 1480px) {
  html {
    font-size: 0.875rem;
  }
  [class*=wfix] {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  [class*=wfix] {
    padding: 0 20px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.5s;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  transition: 0.5s;
}
#header #h1, #header .tit_pg {
  transition: 0.5s;
}
#header #h1 img {
  height: 1.875rem;
}
#header .tit_pg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: bold;
}
#header [class^=btn] {
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  background: #fff;
  font-size: 0;
}
#header .btn_menu:before, #header .btn_menu:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  background: #000;
  transition: 0.3s;
  content: "";
}
#header .btn_menu:before {
  margin-top: -6px;
}
#header .btn_menu:after {
  margin-top: 4px;
}
#header .btn_back {
  display: none;
}
#header .btn_back:before, #header .btn_back:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 20px;
  margin: -10px 0 0 -6px;
  background: url(../img/icon_back.svg) no-repeat center/contain;
  content: "";
}
#header .btn_back:after {
  margin-left: 32px;
  transition: 0.6s;
}
#header.narrow .inner {
  height: 80px;
}
#header.narrow #h1, #header.narrow .tit_pg {
  opacity: 0;
}
#header.white:not(.narrow) {
  color: #fff;
}
#header.white:not(.narrow) #h1 img {
  filter: invert(100%) sepia(3%) saturate(11%) hue-rotate(138deg) brightness(104%) contrast(100%);
}
@media screen and (max-width: 1480px) {
  #header .inner {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  #header #h1 img {
    height: 22px;
  }
  #header .tit_pg {
    position: relative;
    top: auto;
    left: auto;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  #header .inner {
    height: 64px !important;
  }
  #header #h1 img {
    height: 18px;
  }
  #header .tit_pg {
    position: absolute;
    bottom: -0.2em;
    left: 20px;
    font-size: 0.9rem;
    font-weight: 500;
  }
  #header [class^=btn] {
    border: none;
    background: none;
    margin-right: -12px;
  }
  #header.narrow {
    background: rgba(255, 255, 255, 0.8);
  }
  #header.narrow .inner {
    height: 52px !important;
  }
  #header.narrow .tit_pg {
    display: none;
  }
  #header.narrow #h1, #header.narrow .tit_pg {
    opacity: 1;
  }
  #header.white:not(.narrow) .btn_menu:before, #header.white:not(.narrow) .btn_menu:after {
    background: #fff;
  }
  #header.white:not(.narrow) .btn_back {
    filter: invert(100%) sepia(3%) saturate(11%) hue-rotate(138deg) brightness(104%) contrast(100%);
  }
}

#wrap.portfolio #header .btn_menu {
  display: none;
}
#wrap.portfolio #header .btn_back {
  display: block;
  overflow: hidden;
}
@keyframes flowBackArrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-38px);
  }
}
@media screen and (min-width: 1400px) {
  #wrap.portfolio #header .btn_back:hover:before {
    opacity: 0;
  }
  #wrap.portfolio #header .btn_back:hover:after {
    animation: flowBackArrow 0.6s 0s forwards;
  }
}

.allMenu {
  padding: 150px 0;
  background: #fff;
}
.allMenu .inner {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.allMenu .information {
  padding-top: 40px;
}
.allMenu .information .wfix_n {
  display: flex;
  justify-content: space-between;
}
.allMenu .information .menu a {
  display: inline-block;
  font-family: "NanumSquareNeo", "NanumSquare", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
  font-size: 6.25rem;
  font-weight: 800;
  color: #B1B3B6;
  transition: 0.4s;
}
@media screen and (min-width: 1400px) {
  .allMenu .information .menu a:hover {
    transform: scale(1.22);
    color: #000;
    font-weight: 900;
  }
}
.allMenu .information .wrap_info .item + .item {
  margin-top: 44px;
}
.allMenu .information .wrap_info .tit_item {
  display: block;
  font-size: 1.875rem;
}
.allMenu .information .wrap_info .conts_item {
  margin-top: 8px;
  font-size: 0.875rem;
}
.allMenu .map_area iframe {
  width: 100%;
  height: 22rem;
}
.allMenu .ft_link {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .allMenu {
    padding-bottom: 40px;
  }
  .allMenu .inner {
    gap: 52px;
  }
  .allMenu .information .wfix_n {
    gap: 80px 24px;
    flex-wrap: wrap;
  }
  .allMenu .information .menu a {
    font-size: 10vw;
  }
  .allMenu .information .wrap_info .item + .item {
    margin-top: 32px;
  }
  .allMenu .information .wrap_info .conts_item {
    font-size: 13px;
  }
  .allMenu .ft_link {
    padding-top: 20px;
  }
  .allMenu .ft_link .list_link .list {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .allMenu .information .menu li + li {
    margin-top: 0.2rem;
  }
  .allMenu .information .menu a {
    font-size: 48px;
  }
}

#allMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  padding: 150px 0 0;
  z-index: 9;
  transform: translateY(-100%);
  transition: 0.5s;
  overflow-y: hidden;
}
#allMenu .information .menu li {
  transform: translateY(1em);
  opacity: 0;
}
#allMenu .information .wrap_info .item {
  transform: translateY(1em);
  opacity: 0;
}
#allMenu.active {
  transform: translateY(0);
  overflow-y: auto;
  z-index: 99;
}
#allMenu.active .information .menu li:nth-child(1) {
  animation: fadeup 1s 0.2s forwards;
}
#allMenu.active .information .menu li:nth-child(2) {
  animation: fadeup 1s 0.4s forwards;
}
#allMenu.active .information .menu li:nth-child(3) {
  animation: fadeup 1s 0.6s forwards;
}
#allMenu.active .item:first-child {
  animation: fadeup 1s 0.2s forwards;
}
#allMenu.active .item + .item {
  animation: fadeup 1s 0.4s forwards;
}
@media screen and (max-width: 1480px) {
  #allMenu {
    padding-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  #allMenu {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}

#container {
  min-height: calc(100vh - 363px);
  min-height: calc(100dvh - 363px);
  padding-top: 150px;
}
@media screen and (max-width: 1480px) {
  #container {
    padding-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 64px;
  }
}

#menu {
  padding-top: 20px;
}
#menu li + li {
  margin-top: 4px;
}
#menu a {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 800;
}
#menu a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ED1C24;
  transition: 0.3s;
  content: "";
}
#menu a:hover:after {
  width: 100%;
}

#footer {
  padding: 7.5rem 0 3.75rem;
  background-color: #fff;
}
#footer .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#footer .list_contact {
  font-family: "NanumSquareRound", "NanumSquareNeo", "NanumSquare", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
}
#footer .list_contact .conts {
  font-size: 1.0625rem;
}
#footer .ft_address {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0;
  }
  #footer .inner {
    display: block;
    position: relative;
    padding-bottom: 40px;
    text-align: center;
  }
  #footer .list_link {
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }
  #footer .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
  }
  #footer .ft_contact {
    padding: 32px 0 16px;
  }
  #footer .list_contact li + li {
    margin-top: 16px;
  }
  #footer .list_contact .tit {
    font-size: 12px;
    margin-bottom: 4px;
  }
  #footer .ft_address {
    position: relative;
    padding-bottom: 32px;
  }
  #footer .ft_address br {
    display: none;
    font-size: 0;
  }
}

#wing {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: fixed;
  top: 150px;
  right: 80px;
  height: 250px;
  z-index: 9;
}
#wing .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 46px;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
}
#wing .link:first-child {
  flex-grow: 1;
  justify-content: space-between;
  min-height: 140px;
  padding: 6px;
}
#wing .link_contact {
  padding-bottom: 10px;
}
#wing .link_contact .txt {
  width: 16px;
}
#wing .link_kakao {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
}
#wing .link_kakao img {
  width: 32px;
  filter: invert(100%) sepia(7%) saturate(5493%) hue-rotate(144deg) brightness(128%) contrast(110%);
  opacity: 0.7;
}
@media screen and (max-width: 1480px) {
  #wing {
    top: 110px;
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #wing {
    top: auto;
    bottom: 40px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    overflow: hidden;
    transition: 0.3s;
  }
  #wing.active {
    height: 240px;
  }
}

.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots li {
  display: inline-block;
}