@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

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,
a:active,
a:focus,
button {
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background: none;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

/* font */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Pretendard Regular"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-Regular.woff2") format("woff2"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Pretendard Medium"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-Medium.woff2") format("woff2"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Pretendard SemiBold"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-SemiBold.woff2") format("woff2"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Pretendard Bold"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-Bold.woff2") format("woff2"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local("Pretendard Bold"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-ExtraBold.woff2") format("woff2"), url("https://ggpoint.kdot.cloud/upload/font/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "경기천년제목";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("GyeonggiTitle Light"), url("https://ggpoint.kdot.cloud/upload/font/Gyeonggi-Title-Light.woff") format("woff");
}
@font-face {
  font-family: "경기천년제목";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("GyeonggiTitle Medium"), url("https://ggpoint.kdot.cloud/upload/font/Gyeonggi-Title-Medium.woff") format("woff");
}
@font-face {
  font-family: "경기천년제목";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("GyeonggiTitle Bold"), url("https://ggpoint.kdot.cloud/upload/font/Gyeonggi-Title-Bold.woff") format("woff");
}
@font-face {
  font-family: "경기천년제목";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local("GyeonggiTitle ExtraBold"), url("https://ggpoint.kdot.cloud/upload/font/Gyeonggi-TitleV.woff") format("woff");
}
@font-face {
  font-family: "경기천년바탕";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("GyeonggiBatang Regular"), url("https://ggpoint.kdot.cloud/upload/font/Gyeonggi-Batang-Regular.woff") format("woff");
}
@font-face {
  font-family: "경기천년바탕";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("GyeonggiBatang Bold"), url("https://ggpoint.kdot.cloud/upload/font/Gyeonggi-Batang-Bold.woff") format("woff");
}
.sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0); /* 구형 브라우저를 위해 사용 */
  clip-path: polygon(0 0, 0 0, 0 0); /* inset(50%) 와 동일한 표현 */
}

.focus {
  cursor: pointer;
}
.focus:focus {
  outline: auto;
}
.focus:focus-visible {
  outline: auto;
}

.point {
  color: #1cb171;
}

/* Base Common */
html {
  font-size: 62.5%;
}
html ::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  background-color: #a8a8a8;
}
html ::-webkit-scrollbar-track {
  border-radius: 10rem;
  background-color: #d9d9d9;
}

body {
  color: #101010;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Pretendard", -apple-system, sans-serif;
}

html,
body {
  height: 100%;
}

a,
button,
input,
select,
textarea {
  font-family: "Pretendard", -apple-system, sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 7rem 0 16rem;
  box-sizing: border-box;
}
.container .main {
  display: flex;
  flex-grow: 1;
  padding: 0 1.6rem;
  width: calc(100% - 3.2rem);
}
.container .main .content {
  width: 100%;
}
.container .main .content .content-wrap {
  width: 100%;
}
.container .main .content .content-wrap .pagnation-wrap {
  padding-top: 2.6rem;
}
.container .main .content > .btn-wrap {
  align-items: center;
  gap: 1.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 16rem;
  padding: 0 1.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #fff 19.23%);
}
.container .main .content > .btn-wrap .btn {
  flex: 1;
}
@media (min-width: 769px) {
  .container .main {
    width: calc(100% - 4.8rem);
    padding: 0 2.4rem;
  }
  .container .main .content > .btn-wrap {
    justify-content: center;
    padding: 0 2.4rem;
  }
  .container .main .content > .btn-wrap .btn {
    max-width: 50.4rem;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .container {
    padding: 9.6rem 0 0;
  }
  .container .main {
    display: flex;
    justify-content: center;
    gap: 4.8rem;
    position: relative;
    width: 100%;
    padding: 0 0 8rem;
  }
  .container .main .content {
    max-width: 102.4rem;
    width: 100%;
  }
  .container .main .content .content-wrap {
    padding: 0;
  }
  .container .main .content .content-wrap .pagnation-wrap {
    padding: 4rem 0 0;
  }
  .container .main .content > .btn-wrap {
    justify-content: center;
    position: static;
    height: auto;
    padding: 4rem 0 0;
  }
  .container .main .content > .btn-wrap .btn {
    flex: 1;
    width: 100%;
  }
}

/*
z-index 규칙
- 최상위 요소(모달, 알럿) : 1000 ~ 9999
- 딤 : 900 ~ 999
- 드롭다운, 툴팁 : 100 ~ 500
- 헤더, 네비 : 50 ~ 100
- 콘텐츠 : 1 ~ 10
- 기본 : 0
*/
.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}
.main .title-wrap .title {
  max-width: 32rem;
  color: #101010;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}
.main .title-wrap .title span {
  color: #fd6363;
}
.main .text-wrap {
  padding: 2.4rem 2rem;
  border-radius: 1.2rem;
  background-color: #f7f7f7;
}
.main .text-wrap .text {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}
.main .text-wrap .text span {
  font-weight: 600;
}
.main .text-wrap .text .point {
  color: #457ff0;
}
.main .number-wrap .number {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}
.main .number-wrap .number a {
  display: block;
  color: #3d3d3d;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}
.main .number-wrap .number a:link, .main .number-wrap .number a:visited {
  color: #3d3d3d;
}
.main .number-wrap .number a:focus, .main .number-wrap .number a:hover, .main .number-wrap .number a:active {
  color: #3d3d3d;
}
.main .img-wrap {
  display: flex;
  width: 15rem;
  height: 2.5rem;
  margin-top: 1.6rem;
}
.main .img-wrap img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .main {
    gap: 4rem 0;
  }
  .main .title-wrap .title {
    max-width: 56rem;
    font-size: 4.4rem;
  }
  .main .text-wrap {
    display: flex;
    justify-content: center;
    max-width: 86rem;
    width: 100%;
    padding-top: 6rem;
    padding: 4rem 2rem;
  }
  .main .text-wrap .text {
    max-width: 67rem;
    font-size: 2rem;
  }
  .main .number-wrap .number {
    font-size: 1.4rem;
  }
  .main .number-wrap .number a {
    display: inline-block;
    font-size: 1.4rem;
  }
  .main .img-wrap {
    margin-top: 2rem;
    width: 22rem;
    height: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .main .title-wrap .title {
    max-width: 57rem;
    font-size: 4.6rem;
  }
  .main .text-wrap {
    max-width: 110rem;
  }
  .main .text-wrap .text {
    max-width: 75rem;
    font-size: 2.2rem;
  }
}