@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "SuncheonB";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202-2@1.0/SuncheonB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-4Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-5Medium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.subscribe_wrap, .news_list_wrap, .type_colum .news_cont .colum, .type_main .img_area span, .type_main .img_area, .news_cont {
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .subscribe_wrap, .news_list_wrap, .type_colum .news_cont .colum, .type_main .img_area span, .type_main .img_area, .news_cont {
    border-radius: 10px;
  }
}

.subscribe_wrap .title_info .title, .news_list_wrap .title_info .title, .news_cont .title_area .title {
  font-size: 30px;
  font-family: "SuncheonB";
}
@media all and (max-width: 768px) {
  .subscribe_wrap .title_info .title, .news_list_wrap .title_info .title, .news_cont .title_area .title {
    font-size: 4.5833333333vw;
  }
}

.quick_button, .alarm_wrap ul li a:after, .alarm_wrap ul li a, .side_menu_list .close, .side_menu_list, .side_menu_wrap .bg, .side_menu_wrap .menu ul li .link a:before, .news_list_wrap .news_list li .block, .colum, .news_cont .desc_wrap, .type_main .news_cont .title_area .title span,
.type_main .news_cont .img_area span, .type_main .news_cont .title_area .title,
.type_main .news_cont .img_area, .gnb_wrap ul li a {
  transition: all 0.3s ease-in-out;
}

.news_cont, .alarm_wrap ul li a:after, .news_cont .desc_wrap:after {
  transition: all 0.6s ease-in-out;
}

.news_cont .desc_wrap:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.19 54.19'%3E%3Cdefs%3E%3Cstyle%3E.plus{fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:5px;}%3C/style%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cline class='plus' y1='27.1' x2='54.19' y2='27.1'%3E%3C/line%3E%3Cline class='plus' x1='27.1' y1='54.19' x2='27.1'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.alarm_wrap ul li a:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.19 54.19'%3E%3Cdefs%3E%3Cstyle%3E.plus{fill:none;stroke:%2361c4d2;stroke-miterlimit:10;stroke-width:5px;}%3C/style%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cline class='plus' y1='27.1' x2='54.19' y2='27.1'%3E%3C/line%3E%3Cline class='plus' x1='27.1' y1='54.19' x2='27.1'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
}

@-webkit-keyframes ico_y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes ico_y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes ico_y2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ico_y2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.subscribe_wrap {
  display: flex;
}
@media all and (max-width: 768px) {
  .subscribe_wrap {
    display: block;
  }
}

.news_list_wrap .news_list {
  display: flex;
}
@media all and (max-width: 960px) {
  .news_list_wrap .news_list {
    display: block;
  }
}

.news_list_wrap {
  display: flex;
}
@media all and (max-width: 1280px) {
  .news_list_wrap {
    display: block;
  }
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

a, button, label {
  cursor: pointer;
}

body,
html {
  height: 100%;
  font-family: "S-CoreDream-5Medium";
  font-size: 16px;
}

body {
  background-color: #f8f8f8;
}
body.sub {
  background-color: #fff;
}

.main_container {
  max-width: 1400px;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  .main_container {
    padding: 0 4.1666666667vw;
  }
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bdbdbd;
}

::-moz-placeholder {
  color: #bdbdbd;
}

::placeholder {
  color: #bdbdbd;
}

img {
  max-width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #000;
  color: #fff;
  height: 100px;
}
@media all and (max-width: 768px) {
  header {
    height: 16.6666666667vw;
  }
}
header a {
  color: #fff;
}
header h1 {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  header h1 {
    left: 5.5555555556vw;
    font-size: 5.1388888889vw;
  }
}
header .side_wrap {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  header .side_wrap {
    right: 5.5555555556vw;
  }
}
@media all and (max-width: 768px) {
  header .side_wrap .ico_before,
header .side_wrap .ico_subscribe {
    display: none;
  }
}

.gnb_wrap {
  text-align: center;
}
@media all and (max-width: 1280px) {
  .gnb_wrap {
    display: none;
  }
}
.gnb_wrap > ul {
  display: inline-block;
  margin-left:-5vw;
}
.gnb_wrap > ul > li {
	/* position:relative; */
  display: inline-block;
}
.gnb_wrap > ul > li > .sub_menu {
	display:none;
	position:absolute;
	left:50%;
	  transform: translateX(-50%);

}
.gnb_wrap > ul > li > .sub_menu.on {
	display:block;
	  animation: move .5s;
	  animation-fill-mode: forwards;
}

@keyframes move {
  from {
	transform: translate(-50%, -25px);
  }
  to {
	transform: translate(-50%, -20px);
  }
}

.gnb_wrap > ul > li > .sub_menu ul {
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
	border-radius:15px;
	padding:10px 0;

}.gnb_wrap > ul > li > .sub_menu.on  ul {
}

.gnb_wrap > ul > li > .sub_menu a {
    padding: 5px 24px;
    line-height: 1.4;
    font-size: 1.1rem;
    color: #222;
    display: block;
    white-space: nowrap;
}
.gnb_wrap > ul > li > .sub_menu a:hover {
	color:#538edf;
}
.gnb_wrap > ul > li > a {
  display: block;
  padding: 0px 3vw;
  line-height: 100px;
  font-size: 20px;
  font-family: "Noto Sans KR", sans-serif;
}
.gnb_wrap > ul > li.active > a, .gnb_wrap > ul > li > a:hover {
  color: #33d9f0;
  transform: translateY(-5px);
}
.gnb_wrap > ul > li.active > a .sub_menu {
	display:block;
}

.side_wrap a {
  vertical-align: top;
  line-height: 18px;
  padding: 0 15px;
}
.side_wrap a:before {
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.side_wrap a:hover {
  color: #33d9f0;
}
.side_wrap a:hover:before {
  -webkit-animation: ico_y 0.5s infinite;
          animation: ico_y 0.5s infinite;
}
.ico_before:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-image: url(/webzine/common/image_base/ico_before.png);
}

.ico_subscribe:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-image: url(/webzine/common/image_base/ico_subscribe.png);
}

.visual_wrap {
  display: flex;
  justify-content: center;
  height: auto;
  margin-top: 100px;
  background-image: url(/webzine/202206/images/content/visual.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media all and (max-width: 768px) {
  .visual_wrap {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
    padding-bottom: 13.1944444444vw;
    margin-top: 16.6666666667vw;
    padding-top: 6.9444444444vw;
    padding-bottom: 6.9444444444vw;
    height: auto;
    word-break: keep-all;
    background-image: url("../images/content/visual_m.png");
  }
}
.visual_wrap .title_info_area {
  display: inline-block;
}
.visual_wrap .title_info_area .type_vol span {
  color: #008193;
  font-size: 20px;
}
@media all and (max-width: 768px) {
  .visual_wrap .title_info_area .type_vol span {
    font-size: 2.7777777778vw;
  }
}
.visual_wrap .type_month {
  position: absolute;
  left: 60px;
  top: 160px;
  background-color: #33d9f0;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  line-height: 26px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-animation: ico_y2 2s ease-in-out infinite;
          animation: ico_y2 2s ease-in-out infinite;
}
@media all and (max-width: 768px) {
  .visual_wrap .type_month {
    display: none;
  }
}
.visual_wrap .type_month span {
  display: block;
}
.visual_wrap .type_month span.month {
  font-size: 30px;
}
.visual_wrap .type_month span.year {
  font-size: 14px;
}
.visual_wrap .title {
  font-size: 64px;
  letter-spacing: -1px;
  margin-top: 40px;
  font-family: "SuncheonB";
  line-height:1;
}
@media all and (max-width: 768px) {
  .visual_wrap .title {
    font-size: 8.0555555556vw;
    line-height: 11.25vw;
    margin-top: 2.0833333333vw;
  }
}
.visual_wrap .desc_area {
  font-size: 17px;
  line-height: 33px;
  max-width: 910px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 2.7777777778vw;
  word-break: keep-all;
}
@media all and (max-width: 768px) {
  .visual_wrap .desc_area {
    margin-top: 4.8611111111vw;
    font-size: 3.0555555556vw;
    letter-spacing: -1px;
    line-height: 5.5555555556vw;
  }
}
@media all and (max-width: 330px) {
  .visual_wrap .desc_area {
    line-height: 5.5555555556vw;
  }
}
.visual_wrap .desc_area .point {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "SuncheonB";
}
@media all and (max-width: 768px) {
  .visual_wrap .desc_area .point {
    margin-bottom: 4.1666666667vw;
    font-size: 4.1666666667vw;
  }
}
.visual_wrap .desc_area .exp {
  font-family: "S-CoreDream-4Regular";
}
.visual_wrap .desc_area .exp span {display:block;}
@media all and (max-width: 768px) {
  .web {
    display: none;
  }
	.visual_wrap .desc_area .exp  {text-align: justify;}
	.visual_wrap .desc_area .exp span {display:inline;}
}

.mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.news_wrap {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 80px;
}
.news_wrap:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 768px) {
  .news_wrap {
    margin-top: 8.3333333333vw;
  }
}

a.news_cont {
  display: block;
}
a.news_cont:hover {
  box-shadow: 13px 0 29px rgba(56, 77, 80, 0.23);
  transform: translateY(-10px);
}
.cont_meet a.news_cont:hover {
  background-color: #61c4d2;
}
.cont_meet a.news_cont:hover .desc_wrap {
  color: #fff;
}
.cont_meet a.news_cont:hover .desc_wrap::after {
  transform: rotate(360deg);
}
.cont_put a.news_cont:hover {
  background-color: #75a6f0;
}
.cont_put a.news_cont:hover .desc_wrap {
  color: #fff;
}
.cont_put a.news_cont:hover .desc_wrap::after {
  transform: rotate(360deg);
}
.cont_unfold a.news_cont:hover {
  background-color: #74d1b6;
}
.cont_unfold a.news_cont:hover .desc_wrap {
  color: #fff;
}
.cont_unfold a.news_cont:hover .desc_wrap::after {
  transform: rotate(360deg);
}
.cont_meet a.news_cont:hover .teg_area .teg_exp {
  color: #0d8595;
}
.cont_put a.news_cont:hover .teg_area .teg_exp {
  color: #2f73d7;
}
.cont_unfold a.news_cont:hover .teg_area .teg_exp {
  color: #2aae87;
}

.news_cont {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.type_main .news_cont {
  overflow: visible;
}
.type_main .news_cont:hover {
  box-shadow: none;
  transform: none;
}
.type_main .news_cont:hover .img_area {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
.type_main .news_cont:hover .img_area > span {
  background-size: 120%;
}
@media all and (max-width: 768px) {
  .type_main .news_cont:hover .img_area > span {
    background-size: cover;
  }
}
.type_main .news_cont {
  background-color: transparent;
}
.type_colum .news_cont {
  overflow: visible;
  background-color: transparent;
}
.type_colum .news_cont:hover {
  box-shadow: none;
  transform: none;
}
.news_cont .play .img_area {
  position: relative;
}
.news_cont .play .img_area:after {
  content: "";
  width: 73px;
  height: 73px;
  display: block;
  background-image: url(/webzine/common/image_base/btn_play.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 768px) {
  .news_cont .play .img_area:after {
    width: 50px;
    height: 50px;
    background-size: contain;
  }
}
.news_cont .img_area {
  position: relative;
}
.news_cont .img_area span {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_cont .img_area img {
  width: 100%;
}
.news_cont .teg_area .teg {
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 17px;
  font-family: "S-CoreDream-4Regular";
}
@media all and (max-width: 768px) {
  .news_cont .teg_area .teg {
    font-size: 2.6388888889vw;
    line-height: 4.7222222222vw;
    padding: 0 2.7777777778vw;
  }
}
.cont_quest .news_cont .teg_area .teg {
  background-color: #f05521;
  color: #fff;
}
.cont_point .news_cont .teg_area .teg {
  background-color: #f1cc3b;
  color: #fff;
}
.cont_meet .news_cont .teg_area .teg {
  background-color: #2baec0;
  color: #fff;
}
.cont_put .news_cont .teg_area .teg {
  background-color: #5d98f0;
  color: #fff;
}
.cont_unfold .news_cont .teg_area .teg {
  background-color: #5ac8a8;
  color: #fff;
}
.news_cont .teg_area .teg_exp {
  font-family: "S-CoreDream-4Regular";
}
.cont_quest .news_cont .teg_area .teg_exp {
  color: #f05521;
}
.cont_point .news_cont .teg_area .teg_exp {
  color: #f1cc3b;
}
.cont_meet .news_cont .teg_area .teg_exp {
  color: #2baec0;
}
.cont_put .news_cont .teg_area .teg_exp {
  color: #5d98f0;
}
.cont_unfold .news_cont .teg_area .teg_exp {
  color: #5ac8a8;
}
.news_cont .title_area .title {
  letter-spacing: -1px;
  word-break: keep-all;
  line-height: 1.3;
}
@media all and (max-width: 768px) {
  .news_cont .title_area .title {
    font-size: 4.1666666667vw;
    line-height: 5.5555555556vw;
  }
}
.news_cont .title_area .s_title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media all and (max-width: 768px) {
  .news_cont .title_area .s_title {
    font-size: 2.7777777778vw;
    letter-spacing: -1px;
  }
}
.news_cont .desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: "S-CoreDream-4Regular";
  opacity: 0.6;
}
@media all and (max-width: 1280px) {
  .news_cont .desc {
    display: none;
  }
}
.news_cont .desc_wrap {
  position: relative;
  box-sizing: border-box;
  padding: 42px 70px;
  color: #262626;
  word-break: keep-all;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media all and (max-width: 1280px) {
  .news_cont .desc_wrap {
    padding: 2.7777777778vw 4.1666666667vw;
  }
}
@media all and (max-width: 768px) {
  .news_cont .desc_wrap {
    padding: 4.1666666667vw 5.5555555556vw;
  }
  .news_cont .desc_wrap .teg_exp {
    display: block;
    margin-top: 1.3888888889vw;
    font-size: 2.3611111111vw;
    font-family: "S-CoreDream-5Medium";
  }
  .type_main .news_cont .desc_wrap .teg_exp {
    font-size: 3.3333333333vw;
  }
}
.news_cont .desc_wrap:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media all and (max-width: 768px) {
  .news_cont .desc_wrap:after {
    display: none;
  }
}
.type_main .news_cont .desc_wrap:after {
  display: none;
}
.type_colum .news_cont .desc_wrap {
  padding: 50px 45px;
}
@media all and (max-width: 768px) {
  .type_colum .news_cont .desc_wrap {
    padding: 4.1666666667vw;
  }
}
.type_main .news_cont .desc_wrap {
  background-color: transparent;
  padding-top: 30px;
}
.type_main .news_cont .desc_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
@media all and (max-width: 768px) {
  .type_main .news_cont .desc_wrap {
    padding: 4.1666666667vw 1.3888888889vw;
  }
}
.news_cont .desc_wrap .teg_area {
  margin-bottom: 20px;
  word-break: keep-all;
}
@media all and (max-width: 768px) {
  .news_cont .desc_wrap .teg_area {
    width: 100%;
    padding: 0 1.3888888889vw;
    margin-bottom: 2.7777777778vw;
  }
}
.news_cont .desc_wrap .title_area {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .news_cont .desc_wrap .title_area {
    margin-bottom: 0;
  }
}
.type_main .news_cont .desc_wrap .title_area {
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .type_main .news_cont .desc_wrap .title_area {
    margin-bottom: 3.4722222222vw;
  }
}
.news_cont .desc_wrap .title_area .title {
  min-height: 81px;
  margin-bottom: 15px;
}
.news_cont .desc_wrap .title_area .title span {display:block;}
@media all and (max-width: 768px) {
  .news_cont .desc_wrap .title_area .title {
    min-height: 11.25vw;
    margin-bottom: 2.0833333333vw;
  }
	.news_cont .desc_wrap .title_area .title span {display:inline;}
}
.colum {
  background-color: #fff;
  vertical-align: top;
}
.colum:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.cont_point .colum:hover {
  background-color: #fee37c;
}
.cont_point .colum:hover .teg_area .teg_exp {
  color: #daae00;
}
.cont_meet .colum:hover {
  background-color: #61c4d2;
}
.cont_meet .colum:hover .desc_wrap {
  color: #fff;
}
.cont_meet .colum:hover .teg_area .teg_exp {
  color: #0d8595;
}
.colum:hover .desc_wrap::after {
  transform: rotate(180deg);
}

.type_main {
  position: relative;
  margin-top: 80px;
}
@media all and (max-width: 768px) {
  .type_main {
    margin-top: 8.3333333333vw;
  }
}
.type_main .img_area {
  overflow: hidden;
}
.type_main .img_area > span {
  background-size: cover;
}
.type_main .img_area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.type_main .img_area span {
  overflow: hidden;
  background-size: 100%;
}
@media all and (max-width: 768px) {
  .type_main .img_area span {
    background-size: cover;
  }
}
.type_main .teg_area {
  text-align: center;
}
@media all and (max-width: 768px) {
  .type_main .teg_area {
    top: 7.6388888889vw;
  }
}
.type_main .teg_area span {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .type_main .teg_area span {
    margin-bottom: 1.3888888889vw;
  }
}
.type_main .title_area .title {
  color: #fff;
  font-size: 44px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 768px) {
  .type_main .title_area .title {
    font-size: 5.5555555556vw;
    top: 22.2222222222vw;
    line-height: 7.6388888889vw;
    padding: 0 5.5555555556vw;
  }
}
.type_main .desc_wrap {
  text-align: center;
}
.type_main .desc_wrap .desc,
.type_main .desc_wrap .s_title {
  font-size: 20px;
  max-width: 960px;
  margin: 0 auto;
  word-break: keep-all;
  opacity: 1;
}
@media all and (max-width: 768px) {
  .type_main .desc_wrap .desc,
.type_main .desc_wrap .s_title {
    font-size: 3.3333333333vw;
    display: block;
  }
}
@media all and (max-width: 768px) {
  .type_main .desc_wrap .desc {
    display: none !important;
  }
}

@media all and (max-width: 330px) {
  .type_colum {
    margin-top: 0 !important;
  }
}
.type_colum .news_cont {
  display: flex;
  justify-content: space-between;
}
.type_colum .news_cont .colum {
  width: 47%;
  overflow: hidden;
}
@media all and (max-width: 330px) {
  .type_colum .news_cont {
    display: block;
    width: 100%;
  }
  .type_colum .news_cont .colum {
    width: 100%;
    margin-top: 8.3333333333vw;
  }
}

.type_row_right .news_cont {
  display: flex;
  flex-direction: row;
}
.type_row_right .news_cont .img_area {
  flex: 1 1 50%;
  order: 1;
}
.type_row_right .news_cont .desc_wrap {
  flex: 1 1 50%;
  order: 2;
  max-width: 50%;
}
@media all and (max-width: 330px) {
  .type_row_right .news_cont {
    display: block;
  }
  .type_row_right .news_cont img.mobile {
    height: 63vw;
  }
  .type_row_right .news_cont .desc_wrap,
.type_row_right .news_cont .img_area {
    flex: none;
    display: block;
    max-width: none;
  }
}

.type_row_left .news_cont {
  display: flex;
  flex-direction: row;
}
.type_row_left .news_cont .img_area {
  flex: 1 1 50%;
  order: 2;
}
.type_row_left .news_cont .desc_wrap {
  flex: 1 1 50%;
  order: 1;
  max-width: 50%;
}
@media all and (max-width: 330px) {
  .type_row_left .news_cont {
    display: block;
  }
  .type_row_left .news_cont img.mobile {
    height: 63vw;
  }
  .type_row_left .news_cont .desc_wrap,
.type_row_left .news_cont .img_area {
    flex: none;
    display: block;
    max-width: none;
  }
}

.news_list_wrap {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 50px;
  background-color: #f0f0f0;
  padding: 50px;
}
@media all and (max-width: 960px) {
  .news_list_wrap {
    margin: 10vw 0;
    padding: 6.9444444444vw 4.8611111111vw;
  }
}
.news_list_wrap .title_info {
  position: relative;
  width: 120px;
  flex: 0 0 210px;
}
@media all and (max-width: 1280px) {
  .news_list_wrap .title_info {
    width: auto;
    margin-bottom: 2.0833333333vw;
  }
}
.news_list_wrap .title_info .sm {
  display: block;
  color: #9b9b9b;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .news_list_wrap .title_info .sm {
    font-size: 2.7777777778vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media all and (max-width: 768px) {
  .news_list_wrap .title_info .title {
    font-size: 4.5833333333vw;
  }
}
.news_list_wrap .title_info a {
  position: absolute;
  bottom: 0;
  font-family: "S-CoreDream-4Regular";
  font-size: 15px;
}
@media all and (max-width: 1280px) {
  .news_list_wrap .title_info a {
    right: 0;
  }
}
@media all and (max-width: 768px) {
  .news_list_wrap .title_info a {
    font-size: 2.5vw;
  }
}
.news_list_wrap .title_info a:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}
.news_list_wrap .news_list {
  flex: 1 1;
}
.news_list_wrap .news_list li {
  flex: 1 1 30%;
  padding-left: 20px;
  height: 100%;
  margin-bottom: 3.1944444444vw;
}
.news_list_wrap .news_list li:hover .block {
  border: 2px solid #61c4d2;
  box-shadow: 11px 0 26px rgba(48, 89, 94, 0.12);
}
@media all and (max-width: 1280px) {
  .news_list_wrap .news_list li {
    height: 320px;
  }
  .news_list_wrap .news_list li:first-child {
    padding: 0;
  }
}
@media all and (max-width: 960px) {
  .news_list_wrap .news_list li {
    height: auto;
    padding: 0;
  }
  .news_list_wrap .news_list li:last-child {
    margin-bottom: 0;
  }
}
.news_list_wrap .news_list li .block {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #fff;
  height: 100%;
}
@media all and (max-width: 768px) {
  .news_list_wrap .news_list li .block {
    padding: 4.1666666667vw;
  }
}
.news_list_wrap .teg_category {
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .news_list_wrap .teg_category {
    font-size: 3.1944444444vw;
  }
}
.news_list_wrap .teg_category i {
  font-size: 20px;
  vertical-align: top;
}
@media all and (max-width: 768px) {
  .news_list_wrap .teg_category i {
    font-size: 3.1944444444vw;
  }
}
.news_list_wrap .teg_category.notice {
  color: #61c4d2;
}
.news_list_wrap .teg_category.news1 {
  color: #4f78cb;
}
.news_list_wrap .teg_category.news2 {
  color: #ee81d0;
}
.news_list_wrap .subject {
  font-family: "S-CoreDream-5Medium";
  font-size: 18px;
  margin-bottom: 30px;
  word-break: keep-all;
}
@media all and (max-width: 960px) {
  .news_list_wrap .subject {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .news_list_wrap .subject {
    font-size: 3.3333333333vw;
    padding: 0;
  }
}
.news_list_wrap .date {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-family: "S-CoreDream-4Regular";
  color: #262626;
}
@media all and (max-width: 1280px) {
  .news_list_wrap .date {
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media all and (max-width: 960px) {
  .news_list_wrap .date {
    position: static;
    display: inline-block;
    margin-left: 1.3888888889vw;
  }
}
@media all and (max-width: 640px) {
  .news_list_wrap .date {
    font-size: 3.1944444444vw;
  }
}

.subscribe_wrap {
  margin-bottom: 50px;
  background-color: #1b1b1b;
  padding: 40px 30px;
  max-width: 1280px;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  .subscribe_wrap {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .subscribe_wrap {
    text-align: center;
    padding: 6.9444444444vw 4.8611111111vw;
  }
}
.subscribe_wrap .title_info {
  flex: 1 1 auto;
  width: 200px;
  color: #fff;
}
@media all and (max-width: 1280px) {
  .subscribe_wrap .title_info {
    width: 100%;
  }
}
.subscribe_wrap .title_info .sm {
  display: block;
  font-family: "S-CoreDream-4Regular";
  font-size: 14px;
  margin-bottom: 15px;
}
@media all and (max-width: 1280px) {
  .subscribe_wrap .title_info .sm {
    margin-bottom: 0.6944444444vw;
  }
}
@media all and (max-width: 768px) {
  .subscribe_wrap .title_info .sm {
    font-size: 2.3611111111vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media all and (max-width: 1280px) {
  .subscribe_wrap .title_info .title {
    margin-bottom: 2.0833333333vw;
  }
}
@media all and (max-width: 768px) {
  .subscribe_wrap .title_info .title {
    font-size: 5.2777777778vw;
    margin-bottom: 4.8611111111vw;
  }
}
.subscribe_wrap .input_form_area {
  position: relative;
}
.subscribe_wrap .input_form_area .flex {
  flex: 1 1 50%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 960px) {
  .subscribe_wrap .input_form_area .flex {
    display: block;
  }
}
.subscribe_wrap .input_form_area .flex > input, .subscribe_wrap .input_form_area .flex > button, .subscribe_wrap .input_form_area .flex .btn {
  flex: 1 1 auto;
  margin: 0 5px;
}
.subscribe_wrap .input_form_area .flex > input:first-child, .subscribe_wrap .input_form_area .flex > button:first-child, .subscribe_wrap .input_form_area .flex .btn:first-child {
  margin-left: 0;
}
@media all and (max-width: 960px) {
  .subscribe_wrap .input_form_area .flex > input, .subscribe_wrap .input_form_area .flex > button, .subscribe_wrap .input_form_area .flex .btn {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px 0;
  }
}
.subscribe_wrap .btn,
.subscribe_wrap button {
  background-color: #f05521;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "S-CoreDream-4Regular";
  min-width: 110px;
}
.subscribe_wrap .btn.btn_chk,
.subscribe_wrap button.btn_chk {
  background-color: #444;
}
.subscribe_wrap .btn.btn_chk:hover,
.subscribe_wrap button.btn_chk:hover {
  background-color: #333;
}
.subscribe_wrap .btn:hover,
.subscribe_wrap button:hover {
  background-color: #d33602;
}
.subscribe_wrap input {
  font-size: 20px;
  padding: 0 20px;
  letter-spacing: -1px;
}
.subscribe_wrap button,
.subscribe_wrap input {
  height: 63px;
  border: 0;
}
@media all and (max-width: 960px) {
  .subscribe_wrap button,
.subscribe_wrap input {
    height: 5.5555555556vw;
    font-size: 2.0833333333vw;
  }
}
@media all and (max-width: 640px) {
  .subscribe_wrap button,
.subscribe_wrap input {
    height: 11.1111111111vw;
    font-size: 4.1666666667vw;
  }
}

.col_quest {
  color: #f05521;
}

.col_point {
  color: #f1cc3b;
}

.col_meet {
  color: #0d8595;
}

.col_put {
  color: #5d98f0;
}

.col_unfold {
  color: #5ac8a8;
}

.check_area {
  margin-top: 15px;
}
.check_area .link a {
  color: #f05521;
}
@media all and (max-width: 768px) {
  .check_area {
    text-align: left;
  }
}
@media all and (max-width: 640px) {
  .check_area {
    text-align: center;
  }
  .check_area .link {
    display: block;
    margin-top: 10px;
  }
}
@media all and (max-width: 640px) and (max-width: 640px) {
  .check_area .link {
    font-size: 3.1944444444vw;
  }
}

.chk_block {
  display: inline-block;
  position: relative;
}
.chk_block input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
}
.chk_block input[type=checkbox]:checked + label:before {
  content: "✔";
  text-align: center;
}
.chk_block input[type=checkbox] + label {
  color: #fff;
}
.chk_block input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
}
@media all and (max-width: 640px) {
  .chk_block {
    font-size: 3.1944444444vw;
  }
  .chk_block input[type=checkbox] + label:before {
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
}

footer {
  display: block;
  background-color: #fff;
  padding: 50px;
  margin-top: 60px;
  border-top: 1px solid #ddd;
}
@media all and (max-width: 640px) {
  footer {
    padding: 5.5555555556vw;
  }
}
footer .footer_wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
footer .footer_wrap .sns_area {
  position: absolute;
  right: 0;
  top: 10px;
}
@media all and (max-width: 640px) {
  footer .footer_wrap .sns_area {
    position: static;
  }
}
footer .footer_wrap .footer_logo {
  display: inline-block;
}
@media all and (max-width: 640px) {
  footer .footer_wrap .footer_logo {
    display: block;
    text-align: center;
  }
  footer .footer_wrap .footer_logo img {
    width: 36.1111111111vw;
  }
}
footer .footer_wrap .copy_wrap {
  color: #7f7f7f;
}
footer .footer_wrap .copy_wrap div {
  margin-top: 10px;
}
footer .footer_wrap .copy_wrap div .disin {
  display: inline-block;
}
@media all and (max-width: 640px) {
  footer .footer_wrap .copy_wrap div {
    font-size: 3.3333333333vw;
    text-align: center;
  }
}
footer .footer_wrap .copy_wrap div span {
  display: inline-block;
}
footer .footer_wrap .copy_wrap div span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  margin: 0 10px;
}

.quick_button .sns_area {
  position: relative;
}
.quick_button .sns_area .sns_ico {
  position: absolute;
  right: 65px;
  display: none;
  text-align: right;
}
.quick_button .sns_area .sns_ico.active {
  display: flex;
}
@media all and (max-width: 768px) {
  .quick_button .sns_area .sns_ico {
    right: 50px;
  }
}
.quick_button .sns_area .sns_ico a {
  float: left;
}
.quick_button .sns_area .sns_ico a img {
  width: 27px;
}
@media all and (max-width: 330px) {
  .quick_button .sns_area .sns_ico a {
    max-height: 50px;
    max-width: 40px;
  }
  .quick_button .sns_area .sns_ico a img {
    width: 22px;
  }
}
@media all and (max-width: 640px) {
  .sns_area ul {
    text-align: center;
  }
}
.sns_area ul li {
  display: inline-block;
  padding: 0 5px;
}
@media all and (max-width: 640px) {
  .sns_area ul li img {
    width: 8.4722222222vw;
  }
}

.side_menu_wrap.active .bg {
  display: block;
}
.side_menu_wrap h1 {
  color: #000;
  font-family: "SuncheonB";
  font-size: 44px;
  font-weight: normal;
  padding: 20px 0;
}
.side_menu_wrap h1 .sm {
  font-size: 17px;
  display: block;
  margin-bottom: 15px;
  font-family: "S-CoreDream-5Medium";
}
@media all and (max-width: 400px) {
  .side_menu_wrap h1 {
    font-size: 10.4166666667vw;
  }
}
.side_menu_wrap .menu ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
@media all and (max-width: 640px) {
  .side_menu_wrap .menu ul {
    padding: 4.1666666667vw 0;
  }
}
.side_menu_wrap .menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
@media all and (max-width: 640px) {
  .side_menu_wrap .menu ul li {
    padding: 2.7777777778vw 0;
  }
}
.side_menu_wrap .menu ul li .category {
  font-size: 20px;
  margin-bottom: 4px;
}
@media all and (max-width: 640px) {
  .side_menu_wrap .menu ul li .category {
    font-size: 4.8611111111vw;
  }
}
.side_menu_wrap .menu ul li .link {
  margin: 3px 0;
  padding: 5px 0;
  word-break: keep-all;
}
.side_menu_wrap .menu ul li .link a {
  position: relative;
  font-size: 16px;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .side_menu_wrap .menu ul li .link a {
    font-size: 18px;
  }
}
@media all and (max-width: 400px) {
  .side_menu_wrap .menu ul li .link a {
    font-size: 16px;
  }
}
@media all and (max-width: 330px) {
  .side_menu_wrap .menu ul li .link a {
    font-size: 14px;
  }
}
.side_menu_wrap .menu ul li .link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #33d9f0;
  width: 0;
}
.side_menu_wrap .menu ul li .link a:hover:before {
  width: 100%;
}
@media all and (max-width: 640px) {
  .side_menu_wrap .menu ul li .link {
    font-size: 3.4722222222vw;
  }
}
.side_menu_wrap .menu ul li:last-child {
  border-bottom: 0;
}
.side_menu_wrap .btn_area {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.side_menu_wrap .btn_area button {
  flex: 1 1 40%;
  margin: 0 10px;
}
.side_menu_wrap .btn_area button:hover {
  color: rgb(255, 201, 102);
}
.side_menu_wrap .bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.side_menu_list {
  position: fixed;
  right: -1000px;
  top: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  box-shadow: 20px 0 50px rgba(0, 0, 0, 0.8);
  padding: 30px 30px 10px 30px;
  overflow: auto;
}
@media all and (max-width: 768px) {
  .side_menu_list {
    padding: 4.1666666667vw 4.1666666667vw 10px 4.1666666667vw;
  }
}
.side_menu_list .close {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 30px;
  top: 30px;
}
.side_menu_list .close span {
  display: inline-block;
  transform: rotate(45deg);
}
.side_menu_list .close:hover {
  transform: rotate(180deg);
}
.side_menu_list .sns_area {
  text-align: center;
  margin-top: 10px;
}

.xi_ico {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
}

.logo_span:nth-of-type(1) {
  transition-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.logo_span:nth-of-type(2) {
  transition-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.logo_span:nth-of-type(3) {
  transition-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.logo_span:nth-of-type(4) {
  transition-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

h1.logo span {
  display: inline-block;
  -webkit-animation: rotate 10s ease infinite;
          animation: rotate 10s ease infinite;
}

@-webkit-keyframes rotate {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-15px);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: scale(100%);
  }
  23% {
    transform: scale(120%);
  }
  26% {
    transform: scale(100%);
  }
  35% {
    color: #fff;
  }
  40% {
    color: #33d9f0;
  }
  45% {
    color: #f1cc3b;
  }
  50% {
    color: #75a6f0;
  }
  55% {
    color: #74d1b6;
  }
  60% {
    color: #fff;
  }
  65% {
    transform: rotateY(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-15px);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: scale(100%);
  }
  23% {
    transform: scale(120%);
  }
  26% {
    transform: scale(100%);
  }
  35% {
    color: #fff;
  }
  40% {
    color: #33d9f0;
  }
  45% {
    color: #f1cc3b;
  }
  50% {
    color: #75a6f0;
  }
  55% {
    color: #74d1b6;
  }
  60% {
    color: #fff;
  }
  65% {
    transform: rotateY(360deg);
  }
}
.type_black {
  background-color: #181818;
  border: 0;
  color: #fff;
}

button {
  font-family: "S-CoreDream-5Medium";
}
button.large {
  height: 44px;
  font-size: 16px;
}
button.large i {
  font-size: 20px;
}

body.sub {
  background-color: #fff;
}

.sub_container {
  padding-top: 100px;
}
@media all and (max-width: 768px) {
  .sub_container {
    padding-top: 16.6666666667vw;
  }
}

.contents_view .header_contents {
  padding-top: 70px;
  padding-bottom: 20px;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 768px) {
  .contents_view .header_contents {
    padding-top: 9.7222222222vw;
  }
}
.contents_view .header_contents .sm {
  margin-bottom: 20px;
}
.type_quest .contents_view .header_contents .sm {
  color: #f05521;
}
.contents_view .header_contents .title {
  font-size: 48px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  font-family: "SuncheonB";
  line-height: 1.3;
}


@media all and (max-width: 768px) {
  .contents_view .header_contents .title {
    font-size: 6.9444444444vw;
    padding: 0 6.9444444444vw;
    word-break: keep-all;
  }
  .contents_view .header_contents .title span {
	display:block;
  }
}
.contents_view .header_contents .desc {
  font-size: 18px;
  line-height: 1.6;
}
.contents_view .header_contents .desc .dash:before, .contents_view .header_contents .desc .dash:after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
}
@media all and (max-width: 640px) {
  .contents_view .header_contents .desc {
    font-size: 3.0555555556vw;
  }
}
.contents_view .icon_wrap {
  text-align: left;
  padding-top: 30px;
}
@media all and (max-width: 960px) {
  .contents_view .icon_wrap {
    display: none;
  }
}
.contents_view .icon_wrap::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.contents_view .icon_wrap a {
  display: inline-block;
  margin: 0 3px;
}
.contents_view .icon_wrap .base_icon {
  display: inline-block;
}
.contents_view .icon_wrap .base_icon a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contents_view .icon_wrap .sns_icon {
  float: right;
}

.alarm_wrap {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 30px;
  max-width: 1280px;
  margin: 50px auto;
}
@media all and (max-width: 768px) {
  .alarm_wrap {
    padding: 4.1666666667vw;
  }
}
.alarm_wrap .title {
  font-size: 36px;
  font-family: "SuncheonB";
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0 0 0;
}
.alarm_wrap ul {
  display: flex;
}
.alarm_wrap ul li {
  flex: 1 1 auto;
  max-width: 25%;
  padding: 0 20px;
}
.alarm_wrap ul li a {
  position: relative;
  display: block;
  padding: 40px;
/*  height: 100%;*/
  word-break: keep-all;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
}
.alarm_wrap ul li a:hover {
  border: 2px solid #61c4d2;
  box-shadow: 11px 0 26px rgba(48, 89, 94, 0.14);
}
.alarm_wrap ul li a .tit {
  font-size: 20px;
  padding: 15px 0;
}
.alarm_wrap ul li a .exp {
  font-size: 16px;
  font-family: "S-CoreDream-4Regular";
}
.alarm_wrap ul li a:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
}
.alarm_wrap ul li a:hover:after {
  opacity: 1;
  transform: rotate(-180deg);
}
@media all and (max-width: 960px) {
  .alarm_wrap ul {
    flex-wrap: wrap;
  }
  .alarm_wrap ul li {
    max-width: 50%;
    padding: 20px;
  }
  .alarm_wrap ul li a {
    padding: 5.5555555556vw;
  }
  .alarm_wrap ul li a .tit {
    padding: 10px 0;
    font-size: 18px;
  }
  .alarm_wrap ul li img {
    max-width: 90px;
  }
}
@media all and (max-width: 768px) {
  .alarm_wrap ul {
    display: block;
  }
  .alarm_wrap ul li {
    max-width: none;
    width: 100%;
    padding: 2.7777777778vw;
  }
  .alarm_wrap ul li a {
    padding: 5.5555555556vw;
  }
  .alarm_wrap ul li a .tit {
    padding: 10px 0;
    font-size: 18px;
  }
  .alarm_wrap ul li img {
    max-width: 70px;
  }
}

.contents_detail {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 0;
  min-height: 400px;
  font-size: 18px;
  line-height: 30px;
  font-family: "S-CoreDream-4Regular";
  border-top: 1px solid #ddd;
  word-break: keep-all;
}
@media all and (max-width: 960px) {
  .contents_detail {
    margin: 0 5.5555555556vw;
  }
}
@media all and (max-width: 768px) {
  .contents_detail {
    padding: 5.5555555556vw 0;
    font-size: 19px;
    line-height: 1.8;
  }
}
@media all and (max-width: 400px) {
  .contents_detail {
    font-size: 17px;
  }
}
@media all and (max-width: 330px) {
  .contents_detail {
    font-size: 15px;
  }
}
.contents_detail .cont_block {
  margin-bottom: 70px;
}
@media all and (max-width: 768px) {
  .contents_detail .cont_block {
    margin-bottom: 11.1111111111vw;
  }
}
.contents_detail .cont_block strong.block {
  display: block;
  margin-bottom: 5px;
}
.contents_detail .cont_block .italic {
  font-style: italic;
  color: #d32f5d;
}
.contents_detail .cont_block .italic.gray {
  color: #777;
}
.contents_detail .cont_block .poem_area {
  font-style: italic;
  color: #777;
  line-height: 2;
  text-align: center;
}
.contents_detail .cont_block .poem_area:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #ececec;
  margin: 35px auto;
}
.contents_detail p {
  margin-bottom: 30px;
  color: #262626;
  text-align: justify;
  word-break: keep-all;
}
.contents_detail p.txc {text-align:center;}
.contents_detail p .web {
  display: block;
  text-align:center;
}
@media all and (max-width: 768px) {
.contents_detail p {
  text-align: left;
}
  .contents_detail p .web {
    display: none;
  }
}
.contents_detail p .mo {
  display: none;
}
.contents_detail p .mo img {
  border: 1px solid #ececec;
}
@media all and (max-width: 768px) {
  .contents_detail p .mo {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .contents_detail p {
    margin-bottom: 5.5555555556vw;
    letter-spacing: -1px;
  }
}
.contents_detail p b {
  font-family: "S-CoreDream-5Medium";
  font-weight: normal;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  color: #000;
}
@media all and (max-width: 768px) {
  .contents_detail p b {
    font-size: 21px;
    line-height: 6.6666666667vw;
  }
}
@media all and (max-width: 400px) {
  .contents_detail p b {
    font-size: 20px;
  }
}
@media all and (max-width: 330px) {
  .contents_detail p b {
    font-size: 18px;
  }
}

.img_area img {
  max-width: 100%;
}
.img_area .exp {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: left;
  line-height: 1.6;
}
.img_area.txc .exp,
.img_area .exp.txc {
	text-align:center;
}
.writer_wrap {
  position: relative;
  background-color: #eff8e8;
  padding: 40px 30px;
  font-family: "S-CoreDream-4Regular";
  color: #333;
}
.writer_wrap > div {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}
.writer_wrap .writer_pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 0;
  transform: translateY(-80px);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.writer_wrap .writer_pic img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .writer_wrap .writer_pic {
    width: 25vw;
    height: 25vw;
  }
}
.writer_wrap .writer_name {
  position: relative;
  padding-bottom: 30px;
  font-size: 15px;
}
.writer_wrap .writer_name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  background-color: #000;
}
.writer_wrap .writer_name .name {
  font-size: 22px;
  font-family: "S-CoreDream-5Medium";
  margin-right: 10px;
}
.writer_wrap .writer_desc {
  padding-top: 30px;
  font-size: 17px;
  line-height: 28px;
}
.writer_wrap .writer_desc span {
	display:block;
}
.interlock_wrap {
  position: relative;
  max-width: 940px;
  margin: 80px auto;
}
@media all and (max-width: 768px) {
	.writer_wrap .writer_name .name {display:block;}
	.writer_wrap .writer_desc span {display:inline;}
  .interlock_wrap {
    margin: 11.1111111111vw 5.5555555556vw;
  }
}
.interlock_wrap .btn_wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.interlock_wrap .btn_wrap button {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
}
.interlock_wrap .btn_wrap button .xi_ico {
  color: #222;
  font-size: 30px;
  opacity: 0.3;
}
.interlock_wrap .btn_wrap button:hover .xi_ico {
  opacity: 1;
}
.interlock_wrap .title {
  font-size: 30px;
  font-family: "SuncheonB";
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .interlock_wrap .title {
    font-size: 5.5555555556vw;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.interlock_wrap .img_area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.interlock_wrap .img_area img {
  max-width: 100%;
  width: auto;
}
.interlock_wrap .info_title_area {
  margin-top: 20px;
}
.interlock_wrap .info_title_area .sm {
  color: #009cb2;
  margin-bottom: 10px;
  font-size: 19px;
}
.interlock_wrap .info_title_area .title {
  font-size: 19px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "S-CoreDream-5Medium";
}
.interlock_wrap .info_title_area .exp {
  font-family: "S-CoreDream-4Regular";
  font-size: 15px;
}
.interlock_wrap ul li {
  display: inline-block;
}
.interlock_wrap ul li.slick-slide {
	height:auto;
  padding: 0 5px;
}
.interlock_wrap ul li a {
  display: block;
}

.quick_button {
  position: fixed;
  top: 200px;
  left: 50%;
  transform: translateX(520px);
  z-index: 9;
}
.main .quick_button {
  display: none;
}
.quick_button .xi_ico {
  margin: 0;
}
.quick_button .mobile {
  display: none;
}
@media all and (max-width: 960px) {
  .quick_button {
    opacity: 0.7;
    top: auto;
    bottom: 50px;
    left: auto;
    transform: none;
    right: 0;
  }
  .quick_button .mobile {
    display: flex;
  }
  .quick_button:hover {
    opacity: 1;
  }
}
.quick_button a {
  border: 1px solid #ddd;
  border-bottom: 0;
  height: 84px;
  width: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  text-align: center;
}
.quick_button a.link_next {
  border-bottom: 1px solid #ddd;
}
.quick_button a i {
  color: #444;
  font-size: 26px;
}
@media all and (max-width: 960px) {
  .quick_button a {
    max-height: 65px;
    max-width: 65px;
  }
  .quick_button a i {
    color: #444;
    font-size: 23px;
  }
}
@media all and (max-width: 768px) {
  .quick_button a {
    max-height: 50px;
    max-width: 50px;
  }
  .quick_button a i {
    color: #444;
    font-size: 20px;
  }
}
.quick_button a .txt {
  display: block;
  margin-top: 5px;
}
@media all and (max-width: 960px) {
  .quick_button a .txt {
    display: none;
  }
}
.quick_button a.link_prev {
  margin-top: -1px;
}
.quick_button a.link_sns {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
}
.quick_button a.link_sns i {
  color: #fff;
}
.quick_button a.scroll_top {
  margin-top: 10px;
  background-color: #404040;
  border-color: #404040;
}
.quick_button a.scroll_top i {
  color: #fff;
}
.quick_button a.scroll_top .txt {
  margin-top: 3px;
  color: #fff;
}

.layer_pop {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  max-width: 550px;
}
.layer_pop .title {
  position: relative;
  padding: 10px 20px;
  background-color: #008193;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
.layer_pop .title .xi-close {
  cursor: pointer;
  color: #fff;
  font-size: 19px;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  text-align: left;
}
.layer_pop .desc {
  padding: 20px;
  font-weight: 300;
  font-size: 15px;
  color: #777;
  line-height: 1.5;
  font-family: "S-CoreDream-4Regular";
}
@media all and (max-width: 768px) {
  .layer_pop {
    bottom: 0;
  }
  .layer_pop .title {
    font-size: 17px;
    text-align: left;
  }
  .layer_pop .desc {
    font-size: 14px;
    text-align: left;
  }
}
@media all and (max-width: 330px) {
  .layer_pop .title {
    font-size: 15px;
  }
  .layer_pop .desc {
    font-size: 12px;
  }
}
.layer_pop.active {
  display: block;
}

sup {
  font-weight: bold;
}

#comment {
  max-width: 940px;
  margin: 0 auto;
  border-top: 1px solid #ececec;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 100px;
}
#comment a {
  color: #777;
  font-family: "S-CoreDream-4Regular";
}



.sub_gnb_menu {display: none;position: absolute;left:0;right:0;background-color: #fff;top: 100px;height: 170px;box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.sub_gnb_menu a {color:#333;}
.sub_gnb_menu .block {position: absolute;left: 50%;top: 0;width: 100%;height: 100%;max-width: 1280px;margin: 0 auto;transform: translateX(-50%);}
.sub_gnb_menu .sub_title {box-sizing: border-box;position: absolute;left: -100%;width: 100%;background-color: #f8f8f8;transform: translateX(400px);text-align: right;padding: 40px;height: 170px;display: flex;justify-content: right;align-items: center;}

.sub_gnb_menu .sub_title > div {width:350px;display: inline-block;text-align: left;}
.sub_gnb_menu .sub_title .exp {color:rgba(38,38,38,.6);font-size:16px;}
.sub_gnb_menu ul {display: flex;padding-left:440px;height: 100%;flex-direction: column;}
.sub_gnb_menu ul li {text-align: left;height: 50%;align-items: center;display: flex;border-bottom: 1px dashed #ddd;}
.sub_gnb_menu ul li:last-child {border-bottom: 0;}
.sub_gnb_menu ul li a {line-height: 50px;padding:0;font-size:20px;color:#262626;}
.sub_gnb_menu ul li a::before {content:'';display: inline-block;width:7px;height: 7px;border-radius: 50%;background-color: #f1cc3b;margin-right: 10px;vertical-align: top;margin-top: 20px;}

.quest .sub_title .subject {color:#f05521;font-size: 40px;}
.point .sub_title .subject {color:#f1cc3b;font-size: 40px;}
.meet .sub_title .subject {color:#0d8595;font-size: 40px;}
.put .sub_title .subject {color:#5d98f0;font-size: 40px;}
.unfold .sub_title .subject {color:#5ac8a8;font-size: 40px;}

.quest ul li a:hover {transform: none;color:#f05521;} 
.point ul li a:hover {transform: none;color:#f1cc3b;} 
.meet ul li a:hover {transform: none;color:#0d8595;} 
.put ul li a:hover {transform: none;color:#5d98f0;} 
.unfold ul li a:hover {transform: none;color:#5ac8a8;} 

.quest ul li a::before {background-color: #f05521;}
.point ul li a::before {background-color: #f1cc3b;}
.meet ul li a::before {background-color: #0d8595;}
.put ul li a::before {background-color: #5d98f0;}
.unfold ul li a::before {background-color: #5ac8a8;}

.sub_gnb_menu.on {display:block;}