@charset "UTF-8";
@import url("normalize.css");
@import url("tipuesearch.css");
@import url("list.css");
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap"); */
@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
  font-family: "yg-jalnan";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: "GyeonggiBatang";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiBatang.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  letter-spacing: -0.75px;
  box-sizing: border-box;
  color: #282828;
  -webkit-overflow-scrolling: touch;
}

img {
  vertical-align: middle;
  outline: none;
}

a {
  text-decoration: none;
}

ol, ul, li {
  list-style: none;
}

select, button, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

select:focus, input:focus, button:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

input[type=radio] {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

html, body {
  width: 100%;
  height: 100%;
  /* font-family: "Noto Sans KR", sans-serif; */
  font-family: 'NanumSquareNeo-Variable', sans-serif;
  font-size: 20px;
}

body {
  height: auto;
  min-width: 320px;
  margin: 0 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

b {
  font-weight: bold;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
}

.mo1365 {
  display: none !important;
}

.mo1024 {
  display: none !important;
}

.mo768 {
  display: none !important;
}

.mo {
  display: none !important;
}

#Pagenation {
  position: fixed;
  right: 300px;
  top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 901;
}
#Pagenation > li {
  margin-right: 60px;
}
#Pagenation > li:last-child {
  margin-right: 0;
}
#Pagenation > li > a {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
#Pagenation > li > a sup {
  font-size: 100%;
}

header {
  position: fixed;
  width: 100%;
  height: 90px;
  height: var(--header-height);
  top: 0;
  background-color: #3b3b3b;
  z-index: 901;
}
header * {
  color: #fff;
}
header .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 80px;
}
header .logoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logoWrap .logo {
  display: flex;
  align-items: center;
  font-size: 0;
}
header .logoWrap .logo img {
  display: inline-block;
}
header .logoWrap .vol {
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.3;
  margin-left: 10px;
}
header span,
nav .top span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header span .gnb,
nav .top span .gnb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 998;
}
header span .gnb > li,
nav .top span .gnb > li {
  margin-right: 3rem;
}
header span .gnb > li > a,
nav .top span .gnb > li > a {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
header span .btnWrap,
nav .top span .btnWrap {
  display: flex;
  align-items: center;
  height: 100%;
  /* border-left: 1px solid #e8e8e8; */
}
header span .btnWrap .search,
nav .top span .btnWrap .search {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/search_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  margin-left: 50px;
}
header span .btnWrap .menu,
nav .top span .btnWrap .close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  margin-left: 30px;
}

nav .top span .btnWrap .close {
  background-image: url("../images/common/close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


header.on {
  border-bottom: none;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 902;
  overflow-y: scroll;
}
nav .top {
  position: fixed;
  width: 100%;
  height: var(--header-height);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  background-color: #3b3b3b;
  z-index: 1;
}

nav .top * {
  color: #fff;
}

nav .top .logoWrap {
  display: flex;
  align-items: center;
}
nav .top .logoWrap .logo {
  display: block;
  font-size: 0;
}
nav .top .logoWrap .logo img {
  display: inline-block;
  vertical-align: unset;
}
nav .top .logoWrap .vol {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.3;
  margin-left: 10px;
}

nav .top .close {
  width: 28px;
  height: 28px;
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
nav .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 660px;
  max-width: 34%;
  background-color: #fff9dd;
}
nav .left .wrap {
  max-width: 315px;
  width: 90%;
}
nav .left .cover {
  padding-bottom: 10px;
}
nav .left .cover img {
  display: block;
  width: auto;
  max-width: 100%;
}
nav .left .btnWrap {
  display: flex;
  flex-wrap: wrap;
}
nav .left .btnWrap .subscribe {
  width: 100%;
  margin-right: 0;
  background-color: #000;
  color: #fff;
}
nav .left .btnWrap .subscribe:hover {
  background-color: #fff;
  color: #000;
}
nav .left .btnWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(50% - 2.5px);
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #000;
  padding: 15px 0;
  background-color: #fff;
}
nav .left .btnWrap a:nth-child(3n), nav .left .btnWrap a:last-child {
  margin-right: 0;
}
nav .left .btnWrap a:nth-last-child(-n+2) {
  margin-bottom: 0;
}
nav .left .btnWrap a:hover {
  background-color: #000;
  color: #fff;
}
nav .right {
  min-height: calc(100vh - var(--header-height));
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: var(--header-height);
  right: 0;
  background-color: var(--main-bg);
}
nav .right .wrap {
  display: flex;
  flex-direction: column;
}
nav .right .wrap .gnb {
  margin-bottom: 60px;
}

nav .right .wrap .gnb .gnbTitle {
  display: flex;
  align-items: center;
}

nav .right .wrap .gnb .gnbTitle .circle {
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
}

nav .right .wrap .gnb .gnbTitle span {
  transform: translateX(-5px);
}

nav .right .wrap .gnb .gnbTitle span:first-of-type {
  transform: translate(5px);
}

nav .right .wrap .gnb:nth-child(1) .gnbTitle .circle {
  background-color: #e74550;
}
nav .right .wrap .gnb:nth-child(2) .gnbTitle .circle {
  background-color: #e97b00;
}
nav .right .wrap .gnb:nth-child(3) .gnbTitle .circle {
  background-color: #457e15;
}
nav .right .wrap .gnb .gnbTitle {
  /* font-family: "yg-jalnan"; */
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 25px;
  font-weight: 600;
}
nav .right .wrap .gnb ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
/* nav .right .wrap .gnb ul li {
  padding-bottom: 20px;
}
nav .right .wrap .gnb ul li:last-child {
  padding-bottom: 0;
} */
nav .right .wrap .gnb ul li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
nav .right .wrap .gnb ul li a:hover {
  text-decoration: underline;
}

nav.on {
  display: flex;
}

footer {
  width: 100%;
  background-color: #f7f8f8;
}
footer .wrap {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 0;
}
footer .wrap .left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
/* footer .wrap .left .f_logo {
  width: 50%;
} */
footer .wrap .right .sns {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .wrap .right .sns > a {
  display: block;
  margin-right: 10px;
}
footer .wrap .right .sns > a:last-child {
  margin-right: 0;
}
footer .wrap .left .address {
  font-size: 15px;
  line-height: 1.3;
  color: #7a7a7a;
  padding-bottom: 8px;
  word-break: keep-all;
}
footer .wrap .left .copy {
  font-size: 15px;
  line-height: 1.3;
  color: #afafaf;
}
footer .wrap .right .btnWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .wrap .right .btnWrap > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #efefef;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 5px;
}
footer .wrap .right .btnWrap > a:last-child {
  margin-right: 0;
}
footer .wrap .right .btnWrap > a span {
  display: block;
  font-size: 16px;
}
footer .wrap .right .btnWrap > a:hover {
  background-color: #2073e8;
}
footer .wrap .right .btnWrap > a:hover img {
  filter: invert(1);
}
footer .wrap .right .btnWrap > a:hover span {
  color: #fff;
}

.fixBtn {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 100;
}
.fixBtn > button {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.fixBtn > button span {
  display: inline-block;
}
.fixBtn > button.print {
  background-image: url("../images/common/print.png");
  background-size: 24px;
  background-color: #6a6a6a;
  margin-bottom: 5px;
}
.fixBtn > button.print span {
  text-indent: -9999px;
}
.fixBtn > button.print:hover {
  background-color: #fff;
  background-blend-mode: exclusion;
}
.fixBtn > button.share {
  background-image: url("../images/common/share.png");
  background-size: 24px;
  background-color: #282828;
  margin-bottom: 5px;
}
.fixBtn > button.share span {
  text-indent: -9999px;
}
.fixBtn > button.share:hover {
  background-color: #fff;
  background-blend-mode: exclusion;
}
.fixBtn > button.uptop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  letter-spacing: 0;
  font-size: 80%;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.fixBtn > button.uptop span {
  transform: scaleX(0.8);
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 600;
}
.fixBtn > button.uptop::before {
  content: "∧";
  display: inline-block;
  position: relative;
  transform: scaleY(0.6);
  height: 20px;
  margin-top: -6px;
}
.fixBtn > button.uptop:hover {
  background-color: #282828;
}
.fixBtn > button.uptop:hover span {
  color: #fff;
  font-weight: 400;
}
.fixBtn > button.uptop:hover::before {
  color: #fff;
}

.searchArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
.searchArea .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.searchArea .wrap .searchForm {
  display: block;
  width: 100%;
}
.searchArea .wrap .searchForm .inputWrap {
  position: relative;
  width: 90%;
  max-width: 780px;
  height: auto;
  margin: 0 auto;
  border-radius: 50px;
  transition: all 0.4s ease-in;
  overflow: hidden;
  background-color: #fff;
}
.searchArea .wrap .searchForm .inputWrap input[type=text] {
  display: block;
  width: 100%;
  padding: 20px 30px 20px 30px;
  font-size: 20px;
  color: #000;
}
.searchArea .wrap .searchForm .inputWrap input[type=text]::-moz-placeholder {
  color: #9d9d9d;
  font-size: 20px;
}
.searchArea .wrap .searchForm .inputWrap input[type=text]::placeholder {
  color: #9d9d9d;
  font-size: 20px;
}
.searchArea .wrap .searchForm .inputWrap .searchBtn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  margin: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.searchArea .wrap .searchForm .inputWrap .searchBtn img {
  display: block;
  width: 100%;
}

.searchArea.on {
  display: block;
}

/*IPad Pro*/
@media (max-width: 1365px) {
  .pc1365 {
    display: none !important;
  }
  .mo1365 {
    display: block !important;
  }
  header .wrap {
    padding: 0 5%;
  }
  header span .gnb > li,
  nav .top span .gnb > li {
    margin-right: 30px;
  }
  header span .gnb > li > a,
  nav .top span .gnb > li > a {
    font-size: 18px;
  }
  header span .btnWrap .search,
  nav .top span .btnWrap .search {
    margin-left: 30px;
  }
  #Pagenation {
    right: 250px;
  }
  #Pagenation > li {
    margin-right: 30px;
  }
  #Pagenation > li > a {
    font-size: 18px;
  }
  nav .top {
    padding: 0 5%;
  }
  nav .left {
    width: 30%;
  }
  nav .left .wrap {
    width: 80%;
  }
  /* nav .right {
    width: 70%;
  } */
  /* nav .right .wrap .gnb {
    width: calc(33.3333% - 13.3333px);
    margin-right: 20px;
  } */
  nav .right .wrap .gnb .gnbTitle {
    font-size: 22px;
  }
  nav .right .wrap .gnb ul li {
    padding-bottom: 10px;
  }
  nav .right .wrap .gnb ul li a {
    font-size: 18px;
  }
  footer .wrap {
    width: 90%;
    flex-direction: column;
  }
  footer .wrap .left {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  footer .wrap .right {
  }
}
/*IPad*/
@media (max-width: 1024px) {
  .pc1024 {
    display: none !important;
  }
  .mo1024 {
    display: block !important;
  }
  .mo1024.inBlock {
    display: inline-block !important;
  }
  header span .gnb,
  nav .top span .gnb {
    display: none;
  }
  header span .btnWrap,
  nav .top span .btnWrap {
    border: none;
  }
  #Pagenation {
    display: none;
  }
  nav {
    flex-direction: column;
  }
  /* nav .top {
    border-bottom: 1px solid #c9c9c9;
  } */
  nav .left {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
  }
  nav .left .wrap {
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 100%;
  }
  nav .left .wrap .cover {
    padding-bottom: 0;
    margin-right: 10px;
  }
  nav .left .wrap .btnWrap a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 0;
  }
  nav .left .wrap .btnWrap a:last-child {
    margin-bottom: 0;
  }
  nav .right {
    order: 1;
    width: 100%;
    padding: var(--header-height) 5% 60px;
  }
  nav .right .wrap {
    width: 100%;
  }
  .fixBtn {
    right: 30px;
    bottom: 30px;
  }
}
/*Tablet*/
@media (max-width: 768px) {
  .pc768 {
    display: none !important;
  }
  .mo768 {
    display: block !important;
  }
  .mo768.inBlock {
    display: inline-block !important;
  }
  header,
  nav .top {
    background: linear-gradient(to bottom, #000, 55%, transparent);
  }
  nav .right {
    top: 0;
    padding: 140px 5% 60px;
  }
  nav .right .wrap {
    flex-direction: column;
  }
  nav .right .wrap .gnb {
    /* padding-bottom: 50px; */
    width: 100%;
  }
  nav .right .wrap .gnb:last-child {
    padding-bottom: 0;
  }
  nav .right .wrap .gnb .gnbTitle {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* nav .right .wrap .gnb ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  nav .right .wrap .gnb ul li:nth-child(2n) {
    margin-right: 0;
  } */
  .fixBtn > button {
    width: 45px;
    height: 45px;
  }
  .fixBtn > button.share {
    background-size: 18px;
  }
  .fixBtn > button.uptop::before {
    font-size: 14px;
  }
  .fixBtn > button.uptop span {
    font-size: 14px;
  }
  .searchArea .wrap .searchForm .inputWrap {
    width: 80%;
  }
  .searchArea .wrap .searchForm .inputWrap input[type=text] {
    padding: 10px 20px 10px 20px;
    font-size: 17px;
  }
  .searchArea .wrap .searchForm .inputWrap input[type=text]::-moz-placeholder {
    font-size: 17px;
  }
  .searchArea .wrap .searchForm .inputWrap input[type=text]::placeholder {
    font-size: 17px;
  }
  .searchArea .wrap .searchForm .inputWrap .searchBtn {
    width: 20px;
    right: 20px;
  }

  footer .wrap {
    gap: 30px;
  }

  footer .wrap .left {
    align-items: center;
    text-align: center;
  }

  footer .wrap .right {
    width: 100%;
  }

  footer .wrap .right .sns {
    justify-content: center;
  }
}
/*mobile*/
@media (max-width: 576px) {
  :root {
    --header-height: 75px;
  }

  .sub-page-layout .top-text .cont b {
    margin-left: 0;
  }

  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
  .flex-break576 {
    flex-direction: column;
  }
  header {
    height: 75px;
    height: var(--header-height);
  }
  header .logoWrap .logo,
  nav .top .logoWrap .logo {
    width: 80px;
  }

  header .logoWrap .vol,
  nav .top .logoWrap .vol {
    font-size: 11px;
    margin-left: 7px;
  }
  header span .btnWrap .search, header span .btnWrap .menu,
  nav .top span .btnWrap .search, nav .top span .btnWrap .close {
    width: 24px;
    height: 24px;
    margin-left: 20px;
  }
  /* nav .top {
    height: 75px;
  } */
  nav .top .close {
    width: 22px;
    height: 22px;
  }
  nav .right .wrap .gnb ul {
    grid-template-columns: 1fr;
    text-align: center;
  }
  /* nav .top .logoWrap .logo {
    width: 75px;
  } */
  /* nav .top .logoWrap .vol {
    font-size: 14px;
    margin-left: 7px;
  } */
  nav .left {
    padding: 40px 0;
  }
  nav .left .btnWrap a {
    font-size: 14px;
  }
  /* nav .right {
    padding: 110px 0 50px;
  }
  nav .right .wrap .gnb {
    padding-bottom: 40px;
  } */
  nav .right .wrap .gnb .gnbTitle {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
  }
  /* nav .right .wrap .gnb ul li {
    padding-bottom: 15px;
  } */
  /* nav .right .wrap .gnb ul li:nth-last-child(-n+2) {
    padding-bottom: 0;
  } */
  nav .right .wrap .gnb ul li a {
    font-size: 16px;
  }
  footer .wrap .left {
    justify-content: space-between;
  }
  /* footer .wrap .left .f_logo {
    width: 40%;
  } */
  footer .wrap .right .sns > a {
    width: 7.6vw;
    margin-right: 5px;
  }
  footer .wrap .right .btnWrap > a {
    width: 17.2vw;
    height: 17.2vw;
  }
  footer .wrap .right .btnWrap > a img {
    width: 35%;
  }
  footer .wrap .right .btnWrap > a span {
    font-size: 3vw;
  }
  .fixBtn {
    right: 20px;
    bottom: 20px;
  }
}
/*mobile small*/
@media (max-width: 375px) {
  /* header .logoWrap .vol b {
    font-size: 18px;
  } */
  header span .btnWrap .search, header span .btnWrap .menu,
  nav .top span .btnWrap .search, nav .top span .btnWrap .close {
    margin-left: 15px;
  }
  /* nav .top .logoWrap .vol b {
    font-size: 18px;
  } */
  footer .wrap {
    padding: 30px 0;
  }
  footer .wrap .right {
    margin-bottom: 25px;
  }
  /* footer .wrap .left .f_logo {
    padding-bottom: 20px;
  } */
  footer .wrap .right .sns {
    padding-bottom: 20px;
  }
  footer .wrap .left .address {
    font-size: 13px;
    padding-bottom: 4px;
  }
  footer .wrap .left .copy {
    font-size: 13px;
  }
}


/* .sub {
  padding-top: 90px;
} */
.sub .topArea {
  position: relative;
  width: 100%;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub .topArea .wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sub .topArea .textWrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1150px;
  width: 90%;
  height: 100%;
}
.sub .topArea .textWrap .textTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sub .topArea .textWrap .textTop .title {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
  padding-bottom: 30px;
}
.sub .topArea .textWrap .textTop .title span {
  font-weight: 300;
  color: #fff;
}
.sub .topArea .textWrap .textTop .title b {
  color: #fff;
}
.sub .topArea .textWrap .textTop .subtitle {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
}
.sub .topArea .info {
  position: absolute;
  right: 0;
  bottom: 130px;
  text-align: right;
  font-size: 15px;
}
.sub .topArea .info > div {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
}
.sub .topArea .info > div b {
  color: #ffff7c;
  font-weight: 500;
}
.sub .topArea .textBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #fff;
  width: 100%;
}
.sub .topArea .textBottom .category {
  max-width: 50%;
}
.sub .topArea .textBottom .category span {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}
.sub .topArea .textBottom .by {
  max-width: 50%;
  text-align: right;
}
.sub .topArea .textBottom .by span {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  margin-right: 15px;
}
.sub .topArea .textBottom .by span * {
  color: #fff;
}
.sub .topArea .textBottom .by span:last-child {
  margin-right: 0;
}
.sub .topArea .textBottom.black {
  border-color: #000;
}
.sub .topArea .textBottom.black * {
  color: #000;
}
.sub .topArea .textBottom.black .by * {
  color: #000;
}
.sub .topArea .textBottom.black .by span * {
  color: #000;
}
.sub .contentsArea {
  padding: 80px 0 120px;
}
.sub .contentsArea .textbox {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.sub .contentsArea .textbox:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .bigTitle {
  font-size: 50px;
  margin-bottom: 30px;
}
.sub .contentsArea .textbox .title {
  font-size: 35px;
  line-height: 1.3;
  padding-bottom: 35px;
  font-weight: 700;
}
.sub .contentsArea .textbox .title:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .title02 {
  font-size: 28px;
  line-height: 1.3;
  padding-bottom: 20px;
  font-weight: 700;
}
.sub .contentsArea .textbox .title02:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .title03 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  font-family: "GyeonggiBatang";
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.sub .contentsArea .textbox .title03:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .title04 {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 20px;
  font-weight: 700;
}
.sub .contentsArea .textbox .title04:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .epilogue {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "GyeonggiBatang";
  text-align: center;
  color: #c14610;
  padding-bottom: 70px;
}
.sub .contentsArea .textbox .epilogue:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 45px;
  word-break: break-all;
  text-align: justify;
}
.sub .contentsArea .textbox p:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox p * {
  font-size: 100%;
}
.sub .contentsArea .textbox p small, .sub .contentsArea .textbox p sup, .sub .contentsArea .textbox p sub {
  font-size: 80%;
}
.sub .contentsArea .textbox p.lh14 {
  line-height: 1.4;
}
.sub .contentsArea .textbox p.pb10 {
  padding-bottom: 10px;
}
.sub .contentsArea .textbox p.pb20 {
  padding-bottom: 20px;
}
.sub .contentsArea .textbox .img {
  text-align: center;
  padding-bottom: 30px;
}
.sub .contentsArea .textbox .img > span {
  display: inline-block;
}
.sub .contentsArea .textbox .img > span img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.sub .contentsArea .textbox .img > span small {
  display: block;
  padding-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.sub .contentsArea .textbox .img > span.imgBottom {
  padding-bottom: 10px;
}
.sub .contentsArea .textbox .img.bubble span {
  border: 3px solid #a8a9ac;
  border-radius: 200px;
  overflow: hidden;
  background-color: #a8a9ac;
}
.sub .contentsArea .textbox .img.bubble {
  position: relative;
}
.sub .contentsArea .textbox .img.bubble::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translate(0, -50%);
  border-top: 15px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 30px solid #a8a9ac;
}
.sub .contentsArea .textbox .caption {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.sub .contentsArea .textbox .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
.sub .contentsArea .textbox .flex > span {
  display: inline-block;
  margin-right: 30px;
}
.sub .contentsArea .textbox .flex > span img.bottom {
  margin-bottom: 30px;
}
.sub .contentsArea .textbox .flex > span:last-child {
  margin-right: 0;
}
.sub .contentsArea .textbox .flex:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .flex.image > span {
  margin-right: 10px;
}
.sub .contentsArea .textbox .flex.image > span:last-child {
  margin-right: 0;
}
.sub .contentsArea .textbox .flex02 {
  display: flex;
}
.sub .contentsArea .textbox .flex02 > span {
  display: inline-block;
  margin-right: 10px;
}
.sub .contentsArea .textbox .flex02 > span:last-child {
  margin-right: 0;
}
.sub .contentsArea .textbox .flex02:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .flex03 {
  display: flex;
}
.sub .contentsArea .textbox .flex03 > span {
  display: inline-block;
  margin-right: 10px;
  min-width: 15px;
}
.sub .contentsArea .textbox .flex03 > span:last-child {
  margin-right: 0;
}
.sub .contentsArea .textbox .flex03:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .table {
  margin-bottom: 45px;
  overflow: auto;
}
.sub .contentsArea .textbox .table table {
  width: 100%;
}
.sub .contentsArea .textbox .table table caption {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}
.sub .contentsArea .textbox .table table th, .sub .contentsArea .textbox .table table td {
  padding: 10px 1%;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  border-bottom: 1px solid #898989;
  border-right: 1px solid #898989;
  word-break: break-all;
  text-align: justify;
}
.sub .contentsArea .textbox .table table th:last-child, .sub .contentsArea .textbox .table table td:last-child {
  border-right: none;
}
.sub .contentsArea .textbox .table table th {
  background-color: #646aad;
  color: #fff;
  text-align: center;
  word-break: keep-all;
  border-color: #fff;
}
.sub .contentsArea .textbox .table table .th {
  background-color: #d9dcff;
  word-break: keep-all;
}
.sub .contentsArea .textbox .table table b {
  font-weight: bold;
}
.sub .contentsArea .textbox .table .center td {
  text-align: center;
  word-break: keep-all;
}
.sub .contentsArea .textbox .table:last-child {
  margin-bottom: 0;
}
.sub .contentsArea .textbox .swiper-container.mySwiper {
  overflow: visible;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 70px;
}
.sub .contentsArea .textbox .swiper-container.mySwiper .swiper-slide {
  width: 30%;
  max-width: 410px;
  margin-right: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.sub .contentsArea .textbox .swiper-container.mySwiper .swiper-pagination-progress {
  position: static;
  margin-top: 80px;
  height: 8px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #9a9a9a;
}
.sub .contentsArea .textbox .swiper-container.mySwiper .swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: #db2222;
}
.sub .contentsArea .textbox .swiper-container.mySwiper .swiper-button-prev {
  background-image: url("../images/common/slide_prev02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  z-index: 20;
  opacity: 1;
  width: 40px;
  height: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub .contentsArea .textbox .swiper-container.mySwiper .swiper-button-next {
  background-image: url("../images/common/slide_next02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  z-index: 20;
  opacity: 1;
  width: 40px;
  height: 50px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub .contentsArea .textbox .qna {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #fabc00;
  color: #fff;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.sub .contentsArea .textbox .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #425797;
  color: #fff;
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-radius: 50%;
  margin-top: -5px;
}
.sub .contentsArea .textbox .tag {
  display: inline-block;
  padding: 5px 15px !important;
  background-color: #ddd;
  border-radius: 50px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
}
.sub .contentsArea .textbox .tag02 {
  display: inline-block;
  padding: 5px 15px !important;
  background-color: #000;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}
.sub .contentsArea .textbox .tag03 {
  display: inline-block;
  padding: 5px 15px !important;
  background-color: #000;
  color: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  font-weight: 300;
}
.sub .contentsArea .textbox .tag04 {
  display: inline-block;
  padding: 7px 15px !important;
  background-color: #fff;
  border: 2px solid #000;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}
.sub .contentsArea .textbox .square {
  display: inline-block;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  background-color: #3c449d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub .contentsArea .textbox .list {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 40px;
  word-break: break-all;
  text-align: justify;
}
.sub .contentsArea .textbox .list:last-child {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .list.wrap {
  display: flex;
  flex-wrap: wrap;
}
.sub .contentsArea .textbox .list.wrap li {
  min-width: 50%;
}
.sub .contentsArea .textbox .line {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  margin: 20px 0 60px;
}
.sub .contentsArea .textbox .line2 {
  width: 100%;
  border-bottom: 2px solid #000;
  margin: 20px 0 60px;
}
.sub .contentsArea .textbox .box {
  position: relative;
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
.sub .contentsArea .textbox .box:last-child {
  margin-bottom: 0;
}
.sub .contentsArea .textbox .box02 {
  position: relative;
  padding: 50px 40px;
  margin-bottom: 40px;
  border: 2px solid #000;
}
.sub .contentsArea .textbox .box02:last-child {
  margin-bottom: 0;
}
.sub .contentsArea .textbox .box02 .num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub .contentsArea .textbox .box03 {
  position: relative;
  padding: 30px;
  background-color: #e4f5fe;
  margin-bottom: 40px;
  border-radius: 20px;
}
.sub .contentsArea .textbox .box03:last-child {
  margin-bottom: 0;
}
.sub .contentsArea .textbox .box04 {
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
}
.sub .contentsArea .textbox .box04:last-child {
  margin-bottom: 0;
}
.sub .contentsArea .textbox .box05 {
  padding: 60px;
  margin-bottom: 40px;
}
.sub .contentsArea .textbox .box05:last-child {
  margin-bottom: 0;
}
.sub .contentsArea .textbox .titleStyle01 {
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0 !important;
  margin-bottom: 20px;
}
.sub .contentsArea .textbox .titleStyle01 * {
  padding-bottom: 0;
}
.sub .contentsArea .textbox .titleStyle02 {
  width: 100%;
  border-bottom: 2px solid #2b79bc;
}
.sub .contentsArea .textbox .titleStyle02 span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #2b79bc;
  border-radius: 20px 10px 0 0;
  padding: 12px 30px;
  text-align: center;
}
.sub .contentsArea .textbox .titleStyle02 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -9px;
  width: 30px;
  height: 93%;
  transform: skew(27deg);
  background-color: #2b79bc;
}
.sub .contentsArea .textbox .titleStyle02.blue {
  border-bottom: 2px solid #2b79bc;
}
.sub .contentsArea .textbox .titleStyle02.blue span {
  background-color: #2b79bc;
}
.sub .contentsArea .textbox .titleStyle02.blue span::after {
  background-color: #2b79bc;
}
.sub .contentsArea .textbox .titleStyle02.purple {
  border-bottom: 2px solid #7d55b4;
}
.sub .contentsArea .textbox .titleStyle02.purple span {
  background-color: #7d55b4;
}
.sub .contentsArea .textbox .titleStyle02.purple span::after {
  background-color: #7d55b4;
}
.sub .contentsArea .textbox .titleStyle02.orenge {
  border-bottom: 2px solid #df6646;
}
.sub .contentsArea .textbox .titleStyle02.orenge span {
  background-color: #df6646;
}
.sub .contentsArea .textbox .titleStyle02.orenge span::after {
  background-color: #df6646;
}
.sub .contentsArea .textbox .titleStyle03 {
  position: relative;
  margin: 25px 0 40px;
  height: 1px;
  width: 100%;
  background-color: #672c0a;
}
.sub .contentsArea .textbox .titleStyle03 > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 10px 20px 10px 0;
  background-color: #fff;
  color: #672c0a;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
}
.sub .contentsArea .textbox .category {
  display: block;
  fonts-size: 13px;
  color: #fff;
  text-decoration: underline;
  padding-bottom: 20px;
  font-weight: 300;
}
.sub .contentsArea .textbox .linkBtn {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  background-color: #3131b2;
  font-size: 16px;
}
.sub .contentsArea .textbox .linkBtn02 {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  text-align: center;
  background-color: #ea7a6f;
  border-radius: 50px;
  font-size: 16px;
}
.sub .contentsArea .textbox .linkBtn03 {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  background-color: #0637c9;
  border-radius: 50px;
  font-size: 20px;
}
.sub .contentsArea .textbox .video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.sub .contentsArea .textbox .video iframe,
.sub .contentsArea .textbox .video object,
.sub .contentsArea .textbox .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub .contentsArea .textbox .video:last-child {
  margin-bottom: 0;
}
.sub .contentsArea .textbox.full {
  width: 100%;
  max-width: 100%;
  padding: 80px calc((100% - (1120px + 10%)) / 2);
  margin-bottom: 80px;
  background-color: #fffae7;
}
.sub .contentsArea .textbox.full > span {
  display: block;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
.sub .contentsArea .upBox {
  position: relative;
  margin-top: -150px;
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 130px 0 0;
}
.sub .contentsArea .upBox > span {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.sub .contentsArea .upBox .box {
  padding: 50px;
}
.sub .contentsArea .testStyleBox {
  background-color: #fff;
  padding: 40px;
}
.sub .contentsArea .testStyleBox .top {
  margin-bottom: 50px;
}
.sub .contentsArea .testStyleBox .border {
  display: flex;
  justify-content: space-between;
  border: 1px solid #959595;
  border-radius: 10px;
  margin-bottom: 10px;
}
.sub .contentsArea .testStyleBox .border > div {
  width: 40%;
  padding: 8px 0;
  text-align: center;
  border-right: 1px solid #959595;
}
.sub .contentsArea .testStyleBox .border > div:last-child {
  border-right: none;
}
.sub .contentsArea .testStyleBox .border > div:nth-child(2) {
  width: 20%;
}
.sub .contentsArea .testStyleBox .flex02 > span {
  margin-bottom: 10px !important;
}
.sub .contentsArea .testStyleBox .border02 {
  border: 1px solid #959595;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
}
.sub .contentsArea .testStyleBox .border02 .tit {
  font-size: 43px;
  font-weight: 700;
}
.sub .contentsArea .download {
  position: relative;
}
.sub .contentsArea .download .downBtn {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
}
.sub .contentsArea .download:hover .downBtn {
  display: inline-block;
}

.marker {
  background: linear-gradient(to top, #fef376 50%, transparent 30%);
}

.marker02 {
  background: #fef376;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.just-center {
  justify-content: center !important;
}

.just-between {
  justify-content: space-between !important;
}

.just-start {
  justify-content: start !important;
}

.just-end {
  justify-content: end !important;
}

.align-center {
  align-items: center !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-stretch {
  align-items: stretch !important;
}

.flex-d-col {
  flex-direction: column !important;
}
.flex-d-col > span {
  margin-right: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-just {
  text-align: justify !important;
}

.word-keep {
  word-break: keep-all !important;
  text-align: left !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.jalnan {
  font-family: "yg-jalnan";
}

.absoluteCenter {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.fs17 {
  font-size: 17px;
}

.movement {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
.movement > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 390px;
}
.movement > a span {
  display: inline-block;
  position: relative;
  width: 330px;
  padding: 15px 0;
  border: 1px solid #000;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
}
.movement .present {
  position: relative;
  padding: 15px 0;
  border: 1px solid #000;
  font-size: 18px;
  text-align: center;
  width: 330px;
  background-color: #000;
  color: #fff;
}
.movement .prev {
  margin-right: 5px;
}
.movement .prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  background-image: url("../images/common/arrow_left.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}
.movement .next {
  margin-left: 5px;
}
.movement .next::after {
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  background-image: url("../images/common/arrow_right.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
}

.upBox.list {
  padding-top: 80px !important;
}

.past-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.past-list:last-child {
  padding-bottom: 30px;
}
.past-list li {
  width: 23.0803%;
  max-width: 180px;
  margin-right: 15.38%;
  margin-bottom: 40px;
}
.past-list li:nth-child(3n) {
  margin-right: 0;
}
.past-list li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.past-list li .vol {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.past-list li .vol small {
  font-weight: 300;
}
.past-list li .wrap {
  position: relative;
  overflow: hidden;
}
.past-list li .wrap .volImg img {
  display: block;
  width: 100%;
}
.past-list li .wrap .btnWrap {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: left 0.3s;
}
.past-list li .wrap .btnWrap > a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-bottom: 10px;
  width: 75%;
  max-width: 140px;
}
.past-list li .wrap .btnWrap > a:last-child {
  margin-bottom: 0;
}
.past-list li .wrap .btnWrap > a:hover {
  background-color: #ff5858;
}
.past-list li .wrap:hover .btnWrap {
  left: 0;
}

/*IPad Pro*/
@media (max-width: 1365px) {
  .movement > a {
    width: 35.26%;
  }
  .movement > a span {
    width: 84.62%;
  }
  .movement .present {
    width: 29.46%;
  }
}
/*IPad*/
@media (max-width: 1024px) {
  .sub .contentsArea .textbox .flex_1024 {
    flex-direction: column;
  }
  .sub .contentsArea .textbox .flex_1024 > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sub .contentsArea .textbox .flex_1024 > span:last-child {
    margin-bottom: 0;
  }
  .sub .contentsArea .textbox .img.fit_1024 span {
    display: inline;
  }
  .sub .contentsArea .textbox .img.fit_1024 span img {
    width: 100%;
  }
  .sub .contentsArea .textbox .col_reverse_mo_1024 {
    flex-direction: column-reverse !important;
  }
  .sub .contentsArea .textbox .width100_1024 {
    width: 100%;
  }
  .past-list li {
    width: 28.2073%;
    max-width: none;
    margin-right: 7.69%;
  }
}
/*Tablet*/
@media (max-width: 768px) {
  .sub .topArea {
    background-image: none;
    height: 450px;
    position: relative;
  }
  .sub .topArea .textWrap {
    position: relative;
    display: block;
  }
  .sub .topArea .textWrap .textTop .title {
    font-size: 38px;
    padding-bottom: 20px;
  }
  .sub .topArea .textWrap .textTop .subtitle {
    font-size: 20px;
  }
  .sub .topArea .textWrap .info {
    bottom: 80px;
    font-size: 12px;
  }
  .sub .topArea .textWrap .info > div {
    margin-bottom: 5px;
  }
  .sub .topArea .textWrap .info.line2 {
    bottom: 100px;
  }
  .sub .topArea .textBottom {
    padding: 20px 0;
  }
  .sub .topArea .textBottom .category span {
    font-size: 14px;
  }
  .sub .topArea .textBottom .by span {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
  }
  .sub .bg_left_mo {
    background-position: left;
  }
  .sub .bg_right_mo {
    background-position: right;
  }
  .sub .bg_left_30 {
    background-position: 30%;
  }
  .sub .contentsArea .textbox .title {
    font-size: 28px;
    padding-bottom: 25px;
  }
  .sub .contentsArea .textbox .epilogue {
    font-size: 22px;
    padding-bottom: 60px;
  }
  .sub .contentsArea .textbox p {
    font-size: 17px;
  }
  .sub .contentsArea .textbox .flex {
    flex-direction: column;
  }
  .sub .contentsArea .textbox .flex > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
  }
  .sub .contentsArea .textbox .flex > span:last-child {
    margin-bottom: 0;
  }
  .sub .contentsArea .textbox .flex_567 {
    flex-direction: row;
  }
  .sub .contentsArea .textbox .swiper-container.mySwiper {
    padding-left: 40px;
  }
  .sub .contentsArea .textbox .swiper-container.mySwiper .swiper-slide {
    margin-right: 20px;
    max-width: none;
    width: 55%;
  }
  .sub .contentsArea .textbox .swiper-container.mySwiper .swiper-pagination-progress {
    margin-top: 40px;
    margin-left: -20px;
  }
  .sub .contentsArea .textbox .swiper-container.mySwiper .swiper-button-next, .sub .contentsArea .textbox .swiper-container.mySwiper .swiper-button-prev {
    width: 25px;
  }
  .sub .contentsArea .textbox .box04 {
    padding: 30px;
  }
  .sub .contentsArea .textbox .upBox .box {
    padding: 40px 30px;
  }
  .sub .contentsArea .textbox .table table th, .sub .contentsArea .textbox .table table td {
    font-size: 14px;
  }
  .sub .contentsArea .textbox .img.bubble::before {
    display: none;
  }
  .sub .contentsArea .download .downBtn {
    display: inline-block;
  }
  .sub .contentsArea .testStyleBox {
    padding: 25px;
  }
  .sub .contentsArea .testStyleBox .border02 .tit {
    font-size: 38px;
    margin-left: -10px;
  }
  .col_reverse_mo {
    flex-direction: column-reverse !important;
  }
  .movement > a span {
    text-indent: -9999px;
  }
  .movement .prev::after {
    position: absolute;
    top: 50%;
    left: 57.38%;
    transform: translate(-50%, -50%);
    content: "이전";
    display: block;
    z-index: 1;
  }
  .movement .next::before {
    position: absolute;
    top: 50%;
    left: 40.62%;
    transform: translate(-50%, -50%);
    content: "다음";
    display: block;
    z-index: 1;
  }
  .past-list li {
    width: 44.874%;
  }
  .past-list li:nth-child(3n) {
    margin-right: 7.69%;
  }
  .past-list li:nth-child(2n) {
    margin-right: 0;
  }
}
/*mobile*/
@media (max-width: 576px) {
  /* .sub {
    padding-top: 75px;
  } */
  .sub .topArea .textWrap .textTop .title {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .sub .topArea .textWrap .textTop .subtitle {
    font-size: 18px;
  }
  .sub .topArea.shortH_mo {
    height: 180px !important;
  }
  .sub .topArea.shortH_mo .textWrap .textTop .title {
    padding-bottom: 35px;
  }
  .sub .contentsArea {
    padding: 60px 0 80px;
  }
  .sub .contentsArea .textbox {
    padding-bottom: 60px;
  }
  .sub .contentsArea .textbox .title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .sub .contentsArea .textbox .title02 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .sub .contentsArea .textbox .title03 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sub .contentsArea .textbox .epilogue {
    font-size: 18px;
    padding-bottom: 40px;
  }
  .sub .contentsArea .textbox p {
    font-size: 16px;
  }
  .sub .contentsArea .textbox .flex {
    padding-bottom: 30px;
  }
  .sub .contentsArea .textbox .flex > span {
    margin-bottom: 20px;
  }
  .sub .contentsArea .textbox .flex_567 {
    flex-direction: column;
  }
  .sub .contentsArea .textbox .flex_567 > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
  }
  .sub .contentsArea .textbox .flex_567 > span:last-child {
    margin-bottom: 0;
  }
  .sub .contentsArea .textbox .swiper-container.mySwiper .swiper-slide {
    width: 70%;
  }
  .sub .contentsArea .textbox .box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .sub .contentsArea .textbox .box02 {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .sub .contentsArea .textbox .box03 {
    padding: 20px;
    margin-bottom: 20px;
  }
  .sub .contentsArea .textbox .box04 {
    padding: 20px;
    margin-bottom: 20px;
  }
  .sub .contentsArea .textbox .box05 {
    padding: 30px;
    margin-bottom: 20px;
  }
  .sub .contentsArea .textbox .titleStyle03 > span {
    font-size: 24px;
  }
  .sub .contentsArea .textbox .linkBtn03 {
    font-size: 17px;
    padding: 12px 20px;
  }
  .sub .contentsArea .textbox .list {
    font-size: 15px;
  }
  .sub .contentsArea .textbox .list.wrap li {
    width: 100%;
  }
  .sub .contentsArea .textbox .bigTitle {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .sub .contentsArea .textbox .line2 {
    margin: 10px 0 30px;
  }
  .sub .contentsArea .textbox .circle {
    width: 35px;
    height: 35px;
    font-size: 80%;
    padding-bottom: 3px;
  }
  .sub .contentsArea .textbox.full {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sub .contentsArea .testStyleBox .top {
    margin-bottom: 30px;
  }
  .sub .contentsArea .testStyleBox .border > div {
    width: 45%;
    padding: 8px;
    font-size: 15px;
  }
  .sub .contentsArea .testStyleBox .border > div:nth-child(2) {
    width: 10%;
  }
  .sub .contentsArea .testStyleBox .border02 .tit {
    font-size: 28px;
    margin-left: -10px;
  }
  .sub .contentsArea .upBox {
    margin-top: -110px;
    padding-top: 60px;
  }
  .movement > a, .movement div, .movement span {
    font-size: 14px !important;
  }
  .movement .prev::before, .movement .next::after {
    background-size: 14px;
  }
  .past-list {
    padding-bottom: 50px;
  }
  .past-list:last-child {
    padding-bottom: 0;
  }
  .past-list li {
    margin-bottom: 7.69%;
  }
  .past-list li .vol {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .past-list li .wrap .btnWrap > a {
    padding: 8px 0;
    font-size: 12px;
  }
}
/*small mobile*/
@media (max-width: 375px) {
  .sub .topArea .textWrap .textBottom {
    padding: 15px 0;
  }
  .sub .topArea .textWrap .textBottom .category {
    top: 15px;
  }
  .sub .contentsArea .textbox .flex02 {
    display: block;
  }
  .sub .contentsArea .textbox .flex02 > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
  }
  .sub .contentsArea .textbox .flex02 > span:last-child {
    margin-bottom: 0;
  }
  .sub .contentsArea .textbox .box05 {
    padding: 20px;
  }
  .sub .contentsArea .testStyleBox .border {
    border-radius: 5px;
  }
  .sub .contentsArea .testStyleBox .border > div {
    width: 45%;
    font-size: 12px;
    padding: 8px 0;
  }
  .sub .contentsArea .testStyleBox .border > div:nth-child(2) {
    width: 10%;
  }
  .sub .contentsArea .testStyleBox .border02 .tit {
    font-size: 20px;
    margin-left: -10px;
  }
}/*# sourceMappingURL=style.css.map */

/* 2024 추가 서식 */
/* 공통 */
.no-before::before,
.no-after::after {
  content: none;
  display: none;
}

.subscribe-ico {
  display: flex;
  align-items: center;
}

.subscribe-ico::before {
  content: url(../images/common/subscribe-ico.png);
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
}

/* 공통 UI */
nav .nav-btns {
  display: none;
  margin-bottom: 3em;
  gap: 10px;
}

nav .nav-btns a {
  border: 3px solid #000;
  font-weight: 600;
  padding: 10px;
  flex: 1;
  text-align: center;
  justify-content: center;
}

footer .wrap .left .f-logo-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .f_logo {
  align-items: center;
  gap: 0px;
}

footer .f_logo .logo {
  width: 169px;
  height: 37px;
}

footer .f_logo .emblem {
  width: 90px;
  height: 75px;
}

footer .f-btn-wrap {
  display: flex;
  gap: 10px;
}

footer .f-btn-wrap a {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #000;
  border-radius: 20vw;
}

footer .f-btn-wrap a * {
  color: #fff;
  font-size: 16px;
}

footer .f-btn-wrap a img {
  max-height: 25px;
}

footer .f-mo {
  display: none;
}

@media screen and (max-width: 768px) {
  footer .wrap .right {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  footer .f-pc {
    display: none;
  }

  footer .f-mo {
    display: flex;
  }

  footer .f-btn-wrap a * {
    font-size: 13px;
  }

  footer .f-btn-wrap a img {
    max-height: 22px;
  }
}

@media screen and (max-width: 475px) {
  footer .wrap .left .address,
  footer .wrap .left .copy {
    font-size: 12px;
  }
}

/* 메인 */
:root {
  --header-height: 80px;
  --cover-width: 29vw;
  --inner-side-gap: 80px;
  --section-gap: 120px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-navigation-size: 64px;

  /* color */
  --point-bk: #333;
  --main-bg: #f8f5f1;
  --cover-text-color: #fff;
}

[data-page-type="main"] {
  display: flex;
  justify-content: end;
  background-color: var(--main-bg);
}

[data-page-type="main"] footer {
  background-color: transparent;
}

.hide {
  display: none !important;
}

.inner-wrap {
  padding: 0 var(--inner-side-gap);
}

footer {
  background-color: var(--main-bg);
}

.swiper-slide {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.cover-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* 메인 표지영역 */
.main-cover {
  width: var(--cover-width);
  height: 100vh;
  position: fixed;
  top: var(--header-height);
  left: 0;
  background-color: var(--point-bk);
  font-size: 0;
}

.main-cover img {
  width: 100%;
}

.main-cover .cover-box {
  position: relative;
}

.main-cover .cover-text {
  width: 100%;
  height: 100%;
  padding: 60px 6%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  word-break: keep-all;
  text-wrap: balance;
  line-height: 1.5;
}

.main-cover .cover-text p {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 20px;
  color: var(--cover-text-color);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  transition: opacity 0.8s linear;
  opacity: 0;
  font-family: "GyeonggiBatang";
  font-weight: 900;
  letter-spacing: 1px;
}

.main-cover .cover-text p.active {
  opacity: 1;
}

/* 메인 콘텐츠영역 */
main {
  width: calc(100% - var(--cover-width));
  padding-top: calc(var(--header-height) + 120px);
  overflow: hidden;
}

main article[class^="section-"] {
  margin-bottom: var(--section-gap);
}

.sec-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 1em;
}

.title-between {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.title-between .sec-title {
  margin-bottom: 0;
}

.swiper-btns {
  display: flex;
  align-items: center;
}

.swiper-btns .swiper-pagination {
  margin-right: 0.5em;
  position: static;
  transform: none;
  color: #a9a9a9;
}

.swiper-btns * {
  font-family: 'NanumSquareNeo-Variable', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.swiper-btns .swiper-pagination-total {
  color: inherit;
}

.swiper-btns button {
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}

.swiper-btns .prev {
  margin-right: 5px;
}

.tag-box {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
}

.tag-bk {
  width: max-content;
  max-width: 100%;
  padding: 6px 15px;
  display: block;
  position: relative;
  background-color: #51575a;
  color: #fff;
  font-size: 16px;
  border-radius: 20vw;
  z-index: 1;
}

.tag-w {
  width: max-content;
  max-width: 100%;
  display: block;
  padding: 3px 15px;
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
  z-index: 1;
}

.tag-gray {
  width: max-content;
  max-width: 100%;
  padding: 10px 15px;
  margin-bottom: 1.5em;
  display: block;
  background-color: #f4f4f4;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20vw;
  word-break: keep-all;
  line-height: 1.3;
}

.tag-pastel-blue {
  width: max-content;
  max-width: 100%;
  padding: 10px 15px;
  margin-bottom: 1.5em;
  display: block;
  background-color: #b5e2eb;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20vw;
  word-break: keep-all;
  line-height: 1.3;
}

@media screen and (max-width: 576px) {
  .tag-pastel-blue,
  .tag-gray {
    font-size: 16px;
  }
}

/* 약속으로 */
.section-promise > .inner-wrap {
  padding-right: 0;
}

.section-promise .swiper-slide {
  position: relative;
  overflow: hidden;
}

.section-promise .swiper-slide .img-box {
  display: block;
  position: relative;
  font-size: 0;
  overflow: hidden;
  border-radius: 20px;
}

.section-promise .swiper-slide .filter {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0; left: 0;
  transform: translate(20%, 20%) scale(1.5);
  opacity: 0;
  transition: opacity .35s, transform .35s;
  background: linear-gradient(-45deg, #000, 25%, rgba(255,255,255, 0.4), 70%, rgba(255,255,255, 0.2));
}

.section-promise .swiper-slide img {
  width: 100%;
}

.section-promise .swiper-slide p {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 1.5;
  word-break: keep-all;
}

.section-promise .title-between {
  padding-right: var(--inner-side-gap);
}

.section-promise [class^="tag"] {
  position: absolute;
  top: 15px;
  left: 15px;
}

/* 실천으로 */
.section-practice ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 20px 25px;
}

.section-practice ul li {
  padding: 20px 30px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  text-wrap: balance;
  word-break: keep-all;
}

.section-practice .pr-box {
  display: flex;
  align-items: center;
}

.section-practice .pr-box img {
  margin-right: 1em;
}

.section-practice .pr-box h6 {
  margin-bottom: 1em;
  font-size: 17px;  
  font-weight: 400;
}

.section-practice .pr-box h5 {
  font-size: 22px;  
  font-weight: 600;
  line-height: 1.5;
}

/* 안전으로 */
.section-safe .safe-box {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  gap: 20px;
}
/* 
.section-safe .safe-festival {
  width: 100%;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.section-safe .safe-festival li {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid blue;
} */


.section-safe .safe-box .safe-left {
  width: 67%;
}

.section-safe .safe-box .safe-right {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-safe .safe-box .safe-right a {
  width: 100%;
  display: block;
  font-size: 0;
}

.section-safe .safe-box img {
  width: 100%;
  transition: all .35s;
}

.section-safe .safe-box .safe-inner {
  display: flex;
  gap: 20px;
}
.section-safe .safe-box .safe-inner span {
  position: relative;
}
.section-safe .safe-box .safe-inner span:first-of-type {
  flex: 0.404;
}

.section-safe .safe-box .safe-inner span:last-of-type {
  flex: 0.596;
}

.section-safe .swiper-btns .swiper-pagination {
  width: max-content;
  max-width: 100%;
}

.section-safe .safe-box .safe-inner span.safe-txt {
  width: 100%;
  height: 100%;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.section-safe .safe-box .safe-inner span.safe-txt [class^="tag"] {
  flex: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-safe .safe-box .safe-inner span.safe-txt .tag-w {
  margin-bottom: 5px;
}

.section-safe .swiper-wrapper {
  align-items: stretch;
}

.section-safe .swiper-slide {
  height: auto;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}

.section-safe .swiper-slide .tag-bk {
  width: max-content;
  max-width: 100%;
  display: block;
  margin-bottom: 1em;
}

.section-safe .swiper-slide {
  display: flex;
  flex-direction: column;
}

.section-safe .swiper-slide p {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  word-break: keep-all;
}

.section-safe .swiper-slide .img-box {
  display: flex;
  align-self: flex-end;
  align-items: end;
  flex: 1;
}


.section-safe .flex-end {
  padding: 20px 0;
  display: flex;
  justify-content: end;
}

/* 반응형 */
@media screen and (max-width: 1440px) {
  :root {
    --inner-side-gap: 40px;
  }

  .section-practice .pr-box h5 {
    font-size: 20px;
  }

  .section-safe .safe-box {
    flex-direction: column;
  }

  .section-safe .safe-box .safe-left,
  .section-safe .safe-box .safe-right {
    width: 100%;
  }

  .section-safe .safe-box .safe-right {
    flex-direction: row;
    gap: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .flex-break1200 {
    flex-direction: column;
  }

  .main-cover .cover-text p {
    font-size: 16px; 
  }

  .section-practice ul {
    grid-template-columns: 1fr;
  }

  .flex-pc {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --inner-side-gap: 30px; 
    --section-gap: 80px; 
  }

  [data-page-type="main"] {
    flex-direction: column;
  }

  footer .f_logo {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .sec-title {
    font-size: 23px;
  }

  /* 메인 표지영역 */
  .main-cover {
    width: 100%;
    height: max-content;
    position: static;
  }

  .main-cover .cover-text {
    padding-top: calc(var(--header-height) + 60px);
  }

  .main-cover .cover-text p {
    font-size: 28px; 
  }

  /* 메인 콘텐츠영역 */
  main {
    width: 100%;
    padding-top: var(--header-height);
  }

  .section-promise .swiper-slide p {
    font-size: 15px;
  }

  .section-practice .pr-box h5 {
    font-size: 18px;
  }

  .section-practice .pr-box h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 475px) {
  :root {
    --inner-side-gap: 15px; 
  }

  .tag-bk {
    font-size: 13px;
  }

  .main-cover .cover-text {
    padding-top: calc(var(--header-height) + 20px);
  }

  .main-cover .cover-text p {
    font-size: 18px; 
  }

  .section-practice ul li {
    padding: 20px 10px;
  }

  .section-practice .pr-box img {
    max-width: 80px;
    margin-right: 0.5em;
  }

  .section-practice .pr-box h5 {
    font-size: 17px;
  }

  .section-practice .pr-box h6 {
    font-size: 14px;
  }

  .section-safe .safe-box,
  .section-safe .safe-box .safe-inner,
  .section-safe .safe-box .safe-right {
    gap: 10px;
  }

  .section-safe .safe-box .safe-right {
    flex-direction: column;
  }

  .section-safe .safe-box .safe-inner {
    flex-direction: column;
  }

  .section-safe .swiper-slide p {
    font-size: 14px;
  }

  .section-safe .swiper-slide .img-box {
    align-items: start;
  }
}

/* hover */
.section-promise .swiper-slide:hover .filter {
  transform: translate(-20%, -20%) scale(1.5);
  opacity: 1;
}

.section-safe .safe-box a:hover + img,
.section-safe .safe-box a:hover img {
  filter: brightness(0.7);
}


/* 서브페이지 */
:root {
  --sub-outer-size: 1600px;
  --sub-outer-radius: 80px;
  --sub-inner-size: 1120px;
  --sub-shadow-gap: 20px;
  --caption-color: #b07b43;
}

[data-page-type="sub"] {
  background-color: var(--main-bg);
}

[data-page-type="sub"][data-tag-theme="red"] {
  --gradient-light: #f85454;
  --gradient-deep: #c31244;
  --swiper-theme-color: #c31244;
}

[data-page-type="sub"][data-tag-theme="orange"] {
  --gradient-light: #e88b1d;
  --gradient-deep: #e45101;
  --swiper-theme-color: #e45101;
}

[data-page-type="sub"][data-tag-theme="green"] {
  --gradient-light: #73d05a;
  --gradient-deep: #367922;
  --swiper-theme-color: #367922;
}

.tag-yt {
  width: max-content;
  padding: 5px;
  margin-bottom: 1em;
  max-width: 100%;
  background-color: #ed2b2b;
  color: #fff;
  font-size: 16px;
}

.link-yt {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 17px;
  margin-top: 2em;
}

.link-yt::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/sub/sub_yt-play.jpg) center no-repeat;
  background-size: contain;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 475px) {
  .mobile-mb-0 {
    margin-bottom: 0 !important;
  }
  .mobile-mt-0 {
    margin-top: 0 !important;
  }
  .mobile-mb-2em {
    margin-bottom: 2em !important;
  }
}

.mt-1em {
  margin-top: 1em;
}

.tag-gray + .color-cation {
  padding-top: 1em;
}

.flex {
  display: flex;
}

.sub-page-layout .color-cation {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sub-page-layout .link-btn-bk {
  padding: 5px 10px;
  font-size: 18px;
  background-color: #282828;
  color: #e2daa2;
  font-weight: 400;
}

.sub-page-layout .color-cation .capt {
  color: var(--caption-color);
  word-break: keep-all;
  line-height: 1.5;
}

.sub-page-layout .letter-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 4em 2em;
  padding-top: calc(4em + 80px);
  font-family: "GyeonggiBatang", sans-serif;
  font-weight: 600;
}

.sub-page-layout .letter-wrap .letter-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub-page-layout .letter-wrap .letter-title {
  margin-bottom: 2em;
}

.sub-page-layout .sub-cont .letter-wrap .cont-txt {
  line-height: 2;
  text-align: left;
  margin-bottom: 4em;
}

.sub-page-layout .sub-cont .letter-wrap .who {
  width: 100%;
  text-align: right;
}
.sub-page-layout .sub-cont .letter-wrap .who span {
  font-size: 1.2em;
}

.sub-page-layout .table-wrap {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
  overflow-x: auto;
  overflow-y: hidden;
}

.sub-page-layout .table-wrap table {
  min-width: 1120px;
  line-height: 1.5;
}

.sub-page-layout .table-wrap::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  display: block;
}

.sub-page-layout .table-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20vw;
}

.sub-page-layout .table-wrap::-webkit-scrollbar-track {
  background-color: #fefefe;
}

.sub-page-layout .table-wrap.table-style-basic {
  --table-point-color: #ede8e2;
}

.sub-page-layout .table-wrap table th {
  background-color: var(--table-point-color);
}

.sub-page-layout .table-wrap table th,
.sub-page-layout .table-wrap table td {
  border: 1px solid #d1cfcb;
  padding: 15px;
  vertical-align: middle;
  font-size: 16px;
}

.sub-page-layout .table-wrap table .center {
  text-align: center;
}

.sub-page-layout .paper-wrap {
  display: flex;
  justify-content: space-between;
}

.sub-page-layout .paper-wrap .paper {
  width: 100%;
  max-width: 520px;
  display: block;
}

.sub-page-layout .paper-wrap > * {
  flex: 1
}

.sub-page-layout .color-box {
  height: max-content;
  padding: 40px;
  background-color: #f0f3fa;
}

.sub-page-layout .color-box h4 {
  line-height: 1.5;
}

.sub-page-layout .sub-cont .color-box .from-txt {
  margin: 20px 0;
  padding: 0; 
}

.sub-page-layout .sub-cont .color-box .tag-bk {
  padding: 12px 20px;
}

.sub-page-layout .layout-outer {
  width: 90%;
  max-width: var(--sub-outer-size);
  margin: var(--sub-shadow-gap) auto;
  margin-top: calc(var(--header-height) + var(--sub-shadow-gap) + 80px);
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  border-radius: var(--sub-outer-radius);
}

.sub-page-layout .inner-wrap {
  width: 90%;
  padding: 0;
  max-width: var(--sub-inner-size);
  margin: 0 auto;
}

.sub-page-layout .movement {
  align-items: stretch;
}

.sub-page-layout .movement > a span {
  padding: 30px 0;
  border: 0;
  background-color: #f1f1f1;
}

.sub-page-layout .movement .prev {
  margin-right: 10px;
}

.sub-page-layout .movement .next {
  margin-left: 10px;
}

.sub-page-layout .movement .present {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 0;
  background: linear-gradient(45deg, var(--gradient-light), var(--gradient-deep));
}

.sub-page-layout .sub-top {
  height: auto;
  margin-bottom: 100px;
  display: flex;
}

.sub-page-layout .sub-top .top-tag,
.sub-page-layout .sub-top .top-text,
.sub-page-layout .sub-top .top-image.round-image {
  margin-top: 100px;
}

.sub-page-layout .sub-top .top-profile {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  background-color: #f4f4f4;
  word-break: break-all;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 10px;
  /* border-width: 1px solid #a95f16; */
}

.sub-page-layout .sub-top .top-image.round-image {
  display: flex;
  justify-content: end;
  padding-right: var(--add-sub-top-gap);
}

.sub-page-layout .sub-top .top-image.round-image img {
  width: auto;
  max-width: 100%;
}
.sub-page-layout .sub-top .top-text.no-image {
  padding: 0;
}

.sub-page-layout .sub-top .top-text.add-gap {
  padding-left: var(--add-sub-top-gap);
}

.sub-page-layout .sub-top .top-tag {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-page-layout .sub-top .top-tag.static {
  position: static;
}

.sub-page-layout .sub-top .top-tag .tag-cont {
  width: max-content;
  height: max-content;
  padding: 50px 30px;
  display: block;
  color: #fff;
  border-radius: 0 20vw 20vw 20vw;
  background: linear-gradient(45deg, var(--gradient-light), var(--gradient-deep));
  font-size: 1rem;
}

.sub-page-layout .sub-top .top-tag .tag-cont.align-v {
  min-height: 200px;
  writing-mode: vertical-lr;
  letter-spacing: 2px;
  text-align: center;
}

.sub-page-layout .sub-top .top-tag .tag-cont.align-h {
  display: none;
}

.sub-page-layout .sub-top .top-tag .gap-half {
  height: 0.5em;
  display: block;
}

.sub-page-layout .top-text {
  padding: 0 50px;
  line-height: 1.5;
  flex: 1;
}

.sub-page-layout .top-text.inner-image {
  padding: 0;
}

.sub-page-layout .top-text.inner-image .top-image {
  width: 100%;
  max-width: 100%;
}

.sub-page-layout .top-text.inner-image .top-image img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.sub-page-layout .top-text.inner-image .top-image img {
  border-radius: 0;
}

.sub-page-layout .top-text .title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 1em;
  word-break: keep-all;
}

.sub-page-layout .top-text .title.gap-half {
  margin-bottom: 0.5em;
}

.sub-page-layout .top-text .sub-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 1.5em;
  word-break: keep-all;
}

.sub-page-layout .top-text.inner-image .title,
.sub-page-layout .top-text.inner-image .sub-title {
  /* text-align: left; */
}

.sub-page-layout .top-text .cont {
  margin-bottom: 2em;
  color: #a95f16;
  font-size: 18px;
  line-height: 1.7;
  word-break: keep-all;
}

.sub-page-layout .top-text .cont * {
  color: #a95f16;
}

.sub-page-layout .top-text .cont b {
  margin-left: 0.5em;
}

.sub-page-layout .top-text .cont b:first-of-type {
  margin-left: 0;
}

.sub-page-layout .top-image {
  min-width: 35%;
  max-width: 600px;
  font-size: 0;
}

.sub-page-layout .top-image img {
  width: 100%;
  border-radius: 0 0 0 var(--sub-outer-radius);
}

/* 본문 영역 */
.indent-num {
  display: flex;
}
.indent-num::before {
  content: attr(data-indent-num);
  margin-right: 0.25em;
  white-space: nowrap;
}

.sub-page-layout .sub-cont {
  padding-top: 0;
}

.sub-page-layout .sub-cont .cont-set {
  margin-bottom: 100px;
  clear: both;
}

.sub-page-layout .sub-cont .cont-set .img-vertical {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sub-page-layout .sub-cont .cont-set .img-vertical .cont-img {
  margin-bottom: 20px;
}

.sub-page-layout .sub-cont .cont-set .img-horizontal {
  display: none;
}

.sub-page-layout .sub-cont .title {
  margin-bottom: 1.5em;
  font-size: 30px;
  text-align: center;
  word-break: keep-all;
  line-height: 1.5;
  text-wrap: balance;
}

.sub-page-layout .sub-cont .cont-txt {
  line-height: 1.9;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 2em;
  word-break: break-all;
}

.sub-page-layout .sub-cont .cont-txt .left {
  width: 50%;
  float: left;
  display: block;
  margin-right: 2em;
  text-align: left;
}
.sub-page-layout .sub-cont .cont-txt .right {
  width: 50%;
  float: right;
  display: block;
  margin-left: 2em;
  text-align: right;
}

.sub-page-layout .border-wrap {
  margin-bottom: 0.5em;
  padding: 30px 20px;
  border: 2px solid #282828;
}

.sub-page-layout .border-wrap.news-wrap .cont-txt {
  line-height: 1.7;
}

.sub-page-layout .border-wrap.news-wrap .cont-txt .sub {
  font-size: 117%;
}

.sub-page-layout .border-wrap.news-wrap .cont-txt.small {
  font-size: 70%;
}

.sub-page-layout .border-wrap.news-wrap .flex-pc {
  gap: 20px 40px;
}

.sub-page-layout .border-wrap.news-wrap .cont-img {
  min-width: 30%;
}

.sub-page-layout .line {
  width: 100%;
  height: 1px;
  display: block;
  margin: 1em 0;
  background-color: #828282;
}

.sub-page-layout .border-wrap .cont-txt {
  margin-bottom: 1.5em;
  line-height: 1.5;
}

.sub-page-layout .sub-cont .img-set .cont-img {
  margin-bottom: 20px;
}

.sub-page-layout .sub-cont .cont-img {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0;
  text-align: center;
}

.sub-page-layout .sub-cont .cont-img > span {
  text-align: center;
}

.sub-page-layout .sub-cont .cont-img img {
  display: block;
  width: auto;
  max-width: 100%;
}

.sub-page-layout small {
  margin-top: 0.5em;
  display: inline-block;
  font-size: 13px;
  color: #888;
  word-break: keep-all;
}

.sub-page-layout .sub-cont .ep-txt {
  font-family: "GyeonggiBatang", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  color: #4178c5;
  word-break: keep-all;
}

.sub-page-layout .sub-cont .from-txt {
  padding: 20px 0;
  border-top: 1px solid #828282;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5;
}

.sub-page-layout .why-box {
  background-color: #fdfaf1;
  padding: 40px;
}

.sub-page-layout .why-box .indent {
  padding-left: 1em;
  display: block;
}

.sub-page-layout .why-box .cont-img {
  justify-content: start;
}

.sub-page-layout .why-box .why-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
  font-family: "GyeonggiBatang", sans-serif;
  word-break: keep-all;
}

.sub-page-layout .why-box .why-title::before {
  content: url(../images/sub/sub_why.png);
}

.sub-page-layout .interview-box {
  background-color: #f4f6fc;
  border-radius: 20px;
  padding: 40px;
}

.sub-page-layout .qna-top {
  display: flex;
  gap: 40px;
  margin-bottom: 2em;
}

.sub-page-layout .text-list-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.sub-page-layout .text-list-box.three-line {
  grid-template-columns: repeat(3, 1fr);
}
.sub-page-layout .text-list-box.two-line {
  grid-template-columns: repeat(2, 1fr);
}
.sub-page-layout .text-list-box .cont-txt b {
  font-size: 110%;
  letter-spacing: -1.2px;
}

.sub-page-layout .text-list-box li {
  background-color: #edf1fa;
  padding: 30px 20px;
  border-radius: 20px;
  position: relative;
}

.sub-page-layout .text-list-box li .capt-abs {
  padding: 4px;
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}

.sub-page-layout .qna-top .qna-left {
  flex: 1;
}

.sub-page-layout .qna-top .qna-right {
  width: max-content;
  max-width: 240px;
  display: flex;
  justify-content: end;
  margin: 0 auto;
}

.sub-page-layout .qna-box .qna-title {
  max-width: 100%;
  font-family: "GyeonggiBatang", sans-serif;
  border-bottom: 3px solid #282828;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.sub-page-layout .qna-bot ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.sub-page-layout .qna-bot ul li {
  background-color: #fcfaf0;
  border-radius: 20px;
  padding: 30px 20px;
}

.sub-page-layout .qna-bot ul li [class^="qna-"] {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.sub-page-layout .qna-bot ul li .qna-q {
  margin-bottom: 1em;
  font-weight: 600;
}

.op0 {
  opacity: 0 !important;
}

.sub-page-layout .quiz-box {
  display: flex;
  gap: 20px 60px;
  margin-bottom: 100px;
}

.sub-page-layout .quiz-box .quiz-cont {
  flex: 1;
  min-width: 350px;
}

.sub-page-layout .quiz-box .quiz-cont .title {
  text-align: left;
  font-weight: 600;
  word-break: break-all;
}

.sub-page-layout .quiz-box .quiz-cont .from-txt {
  flex-direction: row;
}

.sub-page-layout .quiz-box .quiz-cont .from-txt b {
  white-space: nowrap;
  letter-spacing: 0;
}

.sub-page-layout .info-box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  border: 2px solid #282828;
  padding: 30px;
  margin-bottom: 1em;
}
.sub-page-layout .info-box .info-cont {
  flex: 1;
}

.sub-page-layout .info-box .cont-img {
  align-self: center;
}

.sub-page-layout .info-box .ico-txt span {
  display: block;
  font-size: 90%;
}

.sub-page-layout .link-wrap {
  display: flex;
  flex-direction: column;
}

.sub-page-layout .link-wrap .link-bk {
  width: max-content;
  max-width: 100%;
  margin-bottom: 1em;
  background-color: #282828;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20vw;
}

.sub-page-layout .link-wrap {
  display: flex;
  flex-wrap: wrap;
}

.sub-page-layout .link-wrap .link-point {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.sub-page-layout .link-wrap .link-point span:first-of-type {
  width: max-content;
  max-width: 100%;
  background-color: var(--caption-color);
  color: #fff;
  padding: 8px 15px;
  border-radius: 20vw;
  display: block;
}

.sub-page-layout .link-wrap .link-point span:last-of-type {
  color: var(--caption-color);
  line-height: 1.5;
  display: block;
}

.sub-page-layout .link-wrap * {
  font-size: 15px;
}

.info-deco span {
  font-size: 110%;
  color: var(--caption-color);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.sub-page-layout [class^="ico-"] {
  display: flex !important;
  align-items: center;
  margin-bottom: 0.2em;
  text-align: left;
}

.sub-page-layout [class^="ico-"]::before {
  content: "";
  min-width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
}

.sub-page-layout .ico-cursor::before {
  background: url(../images/sub/icon-cursor.jpg) center no-repeat;
  background-size: contain;
}

.sub-page-layout .ico-location::before {
  background: url(../images/sub/icon-location.jpg) center no-repeat;
  background-size: contain;
}

.sub-page-layout .ico-time::before {
  background: url(../images/sub/icon-time.jpg) center no-repeat;
  background-size: contain;
}

.sub-page-layout .ico-call::before {
  background: url(../images/sub/icon-call.jpg) center no-repeat;
  background-size: contain;
}

.sub-page-layout .qna-bot {
  transform: translateY(-180px);
}

/* .sub-page-layout .qna-bot ul li .qna-q::before {
  content: "Q ____";
  color: #08969f;
  margin-right: 10px;
}
.sub-page-layout .qna-bot ul li .qna-a::before {
  content: "A ____";
  font-weight: 600;
  color: #08969f;
  margin-right: 10px;
} */

.sub-page-layout .qna-bot ul li.qna-img {
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
}

.sub-page-layout .card-slider {
  overflow: visible;
}

.sub-page-layout .card-slider .swiper-button-next {
  right: 0;
  transform: translateX(200%) translateY(-4vw);
  background-image: url("../images/common/slide_next02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
}
.sub-page-layout .card-slider .swiper-button-prev {
  left: 0;
  transform: translateX(-200%) translateY(-4vw);
  background-image: url("../images/common/slide_prev02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
}
.sub-page-layout .toon .swiper-slide {
  padding: 0 60px;
}
.sub-page-layout .toon .swiper-button-next {
  background-image: url("../images/common/slide_next02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
  transform: translateY(-20px);
}
.sub-page-layout .toon .swiper-button-prev {
  background-image: url("../images/common/slide_prev02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
  transform: translateY(-20px);
}

.sub-page-layout .card-ui .swiper-pagination {
  position: relative;
  height: 8px;
  margin: 4vw 0 6vw;
}

.sub-page-layout .paint-wrap .cont-txt {
  font-family: "GyeonggiBatang", sans-serif;
  font-weight: 600;
}

.sub-page-layout .paint-wrap .paint-top {
  display: flex;
  gap: 0 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

.sub-page-layout .paint-wrap .paint-top img {
  width: auto;
  max-width: 100%;
}

.sub-page-layout .paint-wrap .paint-bot {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #000;
  position: relative;
}

.sub-page-layout .paint-wrap .paint-bot .save {
  position: absolute;
  top: 0;
  right: 0;
}

.sub-page-layout .opinion-list {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}

.sub-page-layout .opinion-list li {
  display: flex;
  align-items: start;
  gap: 20px 40px;
}

.sub-page-layout .opinion-list li img {
  border: 1px solid #000;
}

.sub-page-layout .opinion-list li .title {
  text-align: left;
  margin-bottom: 0.5em;
}

.sub-page-layout .test-wrap {
  background-color: #efefed;
  padding: 4em 2em;
}

.sub-page-layout .test-wrap .test-top {
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  padding-bottom: 2em;
}

.sub-page-layout .test-wrap .test-bot {
  padding: 3em 0;
}

.sub-page-layout .test-wrap .q-title {
  margin-bottom: 1em;
}

.sub-page-layout .test-wrap .q-title span {
  font-size: 110%;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.sub-page-layout .test-wrap .q-title span::before {
  content: attr(data-q-num);
  white-space: nowrap;
  width: 1.5em;
  height: 1.5em;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
}

.sub-page-layout .test-wrap .a-box {
  display: flex;
  gap: 10px 20px;
  margin-left: 50px;
}

.sub-page-layout .last-wrap .vertical {
  flex-direction: column;
  gap: 0.5em;
}

.sub-page-layout .last-wrap .color-wrap > .flex {
  justify-content: space-between;
}

.sub-page-layout .last-wrap .border-wrap {
  margin-bottom: 2em;
}

.sub-page-layout .last-wrap .sub-title {
  margin-bottom: 0.5em;
}

.sub-page-layout .last-wrap .cont-txt {
  margin-bottom: 1em;
}

.sub-page-layout .last-wrap [class^="tag"] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}

.sub-page-layout .last-wrap [class^="tag"]::before {
  content: attr(data-tag-name);
  background-color: #ccc;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20vw;
  font-size: 90%;
  margin-right: 10px;
  min-width: 100px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
}

.sub-page-layout .sub-cont .cont-txt.float-img {
  overflow: hidden;
}

.sub-page-layout .last-wrap .tag-sky::before {
  background-color: #697fb2;
}
.sub-page-layout .last-wrap .tag-blue::before {
  background-color: #254695;
}

@media screen and (max-width: 1440px) {
  .sub-page-layout .sub-top .top-tag {
    position: static;
  }

  .sub-page-layout .sub-top .top-text.add-gap {
    padding-left: 50px;
  }

  .sub-page-layout .card-slider .swiper-button-next {
    transform: translateY(-4vw);
  }

  .sub-page-layout .card-slider .swiper-button-prev {
    transform: translateY(-4vw);
  }
}

@media screen and (max-width: 1200px) {
  .sub-page-layout .layout-outer {
    overflow: visible;
  }

  .sub-page-layout .sub-top .top-profile {
    flex-direction: column;
    align-items: center;
  }

  .sub-page-layout .table-wrap table th, .sub-page-layout .table-wrap table td {
    font-size: 15px;
  }

  .sub-page-layout .sub-cont .cont-set {
    margin-bottom: 70px;
  }

  .sub-page-layout .sub-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
  }

  .sub-page-layout .sub-top .top-tag {
    margin-top: 0;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }

  .sub-page-layout .sub-top .top-tag .tag-cont.align-v {
    display: none;
  }

  .sub-page-layout .sub-top .top-tag .tag-cont.align-h {
    padding: 25px 40px;
    display: block;
    transform: translateY(-50%);
  }

  .sub-page-layout .top-image {
    width: 80%;
  }

  .sub-page-layout .top-image img {
    border-radius: 0 var(--sub-outer-radius);
  }

  .sub-page-layout .sub-top .top-text {
    margin-top: 50px;
    order: 3;
    text-align: center;
  }

  .sub-page-layout .sub-top .top-text.no-image {
    margin-top: 0;
  }

  .sub-page-layout .top-text.inner-image {
    margin-top: 0;
  }

  .sub-page-layout .top-text .title {
    font-size: 32px;
  }

  .sub-page-layout .top-text .sub-title {
    margin-bottom: 1em;
  }

  .sub-page-layout .top-text .cont {
    font-size: 16px;
  }

  .sub-page-layout .sub-cont .title {
    font-size: 24px;
  }

  .sub-page-layout .sub-cont .cont-txt {
    font-size: 16px;
  }

  .sub-page-layout .sub-cont .ep-txt {
    font-size: 20px;
  }

  .sub-page-layout .movement > a span {
    padding: 15px 0;
  }

  .sub-page-layout .sub-cont .from-txt {
    font-size: 13px;
  }

  .sub-page-layout .paper-wrap {
    flex-direction: column;
  }

  .sub-page-layout .color-box {
    padding: 30px;
  }

  .sub-page-layout .quiz-box .quiz-cont .title {
    font-size: 20px;
  }

  .sub-page-layout .sub-cont .cont-txt {
    font-size: 15px;
  }

  .sub-page-layout .sub-top .top-image.round-image {
    margin-top: 0;
    justify-content: center;
    padding-right: 0;
  }

}

@media screen and (max-width: 1024px) {
  nav .nav-btns a {
    font-size: 18px;
  }

  .sub-page-layout .text-list-box.three-line,
  .sub-page-layout .text-list-box.two-line {
    grid-template-columns: 1fr;
  }

  .sub-page-layout .info-box {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .sub-page-layout .opinion-list {
    gap: 60px;
  }

  .sub-page-layout .opinion-list li {
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
  }

  .sub-page-layout .opinion-list li:last-of-type {
    border: 0;
    padding-bottom: 0;
  }

  .sub-page-layout .test-wrap .a-box {
    gap: 5px 10px;
    flex-wrap: wrap;
  }

  .sub-page-layout .test-wrap .test-top {
    flex-direction: column;
    gap: 10px;
  }

  nav .nav-btns {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .sub-page-layout .last-wrap .color-wrap > .flex {
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
  }

  .sub-page-layout .last-wrap .color-wrap > .flex > p {
    width: calc(50% - 10px);
  }

  .sub-page-layout .test-wrap {
    padding: 2em 20px;
  }

  .sub-page-layout .test-wrap .test-bot {
    padding: 1em 0;
  }

  .sub-page-layout .top-text .title {
    font-size: 28px;
  }
  .sub-page-layout .top-text .sub-title,
  .sub-page-layout .sub-cont .ep-txt {
    font-size: 17px;
  }

  .sub-page-layout .sub-cont .cont-txt.float-img {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .sub-page-layout .sub-cont .cont-txt.float-img .left,
  .sub-page-layout .sub-cont .cont-txt.float-img .right {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 1em;
  }

  .sub-page-layout .why-box {
    padding: 30px;
  }

  .sub-page-layout .qna-top {
    flex-direction: column;
    gap: 0;
  }

  .sub-page-layout .qna-top .qna-right img {
    margin: 0 auto;
  }

  .sub-page-layout .qna-bot {
    transform: translate(0);
  }

  .sub-page-layout .qna-bot .op0 {
    display: none;
  }

  .sub-page-layout .qna-bot ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sub-page-layout .sub-cont .cont-set .img-vertical {
    display: none;
  }

  .sub-page-layout .sub-cont .cont-set .img-horizontal {
    display: block;
  }

  .sub-page-layout .sub-cont .cont-set .img-horizontal .cont-img {
    margin-bottom: 20px;
  }

  .sub-page-layout .quiz-box {
    flex-direction: column-reverse;
    align-items: center;
  }

  .sub-page-layout .quiz-box .quiz-cont {
    width: 100%;
    min-width: auto;
  }

  .sub-page-layout .text-list-box {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 475px) {
  :root {
    --sub-outer-radius: 25px;
  }

  nav .nav-btns a {
    font-size: 16px;
  }

  .section-safe .swiper-slide {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 0 10px;
  }

  .section-safe .swiper-slide .tag-bk {
    grid-column: 1 / 3;
    height: max-content;
  }

  .section-safe .swiper-slide .img-box {
    justify-content: end;
  }

  .section-safe .swiper-slide .img-box.full-box {
    align-self: flex-start;
  }

  .sub-page-layout .table-wrap table th, .sub-page-layout .table-wrap table td {
    font-size: 14px;
  }

  .sub-page-layout .toon .swiper-button-next,
  .sub-page-layout .toon .swiper-button-prev {
    display: none;
  }

  .sub-page-layout .last-wrap .color-wrap > .flex > p {
    width: 100%;
  }

  .sub-page-layout .test-wrap .a-box {
    margin-left: 0;
  }

  .tag-gray {
    font-size: 14px;
    padding: 7px 15px;
    margin-bottom: 1.2em;
  }

  .sub-page-layout .sub-top .top-text.add-gap {
    padding-left: 15px;
  }

  .sub-page-layout .interview-box {
    padding: 20px;
  }

  .sub-page-layout .qna-bot ul li [class^="qna-"] {
    font-size: 14px;
  }

  /* .tag-gray + .color-cation {
    padding-top: 0.5em;
  } */

  .sub-page-layout .color-cation .capt {
    font-size: 14px;
  }

  .sub-page-layout .link-btn-bk {
    font-size: 13px;
  }

  .sub-page-layout .layout-outer {
    margin-top: calc(var(--header-height) + var(--sub-shadow-gap) + 40px);
  }

  .sub-page-layout .sub-top .top-tag .tag-cont.align-h {
    padding: 15px 25px;
    font-size: 15px;
  }

  .sub-page-layout .sub-top .top-tag {
    margin-bottom: 15px;
  }

  .sub-page-layout .top-image img {
    border-radius: 0 calc(var(--sub-outer-radius) * 2);
  }

  .sub-page-layout .top-text {
    padding: 0 15px;
  }

  .sub-page-layout .top-text .title {
    font-size: 22px;
  }

  .sub-page-layout .top-text .cont {
    font-size: 14px;
  }

  .sub-page-layout .sub-cont .cont-set {
   margin-bottom: 40px; 
  }

  .sub-page-layout .sub-cont .title {
    font-size: 20px;
  }

  .sub-page-layout .sub-cont .cont-img {
    flex-direction: column;
    align-items: center;
  }

  .sub-page-layout .sub-cont .cont-txt {
    font-size: 14px;
  }

  .sub-page-layout .top-text .sub-title,
  .sub-page-layout .sub-cont .ep-txt {
    font-size: 16px;
  }

  .sub-page-layout .movement > a span {
    display: none;
  }

  .sub-page-layout .movement .prev::after,
  .sub-page-layout .movement .next::before {
    content: none;
  }

  .sub-page-layout .movement .prev,
  .sub-page-layout .movement .next {
    width: max-content;
  }

  .sub-page-layout .color-box {
    padding: 20px;
  }

  /* .sub-page-layout .sub-cont .cont-txt br {
    display: none;
  } */

  .sub-page-layout .color-box h4 {
    font-size: 16px;
  }

  .sub-page-layout .why-box {
    padding: 20px;
  }

  .sub-page-layout .why-box .why-title {
    font-size: 18px;
  }

  .sub-page-layout .why-box .why-title::before {
    --img-size: 80px;
    --img-ratio: 0.7;
    max-width: calc(var(--img-size) * var(--img-ratio));
    transform: scale(var(--img-ratio));
  }

  .sub-page-layout .quiz-box .quiz-cont .title {
    font-size: 17px;
  }

  .sub-page-layout .quiz-box .quiz-cont .from-txt {
    flex-direction: column;
  }

  .sub-page-layout .link-wrap .link-bk {
    margin-bottom: 0.5em;
  }

  .sub-page-layout .link-wrap * {
    font-size: 13px;
  }

  .sub-page-layout .info-box .info-cont {
    flex-direction: column-reverse;
    gap: 0;
  }

  .sub-page-layout .info-box .info-cont > div {
    width: 100%;
  }

  .sub-page-layout .letter-wrap {
    padding: 2em 1em;
    padding-top: calc(2em + 80px);
  }

  .sub-page-layout .test-from .flex {
    flex-direction: column;
  }

  .sub-page-layout .test-wrap .q-title span {
    flex-direction: column;
    align-items: start;
  }

  .sub-page-layout .toon .swiper-slide {
    padding: 0;
  }
}

.sub-page-layout .research-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sub-page-layout .research-wrap li {
  display: flex;
  align-items: start;
  gap: 20px 40px;
}

.sub-page-layout .research-wrap li .cont-set {
  width: 100%;
  margin-bottom: 0;
}
.sub-page-layout .research-wrap li .research-select {
  display: flex;
  gap: 1em;
  cursor: pointer;
}
.sub-page-layout .research-wrap li .custom-radio {
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.sub-page-layout .research-wrap li .custom-radio label {
  cursor: pointer;
  font-size: 15px;
}

.sub-page-layout .research-wrap li .custom-radio .input-wrapper {
  width: 1em;
  height: 1em;
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
}

.sub-page-layout .research-wrap li .custom-radio .input-wrapper input {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.sub-page-layout .research-wrap li .custom-radio .input-wrapper .check {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-page-layout .research-wrap li .custom-radio .input-wrapper .check img {width: 100%;}

.sub-page-layout .research-wrap li .custom-radio .input-wrapper input:checked + .check {
  background-color: #000;
}

.sub-page-layout .research-wrap li .check-img {
  max-width: 150px;
}

@media screen and (max-width: 768px) {
  .sub-page-layout .research-wrap li {
    flex-direction: column-reverse;
  }
  .sub-page-layout .research-wrap li .check-img {
    margin: 0 auto;
  }
}