@charset "UTF-8";
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
  fonts
*/
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR/NotoSansKR-Regular.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR/NotoSansKR-Medium.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR/NotoSansKR-Bold.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansKR/NotoSansKR-Black.woff2) format("woff2"), url(../fonts/NotoSansKR/NotoSansKR-Black.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR/NotoSansKR-Light.woff) format("woff");
}
.ico {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}

.ico-ew-play {
  width: 162px;
  height: 162px;
  background-image: url(../img/ico-play.svg);
}

.ico-ew-more {
  width: 9px;
  height: 18px;
  background-image: url(../img/ico-more.svg);
}

.ico-ew-tree-1 {
  width: 77px;
  height: 108px;
  background-image: url(../img/img-tree-1.png);
}

.ico-ew-tree-2 {
  width: 109px;
  height: 95px;
  background-image: url(../img/img-tree-2.png);
}

.ico-ew-insta {
  width: 25px;
  height: 25px;
  background-image: url(../img/ico-insta.svg);
}

.ico-ew-facebook {
  width: 23px;
  height: 23px;
  background-image: url(../img/ico-facebook.svg);
}

.ico-ew-youtube {
  width: 33px;
  height: 23px;
  background-image: url(../img/ico-youtube.svg);
}

.ico-ew-menu {
  width: 34px;
  height: 29px;
  background-image: url(../img/ico-menu.png);
}

.btn-mo-menu.on .ico-ew-menu {
  width: 29px;
  height: 29px;
  background-image: url(../img/ico-close.png);
}

.ico-ew-search {
  width: 15px;
  height: 15px;
  background-image: url(../img/ico-search.png);
}

.ico-ew-alert {
  width: 20px;
  height: 17px;
  background-image: url(../img/ico-alert.png);
}

.ico-ew-file {
  width: 14px;
  height: 20px;
  background-image: url(../img/ico-file.png);
}

.ico-paging-ew-first {
  width: 10px;
  height: 10px;
  background-image: url(../img/ico-paging-first.png);
}

.ico-paging-ew-prev {
  width: 6px;
  height: 10px;
  background-image: url(../img/ico-paging-prev.png);
}

.ico-paging-ew-next {
  width: 6px;
  height: 10px;
  background-image: url(../img/ico-paging-next.png);
}

.ico-paging-ew-last {
  width: 10px;
  height: 10px;
  background-image: url(../img/ico-paging-last.png);
}

.ico-ew-pdf {
  width: 24px;
  height: 24px;
  background-image: url(../img/ico-pdf.png);
}

.ico-ew-xls {
  width: 24px;
  height: 24px;
  background-image: url(../img/ico-xls.png);
}

.ico-ew-up {
  width: 9.5px;
  height: 5.5px;
  background-image: url(../img/ico-arrow-up.png);
}

.ico-ew-down {
  width: 9.5px;
  height: 6px;
  background-image: url(../img/ico-arrow-down.png);
}

/*
  form
*/
.ew-form-select {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 35px 0 12px;
  border: solid 1px #dbdbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-size: 10px 6px;
  background-position: right 11px center;
  background-repeat: no-repeat;
  background-image: url(../img/ico-dropdown.png);
}
.ew-form-select.ew-form-select-sm {
  height: 32px;
  line-height: 30px;
}

.ew-form-control {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  font-size: 16px;
  padding: 0 13px;
}
.ew-form-control::placeholder {
  color: #666;
}

.ew-form-search {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.ew-form-search .btn-search {
  color: #fff;
  border-radius: 5px;
  background-color: #007130;
  padding: 0 20px;
  height: 40px;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

/*
  table
*/
.ew-table {
  position: relative;
}
.ew-table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border: 0;
}
.ew-table caption {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.ew-table td, .ew-table th {
  text-align: center;
  vertical-align: middle;
}
.ew-table td > span, .ew-table th > span {
  display: inline-block;
  word-break: break-word;
}
.ew-table td a:hover, .ew-table th a:hover {
  text-decoration: underline;
}
.ew-table td {
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
  padding: 18.5px 16px;
}
.ew-table .ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ew-table .ellipse .ellipse-target {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ew-table .ellipse .ellipse-target + .ico {
  vertical-align: middle;
  margin-left: 6px;
}
.ew-table .v-table th {
  background-color: #ebf3e6;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  letter-spacing: -0.38px;
  padding: 16px 20px;
}
.ew-table .v-table td {
  font-size: 15px;
  letter-spacing: -0.38px;
  color: #333;
  padding: 16px 20px;
}
.ew-table .ico-new, .ew-table .ico-hot {
  vertical-align: bottom;
}
.ew-table .nodata td {
  padding: 20px 10px;
}

@media (max-width: 1088px) {
  .ew-table th {
    font-size: 14px;
  }
  .ew-table td {
    padding: 18px 10px;
    font-size: 14px;
  }
  .ew-table .v-table th {
    font-size: 14px;
    padding: 16px 10px;
  }
  .ew-table .v-table td {
    font-size: 14px;
    padding: 16px 10px;
  }
}
/*
  common
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans KR", "AppleSDGothicNeo", sans-serif;
  color: #363636;
  background-color: #eef5e2;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

em, i {
  font-style: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a, button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

body.scrOff {
  overflow: hidden;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.tab-container .tabs {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
}
.tab-container .tab-content .tab-panel {
  display: none;
}
.tab-container .tab-content .tab-panel.on {
  display: block;
}

.ew-heading {
  display: flex;
  width: fit-content;
  justify-content: space-between;
  border-bottom: 6px solid #B1C64F;
  padding: 0 28px;
  align-items: flex-end;
  min-width: 712px;
  margin: 0 auto 42px;
}
.ew-heading .title {
  font-size: 43px;
  font-weight: 900;
  line-height: 52px;
  color: #007130;
  padding-bottom: 16px;
}
.ew-heading .tree-1 {
  width: 77px;
  height: 108px;
}
.ew-heading .tree-2 {
  width: 109px;
  height: 95px;
}

.ew-color-point {
  color: #007130 !important;
}

.underline {
  text-decoration: underline !important;
}

.align-left {
  text-align: left !important;
}

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

.align-right {
  text-align: right !important;
}

@media (max-width: 1088px) {
  .ew-heading {
    padding: 0 15px;
    align-items: flex-end;
    margin: 0 auto 40px;
    min-width: auto;
  }
  .ew-heading .title {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 26px;
  }
  .ew-heading .tree-1 {
    width: 77px;
    height: 108px;
  }
  .ew-heading .tree-2 {
    width: 109px;
    height: 95px;
  }
}
@media (max-width: 768px) {
  .ew-heading {
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
  }
  .ew-heading .title {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 30px;
  }
  .ew-heading .tree-1 {
    display: none;
    width: 38px;
    height: 54px;
  }
  .ew-heading .tree-1 .ico {
    width: 100%;
    height: 100%;
  }
  .ew-heading .tree-2 {
    display: none;
  }
}
.ew-pagination {
  display: flex;
  justify-content: center;
  gap: 2px;
}
.ew-pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ew-pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 30px;
  background-color: #fff;
  color: #666;
  text-align: center;
  letter-spacing: -0.75px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: 0.2s;
}
.ew-pagination .page-item.active .page-link {
  background-color: #12b256;
  border: 1px solid #12b256;
  color: #fff;
}
.ew-pagination .page-item.disabled .page-link {
  cursor: default;
}
.ew-pagination .page-item.disabled .ico {
  opacity: 0.4;
}
.ew-pagination .page-item.prev {
  margin-right: 8px;
}
.ew-pagination .page-item.next {
  margin-left: 8px;
}

@media (max-width: 1088px) {
  .ew-pagination {
    gap: 4px;
  }
  .ew-pagination .page-item .page-link {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}
.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-ew-point {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;
  background-color: #007130;
  border-radius: 5px;
  padding: 0 30px;
}

.ew-desc {
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.52px;
  text-align: center;
  color: #000;
}

@media (max-width: 1088px) {
  .ew-desc {
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
  }
  .ew-desc br {
    display: none;
  }
}
/*
  layout
*/
.ew-inner {
  position: relative;
  max-width: 1088px;
  margin: 0 auto;
}

.ew-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  background-color: #007130;
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  z-index: 5;
}
.ew-header .ew-inner {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.ew-header .ew-logo {
  display: block;
  width: 150px;
  height: 68px;
  margin-right: 16px;
  margin-bottom: 18px;
}
.ew-header .ew-logo .img-mo {
  display: none;
}
.ew-header .ew-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ew-header .ew-menu {
  display: flex;
  gap: 15px;
  align-items: center;
}
.ew-header .ew-menu .dep1-item {
  position: relative;
  width: 148px;
  text-align: center;
}
.ew-header .ew-menu .dep1-item .dep1-link {
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  padding: 14px 10px 21px;
  letter-spacing: -1.4px;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 10px 10px 0 0;
}
.ew-header .ew-menu .dep1-item .dep1-link:hover, .ew-header .ew-menu .dep1-item .dep1-link:active {
  font-weight: 900;
  background-color: #fff;
  color: #007130;
}
.ew-header .ew-menu .dep1-item.on .dep1-link {
  background-color: #fff;
  color: #007130;
  font-weight: 900;
}
.ew-header .ew-menu .dep1-item.on .dep2 {
  display: block;
}
.ew-header .ew-menu .dep1-item.active .dep1-link {
  background-color: #fff;
  color: #007130;
  font-weight: 900;
}
.ew-header .ew-menu .dep2 {
  position: absolute;
  display: none;
  width: 100%;
  padding: 14px 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0 0 14px 14px;
  text-align: center;
  left: 50%;
  top: 55px;
  background-color: #fff;
  transform: translateX(-50%);
}
.ew-header .ew-menu .dep2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  background-color: #707070;
  height: 1px;
}
.ew-header .ew-menu .dep2 .dep2-item .dep2-link {
  display: block;
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  color: #737373;
  letter-spacing: -1px;
  transition: color 0.2s;
}
.ew-header .ew-menu .dep2 .dep2-item .dep2-link:hover {
  color: #007130;
}
.ew-header .ew-menu .dep2 .dep2-item + .dep2-item {
  margin-top: 20px;
}
.ew-header .sns-links {
  display: flex;
  align-items: flex-end;
  gap: 9px;
}
.ew-header .sns-links a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}
.ew-header .sns-links .btn-insta {
  width: 25px;
  height: 25px;
}
.ew-header .sns-links .btn-facebook {
  width: 23px;
  height: 23px;
}
.ew-header .sns-links .btn-youtube {
  width: 33px;
  height: 23px;
}
.ew-header .btn-mo-menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding-bottom: 0;
}

.ew-mo-gnb {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 55px);
  overflow-y: auto;
  z-index: 5;
  background-color: #007130;
}
.ew-mo-gnb .ew-menu {
  padding: 20px 15px;
  border-top: 1px solid #87bc9e;
}
.ew-mo-gnb .dep1-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 23px;
}
.ew-mo-gnb .dep1-item .dep1-link {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -1.4px;
  text-align: center;
  color: #007130;
  margin-bottom: 20px;
}
.ew-mo-gnb .dep1-item .dep1-link:only-child {
  margin-bottom: 0;
}
.ew-mo-gnb .dep1-item + .dep1-item {
  margin-top: 10px;
}
.ew-mo-gnb .dep2 {
  position: relative;
  padding-top: 20px;
}
.ew-mo-gnb .dep2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-image: url(../img/line.png);
  background-size: 318px 2px;
  background-repeat: repeat-x;
}
.ew-mo-gnb .dep2 .dep2-item .dep2-link {
  display: block;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #737373;
  letter-spacing: -1px;
  text-align: center;
}
.ew-mo-gnb .dep2 .dep2-item + .dep2-item {
  margin-top: 20px;
}
.ew-mo-gnb .sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 0 45px;
}
.ew-mo-gnb .sns-links a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}
.ew-mo-gnb .sns-links .btn-insta {
  width: 25px;
  height: 25px;
}
.ew-mo-gnb .sns-links .btn-facebook {
  width: 23px;
  height: 23px;
}
.ew-mo-gnb .sns-links .btn-youtube {
  width: 33px;
  height: 23px;
}

@media (max-width: 1088px) {
  .ew-header {
    height: 80px;
  }
  .ew-header .ew-inner {
    align-items: center;
    padding: 0 15px;
  }
  .ew-header h1 {
    font-size: 16px;
  }
  .ew-header .ew-logo {
    width: 103px;
    height: 49px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .ew-header .ew-logo .img-pc {
    display: none;
  }
  .ew-header .ew-logo .img-mo {
    display: block;
  }
  .ew-header .ew-menu {
    display: none;
  }
  .ew-header .sns-links a {
    display: none;
  }
  .ew-header .btn-mo-menu {
    display: flex;
  }
  .ew-mo-gnb {
    display: none;
  }
  .ew-mo-gnb.show {
    display: block;
  }
}
.ew-footer {
  padding: 60px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.ew-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ew-footer .footer-logo-1 {
  display: block;
  width: 134px;
  height: 56px;
}
.ew-footer .footer-logo-2 {
  display: block;
  width: 210px;
  height: 26px;
}

@media (max-width: 1088px) {
  .ew-footer {
    padding: 40px 0;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .ew-footer {
    padding: 30px 0;
    gap: 10px;
    flex-direction: column;
  }
  .ew-footer .footer-logo-1 {
    display: block;
    width: 80px;
    height: auto;
  }
  .ew-footer .footer-logo-2 {
    display: block;
    width: 130px;
    height: auto;
  }
}
.edu-week-wrap {
  padding-top: 112px;
}

@media (max-width: 1088px) {
  .edu-week-wrap {
    padding-top: 80px;
  }
}
/* 메인 페이지 */
.ew-main .visual {
  padding-top: 80px;
}
.ew-main .visual .img {
  width: 992px;
  height: 452px;
  margin: 0 auto 60px;
}
.ew-main .visual .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ew-main .video {
  margin-bottom: 38px;
  aspect-ratio: 1088/563;
  overflow: hidden;
}
.ew-main .video .img {
  position: relative;
  width: 1088px;
  height: 563px;
  margin: 0 auto;
}
.ew-main .video .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ew-main .video .img .btn-play {
  position: absolute;
  width: 162px;
  height: 162px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.ew-main .video iframe {
  width: 100%;
  height: 100%;
}
.ew-main .bg-ew-green-1 {
  background-color: #12B256;
}
.ew-main .bg-ew-green-2 {
  background-color: #1AB2B9;
}
.ew-main .bg-ew-blue-2 {
  background-color: #1A83C8;
}
.ew-main .bg-ew-blue-3 {
  background-color: #1AB3ED;
}
.ew-main .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}
.ew-main .nav-list .item {
  flex: 1;
}
.ew-main .nav-list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  color: #fff;
  height: 65px;
  border-radius: 109px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}
.ew-main .nav-list .item a .txt {
  font-size: 20px;
  font-weight: bold;
}
.ew-main .section-program {
  background-color: #DFEFC4;
  padding-top: 52px;
  padding-bottom: 83px;
}
.ew-main .section-program .program-img {
  max-width: 1085px;
}
.ew-main .section-program .program-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ew-main .section-sns {
  padding-top: 47px;
}
.ew-main .sns-list {
  display: flex;
  gap: 16px;
}
.ew-main .sns-list .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px 0 32px;
  height: 107px;
  border-radius: 12px;
}
.ew-main .sns-list .item.bg-ew-blue-2 {
  background-size: 70px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ico-event.svg);
}
.ew-main .sns-list .item.bg-ew-blue-2 .link-go {
  color: #1A83C8;
}
.ew-main .sns-list .item.bg-ew-green-2 {
  background-size: 76px 60px;
  background-position: 278px bottom;
  background-repeat: no-repeat;
  background-image: url(../img/ico-tree.svg);
}
.ew-main .sns-list .item.bg-ew-green-2 .link-go {
  color: #1AB2B9;
}
.ew-main .sns-list .item .txt {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.ew-main .sns-list .item .link-go {
  font-size: 22px;
  font-weight: 900;
  line-height: 46px;
  padding: 0 50px;
  height: 46px;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 1088px) {
  .ew-main .section-visual .ew-inner {
    padding: 0 15px;
  }
  .ew-main .visual {
    padding-top: 40px;
  }
  .ew-main .visual .img {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
  }
  .ew-main .visual .img img {
    height: auto;
  }
  .ew-main .video {
    margin-bottom: 40px;
  }
  .ew-main .video .img {
    width: 100%;
    height: auto;
  }
  .ew-main .video .img .btn-play {
    width: 80px;
    height: 80px;
  }
  .ew-main .video .img .btn-play .ico {
    width: 100%;
    height: 100%;
  }
  .ew-main .nav-list {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .ew-main .nav-list .item {
    flex: none;
    width: calc(50% - 12px);
  }
  .ew-main .section-program {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ew-main .section-program .ew-inner {
    padding: 0 15px;
  }
  .ew-main .section-sns {
    padding-top: 40px;
  }
  .ew-main .section-sns .ew-inner {
    padding: 0 15px;
  }
  .ew-main .sns-list {
    flex-direction: column;
    gap: 16px;
  }
  .ew-main .sns-list .item {
    flex: none;
    height: 107px;
  }
}
@media (max-width: 768px) {
  .ew-main .visual {
    padding-top: 30px;
  }
  .ew-main .visual .img {
    margin: 0 auto 30px;
  }
  .ew-main .video {
    margin-bottom: 30px;
  }
  .ew-main .video .img .btn-play {
    width: 60px;
    height: 60px;
  }
  .ew-main .nav-list {
    gap: 10px;
    margin-bottom: 30px;
  }
  .ew-main .nav-list .item {
    width: calc(50% - 10px);
  }
  .ew-main .nav-list .item a .txt {
    font-size: 16px;
  }
  .ew-main .section-program {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ew-main .section-sns {
    padding-top: 30px;
  }
  .ew-main .sns-list .item {
    flex: none;
    height: 107px;
    padding: 0 20px;
  }
  .ew-main .sns-list .item .txt {
    font-size: 24px;
  }
  .ew-main .sns-list .item .link-go {
    padding: 0 25px;
    font-size: 18px;
  }
  .ew-main .sns-list .item.bg-ew-blue-2 {
    background-size: 45px 40px;
  }
  .ew-main .sns-list .item.bg-ew-green-2 {
    background-size: 57px 45px;
    background-position: center bottom;
  }
}
/* 서브페이지 */
.ew-sub-title {
  height: 161px;
  background-size: 100% 161px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.ew-sub-title .title {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: -0.66px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1088px) {
  .ew-sub-title {
    margin-bottom: 30px;
  }
}
.ew-sub-contents .ew-box {
  width: 100%;
  padding: 30px 60px 60px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
}
.ew-sub-contents .ew-board .board-head {
  margin-bottom: 20px;
}
.ew-sub-contents .ew-board .board-head .course-sorting {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #efefef;
  margin-bottom: 20px;
}
.ew-sub-contents .ew-board .board-head .course-sorting .txt {
  font-size: 16px;
  color: #333;
}
.ew-sub-contents .ew-board .board-head .course-sorting .ew-form-control {
  width: 300px;
}
.ew-sub-contents .ew-board .board-head .course-sorting .ew-form-select {
  width: 150px;
}
.ew-sub-contents .ew-board .board-head .sort-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ew-sub-contents .ew-board .board-head .sort-wrap .total {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: #666666;
}
.ew-sub-contents .board-foot {
  margin-top: 40px;
}
.ew-sub-contents .ew-table-notice colgroup col:first-child {
  width: 8%;
}
.ew-sub-contents .ew-table-notice colgroup col:nth-child(2) {
  width: 60%;
}
.ew-sub-contents .ew-table-notice colgroup col:nth-child(3) {
  width: 10%;
}
.ew-sub-contents .ew-table-notice colgroup col:nth-child(4) {
  width: 12%;
}
.ew-sub-contents .ew-table-notice colgroup col:nth-child(5) {
  width: 10%;
}
.ew-sub-contents .ew-table-notice .col-title {
  border-right: 1px solid #e4e4e4;
}
.ew-sub-contents .ew-table-notice .col-title span {
  display: block;
  background-color: #007130;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.ew-sub-contents .ew-table-notice .col-title:first-child span {
  border-radius: 5px 0 0 5px;
}
.ew-sub-contents .ew-table-notice .col-title:last-child {
  border-right: 0;
}
.ew-sub-contents .ew-table-notice .col-title:last-child span {
  border-radius: 0 5px 5px 0;
}
.ew-sub-contents .ew-table-notice td {
  border-right: 1px solid #e4e4e4;
}
.ew-sub-contents .ew-table-notice td:last-child {
  border-right: 0;
}
.ew-sub-contents .ew-board-view .ew-box {
  padding: 50px 60px;
}
.ew-sub-contents .board-view .board-head {
  padding-top: 0;
  margin-bottom: 0;
}
.ew-sub-contents .board-view .board-head .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  padding: 21px 20px 19px;
  border-top: 2px solid #222;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.ew-sub-contents .board-view .board-head .file-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.ew-sub-contents .board-view .board-head .file-list .file {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: left;
}
.ew-sub-contents .board-view .board-head .file-list .file a {
  font-size: 15px;
  line-height: 15px;
  color: #2859e7;
}
.ew-sub-contents .board-view .board-head .file-list .file a:hover {
  text-decoration: underline;
}
.ew-sub-contents .board-view .board-head .view-info {
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
}
.ew-sub-contents .board-view .board-head .view-info .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.ew-sub-contents .board-view .board-head .view-info .info .item {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  color: var(--gray-666);
}
.ew-sub-contents .board-view .board-head .view-info .info .item .val {
  color: var(--black-000);
}
.ew-sub-contents .board-view .board-head .view-info .info .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  top: 2px;
  left: -10px;
  background-color: var(--gray-ccc);
}
.ew-sub-contents .board-view .board-head .view-info .info .left, .ew-sub-contents .board-view .board-head .view-info .info .right {
  display: flex;
  gap: 10px 20px;
}
.ew-sub-contents .board-view .board-head.answer .title {
  background-color: #f5f7fb;
}
.ew-sub-contents .board-view .board-body {
  padding: 40px;
  border-bottom: 1px solid #e4e4e4;
  min-height: 313px;
}
.ew-sub-contents .board-view .board-body .view-content {
  font-size: 16px;
  line-height: 24px;
}
.ew-sub-contents .board-view + .board-view .board-head {
  border-top-color: var(--gray-ccc);
}
.ew-sub-contents .board-view .board-foot {
  margin-top: 40px;
}
.ew-sub-contents .board-view .board-foot .ew-table-nav {
  border-top: 1px solid #e4e4e4;
  margin-top: 60px;
}
.ew-sub-contents .board-view .board-foot .ew-table-nav span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.ew-sub-contents .ew-section:nth-child(2n) {
  background-color: #dfefc4;
}
.ew-sub-contents.sub-env .ew-heading .title {
  padding: 0 55px 16px;
}
.ew-sub-contents.sub-env img {
  width: 100%;
  height: auto;
}
.ew-sub-contents.sub-env .ew-section.sec-1 {
  padding-bottom: 100px;
}
.ew-sub-contents.sub-env .ew-section.sec-2 {
  padding-top: 56px;
  padding-bottom: 90px;
}
.ew-sub-contents.sub-env .ew-section.sec-3 {
  padding-top: 40px;
}
.ew-sub-contents .ew-banner .ew-heading {
  margin: 0 auto 60px;
}
.ew-sub-contents .ew-banner .ew-badge {
  display: inline-block;
  color: #007130;
  height: 44px;
  padding: 0 38px;
  border: solid 3px #007130;
  background-color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.ew-sub-contents .ew-banner .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ew-sub-contents .ew-banner .img {
  position: relative;
}
.ew-sub-contents .ew-banner .k-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
}
.ew-sub-contents .ew-banner .k-row .item {
  text-align: center;
}
.ew-sub-contents .ew-banner .k-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ew-sub-contents .ew-banner .k-row .img-1 {
  width: 402px;
  height: 561px;
}
.ew-sub-contents .ew-banner .k-row .img-2 {
  width: 397px;
  height: 561px;
}
.ew-sub-contents .ew-banner .k-row .img-3 {
  width: 192px;
  height: 561px;
}
.ew-sub-contents .ew-banner .k-v-row .item {
  display: block;
  text-align: center;
}
.ew-sub-contents .ew-banner .k-v-row .item .ew-badge {
  display: inline-block;
}
.ew-sub-contents .ew-banner .k-v-row .item .img {
  width: 100%;
  height: auto;
}
.ew-sub-contents .ew-banner .k-v-row .item .img + .img {
  margin-top: 20px;
}
.ew-sub-contents .ew-banner .k-v-row .item img {
  width: 100%;
  height: auto;
}
.ew-sub-contents .ew-info-box {
  width: 100%;
  padding: 30px;
  border: solid 2px #007130;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  color: #007130;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 88px;
  word-break: keep-all;
}
.ew-sub-contents .map .img {
  position: relative;
  width: 602px;
  height: 774px;
  margin: 0 auto;
}
.ew-sub-contents .map .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ew-sub-contents .map .region {
  position: absolute;
}
.ew-sub-contents .map .region-1 {
  width: 168px;
  height: 217px;
  aspect-ratio: 168/217;
  left: 103px;
  top: 40px;
}
.ew-sub-contents .map .region-2 {
  width: 200px;
  height: 250px;
  aspect-ratio: 200/250;
  right: 131px;
  top: 0;
}
.ew-sub-contents .map .region-3 {
  width: 194px;
  height: 178px;
  aspect-ratio: 194/178;
  top: 234px;
  left: 47px;
}
.ew-sub-contents .map .region-4 {
  width: 232px;
  height: 264px;
  aspect-ratio: 232/264;
  top: 252px;
  right: 90px;
}
.ew-sub-contents .map .region-5 {
  width: 213px;
  height: 165px;
  aspect-ratio: 213/165;
  top: 513px;
  left: 40px;
}
.ew-sub-contents .map .region-6 {
  width: 128px;
  height: 69px;
  aspect-ratio: 128/69;
  bottom: 0;
  left: 0;
}
.ew-sub-contents.sub-lecture .ew-section.sec-1 {
  padding-bottom: 90px;
}
.ew-sub-contents.sub-lecture .ew-section.sec-1 .img {
  width: 1080px;
  height: auto;
}
.ew-sub-contents.sub-lecture .ew-section.sec-1 .img img {
  width: 100%;
  height: auto;
}
.ew-sub-contents.sub-lecture .ew-section.sec-2 {
  padding-top: 66px;
  padding-bottom: 90px;
}
.ew-sub-contents.sub-lecture .ew-section.sec-2 .desc {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  color: #007130;
  margin-bottom: 43px;
}
.ew-sub-contents.sub-lecture .instructor-list .item {
  display: flex;
  gap: 14px;
}
.ew-sub-contents.sub-lecture .instructor-list .item + .item {
  margin-top: 34px;
}
.ew-sub-contents.sub-lecture .instructor-list .item .date {
  display: flex;
  flex-direction: column;
  width: 176px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 20px;
  padding: 20px;
  background-color: #007130;
  gap: 10px;
}
.ew-sub-contents.sub-lecture .instructor-list .item .date small {
  display: block;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile {
  width: calc(100% - 176px);
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile .detail {
  display: flex;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile .detail .img {
  width: 181px;
  height: 254px;
  overflow: hidden;
  border-radius: 11px;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile .detail .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile .detail .info {
  width: 196px;
  height: 212px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  line-height: 60px;
  color: #363636;
  padding: 0 20px;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile .detail .info .name {
  font-weight: bold;
  font-size: 35px;
  line-height: 37px;
  margin-bottom: 31px;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile .detail .info .job {
  font-size: 26.5px;
  line-height: 32.5px;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile .lec-info {
  display: flex;
  flex-direction: column;
  width: 494px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #007130;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile .lec-info .tit {
  width: 100%;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.23px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #007130;
  padding: 18px 10px;
}
.ew-sub-contents.sub-lecture .instructor-list .item .profile .lec-info .val {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
  color: #363636;
  padding: 41px 28px;
  background-color: #fff;
}
.ew-sub-contents.sub-visual {
  padding-top: 80px;
  padding-bottom: 60px;
}
.ew-sub-contents.sub-visual .img {
  width: 100%;
  height: auto;
}
.ew-sub-contents.sub-visual .img img {
  width: 100%;
  height: auto;
}
.ew-sub-contents.sub-exhibition .sec-1 {
  padding-bottom: 90px;
}
.ew-sub-contents.sub-exhibition .sec-2 {
  padding-top: 74px;
  padding-bottom: 97px;
}
.ew-sub-contents.sub-exhibition .sec-2 .ew-heading {
  margin-bottom: 53px;
}
.ew-sub-contents.sub-exhibition .sec-2 .img + .img {
  margin-top: 50px;
}
.ew-sub-contents.sub-exhibition .img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ew-sub-contents.sub-exhibition .img.booth-map {
  max-width: 661px;
}
.ew-sub-contents.sub-exhibition img {
  width: 100%;
  height: auto;
}

@media (max-width: 1088px) {
  .ew-sub-contents .ew-board .board-head .course-sorting {
    gap: 5px;
  }
  .ew-sub-contents .ew-board .board-head .course-sorting .txt {
    display: none;
  }
  .ew-sub-contents .ew-board .board-head .course-sorting .ew-form-select {
    padding: 0 23px 0 10px;
  }
  .ew-sub-contents .ew-board .board-head .course-sorting .ew-form-search {
    flex: 1;
  }
  .ew-sub-contents .ew-board .board-head .course-sorting .ew-form-search .ew-form-control {
    width: auto;
    flex: 1;
    padding: 0 40px 0 10px;
  }
  .ew-sub-contents .ew-board .board-head .course-sorting .btn-search {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 0;
    width: 28px;
    height: 28px;
  }
  .ew-sub-contents .ew-board .board-head .course-sorting .btn-search span {
    display: none;
  }
  .ew-sub-contents .ew-inner {
    padding: 0 16px;
  }
  .ew-sub-contents .ew-box {
    padding: 20px 16px;
  }
  .ew-sub-contents .board-foot {
    margin-top: 20px;
  }
  .ew-sub-contents .ew-table-notice colgroup col:first-child {
    width: 12%;
  }
  .ew-sub-contents .ew-table-notice colgroup col:nth-child(2) {
    width: 88%;
  }
  .ew-sub-contents .ew-table-notice colgroup col:nth-child(3), .ew-sub-contents .ew-table-notice colgroup col:nth-child(4), .ew-sub-contents .ew-table-notice colgroup col:nth-child(5) {
    display: none;
  }
  .ew-sub-contents .ew-table-notice th:nth-child(2) span {
    border-radius: 0 5px 5px 0;
  }
  .ew-sub-contents .ew-table-notice td:nth-child(2) {
    border-right: 0;
  }
  .ew-sub-contents .ew-table-notice th:nth-child(3), .ew-sub-contents .ew-table-notice th:nth-child(4), .ew-sub-contents .ew-table-notice th:nth-child(5), .ew-sub-contents .ew-table-notice td:nth-child(3), .ew-sub-contents .ew-table-notice td:nth-child(4), .ew-sub-contents .ew-table-notice td:nth-child(5) {
    display: none;
  }
  .ew-sub-contents .ew-board-view .ew-box {
    padding: 20px;
  }
  .ew-sub-contents .ew-board-view .board-head .title {
    line-height: 24px;
  }
  .ew-sub-contents .ew-board-view .board-head .ew-table .v-table {
    display: block;
  }
  .ew-sub-contents .ew-board-view .board-head .ew-table tbody {
    display: block;
  }
  .ew-sub-contents .ew-board-view .board-head .ew-table tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .ew-sub-contents .ew-board-view .board-head .ew-table th, .ew-sub-contents .ew-board-view .board-head .ew-table td {
    display: flex;
  }
  .ew-sub-contents .ew-board-view .board-head .ew-table th {
    width: 120px;
    padding: 16px 10px;
    justify-content: center;
    font-size: 14px;
    vertical-align: top;
  }
  .ew-sub-contents .ew-board-view .board-head .ew-table td {
    width: calc(100% - 120px);
    padding: 16px 10px;
    font-size: 14px;
  }
  .ew-sub-contents .board-view .board-body {
    padding: 20px;
    min-height: auto;
  }
  .ew-sub-contents .board-view .board-body .view-content {
    font-size: 14px;
    line-height: 20px;
  }
  .ew-sub-contents.sub-env .ew-section.sec-1 {
    padding-bottom: 40px;
  }
  .ew-sub-contents.sub-env .ew-section.sec-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ew-sub-contents.sub-env .ew-section.sec-3 {
    padding-top: 40px;
  }
  .ew-sub-contents .ew-banner .ew-heading {
    margin: 0 auto 40px;
  }
  .ew-sub-contents .ew-banner .ew-badge {
    padding: 0 30px;
  }
  .ew-sub-contents .ew-banner .k-row {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .ew-sub-contents .ew-banner .k-row .item + .item {
    margin-top: 40px;
  }
  .ew-sub-contents .ew-banner .k-row .item .img {
    display: block;
    margin: 0 auto;
  }
  .ew-sub-contents.sub-lecture .ew-section.sec-1 {
    padding-bottom: 60px;
  }
  .ew-sub-contents.sub-lecture .ew-section.sec-1 .img {
    width: 100%;
  }
}
@media (max-width: 778px) {
  .ew-sub-contents .map .img {
    width: 100%;
    height: auto;
  }
  .ew-sub-contents .map .region {
    height: auto;
  }
  .ew-sub-contents .map .region-1 {
    width: 20%;
    top: 9%;
    left: 20%;
  }
  .ew-sub-contents .map .region-2 {
    width: 27%;
    right: 27%;
    top: 3%;
  }
  .ew-sub-contents .map .region-3 {
    width: 25%;
    top: 33%;
    left: 12%;
  }
  .ew-sub-contents .map .region-4 {
    width: 30%;
    top: 37%;
    right: 18%;
  }
  .ew-sub-contents .map .region-5 {
    width: 28%;
    top: 67%;
    left: 9%;
  }
  .ew-sub-contents .map .region-6 {
    width: 22%;
  }
}
@media (max-width: 768px) {
  .ew-sub-contents.sub-env .ew-section.sec-1 {
    padding-bottom: 20px;
  }
  .ew-sub-contents.sub-env .ew-section.sec-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .ew-sub-contents.sub-env .ew-section.sec-3 {
    padding-top: 30px;
  }
  .ew-sub-contents .ew-banner .k-row .img-1 {
    aspect-ratio: 402/561;
    width: auto;
    height: auto;
  }
  .ew-sub-contents .ew-banner .k-row .img-2 {
    aspect-ratio: 397/561;
    width: auto;
    height: auto;
  }
  .ew-sub-contents .ew-banner .k-row .img-3 {
    aspect-ratio: 192/561;
    width: auto;
    height: auto;
  }
  .ew-sub-contents .ew-banner .k-row img {
    width: 100%;
    height: auto;
  }
  .ew-sub-contents .ew-info-box {
    font-size: 20px;
    line-height: 30px;
  }
  .ew-sub-contents.sub-lecture .ew-section.sec-1 {
    padding-bottom: 30px;
  }
  .ew-sub-contents.sub-lecture .ew-section.sec-1 .img {
    width: 100%;
  }
  .ew-sub-contents.sub-lecture .ew-section.sec-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ew-sub-contents.sub-lecture .ew-section.sec-2 .desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .ew-sub-contents.sub-lecture .instructor-list .item {
    flex-direction: column;
  }
  .ew-sub-contents.sub-lecture .instructor-list .item + .item {
    margin-top: 30px;
  }
  .ew-sub-contents.sub-lecture .instructor-list .item .date {
    width: 100%;
    flex-direction: column;
  }
  .ew-sub-contents.sub-lecture .instructor-list .item .profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ew-sub-contents.sub-lecture .instructor-list .item .profile .detail {
    display: flex;
    width: 100%;
  }
  .ew-sub-contents.sub-lecture .instructor-list .item .profile .detail .img {
    width: 161px;
    height: 254px;
  }
  .ew-sub-contents.sub-lecture .instructor-list .item .profile .detail .info {
    width: calc(100% - 161px);
    font-size: 28px;
    line-height: 40px;
  }
  .ew-sub-contents.sub-lecture .instructor-list .item .profile .lec-info {
    width: 100%;
  }
  .ew-sub-contents.sub-exhibition .sec-1 {
    padding-bottom: 40px;
  }
  .ew-sub-contents.sub-exhibition .sec-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ew-sub-contents.sub-exhibition .sec-2 .ew-heading {
    margin-bottom: 40px;
  }
  .ew-sub-contents.sub-exhibition .sec-2 .img + .img {
    margin-top: 20px;
  }
  .ew-sub-contents.sub-exhibition .img {
    width: 100%;
    height: auto;
  }
  .ew-sub-contents.sub-exhibition img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
