@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2);
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}


:root {
  --default-font: 'MaruBuri';
  --point-font: "Pretendard", dotum, sans-serif;
  --font-en: "Ephesis", cursive;
  --default-size: 8px;
  --mcolor: #007da5;
  --mcolor-1per: rgba(0, 125, 165, 0.1);
  --mcolor-3per: rgba(0, 125, 165, 0.3);
  --mcolor-7per: rgba(0, 125, 165, 0.7);
  --font-color: #333;
  --shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  --border: 1px solid #333;
}


* {
  margin: 0;
  padding: 0;
}

html body {
  font-family: "Lora", "MaruBuri", '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 15px;
  overflow-x: hidden;
}

img {
  display: block;
  border: 0;
  width: 100%;
}

a {
  text-decoration: none;
  color: var(--font-color);
}

ul,
li {
  list-style: none;
}

[data-ani] {
  opacity: 0;
  transition: transform 1.6s ease, opacity 1.3s ease;
  transform-style: preserve-3d;
  /*will-change:transform;*/
}

[data-ani].moved {
  opacity: 1;
  transform: none;
}

[data-ani="img"] {
  transform: translate(0%, 40%) matrix3d(1, 0, 0, 0, 0, 0.997564, 0.0697565, -0.00028, 0, -0.0697565, 0.997564, -0.00249391, 0, 0, 40, 0.9);
}

[data-ani="top"] {
  transform: translateY(80px);
  transition-delay: 0.1s;
}

[data-ani="right"] {
  transform: translateX(80px);
  transition-delay: 0.1s;
}

[data-ani="left"] {
  transform: translateX(-80px);
  transition-delay: 0.1s;
}

[data-ani="scale"] {
  transform: scale(2);
  transition-delay: 0.1s;
  opacity: 1 !important;
}

[data-ani="rotate"] {
  transform: scale(1.15);
  transition-delay: 0.1s;
  opacity: 1 !important;
}

/* start motion  for All contents */
.motion-on [data-motion] {
  transition: transform 1.4s ease, opacity 1.3s ease;
  transform: none;
  opacity: 1;
  will-change: transform;
}

[data-motion] {
  opacity: 0;
}

[data-motion="preserveTop"] {
  transform: translateY(100%) rotateX(-80deg);
  transform-style: preserve-3d;
  transform-origin: center bottom;
}

[data-motion="slideBtm"] {
  transform: translateY(-30px);
}

[data-motion="slideTop"] {
  transform: translateY(30px);
}

[data-motion="slideLeft"] {
  transform: translateX(-100px);
}

[data-motion="slideRight"] {
  transform: translateX(100px);
}

[data-motion="scale"] {
  animation: motion-scale 5s forwards cubic-bezier(0.12, 0.4, 0.41, 0.86);
}

/* delay set */
[data-delay="100"] {
  transition-delay: 100ms !important;
}

[data-delay="150"] {
  transition-delay: 150ms !important;
}

[data-delay="200"] {
  transition-delay: 200ms !important;
}

[data-delay="250"] {
  transition-delay: 250ms !important;
}

[data-delay="300"] {
  transition-delay: 300ms !important;
}

[data-delay="350"] {
  transition-delay: 350ms !important;
}

[data-delay="400"] {
  transition-delay: 400ms !important;
}

[data-delay="450"] {
  transition-delay: 450ms !important;
}

[data-delay="500"] {
  transition-delay: 500ms !important;
}

[data-delay="550"] {
  transition-delay: 550ms !important;
}

[data-delay="600"] {
  transition-delay: 600ms !important;
}

[data-delay="650"] {
  transition-delay: 650ms !important;
}


/*  keyframe */
@keyframes motion-scale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes motion {
  0% {
    opacity: 0.1;
    width: 10px;
    height: 10px;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
    width: 45px;
    height: 45px;
  }
}

@keyframes motion2 {
  0% {
    opacity: 0.1;
    width: 10px;
    height: 10px;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
    width: 95px;
    height: 95px;
  }
}


@keyframes txtrotate {
  to {
    transform: rotate(0deg);
  }

  from {
    transform: rotate(360deg);
  }
}

@media all and (max-width:768px) {
  [data-ani="top"] {
    transform: translateY(30px);
  }

  [data-ani="left"] {
    transform: translateY(30px);
  }
}



/**/
.wrap #bo_v_info .profile_info .pf_img,
.wrap #bo_v_info strong,
.wrap #bo_v_share,
.wrap .cmt_btn,
.wrap #bo_vc,
.wrap .bo_vc_w {
  display: none;
}

.wrap #bo_v_info strong.if_date {
  display: inline-block;
}

/**/

.wrap #bo_cate {
  margin: 0 0 25px 0;
}

/**/

.en {
  font-family: var(--point-font);
}

.big {
  font-size: calc(var(--default-size) * 10);
}

.inner {
  width: 1300px;
}

.row {
  display: flex;
}

.row.revers {
  flex-direction: row-reverse;
}

.column {
  display: flex;
  flex-direction: column;
}

.column.revers {
  flex-direction: column-reverse;
}

.w3 {
  width: 25%;
}

.w4 {
  width: calc(100% / 3);
}

.w6 {
  width: 50%;
}

.w8 {
  width: calc(100% / 3 * 2);
}

.w9 {
  width: 75%;
}

.w10 {
  width: 90%;
}

.w12 {
  width: 100%;
}

.line_btn {
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #555;
  box-sizing: border-box;
}

/*header*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  z-index: 99;
  transition-duration: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

#header.scr {
  background: #fff;
}

#header .inner {
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: auto;
  height: 45px;
}

.logo img {
  height: 100%;
}

.logo .color {
  display: none;
}

#sub #header {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

#header.scr .wt,
#sub #header .wt {
  display: none;
}

#header.scr .color,
#sub #header .color {
  display: block;
}

.menu {
  font-size: calc(var(--default-size) * 2.3);
  font-weight: 600;
  height: 100%;
}

.menu .depth1 {
  padding: 0 calc(var(--default-size) * 2.8);
  position: relative;
  align-items: center;
  display: flex;
  height: 100%;
}

.menu .depth1>a {
  color: #fff;
  font-family: 'MaruBuri';
}

#sub #header .menu .depth1>a,
#header.scr .menu .depth1>a {
  color: #111;
}

.menu .drop_menu {
  font-size: calc(var(--default-size) * 2);
  font-weight: 400;
  position: absolute;
  top: 80px;
  left: 50%;
  padding: var(--default-size);
  width: 135px;
  transform: translate(-50%, -20px);
  transition-duration: 0s;
  opacity: 0;
  height: 0;
  border: 1px solid #ddd;
  background: #fff;
}

.menu .depth1:hover>a,
.menu .drop_menu .depth2:hover a {
  color: var(--mcolor);
}

.menu .depth1:hover .drop_menu {
  transform: translate(-50%, 0);
  opacity: 1;
  height: auto;
  transition-duration: 0.3s;
}

.menu .drop_menu .depth2 {
  padding: var(--default-size);
  position: relative;
  visibility:hidden;
}

.menu .depth1:hover .drop_menu .depth2 {visibility:visible;}

.menu .drop_menu .depth2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 4px;
  height: 100%;
  background: var(--mcolor);
  opacity: 0;
}

.menu .drop_menu .depth2:hover:before {
  opacity: 1;
}

.menu .drop_menu .depth2 a {
  font-family: var(--point-font);
  color: #555;
}

/* hamburger */
.checkbox {
  display: none;
}

.button {
  position: relative;
  height: 90px;
  width: 24px;
  border-radius: 50%;
  position: fixed;
  top: 20px;
  right: 32px;
  z-index: 2000;
  text-align: center;
  cursor: pointer;
  display: none;
}

.background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  top: 5.5vh;
  right: 5.5vw;
  background: #fff;
  z-index: 1000;
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0s;
}

.nav .list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
  overflow: auto;
  height: calc(100vh - 60px);
}

.nav .dep1 {
  margin: 15px 30px;
  font-size: 32px;
}

.nav .dep1 a {
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.nav .dep1 a:hover {
  color: var(--mcolor);
}

.nav .dep1 a .ico {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  transform: rotate(90deg);
  transition-duration: 0.5s;
}

.nav .dep1 a.show_btn.on .ico {
  transform: rotate(-90deg);
}

.nav .dep1 .show_menu {
  font-size: 22px;
  margin: 20px 0;
  display: none;
}

.nav .dep2 {
  margin: 8px 0;
}

.nav .dep2 a {
  font-weight: 300;
}


@media all and (max-width: 800px) {
  .nav .dep1 a .ico {
    width: 17px;
    height: 17px;
  }
}

/* functionality */
.checkbox:checked~.background {
  transform: scale(80);
  opacity: 1;
}

.checkbox:checked~.nav {
  opacity: 1;
  width: 100%;
  right: 0;
  transition: all 1s;
  white-space: nowrap;
}

/*  */
/* styling hamb ICON */
.button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button .icon,
.button .icon::before,
.button .icon::after {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}


.button.scrolled .icon,
.button.scrolled .icon::before,
.button.scrolled .icon::after,
#sub .button .icon,
#sub .button .icon::before,
#sub .button .icon::after {
  background-color: #222;
}


.button .icon::before,
.button .icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.button .icon::before {
  top: -0.45rem;
}

.button .icon::after {
  top: 0.45rem;
}

.button:hover icon:before {
  top: -1rem;
}

.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked+.button .icon,
.checkbox:checked+#sug .button .icon {
  background: #fff !important;
}

.checkbox:checked+.button .icon::before,
.checkbox:checked+.button .icon::after {
  background: #222;
}

.checkbox:checked+.button.scrolled .icon {
  background: #fff;
}

.checkbox:checked+.button .icon::before {
  top: 0;
  transform: rotate(135deg);
}

.checkbox:checked+.button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}

/*header*/
/*footer*/

#footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 80px 0 140px;
  background: #0F3A57;
}

#sub #footer {
  padding-bottom: 80px;
}

#footer .inner {
  position: relative;
  color: #fff;
}

#footer .logo {
  width: auto;
  height: 50px;
}

#footer .logo img {
  width: auto;
  height: 100%;
}

#footer .f-btn {
  position: absolute;
  top: 16px;
  right: 0;
  gap: 30px;
}

#footer .f-btn a {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-family: var(--point-font);
  cursor: pointer;
}

#footer .f-btn a:before {
  content: '';
  position: absolute;
  top: 8px;
  right: -16px;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background: #fff;
  opacity: 0.1;
}

#footer .f-btn a:last-child:before {
  display: none;
}

#footer .f-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  margin-top: calc(var(--default-size) * 7.5);
  padding-top: calc(var(--default-size) * 7.5);
  font-weight: 300;
}

#footer .f-info {
  font-family: var(--point-font);
}

#footer .f-info address {}

#footer .f-info address ul li {
  display: flex;
  font-size: 17px;
  margin-bottom: 15px;
}

#footer .f-info address ul li:last-child {
  margin: 0;
}

#footer .f-info address ul li span {
  width: 120px;
  font-style: normal;
  font-weight: 600;
}

#footer .f-info address ul li em {
  width: calc(100% - 120px);
  opacity: 0.6;
  font-style: normal;
}

#footer .copy {
  display: block;
  margin-top: 50px;
  font-size: 14px;
  color: #fff;
  opacity: 0.3;
  line-height: 1em;
  text-transform: uppercase;
}


/*footer*/
/*modal*/
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.modal-bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-inner {
  width: 80%;
  height: 61vh;
  background: #fff;
  padding: 40px;
  position: relative;
}

.modal-xbtn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.modal-txt {
  margin-top: 40px;
  height: 40vh;
  overflow: auto;
}

.modal-box {
  display: none;
}

/*modal*/

@media all and (max-width: 1360px) {
  #header .inner {
    width: calc(100% - 25px);
  }

  .inner {
    width: calc(100% - 80px);
    margin: 0 auto;
  }

  .button {
    height: 24px;
  }
}


@media all and (max-width: 1048px) {
  .menu {
    font-size: 18px;
  }
}

@media all and (max-width: 1024px) {
  .menu {
    display: none;
  }

  .button {
    display: block;
  }

  #header {
    height: 70px;
  }

  .logo {
    height: 38px;
  }
}


@media all and (max-width: 540px) {
  .inner {
    width: calc(100% - 40px);
  }

  #header {
    height: 50px;
  }

  .logo {
    height: 28px;
  }

  .button {
    right: 15px;
    top: 13px;
  }

  #footer .f-btn {
    position: unset;
    margin-top: 40px;
  }

  #footer .f-info .row {
    flex-wrap: wrap;
    gap: 0px 10px;
  }

  .modal-inner {
    width: calc(100% - 64px);
    height: 74vh;
    padding: 20px;
  }

  .modal-txt {
    height: 52vh;
  }
}

@media all and (max-width: 800px) {
  .modal-box h1 {
    font-size: 20px;
    line-height: 40px;
  }

  .modal-txt {
    font-size: 12px;
  }

  .nav .dep1 a {
    font-size: 15px;
    font-weight: 400;
  }

  .nav .dep2 a {
    font-size: 12px;
  }
}




.btn-basic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
  width: 180px;
  height: 55px;
  padding: 0 25px;
  box-sizing: border-box;
  border: 1px solid #222;
  font-family: "Lora", "Noto Serif", serif;
  overflow: hidden;
  z-index: 1;
  transition: border-color 0.2s ease;
}

.btn-basic>span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1em;
  transition: color 0.3s ease;
}

.btn-basic:before {
  content: '';
  position: absolute;
  right: 25px;
  width: 16px;
  height: 13px;
  background: url(../../img/main/ic-arr-bk.svg)no-repeat center;
  background-size: contain;
  transition: background 0.3s ease, opacity 0.2s ease;
}

.btn-basic:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #007DA5;
  z-index: -1;
  transition: left 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-basic.wt {
  border-color: #fff;
  border-radius: 0;
}

.btn-basic.wt>span {
  color: #fff;
}

.btn-basic.wt:before {
  background: url(../../img/main/ic-arr.svg)no-repeat center;
  background-size: contain;
}

.btn-basic.fill {
  border-color: var(--mcolor);
  background-color: var(--mcolor);
}

.btn-basic.fill>span {
  color: #fff;
}

.btn-basic.fill:before {
  background: url(../../img/main/ic-arr.svg)no-repeat center;
  background-size: contain;
}

.btn-basic.fill:after {
  background: #005f7d;
}

@media screen and (min-width: 1025px) {
  .btn-basic:hover:after {
    left: 0;
  }

  .btn-basic:hover {
    border-color: #007DA5;
  }

  .btn-basic:hover>span {
    color: #fff;
  }

  .btn-basic:hover:before {
    background: url(../../img/main/ic-arr.svg)no-repeat center;
    background-size: contain;
  }

  .btn-basic.wt:hover {
    border-color: var(--mcolor);
  }

  .btn-basic.fill:hover {
    border-color: #005f7d;
  }
}

@media all and (max-width: 1024px) {
  .btn-basic {
    margin-top: 20px;
    height: 50px;
    width: 170px;
    padding: 15px;
  }

  .btn-basic:before {
    right: 15px;
  }

  .btn-basic>span {
    font-size: 15px;
  }
}

@media all and (max-width: 540px) {
  .btn-basic {
    padding: 10px;
    width: 110px;
    height: 24px;
  }

  .btn-basic>span {
    font-size: 11px;
  }

  .btn-basic:before {
    width: 14px;
    height: 10px;
    right: 10px;
  }
}