@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* color */
/* text-align */
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

/* font-size */
.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs18 {
  font-size: 18px !important;
}

/* font-weight */
.fwl {
  font-weight: 300 !important;
}

.fwr {
  font-weight: 400 !important;
}

.fwm {
  font-weight: 500 !important;
}

/* margin */
.mgl8 {
  margin-left: 8px !important;
}

.mgr8 {
  margin-right: 8px !important;
}

.mgb4 {
  margin-bottom: 4px !important;
}

.mgb6 {
  margin-bottom: 6px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb14 {
  margin-bottom: 14px !important;
}

.mgb16 {
  margin-bottom: 16px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

/* padding */
.pdl10 {
  padding-left: 10px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

/* display */
.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

/* line-height */
.lh150 {
  line-height: 150%;
}

* {
  box-sizing: border-box;
}

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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  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 {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

/* 테이블 공통 */
table {
  width: 100%;
  font-size: 15px;
}
table td,
table th {
  vertical-align: middle;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #ddd;
}
table th {
  background: #f6f6f6;
  color: #000;
  height: 40px;
}

main {
  height: 880px;
  background-image: url(/images/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -420px;
}

section {
  display: flex;
  justify-content: space-between;
  background: #f3f9ff;
}
section .inner {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section h2 {
  font-size: 18px;
  font-weight: 500;
}
section .bookmark,
section .notice {
  width: 100%;
  padding: 60px 50px;
}
section .bookmark div.flex {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
section .bookmark h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
}
section .bookmark .box {
  width: 25%;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0px 0px 25px -13px rgba(152, 183, 198, 0.3);
  border: 2px solid #e9f0f8;
  padding: 10px;
}
section .bookmark .box:hover {
  border: 2px solid #dceaf9;
  transform: translateY(-10px);
  transition: transform 0.5s;
}
section .bookmark .box:hover span {
  text-decoration: underline;
}
section .bookmark .box span,
section .bookmark .box img {
  display: block;
  font-size: 18px;
}
section .bookmark .box img {
  margin-bottom: 30px;
  width: 40px;
}
section .notice h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
section .notice h2 a {
  font-size: 15px;
  color: #666;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/more.svg") no-repeat;
}
section .notice ul li {
  margin: 14px 0;
  height: 20px;
  font-size: 15px;
  cursor: pointer;
  color: #333;
}
section .notice ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .notice ul li .notice__badge {
  color: #14A7ED;
  border: 1px solid #14A7ED;
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 13px;
  margin-right: 8px;
  display: inline-block;
  letter-spacing: -0.5px;
}
section .notice ul li p:hover {
  text-decoration: underline;
  color: #000;
}
section .notice ul li span {
  color: #666;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */