@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.1.0/fonts/remixicon.css");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue|Noto+Sans+KR&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
input[type=radio]:checked + label:before {
  color: #fff;
  background-color: #a88105;
  border-color: transparent;
}

input[type=radio] + label:before {
  content: "\f00c";
  font-family: fontawesome;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 18px;
  margin-right: 5px;
  background-color: #fff;
  color: transparent;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=checkbox]:checked + label:before {
  color: #fff;
  background-color: #a88105;
  border-color: transparent;
}

input[type=checkbox] + label:before {
  content: "\f00c";
  font-family: fontawesome;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 18px;
  margin-right: 5px;
  background-color: #fff;
  color: transparent;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Icon Font */
/* https://material.io/icons */
/* Fontawesome 4.7 */
/* font-family: 'fontawesome'; */
/* Google Icon Font : https://material.io/icons */
/* font-family: 'Material Icons'; */
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Remix ICON*/
/* Noto Sans KR, Bebas Neue*/
/* font-family: 'Noto Sans KR', sans-serif; */
/* font-family: 'Bebas Neue', cursive; */
/* Web Fonts - Source Sans Pro */
/* font-family: 'Source Sans Pro', sans-serif; */
/* Web Fonts - Play 영문폰트 */
/* font-family: 'Play', sans-serif; */
/* Web Fonts - NoonNoo */
@font-face {
  font-family: "NEXON Lv2 Gothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Play", "Pretendard-Regular", "NEXON Lv2 Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  background-color: #fff;
  color: #333;
  -ms-overflow-style: none;
}
body.active {
  overflow: hidden;
}

.siteWidth {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .siteWidth {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .siteWidth {
    width: 100%;
    padding: 0 10px;
  }
}

/*  숨김 요소 */
legend, .blind, caption {
  position: absolute !important;
  left: -10000px !important;
  width: 0px !important;
  height: 0px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.memberAgree {
  margin: 30px 0;
  text-align: center;
}
.memberAgree p {
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  table {
    white-space: nowrap;
  }
  .tableScroll {
    overflow: hidden;
    overflow-x: auto;
  }
}
.locationMap {
  margin-bottom: 20px;
}
.locationMap .mapWrap {
  position: relative;
  border: 3px solid #ccc;
}
.locationMap .mapWrap .root_daum_roughmap {
  width: 100%;
  height: 400px;
}
.locationMap .mapWrap .gooleMap {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.locationMap .mapWrap .gooleMap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.locationMap table.location {
  margin-top: 20px;
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.locationMap table.location th, .locationMap table.location td {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}
.locationMap table.location th span, .locationMap table.location td span {
  display: block;
}

.location2Map {
  margin-bottom: 20px;
}
.location2Map .mapWrap {
  border: #ccc solid 3px;
}
.location2Map .mapWrap .root_daum_roughmap {
  width: 100%;
}
.location2Map table.location2 {
  margin-top: 20px;
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.location2Map table.location2 th, .location2Map table.location2 td {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

.ck-source-editing-area {
  min-height: 150px !important;
}

/* ----------------------------------------------------------- */
/* -------------------------- RESET -------------------------- */
/* ----------------------------------------------------------- */
/* 요소(element) 여백 초기화  */
html,
body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
address,
pre,
cite,
form,
fieldset,
input,
textarea,
select,
table,
th,
td {
  margin: 0;
  padding: 0;
}

/* 제목요소 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* 테두리 없애기 */
fieldset,
img {
  border: 0 none;
}

/* 목록 */
ol,
ul,
dl {
  list-style: none;
}

caption,
td {
  font-weight: normal;
}

/* 텍스트 관련 요소 초기화 */
em {
  font-weight: normal;
  font-style: normal;
}

/* 링크요소 */
a,
a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: none;
}

/* 세로정렬  */
label,
select,
input,
textarea {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* box-sizing  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Button */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ################### Content Table ################### */
table.base {
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
}
@media screen and (max-width: 800px) {
  table.base {
    margin-bottom: 0;
  }
}
table.base thead th {
  padding: 10px 0;
  border-top: 2px solid #074853;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #006b82;
  color: #fff;
  font-weight: normal;
}
table.base tbody th, table.base tbody td {
  padding: 8px 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
table.base tbody th.left, table.base tbody td.left {
  text-align: left;
}
table.base tbody th {
  text-align: center;
  background-color: #f9f9f9;
  border-right: 1px solid #ccc;
}
table.base tbody th.bdbNone {
  border-bottom: none;
}
table.base tbody td.bdbNone {
  border-bottom: none;
}
table.base tbody td ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  text-align: left;
}
table.base tbody td ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #006b82;
}
table.base tbody td ul li:last-child {
  margin-bottom: 0;
}
table.base tbody tr:last-child td, table.base tbody tr:last-child th {
  border-bottom: none;
}

@-webkit-keyframes autofillEmail {
  to {
    background-image: url(../images/icon-email.png);
    background-position: 5px center;
    background-repeat: no-repeat;
  }
}

@keyframes autofillEmail {
  to {
    background-image: url(../images/icon-email.png);
    background-position: 5px center;
    background-repeat: no-repeat;
  }
}
.ltr {
  -webkit-animation: ltr 0.5s linear both;
          animation: ltr 0.5s linear both;
}

.rtl {
  -webkit-animation: rtl 0.5s linear both;
          animation: rtl 0.5s linear both;
}

.utd {
  -webkit-animation: utd 0.5s linear both;
          animation: utd 0.5s linear both;
}

.dtu {
  -webkit-animation: dtu 0.5s linear both;
          animation: dtu 0.5s linear both;
}

.zoom {
  -webkit-animation: zoom 3s linear both;
          animation: zoom 3s linear both;
}

@-webkit-keyframes ltr {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ltr {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rtl {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rtl {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes utd {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes utd {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes dtu {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dtu {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mouseWheele {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@keyframes mouseWheele {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}
@-webkit-keyframes aniBar {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 10px);
  }
}
@keyframes aniBar {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 10px);
  }
}
.btn-top {
  position: fixed;
  right: 20px;
  bottom: -50px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 43px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff !important;
}
.btn-top.active {
  bottom: 20px;
}

/* ####################### butList ###################### */
.butList {
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .butList {
    margin-bottom: 30px;
  }
}
.butList a {
  display: inline-block;
  width: 100px;
  margin: 5px;
  padding: 7px 0;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .butList a {
    margin: 2px 1px;
  }
}
.butList a button {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
}
.butList a:last-child {
  margin-right: 0;
}
.butList a:nth-child(odd) {
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
}
.butList a:nth-child(even) {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.butList a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* ################## buttonWrap button ################# */
.buttonWrap {
  margin-top: 50px;
  text-align: center;
}
.buttonWrap button {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  background-color: #333;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .buttonWrap button {
    width: 120px;
    height: 40px;
    margin-right: 5px;
    font-size: 16px;
  }
}
.buttonWrap button:nth-child(2) {
  margin-right: 0;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}
.buttonWrap button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* ############## searchWrap button ############## */
.searchWrap {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .searchWrap {
    margin-bottom: 5px;
  }
  .searchWrap #idx_Field,
  .searchWrap #Classification {
    display: none;
  }
  .searchWrap input[type=text] {
    width: 100px;
  }
}
.searchWrap button {
  width: 80px;
  padding: 4px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .searchWrap button {
    width: 70px;
  }
}
.searchWrap button:hover {
  background-color: #000;
}
.searchWrap #total {
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .searchWrap #total {
    display: none;
  }
}

/* ################## pageNo Button ################## */
.pageNoWrap {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.pageNoWrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px;
  line-height: 40px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageNoWrap a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pageNoWrap a.active {
  background-color: #eee;
  color: #333;
  border: 1px solid #ccc;
}
.pageNoWrap a.first, .pageNoWrap a.last {
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
}
.pageNoWrap a.firstSecond, .pageNoWrap a.lastSecond {
  background-color: #666;
  color: #fff;
  border: 1px solid transparent;
}

/* 햄버거 버튼 */
.menuTrigger {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}
.menuTrigger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .menuTrigger span {
    background-color: #ccc;
  }
}
.menuTrigger span:nth-child(1) {
  width: 50%;
  top: 0;
  left: auto;
  right: 0;
}
.menuTrigger span:nth-child(2) {
  top: 50%;
  background-color: #a88105;
}
.menuTrigger span:nth-child(3) {
  width: 50%;
  top: 100%;
}
.menuTrigger.active span {
  background-color: #fff;
}
.menuTrigger.active span:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
.menuTrigger.active span:nth-child(2) {
  display: none;
}
.menuTrigger.active span:nth-child(3) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ################## Contents Button ################## */
.butWrap {
  margin-top: 50px;
}
.butWrap a {
  position: relative;
  display: block;
  width: 250px;
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
}
.butWrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #074853;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.butWrap a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
.butWrap a:hover:before {
  width: 100%;
}

/* Slick Slide Button */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  font-size: 4rem;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 800px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 2rem;
  }
}
.slick-arrow:hover {
  background-color: #074853;
}
.slick-arrow:before {
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.slick-arrow.slick-prev {
  left: 20px;
}
@media screen and (max-width: 800px) {
  .slick-arrow.slick-prev {
    left: 10px;
  }
}
.slick-arrow.slick-prev:before {
  content: "\e314";
}
.slick-arrow.slick-next {
  right: 20px;
}
@media screen and (max-width: 800px) {
  .slick-arrow.slick-next {
    right: 10px;
  }
}
.slick-arrow.slick-next:before {
  content: "\e315";
}

.tabMenuWrap .tabMenuContent .tabMenu {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu {
    margin-bottom: 10px;
    border: none;
    text-align: center;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li {
  float: left;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li {
    float: none;
    display: inline-block;
    margin: 2px;
    width: auto !important;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li a {
  display: block;
  height: 50px;
  background-color: #eee;
  text-align: center;
  border-right: 1px solid #ccc;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  line-height: 50px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: none;
    background-color: #666;
    color: #fff;
    border-radius: 5px;
    font-size: 0.8em;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li:last-child a {
  border-right: 1px solid transparent;
  width: calc(100% + 1px);
}
.tabMenuWrap .tabMenuContent .tabMenu li a:hover, .tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-top: 2px solid #074853;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li a:hover, .tabMenuWrap .tabMenuContent .tabMenu li.active a {
    border-top: none;
    background-color: #074853;
  }
}
.tabMenuWrap .tabMenuContent .tabMenu li.active a {
  border-bottom: 1px solid transparent;
  color: #074853;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .tabMenu li.active a {
    color: #fff;
  }
}
.tabMenuWrap .tabMenuContent .contentWrap .content {
  display: none;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .tabMenuWrap .tabMenuContent .contentWrap .content {
    padding: 0;
    border: none;
  }
}
.tabMenuWrap .tabMenuContent .contentWrap .content.active {
  display: block;
}

#selectWrite {
  padding: 3px 6px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
}

span.searchResult {
  color: #a88105;
  font-weight: bold;
}

.includeBoardListWrap {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .includeBoardListWrap {
    margin-top: 0px;
  }
}

/* 최상위 리스트 타이틀 */
span.boardListTopic {
  color: #000;
  font-weight: bold;
}

/* 리스트 갯수 */
p.boardListCount {
  margin-bottom: 5px;
}
p.boardListCount span {
  font-weight: bold;
}

/* 뉴스, 공지 구분 / 이벤트 진행, 마감 구분 */
span.boardListNews,
span.boardListNotice,
span.boardListProcess,
span.boardListFinish {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  color: #fff;
  border-radius: 5px;
}

span.boardListNews,
span.boardListProcess {
  background-color: #074853;
}

span.boardListNotice,
span.boardListFinish {
  background-color: #a88105;
}

/* #################### boardList ###################### */
table.boardList {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  table.boardList {
    margin-bottom: 20px;
  }
}
table.boardList thead th {
  padding: 10px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
table.boardList tbody th, table.boardList tbody td {
  padding: 8px 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
}
table.boardList tbody th {
  background-color: #f9f9f9;
}
table.boardList tbody td {
  /* 관리자모드 에디터이미지 관리 /ZxCkeditor/list.php */
}
table.boardList tbody td.subject {
  text-align: justify;
}
table.boardList tbody td span.news, table.boardList tbody td span.notice, table.boardList tbody td span.viewBut, table.boardList tbody td span.hiddenBut {
  padding: 1px 5px;
  color: #fff;
  border-radius: 3px;
}
table.boardList tbody td span.news, table.boardList tbody td span.viewBut {
  background-color: #074853;
}
table.boardList tbody td span.notice, table.boardList tbody td span.hiddenBut {
  background-color: #a88105;
}
table.boardList tbody td span.boardReply, table.boardList tbody td span.boardSecret, table.boardList tbody td span.boardNew {
  color: #000;
}
table.boardList tbody td span.boardReply .fa {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 20px;
}
table.boardList tbody td span.boardNew em, table.boardList tbody td span.boardSecret em {
  font-weight: bold;
}
table.boardList tbody td a.selectBut, table.boardList tbody td a.deleteBut {
  display: inline-block;
  margin: 1px;
  padding: 1px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: orangered;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
table.boardList tbody td a.selectBut:hover, table.boardList tbody td a.deleteBut:hover {
  background: #074853;
}

.galleryListWrap .imgListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
}
.galleryListWrap .imgListWrap .item {
  width: calc((100% - 60px) / 4);
}
.galleryListWrap .imgListWrap .item:nth-child(4n+1) {
  margin-left: 0;
}
.galleryListWrap .imgListWrap .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .imgListWrap .item {
    width: calc((100% - 20px) / 2);
  }
  .galleryListWrap .imgListWrap .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .galleryListWrap .imgListWrap .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .galleryListWrap .imgListWrap .item {
    width: calc((100% - 40px) / 3);
  }
  .galleryListWrap .imgListWrap .item:nth-child(3n+1) {
    margin-left: 0px;
  }
  .galleryListWrap .imgListWrap .item:nth-child(3n) {
    margin-right: 0px;
  }
}
.galleryListWrap .imgListWrap .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  margin-top: 10px;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.3s;
  /* 관리자모드 에디터이미지 관리 /ZxCkeditor/list.php */
}
.galleryListWrap .imgListWrap .item > a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.galleryListWrap .imgListWrap .item > a > span {
  display: none;
  margin-bottom: 5px;
  padding: 8px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .imgListWrap .item > a > span {
    font-size: 14px;
  }
}
.galleryListWrap .imgListWrap .item > a ~ span {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.galleryListWrap .imgListWrap .item > a ~ span em {
  display: inline-block;
  margin-right: 2px;
  padding: 2px 10px;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.galleryListWrap .imgListWrap .item > a ~ span em:hover {
  background-color: #000;
}

.galleryListWrap .sumnailList {
  overflow: hidden;
}
.galleryListWrap .sumnailList .item {
  position: relative;
  float: left;
  width: 49%;
  height: 205px;
  margin: 1%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item {
    float: none;
    width: 100%;
    height: auto;
    margin: 2% 0;
    padding: 10px;
  }
}
.galleryListWrap .sumnailList .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.galleryListWrap .sumnailList .item:hover:after {
  opacity: 1;
}
.galleryListWrap .sumnailList .item:nth-child(even) {
  margin-right: 0;
}
.galleryListWrap .sumnailList .item:nth-child(odd) {
  margin-left: 0;
}
.galleryListWrap .sumnailList .item > div {
  float: left;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item > div {
    float: none;
  }
}
.galleryListWrap .sumnailList .item .imgWrap {
  width: 30%;
  height: 164px;
  margin-right: 2%;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .imgWrap {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.galleryListWrap .sumnailList .item .imgWrap img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .imgWrap img {
    margin-bottom: 10px;
  }
}
.galleryListWrap .sumnailList .item .boardContents {
  position: relative;
  width: 68%;
  height: 164px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents {
    width: 100%;
    height: auto;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title {
  margin-bottom: 10px;
  margin-right: 70px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title {
    margin-bottom: 20px;
    margin-right: 100px;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title h3 {
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title h3 {
    font-size: 16px;
    font-weight: bold;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title > span {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title > span {
    font-size: 14px;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title p.text {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title p.text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.galleryListWrap .sumnailList .item .boardContents .title p.info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #666;
}
@media screen and (max-width: 800px) {
  .galleryListWrap .sumnailList .item .boardContents .title p.info {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 14px;
  }
}
.galleryListWrap .sumnailList .item > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: orange;
  font-size: 80px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.galleryListWrap .sumnailList .item > a:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.galleryListWrap .sumnailList .item:hover > a {
  opacity: 1;
}

.prevNextButWrap {
  padding: 10px 0;
  overflow: hidden;
}
.prevNextButWrap a {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
  line-height: 30px;
  background-color: #666;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prevNextButWrap a.nextBut {
  float: right;
}
.prevNextButWrap a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: #000;
}

.boardViewWrap {
  /* Board 내용 */
}
.boardViewWrap .viewTitle {
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .viewTitle {
    padding: 20px 0;
  }
}
.boardViewWrap .viewTitle h3 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .viewTitle p {
    font-size: 14px;
  }
}
.boardViewWrap .viewTitle p span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .viewTitle p span {
    display: block;
    padding-right: 0;
  }
}
.boardViewWrap .viewTitle p span:last-child {
  padding-right: 0;
}
.boardViewWrap .viewTitle p span:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .viewTitle p span:after {
    display: none;
  }
}
.boardViewWrap .viewTitle p span:last-child:after {
  display: none;
}
.boardViewWrap .viewTitle p span.news, .boardViewWrap .viewTitle p span.notice, .boardViewWrap .viewTitle p span.process, .boardViewWrap .viewTitle p span.finish {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 10px !important;
  color: #fff;
  border-radius: 5px;
}
.boardViewWrap .viewTitle p span.news, .boardViewWrap .viewTitle p span.process {
  background-color: #074853;
}
.boardViewWrap .viewTitle p span.notice, .boardViewWrap .viewTitle p span.finish {
  background-color: #a88105;
}
.boardViewWrap .boardContentsView {
  margin-bottom: 10px;
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .boardViewWrap .boardContentsView {
    padding: 10px 0;
  }
}
.boardViewWrap .boardContentsView .contentsInFile {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.boardViewWrap > p, .boardViewWrap form > p {
  margin-bottom: 30px;
}

table.boardView {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  table.boardView {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  table.boardView colgroup col {
    width: 100%;
  }
}
table.boardView th, table.boardView td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  table.boardView th, table.boardView td {
    display: block;
  }
}
table.boardView th {
  background-color: #eee;
}
table.boardView td {
  text-align: justify;
}
@media screen and (max-width: 800px) {
  table.boardView td {
    text-align: center;
    white-space: normal;
  }
}

.commentWrap .commentList {
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .commentWrap .commentList {
    margin-bottom: 20px;
    padding: 10px;
  }
}
.commentWrap .commentList .comment {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
@media screen and (max-width: 800px) {
  .commentWrap .commentList .comment {
    padding: 10px;
  }
}
.commentWrap .commentList .comment:last-of-type {
  margin-bottom: 30px;
}
.commentWrap .commentList .comment h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.commentWrap .commentList .comment h3 span.boardReply .fa {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 20px;
}
.commentWrap .commentList .comment p {
  color: #666;
  font-size: 14px;
}
.commentWrap .commentList .comment p.content {
  margin-bottom: 20px;
  color: #333;
}
.commentWrap .commentList .comment p em {
  color: #999;
}
.commentWrap .commentList .comment p a {
  float: right;
  display: block;
  margin-left: 10px;
  padding: 1px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background-color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commentWrap .commentList .comment p a:hover {
  background-color: #000;
}
.commentWrap .commentList .comment.commentInquiry h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.commentWrap .formWrap {
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
  background-color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  border: none;
}
.commentWrap .formWrap form[name=comment_write] {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.commentWrap .butList {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .commentWrap .butList {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/* comment 삭제 창 input 사이즈 */
#dialog_password input {
  width: 100%;
}

.faqWrap .faq-content {
  margin-top: 20px;
  overflow: hidden;
}
.faqWrap .faq-content .faq-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 20px;
}
.faqWrap .faq-content .faq-item h3 {
  display: block;
  position: relative;
  padding-right: 30px;
  color: #a88105;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  padding-bottom: 0;
  border-bottom: none;
}
.faqWrap .faq-content .faq-item h3:after {
  content: "\e7cd";
  font-family: "Material Icons";
  color: #ccc;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.faqWrap .faq-content .faq-item h3 a {
  color: #a88105;
}
.faqWrap .faq-content .faq-item .faqTextWrap {
  margin-top: 20px;
  display: none;
}
.faqWrap .faq-content .faq-item.active {
  border: 1px solid #a88105;
}
.faqWrap .faq-content .faq-item.active h3 {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.faqWrap .faq-content .faq-item.active h3:after {
  -webkit-transform: translateY(-100%) rotate(-180deg);
          transform: translateY(-100%) rotate(-180deg);
  color: #a88105;
}

/* ################ input:radio&checkbox ############### */
input {
  padding: 4px;
  color: #666;
  border: 1px solid #ccc;
  outline: none;
  /* input box color */
}
input[type=file] {
  cursor: pointer;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: #f9f9f9 inset;
          box-shadow: #f9f9f9 inset;
  -webkit-text-fill-color: #000;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

select,
textarea {
  padding: 3px;
  color: #666;
  border: 1px solid #ccc;
}

/* textarea 높이 지정 */
.cke_contents {
  min-height: 300px !important;
}

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 날짜 아이콘 */
.ui-datepicker-trigger {
  padding-left: 5px;
  cursor: pointer;
}

/* 카카오맵 우편번호 검색 */
#wrap {
  position: relative;
  width: 100% !important;
  display: none;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#wrap > a {
  position: absolute;
  bottom: 3px;
  right: 8px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #ccc;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#wrap > a:hover {
  color: #000;
}

.formWrap {
  margin: 0 auto;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Reply 질문내용 */
}
@media screen and (max-width: 800px) {
  .formWrap {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}
.formWrap form {
  /* 날짜 입력 */
}
.formWrap form label {
  display: block;
}
.formWrap form label.inline {
  display: inline;
}
.formWrap form label.inlineBlock {
  display: inline-block;
}
.formWrap form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .formWrap form input {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.formWrap form input::-webkit-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input:-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input::-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input::placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formWrap form input[type=text] {
  padding-left: 40px;
  background: #fff url("../images/icon-subject.png") no-repeat 5px center;
}
.formWrap form input[id=ID], .formWrap form input[id=t_Admin] {
  padding-left: 40px;
  background: #fff url("../images/icon-join.png") no-repeat 5px center;
}
.formWrap form input[type=password] {
  padding-left: 40px;
  background: #fff url("../images/icon-lock.png") no-repeat 5px center;
}
.formWrap form input[type=email] {
  padding-left: 40px;
  background: #fff url("../images/icon-email.png") no-repeat 5px center;
}
.formWrap form input[type=email]::-webkit-autofill {
  -webkit-animation-name: autofillEmail;
          animation-name: autofillEmail;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.formWrap form input[id=Mobile], .formWrap form input[id=Phone], .formWrap form input[id=phone], .formWrap form input[id=t_Corp_Phone], .formWrap form input[id=t_Corp_Mobile] {
  padding-left: 40px;
  background: #fff url("../images/icon-phone.png") no-repeat 5px center;
}
.formWrap form input[id=t_Corp_Fax], .formWrap form input[id=fax] {
  padding-left: 40px;
  background: #fff url("../images/icon-fax.png") no-repeat 5px center;
}
.formWrap form input[id=Zip], .formWrap form input[id=zip] {
  padding-left: 40px;
  background: #fff url("../images/icon-zip.png") no-repeat 5px center;
}
.formWrap form input[id=Address], .formWrap form input[id=address] {
  padding-left: 40px;
  background: #fff url("../images/icon-addr1.png") no-repeat 5px center;
}
.formWrap form input[id=Address_Ext], .formWrap form input[id=address_ext], .formWrap form input[id=t_Corp_Address] {
  padding-left: 40px;
  background: #fff url("../images/icon-addr2.png") no-repeat 5px center;
}
.formWrap form input[id=homepage], .formWrap form input[id=url], .formWrap form input[id=t_Home_URL] {
  padding-left: 40px;
  background: #fff url("../images/icon-homepage.png") no-repeat 5px center;
}
.formWrap form input[id=uploadName], .formWrap form input[id=movieUploadName], .formWrap form input[id=catalogUploadName] {
  padding-left: 40px;
  background: #fff url("../images/icon-add.png") no-repeat 5px center;
}
.formWrap form input[id=multiUploadName] {
  padding-left: 40px;
  background: #fff url("../images/icon-multiadd.png") no-repeat 5px center;
}
.formWrap form input[type=file] {
  padding-left: 40px;
  background: #fff url("../images/icon-add.png") no-repeat 5px center;
}
.formWrap form input[id=confirm_key], .formWrap form input[id=t_Verification_Naver], .formWrap form input[id=t_Verification_Google] {
  padding-left: 40px;
  background: #fff url("../images/icon-key.png") no-repeat 5px center;
}
.formWrap form textarea {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: inherit;
}
.formWrap form textarea.Comment + .cke .cke_contents {
  min-height: 100px !important;
}
.formWrap form textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
          box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
}
.formWrap form select {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 기본 화살표 숨기기 */
  background: url("../images/arrow-down-s-line.svg") no-repeat right 5px center, #fff;
  background-size: 24px; /* 화살표 크기 조정 */
}
.formWrap form select:focus {
  -webkit-box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
          box-shadow: 0 0 10px rgba(30, 143, 255, 0.5);
}
.formWrap form span.readOnly {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  background-color: #ccc;
  line-height: 50px;
}
.formWrap form span.readOnly.email {
  padding-left: 40px;
  background: #fff url("../images/icon-email.png") no-repeat 5px center;
}
.formWrap form span.readOnly.name {
  padding-left: 40px;
  background: #fff url("../images/icon-join.png") no-repeat 5px center;
}
.formWrap form span.readOnly.grade {
  padding-left: 40px;
  background: #fff url("../images/icon-grade.png") no-repeat 5px center;
}
.formWrap form span.readOnly.date {
  padding-left: 40px;
  background: #fff url("../images/icon_calendar.png") no-repeat 5px center;
}
.formWrap form .radioSelect {
  text-align: center;
}
.formWrap form .radioSelect label[for=admin] {
  margin-right: 30px;
}
.formWrap form p.notice {
  margin-bottom: 50px;
}
.formWrap form p.creatDate {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.formWrap form .butInputWrap {
  position: relative;
}
.formWrap form .butInputWrap input {
  padding-right: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.formWrap form .butInputWrap .multiBut {
  position: absolute;
  right: 5px;
  top: 9px;
  display: inline-block;
}
.formWrap form .butInputWrap .multiBut a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .formWrap form .butInputWrap .multiBut a {
    font-size: 14px;
  }
}
.formWrap form .butInputWrap .multiBut a:nth-child(2) {
  margin-left: 0;
}
.formWrap form .butInputWrap .multiBut a label {
  display: block;
  width: inherit;
  height: inherit;
  cursor: pointer;
}
.formWrap form .butInputWrap .multiBut > label {
  line-height: 2;
  padding-right: 5px;
}
.formWrap form .butInputWrap .deleteBut {
  margin-top: 5px;
  font-size: 0.8em;
}
@media screen and (max-width: 800px) {
  .formWrap form .butInputWrap .deleteBut {
    margin-top: -10px;
  }
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap {
    display: block;
    margin-right: 0;
  }
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap a {
  display: inline-block;
  padding: 0px 5px;
  margin: 3px;
  background: #666;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9em;
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap a:hover {
  background: #000;
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap em {
  display: inline-block;
  padding: 0px 5px;
  margin: 3px;
  background: #666;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 0.9em;
}
.formWrap form .butInputWrap .deleteBut .imgOpenDeleButWrap em:hover {
  background: #000;
}
.formWrap form .birthInputWrap {
  position: relative;
}
.formWrap form .birthInputWrap .radioWrap {
  position: absolute;
  top: 15px;
  right: 40px;
}
@media screen and (max-width: 800px) {
  .formWrap form .birthInputWrap .radioWrap {
    position: relative;
    margin-bottom: 10px;
    top: auto;
    right: auto;
  }
}
.formWrap form .birthInputWrap .ui-datepicker-trigger {
  position: absolute;
  top: 18px;
  right: 10px;
}
.formWrap form table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 800px) {
  .formWrap form table {
    border-spacing: 0px;
  }
  .formWrap form table colgroup col {
    width: 100%;
  }
}
.formWrap form table tbody tr th, .formWrap form table tbody tr td {
  padding: 5px;
}
@media screen and (max-width: 800px) {
  .formWrap form table tbody tr th, .formWrap form table tbody tr td {
    display: block;
    padding: 2px;
  }
}
.formWrap form table tbody tr th {
  position: relative;
}
.formWrap form table tbody tr th label {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .formWrap form table tbody tr th label {
    height: 30px;
    line-height: 30px;
  }
}
.formWrap form table tbody tr th label.attachLabel {
  position: absolute;
  top: 5px;
  left: 0;
  width: calc(100% - 10px);
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .formWrap form table tbody tr th label.attachLabel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
  }
}
.formWrap form table tbody tr td {
  white-space: normal;
}
.formWrap form table tbody tr td .optionWrap {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 800px) {
  .formWrap form table tbody tr td .optionWrap {
    font-size: 0.8em;
  }
}
.formWrap form table tbody tr td p.premier {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
  width: auto;
  font-weight: bold;
  color: #000;
}
.formWrap form table tbody tr td p.premier:before {
  content: "\e5ca";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: #074853;
}
.formWrap form table tbody tr td p.premier a {
  color: blue;
  text-decoration: underline;
}
.formWrap form table tbody tr td p.premier a:hover {
  color: orangered;
}
.formWrap .questionContents {
  margin-top: 50px;
}
.formWrap .questionContents h4 {
  text-align: center;
}

/* Iframe Popup */
.iframePopupWrap .formWrap {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
}

.mystyle-warp-5r {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  padding: 12px 10px;
}

.mystyle-searchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

header {
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  /* 서브메뉴 BG */
  /* 네비게이션 */
}
@media screen and (max-width: 800px) {
  header {
    position: absolute;
    height: 60px;
  }
}
header h1.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: inherit;
  z-index: 1000;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header h1.logo {
    position: absolute;
    width: 320px;
    z-index: 999;
  }
}
@media screen and (max-width: 800px) {
  header h1.logo {
    width: 150px;
    margin-left: 10px;
    text-align: left;
    z-index: 999;
  }
}
header h1.logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
header h1.logo a img {
  padding-top: 16px;
}
header h1.logo a img:last-child {
  display: none;
}
header .gnbSubArea {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .gnbSubArea .item {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  width: 280px;
  height: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  display: none;
  opacity: 0;
}
header .gnbSubArea .item .imgWrap {
  position: relative;
}
header .gnbSubArea .item .imgWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #000, transparent);
}
header .gnbSubArea .item .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
header .gnbSubArea .item .imgWrap .textWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}
header .gnbSubArea .item .imgWrap .textWrap h2 {
  font-size: 20px;
  text-transform: uppercase;
}
header .gnbSubArea .item .imgWrap .textWrap p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
header .gnbSubArea.on {
  height: 260px;
}
header .gnbSubArea.on .item {
  display: block;
  opacity: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav {
  height: inherit;
}
@media screen and (max-width: 800px) {
  header nav {
    display: none;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav #navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35%;
  height: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav #navigation > li {
  position: relative;
  height: inherit;
}
header nav #navigation > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: inherit;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}
header nav #navigation > li > a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #006b82;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
header nav #navigation > li.on {
  background-color: #074853;
}
header nav #navigation > li.on > a {
  color: #fff !important;
}
header nav #navigation > li.on > a:after {
  width: 100%;
}
header nav #navigation > li.on > ul.secondGrade {
  background-color: #006b82;
}
header nav #navigation > li.on > ul.secondGrade > li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
header nav #navigation > li.on > ul.secondGrade > li a:hover {
  color: white !important;
}
header nav #navigation > li.active > a:after {
  width: 80%;
}
header nav #navigation ul.secondGrade {
  position: absolute;
  opacity: 0;
  top: 90px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 0;
  padding: 0;
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
  overflow: hidden;
}
header nav #navigation ul.secondGrade.on {
  opacity: 1;
  padding: 10px;
  height: 260px;
}
header nav #navigation ul.secondGrade > li {
  position: relative;
  text-align: left;
}
header nav #navigation ul.secondGrade > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
header nav #navigation ul.secondGrade > li > a:hover {
  color: white !important;
}
header nav #navigation ul.secondGrade > li > a span {
  line-height: 1.2;
}
header nav #navigation ul.thirdGrade {
  display: none;
}
header .menuModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  header .menuModal {
    background: #333;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal {
    background: #333;
  }
}
header .menuModal > a {
  display: none;
  position: relative;
  padding-top: 30px;
  height: 60px;
  padding: 10px 20px;
  width: calc(100% - 70px);
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  header .menuModal > a {
    display: block;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal > a {
    display: block;
  }
}
header .menuModal > a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 120px;
}
@media screen and (max-width: 800px) {
  header .menuModal > a img {
    width: 150px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal > a img {
    width: 150px;
  }
}
header .menuModal .siteMapWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap {
    display: block;
    width: calc(100% - 70px);
    background-color: #fff;
  }
}
header .menuModal .siteMapWrap #siteMap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap {
    width: 100%;
    height: auto;
  }
}
header .menuModal .siteMapWrap #siteMap > li {
  float: left;
  width: 0;
  height: 100%;
  padding: 50px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li {
    border-right: 1px solid #eee;
    background-color: #fff;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li {
    border-right: 1px solid #eee;
    background-color: #fff;
  }
}
header .menuModal .siteMapWrap #siteMap > li.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(1).active {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(2).active {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(3).active {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(4).active {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(5).active {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(6).active {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(7).active {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(8).active {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
header .menuModal .siteMapWrap #siteMap > li:nth-child(9).active {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
header .menuModal .siteMapWrap #siteMap > li > a {
  display: block;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  color: rgba(168, 129, 5, 0.8);
  text-align: center;
}
header .menuModal .siteMapWrap #siteMap > li > a:hover {
  color: #a88105;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #074853;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #074853;
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #ccc;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #000;
    z-index: -1;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:after {
    content: "\f0ab";
    position: relative;
    font-family: fontawesome;
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #000;
    z-index: -1;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:after {
    content: "\f0ab";
    position: relative;
    font-family: fontawesome;
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li > a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap > li {
    float: none;
    width: 100% !important;
    height: auto;
    padding: 0;
    border-right: none;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:before {
    width: 100%;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .menuModal .siteMapWrap #siteMap > li.on2 > a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap > li {
    float: none;
    width: 100% !important;
    height: auto;
    padding: 0;
    border-right: none;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a {
    color: #fff;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:before {
    width: 100%;
  }
  header .menuModal .siteMapWrap #siteMap > li.on > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .menuModal .siteMapWrap #siteMap > li.on2 > a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade {
    display: none;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade {
    display: none;
    border-bottom: 1px solid #ccc;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
    padding: 5px 20px;
    padding-right: 23px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    color: #333;
    text-align: left;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a {
    padding: 5px 20px;
    padding-right: 23px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    color: #333;
    text-align: left;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
  color: white;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
    color: #074853;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li > a:hover {
    color: #074853;
  }
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li {
    border-bottom: 1px solid #eee;
  }
  header .menuModal .siteMapWrap #siteMap ul.secondGrade > li:last-child > a {
    border-bottom: none;
  }
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a {
  color: white;
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .menuModal .siteMapWrap #siteMap ul.secondGrade > li.on2 > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
  display: none;
  padding: 10px 30px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap #siteMap ul.thirdGrade {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:hover {
  color: #074853;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:hover:after {
  width: 100%;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #074853;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .menuModal .siteMapWrap #siteMap ul.thirdGrade > li:last-child > a {
  border-bottom: none;
}
header .menuModal .siteMapWrap #siteMap ul.fourthGrade {
  display: none;
}
header .menuModal .siteMapWrap .mobileInfoWrap {
  display: none;
}
@media screen and (max-width: 800px) {
  header .menuModal .siteMapWrap .mobileInfoWrap {
    display: block;
    position: relative;
    padding: 10px 20px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    line-height: 2;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:before {
    font-family: fontawesome;
    margin-right: 3px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(1):before {
    content: "\f09c";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(2):before {
    content: "\f007";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:hover {
    color: #074853;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select {
    border: 1px solid #666;
    color: #666;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select option {
    color: #333;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  header .menuModal .siteMapWrap .mobileInfoWrap {
    display: block;
    position: relative;
    padding: 10px 20px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    line-height: 2;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:before {
    font-family: fontawesome;
    margin-right: 3px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(1):before {
    content: "\f09c";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:nth-child(2):before {
    content: "\f007";
  }
  header .menuModal .siteMapWrap .mobileInfoWrap a:hover {
    color: #074853;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select {
    border: 1px solid #666;
    color: #666;
  }
  header .menuModal .siteMapWrap .mobileInfoWrap form.selectLangForm select option {
    color: #333;
  }
}
header aside.locationMenu {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 40px;
  z-index: -1;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu {
    position: absolute;
    top: 60px;
    height: 30px;
  }
}
header aside.locationMenu .asideInner {
  margin-left: 60px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner {
    margin-left: 0px;
  }
}
header aside.locationMenu .asideInner > a {
  float: left;
  width: 60px;
  height: inherit;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > a {
    width: 30px;
    line-height: 30px;
  }
}
header aside.locationMenu .asideInner > a i {
  color: #333;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > a i {
    color: #333;
  }
}
header aside.locationMenu .asideInner > div {
  position: relative;
  float: left;
  width: 180px;
  height: inherit;
  line-height: 40px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div {
    width: 150px;
    line-height: 30px;
    font-size: 12px;
  }
  header aside.locationMenu .asideInner > div.locationFourthMenu {
    display: none;
  }
}
header aside.locationMenu .asideInner > div:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div:before {
    top: 0;
    height: 30px;
  }
}
header aside.locationMenu .asideInner > div > a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > a {
    padding: 0 10px;
  }
}
header aside.locationMenu .asideInner > div > a:after {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 20px;
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > a:after {
    right: 10px;
  }
}
header aside.locationMenu .asideInner > div > a.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header aside.locationMenu .asideInner > div > ul {
  display: none;
  margin-top: -1px;
  padding: 0 20px;
  background-color: #eee;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > ul {
    padding: 0 10px;
  }
}
header aside.locationMenu .asideInner > div > ul > li > a {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  header aside.locationMenu .asideInner > div > ul > li > a {
    font-size: 12px;
  }
}
header aside.locationMenu .asideInner > div > ul > li > a:after {
  content: "\f054";
  font-family: fontawesome;
  float: right;
  font-size: 10px;
}
header aside.locationMenu .asideInner > div > ul > li > a:hover {
  color: #074853;
}
header aside.locationMenu .asideInner > div > ul > li.active > a {
  color: #074853;
}
header.active {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #ccc;
}
header.active h1.logo a img:last-child {
  display: inline;
}
header.active h1.logo a img:first-child {
  display: none;
}
header.active nav #navigation {
  width: 54%;
}
header.active nav #navigation > li a {
  color: #333;
}
header.active nav #navigation > li.on > a {
  color: #fff;
}
header.active .menuTrigger span {
  background-color: #333;
}
header.active .menuTrigger span:nth-child(2) {
  top: 50%;
  background-color: #a88105;
}
header.active .menuTrigger.active span {
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 800px) {
  header h1.logo a img:first-child {
    display: none;
  }
  header h1.logo a img:last-child {
    display: block;
  }
}
header .infoWrap {
  /* 사이트 언어선택 */
}
@media screen and (max-width: 800px) {
  header .infoWrap form.selectLangForm select {
    border: 1px solid #ccc;
    color: #333;
  }
}
@media screen and (max-width: 800px) {
  header .menuTrigger span {
    background-color: #333;
  }
}

.container {
  overflow: hidden;
}

/* section : visual */
section.visual {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  section.visual {
    display: none;
  }
}
section.visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000, transparent);
}
section.visual .textWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  width: 100%;
  color: #fff;
  z-index: 1;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  section.visual .textWrap {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: auto;
    width: 100%;
    margin-top: 50px;
    padding: 10px;
  }
}
section.visual .textWrap h2 {
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 4em;
}
@media screen and (max-width: 800px) {
  section.visual .textWrap h2 {
    margin-bottom: 10px;
    font-size: 2em;
    text-shadow: 0 0 3px black;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  section.visual .textWrap h2 {
    font-size: 1.6em;
  }
}
section.visual .textWrap p {
  margin-top: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  section.visual .textWrap p {
    width: 100%;
  }
}
section.visual .textWrap p span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6em;
  color: orange;
}
@media screen and (max-width: 800px) {
  section.visual .textWrap p span {
    font-size: 1.2em;
  }
}
section.visual .textWrap p em {
  display: block;
  font-weight: normal;
}
section.visual .textWrap p.eng {
  width: 40%;
}
section.visual .textWrap p.eng em {
  margin-top: 20px;
}

/* aside : secondSubMenu */
aside.secondSubMenu {
  position: relative;
  margin-top: -70px;
}
aside.secondSubMenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (max-width: 800px) {
  aside.secondSubMenu {
    display: none;
  }
}
aside.secondSubMenu .secondSubMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
aside.secondSubMenu .secondSubMenuList li {
  width: 230px;
}
aside.secondSubMenu .secondSubMenuList li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  font-size: 1.1em;
  text-align: center;
}
aside.secondSubMenu .secondSubMenuList li > a:after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  float: right;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
aside.secondSubMenu .secondSubMenuList li > a span {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
aside.secondSubMenu .secondSubMenuList li > a:hover span {
  opacity: 1;
}
aside.secondSubMenu .secondSubMenuList li:last-child a:after {
  display: none;
}
aside.secondSubMenu .secondSubMenuList li.active a {
  background-color: #fff;
  color: #333;
}
aside.secondSubMenu .secondSubMenuList li.active a span {
  color: #000;
  opacity: 1;
}

/* section : contentsWrap */
section.contentsWrap .subMenuWrap {
  position: relative;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .subMenuWrap {
    display: none;
  }
}
section.contentsWrap .subMenuWrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
}
section.contentsWrap .subMenuWrap .menuBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #074853;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
section.contentsWrap .subMenuWrap .menuBox.on {
  opacity: 1;
}
section.contentsWrap .subMenuWrap ul {
  position: relative;
}
section.contentsWrap .subMenuWrap ul li {
  float: left;
}
section.contentsWrap .subMenuWrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
section.contentsWrap .subMenuWrap ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.contentsWrap .subMenuWrap ul li a span {
  position: relative;
}
@media screen and (max-width: 800px) {
  section.contentsWrap {
    padding-top: 60px;
  }
}
section.contentsWrap .thirdSubMenu {
  margin: 30px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .thirdSubMenu {
    display: none;
  }
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList {
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #ddd;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li {
  float: left;
  width: 180px;
  text-align: center;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #000;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li a span {
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li a:hover span {
  color: #fff;
  background-color: #333;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li a:hover span:after {
  display: none;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li.active a {
  color: #fff;
  background-color: #074853;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li.active a span:after {
  display: none;
}
section.contentsWrap .thirdSubMenu .thirdSubMenuList li:last-child a span:after {
  display: none;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .fourthSubMenu {
    display: none;
  }
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList {
  overflow: hidden;
  margin: 0 auto;
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList li {
  float: left;
  width: 150px;
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList li a {
  display: block;
  height: 30px;
  margin: 0 5px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 30px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList li a:hover {
  border: 2px solid #074853;
  color: #074853;
}
section.contentsWrap .fourthSubMenu .fourthSubMenuList li.active a {
  border: 2px solid #074853;
  color: #074853;
}
section.contentsWrap .titleWrap {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .titleWrap {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
section.contentsWrap .titleWrap h2 {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .titleWrap h2 {
    font-size: 2em;
    letter-spacing: 0px;
  }
}
section.contentsWrap .titleWrap h2 em {
  display: block;
  font-size: 0.5em;
  color: #074853;
}
section.contentsWrap .pdMenuWrap {
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .pdMenuWrap {
    display: none;
  }
}
section.contentsWrap .pdMenuWrap ul li {
  display: inline-block;
  margin: 3px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .pdMenuWrap ul li {
    margin: 1px;
  }
}
section.contentsWrap .pdMenuWrap ul li a {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 30px;
  background-color: #666;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  section.contentsWrap .pdMenuWrap ul li a {
    font-size: 0.8em;
    padding: 2px 10px;
    border-radius: 20px;
  }
}
section.contentsWrap .pdMenuWrap ul li a:hover {
  background-color: #000;
}
section.contentsWrap .pdMenuWrap ul li.active a {
  background-color: #000;
}
section.contentsWrap #pg_css {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css {
    margin-bottom: 0px;
    padding: 20px 10px;
  }
}
section.contentsWrap #pg_css .titleH3 {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH3 {
    margin-bottom: 20px;
  }
}
section.contentsWrap #pg_css .titleH3:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #ccc;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH3:after {
    display: none;
  }
}
section.contentsWrap #pg_css .titleH3 h3 {
  position: relative;
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH3 h3 {
    font-size: 1.4em;
  }
}
section.contentsWrap #pg_css .titleH3 h3:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 4px;
  background-color: #074853;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH3 h3:before {
    display: none;
  }
}
section.contentsWrap #pg_css .titleH3 h3 span {
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  background-color: #fff;
}
section.contentsWrap #pg_css .titleH3 h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #074853;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH3 h3 span:after {
    display: none;
  }
}
section.contentsWrap #pg_css .titleH3 h3 span em {
  font-size: 0.6em;
  color: #ccc;
}
section.contentsWrap #pg_css .titleH3 > a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.contentsWrap #pg_css .titleH3 > a i {
  font-size: 2em;
}
section.contentsWrap #pg_css .titleH3 > a.preBut {
  left: 0;
}
section.contentsWrap #pg_css .titleH3 > a.nextBut {
  right: 0;
}
section.contentsWrap #pg_css .titleH4 h4 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 1.4em;
  line-height: 1;
  color: #006b82;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH4 h4 {
    font-size: 1.2em;
  }
}
section.contentsWrap #pg_css .titleH4 h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #006b82;
}
section.contentsWrap #pg_css .titleH5 {
  margin: 50px 0;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 {
    margin-bottom: 30px;
  }
}
section.contentsWrap #pg_css .titleH5 h5 {
  position: relative;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.2;
}
section.contentsWrap #pg_css .titleH5 h5:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #ccc;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 h5:before {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 h5 {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
  }
}
section.contentsWrap #pg_css .titleH5 h5 span {
  padding: 5px 20px;
  color: #fff;
  background-color: #074853;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 h5 span {
    color: #074853;
    background-color: #fff;
  }
}
section.contentsWrap #pg_css .titleH5 p {
  margin-top: 30px;
  font-size: 1.2em;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 p {
    margin-top: 20px;
    font-size: 1em;
  }
}
section.contentsWrap #pg_css .titleH5 p span {
  display: block;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 p span {
    display: inline;
  }
}
section.contentsWrap #pg_css .titleH5 p strong {
  color: #074853;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 p strong {
    font-size: 1em;
  }
}
section.contentsWrap #pg_css .titleH5 p i {
  position: relative;
  display: block;
  color: #074853;
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal !important;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 p i {
    font-size: 1em;
  }
}
section.contentsWrap #pg_css .titleH5 p i:before {
  content: "\e037";
  font-family: "Material Icons";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css .titleH5 p i:before {
    top: -25px;
  }
}
section.contentsWrap #pg_css p.mainText {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #999;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 800px) {
  section.contentsWrap #pg_css p.mainText {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
section.contentsWrap #pg_css p.mainText:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: #074853;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.contentsWrap #pg_css p.mainText span {
  display: block;
}
section.contentsWrap #pg_css .useWrap {
  overflow: auto;
  height: 400px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
section.contentsWrap #pg_css .useWrap h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
section.contentsWrap #pg_css .useWrap h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
section.contentsWrap #pg_css .useWrap h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
section.contentsWrap #pg_css .useWrap p {
  margin-bottom: 30px;
  color: #333;
}
section.contentsWrap #pg_css .useWrap > ul {
  margin-bottom: 30px;
  color: #333;
}
section.contentsWrap #pg_css .useWrap > ul > li {
  padding: 3px 0;
}
section.contentsWrap #pg_css .useWrap > ul > li:before {
  content: "\f0a9";
  font-family: fontawesome;
  margin-right: 5px;
}
section.contentsWrap #pg_css .useWrap > ul > li span {
  display: block;
}
section.contentsWrap #pg_css .useWrap > ul > li ul {
  margin: 10px 0;
  margin-left: 20px;
  color: #666;
}
section.contentsWrap #pg_css .useWrap > ul > li ul li:before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 10px;
}
section.contentsWrap #pg_css .rejectionWrap {
  height: auto;
}

.contentsWrap {
  line-height: 1.5;
  font-size: 18px;
  word-break: keep-all;
}
@media screen and (max-width: 800px) {
  .contentsWrap {
    line-height: 1.2;
  }
}
.contentsWrap .mainTextWrap {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.contentsWrap .mainTextWrap:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #074853;
}
@media screen and (max-width: 800px) {
  .contentsWrap .mainTextWrap {
    margin-bottom: 30px;
  }
}
.contentsWrap .mainTextWrap p {
  font-size: 0.8em;
  color: #666;
}
.contentsWrap .mainTextWrap p span {
  display: block;
}
.contentsWrap p {
  margin-bottom: 20px;
  color: #333;
}
.contentsWrap p.spanReturn span {
  position: relative;
  display: block;
  padding-left: 25px;
  color: #666;
  line-height: 1.5;
}
.contentsWrap p.spanReturn span:before {
  content: "\e5ca";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: #074853;
  font-weight: bold;
}
.contentsWrap p.spanReturn span:first-child {
  margin-top: 10px;
}
.contentsWrap p.spanReturn span:last-child {
  margin-bottom: 10px;
}
.contentsWrap p.mainText {
  position: relative;
  margin-bottom: 50px;
  font-size: 1.2em;
  color: #333;
  border: 1px solid #eee;
  text-align: center;
}
.contentsWrap p.mainText:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 6px;
  height: 30px;
  background-color: #074853;
}
.contentsWrap p.mainText:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -3px;
  width: 6px;
  height: 30px;
  background-color: #074853;
}
@media screen and (max-width: 800px) {
  .contentsWrap p.mainText {
    font-size: 18px;
  }
}
.contentsWrap p.mainText span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  .contentsWrap p.mainText span {
    padding: 20px;
  }
}
.contentsWrap p.mainText span:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 30px;
  height: 6px;
  background-color: #a88105;
}
.contentsWrap p.mainText span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 30px;
  height: 6px;
  background-color: #a88105;
}
.contentsWrap p.mainText span em {
  display: block;
}
.contentsWrap p.main {
  font-size: 1.4em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 800px) {
  .contentsWrap p.main {
    text-align: left;
    font-size: 1.2em;
  }
}
.contentsWrap p.main span {
  display: block;
}
@media screen and (max-width: 800px) {
  .contentsWrap p.main span {
    display: inline;
  }
}
.contentsWrap p.main strong {
  color: #074853;
}
.contentsWrap p.notice {
  color: #074853;
}
.contentsWrap p.center {
  text-align: center;
}
.contentsWrap p.right {
  text-align: right;
}
.contentsWrap .textWrap {
  margin-bottom: 50px;
}
.contentsWrap .imgBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 50px;
}
.contentsWrap .imgBoxWrap.imgBoxWrapBorder {
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
.contentsWrap .imgBoxWrap.imgBoxWrapBorder .text {
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .contentsWrap .imgBoxWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.contentsWrap .imgBoxWrap .img {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 800px) {
  .contentsWrap .imgBoxWrap .img {
    width: 100%;
    margin-top: 20px;
  }
}
.contentsWrap .imgBoxWrap .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.contentsWrap .imgBoxWrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 30px;
  padding-left: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 800px) {
  .contentsWrap .imgBoxWrap .text {
    width: 100%;
    padding: 0px;
  }
}
.contentsWrap .imgBoxWrap .text h3 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 800px) {
  .contentsWrap .imgBoxWrap .text h3 {
    font-size: 1.2em;
  }
}
.contentsWrap .imgBoxWrap .text h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #074853;
}
.contentsWrap .imgBoxWrap .text .info h4 {
  margin-bottom: 20px;
  font-weight: bold;
}
.contentsWrap .imgBoxWrap .text .info ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 24px;
}
.contentsWrap .imgBoxWrap .text .info ul li:before {
  content: "\e80d";
  font-family: "Material Icons";
  position: absolute;
  top: 2px;
  left: 0;
  color: #074853;
}

.m_1_1 .contentsWrap .messageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .m_1_1 .contentsWrap .messageWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m_1_1 .contentsWrap .messageWrap .img {
  width: 40%;
  margin-right: 5%;
}
@media screen and (max-width: 800px) {
  .m_1_1 .contentsWrap .messageWrap .img {
    width: 100%;
    margin-right: 0;
  }
}
.m_1_1 .contentsWrap .messageWrap .img img {
  -webkit-box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800px) {
  .m_1_1 .contentsWrap .messageWrap .img img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.m_1_1 .contentsWrap .messageWrap .img p {
  margin-top: 30px;
  font-size: 1.2em;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .m_1_1 .contentsWrap .messageWrap .img p {
    margin-top: 10px;
  }
}
.m_1_1 .contentsWrap .messageWrap .message {
  width: 55%;
}
@media screen and (max-width: 800px) {
  .m_1_1 .contentsWrap .messageWrap .message {
    width: 100%;
  }
}
.m_1_1 .contentsWrap .messageWrap .message .text h3 {
  margin-bottom: 20px;
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  .m_1_1 .contentsWrap .messageWrap .message .text h3 {
    font-size: 1.4em;
  }
}
.m_1_1 .contentsWrap .messageWrap .message .text h3 span {
  font-weight: bold;
  color: #006b82;
}
.m_1_1 .contentsWrap .messageWrap .message .text p span {
  display: block;
}
.m_1_1 .contentsWrap .messageWrap .message .text .ideology {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .m_1_1 .contentsWrap .messageWrap .message .text .ideology {
    margin-bottom: 20px;
  }
}
.m_1_1 .contentsWrap .messageWrap .message .text .ideology ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #000;
}
.m_1_1 .contentsWrap .messageWrap .message .text .ideology ul li:nth-child(2):before {
  content: "02";
}
.m_1_1 .contentsWrap .messageWrap .message .text .ideology ul li:last-child {
  margin-bottom: 0;
}
.m_1_1 .contentsWrap .messageWrap .message .text .ideology ul li:last-child:before {
  content: "03";
}
.m_1_1 .contentsWrap .messageWrap .message .text .ideology ul li:before {
  content: "01";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  background-color: #074853;
}

.m_1_2 .historyWrap .historyTabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .m_1_2 .historyWrap .historyTabMenu {
    gap: 5px;
    margin-bottom: 30px;
  }
}
.m_1_2 .historyWrap .historyTabMenu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  height: 80px;
}
@media screen and (max-width: 800px) {
  .m_1_2 .historyWrap .historyTabMenu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 40px;
  }
}
.m_1_2 .historyWrap .historyTabMenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
.m_1_2 .historyWrap .historyTabMenu li a:hover {
  background-color: #074853;
}
.m_1_2 .historyWrap .historyTabMenu li.active a {
  background-color: #074853;
}
.m_1_2 .historyWrap .historyContentWrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .m_1_2 .historyWrap .historyContentWrap .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m_1_2 .historyWrap .historyContentWrap .content .historyTitle {
  width: 25%;
  margin-right: 5%;
  padding: 30px 10px;
  border-top: 1px solid #666;
}
@media screen and (max-width: 800px) {
  .m_1_2 .historyWrap .historyContentWrap .content .historyTitle {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
  }
}
.m_1_2 .historyWrap .historyContentWrap .content .historyTitle h3 {
  font-size: 2.4em;
  font-weight: bold;
  color: #074853;
}
.m_1_2 .historyWrap .historyContentWrap .content .historyTitle h3 em {
  display: block;
  font-size: 0.5em;
}
.m_1_2 .historyWrap .historyContentWrap .content .itemWrap {
  width: 70%;
}
@media screen and (max-width: 800px) {
  .m_1_2 .historyWrap .historyContentWrap .content .itemWrap {
    width: 100%;
  }
}
.m_1_2 .historyWrap .historyContentWrap .content .itemWrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  font-size: 1.2em;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 800px) {
  .m_1_2 .historyWrap .historyContentWrap .content .itemWrap .item {
    padding: 10px 0;
    font-size: 1em;
  }
}
.m_1_2 .historyWrap .historyContentWrap .content .itemWrap .item .leftItem {
  width: 25%;
  padding: 0;
  font-weight: bold;
  color: #006b82;
}
@media screen and (max-width: 800px) {
  .m_1_2 .historyWrap .historyContentWrap .content .itemWrap .item .leftItem {
    width: 100%;
  }
}
.m_1_2 .historyWrap .historyContentWrap .content .itemWrap .item .rightItem {
  width: 75%;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .m_1_2 .historyWrap .historyContentWrap .content .itemWrap .item .rightItem {
    width: 100%;
  }
}
.m_1_2 .licenseWrap {
  padding: 30px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.m_1_2 .licenseWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.m_1_2 .licenseWrap ul li {
  position: relative;
  width: calc(33.333% - 20px);
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .m_1_2 .licenseWrap ul li {
    width: 100%;
  }
}
.m_1_2 .licenseWrap ul li:before {
  content: "\e5ca";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: #006b82;
  font-weight: bold;
}

.m_1_3 .organizationWrap {
  text-align: center;
}
.m_1_3 .organizationWrap > p {
  margin-bottom: 50px;
  font-size: 1.4em;
  color: #666;
}
@media screen and (max-width: 800px) {
  .m_1_3 .organizationWrap > p {
    font-size: 1.2em;
  }
}
.m_1_3 .organizationWrap > p span {
  color: #000;
}
.m_1_3 .organizationWrap h2 {
  position: relative;
  padding-bottom: 200px;
}
.m_1_3 .organizationWrap h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49.99%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background-color: #ccc;
}
.m_1_3 .organizationWrap h2 span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 120px;
  border: 3px solid #074853;
  background-color: #074853;
  color: #fff;
}
.m_1_3 .organizationWrap h3 {
  position: relative;
  padding-bottom: 20px;
}
.m_1_3 .organizationWrap h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49.99%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 70px;
  background-color: #ccc;
}
.m_1_3 .organizationWrap h3 span {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 50px;
  margin-left: -450px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #006b82;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .m_1_3 .organizationWrap h3 span {
    margin-left: 0;
    z-index: 1;
  }
}
.m_1_3 .organizationWrap h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -150px;
  width: 150px;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 800px) {
  .m_1_3 .organizationWrap h3 span:after {
    display: none;
  }
}
.m_1_3 .organizationWrap h4 {
  position: relative;
  padding-bottom: 20px;
}
.m_1_3 .organizationWrap h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49.99%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 70px;
  background-color: #ccc;
}
.m_1_3 .organizationWrap h4 span {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 50px;
  margin-right: -450px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #006b82;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .m_1_3 .organizationWrap h4 span {
    margin-right: 0;
    z-index: 1;
  }
}
.m_1_3 .organizationWrap h4 span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -150px;
  width: 150px;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 800px) {
  .m_1_3 .organizationWrap h4 span:before {
    display: none;
  }
}
.m_1_3 .organizationWrap h5 {
  position: relative;
  padding-bottom: 50px;
}
.m_1_3 .organizationWrap h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49.99%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #ccc;
}
.m_1_3 .organizationWrap h5 span {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #006b82;
  border-radius: 5px;
}
.m_1_3 .organizationWrap ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 100px;
}
@media screen and (max-width: 800px) {
  .m_1_3 .organizationWrap ul {
    padding-top: 10px;
  }
}
.m_1_3 .organizationWrap ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81%;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 800px) {
  .m_1_3 .organizationWrap ul:before {
    display: none;
  }
}
.m_1_3 .organizationWrap ul li {
  position: relative;
  width: 19%;
}
@media screen and (max-width: 800px) {
  .m_1_3 .organizationWrap ul li {
    width: 100%;
    padding-top: 50px;
  }
}
.m_1_3 .organizationWrap ul li h6 {
  position: relative;
  height: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.m_1_3 .organizationWrap ul li h6:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background-color: #ccc;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .m_1_3 .organizationWrap ul li h6:before {
    top: -60px;
    height: 30px;
  }
}
.m_1_3 .organizationWrap ul li h6 span {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  text-align: center;
  line-height: 70px;
  border-radius: 70px;
  background-color: #074853;
  color: #fff;
  font-size: 30px;
}
.m_1_3 .organizationWrap ul li h6 em {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
.m_1_3 .organizationWrap ul li p {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.m_1_3 .organizationWrap ul li p:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -12px;
  width: 1px;
  height: 12px;
  background-color: #ccc;
}

.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content h3 span {
  position: relative;
  padding-left: 20px;
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content h3 span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #006b82;
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content table {
  margin-bottom: 30px;
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content .profileWrap .item {
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content .profileWrap .item {
    padding: 20px;
  }
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content .profileWrap .item h4 {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content .profileWrap .item h4 span {
  padding-right: 10px;
  font-weight: normal;
  color: #666;
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content .profileWrap .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  font-size: 0.8em;
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content .profileWrap .item ul li {
  width: calc(33.333% - 20px);
  position: relative;
  padding-left: 20px;
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content .profileWrap .item ul li:last-child {
  margin-bottom: 0;
}
.m_1_4 .tabMenuWrap .tabMenuContent .contentWrap .content .profileWrap .item ul li:before {
  content: "\e409";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: #006b82;
}

.m_1_5 .imgPopupListWrap {
  margin: 50px 0;
}
.m_1_5 .imgPopupListWrap .image_popup_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.m_1_5 .imgPopupListWrap .image_popup_gallery .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
}
@media screen and (max-width: 800px) {
  .m_1_5 .imgPopupListWrap .image_popup_gallery .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.m_1_5 .imgPopupListWrap .image_popup_gallery .item img {
  border: 1px solid #ccc;
}
.m_1_5 .imgPopupListWrap .image_popup_gallery .item h3 {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.m_1_5 .imgPopupListWrap .image_popup_gallery.image_popup_gallery2 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
}
@media screen and (max-width: 800px) {
  .m_1_5 .imgPopupListWrap .image_popup_gallery.image_popup_gallery2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.m_2_1 .imgList4Wrap, .m_2_2 .imgList4Wrap, .m_2_3 .imgList4Wrap, .m_2_4 .imgList4Wrap, .m_2_5 .imgList4Wrap {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m_2_1 .imgList4Wrap img, .m_2_2 .imgList4Wrap img, .m_2_3 .imgList4Wrap img, .m_2_4 .imgList4Wrap img, .m_2_5 .imgList4Wrap img {
  width: calc(25% - 10px);
  border: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .m_2_1 .imgList4Wrap img, .m_2_2 .imgList4Wrap img, .m_2_3 .imgList4Wrap img, .m_2_4 .imgList4Wrap img, .m_2_5 .imgList4Wrap img {
    width: calc(50% - 10px);
  }
}
.m_2_1 .imgList3Wrap, .m_2_2 .imgList3Wrap, .m_2_3 .imgList3Wrap, .m_2_4 .imgList3Wrap, .m_2_5 .imgList3Wrap {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m_2_1 .imgList3Wrap img, .m_2_2 .imgList3Wrap img, .m_2_3 .imgList3Wrap img, .m_2_4 .imgList3Wrap img, .m_2_5 .imgList3Wrap img {
  width: calc(33.333333% - 10px);
  border: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .m_2_1 .imgList3Wrap img, .m_2_2 .imgList3Wrap img, .m_2_3 .imgList3Wrap img, .m_2_4 .imgList3Wrap img, .m_2_5 .imgList3Wrap img {
    width: 100%;
  }
}
.m_2_1 .imgList3TitleWrap, .m_2_2 .imgList3TitleWrap, .m_2_3 .imgList3TitleWrap, .m_2_4 .imgList3TitleWrap, .m_2_5 .imgList3TitleWrap {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m_2_1 .imgList3TitleWrap .imgItem, .m_2_2 .imgList3TitleWrap .imgItem, .m_2_3 .imgList3TitleWrap .imgItem, .m_2_4 .imgList3TitleWrap .imgItem, .m_2_5 .imgList3TitleWrap .imgItem {
  width: calc(33.333333% - 10px);
}
@media screen and (max-width: 800px) {
  .m_2_1 .imgList3TitleWrap .imgItem, .m_2_2 .imgList3TitleWrap .imgItem, .m_2_3 .imgList3TitleWrap .imgItem, .m_2_4 .imgList3TitleWrap .imgItem, .m_2_5 .imgList3TitleWrap .imgItem {
    width: 100%;
  }
}
.m_2_1 .imgList3TitleWrap .imgItem img, .m_2_2 .imgList3TitleWrap .imgItem img, .m_2_3 .imgList3TitleWrap .imgItem img, .m_2_4 .imgList3TitleWrap .imgItem img, .m_2_5 .imgList3TitleWrap .imgItem img {
  border: 1px solid #ccc;
}
.m_2_1 .imgList3TitleWrap .imgItem span, .m_2_2 .imgList3TitleWrap .imgItem span, .m_2_3 .imgList3TitleWrap .imgItem span, .m_2_4 .imgList3TitleWrap .imgItem span, .m_2_5 .imgList3TitleWrap .imgItem span {
  display: block;
  text-align: center;
}
.m_2_1 .textBoxWrap .textBox, .m_2_2 .textBoxWrap .textBox, .m_2_3 .textBoxWrap .textBox, .m_2_4 .textBoxWrap .textBox, .m_2_5 .textBoxWrap .textBox {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .m_2_1 .textBoxWrap .textBox, .m_2_2 .textBoxWrap .textBox, .m_2_3 .textBoxWrap .textBox, .m_2_4 .textBoxWrap .textBox, .m_2_5 .textBoxWrap .textBox {
    padding: 20px;
  }
}
.m_2_1 .textBoxWrap .textBox h5, .m_2_2 .textBoxWrap .textBox h5, .m_2_3 .textBoxWrap .textBox h5, .m_2_4 .textBoxWrap .textBox h5, .m_2_5 .textBoxWrap .textBox h5 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}
.m_2_1 .textBoxWrap .textBox ul > li, .m_2_2 .textBoxWrap .textBox ul > li, .m_2_3 .textBoxWrap .textBox ul > li, .m_2_4 .textBoxWrap .textBox ul > li, .m_2_5 .textBoxWrap .textBox ul > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}
.m_2_1 .textBoxWrap .textBox ul > li:last-child, .m_2_2 .textBoxWrap .textBox ul > li:last-child, .m_2_3 .textBoxWrap .textBox ul > li:last-child, .m_2_4 .textBoxWrap .textBox ul > li:last-child, .m_2_5 .textBoxWrap .textBox ul > li:last-child {
  margin-bottom: 0;
}
.m_2_1 .textBoxWrap .textBox ul > li:before, .m_2_2 .textBoxWrap .textBox ul > li:before, .m_2_3 .textBoxWrap .textBox ul > li:before, .m_2_4 .textBoxWrap .textBox ul > li:before, .m_2_5 .textBoxWrap .textBox ul > li:before {
  content: "\e876";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  color: #006b82;
  font-weight: bold;
}
.m_2_1 .textBoxWrap .textBox ul > li ul, .m_2_2 .textBoxWrap .textBox ul > li ul, .m_2_3 .textBoxWrap .textBox ul > li ul, .m_2_4 .textBoxWrap .textBox ul > li ul, .m_2_5 .textBoxWrap .textBox ul > li ul {
  margin-top: 20px;
}
.m_2_1 .textBoxWrap .textBox ul > li ul li, .m_2_2 .textBoxWrap .textBox ul > li ul li, .m_2_3 .textBoxWrap .textBox ul > li ul li, .m_2_4 .textBoxWrap .textBox ul > li ul li, .m_2_5 .textBoxWrap .textBox ul > li ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 0.9em;
  color: #666;
}
.m_2_1 .textBoxWrap .textBox ul > li ul li:before, .m_2_2 .textBoxWrap .textBox ul > li ul li:before, .m_2_3 .textBoxWrap .textBox ul > li ul li:before, .m_2_4 .textBoxWrap .textBox ul > li ul li:before, .m_2_5 .textBoxWrap .textBox ul > li ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #006b82;
}
.m_2_1 .textBoxWrap .textBox.textBox2, .m_2_2 .textBoxWrap .textBox.textBox2, .m_2_3 .textBoxWrap .textBox.textBox2, .m_2_4 .textBoxWrap .textBox.textBox2, .m_2_5 .textBoxWrap .textBox.textBox2 {
  margin-top: 20px;
}
.m_2_1 .textBoxWrap .textBox.textBox2 h5, .m_2_2 .textBoxWrap .textBox.textBox2 h5, .m_2_3 .textBoxWrap .textBox.textBox2 h5, .m_2_4 .textBoxWrap .textBox.textBox2 h5, .m_2_5 .textBoxWrap .textBox.textBox2 h5 {
  font-weight: normal;
  color: orangered;
}
.m_2_1 .textBoxWrap .itemWrap, .m_2_2 .textBoxWrap .itemWrap, .m_2_3 .textBoxWrap .itemWrap, .m_2_4 .textBoxWrap .itemWrap, .m_2_5 .textBoxWrap .itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.m_2_1 .textBoxWrap .itemWrap .item, .m_2_2 .textBoxWrap .itemWrap .item, .m_2_3 .textBoxWrap .itemWrap .item, .m_2_4 .textBoxWrap .itemWrap .item, .m_2_5 .textBoxWrap .itemWrap .item {
  width: calc(50% - 10px);
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .m_2_1 .textBoxWrap .itemWrap .item, .m_2_2 .textBoxWrap .itemWrap .item, .m_2_3 .textBoxWrap .itemWrap .item, .m_2_4 .textBoxWrap .itemWrap .item, .m_2_5 .textBoxWrap .itemWrap .item {
    width: 100%;
    padding: 20px;
  }
}
.m_2_1 .textBoxWrap .itemWrap .item h4, .m_2_2 .textBoxWrap .itemWrap .item h4, .m_2_3 .textBoxWrap .itemWrap .item h4, .m_2_4 .textBoxWrap .itemWrap .item h4, .m_2_5 .textBoxWrap .itemWrap .item h4 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #006b82;
}
.m_2_1 .textBoxWrap .itemWrap .item .itemImgWrap, .m_2_2 .textBoxWrap .itemWrap .item .itemImgWrap, .m_2_3 .textBoxWrap .itemWrap .item .itemImgWrap, .m_2_4 .textBoxWrap .itemWrap .item .itemImgWrap, .m_2_5 .textBoxWrap .itemWrap .item .itemImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.m_2_1 .textBoxWrap .itemWrap .item .itemImgWrap img, .m_2_2 .textBoxWrap .itemWrap .item .itemImgWrap img, .m_2_3 .textBoxWrap .itemWrap .item .itemImgWrap img, .m_2_4 .textBoxWrap .itemWrap .item .itemImgWrap img, .m_2_5 .textBoxWrap .itemWrap .item .itemImgWrap img {
  width: calc(50% - 10px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800px) {
  .m_2_1 .textBoxWrap .itemWrap .item .itemImgWrap img, .m_2_2 .textBoxWrap .itemWrap .item .itemImgWrap img, .m_2_3 .textBoxWrap .itemWrap .item .itemImgWrap img, .m_2_4 .textBoxWrap .itemWrap .item .itemImgWrap img, .m_2_5 .textBoxWrap .itemWrap .item .itemImgWrap img {
    width: 100%;
  }
}

footer {
  position: relative;
  background-color: #111;
}
footer .bannerWrap {
  position: relative;
  overflow: hidden;
  padding: 20px 60px;
  background-color: #666;
}
@media screen and (max-width: 800px) {
  footer .bannerWrap {
    display: none;
  }
}
footer .bannerWrap .bannerList {
  padding: 0 40px;
}
footer .bannerWrap .bannerList .slick-track li {
  margin: 0 5px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
}
footer .bannerWrap .bannerList .slick-track li a {
  display: block;
  padding: 20px;
}
footer .bannerWrap .bannerList .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9000px;
  color: #fff;
  height: 0;
  width: 0;
  line-height: 0;
  border: none;
  background: none;
}
footer .bannerWrap .bannerList .slick-arrow:hover {
  color: #074853;
  text-shadow: 0 0 3px black;
}
footer .bannerWrap .bannerList .slick-arrow:before {
  content: "\e1c4";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  font-size: 30px;
  text-indent: 0;
}
footer .bannerWrap .bannerList .slick-arrow.slick-prev {
  left: 0px;
}
footer .bannerWrap .bannerList .slick-arrow.slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0;
}
footer .bannerWrap .bannerList .slick-arrow.slick-next {
  right: 0px;
}
footer .bannerWrap .bannerList .slick-arrow.slick-next:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
footer .footer-content {
  padding: 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content {
    padding: 20px;
    font-size: 12px;
  }
}
footer .footer-content .footer-logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .footer-logo {
    display: none;
  }
}
footer .footer-content .copyright {
  color: #fff;
}
footer .footer-content .copyright address {
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address {
    padding-bottom: 20px;
  }
}
footer .footer-content .copyright address p {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address p {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address p span {
    display: block;
    margin-top: 5px;
  }
  footer .footer-content .copyright address p span em:first-child {
    margin-left: 0;
  }
}
footer .footer-content .copyright address p span em {
  display: inline-block;
  margin: 0 20px 0 30px;
  color: #666;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright address p span em {
    margin: 0 10px 0 20px;
  }
}
footer .footer-content .copyright address p span:first-child em:first-child {
  margin-left: 0;
}
footer .footer-content .copyright address p span a:hover {
  color: #a88105;
}
footer .footer-content .copyright .sns {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .sns {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
  }
}
footer .footer-content .copyright .sns i {
  color: #fff;
  font-size: 15px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #37466c;
  text-align: center;
  line-height: 25px;
  margin: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-content .copyright .sns i:hover {
  background-color: #074853;
}
footer .footer-content .copyright .policyWrap {
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap {
    padding-top: 20px;
  }
}
footer .footer-content .copyright .policyWrap > div {
  float: left;
  width: 50%;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div.policy {
    margin-bottom: 10px;
  }
}
footer .footer-content .copyright .policyWrap > div.policy a {
  display: inline-block;
  margin: 0 30px 0 20px;
  color: #666;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div.policy a {
    margin: 0 10px 0 5px;
  }
}
footer .footer-content .copyright .policyWrap > div.policy a:first-child {
  margin-left: 0;
  color: #fff;
}
footer .footer-content .copyright .policyWrap > div.policy a:hover {
  color: #a88105;
}
footer .footer-content .copyright .policyWrap > div.reserved {
  text-align: right;
}
@media screen and (max-width: 800px) {
  footer .footer-content .copyright .policyWrap > div.reserved {
    text-align: left;
  }
}
footer .footer-content .copyright .policyWrap > div.reserved a:hover {
  color: #a88105;
}