@charset "UTF-8";
/* =========
color
========= */
/* =========
fonts
========= */
/* =========
미디어쿼리 pc, tablet, mobile 중단점
========= */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
header,
section,
article,
aside,
footer,
nav,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
div,
button,
dd,
dl,
dt,
fieldset,
form,
input,
legend,
ul,
li,
ol,
p,
select,
table,
td,
textarea,
th,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Pretendard", sans-serif;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a,
a:link {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
li,
dl,
dd,
dt {
  list-style: none;
}

i,
em,
address {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

img {
  vertical-align: top;
  width: auto;
}

p,
li,
dd {
  line-height: normal;
}

pre {
  white-space: pre-wrap;
}

input,
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  border: 0;
}

.hidden {
  position: absolute;
  left: -1000px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #fff;
}

/* Pretendard */
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*Hakgyoansim Allimjang 학교안심 알림장*/
@font-face {
  font-family: "Hakgyoansim-Allimjang";
  src: url("../fonts/Hakgyoansim-Allimjang-R.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hakgyoansim-Allimjang";
  src: url("../fonts/Hakgyoansim-Allimjang-B.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* font 기본설정 */
/* 기준사이즈 18px , line-height: 160% (28.8px) */
html,
body,
div,
li,
ul,
dl,
dt,
dd,
table,
tr,
td {
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.54px;
  color: #333;
}

h2 {
  font-family: "Hakgyoansim-Allimjang";
  color: #fff;
  text-align: center;
  font-size: 2.667rem; /*48px*/
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 62.4px */
  letter-spacing: -0.48px;
}

h3 {
  font-family: "Hakgyoansim-Allimjang";
  color: #333;
  text-align: center;
  font-size: 2rem; /*36px*/
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 50.4px */
}

h4 {
  font-family: "Hakgyoansim-Allimjang";
  color: #333;
  font-size: 1.444rem; /*26px*/
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 36.4px */
}

h5 {
  font-family: "Hakgyoansim-Allimjang";
  color: #333;
  font-size: 1.222rem; /*22px*/
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
}

/* 전체 공통사항 */
::after::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  display: flex;
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
  align-items: center;
  align-self: stretch;
  flex: 1 0 0;
  width: 100%;
}

.con_title {
  font-family: "Hakgyoansim-Allimjang";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #333;
  padding-left: 20px;
}

/* ======== */
/* 미디어쿼리 */
@media (max-width: 1280px) {
  .con_title {
    font-size: 1.556rem;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .con_title {
    font-size: 1.444rem;
    padding-left: 5px;
  }
}