@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500;700;900&display=swap');
.displaynone {
  display: none;
}
.pseudo-selection {
  background: #2BC1BC;
  color: #000;
}
::-moz-selection {
  background: #2BC1BC;
  color: #000;
}
::-webkit-selection {
  background: #2BC1BC;
  color: #000;
}
::selection {
  background: #2BC1BC;
  color: #000;
}
body * {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body *::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}
html,
body {
  margin: 0px !important;
  font-size: 15px;
}
@media (max-width:980px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width:450px) {
}
html *,
body * {
  font-family: "Apple SD Gothic Neo", "Nanum Barun Gothic", "Nanum Gothic", Verdana, Arial, "Malgun Gothic", Dotum, sans-serif;
  word-break: keep-all;
  color: #212121;
}
html h1,
body h1 {
  font-size: 2.2rem;
  font-weight: 900;
  margin: 0px;
  margin-bottom: 0.25rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
html h2,
body h2 {
  font-size: 1.2rem;
  margin: 0px;
  font-weight: 700;
  line-height: 1.3em;
}
html p,
body p {
  font-size: 1rem;
  margin: 0px;
  margin-bottom: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}
html.is_search .search_wrap,
body.is_search .search_wrap {
  display: block;
}
html input:focus,
body input:focus {
  outline: none;
}
html a,
body a {
  color: #000;
}
html.error404 .main-slider,
body.error404 .main-slider {
  display: none;
}
html.error404 .content-wrap,
body.error404 .content-wrap {
  padding-top: 25vh;
}
html.error404 .content-wrap *,
body.error404 .content-wrap * {
  text-align: center;
}
html.error404 .content-wrap h1,
body.error404 .content-wrap h1 {
  font-size: 4rem;
}
@media (max-width:980px) {
  .pc {
    display: none !important;
  }
}
@media (min-width:981px) {
  .mob {
    display: none !important;
  }
}
.content-width {
  width: calc(100vw - 40px);
  max-width: 900px;
  margin: 0 auto;
}
.sidebar {
  will-change: min-height;
}
.sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  height: 95px;
  box-sizing: border-box;
}
@media (max-width:980px) {
  header {
    height: 63px;
  }
}
header .gnb {
  width: calc(100vw - 40px);
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  gap: 10px;
}
header .gnb a {
  text-decoration: none;
}
header .gnb a img {
  display: block;
}
header .gnb > *:nth-child(1) {
  flex: none;
}
header .gnb > *:nth-child(2) {
  flex: auto;
}
header .gnb.mob > *:nth-child(2) {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
header .gnb.mob .search {
  font-size: 26px;
  width: 1em;
  height: 1em;
}
header .gnb.mob .search img {
  display: block;
  width: 100%;
}
header .gnb.pc .menu {
  font-size: 16px;
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}
header .gnb.pc .menu .menu-2 {
  position: relative;
  align-items: center;
  display: flex;
  gap: 10px;
  padding-left: 10px;
}
header .gnb.pc .menu .menu-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px/2;
  bottom: 13px/2;
  border-right: 1px solid #D6D7DA;
  height: 15px;
}
header .gnb.pc .menu .txt {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  width: 100%;
  align-items: center;
}
header .gnb.pc .menu .txt > a {
  font-weight: 400;
  display: flex;
  gap: 0;
  line-height: 1.125em;
}
header .gnb.pc .menu .txt > a * {
  height: 1em;
  font-size: 1em;
}
header .gnb.pc .menu .txt > a:hover {
  font-weight: 700;
}
header .gnb.pc .menu img {
  height: 26px;
}
header .gnb.pc .menu > * > * {
  cursor: pointer;
}
header .gnb .title {
  display: block;
  text-decoration: none;
  display: flex;
}
header .gnb .title > * {
  margin-right: 0.5rem;
}
header .gnb .title > *:last-child {
  margin-right: 0;
}
header .gnb .title * {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  font-size: 1.2rem;
  font-weight: 700;
  vertical-align: middle;
  color: #000;
}
header .gnb .title * img {
  height: 1.2em;
}
@media (max-width:980px) {
  header .gnb .title * {
    height: 35px;
  }
}
.hoverHighlight {
  position: relative;
  transition: 0.3s;
}
.hoverHighlight:before {
  content: "";
  position: absolute;
  bottom: -0.25em;
  transition: 0.3s;
  left: 0;
  height: 2px;
  background: #2BC1BC;
  width: 0%;
}
.hoverHighlight:hover {
  color: #2BC1BC;
}
.hoverHighlight:hover:before {
  width: 100%;
}
.posts > * {
  margin: 0rem 0 3rem;
  padding-bottom: 4rem;
}
.posts > * a {
  text-decoration: none;
  color: #000;
}
.posts > *.item {
  border-bottom: 1px solid #d1d1d1;
}
.posts > *.item h1 {
  margin: 0 0 0.1em;
}
.posts > *.item > a > *:last-child {
  margin-bottom: 0;
}
.posts .post_empty {
  color: #555;
}
.posts .post_empty h1 {
  font-weight: normal;
}
.pagination .wp-pagenavi {
  text-align: center;
}
.pagination .wp-pagenavi .pages {
  display: none;
}
.pagination .wp-pagenavi > * {
  display: inline-block;
  font-size: 1.2rem;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  line-height: 1.25em;
  margin: 0 0.25em;
}
.pagination .wp-pagenavi .first,
.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink,
.pagination .wp-pagenavi .last {
  background: url() center center no-repeat;
  background-size: auto 0.8em;
  color: transparent;
}
.pagination .wp-pagenavi .first {
  background-image: url(../../imgs/arr_left_d.svg);
}
.pagination .wp-pagenavi .previouspostslink {
  background-image: url(../../imgs/arr_left.svg);
}
.pagination .wp-pagenavi .nextpostslink {
  background-image: url(../../imgs/arr_right.svg);
}
.pagination .wp-pagenavi .last {
  background-image: url(../../imgs/arr_right_d.svg);
}
.pagination .wp-pagenavi .current {
  border-bottom: 2px solid #2BC1BC;
}
.pagination .wp-pagenavi .extend {
  display: none;
}
.post-bottom {
  margin-bottom: 5rem;
}
@media (max-width:450px) {
  .post-bottom .col-2 {
    border-top: 1px solid #b9b9b9;
  }
}
.post-bottom .prev a,
.post-bottom .next a {
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0.5em 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  height: 1em;
  text-overflow: ellipsis;
}
@media (max-width:450px) {
  .post-bottom .prev a,
  .post-bottom .next a {
    border-bottom: 1px solid #b9b9b9;
  }
}
.post-bottom .prev a {
  background: url(../../imgs/arr_left.svg) left center no-repeat;
  background-size: auto 1.1em;
  padding-left: 1.5em;
}
@media (max-width:450px) {
  .post-bottom .prev a {
    text-align: right;
  }
}
.post-bottom .next a {
  text-align: right;
  background: url(../../imgs/arr_right.svg) right center no-repeat;
  background-size: auto 1.1em;
  padding-right: 1.5em;
}
@media (max-width:450px) {
  .post-bottom .next a {
    text-align: left;
  }
}
.author {
  margin-bottom: 0.5em;
}
.author > * {
  vertical-align: middle;
  margin-right: 0.25em;
}
.author .thumb img {
  font-size: 2.5rem;
  border-radius: 100%;
  width: 1em;
  height: 1em;
  object-fit: cover;
}
body.search .content-wrap {
  margin-top: 5rem;
}
body.scroll-lock {
  overflow: hidden;
}
.content-wrap {
  width: calc(100vw - 40px);
  max-width: 900px;
  margin: 0 auto;
  min-height: 50vh;
}
.main-slider {
  width: 100%;
  background: #fff;
  margin-bottom: 1.5em;
}
.category:not(body) {
  text-align: center;
  padding: 1rem 0;
  margin: 3em 0;
}
.category:not(body) input[type=checkbox] + label {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 0.9rem;
}
.category:not(body).pc {
  line-height: 3em;
}
.category:not(body) > * {
  display: inline-block;
  margin: 0 1rem;
}
.category:not(body) > *:nth-child(7n) {
  clear: both;
}
.tag {
  margin-bottom: 2rem;
}
.tag p {
  margin-bottom: 0.75em;
}
.tag p label > * {
  display: inline-block;
  vertical-align: top;
}
.tag p label > *.tag-name {
  max-width: calc(100% - 4rem);
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em;
  white-space: nowrap;
}
.tag label {
  margin-left: -0.6em;
}
.recap > a {
  text-decoration: none;
  margin-bottom: 0.5em;
  display: inline-block;
  clear: both;
  float: left;
  position: relative;
  transition: 0.3s;
}
.recap > a:before {
  content: "";
  position: absolute;
  bottom: -0.25em;
  transition: 0.3s;
  left: 0;
  height: 2px;
  background: #2BC1BC;
  width: 0%;
}
.recap > a:hover {
  color: #2BC1BC;
}
.recap > a:hover:before {
  width: 100%;
}
.col {
  clear: both;
  overflow: hidden;
}
.col > * {
  float: left;
  margin-right: 1rem;
  min-height: 1rem;
  box-sizing: border-box;
}
.col > *:nth-child(2) {
  margin-right: 0;
}
@media (max-width:450px) {
  .col > * {
    margin-right: 0 !important;
    width: 100% !important;
    clear: both;
  }
}
.col.col-1 > * {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  margin-right: 0;
}
@media (max-width:980px) {
  .col.col-main {
    margin-top: 4rem;
  }
}
.col.col-main > *:nth-child(1) {
  width: calc(100% - 120px - 190px);
  margin-right: 120px;
}
@media (max-width:980px) {
  .col.col-main > *:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}
.col.col-main > *:nth-child(2) {
  width: 190px;
}
.col .meta-col > * {
  margin-bottom: 3rem;
}
.col .meta-col .sub-title {
  color: #2BC1BC;
  margin-bottom: 1rem;
  font-weight: 700;
}
.col.col-2 > * {
  width: calc(50% - 1rem/2);
  margin-right: 1rem;
}
.col.col-2 > *:nth-child(2n) {
  margin-right: 0;
}
.hambug_btn {
  width: 30px;
  height: 30px;
  position: relative;
}
.hambug_btn > div {
  right: 5px;
  left: 5px;
  background: #000;
  height: 2px;
  position: absolute;
  transition: 0.3s;
  transform-origin: center;
}
.hambug_btn > div:nth-child(1) {
  top: 7px;
}
.hambug_btn > div:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.hambug_btn > div:nth-child(3) {
  bottom: 7px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  color: #000;
  padding: 0.25em 0.6em;
  border-radius: 5rem;
  transition: 0.3s;
  background: url(../../imgs/x.svg) right 0.5em center no-repeat;
  background-size: auto 0em;
  cursor: pointer;
}
@media (min-width:981px) {
  input[type=checkbox] + label:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
input[type=checkbox]:checked + label {
  color: #000;
  background-color: rgba(43, 193, 188, 0.1);
  padding-right: 1.5em;
  margin-right: -1em;
  background-size: auto 0.5em;
}
.search_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: radial-gradient(#fff 25%, rgba(255, 255, 255, 0.85));
  text-align: center;
  z-index: 9999999;
  line-height: 100vh;
  display: none;
  animation: fadein 0.2s linear;
}
.search_wrap > span {
  display: inline-block;
  width: 80vw;
  max-width: 450px;
  text-align: center;
  padding: 1rem 0;
  vertical-align: middle;
  line-height: 1.5em;
}
.nosearch {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  margin-top: 4em;
}
.nosearch .searchform {
  margin-bottom: 3em;
}
.nosearch .searchform .searchbar {
  text-align: center;
}
.nosearch .title {
  font-weight: normal;
  margin-bottom: 2rem;
}
.searchform {
  position: relative;
  margin-bottom: 1em;
}
.searchform:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  left: 0;
  transition: 0.3s;
  border-bottom: 2px solid #000;
  animation: lineup 0.3s forwards;
}
.searchform .searchbar {
  width: 100%;
  background: url(../../imgs/search.svg) right 0px center no-repeat;
  background-size: auto 1em;
  font-size: 1.75rem;
  height: 1em;
  line-height: 1em;
  padding: 0.5em 0;
  border: 0px;
  box-sizing: content-box;
  animation: lineup2 0.3s forwards;
}
.searchform #searchsubmit,
.searchform #searchsubmit-2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border: 0;
}
@keyframes lineup {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineup2 {
  0% {
    background-position: right 50% center;
  }
  100% {
    background-position: right 0% center;
  }
}
.hambug_menu {
  position: fixed;
  width: 0vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  right: 0;
  top: 0;
  z-index: 99999;
  transition: 0.3s;
}
.hambug_menu .inner {
  position: absolute;
  right: -100vw;
  top: 0;
  width: 75vw;
  width: 300px;
  height: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  transition: 0.3s;
  transition-delay: 0.1s;
  overflow: hidden;
  background: #fff;
}
.hambug_menu .inner .exit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 63px;
  background-size: 30px auto;
  cursor: pointer;
}
.hambug_menu .inner .exit > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #000;
}
.hambug_menu .inner .exit > div:nth-child(1) {
  transform: rotate(45deg);
}
.hambug_menu .inner .exit > div:nth-child(2) {
  transform: rotate(-45deg);
}
.hambug_menu .inner .menu-wrap {
  margin-bottom: 3em;
}
.hambug_menu .inner .menu-wrap:not(.extra) > a.item {
  text-decoration: none;
  display: block;
  padding: 1em 1.5em;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 0;
}
.hambug_menu .inner .menu-wrap.extra {
  margin-left: 1.5em;
}
.hambug_menu .inner .menu-wrap.extra .item a {
  display: inline-block;
  text-decoration: none;
  padding: 0.2em 0;
}
.hambug_menu .inner .menu-wrap.extra .item a:hover {
  font-weight: 700;
}
.hambug_menu .inner .menu-wrap.extra .sns_wrap {
  display: flex;
  gap: 10px;
}
.hambug_menu .inner .menu-wrap.extra .sns_wrap .sns img {
  width: 2rem;
  display: block;
  height: auto;
}
.hambug_menu .inner .menu-wrap .item {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1em;
  color: #000;
}
.hambug_menu .inner .menu-wrap .item .sub-menu {
  transition: 0.3s;
  box-sizing: border-box;
  padding-left: 1em;
  clear: both;
  overflow: hidden;
  list-style: decimal;
}
.hambug_menu .inner .menu-wrap .item .sub-menu.displaynone {
  display: block !important;
}
.hambug_menu .inner .menu-wrap .item .sub-menu a {
  display: block;
  float: left;
  clear: both;
  font-size: 1.2rem;
  height: 0em;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.hambug_menu .inner .menu-wrap .item .sub-menu a:before {
  content: "- ";
}
.hambug_menu .inner .menu-wrap .item .sub-menu a.current {
  border: 0px;
}
.hambug_menu .inner .menu-wrap .item .sub-menu a.current:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: 0.3s;
}
.hambug_menu .inner .menu-wrap .item.active .sub-menu,
.hambug_menu .inner .menu-wrap .item.current .sub-menu {
  margin: 0.5em 0 1em;
}
.hambug_menu .inner .menu-wrap .item.active .sub-menu a,
.hambug_menu .inner .menu-wrap .item.current .sub-menu a {
  height: 1.5em;
  padding: 0.25em 0;
  margin-bottom: 0.15em;
}
.hambug_menu .inner .menu-wrap .item.active .sub-menu a.current:after,
.hambug_menu .inner .menu-wrap .item.current .sub-menu a.current:after {
  width: 100%;
}
.hambug_menu.active {
  width: 100vw;
}
.hambug_menu.active .inner {
  right: 0vw;
  overflow: auto;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 383px;
  background: url() center center no-repeat;
  background-size: auto 100%;
}
@media (max-width:980px) {
  .swiper-slide a {
    height: 218px;
  }
}
.swiper-slide a img {
  display: none;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-next:after {
  color: #D3D3D3;
}
@media (max-width:980px) {
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-next:after {
    display: none;
  }
}
body .swiper-button-prev,
body .swiper-container-rtl .swiper-button-next {
  left: 100px;
}
body .swiper-button-next,
body .swiper-container-rtl .swiper-button-prev {
  right: 100px;
}
.toback {
  display: block;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  padding: 1em;
  text-align: center;
  text-decoration: none;
}
.fb_comment_wrap {
  margin: 0 0 3rem;
}
body.single .tags {
  margin-bottom: 3rem;
}
body.single .tags .tag-tag {
  text-decoration: none;
  color: #2BC1BC;
}
.search-result {
  font-size: 2.2rem;
  line-height: 1.1em;
  margin-bottom: 1em;
  font-weight: normal;
}
@media (max-width:980px) {
  .search-result {
    text-align: center;
  }
}
.search-result span {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0.5em;
}
.search-result .stxt {
  max-width: 900px/2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width:980px) {
  .search-result .stxt {
    max-width: 50vw;
  }
}
.search-result .count {
  font-size: 1rem;
  color: #fff;
  padding: 0.3em 0.5em;
  background: #2BC1BC;
  border-radius: 50px;
  margin-left: 0.5rem;
  line-height: 1em;
}
.post-content {
  position: relative;
}
.post-content .toc {
  display: none;
  line-height: 1.5em;
  overflow: auto;
  clear: both;
  box-sizing: border-box;
}
@media (min-width:981px) {
  .post-content .toc {
    position: fixed;
    left: calc(50vw + 900px/2);
    padding-left: 1rem;
  }
}
.post-content .toc > ul {
  list-style: none;
  padding: 0;
}
.post-content .toc > ul li ul {
  list-style: disc;
}
.post-content .toced {
  padding-top: 100px;
  margin-top: -100px;
}
.post-content {
  margin: 95px 0 3rem;
}
@media (max-width:980px) {
  .post-content {
    margin-top: 65px;
  }
}
.post-content .cont-header {
  margin-bottom: 2em;
}
.post-content .cont-header h1 {
  margin: 100px 0 10px;
}
.post-content .cats {
  margin-right: 0.5em;
}
.post-content .cat-tag {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin: 0 0 0.25em 0;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1em;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
}
.post-content .sns {
  margin-top: 0.5em;
  text-align: right;
}
@media (max-width:450px) {
  .post-content .sns {
    text-align: left;
    margin-top: 0;
  }
}
.post-content .sns * {
  vertical-align: middle;
  margin-right: 0.25em;
}
.post-content .sns > img {
  height: 1.3em;
  width: auto;
  cursor: pointer;
  margin-right: 0.5em;
}
.post-content .sns > img:last-child {
  margin-right: 0;
}
.post-content a {
  color: #2BC1BC;
}
