@charset "UTF-8";
/* reset.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
  flex-shrink: 1;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;
  box-sizing: border-box;
  word-break: normal;
}

:lang(ko) {
  word-break: keep-all;
  word-wrap: break-word;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
hr {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
th,
td {
  word-break: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  /* 스크롤 바의 색상 지정 */
  /* 스크롤 바 호버 시 색상 지정 */
}
html ::-webkit-scrollbar {
  width: 17px;
  /* 스크롤 바의 너비 */
  background-color: #f6f6f6;
  /* 스크롤 바의 배경색 */
}
html ::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  /* 스크롤 바의 색상 */
}
html ::-webkit-scrollbar-thumb:hover {
  /* 스크롤 바의 색상 */
}
html ::-webkit-scrollbar-button {
  width: 17px;
  height: 16px;
}

body {
  color: var(--color-darken);
  font-family: "Poppins", sans-serif, Poppins, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

caption,
legend {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

table {
  border-spacing: 0;
  table-layout: fixed;
}

picture {
  display: inline-block;
}

picture > img {
  display: block;
}

img,
picture,
video,
canvas {
  max-width: 100%;
  border: none;
}

img {
  vertical-align: top;
}

hr.type-dashed {
  border-top-style: dashed;
}
hr.type-hide {
  display: none;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  text-underline-position: under;
  color: var(--color-darken);
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}
button:disabled {
  cursor: default;
}

input,
select,
textarea {
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000 !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000 !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

svg {
  fill: transparent;
}

:root {
  --blue-1: #fafeff;
  --blue-2: #f2fafe;
  --blue-3: #e3f5ff;
  --blue-4: #d2effe;
  --blue-5: #c0e6fa;
  --blue-6: #aadaf3;
  --blue-7: #8cc9e8;
  --blue-8: #5cb3dd;
  --blue-9: #6fd2ff;
  --blue-10: #64c7f6;
  --blue-11: #0077a2;
  --blue-12: #083f55;
  /* semantic color */
  --color-primary: var(--blue-7);
  --color-secondary: #2D5273;
  --color-darken: #081826;
  --color-gray: #E6E6E6;
  --color-error: #FF0000;
  --color-point: #8CC9E8;
  --border-primary: var(--color-primary);
  --border-secondary: var(--color-secondary);
  --border-darken: var(--color-darken);
  --border-gray: var(--color-gray);
  --border-error: var(--color-error);
  --border-point: var(--color-point);
  --bg-primary: var(--color-primary);
  --bg-secondary: var(--color-secondary);
  --bg-darken: var(--color-darken);
  --bg-gray: var(--color-gray);
  --bg-error: var(--color-error);
}

/* Poppins */
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Poppins-Black.woff") format("woff"), url("/resources/user/fonts/Poppins-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Poppins-Bold.woff") format("woff"), url("/resources/user/fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Poppins-ExtraBold.woff") format("woff"), url("/resources/user/fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Poppins-ExtraLight.woff") format("woff"), url("/resources/user/fonts/Poppins-ExtraLight.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Poppins-Light.woff") format("woff"), url("/resources/user/fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Poppins-Medium.woff") format("woff"), url("/resources/user/fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Poppins-Regular.woff") format("woff"), url("/resources/user/fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Poppins-SemiBold.woff") format("woff"), url("/resources/user/fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Poppins-Thin.woff") format("woff"), url("/resources/user/fonts/Poppins-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
/* Kaint */
@font-face {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Kanit-Bold.woff") format("woff"), url("/resources/user/fonts/Kanit-Bold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Kanit-ExtraBold.woff") format("woff"), url("/resources/user/fonts/Kanit-ExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Kanit-ExtraLight.woff") format("woff"), url("/resources/user/fonts/Kanit-ExtraLight.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Kanit-Light.woff") format("woff"), url("/resources/user/fonts/Kanit-Light.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Kanit-Medium.woff") format("woff"), url("/resources/user/fonts/Kanit-Medium.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Kanit-Regular.woff") format("woff"), url("/resources/user/fonts/Kanit-Regular.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Kanit-SemiBold.woff") format("woff"), url("/resources/user/fonts/Kanit-SemiBold.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  src: url("/resources/user/fonts/Kanit-Thin.woff") format("woff"), url("/resources/user/fonts/Kanit-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
.container {
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
}
.container.fluid {
  width: 100%;
  max-width: 100%;
}

/* media */
@media (max-width: 1280px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 47px;
  }
  .container.fluid {
    padding: 0;
  }
}
@media (max-width: 720px) {
  .container {
    padding: 0 20px;
  }
  .container.fluid {
    padding: 0;
  }
}
input {
  font-size: 16px;
}

.text-field {
  height: 50px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  border: 1px solid var(--border-secondary);
  padding: 0 10px;
}
.text-field.fluid {
  width: 100%;
}

.textarea-box {
  border: 1px solid var(--border-secondary);
  border-radius: 9px;
  overflow: hidden;
  margin-top: 10px;
}
.textarea-box textarea {
  font-size: 15px;
  border: none;
  width: 100%;
  height: 213px;
  padding: 20px;
  resize: none;
  overflow-y: auto;
  line-height:1.5em;
}

button {
  background-color: transparent;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 113px;
  height: 40px;
  border-radius: 9px;
  font-size: 20px;
  padding: 0 25px;
  font-weight: 600;
  /* color */
  /* line type */
}
.btn.btn-primary {
  background-color: var(--bg-primary);
  color: #fff;
}
.btn.btn-secondary {
  background-color: var(--bg-secondary);
  color: #fff;
}
.btn.btn-point {
  background-color: var(--bg-point);
  color: #fff;
}
.btn.btn-point.line {
  background-color: #fff;
  border: 1px solid var(--border-point);
  color: var(--color-point);
}
.btn.type-line {
  border: 1px solid var(--border-darken);
}

.btn-wrap {
  display: flex;
  margin: 60px 0;
}
.btn-wrap.center {
  justify-content: center;
}
.btn-wrap.column {
  align-items: center;
  flex-direction: column;
}
.btn-wrap.column .btn + .btn {
  margin-top: 20px;
}
.btn-wrap.row {
  gap: 70px;
}

@media (max-width: 720px) {
  .btn-wrap.row {
    flex-direction: column;
  }
}
.checkbox[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 기본(네이티브) 모양을 제거 */
  box-sizing: border-box;
  background-clip: content-box;
  width: 15px;
  height: 15px;
  border: 1px solid var(--border-secondary);
  cursor: pointer;
}
.checkbox[type=checkbox]:checked {
  border-color: var(--border-secondary);
  background-color: var(--bg-secondary);
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.radio[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 기본(네이티브) 모양을 제거 */
  box-sizing: border-box;
  background-clip: content-box;
  width: 15px;
  height: 15px;
  border: 1px solid var(--border-secondary);
  cursor: pointer;
}
.radio[type=radio]:checked {
  border-color: var(--border-secondary);
  background-color: var(--bg-secondary);
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.icon {
  display: block;
}
.icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.icon.icon-x:before {
  background-image: url(/resources/user/images/icon/icon-x.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon.icon-insta:before {
  background-image: url(/resources/user/images/icon/icon-insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon.icon-link:before {
  background-image: url(/resources/user/images/icon/icon-link.svg);
  background-repeat: no-repeat;
}
.icon.icon-close:before {
  background-image: url(/resources/user/images/icon/icon-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#header .container {
  width: 100%;
  max-width: 1440px;
}
#header .header-inner {
  height: 130px;
  display: flex;
  align-items: center;
}
#header h1 {
  flex-shrink: 0;
}
#header h1 img {
  width: 253px;
}
#header nav {
  margin-left: 28px;
}
#header nav ul {
  display: flex;
  align-items: center;
  gap: 48px;
}
#header nav a {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
#header nav a.on {
  color: var(--color-secondary);
}
#header nav .icon {
  width: 24px;
  height: 24px;
  margin-top: -4px;
}
#header .util-box {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .util-box .icon {
  width: 28px;
  height: 28px;
}
#header .util-box .btn {
  min-width: 152px;
  font-size: 16px;
  font-weight: 900;
  border: 2px solid var(--border-primary);
  color: var(--color-primary);
}
#header .menu-button {
  display: none;
  width: 32px;
  height: 25px;
  /* position: relative; */
  position: absolute;
  right: 0px;
}
#header .menu-button span {
  width: 100%;
  height: 1px;
  background: var(--bg-darken);
  position: absolute;
  left: 50%;
}
#header .menu-button span:first-child {
  top: 0;
  transform: translateX(-50%);
}
#header .menu-button span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
#header .menu-button span:last-child {
  bottom: 0;
  transform: translateX(-50%);
}
#header .sitemap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  background: #fff;
  z-index: 999;
}
#header .sitemap.on {
  left: 0;
}
#header .sitemap.menu .sitemap-inner {
  width: 100%;
}
#header .sitemap.menu .sitemap-inner ul a {
  color: var(--color-darken);
}
#header .sitemap.menu .sitemap-inner ul li.on a {
  color: var(--color-secondary);
}
#header .sitemap.menu .sitemap-inner .btn-wrap .btn {
  border: 2px solid var(--border-darken);
  color: var(--color-darken);
}
#header .sitemap .container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .sitemap .btn-close {
  position: absolute;
  top: 57px;
  right: 81px;
  z-index: 2;
}
#header .sitemap .btn-close em {
  width: 37px;
  height: 32px;
}
#header .sitemap-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
#header .sitemap-inner .logo {
  height: 173px;
}
#header .sitemap-inner .nav {
  width: 438px;
}
#header .sitemap-inner .nav .icon-box {
  display: flex;
  gap: 20px;
}
#header .sitemap-inner .nav .icon {
  width: 34px;
  height: 34px;
}
#header .sitemap-inner ul {
  text-align: center;
}
#header .sitemap-inner ul li + li {
  margin-top: 49px;
}
#header .sitemap-inner ul a {
  font-size: 35px;
  font-weight: bold;
  color: var(--color-secondary);
}
#header .sitemap-inner .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
}
#header .sitemap-inner .btn-wrap .btn {
  min-width: 180px;
  font-size: 25px;
  font-weight: bold;
  border: 2px solid var(--border-primary);
  color: var(--color-primary);
  height: 53px;
}

/* media */
@media (max-width: 1280px) {
  #header .sitemap .container {
    max-width: 100%;
  }
  #header .sitemap .container .flex {
    flex-direction: column;
  }
  #header .sitemap .gnb {
    max-width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  #header .sitemap .gnb ul li {
    text-align: center;
  }
  #header .sitemap .gnb ul li a {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  #header .header-inner {
    height: 93px;
    position: relative;
  }
  #header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header h1 img {
    width: 186px;
  }
  #header nav {
    display: none;
  }
  #header .util-box a {
    display: none;
  }
  #header .util-box .btn {
    width: 120px;
    min-width: auto;
    display: none;
  }
  #header .menu-button {
    display: block;
  }
  #header .sitemap .btn-close {
    top: 30px;
    right: 30px;
  }
  #header .sitemap-inner {
    flex-direction: column;
    padding: 0 20px;
  }
  #header .sitemap-inner .nav {
    width: 100%;
  }
  #header .sitemap-inner ul {
    text-align: left;
  }
}
@media (max-width: 720px) {
  #header .util-box .btn {
    width: 90px;
    display: none;
  }
  #header .sitemap .btn-close {
    top: 32px;
    right: 15px;
  }
  #header .sitemap .btn-close em {
  width: 32px;
  height: 25px;
}
  #header .sitemap-inner {
    width: 100%;
    gap: 50px;
  }
  #header .sitemap-inner ul li + li {
    margin-top: 30px;
  }
  #header .sitemap-inner ul a {
    font-size: 24px;
  }
  #header .sitemap-inner .logo {
    height: 80px;
    margin-top: 50px;
  }
  #header .sitemap-inner .btn-wrap {
    flex-direction: column;
    gap: 10px;
  }
  #header .sitemap-inner .btn-wrap .btn {
    width: 100%;
  }
}
#footer .footer-inner {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border-darken);
  padding-top: 17px;
  padding-bottom: 86px;
}
#footer .logo-box {
  flex-shrink: 0;
}
#footer .logo-box img {
  width: 253px;
}
#footer .logo-box p {
  margin-top: 10px;
  text-align: center;
}
#footer .policy {
  display: flex;
  line-height: 24px;
}
#footer .policy div {
  width: 220px;
}
#footer .policy div a {
  display: block;
}
#footer .policy div a + a {
  margin-top: 24px;
}

/* media */
@media (max-width: 1024px) {
  #footer { font-size: 14px; }
  #footer .footer-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #footer .logo-box img {
    width: 186px;
  }
  #footer .policy div {
    width: auto;
  }
  #footer .policy div + div {
    margin-left: 20px;
  }
}
@media (max-width: 720px) {
  #footer .footer-inner {
    flex-direction: column-reverse;
  }
  #footer .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
  }
  #footer .logo-box p {
    margin-top: 20px;
  }
  #footer .policy {
    width: 100%;
    flex-direction: column;
  }
  #footer .policy div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #footer .policy div a + a {
    margin-top: 0;
  }
  #footer .policy div + div {
    margin-left: 0;
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.pagetitle {
  border-bottom: 1px solid var(--border-darken);
  margin-bottom: 70px;
}
.pagetitle h2 {
  font-size: 50px;
  font-weight: 800;
  color: var(--color-primary);
  height: 83px;
}

/* media */
@media (max-width: 1024px) {
  .pagetitle {
    margin-bottom: 46px;
  }
  .pagetitle h2 {
    font-size: 35px;
    height: auto;
    line-height: 53px
  }
}
.form-box .box + .box {
  margin-top: 20px;
}
.form-box .box p {
  margin-bottom: 6px;
}
.form-box .box.name .text-field, .form-box .box.address .text-field {
  width: 250px;
}
.form-box .box.date .year {
  width: 150px;
}
.form-box .box.date .day {
  width: 87px;
  margin-left: 20px;
}

@media (max-width: 720px) {
  .pagetitle h2 {
    font-size: 28px;
    height: auto;
    line-height: 45px
  }
  
  .form-box .box.date .year,
  .form-box .box.date .day {
    width: 100%;
  }
}
.board-list .list-item {
  display: block;
  width: 100%;
}
.board-list .list-item + .list-item {
  display: block;
  margin-top: 48px;
}
.board-list .date {
  font-size: 19px;
  font-weight: 600;
  color: var(--color-primary);
}
.board-list .cont {
  font-size: 25px;
  font-weight: bold;
}

.board-detail .board-title {
  font-size: 28px;
  font-weight: bold;
}
.board-detail .date {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
}
.board-detail .cont {
  margin-top: 28px;
}
.board-detail .btn-back {
  display: block;
  max-width: 200px;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-secondary);
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 160px;
}

.thumb-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  padding: 0 60px;
}

.thumb-detail-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 41px;
}
.thumb-detail-list a {
  width: 100%;
}
.thumb-detail-list a img {
  width: 100%;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  gap: 42px 150px;
  padding: 0 60px;
}
.video-list a {
  display: block;
  max-width: 505px;
  width: 100%;
}
.video-list a img {
  width: 100%;
}
.video-list .cont-text {
  font-size: 16px;
  color: var(--color-secondary);
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

#videoDetail .cont-text {
  max-width: 840px;
  text-align: left;
  font-size: 23px;
  color: var(--color-secondary);
  margin: 0 auto;
  margin-top: 15px;
}

.imgboard-list a {
  display: flex;
  gap: 86px;
}
.imgboard-list a + a {
  margin-top: 42px;
}
.imgboard-list .img-box {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.imgboard-list .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.imgboard-list p {
  font-size: 18px;
}
.imgboard-list .date {
  font-weight: bold;
}
.imgboard-list .cont {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* popup */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.popup-content .swiper-slide {
  height: 100vh;
}
.popup-content .img-box {
  width: auto;
  height: calc(100vh - 40px);
  margin: 0 auto;
}
.popup-content .img-box img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
  margin: 0 auto;
}
.popup-content .swiper-button-next, .popup-content .swiper-button-prev {
  color: #fff;
  border-radius: 50%;
}
.popup-content .swiper-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
}
.popup-content .swiper-btn::after {
  font-size: 30px;
}
.popup-content .swiper-btn:hover {
  opacity: 1;
}

.close-popup {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
}
.close-popup:before, .close-popup:after {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
}
.close-popup:before {
  transform: rotate(45deg);
}
.close-popup:after {
  transform: rotate(-45deg);
}

/* media */
@media (max-width: 1024px) {
  .board-list .list-item + .list-item {
    margin-top: 12px;
  }
  .board-list .date {
    font-size: 16px;
  }
  .board-list .cont {
    font-size: 20px;
  }
  .board-detail .board-title {
    font-size: 22px;
  }
  .board-detail .date {
    font-size: 18px;
    margin-top: 10px;
  }
  .board-detail .cont {
    margin-top: 20px;
  }
  .board-detail .btn-back {
    font-size: 16px;
    max-width: 100px;
  }
  .thumb-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0;
  }
  .thumb-list img {
    width: 100%;
  }
  .thumb-detail-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .video-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 0;
  }
  .video-list a {
    max-width: 100%;
  }
  .popup-content {
    padding: 20px;
  }
  .popup-content .img-box {
    width: 100%;
    height: 100%;
  }
  .popup-content .swiper-btn {
    width: 50px;
    height: 50px;
  }
  .popup-content .swiper-btn::after {
    font-size: 30px;
  }
}
@media (max-width: 720px) {
  .board-list .list-item + .list-item {
    margin-top: 10px;
  }
  .board-title {
    font-size: 22px;
  }
  .board-list .date {
    font-size: 13px;
  }
  .board-list .cont {
    font-size: 16px;
  }
  .thumb-list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .thumb-detail-list {
    gap: 20px;
  }
  .imgboard-list a {
    gap: 20px;
  }
  .board-detail {
    font-size: 20px;
  }
  .board-detail .date {
    font-size: 13px;
  }
  .board-detail .cont {
    font-size: 16px;
  }
}
#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 40px;
}
#pagination > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: fill 0.3s;
}
#pagination > a svg {
  fill: var(--gray-8);
}
#pagination > a:first-child {
  margin-right: 20px;
  font-size: 20px;
}
#pagination > a:last-child {
  margin-left: 20px;
  font-size: 20px;
}
#pagination > a + a {
  margin-left: 10px;
}
#pagination .num-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  gap: 10px;
}
#pagination .num-list li {
  margin: 0 2px;
}
#pagination .num-list li a {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #000;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}
#pagination .num-list li.active a {
  border-bottom: 1px solid var(--border-secondary);
}

#commentWrite h4 {
  font-size: 28px;
  font-weight: 900;
  color: var(--color-secondary);
}

#commentList {
  margin-top: 76px;
  margin-bottom: 86px;
}
#commentList .list-item {
  border-top: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary);
  padding: 12px 24px;
}
#commentList .list-item + .list-item {
  border-top: 0;
}
#commentList .list-item .date {
  font-size: 13px;
  font-weight: 900;
  color: var(--color-primary);
  margin-right: 10px;
  margin-top: 4px;
}
#commentList .list-item .user {
  font-size: 20px;
  font-weight: 900;
  color: var(--color-secondary);
}
#commentList .list-item .delete {
  font-size: 13px;
  font-weight: 900;
  margin-top: 4px;
  padding-left: 10px;
}
#commentList .list-item .cont {
  min-height: 116px;
  margin-top: 10px;
  font-size: 15px;
}

html {
  font-size: 16px;
}

body {
  -ms-overflow-style: none;
}
body.fix {
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none;
}

/* common style */
#contents {
  overflow: hidden;
}

.section {
  overflow: hidden;
}

.relative {
  position: relative;
}

.blind {
  position: absolute;
  left: -99999px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -99999px;
  clip: rect(0, 0, 0, 0);
}

.flex {
  display: flex;
}
.flex.align-center {
  align-items: center;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-ent {
  align-items: flex-end;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-start {
  justify-content: start;
}
.flex.justify-space-between {
  justify-content: space-between;
}
.flex.gap30 {
  gap: 30px;
}

/* text */
.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.sub-title {
  font-size: 25px;
  font-weight: bold;
}

/* color */
.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-point {
  color: var(--color-point);
}

.color-error {
  color: var(--color-error);
}

/* list type */
.list-type.dot li {
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.list-type.dot li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--bg-darken);
  position: absolute;
  top: 8px;
  left: 0;
}
.list-type.dot li.no-dot {
  padding-left: 0;
}
.list-type.dot li.no-dot::before {
  display: none;
}

/* box */
.line-box {
  border: 2px solid var(--border-secondary);
  border-radius: 13px;
  padding: 26px;
}
.line-box .list-type li {
  font-size: 16px;
}
.line-box .list .list-item + .list-item {
  margin-top: 30px;
}
.line-box .list .title {
  color: var(--color-secondary);
  font-weight: bold;
  margin-bottom: 10px;
}

/* logo with */
.logo-box.big img {
  height: 150px;
}
.logo-box + .sub-title {
  margin-top: 34px;
}

/* small-wrap */
.md-width {
  max-width: 650px;
  margin: 0 auto;
}

.sm-width {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .md-width,
  .sm-width {
    max-width: 100%;
  }
  
  .sub-title {
    font-size: 21px;
  }
  
  .btn {
    font-size: 16px;
    padding: 0 20px;
  }
  
  .logo-box.big img {
    height: 110px;
  }
  
  #pagination .num-list li a {
	  font-size: 16px;	  
	  width: 25px;
	  height: 25px;
  }
}