@charset "UTF-8";
h2 {
  color: #595959;
  font-size: 50px;
  font-weight: 700;
}

section {
  padding-left: 40px;
  padding-right: 40px;
}

/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
/* ▒                모바일 세로형                ▒ */
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
@media (max-width: 768px), (max-width: 1024px) and (max-height: 416px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2 {
    font-size: 40px;
  }
}
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
/* ▒                모바일 가로형                ▒ */
/* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ */
@media all and (max-width: 1024px) and (max-height: 416px) {
  section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@font-face {
  font-family: "Poppins";
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040,
    U+005B-0060, U+007B-007E;
}
* {
  font-family: "DM Sans", "Noto Sans KR", "Apple SD Gothic Neo", Sans-serif;
}

.header {
  padding-bottom: 20px;
  height: auto;
  border-bottom: 1px solid #e6e8ec;
}

body {
  color: #2c2c2c;
  font-size: 14px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

section {
  min-width: 0;
  padding: 60px 60px;
  min-height: calc(100vh - 240px);
}

.title {
  font-weight: 700;
  color: #2c2c2c;
  font-size: 40px;
}

h2,
.h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
}

.description {
  color: inherit;
}
.description,
.card-description,
.footer-big p {
  color: #2c2c2c;
  font-weight: 400;
}
p {
  line-height: 1.61em;
  font-weight: 400;
  font-size: 1.2em;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.cntr {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 120px;
}

dl,
ol,
ul {
  margin-top: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

li {
  list-style-type: decimal;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-left: 40px;
}

h4,
.h4 {
  font-size: 1.5em;
  line-height: 1.45em;
  margin-top: 30px;
  margin-bottom: 15px;
}
/* <!-- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 추가 240131 : 시작 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ --> */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
/* <!-- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 추가 240131 : 종료 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ --> */

h5,
.h5 {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 15px;
}
/* <!-- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 추가 240131 : 시작 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ --> */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
/* <!-- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 추가 240131 : 종료 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ --> */
h2 {
  font-weight: 600;
}
/* <!-- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 추가 240131 : 시작 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ --> */
section span {
  font-weight: 400;
  opacity: 0.7;
}
/* <!-- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 추가 240131 : 종료 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ --> */
section b,
section strong {
  font-weight: 600;
}
section a {
  color: #f96332;
  text-decoration: underline;
}
section ul,
section li {
  list-style: initial;
  box-sizing: initial;
}
section .second- {
  list-style: none;
}
section .second1 {
  list-style: decimal;
}

.description > ul ul li {
  list-style: circle;
}

::marker {
  text-align: right !important;
  text-align-last: right !important;
  position: absolute;
  right: 0;
}

.cntr.tabs {
  gap: 40px;
  display: flex;
  border-bottom: 1px solid #e6e8ec;
  margin-bottom: 0;
}

.tabs {
  line-height: 32px;
  font-weight: 400;
  font-size: 18px;
  color: #b1b5c3;
  text-align: center;
}

.policy-tab1,
.policy-tab2,
.policy-tab3 {
  width: 154px;
  padding-bottom: 12px;
  font-weight: 500;
  color: #b1b5c3;
}

.policy-tab1.activated,
.policy-tab2.activated,
.policy-tab3.activated {
  border-bottom: 2px solid #23262f;
  color: #23262f;
}

.footer__textbtn.terms,
.footer__textbtn.privacy {
  text-decoration: none;
}

.cntr.cookie table {
  border-collapse: collapse;
}
.cntr.cookie thead {
  border-bottom: 2px solid #b1b5c3;
  text-align: center;
  background-color: #f4f5f6;
}
.cntr.cookie thead td {
  font-weight: 600;
}
.cntr.cookie tr:nth-child(2) {
  background-color: #f4f5f6;
}
.cntr.cookie td {
  padding: 8px;
}
.cntr.cookie span {
  word-break: break-all;
}
.cntr.cookie a {
  word-break: break-all;
}

.footer__textbtn.contact {
  opacity: 1;
}

.cntr.title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}

.dropdown {
  position: relative;
}

.select-dropdown {
  padding: 8px 24px 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  color: #23262f;
  border: 1px solid #e6e8ec;
  font-weight: 500;
  width: 200px;
}

.ico-dropdown {
  display: inline-flex;
  overflow: hidden;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 36%;
  transform: translateY(-50%);
}

.ico-dropdown > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}

.link,
.underline {
  text-decoration: underline;
  opacity: 1;
}

.info-title {
  font-weight: 600;
}

section ol li {
  list-style: none;
  position: relative;
}
section ol li strong {
  position: absolute;
  left: -38px;
}

#v1_0 {
  display: none;
}

@media (max-width: 1024px) and (max-height: 416px), (max-width: 768px) {
  section {
    min-width: 0;
    padding: 0px 40px;
    min-height: calc(100vh - 240px);
  }
  .cntr.tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0;
  }
  .policy-tab1,
  .policy-tab2,
  .policy-tab3 {
    width: 100%;
    border-bottom: 1px solid #e6e8ec;
  }
  .cntr.tabs {
    gap: 12px;
  }
  .cntr.title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title {
    margin-bottom: 12px;
    font-size: 32px;
  }
  .ico-dropdown {
    top: 60%;
  }
  .header .header__menu-btn > span {
    font-family: "poppins";
  }
}

/*# sourceMappingURL=policy.css.map */
