@charset "UTF-8";


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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Pretendard', 'Malgun Gothic', sans-serif !important;
}

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,
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,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0; 
  padding: 0;
  border: 0 none;
  font: inherit;
  font-size:1.6rem;
}

html {
  user-select: none;
  font-size:62.5%;
}

strong {
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  padding-inline-start: 0px;
}
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
button {
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  border-right: 0px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  white-space: nowrap;
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  overflow: visible;
  outline: none;
}

input[type='button'] {
  border: none;
  padding: 0;
  background: transparent;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  border-right: 0px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  white-space: nowrap;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  overflow: visible;
}

/* input[type="password"]  input[type="radio"]  input[type="checkbox"]{
	border: 1px solid #b4b4b4;
} */

input[type='password'],
input[type='checkbox'],
input[type='text'] {
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #b4b4b4;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
}
caption, .hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

mark {
  background:none;
}


.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.popup .img_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
}

.popup .img_box img {
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    display: block;
}

.popup .img_box .bt_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(../img_pre/bt_close2.png);
}

.program-container .card,
.program-container .card.two,
#sortByLibAndItemSelect,
#sizeSelect {
    cursor: pointer;
}

#archiveDescribe{
    overflow-wrap: break-word;
    font-size: 18px;
    line-height: 1.8;
}

#archiveDescribe p {
    line-height: normal;
}

#archiveDescribe img {
    max-width: 50%;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}