<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

.sub-inner {
  max-width: 73%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.sub-top {
  position: relative;
}
.sub-top hgroup {
  width: 73%;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-top hgroup h2 {
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
}
.sub-top hgroup p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}
.sub-top__visual {
  margin-top: var(--headerHeight);
  height: 250px;
}
.sub-top__visual-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.sub-top__visual-bg.K01 {
  background-image: url('/image/sub/sub_top_01.jpg');
}
.sub-top__visual-bg.K02 {
  background-image: url('/image/sub/sub_top_02.jpg');
}
.sub-top__visual-bg.K03 {
  background-image: url('/image/sub/sub_top_03.jpg');
}
.sub-top__visual-bg.K04 {
  background-image: url('/image/sub/sub_top_04.jpg');
}
.sub-top__visual-bg.K05 {
  background-image: url('/image/sub/sub_top_04.jpg');
}
.sub-top__visual-bg.K06 {
  background-image: url('/image/sub/sub_top_04.jpg');
}
.sub-top__visual-bg.K07 {
  background-image: url('/image/sub/sub_top_07.jpg');
}
.sub-top__lnb {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  user-select: none;
}
.sub-top__lnb .sub-inner {
  display: flex;
  align-items: center;
}
.sub-top__lnb .sub-inner &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-right: 1px solid #ddd;
}
.sub-top__lnb .sub-inner .area {
  width: 250px;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  border-right: 1px solid #ddd;
  cursor: pointer;
  z-index: 99;
}
.sub-top__current {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  display: flex;
  align-items: center;
}
.area.active .sub-top__current {
  color: #000;
}
.area img {
  transition: all 0.3s ease;
}
.area.active img {
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
  transform: rotate(-180deg);
}
.sub-top__lnb .sub-inner nav {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 2px solid #000;
}
.sub-top__lnb .sub-inner nav a {
  display: flex;
  padding: 0 25px;
  height: 57px;
  align-items: center;
  color: #666;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ddd;
}
.sub-top__lnb .sub-inner nav a:last-child {
  border-bottom: none;
}
.sub-top__lnb .sub-inner nav a:hover {
  color: #000;
  background-color: #f9f9f9;
}
.sub-top__lnb.view-style {
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
}
.sub-top__lnb.view-style .sub-inner nav a {
  background-color: #f9f9f9;
}
.sub-top__lnb.view-style .sub-inner nav a:hover {
  background-color: #fff;
}
.sub-page {
  padding-top: 70px;
  padding-bottom: 120px;
}
.sub-page.sje {
  padding: 0;
}
.view-page {
  padding-top: calc(70px + var(--headerHeight));
  padding-bottom: 120px;
}
.sub-tab {
  margin-bottom: 40px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 20px 30px;
  display: flex;
}
.sub-tab a {
  flex: 1;
  height: 60px;
  margin-right: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
}
.sub-tab a:last-child {
  margin-right: 0;
}
.sub-tab a.on {
  background-color: #000;
  color: #fff;
}
.intro-list__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  position: relative;
}
.intro-list__thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.shop .intro-list__thumb {
  padding-top: 70%;
}
.intro-list__thumb &gt; img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.reserve-possible {
  padding: 22px 30px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
}
.reserve-possible.closed {
  color: #fff;
  background-color: #000;
  border: none;
}
.reserve-possible.logo {
  padding: 22px 30px;
}
.intro-list__item .item:hover .intro-list__thumb &gt; img {
  transform: scale(1.1);
}
.intro-list &gt; li {
  margin-bottom: 80px;
}
.intro-list &gt; li:nth-child(1) .intro-list__tit {
  background-color: #FB6690;
  background-image: url('/image/sub/program_tit_bg02.png');
}
.intro-list &gt; li:nth-child(2) .intro-list__tit {
  background-color: #4831D4;
  background-image: url('/image/sub/program_tit_bg03.png');
}
.intro-list &gt; li:nth-child(3) .intro-list__tit {
  background-color: #FF5C01;
  background-image: url('/image/sub/program_tit_bg04.png');
  background-size: auto 100%;
  background-position: bottom right;
}
.intro-list &gt; li:nth-child(4) .intro-list__tit {
  background-color: #333;
  background-image: none;
}
.intro-list &gt; li:nth-child(4) {
  margin-bottom: 0;
}
.intro-list &gt; li.is-korean .intro-list__tit {
  background-color: #FB6690;
  background-image: url('/image/sub/program_tit_bg02.png');
}
.intro-list &gt; li.is-science .intro-list__tit {
  background-color: #4831D4;
  background-image: url('/image/sub/program_tit_bg03.png');
}
.intro-list &gt; li.is-music.intro-list__tit {
  background-color: #FF5C11;
  background-image: url('/image/sub/program_tit_bg04.png');
}
.intro-list &gt; li.is-environment .intro-list__tit {
  background-color: #458821;
  background-image: url('/image/sub/program_tit_bg05.png');
}
.intro-list &gt; li.is-participation .intro-list__tit {
  background-color: #000000;
  background-image: url('/image/sub/program_tit_bg06.png');
}
.intro-list__tit {
  height: 150px;
  background-repeat: no-repeat;
  background-position: bottom right 40px;
  background-size: 26%;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.intro-list__item .item {
  padding: 20px;
  border: 1px solid #ddd;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s ease;
}
.intro-list__item .item a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.intro-list__item .item:hover {
  border-color: #000;
}
.intro-list__item .item b {
  width: 100%;
  display: block;
  padding: 38px 10px 26px;
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.video .intro-list__item .item b {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 20px;
}
.intro-list__info {
  padding: 30px 20px 30px 10px;
}
.intro-list__info &gt; li {
  display: flex;
  /* align-items: center; */
  margin-bottom: 19px;
  overflow: hidden;
}
.intro-list__info &gt; li:last-child {
  margin-bottom: 0;
}
.intro-list__info &gt; li p {
  line-height: 1.2;
  font-size: 18px;
}
.intro-list__info &gt; li .p01 {
  display: flex;
  /* align-items: center; */
  font-weight: 700;
  margin-right: 24px;
  position: relative;
}
.intro-list__info &gt; li .p01 img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.intro-list__info &gt; li .p01::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #000;
  position: absolute;
  right: -12px;
  top: .6em;
  transform: translate(50%, -50%);
}

.intro-list__info &gt; li .p02 {
  font-weight: 500;
  flex: 1;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.intro-list__desc {
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 20px;
  color: #979797;
  margin-top: auto;
}
.intro-list__desc p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.board-view__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.archiving .board-view__top {
  grid-template-columns: 1.5fr 1fr;
}
.board-view__txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.board-view__thumb {
  display: block;
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.archiving .board-view__thumb {
  padding-top: 40%;
}
.board-view__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.board-view__top b {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
.board-view__top .intro-list__info {
  padding: 0;
}
.board-view__top .intro-list__info li {
  margin-bottom: 16px;
}
.board-view__top .intro-list__info li:last-child {
  margin-bottom: 0;
}
.board-view__desc {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 30px;
  height: 4.8em;
}
.board-view__link {
  display: flex;
  margin-top: 30px;
}
.board-view__link a {
  padding: 0 40px;
  height: 56px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.board-view__link a:first-child {
  background-color: #000;
  color: #fff;
}
.board-view__link a:first-child:hover {
  color: #000;
  background-color: #d7df21;
}
.board-view__link a:last-child {
  color: #000;
  border: 1px solid #ddd;
  margin-left: 12px;
}
.archiving .board-view__link a:last-child {
  margin-left: 0;
}
.board-view__link a:last-child:hover {
  border-color: #000;
}
.program-intro__view .board-view-ct {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
.program02 ul {
  display: flex;
  gap: 63px;
  align-items: center;
  margin-bottom: 40px;
}
.program02 li a{
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.program02 li a span {
  padding-bottom: 8px;
}
.program02 li a img {
  margin-right: 12px;
}
.program02 li a::after {
  content: "";
  background-color: rgba(38, 56, 99, 0.12);
  width: 90%;
  height: 60%;
  transform: skew(-15deg);
  position: absolute;
  left: 38px;
  bottom: 0;
}
.board-view__slide {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
  width: 990px;
  margin: 60px auto 0;
  position: relative;
}
.board-view__slide .item {
  min-height: 550px;
  height: auto;
  position: relative;
}
.board-view__slide .item img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.board-view__arrow button {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #d7df21;
}
.board-view__arrow button.unactive {
  border-color: #ddd;
  background-color: transparent;
}
.board-view__arrow button.unactive img {
  filter: invert(36%) sepia(1%) saturate(1767%) hue-rotate(3deg) brightness(110%) contrast(93%);
}
.board-view__arrow .prev {
  left: -50px;
  transform: translate(-100%, -50%);
}
.board-view__arrow .prev img {
  transform: rotate(90deg);
}
.board-view__arrow .next {
  right: -50px;
  transform: translate(100%, -50%);
}
.board-view__arrow .next img {
  transform: rotate(-90deg);
}
/* faq */
.faq .board-list {
  border-bottom: none;
}
.faq .board-list li .q {
  height: 84px;
  display: flex;
  padding-left: 20px;
  padding-right: 40px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.qna-list__ico {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.q .qna-list__ico {
  background-color: #000;
}
.a .qna-list__ico {
  background-color: #888;
}
.faq .board-list li .q img {
  position: relative;
  margin-left: auto;
  width: 13px;
  height: auto;
  transition: all 0.3s ease;
}
.faq .board-list li.active .q img {
  transform: rotate(-180deg);
}
.qna-list__tit {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.faq .board-list li .a {
  border-bottom: 1px solid #ddd;
  background: #f8f9fa;
  display: none;
}
.faq .board-list li .a-box {
  display: flex;
  padding: 20px 75px 35px 20px;
}
.qna-list__desc {
  padding-top: 15px;
  flex: 1;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.festival {
  text-align: center;
  padding-bottom: 0;
}
.festival-img {
  width: 523px;
  margin: 0 auto 60px;
}
.festival-text {
  margin-top: 90px;
}
.festival-text .p01 {
  font-size: 30px;
  line-height: 1.7;
  font-weight: 700;
  margin: 30px 0;
}
.festival-text .p02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 90px 0 60px;
}
.festival-text img {
  margin: 0 auto;
}
.festival-text strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 5.4;
}
.festival section {
  border-bottom: 1px solid #000;
  padding-bottom: 230px;
  background-repeat: no-repeat;
}
.festival-sejong {
  background-image: url('/image/sub/festival_02.png');
  background-position: bottom -5px right 15%;
  background-size: 40% auto;
}
.festival-people {
  padding-top: 125px;
  background-image: url('/image/sub/festival_03.png');
  background-position: bottom left 15%;
  background-size: 52% auto;
}
.festival-people__list {
  width: 850px;
  margin: 70px auto 0;
}
.festival-people__list &gt; li:first-child {
  margin-bottom: 77px;
}
.festival-people__list .tit {
  border: 1px solid #000;
  background-color: #fb6690;
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.festival-people__list .stit {
  color: #cfd800;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
.festival-people__list &gt; li ul:not(:last-child) {
  margin-bottom: 50px;
}
.festival-people__list &gt; li li {
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-align: left;
}
.festival-people__list &gt; li li:not(:first-child) {
  margin-top: 5px;
}
.festival-people__list &gt; li p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
.festival-people__list &gt; li p:first-child {
  font-weight: 500;
}
.archiving {
  padding-bottom: 0;
}
.archiving h3 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.archiving .board-view__link a {
  color: #fff;
}
.archiving .board-view__top b {
  font-size: 40px;
}
.archiving .board-view__top {
  margin-bottom: 120px;
}

.archiving .board-list .a {
  display: none;
}
.archiving .board-list .a-box{
  display: grid;
  grid-template-columns: 300px auto;
  grid-gap: 64px;
  padding: 30px;
  background-color: #f9f9f9;
}
.archiving .board-list .qna-list__desc .tit {
  font-size: 26px;
  margin-bottom: 40px;
  color: #333;
  font-weight: 700;
  line-height: 1;
}
.archiving .board-list .qna-list__desc ul {
  width: 700px;
}
.archiving .board-list .qna-list__desc li {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
.archiving .board-list .qna-list__desc li:not(:last-child) {
  margin-bottom: 12px;
}
.archiving .board-list .qna-list__desc p {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
  font-weight: 500;
}
.archiving .board-list .qna-list__desc p:first-child {
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.archiving .board-list .q {
  padding: 30px 80px 30px 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.archiving .board-list li:first-child .qna-list__arrow{
  opacity: 0;
}
.archiving .qna-list__tit strong {
  display: block;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.archiving .qna-list__tit span {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.archiving .board-list .q .qna-list__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.archiving .board-list li.active .qna-list__arrow {
  transform: rotate(-180deg);
  background-color: #fb6690;
}
.archiving-thumb {
  margin-left: auto;
  margin-right: 12%;
  width: 24.5%;
  padding-top: 11.5%;
  position: relative;
}
.archiving-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.archiving-view section {
  padding-top: 100px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
.archiving-view section:first-of-type {
  padding-top: 80px;
}
.archiving-view section:first-of-type &gt; div:not(:last-child){
  margin-bottom: 60px;
}
.archiving-view .board-view__top {
  padding: 0;
  padding-bottom: 60px;
  grid-template-columns: 1fr 2.5fr;
  grid-gap: 56px;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 0 !important;
}
.archiving-view .board-view__txt {
  border-top: 1px solid #000;
  display: block;
}
.archiving-view .board-view__thumb {
  padding-top: 138%;
  height: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
.archiving-view .board-view__thumb img {
  top: 20px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.archiving-view .board-view__top .intro-list__info li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 5fr;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.archiving-view .board-view__top .intro-list__info li li {
  border-bottom: none;
  grid-template-columns: 1fr 6fr;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 17px;
}
.archiving-view .board-view__top .intro-list__info li li i {
  font-size: 12px;
  margin-right: 10px;
  vertical-align: middle;
}
.archiving-view .intro-list__info &gt; li .p01 {
  display: flex;
  align-items: center;
}
.archiving-view .intro-list__info &gt; li .p01::after {
  display: none;
}

.archiving-view .intro-list__info &gt; li p {
  font-size: 17px;
  line-height: 1.8;
}
.archiving-view iframe {
  width: 100%;
  height: 85vmin;
}
.archiving-view__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 40px;
}
.archiving-view__list li {
  padding: 20px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}
.archiving-view__list li b {
  display: block;
  padding: 24px 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.archiving-view__list li .archiving-view__desc {
  padding: 20px;
  background-color: #f9f9f9;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-top: auto;
} 
.archiving-view__list li p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #666;
}
.archiving-view h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
.citizen .archiving-view__thumb {
  padding-top: 141%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.citizen .archiving-view__thumb .view {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  transition: all .3s ease;
}
.citizen .archiving-view__thumb:hover .view {
  opacity: 1;
}
.citizen .archiving-view__thumb .view i {
  color: #fff;
  font-size: 50px;
}
.citizen .archiving-view__thumb img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.archiving-view__thumb img {
  width: 100%;
}

.archiving-view h3{
  margin-bottom: 50px;
}
.archiving-view__pic {
  border-bottom: none !important;
}
.archiving-more {
  display: none;
  width: 100px;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px auto 0;
  border: 1px solid #000;
}
.citizen-modal li{
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: 80vh;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  opacity: 0;
}
.citizen-modal li img {
  max-width: 100%;
  max-height: 100%;
}
.citizen-modal__dim {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  display: none;
}
.citizen-modal .close {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -20px;
  transform: translateX(100%);
  cursor: pointer;
}
.citizen-modal .close i {
  color: #fff;
  font-size: 16px;
}
.traffic-iframe iframe {
  width: 100%;
  height: 800px;
}
.traffic-section {
  border-bottom: 2px solid #ddd;
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr 4.8fr;
}
.traffic-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.traffic-section:first-child {
  padding-top: 0;
}
.traffic-tit h3 {
  color: #fb6690;
  font-size: 32px;
  font-weight: 700;
}
.traffic-tit p {
  color: #a6ad00;
  font-size: 18px;
  font-weight: 700;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a6ad00;
}
.traffic-desc &gt; ul &gt; li {
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.traffic-desc.table &gt; ul &gt; li {
  padding: 40px 0;
}
.traffic-desc &gt; ul &gt; li:first-child {
  padding-top: 0 !important;
}
.traffic-desc &gt; ul &gt; li:last-child {
  border-bottom: none !important;
}
.traffic-desc &gt; ul &gt; li .p01 {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  height: 50px;
}
.traffic-desc &gt; ul &gt; li .p02 {
  display: flex;
  align-items: center;
  color: #888;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
}
.traffic-desc &gt; ul &gt; li .p03 {
  display: flex;
  align-items: center;
  color: #888;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
}
.traffic-desc &gt; ul &gt; li .p01 img {
  margin-right: 15px;
  margin-top: 2px;
}
.traffic-table li {
  display: grid;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #888;
  font-size: 18px;
  font-weight: 500;
}
.traffic-table.style01 li {
  grid-template-columns: 3.5fr 3fr 2fr ;
}
.traffic-table.style02 li {
  grid-template-columns: repeat(2, 1fr);
}
.traffic-table.style03 li {
  grid-template-columns: 1fr;
}
.traffic-table li div {
  height: 100%;
  border-right: 1px solid #ddd;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.traffic-table .traffic-tabel__header {
  background-color: #d7df21;
  border-left: none;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.traffic-table .traffic-tabel__header div {
  border-color: #fff;
}
.traffic-table .traffic-tabel__header div:last-child {
  border: none;
}
.traffic-tabel__desc div p span {
  color: #222;
}
.board-view-video {
  position: relative;
  position: relative;
  padding-top: 56.25%
}
.board-view-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.course-tit {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 80px;
  text-align: center;
}
.course-tit h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.course-more {
  padding-top: 60px;
  border-top: 1px solid #000;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.course-more a {
  display: flex;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding-inline: 41px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease;
}
.course-more a:hover {
  background-color: #000;
  color: #fff;
}
@media all and (max-width: 1800px) {
  .program02 ul {
    gap: 40px;
  }
  .program02 li a{
    font-size: 16px;
  }
  .program02 li a span {
    padding-bottom: 5px;
  }
  .program02 li a img {
    margin-right: 8px;
    width: 24px;
  }
  .program02 li a::after {
    width: 90%;
    height: 60%;
    left: 24px;
  }
}
@media all and (max-width: 1400px) {
  .sub-inner {
    max-width: none;
    width: auto;
    margin-left: 3.90625%;
    margin-right: 3.90625%;
  }
  .sub-top hgroup {
    width: 100%;
    padding-left: 3.90625%;
    padding-right: 3.90625%;
  }
  .sub-top__visual-bg {
    background-position: right -300px center;
  }
  .archiving .board-view__top b {
    font-size: 36px;
    margin-bottom: 30px
  }
  .traffic-tit h3 {
    font-size: 26px;
  }
  
  .traffic-desc &gt; ul &gt; li .p02,
  .traffic-desc &gt; ul &gt; li .p01 {
    height: 40px;
  }
  .traffic-desc &gt; ul &gt; li .p01 {
    font-size: 18px;
  }
  .traffic-desc &gt; ul &gt; li .p02 {
    font-size: 16px;
  }
  .traffic-table li {
    font-size: 16px;
  }
  .traffic-table .traffic-tabel__header{
    font-size: 16px;
  }
  .traffic-desc &gt; ul &gt; li .p01 img{
    scale: .9;
  }
}
</pre></body></html>