/* **************************************************************************** */
/*	@Author       :Eunbi        */
/* ***************************************************************************** */
@charset "UTF-8";
* {
  cursor: url("images/common/pointer.svg") 13 13, auto;
}
a {
  display: inline-block;
}
button,
button:hover {
  border: 0;
  outline: none;
  background: none;
  cursor: url("images/common/pointer.svg") 13 13, auto;
}
input[type="text"],
select,
textarea {
  font-family: "Pretendard", "OpenSans", sans-serif;
  outline: none;
}
:root {
  --OpenSans: "OpenSans";
  --blue: #005ffe;
  --yellow: #ffe85e;
  --white: #fff;
}
.inner {
  margin: 0 auto;
}
.tab_cont {
  display: none;
}
/* .reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
} */
.up_motion {
  transform: translateY(10%);
  opacity: 0;
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.5s, margin 0.3s;
}
.up_motion.on {
  transform: translateY(0);
  opacity: 1;
}
.img_motion {
  overflow: hidden;
  position: relative;
  height: 0;
  transition: height ease-in-out 1s;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mt0 {
  margin-top: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}

.inblock {
  display: inline-block;
}

.pc {
  display: block !important;
}
.pc_br {
  display: block;
}
.ju_sp {
  justify-content: space-between !important;
}

.t_center {
  text-align: center !important;
}
.t_left {
  text-align: left !important;
}
.t_right {
  text-align: right !important;
}

h3 {
  padding-bottom: 20px;
  font-size: 22px;
}

/* header */
header {
  position: fixed;
  z-index: 30;
  width: 100%;
  height: clamp(60px, 6.8vw, 100px);
}
header .inner {
  display: flex;
  height: 100%;
  padding: clamp(20px, 2.5vw, 40px);
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: var(--blue);
}
nav button {
  display: flex;
  align-items: center;
}
nav button .text {
  display: inline-block;
  padding-right: clamp(10px, 1.2vw, 20px);
  font-family: var(--OpenSans);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.2;
  color: #444;
  vertical-align: middle;
}
nav button .bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 5vw, 50px);
  height: clamp(30px, 5vw, 50px);
}
nav button i {
  display: block;
  width: 25px;
  height: 1px;
  background: #333;
  transition: transform 0.2s, opacity 0.3s;
}
nav button i:nth-child(2) {
  margin: 6px 0;
}
nav.open button .text {
  display: none;
}
nav.open button em {
  width: clamp(30px, 5vw, 50px);
  height: clamp(30px, 5vw, 50px);
}
nav.open button i:nth-child(2) {
  display: none;
}

nav.open button {
  position: absolute;
  top: clamp(20px, 4vw, 40px);
  right: clamp(20px, 4vw, 40px);
  z-index: 10;
}
nav.open button i {
  position: absolute;
  left: 50%;
  width: clamp(1px, 0.2vw, 2px);
  height: clamp(30px, 5vw, 50px);
}
nav.open i:first-child {
  transform: rotate(45deg);
}
nav.open i:nth-child(3) {
  transform: rotate(-45deg);
}

nav .menu-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: transform 0.3s ease;
}
nav.open .menu-wrap {
  transform: translateX(0);
}
nav li {
  padding: 15px 0;
}

nav li a {
  position: relative;
  font-family: var(--OpenSans);
  font-weight: 600;
  font-size: clamp(30px, 7.5vw, 70px);
  letter-spacing: clamp(-0.5px, 0.25vw, 1.8px);
  color: #333;
}
nav li a:after,
nav .on a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: clamp(2px, 0.6vw, 6px);
  background: #333;
  transition: width 0.3s;
}
nav li a:hover:after,
nav .on a:after {
  width: 100%;
}
nav .on a {
  color: #222;
}

nav .close-btn span {
  font-size: 0;
  text-indent: -9999em;
}

/* 컨텐츠 */
.content {
  min-height: calc(100vh - 62px);
}
section > .inner {
  position: relative;
  height: 100%;
  padding: 0 clamp(20px, 2.5vw, 40px);
}
.top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: clamp(20px, 2.3vw, 30px);
  right: clamp(20px, 2.3vw, 30px);
  z-index: 50;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset,
    rgb(50 50 93 / 25%) 0px 10px 20px -5px, rgb(0 0 0 / 30%) 0px 10px 20px -10px;
}
.top-btn span {
  font-size: 0;
  text-indent: -9999em;
}
.top-btn i {
  font-size: 26px;
}

/* footer contact */
footer.contact {
  overflow: hidden;
  padding: clamp(30px, 6vw, 80px) clamp(20px, 4vw, 60px) clamp(15px, 3vw, 60px);
  background: var(--blue);
  text-align: center;
}

footer.contact h2 {
  font-family: var(--OpenSans);
  font-weight: 700;
  font-size: clamp(32px, 6.6vw, 100px);
  line-height: 1.2;
  color: var(--white);
}
footer.contact .link-box {
  margin-top: clamp(20px, 2.5vw, 40px);
}
footer.contact a {
  margin: 0 clamp(5px, 2vw, 10px);
  padding: clamp(6px, 0.4vw, 12px) clamp(12px, 2vw, 30px);
  border-radius: clamp(24px, 2.2vw, 30px);
  border: clamp(1px, 0.2vw, 2px) solid #fff;
  font-family: var(--OpenSans);
  font-weight: 600;
  font-size: clamp(16px, 1.4vw, 24px);
  color: var(--white);
}
footer.contact .copyright {
  margin-top: clamp(40px, 6vw, 80px);
  font-family: var(--OpenSans);
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
}

/* footer */
/* footer {
  border-top: 1px solid #ddd;
}
footer .inner {
  max-width: 1520px;
  padding: 40px;
  text-align: center;
}
footer .txt {
  padding-bottom: 12px;
  font-size: 30px;
  color: #333;
}
footer .mail_link {
  margin: 20px 0;
  font-size: 30px;
  font-weight: 600;
  color: #111;
}
footer .mail_link:hover {
  text-decoration: underline;
}
.mail_form.hover:after {
  content: "";
  transform: scaleX(1);
}
.mail_form button*:before,
.mail_form button*:after {
  box-sizing: border-box;
}
.mail_form button:focus {
  outline: none;
}
.mail_form button::after {
  content: attr(data-text);
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #111;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.mail_form button > span {
  display: block;
  position: relative;
  vertical-align: middle;
}
.mail_form button::after,
.mail_form button > span {
  padding-bottom: 5px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mail_form.hover button::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mail_form.hover button > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
.mail_form {
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
}
.mail_form:after {
  content: "";
  background: #222;
  display: block;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 250ms ease-in-out;
}
.mail_form button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
  border: none;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  background: none;
  color: #333;
  text-align: left;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  vertical-align: middle;
}
.mail_form.hover button::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mail_form.hover button > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
footer .copyright {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.4px;
  color: #888;
} */

/* 모바일 */
@media only screen and (max-width: 1024px) {
  .pc_br {
    display: inline;
  }
  .mail_form.hover:after {
    content: "";
    transform: scaleX(0);
  }
  .mail_form.hover button::after {
    opacity: 0;
  }
  .mail_form.hover button > span {
    opacity: 1;
  }
}

@media only screen and (max-width: 760px) {
}
