@charset "UTF-8";
/* viewport size */
/* vw 변환 function */
/* font */
@font-face {
  font-family: "SamsungOneKoreanOTF";
  font-style: "normal";
  font-weight: 500;
  src: url("/asset/font/SamsungOneKoreanOTF 500.otf") format("opentype");
}
@font-face {
  font-family: "SamsungOneKoreanOTF";
  font-style: "normal";
  font-weight: 600;
  src: url("/asset/font/SamsungOneKoreanOTF 600.otf") format("opentype");
}
@font-face {
  font-family: "SamsungOneKoreanOTF";
  font-style: "normal";
  font-weight: 700;
  src: url("/asset/font/SamsungOneKoreanOTF 700.otf") format("opentype");
}
@font-face {
  font-family: "KoPubBatang";
  font-style: "normal";
  font-weight: 400;
  src: url("/asset/font/KoPub Batang Light.ttf") format("truetype");
}
@font-face {
  font-family: "KoPubBatang";
  font-style: "normal";
  font-weight: 700;
  src: url("/asset/font/KoPub Batang Medium.ttf") format("truetype");
}
/* common */
.blind {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.only-pc {
  display: block !important;
}

.only-mo {
  display: none !important;
}

.only-tb {
  display: none !important;
}

.only-fd {
  display: none !important;
}

img {
  width: 100%;
}

body {
  overflow: hidden visible;
}

#wrap {
  width: 100%;
}

sup {
  vertical-align: super;
  font: inherit;
  font-size: 0.6em;
  color: inherit;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #000;
}
.header .inner1920 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
}
.header .inner1920::before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.header .inner1920.open::before {
  display: block;
}
.header .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .icon-box .icon {
  display: block;
}
.header h1 {
  position: relative;
  font-family: "KoPubBatang";
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
.header h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  background: url("/asset/img/common/header/sub-title-bar.png") no-repeat center center/cover;
}
.header h1 span {
  position: relative;
  z-index: 1;
  font: inherit;
  line-height: inherit;
  color: inherit;
}
.header .menu-wrap {
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  background: #fff;
  transition: 0.5s;
}
.header .menu-wrap.open {
  right: 0;
}
.header .menu-home {
  border-left: none;
  border-right: none;
}
.header .menu-home .menu-icon-home {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.header .menu-home .menu-icon-home img {
  display: block;
}
.header .menu-box:last-child {
  border: none;
}
.header .menu-box h2 {
  position: relative;
  display: inline-block;
  letter-spacing: -0.02em;
}
.header .menu-box h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  background: #848484;
}
.header .menu-box h2 a {
  font: inherit;
  line-height: inherit;
  color: inherit;
}
.header .menu-box .nav .gnb > li {
  display: flex;
  align-items: flex-start;
}
.header .menu-box .nav .gnb > li:last-child {
  margin-bottom: 0;
}
.header .menu-box .nav .gnb > li h3 {
  position: relative;
  display: block;
  font-family: "KoPubBatang";
  letter-spacing: -0.02em;
  color: #111;
}
.header .menu-box .nav .gnb > li h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  min-width: 100%;
  background: url("/asset/img/common/header/nav-title-bar.png") no-repeat center center/cover;
}
.header .menu-box .nav .gnb > li h3 a {
  position: relative;
  z-index: 1;
  font: inherit;
  line-height: inherit;
  color: inherit;
}
.header .menu-box .nav .gnb > li ul {
  flex: 1;
}
.header .menu-box .nav .gnb > li ul li {
  display: flex;
  align-items: center;
}
.header .menu-box .nav .gnb > li ul li a {
  letter-spacing: -0.02em;
}
.header .menu-box .nav .gnb > li ul li.on a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #111;
  font-weight: 700;
}
.header .menu-box .nav .gnb > li ul li.on a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  background: url("/asset/img/common/header/icon-check.png") no-repeat center/cover;
}
.header .menu-language {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #f1f1f5;
}
.header .menu-language ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .menu-language ul li .language {
  position: relative;
  color: #3d3d3d;
}
.header .menu-language ul li .language::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: #999;
}
.header .menu-language ul li.on .language {
  color: #000;
  font-weight: 700;
}
.header .menu-language ul li:last-child .language::after {
  display: none;
}
.header .icon-menu_close {
  position: absolute;
}

/* footer */
.footer {
  background: #fff;
}
.footer .inner1920 {
  position: relative;
  width: 100%;
  margin: auto;
}
.footer .copyright {
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
}
.footer .top-btn {
  position: fixed;
  display: block;
  border-radius: 50%;
  background: url("/asset/img/common/footer/icon-top.png") no-repeat center/cover;
}

/*** 데스크탑 ***/
@media screen and (min-width: 1920px) {
  /* common */
  .contents {
    padding-top: 64px;
  }
  /* header */
  .header .inner1920 {
    max-width: 1920px;
    height: 64px;
    padding: 0 54px;
  }
  .header .icon-box {
    gap: 0 24px;
  }
  .header .icon-box .icon {
    width: 26px;
    height: 26px;
  }
  .header h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .header h1::before {
    width: 300px;
    height: 10px;
  }
  .header .menu-wrap {
    width: 668px;
  }
  .header .menu-top {
    padding: 28px 0;
  }
  .header .menu-home {
    width: 470px;
    margin-left: 64px;
    padding: 12px 0;
    border: 2px solid #e5e5ec;
    border-left: none;
    border-right: none;
  }
  .header .menu-home .menu-icon-home {
    gap: 0 22px;
    font-size: 16px;
    line-height: 25px;
  }
  .header .menu-home .menu-icon-home img {
    width: 24px;
  }
  .header .menu-area {
    width: 470px;
    margin-left: 64px;
  }
  .header .menu-box {
    padding: 16px 0;
    border-bottom: 2px solid #e5e5ec;
  }
  .header .menu-box:last-child {
    border: none;
  }
  .header .menu-box h2 {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }
  .header .menu-box h2::before {
    right: -10px;
    width: 1px;
  }
  .header .menu-box .nav .gnb > li {
    gap: 0 52px;
    margin-bottom: 20px;
  }
  .header .menu-box .nav .gnb > li:last-child {
    margin-bottom: 0;
  }
  .header .menu-box .nav .gnb > li h3 {
    width: 200px;
    margin-top: 6px;
    font-size: 24px;
    line-height: 36px;
  }
  .header .menu-box .nav .gnb > li h3::before {
    height: 33px;
  }
  .header .menu-box .nav .gnb > li ul {
    padding-top: 4px;
  }
  .header .menu-box .nav .gnb > li ul li {
    padding: 8px 0;
  }
  .header .menu-box .nav .gnb > li ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .header .menu-box .nav .gnb > li ul li.on a {
    gap: 0 10px;
  }
  .header .menu-box .nav .gnb > li ul li.on a::before {
    left: -30px;
    width: 26px;
    height: 26px;
  }
  .header .menu-language {
    gap: 0 10px;
    height: 50px;
    padding: 13px 64px;
  }
  .header .menu-language img {
    width: 24px;
  }
  .header .menu-language ul {
    gap: 0 48px;
  }
  .header .menu-language ul li .language {
    font-size: 16px;
    line-height: 26px;
  }
  .header .menu-language ul li .language::after {
    right: -24px;
    width: 2px;
    height: 14px;
  }
  .header .menu-language ul li:last-child .language::after {
    display: none;
  }
  .header .icon-menu_close {
    top: 33px;
    right: 54px;
    width: 40px;
  }
  /* footer */
  .footer .inner1920 {
    max-width: 1920px;
    padding: 40px 0 68px;
  }
  .footer .copyright {
    font-size: 20px;
    line-height: 32px;
  }
  .footer .top-btn {
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
  }
}
/*** 태블릿 ***/
@media screen and (min-width: 841px) and (max-width: 1919px) {
  /* common */
  .contents {
    padding-top: 3.3333333333vw;
  }
  /* header */
  .header .inner1920 {
    max-width: 100vw;
    height: 3.3333333333vw;
    padding: 0vw 2.8125vw;
  }
  .header .icon-box {
    gap: 0vw 1.25vw;
  }
  .header .icon-box .icon {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
  .header h1 {
    font-size: 1.25vw;
    line-height: 1.3020833333vw;
  }
  .header h1::before {
    width: 15.625vw;
    height: 0.5208333333vw;
  }
  .header .menu-wrap {
    width: 34.7916666667vw;
  }
  .header .menu-top {
    padding: 1.4583333333vw 0vw;
  }
  .header .menu-home {
    width: 24.4791666667vw;
    margin-left: 3.3333333333vw;
    padding: 0.625vw 0vw;
    border: 0.1041666667vw solid #e5e5ec;
    border-left: none;
    border-right: none;
  }
  .header .menu-home .menu-icon-home {
    gap: 0vw 1.1458333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
  }
  .header .menu-home .menu-icon-home img {
    width: 1.25vw;
  }
  .header .menu-area {
    width: 24.4791666667vw;
    margin-left: 3.3333333333vw;
  }
  .header .menu-box {
    padding: 0.8333333333vw 0vw;
    border-bottom: 0.1041666667vw solid #e5e5ec;
  }
  .header .menu-box:last-child {
    border: none;
  }
  .header .menu-box h2 {
    margin-bottom: 0.2083333333vw;
    font-size: 0.7291666667vw;
    line-height: 1.1458333333vw;
  }
  .header .menu-box h2::before {
    right: -0.5208333333vw;
    width: 0.0520833333vw;
  }
  .header .menu-box .nav .gnb > li {
    gap: 0vw 2.7083333333vw;
    margin-bottom: 1.0416666667vw;
  }
  .header .menu-box .nav .gnb > li:last-child {
    margin-bottom: 0;
  }
  .header .menu-box .nav .gnb > li h3 {
    width: 10.4166666667vw;
    margin-top: 0.3125vw;
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
  .header .menu-box .nav .gnb > li h3::before {
    height: 1.71875vw;
  }
  .header .menu-box .nav .gnb > li ul {
    padding-top: 0.2083333333vw;
  }
  .header .menu-box .nav .gnb > li ul li {
    padding: 0.4166666667vw 0vw;
  }
  .header .menu-box .nav .gnb > li ul li a {
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
  }
  .header .menu-box .nav .gnb > li ul li.on a {
    gap: 0vw 0.5208333333vw;
  }
  .header .menu-box .nav .gnb > li ul li.on a::before {
    left: -1.5625vw;
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
  .header .menu-language {
    gap: 0vw 0.5208333333vw;
    height: 2.6041666667vw;
    padding: 0.6770833333vw 3.3333333333vw;
  }
  .header .menu-language img {
    width: 1.25vw;
  }
  .header .menu-language ul {
    gap: 0vw 2.5vw;
  }
  .header .menu-language ul li .language {
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }
  .header .menu-language ul li .language::after {
    right: -1.25vw;
    width: 0.1041666667vw;
    height: 0.7291666667vw;
  }
  .header .menu-language ul li:last-child .language::after {
    display: none;
  }
  .header .icon-menu_close {
    top: 1.71875vw;
    right: 2.8125vw;
    width: 2.0833333333vw;
  }
  /* footer */
  .footer .inner1920 {
    max-width: 100vw;
    padding: 2.0833333333vw 0vw 3.5416666667vw;
  }
  .footer .copyright {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
  }
  .footer .top-btn {
    bottom: 2.0833333333vw;
    right: 2.0833333333vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
/*** 태블릿 세로 ***/
@media screen and (min-width: 841px) and (max-width: 1919px) and (orientation: portrait) {
  .only-tb {
    display: block !important;
  }
  #header.header .inner1920 {
    height: 8.8888888889vw;
  }
  #header.header .icon-box {
    gap: 0vw 2.6666666667vw;
  }
  #header.header .icon-box .icon {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  #header.header h1 {
    font-size: 3.1111111111vw;
  }
  #header.header h1::before {
    width: 27.1111111111vw;
    height: 1.7777777778vw;
  }
  #header.header .menu-wrap {
    width: 60.2222222222vw;
  }
  #header.header .menu-top {
    padding: 10.1111111111vw 0vw;
  }
  #header.header .menu-home {
    width: 50vw;
    padding: 1.5555555556vw 0vw;
  }
  #header.header .menu-icon-home {
    gap: 0vw 1vw;
    font-size: 2.2222222222vw;
    line-height: 1.6;
  }
  #header.header .menu-icon-home img {
    width: 2.7777777778vw;
  }
  #header.header .menu-area {
    width: 50vw;
  }
  #header.header .menu-box {
    padding: 5.1111111111vw 0vw;
  }
  #header.header .menu-box h2 {
    margin-bottom: 1.1111111111vw;
    font-size: 2.2222222222vw;
    line-height: 1.5;
  }
  #header.header .menu-box .nav .gnb > li {
    margin-bottom: 6.6666666667vw;
  }
  #header.header .menu-box .nav .gnb > li h3 {
    font-size: 3.7777777778vw;
    line-height: 1.5;
  }
  #header.header .menu-box .nav .gnb > li h3::before {
    height: 2.2222222222vw;
  }
  #header.header .menu-box .nav .gnb > li ul {
    padding-top: 2vw;
  }
  #header.header .menu-box .nav .gnb > li ul li {
    margin-left: 3.7777777778vw;
    padding: 1.5555555556vw 0vw;
  }
  #header.header .menu-box .nav .gnb > li ul li a {
    font-size: 3.1111111111vw;
    line-height: 3.7777777778vw;
  }
  #header.header .menu-box .nav .gnb > li ul li a::before {
    top: 0;
    left: -3.7777777778vw;
    width: 3.7777777778vw;
    height: 3.7777777778vw;
  }
  #header.header .menu-language {
    gap: 0vw 1.3333333333vw;
    height: 9.1111111111vw;
    padding: 2.2222222222vw 5vw 3.3333333333vw;
  }
  #header.header .menu-language img {
    width: 3.5555555556vw;
  }
  #header.header .menu-language ul {
    gap: 0vw 2.6666666667vw;
  }
  #header.header .menu-language ul li .language {
    font-size: 2.2222222222vw;
    line-height: 1.6;
  }
  #header.header .menu-language ul li .language::after {
    right: -1.3333333333vw;
    width: 0.2222222222vw;
    height: 2.3333333333vw;
  }
  #header.header .icon-menu_close {
    top: 3.4444444444vw;
    right: 8vw;
    width: 3.5555555556vw;
  }
}
/*** 모바일 ***/
@media screen and (max-width: 840px), (orientation: portrait) {
  /* common */
  .only-pc {
    display: none !important;
  }
  .only-mo {
    display: block !important;
  }
  body::-webkit-scrollbar {
    width: 5px;
  }
  body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
  }
  body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .contents {
    padding-top: 16.6666666667vw;
  }
  /* header */
  .header .inner1920 {
    max-width: 100vw;
    height: 16.6666666667vw;
    padding: 0vw 5.5555555556vw;
  }
  .header .icon-box {
    gap: 0vw 4.1666666667vw;
  }
  .header .icon-box .icon {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .header h1 {
    font-size: 4.4444444444vw;
    line-height: 4.0277777778vw;
  }
  .header h1::before {
    width: 25vw;
    height: 3.1944444444vw;
  }
  .header .menu-wrap {
    width: 100%;
  }
  .header .menu-top {
    padding: 16.6666666667vw 0vw;
  }
  .header .menu-home {
    width: 88.8888888889vw;
    margin: auto;
    padding: 2.5vw 0vw;
    border: 0.2777777778vw solid #e5e5ec;
    border-left: none;
    border-right: none;
  }
  .header .menu-home .menu-icon-home {
    gap: 0vw 1.25vw;
    font-size: 3.8888888889vw;
    line-height: 6.1111111111vw;
  }
  .header .menu-home .menu-icon-home img {
    width: 5.5555555556vw;
  }
  .header .menu-area {
    width: 88.8888888889vw;
    margin: auto;
  }
  .header .menu-box {
    padding: 11.1111111111vw 0vw;
    border-bottom: 0.2777777778vw solid #e5e5ec;
  }
  .header .menu-box:last-child {
    border: none;
  }
  .header .menu-box h2 {
    margin-bottom: 2.2222222222vw;
    font-size: 3.8888888889vw;
    line-height: 6.1111111111vw;
  }
  .header .menu-box h2::before {
    right: -3.0555555556vw;
    width: 0.2777777778vw;
  }
  .header .menu-box .nav .gnb > li {
    display: block;
    gap: 0;
    margin-bottom: 11.3888888889vw;
  }
  .header .menu-box .nav .gnb > li:last-child {
    margin-bottom: 0;
  }
  .header .menu-box .nav .gnb > li h3 {
    width: 100%;
    font-size: 6.6666666667vw;
    line-height: 10vw;
  }
  .header .menu-box .nav .gnb > li h3::before {
    height: 3.6111111111vw;
  }
  .header .menu-box .nav .gnb > li ul {
    padding-top: 2.7777777778vw;
  }
  .header .menu-box .nav .gnb > li ul li {
    padding: 2.2222222222vw 0vw;
    margin-left: 5.5555555556vw;
  }
  .header .menu-box .nav .gnb > li ul li a {
    font-size: 4.4444444444vw;
    line-height: 6.6666666667vw;
  }
  .header .menu-box .nav .gnb > li ul li.on a {
    gap: 0vw 1.3888888889vw;
  }
  .header .menu-box .nav .gnb > li ul li.on a::before {
    top: 1.3888888889vw;
    left: -5.5555555556vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .header .menu-language {
    gap: 0vw 2.2222222222vw;
    height: 19.7222222222vw;
    padding: 4.3055555556vw 5.5555555556vw;
  }
  .header .menu-language img {
    width: 5.2777777778vw;
  }
  .header .menu-language ul {
    gap: 0vw 11.1111111111vw;
  }
  .header .menu-language ul li .language {
    font-size: 3.8888888889vw;
    line-height: 6.1111111111vw;
  }
  .header .menu-language ul li .language::after {
    right: -5.5555555556vw;
    width: 0.2777777778vw;
    height: 2.7777777778vw;
  }
  .header .menu-language ul li:last-child .language::after {
    display: none;
  }
  .header .icon-menu_close {
    top: 5.5555555556vw;
    right: 5.5555555556vw;
    width: 5.5555555556vw;
  }
  /* footer */
  .footer .inner1920 {
    max-width: 100vw;
    padding: 5.5555555556vw 0vw 9.4444444444vw;
  }
  .footer .copyright {
    font-size: 3.6111111111vw;
    line-height: 5.6944444444vw;
  }
  .footer .top-btn {
    bottom: 5.5555555556vw;
    right: 5.5555555556vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
}
/*** 폴드 ***/
@media screen and (min-width: 700px) and (max-width: 850px) {
  #header.header .inner1920 {
    height: 10.0083402836vw;
  }
  #contents.contents {
    padding-top: 10.0083402836vw;
  }
}/*# sourceMappingURL=common.css.map */