@charset "UTF-8";

/* CDN */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");

/* 기본 reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont,
               'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR',
               'Malgun Gothic', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
  letter-spacing: -0.4px;
  color: #000;
  background-color: #fff;
}

body.is-popup-open {
  overflow: hidden;
}

/* 모바일에서 전체 높이 필요할 때 사용 */
@media all and (max-width: 768px) {
  html,
  body {
    height: 100%;
  }
}

/* 요소 기본값 초기화 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  list-style: none;
}

main,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section {
  display: block;
}

address {
  display: inline-block;
  font-style: normal;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

em {
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
}

/* 테이블 */
table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  border-color: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 폼 요소 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0;
  border: none;
}

select {
  cursor: pointer;
  -moz-appearance: none;      /* Firefox */
  -webkit-appearance: none;   /* Safari/Chrome */
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

sup {
  font-size: 0.65em;
  vertical-align: super;
  line-height: 0;
}

button {
  padding: 0;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  background-image: none;
}

input,
button,
textarea,
select {
  outline: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

label {
  cursor: pointer;
}

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

/* placeholder (모던 브라우저 기준) */
::placeholder {
  font-size: 16px;
  color: #aaa;
  letter-spacing: -0.4px;
}

/* IE/Edge(구버전) 기본 클리어 버튼 숨김 */
::-ms-clear,
::-ms-reveal {
  display: none;
}

/* 스크롤바 숨김 (전체 사이트에서 스크롤바 미노출) */
/* WebKit */
::-webkit-scrollbar {
  display: none;
}

/* Firefox */
* {
  scrollbar-width: none;
}

/* IE/Edge (구버전) */
body {
  -ms-overflow-style: none;
}


/* 접근성용 숨김 텍스트 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 스킵 링크 */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 8px 12px;
  background: #000;
  color: #fff;
}

.skip-link:focus {
  left: 8px;
  top: 8px;
}


/* margin / padding / color / etc */
.mg-0 {
  margin: 0 !important;
}

.mg-16 {
  margin: 0 -1rem !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mt-5 {
  margin-top: 0.3125rem !important;
}

.mt-6 {
  margin-top: 0.375rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mt-14 {
  margin-top: 0.875rem !important;
}

.mt-15 {
  margin-top: 0.9375rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mt-18 {
  margin-top: 1.125rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mt-28 {
  margin-top: 1.75rem !important;
}

.mt-26 {
  margin-top: 1.625rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mt-35 {
  margin-top: 2.1875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-42 {
  margin-top: 2.625rem !important;
}

.mt-45 {
  margin-top: 2.8125rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-90 {
  margin-top: 5.625rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.mt-120 {
  margin-top: 7.5rem !important;
}

.mb-2 {
  margin-bottom: 0.125rem !important;
}

.mb-3 {
  margin-bottom: 0.188rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.mb-6 {
  margin-bottom: 0.375rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.mb-18 {
  margin-bottom: 1.125rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-47 {
  margin-bottom: 2.9375rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-86 {
  margin-bottom: 5.375rem !important;
}

.mb-96 {
  margin-bottom: 6rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-3 {
  margin-left: 0.1875rem !important;
}

.ml-4 {
  margin-left: 0.25rem !important;
}

.ml-5 {
  margin-left: 0.3125rem !important;
}

.ml-8 {
  margin-left: 0.5rem !important;
}

.ml-10 {
  margin-left: 0.625rem !important;
}

.ml-12 {
  margin-left: 0.75rem !important;
}

.ml-16 {
  margin-left: 1rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

.ml-24 {
  margin-left: 1.5rem !important;
}

.ml-36 {
  margin-left: 2.25rem !important;
}

.ml-60 {
  margin-left: 3.75rem !important;
}

.ml-80 {
  margin-left: 5rem !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-3 {
  margin-right: 0.1875rem !important;
}

.mr-5 {
  margin-right: 0.3125rem !important;
}

.mr-6 {
  margin-right: 0.375rem !important;
}

.mr-8 {
  margin-right: 0.5rem !important;
}

.mr-10 {
  margin-right: 0.625rem !important;
}

.mr--16 {
  margin-right: -1rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

.mr-36 {
  margin-right: 2.25rem !important;
}

.mr-40 {
  margin-right: 2.5rem !important;
}

.mr-50 {
  margin-right: 3.125rem !important;
}

.mr-60 {
  margin-right: 3.75rem !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-15 {
  padding-top: 0.9375rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pt-18 {
  padding-top: 1.125rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pt-25 {
  padding-top: 1.5625rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-90 {
  padding-top: 5.625rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-14 {
  padding-bottom: 0.875rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-120 {
  padding-bottom: 7.5rem !important;
}

.pb-160 {
  padding-bottom: 10rem !important;
}

.pb-270 {
  padding-bottom: 16.875rem !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-8 {
  padding-left: 0.5rem !important;
}

.pl-16 {
  padding-left: 1rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.pl-30 {
  padding-left: 1.875rem !important;
}

.pl-45 {
  padding-left: 2.8125rem !important;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-8 {
  padding-right: 0.5rem !important;
}

.pr-16 {
  padding-right: 1rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.pr-30 {
  padding-right: 1.875rem !important;
}

.ptb-250 {
  padding: 15.625rem 0 !important;
}

.pd-0 {
  padding: 0 !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

.va-m {
  vertical-align: middle !important;
}

.word-break {
  word-break: break-all;
}

.underline {
  text-decoration: underline;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fz-11 {
  font-size: 0.6875rem !important;
}

.fz-12 {
  font-size: 0.75rem !important;
}

.fz-13 {
  font-size: 0.8125rem !important;
}

.fz-14 {
  font-size: 0.875rem !important;
}

.fz-15 {
  font-size: 0.9375rem !important;
}

.fz-16 {
  font-size: 1rem !important;
}

.fz-17 {
  font-size: 1.0625rem !important;
}

.fz-18 {
  font-size: 1.125rem !important;
}

.fz-20 {
  font-size: 1.25rem !important;
}

.fz-22 {
  font-size: 1.375rem !important;
}

.fz-25 {
  font-size: 1.5625rem !important;
}

.fz-26 {
  font-size: 1.625rem !important;
}

.fz-28 {
  font-size: 1.75rem !important;
}

.fz-32 {
  font-size: 2rem !important;
}

.lh-16 {
  line-height: 1rem !important;
}

.lh-19 {
  line-height: 1.1875rem;
}

.lh-22 {
  line-height: 1.375rem !important;
}

.lh-24 {
  line-height: 1.5rem;
}

.lh-26 {
  line-height: 1.625rem;
}

.lh-28 {
  line-height: 1.75rem;
}

/* margin / padding / color / etc */
/* flex */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.al-top {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.flex.al-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.al-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.justify-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.flex.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
}

.f-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* flex */
/* flex wrap */
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-wrap > * + * {
  margin-left: 0.3125rem;
}

.flex-wrap.etc-ty1 > * + * {
  margin-left: 0.9375rem;
}

.flex-wrap .selectbox {
  display: block;
  width: 100%;
  min-width: auto;
}

.flex-wrap .input {
  width: 100%;
}

/* flex wrap */
/* display */
.disp-b {
  display: block !important;
}

.disp-ib {
  display: inline-block !important;
}

/* opacity */
.op-0{
  opacity: 0;
}

.op-50{
  opacity: 50%;
}

.op-100{
  opacity: 100;
}

/* br-모바일적용 */
.m-br {
    display: none;
}
@media (max-width: 767px) {
    .m-br {
        display: inline-block;
    }
}
