@charset "UTF-8";

#skipNavi {
  position: relative;
  z-index: 9999;
}

#skipNavi a {
  display: block;
  height: 1px;
  width: 1px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  background: #0099ec;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

#skipNavi a:focus,
#skipNavi a:active {
  top: 0;
  background: #0099ec;
  width: 100%;
  height: 30px;
}

body {
  min-width: 320px;
}

/* pc ver. */
/*  layout  */

header {
  width: 100%;
  height: auto;
  position: relative;
  min-width: 1280px;
}

.top-wrap {
  width: 1280px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  background: #fff;
}

.top-member {
  float: right;
  height: 45px;
  text-align: right;
  line-height: 45px;
}

.top-member em {
  line-height: 45px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  padding: 0px 10px;
  cursor: pointer;
}

.top-member .strong {
  line-height: 45px;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  padding: 0px 10px;
  cursor: pointer;
}

.nav-wrap {
  background: #fff;
  width: 100%;
  min-width: 1280px;
  position: relative;
  text-align: center;
  border-bottom: 1px #ddd solid;
}

.nav-wrap .gnb-wrap {
  width: 1280px;
  height: 74px;
  position: relative;
  margin: 0 auto;
  display: flex;
}

.logo {
  width: 195px;
}

.logo a {
  display: block;
}

.logo a img {
  height: 64px;
}

.web-nav {
  float: right;
  width: 1086px;
  height: 74px;
  line-height: 74px;
  text-align: right;
}

.web-nav li {
  display: inline-block;
  width: 159px;
  line-height: 71px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.web-nav li:last-child {
  width: 110px;
}

.web-nav li a {
  display: block;
  color: #4a4a4a;
}

.web-nav li:hover {
  border-bottom: 3px #55cde3 solid;
}

.web-nav li.on {
  border-bottom: 3px #55cde3 solid;
}

.menu-frame {
  display: none;
  background: #fff;
  position: absolute;
  top: 75px;
  z-index: 999;
  width: 100%;
  padding: 20px 0px;
  box-shadow: 1px 5px 10px #ccc;
}

.menu-frame.on {
  display: block;
}

.menu-wrap {
  background: #fff;
  position: relative;
  width: 1280px;
  margin: 0 auto;
  text-align: left;
}

.menu-wrap ul {
  display: inline-table;
  width: 159px;
}

.menu-wrap ul li {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  letter-spacing: -1px;
}

.menu-wrap ul li a {
  color: #4a4a4a;
}

.menu-wrap ul:nth-child(1) {
  margin-left: 200px;
}

.menu-wrap ul:nth-child(2) {
}

.menu-wrap ul:nth-child(3) {
}

.menu-wrap ul:nth-child(4) {
}

.menu-wrap ul:nth-child(5) {
}

.menu-wrap ul:nth-child(6) {
}

.menu-wrap ul:nth-child(7) {
  width: 110px;
}

.menu-frame.on .menu-wrap ul li a:hover {
  color: #55cde3;
  font-weight: 700;
  text-decoration: underline;
}

.menu-frame.on .menu-wrap ul li a:focus {
  color: #55cde3;
  font-weight: 700;
  text-decoration: underline;
}

.nav-banner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  height: auto;
  margin-right: 30px;
}

.m-top {
  display: none;
}

.m-nav {
  display: none;
}

footer {
  width: 100%;
  min-width: 1280px;
  position: relative;
  background: #545356;
}

.footer-wrap {
  width: 1280px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}

.footer-link {
  display: flex;
  justify-content: space-between;
  padding: 12px 0px;
}

.footer-link a {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  padding-right: 24px;
}

.footer-link select {
  width: 200px;
  height: 40px;
  padding: 0px 12px;
  background-color: #545356;
  background-image: url(../images/common/select_w.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px 11px;
  color: #fff;
}

.footer-info {
  display: flex;
  position: relative;
  text-align: left;
  padding: 15px 0px;
}

.footer-info .footer-logo {
}

.footer-info address {
}

.footer-info address dl {
  display: flex;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #999999;
  letter-spacing: 0px;
}

.footer-info address dl dt {
  margin-right: 10px;
}

.footer-logo {
  width: 100px;
  height: auto;
  margin-right: 54px;
}

#contents {
  min-width: 1280px;
  min-height: 720px;
  margin-bottom: 120px;
}

/****   메인 페이지   ****/

.main {
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url(../images/contents/main_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  color: #fff;
}

.main .main-box {
  position: relative;
  width: 1280px;
  height: 700px;
  margin: 0 auto;
}

.main .main-box p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  height: 100%;
  font-size: 58px;
  line-height: 82px;
  padding-right: 8%;
}

.main-cont {
  position: relative;
  margin-top: 80px;
  width: 100%;
  height: auto;
}

.main-cont .cont-box {
  width: 1280px;
  height: auto;
  position: relative;
  display: flex;
  margin: 0 auto;
}

.icon-box {
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 20%;
  height: auto;
}

.icon-box img {
  width: 90px;
}

.icon-box p {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 12px;
}

.cont-box .brain-box {
  background-image: url(../images/contents/main_banner01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  width: 600px;
  margin-right: 80px;
  height: 458px;
}

.brain-box p {
  padding: 50px 35px;
  color: #fff;
  font-size: 27px;
  line-height: 42px;
}

.cont-box .puzzle-box {
  background-image: url(../images/contents/main_banner02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  width: 510px;
  height: 378px;
  padding: 40px 45px;
}

.cont-box .board-wrap {
  width: 600px;
  height: auto;
  position: relative;
}

.cont-box .board-wrap + .board-wrap {
  margin-left: 80px;
}

.tit-wrap {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.gallery-wrap {
  position: relative;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffce77;
}

.gallery-wrap .main-gallery {
  padding: 40px 45px;
  text-align: right;
}

.gallery-wrap .main-gallery .black-txt {
  font-size: 30px;
  line-height: 42px;
  font-family: serif;
  letter-spacing: 3px;
  padding: 10px 0px;
}

.gallery-wrap .slider-wrap {
  background-color: #f3f3f3;
  padding: 40px 45px;
  text-align: left;
}

.grid-5 {
  width: 20%;
}

.grid-3 {
  width: 27%;
}

.grid-2 {
  width: 50%;
}

.h2-tit {
  font-size: 28px;
  line-height: 42px;
  color: #4a4a4a;
}

.slim {
  font-weight: 700;
}

.link {
  text-decoration: underline;
}

.txt {
  color: #4a4a4a;
}

.line-btn {
  border: 1px #4a4a4a solid;
  padding: 18px 25px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #4a4a4a;
  position: absolute;
  bottom: 40px;
}

.more-btn {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #4a4a4a;
  padding: 0px 10px;
}

.list-wrap {
  border-top: 2px #222 solid;
  border-bottom: 2px #222 solid;
  position: relative;
}

.list-wrap ul {
}

.list-wrap ul li {
  padding: 7px 20px;
  border-bottom: 1px #ddd solid;
  display: flex;
  font-size: 16px;
  line-height: 42px;
  font-weight: 400;
}

.list-wrap ul li .date {
  width: 100px;
  text-align: right;
}

.main-cont .list-wrap ul li a {
  flex: 1;
}

.comp {
  position: relative;
  padding-bottom: 30px;
}

.comp:last-child {
  padding-bottom: 0px;
}

.grid-comp {
  display: flex;
}

.left-cont {
  flex: 1;
}

.right-cont {
  margin-left: 60px;
}

.img-box {
  max-width: 329px;
}

.img-box img {
  width: 100%;
}

.sub-bg {
  width: 100%;
  min-width: 1280px;
  height: 316px;
  position: relative;
  background-image: url(../images/layout/sub_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.page-nav {
  width: 100%;
  height: 60px;
  position: relative;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}

.nav-box {
  width: 1280px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  display: flex;
}

.nav-home {
  width: 70px;
  height: 60px;
  border-left: 1px #ddd solid;
}

.nav-home img {
  width: 100%;
}

.nav-select {
  width: auto;
  min-width:200px;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 1px #ddd solid;
  padding: 0px 25px 0 10px;
  background-position: right 7px center;
  font-size: 18px;
  line-height: 60px;
  color: #4a4a4a;
}

.nav-select.lg {
  width: auto;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
}

.nav-select.lg2 {
  width: auto;
  border-left: 0;
  border-right: 1px #ddd solid;
}

#sub-page {
  width: 1280px;
  height: auto;
  position: relative;
  margin: 0 auto;
}

.sub-tit {
  width: 1280px;
  position: relative;
  display: flex;
  margin: 80px auto 30px auto;
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
}

.h1-tit {
  flex: 1;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #222222;
}

.tab-ui {
  position: relative;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 40px;
}

.tab-ui li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background: #ffffff;
  border: 1px #4a4a4a solid;
  padding: 12px 30px;
  border-radius: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.tab-ui li:last-child {
  margin-right: 0px;
}

.tab-ui li a {
  display: block;
  color: #4a4a4a;
}

.tab-ui li.on {
  background: #63d7e8;
  border: 1px #63d7e8 solid;
}

.tab-ui li.on a {
  color: #ffffff;
}

.h3-tit {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  color: #222222;
  padding-left: 32px;
  margin-bottom: 14px;
  position: relative;
}

.h3-tit::before {
  display: inline-block;
  content: "";
  background: url(../images/layout/tit_ico.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
}

.h4-tit {
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  color: #222;
}

.light-txt {
  padding: 0px 0px 24px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #5ba8b3;
}

.comp .txt {
  padding: 0px 0px 24px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #777;
}

.border-wrap {
  padding: 0px 0px 0px 32px;
  display: flex;
  flex-flow: wrap;
}

.border-box {
  border: 2px #63d7e8 dashed;
  border-radius: 20px;
  min-height: 140px;
  padding: 25px 25px;
  text-align: left;
  margin-right: 14px;
}

.border-box:last-child {
  margin-right: 0px;
}

.border-box .light-txt {
  padding: 0px 0px 0px 0px;
  line-height: 36px;
}

.border-box .txt {
  padding: 0px 0px 0px 0px;
  line-height: 24px;
}

.comp dl {
  padding: 0px 0px 0px 44px;
}

.comp dl dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #4a4a4a;
}

.comp dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #777;
}

.comp dl.dash dd::before {
  display: inline-block;
  content: "-";
  margin-right: 10px;
}

.flex {
  flex: 1 !important;
}

.list-img {
  padding-left: 44px;
  max-width: 160px;
}

.img-full {
  padding-left: 44px;
}

.search-wrap {
  position: relative;
  padding: 25px 25px;
  background: #f3f3f3;
  margin-bottom: 60px;
}

.search-wrap .select {
  width: 240px;
  border: 1px #ddd solid;
  padding: 0px 20px;
  background-position: right 18px center;
  font-size: 18px;
  line-height: 46px;
  color: #4a4a4a;
  margin-right: 16px;
}

.search-wrap .input {
  width: 420px;
  border: 1px #ddd solid;
  padding: 0px 20px;
  background-position: right 18px center;
  font-size: 18px;
  line-height: 46px;
  color: #4a4a4a;
  margin-right: 16px;
}

.search-wrap .search-btn {
  background: #63d7e8;
  border: 1px #63d7e8 solid;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.total-wrap {
  position: relative;
  margin-bottom: 12px;
}

.total-wrap p {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: #4a4a4a;
}

#sub-page .list-wrap ul li {
}

#sub-page .list-wrap ul li.title {
  background: #f3f3f3;
}

#sub-page .list-wrap ul li.title .num,
#sub-page .list-wrap ul li.title .date,
#sub-page .list-wrap ul li.title .tit {
  color: #4a4a4a;
  font-weight: 800;
  text-align: center;
}

#sub-page .list-wrap ul li .date,
#sub-page .list-wrap ul li .name,
#sub-page .list-wrap ul li .tel {
  width: 20%;
  text-align: center;
}

#sub-page .list-wrap ul li .num {
  width: 20%;
  text-align: center;
}

#sub-page .list-wrap ul li .tit {
  flex: 1;
}

#sub-page .form-wrap {
  border-top: 2px #222 solid;
  border-bottom: 2px #222 solid;
  position: relative;
}

#sub-page .form-wrap ul {
  display: flex;
  flex-flow: wrap;
}

#sub-page .form-wrap ul li {
  padding: 7px 20px;
  border-bottom: 1px #ddd solid;
  display: flex;
  width: 100%;
  color: #777777;
  font-size: 16px;
  line-height: 42px;
  font-weight: 400;
}

#sub-page .form-wrap ul li .label {
  width: 140px;
  font-weight: 700;
  color: #222;
}

#sub-page .form-wrap ul li.grid-2 {
  padding: 7px 0px;
  width: 50%;
}

#sub-page .form-wrap ul li.grid-2 .label {
  padding: 0px 10px 0px 20px;
}

#sub-page .form-wrap ul li.grid-2 .date {
  padding: 0px 10px;
}

#sub-page .form-wrap ul li.title {
  font-size: 18px;
  line-height: 54px;
  font-weight: 700;
  color: #4a4a4a;
}

#sub-page .form-wrap ul li.pre .label,
#sub-page .form-wrap ul li.next .label {
  padding: 0px 20px 0px 0px;
}

.editor-wrap {
  display: block;
  position: relative;
  padding: 25px 25px;
  min-height: 400px;
  color: #777777;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.btn-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.btn-wrap .btn {
  padding: 12px 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-right: 20px;
}

.btn-wrap .btn:last-child {
  margin-right: 0px;
}

/***  faq list   ***/

.list-wrap ul li.faq-wrap {
  height: auto;
  position: relative;
  padding: 0px 0px;
  flex-direction: column;
}

.list-wrap ul li.faq-wrap .tit {
  text-align: left;
  font-weight: 700;
  padding: 7px 20px;
  cursor: pointer;
}

.list-wrap ul li.faq-wrap .answer-wrap {
  display: none;
  background-color: #f3f3f3;
  padding: 30px 30px;
  height: auto;
  overflow: hidden;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 34px;
}

.list-wrap ul li.faq-wrap.on {
  flex-direction: column;
}

.gallery-list {
  border-top: 2px #222 solid;
  border-bottom: 2px #222 solid;
  position: relative;
}

.gallery-list ul {
  display: flex;
  flex-flow: wrap;
  padding: 40px 0px 0px 0px;
}

.gallery-list ul li {
  width: 280px;
  height: auto;
  position: relative;
  cursor: pointer;
  margin-right: 36px;
  padding: 0px 0px 50px 0px;
}

.gallery-list ul li:nth-child(4n) {
  margin-right: 0px;
}

.gallery-list ul li .img-box {
  max-width: 280px;
  border: 1px #ddd solid;
}

.gallery-list ul li a {
}

.gallery-list ul li .tit {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 0px 0px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.form-wrap .img-box {
  max-width: 800px;
  display: block;
  position: relative;
  padding: 25px 25px;
}

.default-box {
  text-align: center;
  border-right: 1px #ddd dashed;
}

.default-box:last-child {
  margin-right: 0%;
  border-right: 0px #ddd dashed;
}

.default-box .img-box {
  max-width: 200px;
  display: inline-block;
}

.default-box .light-txt {
  text-align: center;
  padding: 20px 0px;
}

.default-box .txt,
.default-box .flex {
  text-align: left;
  padding: 0px 20px;
}

.default-box.grid-3 {
  width: 30%;
  padding: 0 1.5%;
}

.grid-6 {
  width: 11%;
}

.comp .grid-comp {
  margin-top: 40px;
}

.comp .grid-comp:first-of-type {
  margin-top: 0px;
}

.input.mid {
  width: 300px;
}

.noti {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 42px;
  font-weight: 400;
  padding-left: 16px;
}

.noti::before {
  display: block;
  position: absolute;
  content: "*";
  left: 0;
  font-size: 18px;
}

.column {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.column .txt {
  padding: 0px 0px 18px 40px;
}

.fs * {
  font-size: 14px !important;
  line-height: 24px !important;
}

.login-comp {
  position: relative;
  width: 375px;
  height: auto;
  margin: 0px auto;
  padding-top: 40px;
}

.login-comp > * {
  margin-bottom: 20px;
}

.login-form {
  position: relative;
}

.login-form .label {
  display: block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #4a4a4a;
}

.login-form .input {
  display: block;
  width: 335px;
  border: 1px #ddd solid;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 46px;
  color: #4a4a4a;
}

.login-comp .login-btn {
  display: block;
  background: #63d7e8;
  border: 1px #63d7e8 solid;
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
}

.login-comp .join-btn {
  display: block;
  background: #222;
  border: 1px #222 solid;
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
}

.login-comp .link {
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #63d7e8;
  margin-right: 20px;
}

.login-comp .txt {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #777;
}

.login-comp .check {
  margin: 0px 0px 30px 0px;
  display: block;
}

.join-step {
  position: relative;
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.join-step li {
  text-align: center;
  position: relative;
  width: 33%;
}

.join-step li::after {
  display: block;
  content: "";
  border-bottom: 2px #ccc dashed;
}

.join-step li p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #ccc;
  padding: 12px 0px;
}

.join-step li p strong {
  font-weight: 800;
  padding-right: 10px;
}

.join-step li .ico {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/common/check_off.png) center center no-repeat;
  background-size: 100% 100%;
}

.join-step li.on {
}

.join-step li.on::after {
  display: block;
  content: "";
  border-bottom: 2px #63d7e8 dashed;
}

.join-step li.on .ico {
  background: url(../images/common/check_ico.png) center center no-repeat;
  background-size: 100% 100%;
}

.join-step li.on p {
  color: #63d7e8;
}

.h5-tit {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 18px;
}

.join-comp {
}

.join-comp .check {
  margin: 0 0;
  padding-top: 14px;
  position: relative;
  display: block;
}

.join-cont {
  position: relative;
  border: 1px #ddd solid;
  padding: 30px 30px;
  height: 300px;
  overflow-y: auto;
}

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

.join-ok .img-box {
  display: inline-block;
  text-align: center;
  width: 44px;
  margin: 30px 0px;
}

.history-wrap {
  position: relative;
  padding: 30px 40px;
}

.history-wrap ul {
  display: flex;
  flex-flow: wrap;
  position: relative;
}

.history-wrap ul li {
  width: 47%;
  height: auto;
  position: relative;
  display: flex;
  padding-bottom: 30px;
}

.history-wrap ul li.left {
  text-align: right;
  border-right: 1px #bbb dashed;
  padding-right: 30px;
  flex-direction: row-reverse;
}

.history-wrap ul li.left::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #63d7e8;
  position: absolute;
  right: -11px;
  z-index: 2;
}

.history-wrap ul li.right::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #63d7e8;
  position: absolute;
  left: -11px;
  z-index: 2;
}

.history-wrap ul li.left > dl {
  padding: 0px 20px 0px 0px;
  position: relative;
}

.history-wrap ul li.left > dl dt {
  position: relative;
  padding-right: 16px;
}

.history-wrap ul li.left > dl dd {
  padding-right: 16px;
}

.history-wrap ul li.left > dl dt::after {
  display: block;
  content: "-";
  position: absolute;
  right: 0;
  top: 0;
}

.history-wrap ul li.right {
  text-align: left;
  border-left: 1px #bbb dashed;
  padding-left: 30px;
}

.history-wrap ul li.right > dl {
  padding: 0px 0px 0px 20px;
  position: relative;
}

.history-wrap ul li.right > dl dt {
  position: relative;
  padding-left: 16px;
}

.history-wrap ul li.right > dl dd {
  padding-left: 16px;
}

.history-wrap ul li.right > dl dt::after {
  display: block;
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.history-wrap ul li:nth-child(5) {
  margin-top: -300px;
}

.history-wrap ul li:nth-child(7) {
  margin-top: -470px;
}

.history-wrap ul li:nth-child(8) {
  margin-top: -160px;
  right: 595px;
}

.history-wrap ul li:nth-child(9) {
  margin-top: 0px;
  left: 595px;
}

.history-wrap ul li:nth-child(10) {
  margin-top: 0px;
  right: 595px;
}

.h6-tit {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #222222;
  padding-left: 38px;
  margin: 20px 20px;
  position: relative;
}

.h6-tit::before {
  display: inline-block;
  content: "";
  background: url(../images/layout/sub_ico.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -2px;
  width: 32px;
  height: 30px;
}

.img-grid {
  position: relative;
  padding: 30px 40px 0px 40px;
  display: flex;
  flex-flow: wrap;
}

.img-grid .img-wide {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px #ddd solid;
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 20px;
}

.img-grid .img-box {
  max-width: 100%;
  width: 32%;
  text-align: center;
  padding: 30px 0px;
  background: #fff;
  border: 1px #ddd solid;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-grid > .img-box:nth-child(4n),
.img-grid > .img-box:nth-child(7n) {
  margin-right: 0px;
}

.img-grid img {
  max-height: 60px;
  width: auto;
}

.page-list {
  margin: 0px 0px 0px 44px;
}

.gallery-list.page-list ul li {
  width: 22.3%;
}

.pop-wrap {
  z-index: 1000;
  border: 1px #6e6e6e solid;
  position: fixed;
  background: #fff;
  width: 720px;
}

.pop-header {
  width: auto;
  height: 60px;
  position: relative;
  padding: 0px 20px;
  background: #63d7e8;
}

.pop-header .tit {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
}

.pop-header .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.pop-header .close img {
  width: 25px;
}

.pop-footer {
  width: auto;
  height: auto;
  position: relative;
  text-align: center;
  padding: 0px 20px 30px 20px;
}

.pop-container {
  width: auto;
  height: 500px;
  overflow-y: auto;
  position: relative;
  margin: 30px 20px;
  text-align: center;
}

.border-box .list-img {
  padding: 0px 0px 20px 0px;
}

.gallery-view {
  margin: 0px 44px;
  position: relative;
}

.gallery-view ul {
  display: flex;
  flex-flow: wrap;
}

.gallery-view ul li {
  width: 19%;
  border: 1px #ddd solid;
}

.default-box.padding-box {
  padding: 0px 28px;
}

.tab-ui.type2 {
  margin: 20px 44px;
  border-bottom: 1px #4a4a4a solid;
}

.tab-ui.type2 li {
  font-size: 16px;
  border: 0px;
  padding: 12px 30px;
  border-radius: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.tab-ui.type2 li.on {
  border-bottom: 1px #63d7e8 solid;
}

.logo-img {
  display: flex;
  padding: 14px 40px;
  flex-direction: row;
  align-items: center;
}

.slide-wrap {
  position: relative;
  width: auto;
  min-height: 300px;
}

.tb-wrap {
  position: relative;
  margin-left: 44px;
}

.vertical-tb {
  border-top: 1px #4a4a4a solid;
}

.horizon-tb {
  border-top: 1px #4a4a4a solid;
}

.horizon-tb tbody td:last-child {
  border-right: 0px #ddd solid;
}

.vertical-tb tbody th {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  border-bottom: 1px #ddd solid;
  background-color: #eee;
  color: #4a4a4a;
  text-align: center;
}

.vertical-tb tbody td {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  border-bottom: 1px #ddd solid;
  background-color: #fff;
  color: #777;
  text-align: left;
}

.horizon-tb thead th {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  border-bottom: 1px #ddd solid;
  background-color: #eee;
  color: #4a4a4a;
  text-align: center;
}

.horizon-tb tbody td {
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  background-color: #fff;
  color: #777;
  text-align: center;
}

.leader-wrap {
  margin-top: 30px !important;
  position: relative;
}

.in-comp {
  position: relative;
  margin: 20px 44px;
}

.comp dl dd.tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #4a4a4a;
}

.comp dl dd.tit::before {
  display: inline-block;
  content: "▪︎";
  margin-right: 10px;
}

.in-comp .h6-tit {
  margin-top: 60px;
}

.in-comp .h6-tit:first-of-type {
  margin-top: 20px;
}

.level-column ul {
  flex-flow: column !important;
}

.orange-txt {
  color: #fd8738 !important;
  text-align: center !important;
}

.level-column ul li.right {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  padding-bottom: 80px;
}

.level-column ul li:nth-child(2) {
  padding-left: 90px;
}

.level-column ul li:nth-child(3) {
  padding-left: 180px;
}

.level-column ul li:nth-child(4) {
  padding-left: 270px;
}

.level-column ul li.right > dl dt::after {
  display: none;
}

.level-column ul li.right > dl dt {
  padding-left: 55px;
}

.level-column ul li.right > dl dd {
  padding-left: 55px;
}

.study-info {
}

.study-info .info-cont {
  text-align: center;
}

.gallery-img {
  display: inline-block;
  position: relative;
  height: 300px;
}

.gallery-img:first-child {
  margin-right: 20px;
}

.gallery-img > img {
  height: 100%;
}

.gallery-img .badge {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  bottom: 10px;
  left: 40%;
}

.before .badge {
  background: #4a4a4a;
  border: 1px #4a4a4a solid;
}

.after .badge {
  background: #63d7e8;
  border: 1px #63d7e8 solid;
}

.gallery-slide {
}

.main-cont .gallery-img {
  height: 280px;
}

.main .gallery-img {
  height: 700px;
}

@media screen and (min-width: 840px) and (max-width: 1024px) {
  /* tablet ver. */

  .top-wrap {
    display: none;
  }

  .nav-wrap {
    display: none;
  }

  .menu-frame {
    display: none;
  }

  .lnb-wrap {
    display: none;
  }

  header {
    width: 100%;
    height: auto;
    min-width: auto;
    position: relative;
  }

  .m-top {
    display: block;
    background: #fff;
    border-bottom: 1px #ddd solid;
    width: 100%;
    height: 60px;
    position: relative;
    text-align: center;
  }

  .m-logo {
    position: absolute;
    left: 36%;
  }

  .m-logo a {
  }

  .m-logo a img {
    height: 60px;
  }

  .m-menu {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
  }

  .m-menu img {
    width: 100%;
  }

  .m-nav {
    width: 485px;
    position: absolute;
    top: 0px;
    right: -65%;
    background: #ffffff;
    z-index: 999;
    display: none;
  }

  .m-nav-info {
    display: flex;
    justify-content: end;
    width: auto;
    height: 34px;
    background: #42d0e4;
    position: relative;
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px #fff solid;
  }

  .m-nav-info .m-home {
    float: left;
    width: 34px;
    height: 34px;
  }

  .m-nav-info .m-home img {
    border-radius: 50px;
    display: inline-block;
    width: 100%;
  }

  .m-nav-info .tit {
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
    line-height: 34px;
  }

  .m-nav-info button {
    width: 30px;
    height: 30px;
  }

  .m-nav-info button img {
    width: 100%;
  }

  .m-member {
    width: 100%;
    height: 46px;
    position: relative;
    background: #42d0e4;
    text-align: center;
  }

  .m-member ul {
    display: flex;
  }

  .m-member ul li {
    padding: 15px 0px;
    border-right: 1px #fff solid;
    width: 50%;
    text-align: center;
  }

  .m-member ul li:last-child {
    border-right: 0px #fff solid;
  }

  .m-member ul li a {
    display: block;
    color: #fff;
  }

  .m-member ul li a img {
    height: 34px;
  }

  .m-member ul li a span {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
  }

  .m-lnb {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
  }

  .m-lnb ul {
    position: relative;
    background: #fff;
  }

  .m-lnb ul li {
    width: 100%;
    position: relative;
    line-height: 52px;
    text-align: left;
    border-bottom: 1px #cccccc solid;
    font-size: 18px;
    font-weight: 500;
    color: #000;
  }

  .m-lnb ul li a {
    padding-left: 32px;
    display: block;
  }

  .m-lnb ul li > .sub-lnb {
    display: none;
    background: #f3f3f3;
    position: relative;
    padding: 10px 0px 10px 40px;
  }

  .m-lnb ul li > .sub-lnb li {
    width: 100%;
    position: relative;
    border-bottom: 0px #cccccc solid;
    height: 47px;
    line-height: 47px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
  }

  .m-lnb ul li > .sub-lnb li a::before {
    content: "-";
    padding-right: 5px;
  }

  .m-lnb ul li > .sub-lnb li a {
    color: #666;
    padding-left: 20px;
  }

  .m-lnb ul li > .sub-lnb li a:focus {
    color: #24a147;
  }

  .m-lnb ul li > .sub-lnb li.on a {
    color: #4cabb8;
  }

  footer {
    width: 100%;
    min-width: auto;
    position: relative;
    background: #545356;
  }

  .footer-wrap {
    width: auto;
    position: relative;
    margin: 0 auto;
    text-align: left;
  }

  .footer-link {
    display: block;
    justify-content: space-between;
    padding: 12px 12px;
  }

  .footer-link a {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    padding-right: 24px;
  }

  .footer-link select {
    width: 200px;
    height: 40px;
    padding: 0px 12px;
    background: #545357;
    color: #fff;
  }

  .footer-info {
    display: block;
    position: relative;
    text-align: left;
    padding: 15px 10px;
  }

  .footer-info .footer-logo {
  }

  .footer-info address {
  }

  .footer-info address dl {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0px;
  }

  .footer-info address dl dt {
    margin-right: 10px;
  }

  .footer-logo {
    width: 100px;
    height: auto;
    margin-right: 54px;
  }

  #contents {
    min-width: auto;
  }

  .main {
    position: relative;
    width: 100%;
    height: auto;
  }

  .main .main-box {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    color: #fff;
    z-index: 3;
  }

  .main .main-box p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    height: 100%;
    font-size: 48px;
    line-height: 64px;
    padding-right: 8%;
  }

  .main-cont {
    position: relative;
    margin-top: 50px;
    width: auto;
    height: auto;
    padding: 0px 20px;
  }

  .main-cont .cont-box {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    margin: 0 auto;
  }

  .main-cont .main-icon {
    flex-flow: row;
  }

  .icon-box {
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 20%;
    height: auto;
  }

  .icon-box img {
    width: 90px;
  }

  .icon-box p {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 12px;
  }

  .cont-box .brain-box {
    background-image: url(../images/contents/main_banner01.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    position: relative;
    width: 49%;
    margin-right: 30px;
    height: 380px;
  }

  .brain-box p {
    padding: 34px 20px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
  }

  .cont-box .puzzle-box {
    background-image: url(../images/contents/main_banner02.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    position: relative;
    flex: 1;
    width: auto;
    height: 328px;
    padding: 26px 30px;
  }

  .cont-box .board-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }

  .cont-box .board-wrap + .board-wrap {
    margin-left: 0px;
    margin-top: 30px;
  }

  .tit-wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }

  .gallery-wrap {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #ffce77;
  }

  .gallery-wrap .main-gallery {
    padding: 26px 30px;
    text-align: right;
    width: auto;
  }

  .gallery-wrap .main-gallery .black-txt {
    font-size: 24px;
    line-height: 32px;
    font-family: serif;
    letter-spacing: 3px;
    padding: 0px 0px;
  }

  .gallery-wrap .slider-wrap {
    background-color: #f3f3f3;
    padding: 30px 30px;
    text-align: left;
    width: auto;
    height: auto;
    text-align: center;
  }

  .main-cont .main-board {
    flex-direction: column;
  }

  .grid-5 {
    width: 20%;
  }

  .grid-2 {
    width: 50%;
  }

  .h2-tit {
    font-size: 24px;
    line-height: 38px;
    color: #4a4a4a;
  }

  .slim {
    font-weight: 700;
  }

  .link {
    text-decoration: underline;
  }

  .txt {
    color: #4a4a4a;
  }

  .line-btn {
    border: 1px #4a4a4a solid;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #4a4a4a;
    position: absolute;
    bottom: 30px;
  }

  .more-btn {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #4a4a4a;
    padding: 0px 10px;
  }

  .list-wrap {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
    position: relative;
  }

  .list-wrap ul {
  }

  .list-wrap ul li {
    padding: 7px 14px;
    border-bottom: 1px #ddd solid;
    display: flex;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
  }

  .list-wrap ul li .date {
    width: 100px;
    text-align: right;
  }

  .main-cont .list-wrap ul li a {
    flex: 1;
  }

  #contents {
    min-width: auto;
    min-height: 720px;
    margin-bottom: 100px;
  }

  .comp {
    position: relative;
    padding-bottom: 60px;
  }

  .comp:last-child {
    padding-bottom: 0px;
  }

  .grid-comp {
    display: flex;
  }

  .left-cont {
    flex: 1;
  }

  .right-cont {
    margin-left: 60px;
  }

  .img-box {
    max-width: 280px;
  }

  .img-box img {
    width: 100%;
  }

  .sub-bg {
    width: 100%;
    min-width: auto;
    height: 200px;
    position: relative;
    background-image: url(../images/layout/sub_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }

  .page-nav {
    width: 100%;
    height: 60px;
    position: relative;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }

  .nav-box {
    width: 100%;
    height: 60px;
    position: relative;
    margin: 0 auto;
    display: flex;
  }

  .nav-home {
    width: 70px;
    height: 60px;
    border-left: 1px #ddd solid;
  }

  .nav-home img {
    width: 100%;
  }

  .nav-select {
    width: 40%;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 1px #ddd solid;
    padding: 0px 20px;
    background-position: right 20px center;
    font-size: 16px;
    line-height: 60px;
    color: #4a4a4a;
  }

  .nav-select.lg {
    flex: 1;
    width: auto;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
  }

  #sub-page {
    width: auto;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0px 20px;
  }

  .sub-tit {
    width: auto;
    position: relative;
    display: flex;
    margin: 60px auto 20px auto;
    padding: 0px 20px 12px 20px;
    border-bottom: 1px #ddd solid;
  }

  .h1-tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #222222;
  }

  .tab-ui {
    position: relative;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 40px;
  }

  .tab-ui li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    background: #ffffff;
    border: 1px #4a4a4a solid;
    padding: 10px 26px;
    border-radius: 30px;
    margin-right: 8px;
    margin-bottom: 14px;
  }

  .tab-ui li:last-child {
    margin-right: 0px;
  }

  .tab-ui li a {
    display: block;
    color: #4a4a4a;
  }

  .tab-ui li.on {
    background: #63d7e8;
    border: 1px #63d7e8 solid;
  }

  .tab-ui li.on a {
    color: #ffffff;
  }

  .h3-tit {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #222222;
    padding-left: 32px;
    margin-bottom: 12px;
    position: relative;
  }

  .h3-tit::before {
    display: inline-block;
    content: "";
    background: url(../images/layout/tit_ico.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
  }

  .h4-tit {
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    color: #222;
  }

  .light-txt {
    padding: 0px 0px 20px 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #5ba8b3;
  }

  .comp .txt {
    padding: 0px 0px 24px 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #777;
  }

  .border-wrap {
    padding: 0px 0px 0px 32px;
    display: flex;
    flex-flow: wrap;
  }

  .border-box {
    border: 2px #63d7e8 dashed;
    border-radius: 20px;
    min-height: 140px;
    padding: 20px 20px;
    text-align: left;
    margin-right: 14px;
  }

  .border-box:last-child {
    margin-right: 0px;
  }

  .border-box .light-txt {
    padding: 0px 0px 0px 0px;
    line-height: 36px;
  }

  .border-box .txt {
    padding: 0px 0px 0px 0px;
    line-height: 24px;
  }

  .grid-3 {
    width: 25%;
  }

  .comp dl dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #4a4a4a;
  }

  .comp dl dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
  }

  .list-img {
    padding-left: 24px;
    max-width: 140px;
  }

  .img-full {
    padding-left: 24px;
    width: auto;
    max-width: 320px;
  }

  .img-full img {
    width: 100%;
  }

  .search-wrap {
    position: relative;
    padding: 0px 0px;
    background: #fff;
    margin-bottom: 40px;
    display: flex;
  }

  .search-wrap .select {
    width: 30%;
    border: 1px #ddd solid;
    padding: 0px 20px;
    background-position: right 18px center;
    font-size: 16px;
    line-height: 46px;
    color: #4a4a4a;
    margin-right: 12px;
  }

  .search-wrap .input {
    flex: 1;
    width: auto;
    border: 1px #ddd solid;
    padding: 0px 20px;
    background-position: right 18px center;
    font-size: 16px;
    line-height: 46px;
    color: #4a4a4a;
    margin-right: 12px;
  }

  .search-wrap .search-btn {
    background: #63d7e8;
    border: 1px #63d7e8 solid;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    width: 100px;
  }

  .total-wrap {
    position: relative;
    margin-bottom: 12px;
  }

  .total-wrap p {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #4a4a4a;
  }

  #sub-page .list-wrap ul li {
  }

  #sub-page .list-wrap ul li.title {
    background: #f3f3f3;
  }

  #sub-page .list-wrap ul li.title .num,
  #sub-page .list-wrap ul li.title .date,
  #sub-page .list-wrap ul li.title .tit {
    color: #4a4a4a;
    font-weight: 800;
    text-align: center;
  }

  #sub-page .list-wrap ul li .date,
  #sub-page .list-wrap ul li .name,
  #sub-page .list-wrap ul li .tel {
    width: 18%;
    text-align: center;
  }

  #sub-page .list-wrap ul li .num {
    width: 15%;
    text-align: center;
  }

  #sub-page .list-wrap ul li .tit {
    flex: 1;
  }

  #sub-page .form-wrap {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
    position: relative;
  }

  #sub-page .form-wrap ul {
    display: flex;
    flex-flow: wrap;
  }

  #sub-page .form-wrap ul li {
    padding: 7px 20px;
    border-bottom: 1px #ddd solid;
    display: flex;
    width: 100%;
    color: #777777;
    font-size: 16px;
    line-height: 42px;
    font-weight: 400;
  }

  #sub-page .form-wrap ul li .label {
    width: 120px;
    font-weight: 700;
    color: #222;
  }

  #sub-page .form-wrap ul li.grid-2 {
    padding: 7px 0px;
    width: 50%;
  }

  #sub-page .form-wrap ul li.grid-2 .label {
    padding: 0px 10px 0px 20px;
    width: auto;
  }

  #sub-page .form-wrap ul li.grid-2 .date {
    padding: 0px 10px;
  }

  #sub-page .form-wrap ul li.title {
    font-size: 18px;
    line-height: 54px;
    font-weight: 700;
    color: #4a4a4a;
  }

  #sub-page .form-wrap ul li.pre .label,
  #sub-page .form-wrap ul li.next .label {
    padding: 0px 20px 0px 0px;
  }

  .editor-wrap {
    display: block;
    position: relative;
    padding: 25px 25px;
    min-height: 400px;
    color: #777777;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }

  .editor-wrap img {
    width: 100%;
  }

  .btn-wrap {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .btn-wrap .btn {
    padding: 12px 32px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 20px;
  }

  .btn-wrap .btn:last-child {
    margin-right: 0px;
  }

  .list-wrap ul li.faq-wrap {
    height: auto;
    position: relative;
    padding: 0px 0px;
    flex-direction: column;
  }

  .list-wrap ul li.faq-wrap .tit {
    text-align: left;
    font-weight: 700;
    padding: 7px 14px;
    cursor: pointer;
  }

  .list-wrap ul li.faq-wrap .answer-wrap {
    display: none;
    background-color: #f3f3f3;
    padding: 24px 24px;
    height: auto;
    overflow: hidden;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 28px;
  }

  .list-wrap ul li.faq-wrap.on {
    flex-direction: column;
  }

  .gallery-list {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
    position: relative;
  }

  .gallery-list ul {
    display: flex;
    flex-flow: wrap;
    padding: 40px 0px 0px 0px;
  }

  .gallery-list ul li {
    width: 30%;
    height: auto;
    position: relative;
    cursor: pointer;
    margin-right: 3%;
    padding: 0px 0px 50px 0px;
  }

  .gallery-list ul li:nth-child(3n) {
    margin-right: 0px;
  }

  .gallery-list ul li:nth-child(4n) {
    margin-right: 3%;
  }

  .gallery-list ul li .img-box {
    max-width: 280px;
    border: 1px #ddd solid;
  }

  .gallery-list ul li a {
  }

  .gallery-list ul li .tit {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 0px 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }

  .form-wrap .img-box {
    max-width: 100%;
    width: 100%;
    display: block;
    position: relative;
    padding: 25px 25px;
  }

  .default-box {
    text-align: center;
    border-right: 1px #ddd dashed;
  }

  .default-box:last-child {
    margin-right: 0%;
    border-right: 0px #ddd dashed;
  }

  .default-box .img-box {
    max-width: 200px;
    display: inline-block;
  }

  .default-box .light-txt {
    text-align: center;
    padding: 20px 0px;
  }

  .default-box .txt,
  .default-box .flex {
    text-align: left;
    padding: 0px 10px;
  }

  .default-box.grid-3 {
    width: 30%;
    padding: 0 1.5%;
  }

  .grid-6 {
    width: 25%;
  }

  .input.mid {
    width: 300px;
  }

  .noti {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 16px;
  }

  .noti::before {
    display: block;
    position: absolute;
    content: "*";
    left: 0;
    font-size: 18px;
  }

  .column {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .column .txt {
    padding: 0px 0px 18px 40px;
  }

  .fs * {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .login-comp {
    position: relative;
    width: 375px;
    height: auto;
    margin: 0px auto;
    padding-top: 40px;
  }

  .login-comp > * {
    margin-bottom: 20px;
  }

  .login-form {
    position: relative;
  }

  .login-form .label {
    display: block;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #4a4a4a;
  }

  .login-form .input {
    display: block;
    width: 335px;
    border: 1px #ddd solid;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 46px;
    color: #4a4a4a;
  }

  .login-comp .login-btn {
    display: block;
    background: #63d7e8;
    border: 1px #63d7e8 solid;
    width: 100%;
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
  }

  .login-comp .join-btn {
    display: block;
    background: #222;
    border: 1px #222 solid;
    width: 100%;
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
  }

  .login-comp .link {
    width: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #63d7e8;
    margin-right: 20px;
  }

  .login-comp .txt {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0px;
    color: #777;
  }

  .login-comp .check {
    margin: 0px 0px 30px 0px;
    display: block;
  }

  .join-step {
    position: relative;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .join-step li {
    text-align: center;
    position: relative;
    width: 33%;
  }

  .join-step li::after {
    display: block;
    content: "";
    border-bottom: 2px #ccc dashed;
  }

  .join-step li p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #ccc;
    padding: 8px 0px 12px 0px;
  }

  .join-step li p strong {
    font-weight: 800;
    padding-right: 10px;
  }

  .join-step li .ico {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/common/check_off.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .join-step li.on {
  }

  .join-step li.on::after {
    display: block;
    content: "";
    border-bottom: 2px #63d7e8 dashed;
  }

  .join-step li.on .ico {
    background: url(../images/common/check_ico.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .join-step li.on p {
    color: #63d7e8;
  }

  .h5-tit {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 14px;
  }

  .join-comp {
  }

  .join-comp .check {
    margin: 0 0;
    padding-top: 14px;
    position: relative;
    display: block;
  }

  .join-cont {
    position: relative;
    border: 1px #ddd solid;
    padding: 20px 20px;
    height: 300px;
    overflow-y: auto;
  }

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

  .join-ok .img-box {
    display: inline-block;
    text-align: center;
    width: 44px;
    margin: 30px 0px;
  }

  .history-wrap {
    position: relative;
    padding: 30px 40px;
  }

  .history-wrap ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
  }

  .history-wrap ul li {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    padding-bottom: 30px;
  }

  .history-wrap ul li.left {
    text-align: left;
    border-right: 0px #bbb dashed;
    border-left: 1px #bbb dashed;
    padding-right: 0px;
    flex-direction: row;
    padding-left: 30px;
  }

  .history-wrap ul li.left::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #63d7e8;
    position: absolute;
    right: 0px;
    left: -11px;
    z-index: 2;
  }

  .history-wrap ul li.right::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #63d7e8;
    position: absolute;
    left: -11px;
    z-index: 2;
  }

  .history-wrap ul li.left > dl {
    padding: 0px 0px 0px 20px;
    position: relative;
  }

  .history-wrap ul li.left > dl dt {
    position: relative;
    padding-right: 0px;
    padding-left: 16px;
  }

  .history-wrap ul li.left > dl dd {
    padding-right: 0px;
    padding-left: 16px;
  }

  .history-wrap ul li.left > dl dt::after {
    display: block;
    content: "-";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
  }

  .history-wrap ul li.right {
    text-align: left;
    border-left: 1px #bbb dashed;
    padding-left: 30px;
  }

  .history-wrap ul li.right > dl {
    padding: 0px 0px 0px 20px;
    position: relative;
  }

  .history-wrap ul li.right > dl dt {
    position: relative;
    padding-left: 16px;
  }

  .history-wrap ul li.right > dl dd {
    padding-left: 16px;
  }

  .history-wrap ul li.right > dl dt::after {
    display: block;
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }

  .history-wrap ul li:nth-child(5) {
    margin-top: 0px;
  }

  .history-wrap ul li:nth-child(7) {
    margin-top: 0px;
  }

  .history-wrap ul li:nth-child(8) {
    margin-top: 0px;
    right: 0px;
  }

  .history-wrap ul li:nth-child(9) {
    margin-top: 0px;
    left: 0px;
  }

  .history-wrap ul li:nth-child(10) {
    margin-top: 0px;
    right: 0px;
  }

  .h6-tit {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #222222;
    padding-left: 28px;
    margin: 18px 20px;
    position: relative;
  }

  .h6-tit::before {
    display: inline-block;
    content: "";
    background: url(../images/layout/sub_ico.png) left center no-repeat;
    background-size: 85%;
    position: absolute;
    left: 0;
    top: -2px;
    width: 32px;
    height: 30px;
  }

  .img-grid {
    position: relative;
    padding: 0px 10px 0px 40px;
    display: flex;
    flex-flow: wrap;
  }

  .img-grid .img-wide {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px #ddd solid;
    text-align: center;
    padding: 24px 0px;
    margin-bottom: 20px;
  }

  .img-grid .img-box {
    max-width: 100%;
    width: 31%;
    text-align: center;
    padding: 20px 0px;
    background: #fff;
    border: 1px #ddd solid;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .img-grid > .img-box:nth-child(4n),
  .img-grid > .img-box:nth-child(7n) {
    margin-right: 0px;
  }

  .img-grid img {
    max-height: 52px;
    width: auto;
  }

  .comp-box .grid-comp {
    margin-top: 20px;
  }

  .page-list {
    margin: 0px 0px 0px 44px;
  }

  .gallery-list.page-list ul li {
    width: 30%;
  }

  .pop-wrap {
    z-index: 1000;
    border: 1px #6e6e6e solid;
    position: fixed;
    background: #fff;
    width: 720px;
  }

  .pop-header {
    width: auto;
    height: 60px;
    position: relative;
    padding: 0px 20px;
    background: #63d7e8;
  }

  .pop-header .tit {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    color: #fff;
  }

  .pop-header .close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
  }

  .pop-header .close img {
    width: 25px;
  }

  .pop-footer {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    padding: 0px 20px 30px 20px;
  }

  .pop-container {
    width: auto;
    height: 500px;
    overflow-y: auto;
    position: relative;
    margin: 30px 20px;
  }

  .gallery-view {
    margin: 0px 44px;
    position: relative;
  }

  .gallery-view ul {
    display: flex;
    flex-flow: wrap;
  }

  .gallery-view ul li {
    width: 22%;
    border: 1px #ddd solid;
  }

  .default-box.padding-box {
    padding: 0px 28px;
  }

  .vertical-tb tbody th {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    background-color: #eee;
    color: #4a4a4a;
    text-align: center;
  }

  .vertical-tb tbody td {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    background-color: #fff;
    color: #777;
    text-align: left;
  }

  .horizon-tb thead th {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    background-color: #eee;
    color: #4a4a4a;
    text-align: center;
  }

  .horizon-tb tbody td {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    background-color: #fff;
    color: #777;
    text-align: center;
  }

  .main .info-cont {
    height: auto;
  }

  .main .info-cont .gallery-img {
    height: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 839px) {
  /* tablet ver. */

  .top-wrap {
    display: none;
  }

  .nav-wrap {
    display: none;
  }

  .menu-frame {
    display: none;
  }

  .lnb-wrap {
    display: none;
  }

  header {
    width: 100%;
    height: auto;
    min-width: auto;
    position: relative;
  }

  .m-top {
    display: block;
    background: #fff;
    border-bottom: 1px #ddd solid;
    width: 100%;
    height: 60px;
    position: relative;
    text-align: center;
  }

  .m-logo {
    position: absolute;
    left: 36%;
  }

  .m-logo a {
  }

  .m-logo a img {
    height: 60px;
  }

  .m-menu {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
  }

  .m-menu img {
    width: 100%;
  }

  .m-nav {
    width: 485px;
    position: absolute;
    top: 0px;
    right: -65%;
    background: #ffffff;
    z-index: 999;
    display: none;
  }

  .m-nav-info {
    display: flex;
    justify-content: end;
    width: auto;
    height: 34px;
    background: #42d0e4;
    position: relative;
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px #fff solid;
  }

  .m-nav-info .m-home {
    float: left;
    width: 34px;
    height: 34px;
  }

  .m-nav-info .m-home img {
    border-radius: 50px;
    display: inline-block;
    width: 100%;
  }

  .m-nav-info .tit {
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
    line-height: 34px;
  }

  .m-nav-info button {
    width: 30px;
    height: 30px;
  }

  .m-nav-info button img {
    width: 100%;
  }

  .m-member {
    width: 100%;
    height: 46px;
    position: relative;
    background: #42d0e4;
    text-align: center;
  }

  .m-member ul {
    display: flex;
  }

  .m-member ul li {
    padding: 15px 0px;
    border-right: 1px #fff solid;
    width: 50%;
    text-align: center;
    font-size: 14px;
  }

  .m-member ul li:last-child {
    border-right: 0px #fff solid;
  }

  .m-member ul li a {
    display: block;
    color: #fff;
  }

  .m-member ul li a img {
    height: 34px;
  }

  .m-member ul li a span {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
  }

  .m-lnb {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
  }

  .m-lnb ul {
    position: relative;
    background: #fff;
  }

  .m-lnb ul li {
    width: 100%;
    position: relative;
    line-height: 52px;
    text-align: left;
    border-bottom: 1px #cccccc solid;
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .m-lnb ul li a {
    padding-left: 32px;
    display: block;
  }

  .m-lnb ul li > .sub-lnb {
    display: none;
    background: #f3f3f3;
    position: relative;
    padding: 10px 0px 10px 40px;
  }

  .m-lnb ul li > .sub-lnb li {
    width: 100%;
    position: relative;
    border-bottom: 0px #cccccc solid;
    height: 44px;
    line-height: 44px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
  }

  .m-lnb ul li > .sub-lnb li a::before {
    content: "-";
    padding-right: 5px;
  }

  .m-lnb ul li > .sub-lnb li a {
    color: #666;
    padding-left: 20px;
  }

  .m-lnb ul li > .sub-lnb li a:focus {
    color: #24a147;
  }

  .m-lnb ul li > .sub-lnb li.on a {
    color: #4cabb8;
  }

  footer {
    width: 100%;
    min-width: auto;
    position: relative;
    background: #545356;
  }

  .footer-wrap {
    width: auto;
    position: relative;
    margin: 0 auto;
    text-align: left;
  }

  .footer-link {
    display: block;
    justify-content: space-between;
    padding: 12px 12px;
  }

  .footer-link a {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    padding-right: 24px;
  }

  .footer-link select {
    width: 200px;
    height: 40px;
    padding: 0px 12px;
    background-color: #545356;
    background-image: url(../images/common/select_w.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 13px 11px;
    color: #fff;
  }

  .footer-info {
    display: block;
    position: relative;
    text-align: left;
    padding: 15px 10px;
  }

  .footer-info .footer-logo {
    width: 80px;
  }

  .footer-info address {
  }

  .footer-info address dl {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0px;
  }

  .footer-info address dl dt {
    margin-right: 10px;
  }

  .footer-logo {
    width: 100px;
    height: auto;
    margin-right: 54px;
  }

  #contents {
    min-width: auto;
    margin-bottom: 80px;
  }

  .main {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../images/contents/main_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    color: #fff;
  }

  .main .main-box {
    position: relative;
    width: auto;
    height: 300px;
    margin: 0 auto;
    padding: 0px 30px;
  }

  .main .main-box p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    height: 100%;
    font-size: 34px;
    line-height: 42px;
    padding-right: 20px;
  }

  .main-cont {
    position: relative;
    margin-top: 30px;
    width: auto;
    height: auto;
    padding: 0px 20px;
  }

  .main-cont .cont-box {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .main-cont .main-icon {
    flex-flow: row;
  }

  .icon-box {
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 20%;
    height: auto;
  }

  .icon-box img {
    width: 70px;
  }

  .icon-box p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 6px;
  }

  .cont-box .brain-box {
    background-image: url(../images/contents/main_banner01.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    position: relative;
    width: auto;
    margin-right: 0px;
    height: 340px;
  }

  .brain-box p {
    padding: 32px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
  }

  .cont-box .puzzle-box {
    background-image: url(../images/contents/main_banner02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: relative;
    flex: auto;
    width: auto;
    height: 190px;
    padding: 26px 20px;
  }

  .cont-box .board-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }

  .cont-box .board-wrap + .board-wrap {
    margin-left: 0px;
    margin-top: 30px;
  }

  .tit-wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }

  .gallery-wrap {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #ffce77;
  }

  .gallery-wrap .main-gallery {
    padding: 26px 30px;
    text-align: right;
    width: auto;
  }

  .gallery-wrap .main-gallery .black-txt {
    font-size: 24px;
    line-height: 32px;
    font-family: serif;
    letter-spacing: 3px;
    padding: 0px 0px;
  }

  .gallery-wrap .slider-wrap {
    background-color: #f3f3f3;
    padding: 26px 20px;
    text-align: left;
    width: auto;
    height: auto;
    text-align: center;
  }

  .main-cont .main-board {
    flex-direction: column;
  }

  .grid-5 {
    width: 20%;
  }

  .grid-2 {
    width: 50%;
  }

  .h2-tit {
    font-size: 22px;
    line-height: 32px;
    color: #4a4a4a;
  }

  .slim {
    font-weight: 700;
  }

  .link {
    text-decoration: underline;
  }

  .txt {
    color: #4a4a4a;
  }

  .line-btn {
    border: 1px #4a4a4a solid;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #4a4a4a;
    position: absolute;
    bottom: 26px;
  }

  .more-btn {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #4a4a4a;
    padding: 0px 10px;
  }

  .list-wrap {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
    position: relative;
  }

  .list-wrap ul {
  }

  .list-wrap ul li {
    padding: 7px 14px;
    border-bottom: 1px #ddd solid;
    display: flex;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
  }

  .list-wrap ul li .date {
    width: 100px;
    text-align: right;
  }

  .main-cont .list-wrap ul li a {
    flex: 1;
  }

  .comp {
    position: relative;
    padding-bottom: 40px;
  }

  .comp:last-child {
    padding-bottom: 0px;
  }

  .grid-comp {
    display: flex;
    flex-direction: column;
  }

  .left-cont {
    flex: 1;
  }

  .right-cont {
    margin: 30px 30px;
  }

  .img-box {
    max-width: 280px;
  }

  .img-box img {
    width: 100%;
  }

  .sub-bg {
    width: 100%;
    min-width: auto;
    height: 170px;
    position: relative;
    background-image: url(../images/layout/sub_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }

  .page-nav {
    width: 100%;
    height: 52px;
    position: relative;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }

  .nav-box {
    width: 100%;
    height: 52px;
    position: relative;
    margin: 0 auto;
    display: flex;
  }

  .nav-home {
    width: 64px;
    height: 52px;
    border-left: 1px #ddd solid;
  }

  .nav-home img {
    width: 100%;
  }

  .nav-select {
    width: 40%;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 1px #ddd solid;
    padding: 0px 20px;
    background-position: right 20px center;
    font-size: 16px;
    line-height: 60px;
    color: #4a4a4a;
  }

  .nav-select.lg {
    flex: 1;
    width: auto;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
  }

  #sub-page {
    width: auto;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0px 20px;
  }

  .sub-tit {
    width: auto;
    position: relative;
    display: flex;
    margin: 40px auto 14px auto;
    padding: 0px 16px 12px 16px;
    border-bottom: 1px #ddd solid;
  }

  .h1-tit {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #222222;
  }

  .tab-ui {
    position: relative;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .tab-ui li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background: #ffffff;
    border: 1px #4a4a4a solid;
    padding: 10px 24px;
    border-radius: 30px;
    margin-right: 8px;
    margin-bottom: 12px;
  }

  .tab-ui li:last-child {
    margin-right: 0px;
  }

  .tab-ui li a {
    display: block;
    color: #4a4a4a;
  }

  .tab-ui li.on {
    background: #63d7e8;
    border: 1px #63d7e8 solid;
  }

  .tab-ui li.on a {
    color: #ffffff;
  }

  .h3-tit {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #222222;
    padding-left: 28px;
    margin-bottom: 10px;
    position: relative;
  }

  .h3-tit::before {
    display: inline-block;
    content: "";
    background: url(../images/layout/tit_ico.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
  }

  .h4-tit {
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    color: #222;
  }

  .light-txt {
    padding: 0px 0px 16px 28px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #5ba8b3;
  }

  .comp .txt {
    padding: 0px 0px 20px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #777;
  }

  .border-wrap {
    padding: 0px 0px 0px 28px;
    display: flex;
    flex-flow: wrap;
  }

  .border-box {
    border: 2px #63d7e8 dashed;
    border-radius: 20px;
    min-height: auto;
    padding: 20px 20px;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .border-box:last-child {
    margin-right: 0px;
  }

  .border-box .light-txt {
    padding: 0px 0px 0px 0px;
    line-height: 30px;
  }

  .border-box .txt {
    padding: 0px 0px 0px 0px;
    line-height: 20px;
  }

  .grid-3 {
    width: 100%;
  }

  .list-img {
    display: none;
  }

  .comp dl {
    padding: 0px 0px 0px 24px;
  }

  .comp dl dt {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #4a4a4a;
  }

  .comp dl dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
  }

  .img-full {
    padding-left: 24px;
    width: auto;
  }

  .img-full img {
    width: 100%;
  }

  .search-wrap {
    position: relative;
    padding: 0px 0px;
    background: #fff;
    margin-bottom: 40px;
    display: flex;
  }

  .search-wrap .select {
    width: 30%;
    border: 1px #ddd solid;
    padding: 0px 20px;
    background-position: right 18px center;
    font-size: 16px;
    line-height: 46px;
    color: #4a4a4a;
    margin-right: 12px;
  }

  .search-wrap .input {
    flex: 1;
    width: auto;
    border: 1px #ddd solid;
    padding: 0px 20px;
    background-position: right 18px center;
    font-size: 16px;
    line-height: 46px;
    color: #4a4a4a;
    margin-right: 12px;
  }

  .search-wrap .search-btn {
    background: #63d7e8;
    border: 1px #63d7e8 solid;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    width: auto;
  }

  .total-wrap {
    position: relative;
    margin-bottom: 12px;
  }

  .total-wrap p {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #4a4a4a;
  }

  #sub-page .list-wrap ul li {
  }

  #sub-page .list-wrap ul li.title {
    background: #f3f3f3;
  }

  #sub-page .list-wrap ul li.title .num,
  #sub-page .list-wrap ul li.title .date,
  #sub-page .list-wrap ul li.title .tit {
    color: #4a4a4a;
    font-weight: 800;
    text-align: center;
  }

  #sub-page .list-wrap ul li .date,
  #sub-page .list-wrap ul li .name,
  #sub-page .list-wrap ul li .tel {
    width: 18%;
    text-align: center;
  }

  #sub-page .list-wrap ul li .num {
    width: 15%;
    text-align: center;
  }

  #sub-page .list-wrap ul li .tit {
    flex: 1;
  }

  #sub-page .form-wrap {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
    position: relative;
  }

  #sub-page .form-wrap ul {
    display: flex;
    flex-flow: wrap;
  }

  #sub-page .form-wrap ul li {
    padding: 7px 20px;
    border-bottom: 1px #ddd solid;
    display: flex;
    width: 100%;
    color: #777777;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
  }

  #sub-page .form-wrap ul li .label {
    width: 110px;
    font-weight: 700;
    color: #222;
  }

  #sub-page .form-wrap ul li.grid-2 {
    padding: 7px 0px;
    width: 50%;
  }

  #sub-page .form-wrap ul li.grid-2 .label {
    padding: 0px 10px 0px 14px;
    width: auto;
  }

  #sub-page .form-wrap ul li.grid-2 .date {
    padding: 0px 0px;
  }

  #sub-page .form-wrap ul li.title {
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    color: #4a4a4a;
  }

  #sub-page .form-wrap ul li.pre .label,
  #sub-page .form-wrap ul li.next .label {
    padding: 0px 14px 0px 0px;
  }

  .editor-wrap {
    display: block;
    position: relative;
    padding: 20px 20px;
    min-height: 400px;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .editor-wrap img {
    width: 100%;
  }

  .btn-wrap {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .btn-wrap .btn {
    padding: 10px 26px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 12px;
  }

  .btn-wrap .btn:last-child {
    margin-right: 0px;
  }

  .upload {
    font-size: 14px;
  }

  .list-wrap ul li.faq-wrap {
    height: auto;
    position: relative;
    padding: 0px 0px;
    flex-direction: column;
  }

  .list-wrap ul li.faq-wrap .tit {
    text-align: left;
    font-weight: 700;
    padding: 7px 14px;
    cursor: pointer;
  }

  .list-wrap ul li.faq-wrap .answer-wrap {
    display: none;
    background-color: #f3f3f3;
    padding: 24px 24px;
    height: auto;
    overflow: hidden;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 28px;
  }

  .list-wrap ul li.faq-wrap.on {
    flex-direction: column;
  }

  .gallery-list {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
    position: relative;
  }

  .gallery-list ul {
    display: flex;
    flex-flow: wrap;
    padding: 40px 0px 0px 0px;
  }

  .gallery-list ul li {
    width: 48%;
    height: auto;
    position: relative;
    cursor: pointer;
    margin-right: 4%;
    padding: 0px 0px 50px 0px;
  }

  .gallery-list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .gallery-list ul li:nth-child(3n) {
    margin-right: 4%;
  }

  .gallery-list ul li:nth-child(4n) {
    margin-right: 0;
  }

  .gallery-list ul li:nth-child(6n) {
    margin-right: 0;
  }

  .gallery-list ul li .img-box {
    max-width: 100%;
    border: 1px #ddd solid;
  }

  .gallery-list ul li a {
  }

  .gallery-list ul li .tit {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 0px 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }

  .form-wrap .img-box {
    max-width: 100%;
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 20px;
  }

  .default-box {
    text-align: center;
    border-right: 0px #ddd dashed;
    border-bottom: 1px #ddd dashed;
    display: flex;
  }

  .default-box:last-child {
    margin-right: 0%;
    border-right: 0px #ddd dashed;
    border-bottom: 0px #ddd dashed;
  }

  .default-box .img-box {
    max-width: 200px;
    display: inline-block;
  }

  .default-box .light-txt {
    text-align: center;
    padding: 10px 0px;
  }

  .default-box .txt,
  .default-box .flex {
    text-align: left;
    padding: 0px 10px;
  }

  .default-box.grid-3 {
    width: 100%;
    padding: 24px 0px;
  }

  .default-box .box {
    flex: 1;
    text-align: left;
  }

  .default-box .light-txt {
    text-align: left;
  }

  .grid-6 {
    width: 40%;
  }

  .comp .grid-comp {
    margin-top: 30px;
  }

  .input.mid {
    width: 300px;
  }

  .noti {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 16px;
  }

  .noti::before {
    display: block;
    position: absolute;
    content: "*";
    left: 0;
    font-size: 18px;
  }

  .column {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .column .txt {
    padding: 0px 0px 18px 40px;
  }

  .fs * {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .login-comp {
    position: relative;
    width: 480px;
    height: auto;
    margin: 0px auto;
    padding-top: 40px;
  }

  .login-comp > * {
    margin-bottom: 20px;
  }

  .login-form {
    position: relative;
  }

  .login-form .label {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #4a4a4a;
  }

  .login-form .input {
    display: block;
    width: 440px;
    border: 1px #ddd solid;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 46px;
    color: #4a4a4a;
  }

  .login-comp .login-btn {
    display: block;
    background: #63d7e8;
    border: 1px #63d7e8 solid;
    width: 100%;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
  }

  .login-comp .join-btn {
    display: block;
    background: #222;
    border: 1px #222 solid;
    width: 100%;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
  }

  .login-comp .link {
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    color: #63d7e8;
    margin-right: 20px;
  }

  .login-comp .txt {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 0px;
    color: #777;
  }

  .login-comp .check {
    margin: 0px 0px 30px 0px;
    display: block;
  }

  .join-step {
    position: relative;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .join-step li {
    text-align: center;
    position: relative;
    width: 33%;
  }

  .join-step li::after {
    display: block;
    content: "";
    border-bottom: 2px #ccc dashed;
  }

  .join-step li p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #ccc;
    padding: 8px 0px 12px 0px;
  }

  .join-step li p strong {
    font-weight: 800;
    padding-right: 10px;
  }

  .join-step li .ico {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/common/check_off.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .join-step li.on {
  }

  .join-step li.on::after {
    display: block;
    content: "";
    border-bottom: 2px #63d7e8 dashed;
  }

  .join-step li.on .ico {
    background: url(../images/common/check_ico.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .join-step li.on p {
    color: #63d7e8;
  }

  .h5-tit {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
  }

  .join-comp {
  }

  .join-comp .check {
    margin: 0 0;
    padding-top: 14px;
    position: relative;
    display: block;
  }

  .join-cont {
    position: relative;
    border: 1px #ddd solid;
    padding: 20px 20px;
    height: 300px;
    overflow-y: auto;
  }

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

  .join-ok .img-box {
    display: inline-block;
    text-align: center;
    width: 44px;
    margin: 30px 0px;
  }

  .history-wrap {
    position: relative;
    padding: 30px 0px 30px 40px;
  }

  .history-wrap ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
  }

  .history-wrap ul li {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    padding-bottom: 30px;
  }

  .history-wrap ul li.left {
    text-align: left;
    border-right: 0px #bbb dashed;
    border-left: 1px #bbb dashed;
    padding-right: 0px;
    flex-direction: row;
    padding-left: 20px;
  }

  .history-wrap ul li.left::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #63d7e8;
    position: absolute;
    right: 0px;
    left: -10px;
    z-index: 2;
  }

  .history-wrap ul li.right::before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background-color: #63d7e8;
    position: absolute;
    left: -10px;
    z-index: 2;
  }

  .history-wrap ul li.left > dl {
    padding: 0px 0px 0px 12px;
    position: relative;
  }

  .history-wrap ul li.left > dl dt {
    position: relative;
    padding-right: 0px;
    padding-left: 16px;
  }

  .history-wrap ul li.left > dl dd {
    padding-right: 0px;
    padding-left: 16px;
  }

  .history-wrap ul li.left > dl dt::after {
    display: block;
    content: "-";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
  }

  .history-wrap ul li.right {
    text-align: left;
    border-left: 1px #bbb dashed;
    padding-left: 20px;
  }

  .history-wrap ul li.right > dl {
    padding: 0px 0px 0px 12px;
    position: relative;
  }

  .history-wrap ul li.right > dl dt {
    position: relative;
    padding-left: 16px;
  }

  .history-wrap ul li.right > dl dd {
    padding-left: 16px;
  }

  .history-wrap ul li.right > dl dt::after {
    display: block;
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }

  .history-wrap ul li:nth-child(5) {
    margin-top: 0px;
  }

  .history-wrap ul li:nth-child(7) {
    margin-top: 0px;
  }

  .history-wrap ul li:nth-child(8) {
    margin-top: 0px;
    right: 0px;
  }

  .history-wrap ul li:nth-child(9) {
    margin-top: 0px;
    left: 0px;
  }

  .history-wrap ul li:nth-child(10) {
    margin-top: 0px;
    right: 0px;
  }

  .h6-tit {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #222222;
    padding-left: 28px;
    margin: 18px 20px;
    position: relative;
  }

  .h6-tit::before {
    display: inline-block;
    content: "";
    background: url(../images/layout/sub_ico.png) left center no-repeat;
    background-size: 85%;
    position: absolute;
    left: 0;
    top: -2px;
    width: 32px;
    height: 30px;
  }

  .img-grid {
    position: relative;
    padding: 0px 10px 0px 40px;
    display: flex;
    flex-flow: wrap;
  }

  .img-grid .img-wide {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px #ddd solid;
    text-align: center;
    padding: 24px 0px;
    margin-bottom: 20px;
  }

  .img-grid .img-box {
    max-width: 100%;
    width: 31%;
    text-align: center;
    padding: 20px 0px;
    background: #fff;
    border: 1px #ddd solid;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .img-grid > .img-box:nth-child(4n),
  .img-grid > .img-box:nth-child(7n) {
    margin-right: 0px;
  }

  .img-grid img {
    max-height: 42px;
    width: auto;
  }

  .comp-box .grid-comp {
    margin-top: 20px;
  }

  .page-list {
    margin: 0px 0px 0px 44px;
  }

  .gallery-list.page-list ul li {
    width: 48%;
  }

  .pop-wrap {
    z-index: 1000;
    border: 1px #6e6e6e solid;
    position: fixed;
    background: #fff;
    width: 90%;
  }

  .pop-header {
    width: auto;
    height: 50px;
    position: relative;
    padding: 0px 20px;
    background: #63d7e8;
  }

  .pop-header .tit {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
  }

  .pop-header .close {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
  }

  .pop-header .close img {
    width: 25px;
  }

  .pop-footer {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    padding: 0px 20px 20px 20px;
  }

  .pop-container {
    width: auto;
    min-height: 400px;
    height: auto;
    overflow-y: auto;
    position: relative;
    margin: 20px 20px;
  }

  .gallery-view {
    margin: 0px 0px 0px 30px;
    position: relative;
  }

  .gallery-view ul {
    display: flex;
    flex-flow: wrap;
  }

  .gallery-view ul li {
    width: 31%;
    border: 1px #ddd solid;
  }

  .default-box.padding-box {
    padding: 0px 0px;
    width: 48%;
  }

  .default-box.padding-box .img-box {
    max-width: 130px;
  }

  .tb-wrap {
    position: relative;
    margin: 0px 30px;
  }

  .vertical-tb tbody th {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    background-color: #eee;
    color: #4a4a4a;
    text-align: center;
  }

  .vertical-tb tbody td {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    background-color: #fff;
    color: #777;
    text-align: left;
  }

  .horizon-tb thead th {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    background-color: #eee;
    color: #4a4a4a;
    text-align: center;
  }

  .horizon-tb tbody td {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    background-color: #fff;
    color: #777;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  /* tablet ver. */

  .top-wrap {
    display: none;
  }

  .nav-wrap {
    display: none;
  }

  .menu-frame {
    display: none;
  }

  .lnb-wrap {
    display: none;
  }

  header {
    width: 100%;
    height: auto;
    min-width: auto;
    position: relative;
  }

  .m-top {
    display: block;
    background: #fff;
    border-bottom: 1px #ddd solid;
    width: 100%;
    height: 48px;
    position: relative;
    text-align: center;
  }

  .m-logo {
    position: absolute;
    left: 36%;
  }

  .m-logo a {
  }

  .m-logo a img {
    height: 48px;
  }

  .m-menu {
    position: absolute;
    right: 12px;
    top: 9px;
    width: 30px;
  }

  .m-menu img {
    width: 100%;
  }

  .m-nav {
    width: 290px;
    position: absolute;
    top: 0px;
    right: -65%;
    background: #ffffff;
    z-index: 999;
    display: none;
  }

  .m-nav-info {
    display: flex;
    justify-content: end;
    width: auto;
    height: 30px;
    background: #42d0e4;
    position: relative;
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px #fff solid;
  }

  .m-nav-info .m-home {
    float: left;
    width: 34px;
    height: 34px;
  }

  .m-nav-info .m-home img {
    border-radius: 50px;
    display: inline-block;
    width: 100%;
  }

  .m-nav-info .tit {
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
    line-height: 34px;
  }

  .m-nav-info button {
    width: 30px;
    height: 30px;
  }

  .m-nav-info button img {
    width: 100%;
  }

  .m-member {
    width: 100%;
    height: 46px;
    position: relative;
    background: #42d0e4;
    text-align: center;
  }

  .m-member ul {
    display: flex;
  }

  .m-member ul li {
    padding: 15px 0px;
    border-right: 1px #fff solid;
    width: 50%;
    text-align: center;
  }

  .m-member ul li:last-child {
    border-right: 0px #fff solid;
  }

  .m-member ul li a {
    display: block;
    color: #fff;
  }

  .m-member ul li a img {
    height: 34px;
  }

  .m-member ul li a span {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
  }

  .m-lnb {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
  }

  .m-lnb ul {
    position: relative;
    background: #fff;
  }

  .m-lnb ul li {
    width: 100%;
    position: relative;
    line-height: 42px;
    text-align: left;
    border-bottom: 1px #cccccc solid;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }

  .m-lnb ul li a {
    padding-left: 14px;
    display: block;
  }

  .m-lnb ul li > .sub-lnb {
    display: none;
    background: #f3f3f3;
    position: relative;
    padding: 6px 0px 6px 14px;
  }

  .m-lnb ul li > .sub-lnb li {
    width: 100%;
    position: relative;
    border-bottom: 0px #cccccc solid;
    height: 28px;
    line-height: 28px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
  }

  .m-lnb ul li > .sub-lnb li a::before {
    content: "-";
    padding-right: 5px;
  }

  .m-lnb ul li > .sub-lnb li a {
    color: #666;
    padding-left: 20px;
  }

  .m-lnb ul li > .sub-lnb li a:focus {
    color: #24a147;
  }

  .m-lnb ul li > .sub-lnb li.on a {
    color: #4cabb8;
  }

  footer {
    width: 100%;
    min-width: auto;
    position: relative;
    background: #545356;
  }

  .footer-wrap {
    width: auto;
    position: relative;
    margin: 0 auto;
    text-align: left;
  }

  .footer-link {
    display: block;
    justify-content: space-between;
    padding: 12px 12px;
  }

  .footer-link a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    padding-right: 24px;
    display: block;
  }

  .footer-link select {
    width: 98%;
    height: 40px;
    padding: 0px 12px;
    background-color: #545356;
    background-image: url(../images/common/select_w.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 13px 11px;
    color: #fff;
    margin-top: 12px;
  }

  .footer-info {
    display: block;
    position: relative;
    text-align: left;
    padding: 15px 10px;
  }

  .footer-info .footer-logo {
    width: 80px;
  }

  .footer-info address {
  }

  .footer-info address dl {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0px;
  }

  .footer-info address dl dt {
    margin-right: 10px;
  }

  .footer-logo {
    width: 100px;
    height: auto;
    margin-right: 54px;
  }

  #contents {
    min-width: auto;
    margin-bottom: 50px;
  }

  .main {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url(../images/contents/main_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    color: #fff;
  }

  .main .main-box {
    position: relative;
    width: auto;
    height: 200px;
    margin: 0 auto;
    padding: 0px 30px;
  }

  .main .main-box p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    height: 100%;
    font-size: 22px;
    line-height: 28px;
    padding-right: 20px;
  }

  .main-cont {
    position: relative;
    margin-top: 30px;
    width: auto;
    height: auto;
    padding: 0px 20px;
  }

  .main-cont .cont-box {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .main-cont .main-icon {
    flex-flow: wrap;
  }

  .main-cont .icon-box {
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 33%;
    height: auto;
  }

  .icon-box img {
    width: 50px;
  }

  .icon-box p {
    color: #4a4a4a;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 4px;
  }

  .cont-box .brain-box {
    background-image: url(../images/contents/main_banner01.png);
    background-repeat: no-repeat;
    background-position: bottom -30px center;
    background-size: 100% 100%;
    position: relative;
    width: auto;
    margin-right: 0px;
    height: 200px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
  }

  .brain-box p {
    padding: 32px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
  }

  .cont-box .puzzle-box {
    background-image: url(../images/contents/main_banner02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: relative;
    flex: auto;
    width: auto;
    height: 160px;
    padding: 20px 20px;
  }

  .cont-box .board-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }

  .cont-box .board-wrap + .board-wrap {
    margin-left: 0px;
    margin-top: 30px;
  }

  .tit-wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
  }

  .gallery-wrap {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #ffce77;
  }

  .gallery-wrap .main-gallery {
    padding: 20px 20px;
    text-align: right;
    width: auto;
  }

  .gallery-wrap .main-gallery .black-txt {
    font-size: 16px;
    line-height: 24px;
    font-family: serif;
    letter-spacing: 1px;
    padding: 0px 0px;
  }

  .gallery-wrap .slider-wrap {
    background-color: #f3f3f3;
    padding: 26px 20px;
    text-align: left;
    width: auto;
    height: auto;
    text-align: center;
  }

  .main-cont .main-board {
    flex-direction: column;
  }

  .grid-5 {
    width: 20%;
  }

  .grid-2 {
    width: 50%;
  }

  .h2-tit {
    font-size: 18px;
    line-height: 26px;
    color: #4a4a4a;
  }

  .slim {
    font-weight: 700;
  }

  .link {
    text-decoration: underline;
  }

  .txt {
    color: #4a4a4a;
  }

  .line-btn {
    border: 1px #4a4a4a solid;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #4a4a4a;
    position: absolute;
    bottom: 20px;
  }

  .more-btn {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #4a4a4a;
    padding: 0px 10px;
  }

  .list-wrap {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
    position: relative;
  }

  .list-wrap ul {
  }

  .list-wrap ul li {
    padding: 6px 10px;
    border-bottom: 1px #ddd solid;
    display: flex;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
  }

  .list-wrap ul li .date {
    width: 80px;
    text-align: right;
  }

  .main-cont .list-wrap ul li a {
    flex: 1;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .comp {
    position: relative;
    padding-bottom: 40px;
  }

  .comp:last-child {
    padding-bottom: 0px;
  }

  .grid-comp {
    display: flex;
    flex-direction: column;
  }

  .left-cont {
    flex: 1;
  }

  .right-cont {
    margin: 20px 30px;
  }

  .img-box {
    max-width: 280px;
  }

  .img-box img {
    width: 100%;
  }

  .sub-bg {
    width: 100%;
    min-width: auto;
    height: 170px;
    position: relative;
    background-image: url(../images/layout/sub_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }

  .page-nav {
    width: 100%;
    height: 50px;
    position: relative;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }

  .nav-box {
    width: 100%;
    height: 50px;
    position: relative;
    margin: 0 auto;
    display: flex;
  }

  .nav-home {
    width: 56px;
    height: 50px;
    border-left: 1px #ddd solid;
  }

  .nav-home img {
    width: 100%;
  }

  .nav-select {
    width: auto;
    min-width:unset;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 1px #ddd solid;
    padding: 0px 15px 0px 5px;
    background-position: right 0px center;
    font-size: 12px;
    line-height: 48px;
    color: #4a4a4a;
  }

  .nav-select.lg {
    flex: 1;
    width: auto;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
  }

  #sub-page {
    width: auto;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0px 12px;
  }

  .sub-tit {
    width: auto;
    position: relative;
    display: flex;
    margin: 40px auto 12px auto;
    padding: 0px 12px 10px 12px;
    border-bottom: 1px #ddd solid;
  }

  .h1-tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #222222;
  }

  .tab-ui {
    position: relative;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .tab-ui li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: #ffffff;
    border: 1px #4a4a4a solid;
    padding: 8px 18px;
    border-radius: 30px;
    margin-right: 6px;
    margin-bottom: 8px;
  }

  .tab-ui li:last-child {
    margin-right: 0px;
  }

  .tab-ui li a {
    display: block;
    color: #4a4a4a;
  }

  .tab-ui li.on {
    background: #63d7e8;
    border: 1px #63d7e8 solid;
  }

  .tab-ui li.on a {
    color: #ffffff;
  }

  .h3-tit {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #222222;
    padding-left: 24px;
    margin-bottom: 10px;
    position: relative;
  }

  .h3-tit::before {
    display: inline-block;
    content: "";
    background: url(../images/layout/tit_ico.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 19px;
  }

  .h4-tit {
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    color: #222;
  }

  .light-txt {
    padding: 0px 0px 18px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #5ba8b3;
  }

  .comp .txt {
    padding: 0px 0px 18px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #777;
  }

  .border-wrap {
    padding: 0px 0px 0px 24px;
    display: flex;
    flex-flow: wrap;
  }

  .border-box {
    border: 2px #63d7e8 dashed;
    border-radius: 20px;
    min-height: auto;
    padding: 20px 20px;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .border-box:last-child {
    margin-right: 0px;
  }

  .border-box .light-txt {
    padding: 0px 0px 0px 0px;
    line-height: 30px;
  }

  .border-box .txt {
    padding: 0px 0px 0px 0px;
    line-height: 20px;
  }

  .grid-3 {
    width: 100%;
  }

  .list-img {
    display: none;
  }

  .comp dl {
    padding: 0px 0px 0px 24px;
  }

  .comp dl dt {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #4a4a4a;
  }

  .comp dl dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
  }

  .img-full {
    padding-left: 24px;
    width: auto;
  }

  .img-full img {
    width: 100%;
  }

  .search-wrap {
    position: relative;
    padding: 0px 0px;
    background: #fff;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }

  .search-wrap > * {
    margin-bottom: 12px;
  }

  .search-wrap .select {
    width: 100%;
    border: 1px #ddd solid;
    padding: 0px 20px;
    background-position: right 18px center;
    font-size: 14px;
    line-height: 42px;
    color: #4a4a4a;
    margin-right: 10px;
  }

  .search-wrap .input {
    flex: 1;
    width: auto;
    border: 1px #ddd solid;
    padding: 0px 20px;
    background-position: right 18px center;
    font-size: 14px;
    line-height: 42px;
    color: #4a4a4a;
    margin-right: 0px;
  }

  .search-wrap .search-btn {
    background: #63d7e8;
    border: 1px #63d7e8 solid;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    width: auto;
  }

  .total-wrap {
    position: relative;
    margin-bottom: 12px;
  }

  .total-wrap p {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #4a4a4a;
  }

  #sub-page .list-wrap ul li {
  }

  #sub-page .list-wrap ul li.title {
    background: #f3f3f3;
  }

  #sub-page .list-wrap ul li.title .num,
  #sub-page .list-wrap ul li.title .date,
  #sub-page .list-wrap ul li.title .tit,
  #sub-page .list-wrap ul li.title .name,
  #sub-page .list-wrap ul li.title .tel {
    color: #4a4a4a;
    font-weight: 800;
    text-align: center;
  }

  #sub-page .list-wrap ul li .date {
    width: 18%;
    text-align: center;
    display: none;
  }

  #sub-page .list-wrap ul li .name,
  #sub-page .list-wrap ul li .tel {
    width: 22%;
    text-align: center;
  }

  #sub-page .list-wrap ul li .num {
    width: 15%;
    text-align: center;
  }

  #sub-page .list-wrap ul li .tit {
    flex: 1;
  }

  #sub-page .form-wrap {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
    position: relative;
  }

  #sub-page .form-wrap ul {
    display: flex;
    flex-flow: wrap;
  }

  #sub-page .form-wrap ul li {
    padding: 7px 20px;
    border-bottom: 1px #ddd solid;
    display: flex;
    width: 100%;
    color: #777777;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    flex-flow: wrap;
  }

  #sub-page .form-wrap ul li .label {
    width: 100%;
    font-weight: 700;
    color: #222;
  }

  #sub-page .form-wrap ul li.grid-2 {
    padding: 7px 20px;
    width: 100%;
  }

  #sub-page .form-wrap ul li.grid-2 .label {
    padding: 0px 10px 0px 0px;
    width: auto;
  }

  #sub-page .form-wrap ul li.grid-2 .date {
    padding: 0px 0px;
  }

  #sub-page .form-wrap ul li.title {
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    color: #4a4a4a;
  }

  #sub-page .form-wrap ul li.pre .label,
  #sub-page .form-wrap ul li.next .label {
    padding: 0px 14px 0px 0px;
  }

  .editor-wrap {
    display: block;
    position: relative;
    padding: 0px 0px;
    min-height: 400px;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .editor-wrap img {
    width: 100%;
  }

  .btn-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .btn-wrap .btn {
    padding: 10px 26px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-right: 10px;
  }

  .btn-wrap .btn:last-child {
    margin-right: 0px;
  }

  .upload {
    font-size: 14px;
  }

  .list-wrap ul li.faq-wrap {
    height: auto;
    position: relative;
    padding: 0px 0px;
    flex-direction: column;
  }

  .list-wrap ul li.faq-wrap .tit {
    text-align: left;
    font-weight: 700;
    padding: 7px 14px;
    cursor: pointer;
  }

  .list-wrap ul li.faq-wrap .answer-wrap {
    display: none;
    background-color: #f3f3f3;
    padding: 20px 20px;
    height: auto;
    overflow: hidden;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 24px;
  }

  .list-wrap ul li.faq-wrap.on {
    flex-direction: column;
  }

  .gallery-list {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
    position: relative;
  }

  .gallery-list ul {
    display: flex;
    flex-flow: wrap;
    padding: 40px 0px 0px 0px;
  }

  .gallery-list ul li {
    width: 48%;
    height: auto;
    position: relative;
    cursor: pointer;
    margin-right: 4%;
    padding: 0px 0px 30px 0px;
  }

  .gallery-list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .gallery-list ul li:nth-child(3n) {
    margin-right: 4%;
  }

  .gallery-list ul li:nth-child(4n) {
    margin-right: 0;
  }

  .gallery-list ul li:nth-child(6n) {
    margin-right: 0;
  }

  .gallery-list ul li .img-box {
    max-width: 100%;
    border: 1px #ddd solid;
  }

  .gallery-list ul li a {
  }

  .gallery-list ul li .tit {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 0px 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }

  .form-wrap .img-box {
    max-width: 100%;
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 0px;
  }

  .default-box {
    text-align: center;
    border-right: 0px #ddd dashed;
    border-bottom: 1px #ddd dashed;
    display: flex;
  }

  .default-box:last-child {
    margin-right: 0%;
    border-right: 0px #ddd dashed;
    border-bottom: 0px #ddd dashed;
  }

  .default-box .img-box {
    max-width: 130px;
    display: inline-block;
  }

  .default-box .light-txt {
    text-align: center;
    padding: 10px 0px;
  }

  .default-box .txt,
  .default-box .flex {
    text-align: left;
    padding: 0px 10px;
  }

  .default-box.grid-3 {
    width: 100%;
    padding: 14px 0px;
  }

  .default-box .box {
    flex: 1;
    text-align: left;
  }

  .default-box .light-txt {
    text-align: left;
  }

  .grid-6 {
    width: 100%;
  }

  .comp .grid-comp {
    margin-top: 20px;
  }

  .input.mid {
    width: 100%;
  }

  .noti {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 16px;
  }

  .noti::before {
    display: block;
    position: absolute;
    content: "*";
    left: 0;
    font-size: 18px;
  }

  .column {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .column .txt {
    padding: 0px 0px 18px 40px;
  }

  .fs * {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  textarea.textarea {
    height: 140px;
    padding: 12px 12px;
    font-size: 14px;
  }

  .login-comp {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 30px;
  }

  .login-comp > * {
    margin-bottom: 20px;
  }

  .login-form {
    position: relative;
  }

  .login-form .label {
    display: block;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #4a4a4a;
  }

  .login-form .input {
    display: block;
    width: 93%;
    border: 1px #ddd solid;
    padding: 0px 14px;
    font-size: 14px;
    line-height: 46px;
    color: #4a4a4a;
  }

  .login-comp .login-btn {
    display: block;
    background: #63d7e8;
    border: 1px #63d7e8 solid;
    width: 100%;
    height: 46px;
    font-size: 14px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
  }

  .login-comp .join-btn {
    display: block;
    background: #222;
    border: 1px #222 solid;
    width: 100%;
    height: 46px;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
  }

  .login-comp .link {
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    color: #63d7e8;
    margin-right: 20px;
  }

  .login-comp .txt {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0px;
    color: #777;
  }

  .login-comp .check {
    margin: 0px 0px 30px 0px;
    display: block;
  }

  .join-step {
    position: relative;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .join-step li {
    text-align: center;
    position: relative;
    width: 33%;
  }

  .join-step li::after {
    display: block;
    content: "";
    border-bottom: 2px #ccc dashed;
  }

  .join-step li p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #ccc;
    padding: 6px 0px 12px 0px;
  }

  .join-step li p strong {
    font-weight: 800;
    padding-right: 10px;
  }

  .join-step li .ico {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/common/check_off.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .join-step li.on {
  }

  .join-step li.on::after {
    display: block;
    content: "";
    border-bottom: 2px #63d7e8 dashed;
  }

  .join-step li.on .ico {
    background: url(../images/common/check_ico.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .join-step li.on p {
    color: #63d7e8;
  }

  .h5-tit {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
  }

  .join-comp {
  }

  .join-comp .check {
    margin: 0 0;
    padding-top: 14px;
    position: relative;
    display: block;
  }

  .join-cont {
    position: relative;
    border: 1px #ddd solid;
    padding: 20px 20px;
    height: 300px;
    overflow-y: auto;
  }

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

  .join-ok .img-box {
    display: inline-block;
    text-align: center;
    width: 44px;
    margin: 30px 0px;
  }

  .history-wrap {
    position: relative;
    padding: 20px 0px 20px 30px;
  }

  .history-wrap ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
  }

  .history-wrap ul li {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    padding-bottom: 30px;
  }

  .history-wrap ul li.left {
    text-align: left;
    border-right: 0px #bbb dashed;
    border-left: 1px #bbb dashed;
    padding-right: 0px;
    flex-direction: row;
    padding-left: 14px;
  }

  .history-wrap ul li.left::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #63d7e8;
    position: absolute;
    right: 0px;
    left: -10px;
    z-index: 2;
  }

  .history-wrap ul li.right::before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background-color: #63d7e8;
    position: absolute;
    left: -10px;
    z-index: 2;
  }

  .history-wrap ul li.left > dl {
    padding: 0px 0px 0px 10px;
    position: relative;
  }

  .history-wrap ul li.left > dl dt {
    position: relative;
    padding-right: 0px;
    padding-left: 16px;
  }

  .history-wrap ul li.left > dl dd {
    padding-right: 0px;
    padding-left: 16px;
  }

  .history-wrap ul li.left > dl dt::after {
    display: block;
    content: "-";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
  }

  .history-wrap ul li.right {
    text-align: left;
    border-left: 1px #bbb dashed;
    padding-left: 20px;
  }

  .history-wrap ul li.right > dl {
    padding: 0px 0px 0px 12px;
    position: relative;
  }

  .history-wrap ul li.right > dl dt {
    position: relative;
    padding-left: 16px;
  }

  .history-wrap ul li.right > dl dd {
    padding-left: 16px;
  }

  .history-wrap ul li.right > dl dt::after {
    display: block;
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }

  .history-wrap ul li:nth-child(5) {
    margin-top: 0px;
  }

  .history-wrap ul li:nth-child(7) {
    margin-top: 0px;
  }

  .history-wrap ul li:nth-child(8) {
    margin-top: 0px;
    right: 0px;
  }

  .history-wrap ul li:nth-child(9) {
    margin-top: 0px;
    left: 0px;
  }

  .history-wrap ul li:nth-child(10) {
    margin-top: 0px;
    right: 0px;
  }

  .h6-tit {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #222222;
    padding-left: 28px;
    margin: 18px 20px;
    position: relative;
  }

  .h6-tit::before {
    display: inline-block;
    content: "";
    background: url(../images/layout/sub_ico.png) left center no-repeat;
    background-size: 85%;
    position: absolute;
    left: 0;
    top: -2px;
    width: 32px;
    height: 30px;
  }

  .img-grid {
    position: relative;
    padding: 0px 10px 0px 40px;
    display: flex;
    flex-flow: wrap;
  }

  .img-grid .img-wide {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px #ddd solid;
    text-align: center;
    padding: 24px 0px;
    margin-bottom: 20px;
  }

  .img-grid .img-box {
    max-width: 100%;
    width: 30%;
    text-align: center;
    padding: 20px 0px;
    background: #fff;
    border: 1px #ddd solid;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .img-grid > .img-box:nth-child(4n),
  .img-grid > .img-box:nth-child(7n) {
    margin-right: 0px;
  }

  .img-grid .img-wide img {
    max-height: 30px;
  }

  .img-grid img {
    max-height: 24px;
    width: auto;
  }

  .comp-box .grid-comp {
    margin-top: 12px;
  }

  .page-list {
    margin: 0px 0px 0px 30px;
  }

  .gallery-list.page-list ul li {
    width: 48%;
  }

  .pop-wrap {
    z-index: 1000;
    border: 1px #6e6e6e solid;
    position: fixed;
    background: #fff;
    width: 90%;
  }

  .pop-header {
    width: auto;
    height: 50px;
    position: relative;
    padding: 0px 12px;
    background: #63d7e8;
  }

  .pop-header .tit {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
  }

  .pop-header .close {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
  }

  .pop-header .close img {
    width: 25px;
  }

  .pop-footer {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    padding: 0px 12px 12px 12px;
  }

  .pop-container {
    width: auto;
    min-height: 300px;
    height: auto;
    overflow-y: auto;
    position: relative;
    margin: 12px 12px;
  }

  .gallery-view {
    margin: 0px 0px 0px 30px;
    position: relative;
  }

  .gallery-view ul {
    display: flex;
    flex-flow: wrap;
  }

  .gallery-view ul li {
    width: 31%;
    border: 1px #ddd solid;
  }

  .default-box.padding-box {
    padding: 0px 0px;
    width: 49.4%;
  }

  .default-box.padding-box .img-box {
    max-width: 110px;
  }

  .tb-wrap {
    position: relative;
    margin: 0px 30px;
  }

  .vertical-tb tbody th {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1px #ddd solid;
    background-color: #eee;
    color: #4a4a4a;
    text-align: center;
  }

  .vertical-tb tbody td {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px #ddd solid;
    background-color: #fff;
    color: #777;
    text-align: left;
  }

  .horizon-tb thead th {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    background-color: #eee;
    color: #4a4a4a;
    text-align: center;
  }

  .horizon-tb tbody td {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    background-color: #fff;
    color: #777;
    text-align: center;
  }

  .gallery-img:first-child {
    margin-right: 0px;
  }
}
