@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: "Cormorant Garamond","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;
}

* {
  -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: #0FAFED;
}
.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: fixed;
  top: 0;
  left: 0;
  width: 100%;  
  z-index: 33;
  background: #fff;
  transition: all 0.5s;
}

header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  max-height: 0;
  transition: max-height 0.5s ease;
  background: #FBFBFB;
}

header.hover::before {
  max-height: 300px;
}

header.hide {
  transform: translateY(-100%);
}
header.reverse {  
  
}
header.top {  
  box-shadow: none;
}

.header__top .logo {
  position: relative;
  z-index: 1;
}

.header__logo {
  position: relative;
  z-index: 3;
}

.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;
}

.inner {
  padding: 0 100px;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
}

header .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;   
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s ease;
}

header .inner {
  
}

header.hover .wrap {
 border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.header__flex {
  height: 72px;
  max-width: 1920px;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

nav > ul {
  display: flex;
}

nav > ul > li {
  position: relative;  
  padding: 0 20px;
}

nav ul li > a span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.80);
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  height: 72px;
  display: flex;
  align-items: center;
}

nav ul li.active > a span {
  color: var(--active);
}

nav ul li.active > a span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background:  var(--active);
  opacity: 0;
  transition: opacity 0.5s ease;
}

header.hover nav ul li.active > a span::before {
  opacity: 1;
}

nav ul li .depth2 {
  position: absolute;
  padding-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

header.hover nav ul li .depth2 {
  visibility: visible;
  opacity: 1;
}

nav ul li .depth2 li a {
  color: rgba(0, 0, 0, 0.70);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.32px;
  transition: color 0.5s ease;
}

nav ul li .depth2 li.active a {
  color: var(--active);  
}


nav ul li .depth2 li:not(.active):hover a {
  color: #000;
}

nav ul li:not(.active):hover > a span {
  color: #000;
}

.header__link {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
}

.header__link a {
  height: 38px;
  padding: 6px 19px;
  border-radius: 300px;
  background: rgba(13, 214, 133, 0.80);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-sizing: border-box;
}

.header__link a.ver1 {
  background: #000;
}

.header__link a span {
  color: #FFF;
  font-family: "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 200% */
}

.header__link__img {
  width: 12px;
  overflow: hidden;
}

.header__link__img > div {
  display: flex;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.header__link a:hover .header__link__img > div {
    transform: translateX(0%);
}

.header__link a .header__link__img > div img {  
  width: 12px;
}

.header__btn {
  display: none;
}


footer {  
  padding: 100px 0;  
  background: #000;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

.footer__info {
  text-align: left;
}

.footer__info nav > ul {
  display: flex;
  gap: 20px;
}

.footer__info nav > ul > li {
  padding: 0;
}

.footer__info nav > ul > li > a > span {
    color: #FFF;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    padding: 0;
    width: auto;
    height: auto;
}

.footer__info nav ul li:not(.active):hover > a span {
    color: #fff !important;
}

.footer__info nav > ul > li.active > a > span {
  color: var(--active);
}

.footer__info div:last-child {
  margin-top: 50px;
}

.footer__info div p span {
  color: #FFF;
  font-family: "Pretendard";
  font-size: 16px;  
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: -0.48px;
}

.footer__bottom {  
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  margin-top: 185px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.footer__bottom__copy p {
  color: #FFF;
  font-family: "Pretendard";
  font-size: 14px;  
  font-weight: 400;
  line-height: 1.4;
}

.footer__bottom__agree {
  width: 405px;
}

.footer__bottom__agree a {
  color: #FFF;
  font-family: "Pretendard";
  font-size: 14px;  
  font-weight: 500;
  line-height: 1.4;
}

.footer__bottom__agree {
  display: none;
}

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

  .inner {
    padding: 0 40px;
  }

}

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

  .inner {
    padding: 0 40px;
  }

  .header__logo img {
    width: 100px;
  }

  nav ul li > a span {        
    font-size: 16px;
  }

  .header__link a span {    
    font-size: 15px;    
    line-height: 2;
  }

  .header__link a {
    height: 40px;
  }

  .header__flex {
    height: 65px;
  }

  nav ul li .depth2 {   
    padding-top: 20px;
  }

  header.hover::before {
    max-height: 275px;
  }  

  footer {
    padding: 75px 0;
  }

  .footer__logo img {
    width: 300px;
  }

  .footer__info nav > ul > li > a > span {   
    font-size: 16px;
  }

  .footer__info div p span {   
    font-size: 15px;
  }

  .footer__bottom {   
    margin-top: 125px;
  }

  .footer__bottom__agree {
    width: 359px;
  }


}

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

  .inner {
    padding: 0 20px;
  }

  nav > ul > li {  
    padding: 0 10px;
  }

  nav ul li > a span {
      font-size: 15px;
  }

  nav ul li .depth2 li a {   
    font-size: 14px;
  }

  footer {
    padding: 50px 0;
  }

  .footer__logo img {
    width: 250px;
  }

  .footer__info nav > ul > li > a > span {   
    font-size: 15px;
  }

  .footer__info div p span {   
    font-size: 14px;
  }

  .footer__bottom {   
    margin-top: 75px;
  }

  .footer__bottom__agree {
    width: 340px;
  }



}

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

  .header__btn {
      display: flex;
      flex-direction: column;
      gap: 7px;
      cursor: pointer;
  }

  .header__btn span {
    width: 25px;
    height: 2px;
    background: #000;
    display: inline-block;
  }

  header.hover::before {
      max-height: 0;
  }

  header.hover nav ul li .depth2 {
    visibility: hidden;
    opacity: 0;
  }

  .header__nav {
    position: absolute;
    opacity: 0;
  }

  header .header__link {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
  }

  header .header__btn span {
      transition: transform 0.5s ease;
  }

  header .header__btn span:nth-child(1) {
      transform: translateY(0) rotate(0);
  }

  header .header__btn span:nth-child(2) {
      transform: translateY(0) rotate(0);
  }

  header.open .header__btn span:nth-child(1) {
      transform: translateY(3px) rotate(45deg);
  }

  header.open .header__btn span:nth-child(2) {
      transform: translateY(-6px) rotate(-45deg);
  }

  header::before {    
    height: 0;
    max-height: 0;
    transition: max-height 0.5s ease, height 0.5s ease;    
  }

  header.open::before {
    max-height: 100vh;
    height: 100vh;
  }

  
  .header__nav {
    visibility: hidden;
  }

  .open .header__nav {
    position: absolute;
    opacity: 1;
    visibility: visible;
    display: block;
    flex-direction: row;
    width: auto;
    height: auto;
    align-items: center;
  }

  .open .header__nav nav > ul > li {
    padding: 20px 10px;
  }

  .open .header__nav nav ul li > a span {      
      display: flex;
      align-items: center;
      justify-content: center;
      height: auto;
      font-weight: bold;
  }

  .open .header__nav nav ul li .depth2 {
      position: relative;
      padding-top: 10px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      width: max-content;
      visibility: visible !important;
      opacity: 1 !important;
      transition: opacity 0.5s ease;
  }

  .open .header__nav nav > ul {
      display: flex;
      flex-direction: column;
      left: 50%;
      top: 50%;
      position: fixed;
      width: 100%;
      height: auto;
      transform: translate(-50%, -50%);
  }

  nav ul li > a span {
      font-size: 20px;
  }

  header nav ul li .depth2 li a {
      font-size: 17px;
      line-height: 2;
  }

  nav ul li.active > a span::before {
    display: none;
  }

  .open .header__link {
      display: block;
      opacity: 1;
      position: fixed;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      opacity: 1;
  }


  footer {
    padding: 50px 0;
  }

  .footer__logo img {
    width: 200px;
  }

  .footer__info nav > ul > li > a > span {   
    font-size: 15px;
  }

  .footer__info div p span {   
    font-size: 14px;
  }

  .footer__bottom {   
    margin-top: 75px;
  }

  .footer__bottom__agree {
    width: 340px;
  }

  .footer__top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }

  .footer__info div:last-child {
    margin-top: 50px;
    text-align: center;
  }

  .footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    margin-top: 50px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
  }

}

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

  .header__nav nav ul li > a span {
      font-size: 17px;
  }

  header nav ul li .depth2 li a {
      font-size: 15px;
  }

  .open .header__nav nav > ul > li {
      padding: 15px 0;
  }

  .open .header__link {   
      bottom: 30px;
  }

  .footer__logo img {
      width: 150px;
  }

  .footer__info nav > ul {  
    gap: 15px;
  }

  .footer__top {      
      gap: 25px;
  }

  .footer__info div:last-child {
      margin-top: 20px;      
  }

  .footer__bottom {   
      margin-top: 30px;
  }



}