@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-SemiBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Black.woff') format('woff');
  font-weight: 1000;
  font-style: normal;
}
@font-face {
  font-family: 'THEFACESHOP';
  src: url('./fonts/THEFACESHOP-INKLIPQUID.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

* {
  word-break: keep-all;
  font-family: "Pretendard";
}
/* 여백 초기화 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-break: keep-all;
}
html,
body {
  position: relative;
  margin: 0 auto;  
}
body.open {
  overflow: hidden;
}
pre {
  white-space: pre-wrap;
  line-height: 1.7;
}
body {  
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.flex {
  display: flex;
}
.flex__l {
  display: flex;
  justify-content: flex-start;
}
.flex__lc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex__lr {
  display: flex;
  justify-content: space-between;
}
.flex__lrc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex__lrb {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flex__r {
  display: flex;
  justify-content: flex-end;
}
.flex__rc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex__c {
  display: flex;
  justify-content: center;
}
.flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
:root {
  --w: #fff;
  /* CSS 전역 변수 선언 */
  --active: #0CB2D6;
}
.com__board1 {
  width: 100%;
  box-sizing: border-box;
}
.com__board1.mt1 {
  margin-top: 230px;
}
.com__board1.p__type1,
.com__board1.p__type2 {
  padding-left: 25px;
  padding-right: 25px;
}
.com__board1 table {
  width: 100%;
}
.com__board1 table th {
  padding: 15px 10px;
  color: #222;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.80);
  border-top: 2px solid #FF792E;
  background: rgba(255, 121, 46, 0.02);
}
.com__board1 table td {
  vertical-align: middle;
  text-align: center;
  padding: 25px 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.com__board1 table tr:nth-child(odd) td {
  background: #fff;
}
.com__board1 table tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.80);
}
.com__board1 table td:nth-child(1) {
  color: #BFBFBF;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.com__board1 table td:nth-child(2) {
  color: #444;
  font-family: 'Pretendard';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  padding: 25px 0;
}
.com__board1 table td.link {
  padding: 0;
}
.com__board1 table td.link a {
  display: block;
  width: 100%;
  padding: 25px 0;
  box-sizing: border-box;
}
.com__board1 table td:nth-child(3) {
  color: rgba(0, 0, 0, 0.50);
  text-align: center;
  /* font-family: Graphik; */
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.45px;
  text-transform: uppercase;
}
.com__board1.p__type2 table td:nth-child(1) {
  padding: 25px 33px;
  width: 20px;
}
.com__board1.p__type2 table td.link a {
  padding: 25px 65px;
}
.com__board1.p__type2 table td:nth-child(3) {
  padding: 25px 35px;
  width: 90px;
}
header {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  z-index: 33;
  background: transparent;
  transition: all 0.5s;
  max-width: 1920px;
  width: 100%;
  transform: translateX(-50%);
}
header.hide {
  transform: translateY(-100%);
}
header.reverse {  
  
}
header.top {  
  box-shadow: none;
}
header.hover {
  background: #333;
  padding-bottom: 170px;
}
.header__top .logo {
  position: relative;
  z-index: 1;
}

.header__logo {
  position: relative;
  z-index: 3;
  margin-left: 100px;
}



.search__wrap {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.common__select {
  display: inline-block;
  max-width: 180px;
  height: 42px;
  width: 100%;
  margin-right: 8px;
}
.common__select select {
  height: 42px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F9F9F9;
  box-sizing: border-box;
  padding: 0 35px 0 20px;
  -webkit-appearance: none;
  /* 크롬 화살표 없애기 */
  -moz-appearance: none;
  /* 파이어폭스 화살표 없애기 */
  appearance: none;
  /* 화살표 없애기 */
  background: #F5FCFE url(../images/common/select_arr1.svg) no-repeat;
  background-size: 15px 9px;
  background-position: calc(100% - 24px) 50%;
  color: rgba(0, 0, 0, 0.50);
  font-family: 'Pretendard';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
  outline: none;
}
.common__search {
  max-width: 435px;
  height: 42px;
  width: 100%;
  position: relative;
}
.common__search input {
  padding: 0 35px 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F9F9F9;
  outline: none;
}
.common__search button {
  position: absolute;
  background: url(../images/common/select_search.svg) no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  outline: none;
  z-index: 3;
  cursor: pointer;
}

/* paging */
.paging {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.paging>* {
  margin-right: 5px;
}
.paging>*:last-child {
  margin-right: 0;
}
.paging .number {
  color: rgba(88, 88, 96, 1);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 9px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: transparent;
  box-sizing: border-box;
}
.paging .number.current {
  border-radius: 40px;
  width: 34px;
  height: 34px;
  background: rgba(23, 119, 201, 1);
  color: #fff;
  box-sizing: border-box;
}
.paging span {
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.paging span a {
  width: 100%;
  height: 100%;
  display: block;
}
.paging span.first {
  font-size: 0;
  background: url(../images/common/paging_first.svg) no-repeat;
  background-position: 50% 50%;
  filter: brightness(0.5);
}
.paging span.prev {
  font-size: 0;
  background: url(../images/common/prev_arr1.png) no-repeat;
  background-position: 50% 50%;
}
.paging span.prev.disible {
  opacity: 0.5;
}
.paging span.next {
  font-size: 0;
  background: url(../images/common/next_arr1.png) no-repeat;
  background-position: 50% 50%;
}
.paging span.next.disible {
  opacity: 0.5;
}
.paging span.last {
  font-size: 0;
  background: url(../images/common/paging_last.svg) no-repeat;
  background-position: 50% 50%;
  filter: brightness(0.5);
}
.paging a.number:first-child {
  /* 여기에 스타일을 적용하세요 */
  margin-left: 15px;
}
.paging>div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a.number:last-child {
  margin-right: 15px;
}

footer {
  font-size: 0;
}

footer .inner {
    position: relative;
    overflow: hidden;
}

footer .inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;
    background: url(../images/main/imti2.png) no-repeat;
    background-position: right top;

    z-index: -1;

    /* 시작 상태 */
    transform: translateX(-200px);
    opacity: 0;
    will-change: transform, opacity;
}

footer .inner.on::before {
    animation: footerLogoMove 1.8s ease-out forwards;
}

@keyframes footerLogoMove {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.footer__top {
  padding-top: 280px;
}

.footer__top p {
  color: #000;
  font-size: 50px;  
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.5px;
}

.footer__top p span {
  color: #39BEEC;
}

.footer__bottom {
  margin-top: 240px;
  display: flex;
  gap: 70px;
  padding-bottom: 50px;
  align-items: flex-end;
}

.footer__bottom div {

}

.footer__bottom__textbox p {
  color: #AAA !important;  
  font-size: 24px;  
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.72px;
}

.footer__bottom__textbox a,
.footer__bottom__textbox a span {
  display: inline-block;
  margin-left: 5px;
  color: #AAA !important;  
  font-size: 24px;  
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.72px;
}

.footer__bottom__textbox a span {
    margin: 0;
}


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

  .footer__bottom__imgbox img {
    width: 50vw;
  }

  .footer__bottom__textbox p,
  .footer__bottom__textbox p a,
  .footer__bottom__textbox p span {   
    font-size: 22px;
  }

}

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

  .header__logo {      
      margin-left: 80px;
  }

  .footer__top p {   
    font-size: 40px;
  }

}

@media only screen and (max-width: 1280px) {
  
  .header__logo {      
      margin-left: 40px;
  }

  .footer__top {
    padding-top: 150px;
  }

  footer .inner::before {    
    background-size: contain;
  }

  .footer__bottom {
    margin-top: 150px;
    gap: 40px;
  }

  .footer__bottom__textbox p,
  .footer__bottom__textbox p a, 
  .footer__bottom__textbox p a span{
      font-size: 18px;
  }
}

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

  header {   
    top: 20px;
  }

  .header__logo {      
      margin-left: 20px;
  }
  
  .header__logo img {
    width: 130px;
  }

  .footer__top {
      padding-top: 100px;
  }

  .footer__top p {
      font-size: 40px;
      text-align: center;
  }

  .footer__bottom {
    margin-top: 100px;
    display: flex;
    gap: 70px;
    padding-bottom: 50px;
    align-items: center;
    flex-direction: column;
  }

}

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

  .header__logo img {
        width: 100px;
  }

}


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

  footer .inner::before {
    display: none;
  }

  .footer__top {
      padding-top: 50px;
  }

  .footer__top p {
      font-size: 30px;     
  }

  .footer__bottom__textbox p,
  .footer__bottom__textbox p a,
  .footer__bottom__textbox p a span {
      font-size: 13px;
      text-align: center;
  }

  .footer__bottom {
      margin-top: 30px;
      display: flex;
      gap: 20px;
      padding-bottom: 30px;
  }
}