/* font - pretendard */

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"),
    url(../font/pretendard/woff2/Pretendard-Black.woff2) format("woff2"),
    url(../font/pretendard/woff/Pretendard-Black.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
    url(../font/pretendard/woff2/Pretendard-ExtraBold.woff2) format("woff2"),
    url(../font/pretendard/woff/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
    url(../font/pretendard/woff2/Pretendard-Bold.woff2) format("woff2"),
    url(../font/pretendard/woff/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
    url(../font/pretendard/woff2/Pretendard-SemiBold.woff2) format("woff2"),
    url(../font/pretendard/woff/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
    url(../font/pretendard/woff2/Pretendard-Medium.woff2) format("woff2"),
    url(../font/pretendard/woff/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
    url(../font/pretendard/woff2/Pretendard-Regular.woff2) format("woff2"),
    url(../font/pretendard/woff/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"),
    url(../font/pretendard/woff2/Pretendard-Light.woff2) format("woff2"),
    url(../font/pretendard/woff/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"),
    url(../font/pretendard/woff2/Pretendard-ExtraLight.woff2) format("woff2"),
    url(../font/pretendard/woff/Pretendard-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url(../font/pretendard/woff2/Pretendard-Thin.woff2) format("woff2"),
    url(../font/pretendard/woff/Pretendard-Thin.woff) format("woff");
}

/* =============================================================== */

/* 색상 */

:root {
  --main-color: #D7001D;
  --dark-text: #000000;
  --dark-text2: #2a2a2a;
  --white-text: #ffffff;

  --black-background: #111111;
  --gary-background60: #494b54;
  --gary-background50: #707484;
  --gary-background40: #9599ab;
  --gary-background30: #bfc2cf;
  --gary-background20: #dadce7;
  --gary-background10: #eeeff4;
  --gary-background5: #f6f7f9;
  --white-background: #ffffff;


  /* 텍스트*/

  --main-title: 56px;

  --sub-title: 26px;
  
}

/* =============================================================== */

/* 공통 */

/* Reset default margin, padding, and box-sizing */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove default styles for lists and links */
ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Reset default form styles */
input, button, textarea, select {
  background: transparent;
  border: none;
  outline: none;
  font: inherit;
}

/* Remove table border spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Set consistent line-height */
body {
  line-height: 1.5;
  letter-spacing: -1.5px;
}

/* Remove image border */
img {
  border: 0;
  max-width: 100%;
  /* display: block; */
}

button {
  margin: 0;
  cursor: pointer;
}
p {
  word-break: keep-all;
}
em {
  font-style: normal;
}
em.line {
  border-bottom: 1px solid;
}
.hidden {
  display: none;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  overflow: hidden;
  background-color: #fff;
  margin: 0;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
  font-family: "Pretendard";
  word-break: keep-all;
}

.main_color {
  color: #D7001D;
}


.mo_oreview {
  display: none !important;
}

@media (max-width: 767px) {
  .pc_oreview {
    display: none !important;
  }
  .mo_oreview {
    display: block !important;
  }
}


/* Header */


.daon_page {
    /* height:100vh; */
    /* border:10px solid red; */
    /* background: #fff; */
    box-sizing:border-box;
    
}

.header {
   position:fixed;
    top: 0;
    padding:10px;
    transition:transform 0.3s;
    width: 100%;
    background: var(--white-background);
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.header .logo {
  max-width: 120px;
  width: 100%;
}

.header .rt-pay-wrap {
  max-width: 240px;
  width: 100%;
}

.header .header_nav {
   display: flex;
   flex-direction: row;
   max-width: 740px;
   width: 100%;
}

.header .header_nav ul {
  display: flex;
  gap: 40px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: var(--dark-text);
}

.header .header_nav ul li {
  width: calc(20% - 0px);
  letter-spacing: -2px;
}

.header_nav ul li.active {
    color: var(--main-color);
    font-weight: 700;
    transition: 0.3s;
}

html[data-current-page-index="0"] .header_nav {
    transform:translateY(0);
}

@media (max-width: 1130px) {
  .header .header_nav ul {
    font-size: 16px;
    gap: 10px;
  }
}

@media (max-width: 999px) {
  .header .rt-pay-wrap {
    position: fixed;
    right: 20px;
    top: 80px;
  }
}

@media (max-width: 767px) {
  .header {
      justify-content: space-between;
  }

  .header .rt-pay-wrap {
    position: revert;
  }

  .header .header_nav {
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0px;
    top: 70px;
    background-color: var(--white-background);
    padding: 15px;
  }

  .header .header_nav ul {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .header .header_nav ul li {
    flex-shrink: 0;
    width: calc(30% - 0px);
    font-size: 1rem;
    
  }
}

@media (max-width: 575px) {
  .header {
      justify-content: space-between;
      height: 60px;
  }

  .header .logo {
    max-width: 100px;
  }

  .header .rt-pay-wrap {
    max-width: 200px;
  }

  .header .header_nav {
    width: 100%;
    top: 60px;
    padding: 15px 10px;
  }
}

@media (max-width: 375px) {

}

@media (max-width: 325px) {
  
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 10;
  flex-direction: column;
  align-items: center;
}


@media (max-width: 1120px) {
  
}

@media (max-width: 899px) {
  
}

@media (max-width: 767px) {
  
}

@media (max-width: 575px) {
  
}

/* header 끝 */

/* footer 시작 */

.footer {
  background: var(--black-background);
  color: var(--white-text);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  padding-bottom: 70px;
}

.footer .footer_tit {
  padding: 30px;
  width: 100%;
  border-bottom: 1px solid var(--white-background);
  text-align: center;
}

.footer .footer_tit h3 {
  font-size: 32px;
  font-weight: 500;
}


.footer .footer_txt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 70px auto;
  padding: 0 20px;
  gap: 30px;
}

.footer .footer_txt .footer_logo {
  width: calc(20% - 30px);
}

.footer .footer_txt .footer_logo img {
  width: 100%;
  max-width: 130px;
}

.footer .footer_txt .footer_content {
  width: calc(80% - 30px);
}

.footer .footer_txt ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  gap: 5px;
}

.footer .footer_txt ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.footer .footer_txt ul li:after {
  display: flex;
  content: "";
  width: 1px;
  height: 50%;
  background: #ffffff;
  margin: 0 10px;
}

.footer .footer_txt ul li:last-child::after {
  display: none;
}

.footer .footer_txt .footer_content p {
  margin-top: 50px;
}


@media (max-width: 767px) {

  .footer .footer_txt {
    width: 92%;
    flex-direction: column;
    margin: 40px auto;
    padding: 0;
  }

  .footer .footer_txt .footer_logo,
  .footer .footer_txt .footer_content {
    width: 100%;
  }

  .footer .footer_txt .footer_logo img {
    width: 100%;
    max-width: 105px;
  }

  .footer .footer_txt ul li {
    font-size: 0.9rem;
  }

  .footer .footer_txt ul li::after {
    display: none;
  }
}

/* footer 끝 */
