@charset "utf-8";
@font-face {
    font-family: 'Cafe24Dangdanghae';
    src: url("../font/Cafe24Dangdanghae-v2.0.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url("../font/GmarketSansTTFLight.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url("../font/GmarketSansTTFMedium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url("../font/GmarketSansTTFBold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: url("../font/Pretendard-Thin.woff2") format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: url("../font/Pretendard-ExtraLight.woff2") format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: url("../font/Pretendard-Light.woff2") format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: url("../font/Pretendard-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: url("../font/Pretendard-Medium.woff2") format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: url("../font/Pretendard-SemiBold.woff2") format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: url("../font/Pretendard-Bold.woff2") format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: url("../font/Pretendard-ExtraBold.woff2") format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: url("../font/Pretendard-Black.woff2") format('woff2');
}

/* Reset */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: break-all;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-size: 62.5%;
    font-family: 'Pretendard';
    letter-spacing: -0.04rem;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	min-width:37rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
button,
input,
label,
select,
textarea {
    vertical-align: middle;
}
strong {
    display: inline-block;
}
fieldset,
iframe,
img {
    border: 0 none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
textarea {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
address,
em {
    font-style: normal;
}
a {
	display:block;
    text-decoration: none;
    background-color: transparent;
    vertical-align: middle;
    -webkit-text-decoration-skip: objects;
    word-break: break-word;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
li,
menu {
    list-style: none;
}
s {
    text-decoration: none;
}
button {
    padding: 0;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    vertical-align: middle;
    text-transform: none;
    border: none;
    background: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
}
hr {
    display: block;
}
address,
em,
i {
    font-style: normal;
}
label {
    cursor: pointer;
}

/* input */
input {
    overflow: visible;
    transition: border 0.4s;
    border: none;
    color: #333333;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="search"] {
    flex: 1 1 auto;
    width: 100%;
    height: 4.6rem;
    font-size: 1.6rem;
    padding: 0 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s;
    border-radius: 0.6rem;
    font-family: "Pretendard";
    font-weight: 400;
    color: #333333;
    background: #ffffff;
}

input:focus {
    padding: 0 1.2rem;
    color: #333333;
    transition: all 0.4s;
    outline: none;
}

input[type="date"] {
    background: url("../img/icon/icon-date-right-darkgray-24-px2x.png") right 1.6rem center / 2rem no-repeat;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

input:disabled,
input:read-only {
    color: #555;
    -webkit-text-fill-color: inherit;
    border: 1px solid #ddd;
    background: #ddd;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="password"]:disabled {
    opacity: 1;
    -webkit-text-fill-color: #555;
}


/* WebKit (Chrome, Safari µî) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #333333;          /* ±ÛÀÚ»ö */
  caret-color: #333333;                       /* Ä¿¼­»ö */
  box-shadow: 0 0 0 1000px #fff inset;     /* ¹è°æ µ¤±â(°¡Àå È®½Ç) */
  transition: background-color 0s;         /* ±ôºýÀÓ ¹æÁö */
}

/* Firefox */
input:-moz-autofill {
  color: #333333 !important;                  /* ±ÛÀÚ»ö */
  box-shadow: 0 0 0 1000px #fff inset;     /* ¹è°æ µ¤±â */
  background-color: transparent !important;/* ÀÏºÎ ¹öÀü º¸Á¤ */
}


::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #333333;
    font-weight: 400;
    vertical-align: middle;
    text-align: left;
}
input[type="tel"]::placeholder {
    text-align: left;
}

input.has_el[inputmode="numeric"] {
    text-align: right;
}

select {
    flex: 1;
    width: 100%;
    height: 4.6rem;
    font-size: 1.6rem;
    padding: 0 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s;
    border-radius: 0.6rem;
    font-family: "Pretendard";
    font-weight: 400;
    color: #333333;
    background:#ffffff url('/image/icon_select.svg') no-repeat calc(100% - 1rem) center / 1.8rem ;
	border:none;
}
select:focus {
    padding: 0 1.2rem;
    color: #333333;
    transition: all 0.4s;
    outline: none;
}

textarea {
    flex: 1;
    width: 100%;
    height: 12rem;
    font-size: 1.6rem;
    padding: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s;
    border-radius: 0.6rem;
    font-family: "Pretendard";
    font-weight: 400;
    color: #333333;
    border: none;
    background: #ffffff;
}
textarea:focus {
    padding: 1rem 1.2rem;
    color: #333333;
    transition: all 0.4s;
    outline: none;
}
table{
	border-collapse: collapse;
}