@charset "utf-8";


@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%;
}

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;
}
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 {
    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;
}
caption {
    width: auto;
    height: auto;
    line-height: 1.3;
    overflow: visible;
    visibility: visible;
    font-size:1.4rem;
    color:#333;
    font-weight:500;
    margin-bottom:0.4rem;
}
hr {
    display: block;
}
address,
em,
i {
    font-style: normal;
}
label {
    cursor: pointer;
}

iframe{
    width:100%;
    height:102%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

table{
    border: 1px solid #a5a5a5;
    border-collapse: collapse;
    text-align: center;
    width:100%;
}
table tr{
    border-bottom: 1px solid #a5a5a5;
}
table th{
    font-weight: 500;
}
table td{
    font-weight:400;
}
table td,
table th{
    border-right: 1px solid #a5a5a5;
    padding: 0.2rem 0.8rem;
    font-size: 1.2rem;
    color:#333;
}
