.slide_item .link_slide .bg_gradient {
  background: linear-gradient(90deg, rgb(5, 1, 34) 0%, rgb(5, 1, 34) 1%, rgba(5, 1, 34, 0) 25%)!important;
  }
.slide_item .link_slide {
  background-size: cover!important;
}
.type_featured .link_slide {
  max-height: 450px!important;
}
.type_featured .slide_zone {
  max-height: 450px!important;
}
/* css reset */
html,
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #333;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  overflow: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
button,
input,
select,
strong,
table,
textarea {
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic",
    "Apple SD Gothic Neo", "돋움", "dotum", sans-serif;
  font-size: 16px;
  font-weight: 400;
  word-break: keep-all;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
fieldset,
iframe {
  border: 0;
  padding: 0.35em 0.75em 0.625em;
}
img {
  border: 0;
  border-style: none;
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
dl,
li,
menu,
ol,
ul {
  list-style: none;
}
address,
em {
  font-style: normal;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  border: 0;
  vertical-align: middle;
  background: 0 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: 0;
  overflow: auto;
}
button {
  cursor: pointer;
  width: auto;
  overflow: visible;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  background: 0 0;
  border: 0;
}
button[disabled="disabled"] {
  cursor: default;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
}
caption,
legend {
  visibility: hidden;
  font-size: 0;
  width: 0;
  height: 0;
  line-height: 0;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
input[type="password"]::-ms-reveal,
input[type="text"]::-ms-clear {
  display: none;
}
input.disabled,
input.readonly,
input[disabled="disabled"],
input[readonly="readonly"],
select[disabled="disabled"] {
  background-color: #f5f5f5;
  cursor: default;
  border-color: #ddd;
}
select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #888 !important;
  font-weight: 400;
}
::-moz-placeholder {
  color: #888 !important;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #888 !important;
  font-weight: 400 !important;
}
:-moz-placeholder {
  color: #888 !important;
  font-weight: 400;
}
select.placeholder {
  color: #888 !important;
  font-weight: 400;
}
td,
th {
  text-indent: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* // css reset */

@media screen and (min-width: 320px) {
  .wrapper {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
  }
  .banner_wrapper {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  .wrapper.p-top {
    padding: 0;
  }
  .inWrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 10px;
  }
  .inWrapper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .banner_wrapper {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .wrapper {
    padding: 0 40px;
  }
}

@font-face {
  font-family: "ic-font";
  src: url("images/ic-font.eot?6j2ja9");
  src: url("images/ic-font.eot?6j2ja9#iefix") format("embedded-opentype"),
    url("images/ic-font.ttf?6j2ja9") format("truetype"),
    url("images/ic-font.woff?6j2ja9") format("woff"),
    url("images/ic-font.svg?6j2ja9#ic-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ic-font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-arrow-up:before {
  content: "\e91f";
}
.ic-arrow-right:before {
  content: "\e900";
}
.ic-coffee:before {
  content: "\e901";
}
.ic-mike:before {
  content: "\e902";
}
.ic-moreMenu:before {
  content: "\e904";
}
.ic-prev:before {
  content: "\e905";
}
.ic-next:before {
  content: "\e907";
}
.ic-js:before {
  content: "\e90a";
}
.ic-uiux:before {
  content: "\e90b";
}
.ic-bell:before {
  content: "\e90c";
}
.ic-kakao-bg:before {
  content: "\e90d";
}
.ic-copy:before {
  content: "\e90e";
}
.ic-gitbook:before {
  content: "\e90f";
}
.ic-sun:before {
  content: "\e911";
}
.ic-search:before {
  content: "\e912";
}
.ic-kakao:before {
  content: "\e913";
}
.ic-home:before {
  content: "\e914";
}
.ic-moon:before {
  content: "\e916";
}
.ic-close-10:before {
  content: "\e917";
}
.ic-close-thin:before {
  content: "\e918";
}
.ic-github:before {
  content: "\e919";
}
.ic-comment-bg:before {
  content: "\e91a";
}
.ic-like-bg:before {
  content: "\e91b";
}
.ic-comment:before {
  content: "\e91c";
}
.ic-like:before {
  content: "\e91d";
}
.ic-share:before {
  content: "\e91e";
}

@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -3056px;
  }
}
@-moz-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -3056px;
  }
}
@-o-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -3056px;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -3056px;
  }
}

@-webkit-keyframes swell {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -30px, 0);
  }
}
@-moz-keyframes swell {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -30px, 0);
  }
}
@-o-keyframes swell {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -30px, 0);
  }
}
@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -30px, 0);
  }
}

/*  // darkmode, lightmode의 관한 STYLE */

[data-dark="false"] {
  --g-bg-color: #fff;
  --s-bg-color: #e6e6e6;
  --s-bg-color-3: #eef2f6;
  --s-bg-color-4: #f8f9fa;
  --s-bg-color-5: #fafafa;
  --s-menu-tabs: #bbb;
  --color-level-1: #333;
  --color-level-2: rgb(157, 170, 182);
  --color-level-3: #777;
  --border-color: #e4e8eb;
  --border-color-2: #ccc;
  --search-bg-color: #fff;
}
[data-dark="true"] {
  --g-bg-color: #16181b;
  --s-bg-color: #222529;
  --s-bg-color-3: #292929;
  --s-bg-color-4: #222529;
  --s-bg-color-5: #202020;
  --s-menu-tabs: #383b40;
  --color-level-1: #fff;
  --color-level-2: #e6e6e6;
  --color-level-3: #c5cad5;
  --border-color: #36393d;
  --border-color-2: #656565;
  --search-bg-color: #222529;
}

.bg {
  background-color: var(--s-bg-color);
}
.bg_them_mode {
  background-color: var(--g-bg-color);
}
.color {
  color: var(--color-level-1);
}
.color-2 {
  color: var(--color-level-2);
}
.border_mode {
  border: 1px solid var(--border-color);
}
.border_b_mode {
  border-bottom: 1px solid var(--border-color);
}
.shadow {
  box-shadow: var(--shadow);
}
/* darkmode, lightmode의 관한 STYLE // */

/* Typography의 Font 관한 STYLE */
.text-xs {
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
}
.text-sm{
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}
.text-base{
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
}
.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
}
.text-xl {
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */
}
.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}
.text-3xl {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}

.font-thin        {font-weight: 100;}
.font-extralight  {font-weight: 200;}
.font-light       {font-weight: 300;}
.font-normal      {font-weight: 400;}
.font-medium      {font-weight: 500;}
.font-semibold    {font-weight: 600;}
.font-bold        {font-weight: 700;}
.font-extrabold   {font-weight: 800;}
.font-black       {font-weight: 900;}
/* Typography의 Font 관한 STYLE // */

/* // 💩인터넷 익스플로러 ✨엣지(edge) 자동전환 */
.result_inner {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.result_inner .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ocean {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ocean .wave {
  background-image: url(/img/wave.svg);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: -170px;
  width: 6112px;
  height: 170px;
  transform: translate3d(0, 0, 0);
}
.ocean .wave.wave01 {
  animation: wave 26s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
.ocean .wave.wave02 {
  top: -140px;
  background-position-x: 50%;
  animation: wave 38s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite,
    swell 5s ease -1.25s infinite;
  transform: translate3d(0, 0, 0);
}
/* 💩인터넷 익스플로러 ✨엣지(edge) 자동전환 //*/

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}
.theme_pink .thema_apply .link_detail {
  background: #fdb0aa;
}
.theme_pink .thema_apply .btn_arrow:hover {
  background-color: #fdb0aa;
  color: #fff;
}
.category_list .link_item {
  transition: all 0.25s ease;
}
.category_list .link_item.active {
  color: #fff;
}
.theme_pink .thema_apply .link_sub_item {
  transition: all 0.25s ease;
}
.theme_pink .thema_apply .active::before {
  background: #fdb0aa;
}
.theme_pink .tt_category > li .category_list > li.active > a {
  color: #fdb0aa;
}
.theme_pink
  .tt_category
  > li
  .category_list
  .sub_category_list
  > li.active
  > a {
  color: #fdb0aa;
}
.theme_pink .thema_apply .active .link_sub_item {
  color: #fdb0aa;
}
.theme_pink .thema_apply .slick-active button {
  background: #fdb0aa;
}
.theme_pink .thema_apply .btn_register {
  background: #fdb0aa;
  color: #fff;
}
.theme_pink .thema_apply .btn_register {
  background: #fdb0aa;
  color: #fff;
}
.theme_pink .thema_apply .box_tag a:hover {
  border: 1px solid #fdb0aa;
  color: #fdb0aa;
}
.theme_pink .thema_apply .category_list > li a:hover,
.theme_pink .thema_apply .box_sns .list_sns li a:hover,
.theme_pink .box_gnb .t_menu_category a:hover {
  opacity: 0.4;
}
.theme_pink .share_temp .txt,
.theme_pink .share_like1 .post_like1 {
  background: #fdb0aa;
  color: #fff;
}
.theme_pink .like_temp .txt {
  background: #fdb0aa;
  color: #fff;
}
.theme_pink .subscribe .txt {
  background: #fdb0aa;
  color: #fff;
}
.theme_pink .sidebar_menu .sidebar_menu_tabs {
  background: #fdb0aa;
  color: #fff;
  box-shadow: 0 4px 12px rgb(255, 86, 122, 0.4);
}
.theme_pink .direction .previous:hover,
.theme_pink .direction .next:hover {
  border-color: #fdb0aa;
  color: #fdb0aa;
}
.theme_pink .box_header .header_icon_inner .icon.ic-bell.on::after {
  background: #fdb0aa;
}
.theme_pink
  main
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #fdb0aa;
}
.theme_pink main .tbas_inner .btn_inner .line_inner i:first-child {
  background: #fdb0aa;
}
.theme_pink main .area_paging .link_num span.selected {
  background: #fdb0aa;
}
.theme_pink .mo_footer_menu .plus a {
  background: #fdb0aa;
  box-shadow: 0 4px 12px rgb(255 86 122 / 40%);
}
.theme_pink .area_category .title_section span {
  color: #fdb0aa;
}
.theme_pink .article_view a {
  color: #fdb0aa;
}
.theme_pink .article_view blockquote {
  color: #fdb0aa;
}
.theme_pink .article_view .moreless_fold span,
.theme_pink .article_view .moreless_top span {
  color: #fdb0aa;
}
.theme_pink .article_view .footnote a {
  color: #fdb0aa !important;
}
.theme_pink .tab_btn.on {
  color: #fdb0aa;
}
.theme_pink .layer_tooltip {
  background-color: #fdb0aa;
}
.theme_pink .newItem {
  border: 1px solid #fdb0aa;
  color: #fdb0aa;
}
.theme_pink .skin_link .swiper-pagination-bullet-active {
  background-color: #fdb0aa;
  opacity: 1;
}
.theme_pink #footer .copyright a {
  color: #fdb0aa;
}

.theme_pink .area_sidebar .link_item .c_cnt {
  color: #fdb0aa;
}
.theme_pink .area_sidebar .sub_category_list .c_cnt {
  color: #fdb0aa;
}
.theme_pink .gtae .list-item a.on {
  color: #fdb0aa !important;
}
.theme_pink .gtae .list-item a.on::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: #fdb0aa;
}

.theme_blue .thema_apply .link_detail {
  background: #004fff;
}
.theme_blue .thema_apply .btn_arrow:hover {
  background-color: #004fff;
  color: #fff;
}
.theme_blue .thema_apply .active::before {
  background: #004fff;
}
.theme_blue .tt_category > li .category_list > li.active > a {
  color: #004fff;
}
.theme_blue
  .tt_category
  > li
  .category_list
  .sub_category_list
  > li.active
  > a {
  color: #004fff;
}
.theme_blue .thema_apply .slick-active button {
  background: #004fff;
}
.theme_blue .thema_apply .btn_register {
  background: #004fff;
  color: #fff;
}
.theme_blue .thema_apply .btn_register {
  background: #004fff;
  color: #fff;
}
.theme_blue .thema_apply .category_list > li a:hover,
.theme_blue .thema_apply .box_sns .list_sns li a:hover,
.theme_blue .box_gnb .t_menu_category a:hover {
  opacity: 0.4;
}
.theme_blue .share_temp .txt,
.theme_blue .share_like1 .post_like1 {
  background: #004fff;
  color: #fff;
}
.theme_blue .like_temp .txt {
  background: #004fff;
  color: #fff;
}
.theme_blue .subscribe .txt {
  background: #004fff;
  color: #fff;
}
.theme_blue .sidebar_menu .sidebar_menu_tabs {
  background: #004fff;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 79, 255, 0.4);
}
.theme_blue .direction .previous:hover,
.theme_blue .direction .next:hover {
  border-color: #004fff;
  color: #004fff;
}
.theme_blue .box_header .header_icon_inner .icon.ic-bell.on::after {
  background: #004fff;
}
.theme_blue
  main
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #004fff;
}
.theme_blue main .tbas_inner .btn_inner .line_inner i:first-child {
  background: #004fff;
}
.theme_blue main .area_paging .link_num span.selected {
  background: #004fff;
}
.theme_blue .mo_footer_menu .plus a {
  background: #004fff;
  box-shadow: 0 4px 12px rgb(0 79 255 / 40%);
}
.theme_blue .area_category .title_section span {
  color: #004fff;
}
.theme_blue .article_view a {
  color: #004fff;
}
.theme_blue .article_view blockquote {
  color: #004fff;
}
.theme_blue .article_view .moreless_fold span,
.theme_blue .article_view .moreless_top span {
  color: #004fff;
}
.theme_blue .article_view .footnote a {
  color: #004fff !important;
}
.theme_blue .tab_btn.on {
  color: #004fff;
}
.theme_blue .layer_tooltip {
  background-color: #004fff;
}
.theme_blue .newItem {
  border: 1px solid #004fff;
  color: #004fff;
}
.theme_blue .skin_link .swiper-pagination-bullet-active {
  background-color: #004fff;
  opacity: 1;
}
.theme_blue #footer .copyright a {
  color: #004fff;
}
.theme_blue .area_sidebar .link_item .c_cnt {
  color: #004fff;
}
.theme_blue .area_sidebar .sub_category_list .c_cnt {
  color: #004fff;
}
.theme_blue .gtae .list-item a.on {
  color: #004fff !important;
}
.theme_blue .gtae .list-item a.on::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: #004fff;
}

.theme_green .thema_apply .link_detail {
  background: #11998e;
}
.theme_green .thema_apply .btn_arrow:hover {
  background-color: #11998e;
  color: #fff;
}
.theme_green .thema_apply .active::before {
  background: #11998e;
}
.theme_green .tt_category > li .category_list > li.active > a {
  color: #11998e;
}
.theme_green
  .tt_category
  > li
  .category_list
  .sub_category_list
  > li.active
  > a {
  color: #11998e;
}
.theme_green .thema_apply .slick-active button {
  background: #11998e;
}
.theme_green .thema_apply .btn_register {
  background: #11998e;
  color: #fff;
}
.theme_green .thema_apply .btn_register {
  background: #11998e;
  color: #fff;
}
.theme_green .thema_apply .category_list > li a:hover,
.theme_green .thema_apply .box_sns .list_sns li a:hover,
.theme_green .box_gnb .t_menu_category a:hover {
  opacity: 0.4;
}
.theme_green .share_temp .txt,
.theme_green .share_like1 .post_like1 {
  background: #11998e;
  color: #fff;
}
.theme_green .like_temp .txt {
  background: #11998e;
  color: #fff;
}
.theme_green .subscribe .txt {
  background: #11998e;
  color: #fff;
}
.theme_green .sidebar_menu .sidebar_menu_tabs {
  background: #11998e;
  color: #fff;
  box-shadow: 0 4px 12px rgb(17, 153, 142, 0.4);
}
.theme_green .direction .previous:hover,
.theme_green .direction .next:hover {
  border-color: #11998e;
  color: #11998e;
}
.theme_green .box_header .header_icon_inner .icon.ic-bell.on::after {
  background: #11998e;
}
.theme_green
  main
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #11998e;
}
.theme_green main .tbas_inner .btn_inner .line_inner i:first-child {
  background: #11998e;
}
.theme_green main .area_paging .link_num span.selected {
  background: #11998e;
}
.theme_green .mo_footer_menu .plus a {
  background: #11998e;
  box-shadow: 0 4px 12px rgb(17 153 142 / 40%);
}
.theme_green .area_category .title_section span {
  color: #11998e;
}
.theme_green .article_view a {
  color: #11998e;
}
.theme_green .article_view blockquote {
  color: #11998e;
}
.theme_green .article_view .moreless_fold span,
.theme_green .article_view .moreless_top span {
  color: #11998e;
}
.theme_green .article_view .footnote a {
  color: #11998e !important;
}
.theme_green .tab_btn.on {
  color: #11998e;
}
.theme_green .layer_tooltip {
  background-color: #11998e;
}
.theme_green .newItem {
  border: 1px solid #11998e;
  color: #11998e;
}
.theme_green .skin_link .swiper-pagination-bullet-active {
  background-color: #11998e;
  opacity: 1;
}
.theme_green #footer .copyright a {
  color: #11998e;
}
.theme_green .area_sidebar .link_item .c_cnt {
  color: #11998e;
}
.theme_green .area_sidebar .sub_category_list .c_cnt {
  color: #11998e;
}
.theme_green .gtae .list-item a.on {
  color: #11998e !important;
}
.theme_green .gtae .list-item a.on::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: #11998e;
}

.theme_gray .thema_apply .link_detail {
  background: #545c65;
}
.theme_gray .thema_apply .btn_arrow:hover {
  background-color: #545c65;
  color: #fff;
}
.theme_gray .thema_apply .active::before {
  background: #545c65;
}
.theme_gray .tt_category > li .category_list > li.active > a {
  color: #545c65;
}
.theme_gray
  .tt_category
  > li
  .category_list
  .sub_category_list
  > li.active
  > a {
  color: #545c65;
}
.theme_gray .thema_apply .slick-active button {
  background: #545c65;
}
.theme_gray .thema_apply .btn_register {
  background: #545c65;
  color: #fff;
}
.theme_gray .thema_apply .btn_register {
  background: #545c65;
  color: #fff;
}
.theme_gray .thema_apply .category_list > li a:hover,
.theme_gray .thema_apply .box_sns .list_sns li a:hover,
.theme_gray .box_gnb .t_menu_category a:hover {
  opacity: 0.4;
}
.theme_gray .share_temp .txt,
.theme_gray .share_like1 .post_like1 {
  background: #545c65;
  color: #fff;
}
.theme_gray .like_temp .txt {
  background: #545c65;
  color: #fff;
}
.theme_gray .subscribe .txt {
  background: #545c65;
  color: #fff;
}
.theme_gray .sidebar_menu .sidebar_menu_tabs {
  background: #545c65;
  color: #fff;
  box-shadow: 0 4px 12px rgb(29, 33, 41, 0.4);
}
.theme_gray .direction .previous:hover,
.theme_gray .direction .next:hover {
  border-color: #545c65;
  color: #545c65;
}
.theme_gray .box_header .header_icon_inner .icon.ic-bell.on::after {
  background: #545c65;
}
.theme_gray
  main
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #545c65;
}
.theme_gray main .tbas_inner .btn_inner .line_inner i:first-child {
  background: #545c65;
}
.theme_gray main .area_paging .link_num span.selected {
  background: #545c65;
}
.theme_gray .mo_footer_menu .plus a {
  background: #545c65;
  box-shadow: 0 4px 12px rgb(29 33 41 / 40%);
}
.theme_gray .area_category .title_section span {
  color: #545c65;
}
.theme_gray .article_view a {
  color: #545c65;
}
.theme_gray .article_view a {
  color: #545c65;
}
.theme_gray .article_view blockquote {
  color: #545c65;
}
.theme_gray .article_view .moreless_fold span,
.theme_gray .article_view .moreless_top span {
  color: #545c65;
}
.theme_gray .article_view .footnote a {
  color: #545c65 !important;
}
.theme_gray .tab_btn.on {
  color: #545c65;
}
.theme_gray .layer_tooltip {
  background-color: #545c65;
}
.theme_gray .newItem {
  border: 1px solid #545c65;
  color: #545c65;
}
.theme_gray .skin_link .swiper-pagination-bullet-active {
  background-color: #545c65;
  opacity: 1;
}
.theme_gray #footer .copyright a {
  color: #545c65;
}
.theme_gray .area_sidebar .link_item .c_cnt {
  color: #545c65;
}
.theme_gray .area_sidebar .sub_category_list .c_cnt {
  color: #545c65;
}
.theme_gray .gtae .list-item a.on {
  color: #545c65 !important;
}
.theme_gray .gtae .list-item a.on::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: #545c65;
}

.theme_orange .thema_apply .active::before {
  background: #f60;
}
.theme_orange .tt_category > li .category_list > li.active > a {
  color: #f60;
}
.theme_orange
  .tt_category
  > li
  .category_list
  .sub_category_list
  > li.active
  > a {
  color: #f60;
}
.theme_orange .thema_apply .link_sub_item {
  transition: all 0.25s ease;
}
.theme_orange .thema_apply .box_gnb li.active .link_sub_item {
  color: #f60;
}
.theme_orange .thema_apply .box_gnb li.active .link_sub_item::before {
  content: "";
  display: inline-block;
  float: right;
  width: 5px;
  height: 100%;
  background-color: #f60;
  position: absolute;
  right: 0;
  top: 0;
}
.theme_orange .thema_apply .link_detail {
  background: #f60;
}
.theme_orange .thema_apply .btn_arrow:hover {
  background-color: #f60;
  color: #fff;
}
.theme_orange .thema_apply .slick-active button {
  background: #f60;
}
.theme_orange .thema_apply .btn_register {
  background: #f60;
  color: #fff;
}
.theme_orange .share_temp .txt,
.theme_orange .share_like1 .post_like1 {
  background: #f60;
  color: #fff;
}
.theme_orange .thema_apply .btn_register {
  background: #f60;
  color: #fff;
}
.theme_orange .thema_apply .category_list > li a:hover,
.theme_orange .thema_apply .box_sns .list_sns li a:hover,
.theme_orange .box_gnb .t_menu_category a:hover {
  opacity: 0.4;
}
.theme_orange .like_temp .txt {
  background: #f60;
  color: #fff;
}
.theme_orange .subscribe .txt {
  background: #f60;
  color: #fff;
}
.theme_orange .sidebar_menu .sidebar_menu_tabs {
  background: #f60;
  color: #fff;
  box-shadow: 0 4px 12px rgb(255, 102, 0, 0.4);
}
.theme_orange .direction .previous:hover,
.theme_orange .direction .next:hover {
  border-color: #f60;
  color: #f60;
}
.theme_orange .box_header .header_icon_inner .icon.ic-bell.on::after {
  background: #f60;
}
.theme_orange
  main
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #f60;
}
.theme_orange main .tbas_inner .btn_inner .line_inner i:first-child {
  background: #f60;
}
.theme_orange main .area_paging .link_num span.selected {
  background: #f60;
}
.theme_orange .mo_footer_menu .plus a {
  background: #f60;
  box-shadow: 0 4px 12px rgb(255 102 0 / 40%);
}
.theme_orange .area_category .title_section span {
  color: #f60;
}
.theme_orange .article_view a {
  color: #f60;
}
.theme_orange .article_view blockquote {
  color: #f60;
}
.theme_orange .article_view .moreless_fold span,
.theme_orange .article_view .moreless_top span {
  color: #f60;
}
.theme_orange .article_view .footnote a {
  color: #f60 !important;
}
.theme_orange .tab_btn.on {
  color: #f60;
}
.theme_orange .layer_tooltip {
  background-color: #f60;
}
.theme_orange .newItem {
  border: 1px solid #f60;
  color: #f60;
}
.theme_orange .skin_link .swiper-pagination-bullet-active {
  background-color: #f60;
  opacity: 1;
}
.theme_orange .gtae .list-item:hover,
.theme_orange .gtae .list-item a.on {
  color: #f60 !important;
}
.theme_orange .gtae .list-item a.on::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: #f60;
}
.theme_orange #footer .copyright a {
  color: #f60;
}

.theme_orange .area_sidebar .link_item .c_cnt {
  color: #f60;
}

.theme_orange .area_sidebar .sub_category_list .c_cnt {
  color: #f60;
}
@media screen and (max-width: 1025px) {
  .theme_pink .thema_apply .selected {
    color: #fdb0aa !important;
  }
  .theme_blue .thema_apply .selected {
    color: #4167d9 !important;
  }
  .theme_green .thema_apply .selected {
    color: #11998e !important;
  }
  .theme_gray .thema_apply .selected {
    color: #545c65 !important;
  }
  .theme_gray .thema_apply .selected {
    color: #f60 !important;
  }
}

html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.adsense {
  width: 250px;
  margin: 0 auto;
}
#container {
  position: relative;
  width: 100%;
}
#container:after {
  content: "";
  display: block;
  clear: both;
}
#main {
  width: 100%;
  padding-bottom: 3%;
  min-height: calc(var(--vh, 1vh) * 87);
}

@media screen and (min-width: 320px) {
  .icon {
    cursor: pointer;
  }
  .box_header .header_mo_defult_main {
    display: none;
  }
  .box_header {
    position: fixed;
    width: 100%;
    z-index: 21;
    padding-left: 300px;
    top: 0;
    -webkit-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 0px 8px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 8px;
  }
  .box_header .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .box_header button {
    background-color: transparent;
  }
  .box_header .link_logo {
    display: block;
    max-width: 300px;
    color: #333;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.25;
  }
  .box_header .link_logo img {
    max-height: 48px;
  }
  .box_header .title_logo {
    position: absolute;
    top: 50%;
    display: flex;
    -ms-display: flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 48px;
    margin: -24px 0 0 80px;
    font-size: 24px;
    font-weight: 900;
  }

  .box_header .back_btn {
    display: none;
    height: 22px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .box_header .search_content {
    display: flex;
    width: 100%;
    height: 46px;
    justify-content: flex-end;
    align-items: center;
  }
  .box_header .search_content #search-form {
    height: 40px;
    line-height: 40px;
  }
  .box_header .search_content .box_form {
    display: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
    align-items: center;
    padding: 2px 6px;
    box-sizing: border-box;
    background-color: var(--search-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 0.5em;
  }
  .box_header .search_content .search_inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box_header .search_content .inp_search {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--color-level-1);
  }
  .box_header .search_content .inp_submit {
    display: none;
    font-size: 20px;
    padding: 6px 12px;
    box-sizing: border-box;
  }
  .box_header.on .back_btn {
    display: block;
  }
  .box_header.on .search_content .box_form {
    display: flex;
  }
  .box_header.on .search_content .inp_submit {
    display: block;
  }
  .box_header.on .logo {
    display: none;
  }
  .box_header.on .btn_search {
    display: none;
  }
  .box_header.on .search_content .header_pc_icon {
    display: none;
  }

  .box_header .search_content .header_pc_icon {
    font-size: 20px;
    position: relative;
  }
  .box_header .search_content .header_pc_icon .icon {
    width: 38px;
    height: 38px;
    font-weight: 400;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    outline: none;
  }
  .box_header .search_content .btn_search_del {
    display: none;
    height: 24px;
    padding: 4px;
    box-sizing: border-box;
    color: var(--color-level-1);
  }
  .box_header .tagbox {
    border-top: 1px solid var(--border-color);
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box_header .tagbox h3 {
    flex-shrink: 0;
    width: 100px;
    text-align: center;
  }
  .box_header .tagbox ul {
    display: flex;
    overflow-x: auto;
  }
  .box_header .tagbox ul::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
  .box_header .tagbox ul li {
    display: inherit;
  }
  .box_header .tagbox ul li a {
    display: inline-block;
    line-height: 1;
    border: 1px solid var(--border-color);
    border-radius: 1em;
    margin: 0 4px;
    padding: 0.4em 0.5em;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
  }

  .box_header .logo {
    display: block;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .box_header .logo img {
    border-radius: 50%;
  }
  .box_header .back_btn .ic-prev {
    position: static;
  }

  .white .area_cover {
    margin-top: 0;
  }
  .white .type_featured {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .box_header .header_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
  }
  .box_header .btn_search {
    display: none;
  }
  .box_header .header_inner .icon {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    outline: none;
    cursor: pointer;
  }
  .box_header .logo {
    display: none;
  }
  .box_header .search_content {
    display: flex;
    width: 570px;
    align-items: center;
  }
  .box_header .search_content .box_form {
    display: flex;
  }
  .box_header .search_content .inp_submit {
    display: block;
  }
  .box_header .search_content .header_pc_icon .icon {
    background-color: var(--s-bg-color-4);
  }
}

@media screen and (max-width: 1025px) {
  html,
  body {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #main {
    overflow-x: hidden;
    padding-bottom: 6%;
  }
  .box_header .title_logo {
    margin: -24px 0 0 24px;
    font-size: 20px;
    padding-top: 4px;
  }
  .box_header .header_mo_defult_main {
    display: block;
    width: 100%;
  }
  .box_header .header_mo_defult_main .box_tag {
    display: flex;
  }
  .box_header .btn_search {
    font-size: 20px;
  }
  .box_header .btn_search .icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
  }
  .box_header {
    padding-left: 0;
  }
  .box_header .header_pc_icon_inner {
    right: 10px;
  }
  .white .box_header .title_logo {
    margin: -25px 0 0 24px;
  }
}

.area_sidebar {
  position: relative;
}
.area_sidebar a {
  text-decoration: none;
}
.area_sidebar ul {
  list-style: none;
  margin: 0;
}
.area_sidebar .category_list {
  font-weight: 600;
}
.area_sidebar .category_list > li a {
  height: 40px;
  line-height: 40px;
  padding: 0 26px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area_sidebar .category_list > li a:hover {
  background-color: var(--border-color-2);
}
.area_sidebar .category_list > li i {
  margin-right: 5px;
}
.area_sidebar .category_list > li .ic-arrow-right {
  position: absolute;
  top: 14px;
  left: 27px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
}
.area_sidebar .box_gnb li a {
  height: 44px;
  line-height: 44px;
  padding: 0 26px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 0;
}
.area_sidebar .box_gnb li a:hover {
  background-color: var(--border-color-2);
}
.area_sidebar button {
  background: 0 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  cursor: pointer;
}
.area_sidebar .sidebar_header {
  margin: 50px 0 50px 0;
  padding: 0 40px;
  box-sizing: border-box;
}
.area_sidebar .sidebar_header:after {
  content: "";
  display: block;
  clear: both;
}
.area_sidebar .title_logo {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}
.area_sidebar .btn_close {
  float: right;
  width: 48px;
  font-size: 24px;
  text-align: right;
  padding: 0 7px 2px 7px;
}
.area_sidebar .tt_category:after {
  content: "";
  display: block;
  clear: both;
}
.area_sidebar .link_item .c_cnt,
.area_sidebar .sub_category_list .c_cnt {
  font-size: 10px;
  margin: 0 auto 0 5px;
  border: 1px solid;
  border-radius: 1rem;
  padding: 0.1rem 0.6rem;
  line-height: 1.4;
}
.area_sidebar .box_gnb .category_list > li:last-child {
  display: none;
}
.area_sidebar .link_sub_item {
  display: block;
  padding: 5px 0 5px 12px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
}
.area_sidebar .t_menu_category a,
.area_sidebar .t_menu_guestbook a,
.area_sidebar .t_menu_home a,
.area_sidebar .t_menu_link_1 a,
.area_sidebar .t_menu_link_10 a,
.area_sidebar .t_menu_link_2 a,
.area_sidebar .t_menu_link_3 a,
.area_sidebar .t_menu_link_4 a,
.area_sidebar .t_menu_link_5 a,
.area_sidebar .t_menu_link_6 a,
.area_sidebar .t_menu_link_7 a,
.area_sidebar .t_menu_link_8 a,
.area_sidebar .t_menu_link_9 a,
.area_sidebar .t_menu_location a,
.area_sidebar .t_menu_medialog a,
.area_sidebar .t_menu_page a,
.area_sidebar .t_menu_tag a {
  display: block;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-out;
}
.area_sidebar .tt_category .link_sub_item:hover {
  text-decoration: underline;
}
.area_sidebar .sidebar_menu:after {
  content: "";
  display: block;
  clear: both;
}
.area_sidebar .list_sns {
  font-size: 14px;
  margin-top: 15px;
}
.area_sidebar .add_link a {
  height: 40px;
  line-height: 40px;
  padding: 0 26px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 600;
}
.area_sidebar .add_link a:hover {
  background-color: var(--border-color-2);
}
.area_sidebar .category .category_list li:last-child,
.area_sidebar .add_link li:last-child,
.area_sidebar .box_sns li:last-child,
.area_sidebar .box_gnb li:last-child,
.area_sidebar .add_link a {
  margin-bottom: 28px;
}
.area_sidebar .category .category_list .sub_category_list li {
  margin-bottom: 0;
  position: relative;
}

.area_sidebar .sidebar_tit {
  font-size: 16px;
  font-weight: 800;
  padding: 0 26px;
  box-sizing: border-box;
}
.area_sidebar .link_tool {
  position: relative;
  display: inline-block;
  margin-left: 45px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.area_sidebar .link_tool:first-child {
  margin-left: 0;
}
.area_sidebar .link_tool:first-child::before {
  content: "";
}
.area_sidebar .link_tool:before {
  content: "｜";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: -48px;
  right: 0;
  width: 10px;
  margin-left: 20px;
  font-size: 11px;
  font-weight: lighter;
  color: #d3d4d7;
}
.area_sidebar .link_tit {
  display: none;
}

.category .list_category {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .area_sidebar .inner_sidebar {
    width: 100%;
    left: 0;
  }
  .area_sidebar .area_sidebar .btn_close {
    margin-right: -16px;
  }
  .area_sidebar .area_sidebar .title_logo {
    margin-bottom: 30px;
  }
  .area_sidebar .title_logo {
    width: 95%;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
  }
  .area_sidebar .sidebar_header {
    margin: 24px -10px 24px 0;
    padding: 0 20px;
  }
  .area_sidebar .btn_close {
    margin-top: -2px;
  }
  .area_sidebar .link_item {
    font-size: 16px;
  }
  .area_sidebar .link_sub_item {
    font-size: 13px;
  }
}
.list_sidebar {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside .list_sidebar .item_sidebar {
  padding-top: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 0.8em;
}
.list_sidebar .item_sidebar a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_sidebar .item_sidebar a:hover {
  background-color: var(--s-bg-color);
}
.tag_board {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
aside .tag_board {
  width: 100%;
}
.sidebar_contents .tag_board {
  margin-bottom: 20px;
}
.sidebar_contents .tag_board h3 {
  margin-bottom: 10px;
}
.tag_recomme .item_sidebar {
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 15px;
}
.tag_popularity .item_sidebar {
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 15px;
}
@media screen and (max-width: 1025px) {
  .area_sidebar .title_logo {
    width: 95%;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
  }
}
#footer {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
#footer .copyright {
  display: inline-block;
}
#footer .inner_footer {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
#footer .link_footer {
  position: relative;
  margin-left: 24px;
  padding-bottom: 3px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  line-height: 1.27;
  text-decoration: none;
  z-index: 21;
}
#footer address {
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
#footer .inner_footer .link_footer:first-child {
  margin-left: 0;
  color: #f60;
}

.area_paging {
  text-align: center;
  margin: 40px 0;
}
.area_paging a {
  text-decoration: none;
}
.area_paging .link_page {
  display: inline-block;
  margin-top: 2px;
  font-size: 24px;
}
.area_paging .link_page:hover {
  color: var(--color-level-1);
}
.area_paging .paging_num {
  display: inline-block;
  vertical-align: top;
}
.area_paging .link_num span {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  margin: 0 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 0.4em;
  background: var(--s-bg-color-3);
  color: var(--color-level-3);
}
.area_paging .link_num span.selected {
  border-radius: 0.4em;
  color: #fff;
}
.area_paging .selected:hover {
  text-decoration: none;
}
.area_paging .paging_slash {
  display: none;
}
@media screen and (max-width: 1025px) {
  #footer {
    height: calc(var(--vh, 1vh) * 16);
    font-size: 11px;
  }
  .area_paging .link_page span {
    font-size: 24px;
    font-weight: 600;
  }
  .area_paging .link_num {
    font-size: 14px;
    font-weight: 900;
  }
  .area_paging .link_num span {
    position: relative;
  }
  .area_paging .selected {
    position: relative;
    width: auto;
    font-size: 14px;
  }
  .area_paging .link_num:last-child span:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 29px;
  }
  .area_paging .link_num:last-child span.selected:before {
    background: 0 0;
  }
  .area_paging .link_num:last-child .selected {
    background: 0 0;
  }
  .area_paging .link_num:last-child span {
    display: inline-block;
  }
  .area_paging .link_ellipsis {
    display: none;
  }
  .area_paging .selected {
    background: 0 0;
  }
}
@media screen and (max-width: 320px) {
  #footer {
    height: calc(var(--vh, 1vh) * 23);
    line-height: 3;
  }
}
.area_article {
  overflow-y: auto;
}
.area_article::-webkit-scrollbar {
  display: block;
}
.area_view .area_article {
  padding-bottom: 60px;
}
.area_view .article_header {
  position: relative;
}
.area_view .article_header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.area_view .article_header .inner_header {
  width: 100%;
  height: 546px;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
}
.type_article_header_common .inner_header {
  height: 520px;
}
.notice_header_cover .inner_header,
.type_article_header_cover .inner_header {
  height: calc(100vh * 0.48);
  background-position: center;
  background-size: cover;
  position: relative;
}
.notice_header_cover .inner_header::before,
.type_article_header_cover .inner_header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
}
.area_view .article_header .info_text {
  max-width: 700px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.type_article_header_common .info_text {
  position: relative;
  display: flex;
  height: 100%;
  -ms-display: flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
}
.article_content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.area_tag {
  display: flex;
  align-items: baseline;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 3px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.area_tag:after {
  content: "";
  display: block;
  clear: both;
}
.area_tag .title_tag {
  flex-shrink: 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0 40px 0 0;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}
.area_tag .tag_content {
  flex-grow: 1;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.area_tag .tag_content a {
  text-decoration: none;
  margin-left: 5px;
  line-height: normal;
}
.area_tag .tag_content a:hover {
  text-decoration: underline;
}
.area_tag .tag_content a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1025px) {
  .area_view .article_header {
    width: 100%;
  }
  .area_tag .title_tag {
    font-size: 16px;
    line-height: normal;
    padding: 0 20px 0 0;
  }
  .area_tag .tag_content {
    max-width: 660px;
  }
}
.area_related {
  overflow: hidden;
}
.area_related a {
  text-decoration: none;
}
.area_related button {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
}
.area_related .title_related {
  margin: 40px 0 20px 0;
  font-size: 16px;
  font-weight: 900;
}
.area_related .list_related {
  list-style: none;
  margin: 0 -8px;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.area_related .list_related:after {
  content: "";
  display: block;
  clear: both;
}
.area_related .item_related {
  float: left;
  width: 25%;
  margin-bottom: 40px;
}
.area_related .link_related {
  display: block;
  margin: 0 8px;
}
.area_related .thumnail {
  display: block;
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0.4em;
  background: var(--s-bg-color);
  background-size: cover;
}
.area_related .link_related strong {
  display: block;
  max-height: 45px;
  margin: 12px 0 0;
  line-height: 1.47;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.area_related .info {
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 1025px) {
  .area_related .title_related {
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: normal;
  }
  .area_related .item_related {
    float: none;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 0;
  }
  .area_related li:first-child {
    border: none;
    padding-bottom: 16px;
  }
  .area_related .link_related strong {
    margin: 12px 0 2px 0;
  }
  .area_related .item_related:last-child {
    margin-bottom: 30px;
  }
}
.area_reply {
  width: 100%;
}
.area_reply ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area_reply a {
  text-decoration: none;
}
.area_reply .box_reply_info {
  margin: 40px 0 20px 0;
}
.area_reply .reply_events {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}
.area_reply .btn_more {
  margin-top: 5px;
  padding: 3px 0 0 15px;
  border: 0;
  background-color: transparent;
  background-size: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.area_reply .item_reply {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.area_reply li:first-child {
  padding-top: 0;
}
.area_reply li:last-child {
  border: none;
}
.area_reply .thumbnail_reply {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 16px;
  background: 0 0;
}
.area_reply .thumbnail_reply img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.area_reply .box_reply_content {
  overflow: hidden;
}
.area_reply .box_reply_content .user > img {
  display: none;
}
.area_reply .item_reply .user a {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}
.area_reply .item_reply .date {
  display: inline-block;
  padding-top: 10px;
  padding-left: 3px;
}
.area_reply .box_reply_content .txt {
  margin: 10px 0 0 0;
  font-size: 16px;
}
.area_reply .item_reply .modify {
  margin-top: 8px;
  font-size: 15px;
}
.area_reply .modify a {
  color: #9b9b9b;
}
.area_reply .modify .slash {
  color: #e1e1e1;
}
.area_reply .list_reply_comment {
  margin-top: 30px !important;
}
.area_reply .ico_commnent {
  float: left;
  width: 43px;
  margin-right: 10px;
  text-align: right;
}
.area_reply .item_comment {
  padding: 10px;
}
.area_reply .reply_write:after {
  content: "";
  display: block;
  clear: both;
}
.area_reply .form_content {
  padding-bottom: 10px;
}
.area_reply .form_content textarea {
  width: 100%;
  height: 140px;
  padding: 12px 14px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  vertical-align: top;
  resize: none;
  color: var(--color-level-1);
}
.area_reply .form_guest {
  margin: 0 -4px;
}
.area_reply .form_guest:after {
  content: "";
  display: block;
  clear: both;
}
.area_reply .box_inp {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.area_reply .box_inp:nth-child(-n + 2) {
  width: 50%;
}
.area_reply .inner_inp {
  margin: 0 4px;
  padding: 9px 14px;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
}
.area_reply .inner_inp input {
  width: 90%;
  border: none;
  font-size: 14px;
  line-height: 1.25;
}
.area_reply .form_reg {
  text-align: right;
}
.area_reply .form_reg label {
  display: inline-block;
  margin-right: 20px;
  padding-top: 7px;
  font-size: 14px;
  color: #9b9b9b;
}
.area_reply .form_reg label input {
  vertical-align: -1px;
}
.area_reply .btn_register {
  width: 115px;
  height: 42px;
  border: none;
  color: #fff;
  border-radius: 2em;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
}
@media screen and (max-width: 1025px) {
  .area_reply .box_reply_info {
    margin: 30px 0 10px 0;
  }
  .list_reply_comment .ico_commnent {
    width: 10px;
  }
  .list_reply_comment li:first-child {
    padding-top: 30px;
  }
  .item_comment.reply {
    padding: 15px;
  }
  .list_reply .item_reply .user a {
    margin-bottom: 5px;
  }
  .list_reply .item_reply .date {
    display: block;
    padding: 0;
    font-size: 14px;
  }
  .list_reply .item_reply .dot {
    display: none;
  }
}
.area_common {
  max-width: 1180px;
  min-height: 200px;
  margin: 0 auto;
  padding: 60px 0 20px 0;
}
.area_common .title_common {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
#mediaLogNest {
  max-width: 1180px;
  height: auto !important;
  margin: 200px auto 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .area_common {
    padding-top: 60px;
  }
}
.item-thumbnail {
  border: 1px solid var(--border-color);
}
.no-img {
  background: #e6e6e6 url(images/ico_no.svg) no-repeat center !important;
  background-size: 30px 30px !important;
}
.btn-for-guest {
  display: none;
}
.btn-for-user {
  display: none;
}
.area_cover a {
  text-decoration: none;
}
.area_cover button {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
}
.title_list_section {
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 10px;
}
.title_section {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 900;
  color: inherit;
}
.txt_list_description {
  font-size: 18px;
}
.type_featured {
  position: relative;
}
.type_featured:after {
  content: "";
  display: block;
  clear: both;
}
.type_featured .slide_zone {
  position: relative;
  width: 100%;
  border-radius: 0.2em;
}
.type_featured .inner_main_slide {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 80px;
}
.type_featured .box_arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -18px;
  padding: 0 65px 0 80px;
  z-index: 10;
  box-sizing: border-box;
}
.type_featured .btn_arrow {
  width: 64px;
  height: 64px;
  padding-top: 4px;
  border-radius: 64px;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  transition: 0.2s ease-out;
}
.type_featured .btn_arrow:hover {
  color: #fff;
}
.type_featured .btn_prev {
  float: left;
  background-image: url(images/arr_left.png);
}
.type_featured .btn_next {
  float: right;
  background-image: url(images/arr_right.png);
}
.type_featured .slide_item {
  z-index: 1;
  overflow: hidden;
}
.type_featured .link_slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  z-index: 1;
}
.type_featured .text_slide {
  position: relative;
  display: flex;
  -ms-display: flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 44px;
  padding: 0 4% 0 4%;
  z-index: 10;
}
.type_featured .text_slide strong {
  max-width: 420px;
  max-height: 370px;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 55px;
  font-weight: 800;
  position: relative;
}
.type_featured .text {
  max-width: 620px;
  max-height: 85px;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}

.type_featured .link_detail {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 1.6em;
}
.type_featured .slide_page {
  position: absolute;
  left: 37px;
  bottom: 60px;
  font-size: 0;
  text-align: center;
  z-index: 10;
}
.type_featured .slide_page li {
  display: inline-block;
}
.type_featured .ico_circle {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  outline: 0;
}
@media screen and (max-width: 1406px) {
  .type_featured .wrapper.p-top-bottom {
    padding: 0;
  }
  .type_featured .text_slide {
    padding: 0 4%;
    font-size: 40px;
  }
  .type_featured .box_arrow {
    display: none;
  }
  .type_featured .slide_zone {
    border-radius: unset;
  }
}
@media screen and (max-width: 1025px) {
  .type_featured .text_slide strong {
    max-height: 140px;
    font-size: 22px;
    -webkit-line-clamp: 2;
  }
  .type_featured .text_slide {
    position: absolute;
    top: 30px;
    height: auto;
    padding: 0 24px;
    font-size: 32px;
  }
  .type_featured .text_slide .text {
    width: 100%;
    margin: 0;
    line-height: 28px;
  }
  .type_featured .slide_page {
    left: 24px;
    bottom: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .category_type_notice .list_category,
  .list_type_notice {
    display: block;
  }
  .type_featured .link_detail {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .type_featured .ico_circle {
    width: 8px;
    height: 8px;
  }
}
.tagbox {
  border-top: 1px solid #e4e8eb;
  padding: 8px 0;
  box-sizing: border-box;
}
.tagbox .tagbox_inner {
  display: flex;
  overflow-x: auto;
  height: 55px;
  line-height: 55px;
}
.tagbox .tagbox_inner .tagbox_item {
  margin-right: 20px;
}
.tagbox .tagbox_inner .tagbox_item a {
  border: 1px solid #e4e8eb;
  border-radius: 2em;
  padding: 0.4em 1.6em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tagbox .tagbox_inner .tagbox_item a:hover {
  border: 1px solid #f60;
  color: #f60;
}
.tagbox .tagbox_inner .tagbox_item:last-child {
  margin-right: 0;
}
.type_post {
  max-width: 1180px;
  margin: 120px auto -20px auto;
  overflow: hidden;
}
.type_post:after {
  content: "";
  display: block;
  clear: both;
}
.category_type_post .list_category,
.type_post .list_post {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.category_type_post .item_category,
.list_post .item_post {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.category_type_post .link_category,
.list_post .link_post {
  position: relative;
  display: block;
  margin: 0 10px;
  padding-top: 143%;
  background-size: cover;
  background-position: 50% 50%;
}
.category_type_post .item_category:hover .link_category:before,
.list_post .item_post:hover .link_post:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.category_type_post .date,
.list_post .info .date {
  display: none;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.31;
}
.category_type_post .link_category:hover .info,
.list_post .link_post:hover .info {
  display: flex;
}
.category_type_post .link_category .info,
.list_post .link_post .info {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.category_type_post .link_category .info .name,
.list_post .link_post .info .name {
  display: block;
  width: calc(100% - 80px);
  max-height: 65px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.33;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1025px) {
  .title_list_section {
    font-size: 1.8em;
  }
  .title_section {
    margin: 0 0 20px 0;
    font-size: 20px;
    text-align: left;
  }
  .category_type_post,
  .list_post {
    margin: 0 -1px;
  }
  .category_type_post .item_category,
  .list_post .item_post {
    margin-bottom: 1px;
  }
  .category_type_post .link_category,
  .list_post .link_post {
    margin: 0 0.5px;
  }
  .category_type_post .item_category .link_category:before,
  .item_post .link_post:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
  }
  .category_type_post .link_category .info,
  .list_post .link_post .info {
    display: flex;
  }
  .category_type_post .link_category .info .name,
  .list_post .link_post .info .name {
    width: calc(100% - 32px);
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .category_type_post .link_category .info .name,
  .list_post .link_post .info .name {
    width: calc(100% - 32px);
    font-size: 13px;
  }
}
.type_card {
  width: 100%;
  min-height: 360px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  pointer-events: auto;
}
.type_card:last-child {
  border-bottom: 0;
}
.type_card .swiper_type_card {
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}
.type_card .swiper_type_card .list_type_card {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.type_card .type_card_prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: -15px;
  top: 50%;
  font-size: 32px;
  color: #c3c3c3;
}
.type_card .type_card_next {
  position: absolute;
  right: -15px;
  top: 50%;
  font-size: 32px;
  color: #c3c3c3;
}
.type_card .item_card {
  display: block;
  width: 90%;
}
.type_card:after {
  content: "";
  display: block;
  clear: both;
}
.type_card .arrow_inner {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}
.type_card:hover .arrow_inner {
  opacity: 1;
}
.type_card .type_card_prev.disabled,
.type_card .type_card_next.disabled {
  opacity: 0.35;
  cursor: none;
  pointer-events: none;
}
.pagination_type_card .swiper-pagination-bullet {
  margin: 0 4px;
}
.list_type_card {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list_type_card .item_card {
  display: inline-block;
  width: 19.4%;
  height: 100%;
  vertical-align: top;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.list_type_card .item_card strong {
  display: block;
  margin: 18px 8px 6px 0;
  font-size: 16px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list_type_card .item_card .thumnail {
  display: block;
  width: 100%;
  min-height: 138px;
  border-radius: 0.6em;
  background: var(--s-bg-color);
  background-size: cover;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
.list_type_card .item_card:hover .thumnail {
  opacity: 1;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 14px 24px hsl(218deg 53% 10% / 12%);
}
.list_post .item_post .thumnail {
  display: block;
  width: 100%;
  min-height: 138px;
  background-position: 50% 50%;
  border-radius: 0.6em;
}
.list_type_card .item_card .text {
  max-height: 78px;
  margin: 0;
  font-size: 14px;
  color: inherit;
  line-height: 1.71;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1025px) {
  .type_card {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .type_card .item_card strong {
    margin: 16px 8px 4px 0;
    -webkit-line-clamp: 1;
  }
  .type_card .item_card .text {
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
  .type_card .arrow_inner {
    display: none;
  }
  .list_type_card .item_card {
    width: 90%;
  }
  .list_type_card .item_card .thumnail {
    padding-top: 62.5%;
  }
}
.list_type_banner {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_type_banner .link_banner {
  position: relative;
  display: block;
  border-radius: 0.2em;
  height: 100%;
  font-size: 24px;
  transition: all 0.2s ease-out;
  background-position: 100% 100%;
  background-size: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: var(--g-bg-color);
}
.list_type_banner .box_content {
  width: 70%;
  padding: 47px 45px 50px 30px;
}
.list_type_banner .link_banner strong {
  display: block;
  max-height: 58px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list_type_banner .link_banner .btn_go {
  position: absolute;
  left: 50px;
  bottom: 48px;
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 42px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
.type_banner .type_banner_prev {
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 32px;
  color: #c3c3c3;
}
.type_banner .type_banner_next {
  position: absolute;
  top: 50%;
  right: -15px;
  font-size: 32px;
  color: #c3c3c3;
}
.type_banner .arrow_inner {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}
.type_banner:hover .arrow_inner {
  opacity: 1;
}
.type_banner .swiper_type_banner {
  min-height: 280px;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.pagination_type_banner {
  margin-top: 60px;
}
.pagination_type_banner .swiper-pagination-bullet {
  margin: 0 4px;
}
@media screen and (max-width: 1025px) {
  .type_banner {
    padding: 0 0 30px 0;
  }
  .type_banner .wrapper {
    padding: 0;
  }
  .list_type_banner .box_content {
    width: 100%;
    padding: 20px;
  }
  .list_type_banner .link_banner strong {
    display: block;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    overflow: hidden;
  }
  .list_type_banner .link_banner .btn_go {
    display: none;
  }
  .type_banner .arrow_inner {
    display: none;
  }
  .type_banner .swiper_type_banner {
    min-height: auto;
    height: auto;
  }
}
.type_notice {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  pointer-events: auto;
}
.type_notice:after {
  content: "";
  display: block;
  clear: both;
}

.type_notice .thumnail {
  flex: none;
  display: block;
  width: 75px;
  padding-top: 50px;
  margin-right: 14px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0.4em;
  background: var(--s-bg-color);
  background-size: cover;
  -webkit-transition: background-image 0.05s linear;
  transition: background-image 0.05s linear;
}
.type_notice .info {
  overflow: hidden;
}
.list_type_notice:after {
  content: "";
  display: block;
  clear: both;
}
.list_type_notice .item_notice:after {
  content: "";
  display: block;
  clear: both;
}
.list_type_notice .link_notice {
  display: flex;
  align-items: center;
  color: inherit;
  pointer-events: inherit;
  transition: all 0.2s ease-out;
  outline: none;
}
.list_type_notice .link_notice strong {
  width: 90%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list_type_notice .link_notice .text {
  width: 400px;
  font-size: 14px;
  line-height: 24px;
  margin: 6px 0 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.list_type_notice .link_notice .date {
  display: block;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.5;
}
.category_type_notice .item_category:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1025px) {
  .type_notice {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .list_type_notice .item_notice {
    width: 100%;
  }
  .type_notice .thumnail {
    flex: none;
    width: 80px;
    padding-top: 55px;
    margin-right: 16px;
  }
  .list_type_notice .item_notice {
    padding: 10px 0;
    box-sizing: border-box;
  }
  .list_type_notice {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .list_type_notice .link_notice strong {
    width: 220px;
    font-size: 14px;
    line-height: 1.2;
  }
  .list_type_notice .link_notice .text {
    width: 200px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
  }
  .type_notice .info {
    flex: 1;
    padding-top: 0;
  }
}
.area_category {
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px 24px 0 24px;
}
.area_category a {
  text-decoration: none;
}
.area_category .category_cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.area_category .list_image_bg {
  width: 55%;
}
.area_category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.area_category .title_section span {
  padding-left: 8px;
  font-size: 16px;
}
.area_category .link_category .category_text {
  text-indent: -99999px;
  display: none;
}
.category_type_post {
  margin-bottom: 60px;
}
.category_type_post .list_category:after {
  content: "";
  display: block;
  clear: both;
}
.category_type_post .link_category .text {
  display: none;
}
@media screen and (max-width: 1025px) {
  .area_category .list_image_bg {
    display: none;
  }
  .area_category .title_section {
    text-align: left;
  }
}
.category_type_related .list_category {
  list-style: none;
  margin: 0 -8px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
}
.category_type_notice .thumnail,
.category_type_related .thumnail {
  display: block;
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 6px;
  background: var(--s-bg-color);
  background-size: cover;
  -webkit-transition: background-image 0.2s ease-in;
  transition: background-image 0.2s ease-in;
}
.category_type_related .item_category {
  display: inline-block;
  width: 25%;
  margin-bottom: 54px;
  vertical-align: top;
}
.category_type_related .link_category {
  display: block;
  padding: 0 8px;
  background: 0 0 !important;
}
.category_type_related .box_content {
  width: 100%;
}
.category_type_related .link_category strong {
  display: block;
  margin: 18px 0 6px 0;
  line-height: 28px;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category_type_related .link_category strong img {
  width: 15px !important;
}
.category_type_related .link_related .info {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.71;
}
.category_type_related .link_category .text {
  max-height: 70px;
  margin: 0 0 13px 0;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 95%;
}
.category_type_related .link_category .date {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 1025px) {
  .category_type_related .list_category {
    padding-top: 40px;
  }
  .category_type_related .item_category {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .category_type_related .link_category strong {
    display: block;
    margin: 12px 0 4px 0;
    font-size: 17px;
  }
  .category_type_related .link_category .text {
    margin: 0 0 10px 0;
  }
}
.area_view {
  position: relative;
}
.area_index_category a {
  text-decoration: none;
}
.area_index_category .list_category {
  list-style: none;
  border: none;
  box-sizing: border-box;
}
.area_view .article_header .title_post {
  display: block;
  font-size: 40px;
  line-height: 1.5em;
}
.area_view .article_header .info {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.area_view .txt_post {
  height: 160px;
  margin: 40px 0 30px 0;
  -webkit-line-clamp: 6;
}
.area_view .article_modify {
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
}
.area_view .article_modify:after {
  content: "";
  display: block;
  clear: both;
}
.area_view .list_share {
  margin: 60px 0 48px 0;
  font-size: 0;
  text-align: center;
}
.area_view .list_share:after {
  content: "";
  display: block;
  clear: both;
}
.area_view .list_share .item_share {
  display: inline-block;
  margin-right: 12px;
  list-style: none;
}
.area_view .list_share .link_share {
  display: flex;
  -ms-display: flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 48px;
  font-size: 28px;
  color: var(--color-level-1);
  text-decoration: none;
  text-align: center;
}
.area_view .article_modify .box_util {
  float: left;
}
.area_view .article_modify button {
  background: 0 0;
  padding: 5px;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
.area_view .article_modify i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(http://t1.daumcdn.net/tistory_admin/static/admin/editor/ico_postbtn.png)
    no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.area_view .article_modify .btn_like {
  padding-right: 10px;
  background: url(images/ico_dot.gif) no-repeat center right;
  line-height: 14px;
}
.area_view .article_modify .btn_share {
  margin-top: 15px;
}
.area_view .article_modify .btn_like .icon {
  background-position: 0 0;
}
.area_view .article_modify .btn_like .icon_like {
  background-position: -20px 0;
}
.area_view .article_modify .btn_share .icon {
  margin-top: 1px;
  background-position: -40px 0;
}
.area_view .article_modify .box_ccl {
  float: right;
  padding-top: 20px;
}
.area_view .box_ccl .link_ccl {
  display: inline-block;
}
.another_category {
  display: none;
}
@media screen and (max-width: 1025px) {
  .area_view {
    padding: 0 24px;
  }
  .area_view .article_header {
    text-align: left;
  }
  .area_view .article_header .inner_header {
    height: calc(100vh * 0.25);
    padding: 0 20px;
    box-sizing: border-box;
  }
  .type_article_header_common .inner_header {
    height: 520px;
  }
  .area_view .article_header .info_text {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .area_view .article_header .title_post {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
  }
}
.article_view {
  max-width: 960px;
  margin: 20px auto 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.article_view p {
  font-size: 16px;
  line-height: 1.88;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

.article_view video {
  border: 1px solid #e6e6e6;
}
.article_view h1,
.article_view h2,
.article_view h3,
.article_view h4,
.article_view p {
  color: var(--color-level-1);
}
.article_view h1 {
  font-size: 32px;
  line-height: 1.33;
  padding-top: 2em;
}
.article_view h2:first-child {
  padding-top: 1.4em;
}
.article_view h2 {
  font-size: 26px;
  line-height: 1.38;
  padding-top: 1em;
}
.article_view h3 {
  font-size: 23px;
  line-height: 1.4;
  padding-top: 1em;
}
.article_view h4 {
  font-size: 20px;
  line-height: 1.33;
  padding-top: 0.8em;
}
.article_view blockquote {
  margin: 0;
  padding-left: 19px;
  border-left: 1px solid;
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-level-1);
}
.article_view ol,
.article_view ul {
  margin: 0;
  padding: 0 0 0 19px;
}
.article_view ul li {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-level-1);
  word-break: break-all;
  padding-bottom: 0.4rem;
}
.article_view ol {
  margin-bottom: 1em;
  margin-top: 1em;
}
.article_view ol li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-level-1);
  word-break: break-all;
  list-style: auto;
}
.article_view figure {
  margin: 0;
}
figure[data-ke-type="opengraph"] div.og-text p.og-title,
#tt-body-page figure[data-ke-type="opengraph"] div.og-text p.og-title {
  color: var(--color-level-1);
}
#tt-body-page iframe {
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  padding: 0;
}
.article_view table {
  border-collapse: collapse;
}
.article_view table thead tr {
  background: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #000;
}
.article_view pre {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(34, 85, 51, 0.87);
  white-space: pre-wrap;
  position: relative;
  margin-top: 1em;
  border-radius: 0.6em;
  box-shadow: 0 0.1em 0.4em rgb(0 0 0 / 30%);
}
.article_view pre .code_btn {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.article_view pre:hover .code_btn {
  opacity: 1;
}
.article_view pre code.hljs {
  padding: 20px;
}

.article_view .cap1 {
  font-size: 14px;
  color: var(--color-level-1);
}
.article_view a {
  display: inline-block;
  color: #3d62ce;
}
.article_view a:hover {
  opacity: 0.7;
}
.article_view .moreless_fold span,
.article_view .moreless_top span {
  font-size: 16px;
  line-height: 2.5;
}
.article_view .moreless_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.article_view .moreless_bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.article_view .moreless_bottom span {
  display: none;
}
.article_view .footnote a {
  text-decoration: none;
}
.article_view .footnotes li {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
}
.article_view .table-overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article_view .table-overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article_view img {
  max-width: 100%;
}
.protected_form input {
  border: 1px solid #e1e1e1;
  padding: 9px 14px;
  font-size: 14px;
}

@media screen and (max-width: 743px) {
  .article_view iframe {
    width: 100%;
    height: 56vw;
    -ms-height: 56vmax;
  }
}
@media screen and (max-width: 768px) {
  .article_view {
    margin-top: 0px;
  }
}
.list_index a {
  text-decoration: none;
}
.list_index {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.list_index:first-child {
  margin-top: 168px;
}
.list_index:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 1025px) {
  .list_index:first-child {
    margin-top: 100px;
  }
}
.list_index.category_type_related {
  display: inline-block;
  width: 33.3%;
  margin-left: -2px;
  margin-right: -2px;
}
.list_index.category_type_related:first-child {
  margin-top: 200px;
}
.list_index.category_type_related:last-child {
  margin-bottom: 0;
}
.list_index.category_type_related .item_category {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .list_index.category_type_related {
    width: 100%;
    margin: 0;
  }
  .list_index.category_type_related:first-child {
    margin-top: 120px;
  }
  .list_index.category_type_related .link_category {
    padding: 0;
  }
}
.area_view .absent_post {
  margin-top: 240px;
}
@media screen and (max-width: 1025px) {
  .area_view .absent_post {
    margin: 200px 0 90px 0;
  }
}
.newItem {
  display: inline-block;
  line-height: 1px;
  text-align: center;
  position: relative;
  font-size: 7px;
  font-weight: 900;
  top: -1px;
  right: -4px;
  border-radius: 0.6em;
  padding: 0.9em 0.5em;
}
.bridge {
  display: inline-block;
  margin: 0 0 -4px -10px;
  padding: 0.5em;
  border-radius: 1em;
}
.revenue_unit_wrap.position_list {
  max-width: 1180px;
  margin: 30px auto;
}
.arrow_inner .type_banner_prev.swiper-button-disabled,
.arrow_inner .type_banner_next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.layer_tooltip {
  border-radius: 0.5em !important;
}
.layer_tooltip .inner_layer_tooltip {
  padding: 0 !important;
}
.layer_tooltip .inner_layer_tooltip .desc_g {
  padding: 20px !important;
  font-weight: 600;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
}

.clipboard {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  text-indent: -1000px;
  position: absolute;
}

.top-btn {
  position: fixed;
  z-index: 9;
  overflow: hidden;
  padding: 5px;
}
.top-btn button {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 10px;
  box-shadow: 0 2px 6px #00000026;
  background-color: #fff;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.top-btn button.on {
  overflow: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* ---- MO 매인페이지 min-width:320px ST ---- */
@media screen and (min-width: 320px) {
  #wrap {
    padding-left: 0;
    padding-top: 124px;
    background-color: var(--g-bg-color);
  }
  #tt-body-index #main {
    min-height: 85vh;
    padding-bottom: 3%;
  }
  #container {
    position: static;
  }
  #container::before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #container.on::before {
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .type_featured .slide_zone {
    max-height: 366px;
    min-height: 340px;
    height: calc(var(--vh, 1vh) * 100);
    border-radius: unset;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  .type_featured .link_slide {
    max-height: 366px;
    min-height: 340px;
    height: calc(var(--vh, 1vh) * 100);
  }
  .type_featured .slide_zone .home-wrap__control.control_a {
    display: none;
    width: 150px;
    height: 35px;
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: #fff;
    border: 1px solid #e6e6e6;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0.4em;
    z-index: 20;
  }
  .type_featured .slide_zone .home-wrap__control.control_b {
    display: block;
    z-index: 1;
  }
  .slide_item .link_slide {
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .slide_item .link_slide .bg_gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slide_item .link_slide .img_inner {
    width: 65%;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(70%, -20%);
    transform: translate(70%, -20%);
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 10px 16px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 16px 0px;
  }
  .slide_item .link_slide .img_inner img {
    width: 100%;
  }

  .tag_board {
    display: block;
  }

  .api .accordions h3 {
    margin-top: 0;
  }
  .api .api_inner > li {
    margin-bottom: 10px;
  }
  .api .api_inner > li a {
    margin-bottom: 0;
    display: block;
    padding: 5px 0 5px 12px;
    font-size: 14px;
    font-weight: 400;
  }

  .sidebar_menu .sidebar_menu_tabs {
    width: auto;
    margin: 0 20px;
    border-radius: 1.2em;
    cursor: pointer;
    margin-bottom: 40px;
  }
  .sidebar_menu .sidebar_menu_tabs .tabs_itmes {
    height: 42px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
  }
  .sidebar_menu .sidebar_menu_tabs .tabs_itmes .tab_itme {
    width: 40%;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
  .sidebar_menu .sidebar_menu_tabs .tabs_itmes .tab_itme:nth-child(2):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 28%;
    right: calc(100% * -0.15);
  }
  .sidebar_menu .sidebar_menu_tabs .tabs_itmes li:first-child {
    height: 26px;
    width: 38%;
    border-radius: 1.2em;
    position: absolute;
    top: 19%;
    left: calc(100% * 0.06);
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
    -webkit-transition: transform 0.02s ease-in-out;
    transition: transform 0.02s ease-in-out;
  }
  .sidebar_menu .sidebar_menu_tabs .tabs_itmes .LIGHT {
    transform: translateX(0px);
  }
  .sidebar_menu .sidebar_menu_tabs .tabs_itmes .DARK {
    transform: translateX(calc(var(--vw, 1vw) * 50));
  }
  .sidebar_menu .sidebar_menu_tabs .tabs_itmes li:first-child {
    border: 1px solid #fff;
    box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
  }
  .icon.ic-sun,
  .ic-moon {
    width: 20px;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
    margin-right: 5px;
  }

  .box_gnb.on {
    display: block;
  }
  .box_gnb h3 {
    display: block;
    margin-top: 10px;
    padding: 15px 0 12px 0;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .box_gnb .t_menu_category a {
    height: 44px;
    line-height: 44px;
    padding: 0 26px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0;
  }
  .box_gnb .t_menu_category a:hover {
    background-color: var(--border-color-2);
  }
  .box_gnb:nth-child(1) {
    display: none;
  }
  .box_gnb:nth-child(2) {
    display: none;
  }
  .box_gnb.on:nth-child(1) {
    display: block;
  }
  .box_gnb.on:nth-child(2) {
    display: block;
  }

  .swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 4px 0;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 60px;
  }
  .swiper-page {
    text-align: center;
    position: absolute;
    bottom: 6px;
    left: 50% !important;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.2;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
  }
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 2px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
  }
  .swi_btn {
    width: 33px;
    height: 100%;
    line-height: 33px;
    margin: 0;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: 12;
    outline: none;
  }
  .swi_btn i {
    color: #fff;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: calc(100% * 0.45);
    top: auto;
    height: 4px;
    left: 30px;
    bottom: 20px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    font-size: 12px;
    font-weight: 600;
    left: 30px;
  }
  .swiper-pagination-progressbar {
    background: rgba(228, 228, 228, 0.4) !important;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }

  .ic-next,
  .ic-prev {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .typeNotice_next,
  .typeCard_next {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    position: absolute;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 5px 8px 0 rgb(33 37 41 / 5%);
    text-align: center;
    -webkit-transform: translate(-20px, -10px);
    transform: translate(-20px, -10px);
    cursor: pointer;
    z-index: 1;
    outline: none;
  }
  .typeNotice_prev,
  .typeCard_prev {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    position: absolute;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 5px 8px 0 rgb(33 37 41 / 5%);
    text-align: center;
    -webkit-transform: translate(-70px, -10px);
    transform: translate(-70px, -10px);
    cursor: pointer;
    z-index: 1;
    outline: none;
  }
  .typeNotice_next.disabled,
  .typeNotice_prev.disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .typeCard_next.disabled,
  .typeCard_prev.disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  .type_notice .swiper_type_notice {
    width: 100%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    pointer-events: auto;
  }

  .list_type_notice {
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: auto;
    display: flex;
    height: calc(4 * 54px + 16px * (4 - 1));
    flex-flow: column wrap;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .list_type_notice .item_notice {
    width: 95%;
    height: calc((100% - 20px) / 4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: auto;
  }

  .category_type_notice img {
    width: 100%;
    border-radius: 1rem;
  }

  .category_type_notice .list_category {
    display: flex;
    flex-wrap: wrap;
  }
  .category_type_notice .list_category .item_category {
    flex: 1 1 40%;
    padding: 10px;
  }
  .category_type_notice .list_category .item_category .item-thumbnail {
    border: 0;
  }

  .list_type_card .item_card a {
    display: block;
    padding: 0 10px 0 0;
    outline: none;
  }
  .list_type_card .item_card .thumb-category {
    margin-top: 8px;
  }
  .list_type_card .item_card .thumb-category a {
    margin-right: 6px;
    margin-bottom: 6px;
    white-space: nowrap;
    padding: 6px;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    color: var(--color-level-1);
    background: var(--s-bg-color-3);
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .list_type_card .item_card .thumb-category a:hover,
  .list_type_card .item_card .thumb-category a:active {
    color: #fff;
    background: #f60;
  }
  .list_type_card {
    -ms-overflow-style: none;
  }
  .list_type_card::-webkit-scrollbar {
    display: none;
  }

  .swiper-pagination {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .swiper-playpau {
    display: none;
  }
  .swiper-playpau.on {
    display: block;
  }

  .type_banner .list_type_banner .img_inner {
    width: 28%;
    padding-top: 24%;
    overflow: hidden;
    border-radius: 0.3em;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    background-size: cover;
    background-position: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .type_banner .list_type_banner {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
  }
  .type_banner .list_type_banner .item_banner {
    width: 100%;
    margin: 10px 0;
  }
  .type_banner .list_type_banner .link_banner strong {
    width: 60%;
    font-size: 16px;
  }
  .type_banner .list_type_banner .link_banner .text {
    width: 60%;
    max-height: 80px;
    margin: 12px 4px 0 2px;
    font-size: 12px;
    line-height: 1.62;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .counter .count {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 20px;
    padding: 20px;
    border-radius: 0.2em;
  }
  .counter .count .visita {
    font-size: 12px;
    font-weight: 800;
  }
  .counter .count .txt {
    margin-top: 10px;
    display: block;
  }
  .counter .count .txt strong {
    margin-top: 5px;
    display: inline-block;
  }
  .counter .count:last-child {
    margin-right: 0;
  }

  .tbas_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tbas_inner .inner {
    width: 100%;
    border-radius: 0.6em;
  }
  .tbas_inner .btn_inner .tab_btn_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .tbas_inner .btn_inner .line_inner {
    margin-top: 20px;
  }
  .tbas_inner .btn_inner .line_inner i:first-child {
    display: block;
    height: 3px;
    -webkit-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
  }
  .tbas_inner .btn_inner .line_inner i.Number {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  .tbas_inner .btn_inner .line_inner i.STORY {
    -webkit-transform: translate(99px, 0);
    transform: translate(99px, 0);
    opacity: 0;
  }
  .tbas_inner .btn_inner .bg_line {
    width: 100%;
    height: 1px;
    display: block;
    background-color: var(--border-color);
  }
  .tab_btn {
    padding: 20px 0 0 20px;
    cursor: pointer;
    white-space: nowrap;
  }
  .tab_item {
    display: none;
    padding: 20px;
    box-sizing: border-box;
  }
  .tab_item.active {
    display: block;
  }

  .share_temp,
  .share_like1 {
    width: 90%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .share_temp.on,
  .share_like1.on {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .share_temp strong,
  .share_like1 strong {
    font-size: 14px;
  }
  .share_temp input {
    height: 0;
    text-indent: -99999px;
  }
  .share_temp .txt,
  .post_like1 {
    padding: 20px;
    border-radius: 0.5em;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
  }

  .tt_category > li .category_list > li.active {
    position: relative;
  }
  .tt_category > li .category_list > li.active::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 44px;
    position: absolute;
  }
  .tt_category > li .category_list > li .sub_category_list > li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 44px;
    position: absolute;
  }

  .area_sidebar {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 20px;
    left: 0;
    box-sizing: border-box;
    z-index: 33;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .area_sidebar .box_tool {
    padding: 20px 26px 40px 26px;
    box-sizing: border-box;
    text-align: left;
  }
  .area_sidebar::-webkit-scrollbar {
    display: none;
  }
  .area_sidebar.on {
    top: 0;
    opacity: 1;
    visibility: initial;
  }
  .area_sidebar .inner_sidebar .sidebar_header .link_logo .img_logo {
    display: none;
  }
  .area_sidebar .inner_sidebar .sidebar_header .link_logo strong {
    font-size: 24px;
  }
  .area_sidebar .inner_sidebar .sidebar_header .tit_logo {
    display: inline-block;
    vertical-align: middle;
  }
  .area_sidebar .box_sns .list_sns li {
    font-size: 16px;
    font-weight: 600;
  }
  .area_sidebar .box_sns .list_sns li a {
    height: 44px;
    line-height: 44px;
    padding: 0 26px;
    box-sizing: border-box;
    display: block;
    padding: 0 26px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  .area_sidebar .box_sns .list_sns li a:hover {
    background-color: var(--border-color-2);
  }
  .area_sidebar .box_sns .list_sns li .icon_common {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .area_sidebar .box_sns .list_sns li .icon_txt {
    display: inline-block;
    vertical-align: middle;
  }
  .area_sidebar .sidebar_contents {
    min-height: auto;
  }
  .area_sidebar .skin_link_inner {
    position: relative;
  }
  .area_sidebar .skin_link {
    width: 85%;
    min-width: 250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 0.4em;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
  }
  .area_sidebar .skin_link .item {
    width: 100%;
  }
  .area_sidebar .skin_link .item a {
    display: block;
  }
  .area_sidebar .skin_link .item a .bg_img {
    width: 100%;
    height: calc(var(--vh, 1vh) * 26);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 0.4em;
  }
  .area_sidebar .skin_link_inner .skin_Tit {
    text-align: center;
    font-size: 12px;
    margin-top: 16px;
  }

  .area_sidebar .category.is-loading .sidebar_tit {
    width: 220px;
    height: 25px;
    margin-left: 20px;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 15px;
    text-indent: -99999px;
    position: relative;
  }
  .area_sidebar .category.is-loading .category_list {
    position: relative;
  }
  .area_sidebar .category.is-loading .category_list > li a {
    width: 220px;
    margin: 10px auto 10px auto;
    height: 18px;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 15px;
    text-indent: -99999px;
    position: relative;
  }
  .area_sidebar .sidebar_sns.is-loading .sidebar_tit {
    width: 220px;
    height: 25px;
    margin-left: 20px;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 15px;
    text-indent: -99999px;
    position: relative;
  }
  .area_sidebar .sidebar_sns.is-loading .list_sns > li a {
    width: 220px;
    margin: 10px auto 10px auto;
    height: 18px;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 15px;
    text-indent: -99999px;
    position: relative;
  }

  .area_sidebar .sidebar_sns.is-loading .sidebar_tit:after,
  .area_sidebar .sidebar_sns.is-loading .list_sns > li a:after,
  .area_sidebar .category.is-loading .sidebar_tit:after,
  .area_sidebar .category.is-loading .category_list > li a:after {
    content: "";
    animation: ssc-loading 1s ease-in infinite;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 1;
    background: linear-gradient(
      90deg,
      transparent,
      hsla(0, 0%, 100%, 0.3),
      transparent
    );
  }

  .mo_footer_menu {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 21;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid var(--border-color);
    -webkit-transition: bottom 0.25s ease-in-out;
    transition: bottom 0.25s ease-in-out;
  }
  .mo_footer_menu.on {
    bottom: -60px;
  }
  .mo_footer_menu .menu {
    display: inline-block;
    width: auto;
    color: var(--color-level-1);
  }
  .mo_footer_menu .menu a {
    display: block;
    height: 60px;
    line-height: 46px;
    position: relative;
  }
  .mo_footer_menu .menu p {
    width: 100%;
    font-size: 10px;
    position: absolute;
    bottom: 2px;
    font-weight: 600;
    text-align: center;
    bottom: -7px;
  }
  .mo_footer_menu i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    line-height: 40px;
    font-size: 20px;
    vertical-align: inherit;
    margin-right: 0;
  }
  .mo_footer_menu .logo img {
    width: 18px;
    line-height: inherit;
  }

  .mo_footer_menu.on .icon.ic-plus-thin {
    display: none;
  }
  .mo_footer_menu.on .top {
    display: block;
  }

  .category_inner {
    display: block;
  }
  .category_inner .category_list .link_item {
    display: none;
  }
  .sub_category_list .link_sub_item img {
    display: none;
  }
  .category_list .link_item img {
    width: auto;
  }
  .category .category_list .sub_category_list .link_sub_item {
    margin-left: 25px;
  }

  .close_icon {
    cursor: pointer;
  }
  .close_icon i {
    font-weight: 600;
  }

  .notice_template {
    position: absolute;
    top: 55px;
    right: -10px;
    z-index: 22;
    border-radius: 0.4em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .notice_template .notice_wrap {
    width: 220px;
    position: relative;
    border-radius: 0.4em;
  }
  .notice_template .tit_list {
    padding: 12px 0 12px 24px;
    font-size: 13px;
  }
  .notice_template.on {
    opacity: 1;
    visibility: initial;
  }
  .notice_template .inner {
    max-height: 180px;
    overflow-y: auto;
  }
  .notice_template .closeIcon {
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
  }
  .notice_template .contents .item_sidebar a {
    padding: 17px 24px 20px;
    border-bottom: 1px solid var(--border-color);
  }
  .notice_template .contents .item_sidebar:last-child a {
    border-bottom: 0;
  }

  .typeNotice_next,
  .typeNotice_prev {
    display: none;
  }
  .typeCard_next,
  .typeCard_prev {
    display: none;
  }

  #tt-body-index .area_category .category_cover {
    display: none;
  }
  .top-btn {
    bottom: 70px;
    right: 20px;
  }
}
/* ---- MO 매인페이지 min-width:320px ED ---- */
/* ---- PC 매인페이지 min-width:1025px ST ---- */
@media screen and (min-width: 1025px) {
  #wrap {
    padding-left: 300px;
    padding-top: 127px;
  }
  #tt-body-index #main {
    padding-top: 40px;
    padding-bottom: 0;
  }
  #tt-body-page #main {
    min-height: 1140px;
  }
  #container {
    position: relative;
  }

  .absent_post {
    color: var(--color-level-1) !important;
  }
  .type_featured {
    border-radius: 0.6em;
    display: block;
  }
  .type_featured .slide_zone {
    max-height: 424px;
    min-height: 400px;
    border-radius: 0.8em;
    overflow: hidden;
    border: 1px solid var(--border-color);
  }
  .type_featured .link_slide {
    max-height: 424px;
    min-height: 400px;
  }
  .type_featured .slide_zone .home-wrap__control.control_a {
    display: none;
    width: 155px;
    height: 40px;
    left: 30px;
    bottom: 10px;
  }
  .type_featured .slide_zone .home-wrap__control.control_b {
    width: 92%;
    height: 2px;
    position: absolute !important;
    top: unset;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  .slide_item .link_slide {
    border-radius: 0.4em;
    overflow: hidden;
    background-size: contain;
    background-position: 100%;
    position: relative;
  }
  .slide_item .link_slide .img_inner {
    width: 24%;
    -webkit-transform: translate(120%, -50%);
    transform: translate(120%, -50%);
  }

  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: unset;
    left: 50%;
    bottom: 12%;
    right: 0;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
  }
  .swi_btn {
    line-height: 40px;
  }
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 2px !important;
    left: 50% !important;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    left: 60px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .swiper_type_banner:hover.swiper-container-horizontal > .swiper-scrollbar {
    opacity: 1;
  }
  .swiper_type_card:hover.swiper-container-horizontal > .swiper-scrollbar {
    opacity: 1;
  }
  .swiper-button-next.swiper-button-disabled .prev,
  .swiper-button-prev.swiper-button-disabled .prev {
    pointer-events: none;
  }

  .typeNotice_next {
    -webkit-transform: translate(-40px, -10px);
    transform: translate(-40px, -10px);
  }
  .typeNotice_prev {
    -webkit-transform: translate(-85px, -10px);
    transform: translate(-85px, -10px);
  }
  .typeNotice_next,
  .typeNotice_prev {
    display: block;
  }

  .typeCard_next {
    -webkit-transform: translate(-40px, -10px);
    transform: translate(-40px, -10px);
  }
  .typeCard_prev {
    -webkit-transform: translate(-85px, -10px);
    transform: translate(-85px, -10px);
  }
  .typeCard_next,
  .typeCard_prev {
    display: block;
  }

  .type_notice .swiper_type_notice {
    width: 100%;
    height: 263px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    overflow: hidden;
    z-index: 1;
  }

  .type_banner .list_type_banner {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
  }
  .type_banner .list_type_banner .item_banner {
    width: 32.0333%;
    margin: 0 calc(100% * 0.02) 0 0;
  }
  .type_banner .list_type_banner .item_banner:last-child {
    margin: 0;
  }
  .type_banner .list_type_banner .link_banner strong {
    width: auto;
    font-size: 18px;
  }
  .type_banner .list_type_banner .link_banner .text {
    width: 100%;
    font-size: 16px;
    -webkit-line-clamp: 1;
  }

  .list_type_notice {
    height: calc(4 * 48px + 18px * (4 - 1));
  }

  .list_type_notice .item_notice {
    width: calc((1700px - 4 * 24px) / 3);
  }

  .list_type_card .item_card a {
    padding: 0 10px 10px 0;
  }

  .counter .counterfix {
    display: flex;
    justify-content: space-around;
  }
  .counter .count {
    margin-bottom: 0;
  }
  .counter .count .txt {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .counter .count .txt p {
    font-size: 22px;
  }
  .counter .count .txt strong {
    font-size: 22px;
  }

  .share_temp {
    min-width: 320px;
    width: auto;
  }
  .share_like1 {
    min-width: 340px;
    width: auto;
  }
  .share_temp strong,
  .share_like1 strong {
    font-size: 16px;
  }

  .tt_category > li .category_list > li.active::before {
    top: 0;
    right: 0;
  }
  .tt_category > li .category_list > li .sub_category_list > li::before {
    top: 0;
    right: 0;
  }

  .area_sidebar {
    display: block;
    width: 300px;
    height: 100%;
    border-right: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: initial;
  }
  .area_sidebar .box_tool {
    padding: 20px 0 40px 26px;
    text-align: left;
  }
  .area_sidebar .sidebar_contents {
    min-height: 80%;
  }
  .area_sidebar .sidebar_header .link_logo {
    display: block;
  }
  .area_sidebar .inner_sidebar .sidebar_header {
    text-align: center;
  }
  .area_sidebar .inner_sidebar .sidebar_header .img_logo {
    display: block;
    margin-bottom: 10px;
  }
  .area_sidebar .inner_sidebar .sidebar_header .tit_logo {
    display: block;
  }
  .area_sidebar .inner_sidebar .sidebar_header .link_logo .img_logo {
    display: block;
    width: 32%;
    margin: 0 auto 10px auto;
    border-radius: 50%;
  }

  .area_sidebar .skin_link {
    display: block;
  }
  .area_sidebar .skin_link .item {
    overflow: auto;
    border-radius: unset;
  }

  .area_sidebar .skin_link .item a .bg_img {
    height: calc(var(--vh, 1vh) * 16);
  }

  .mo_footer_menu {
    display: none;
  }
  .category_inner {
    display: none;
  }

  .category_list {
    position: relative;
  }
  .category_list .sub_category_list {
    display: block;
    position: relative;
  }

  .close_icon {
    display: none;
  }

  .notice_template {
    right: -10px;
  }
  .notice_template .notice_wrap {
    width: 400px;
  }

  .area_sidebar .link_tool {
    color: var(--color-level-1);
  }
  .top-btn {
    bottom: 20px;
    right: 20px;
  }
}
/* ---- PC 매인페이지 min-width:1025px ED ---- */
@media screen and (min-width: 2048px) {
  .slide_item .link_slide .img_inner {
    width: 28%;
    -webkit-transform: translate(94%, -50%);
    transform: translate(94%, -50%);
  }
  .counter .counterfix {
    display: flex;
    justify-content: space-around;
    border-radius: 0.6em;
  }
  .counter .count {
    margin-bottom: 0;
  }
  .counter .count .txt {
    margin-top: 0;
  }
  .counter .count .txt p {
    font-size: 22px;
  }
  .counter .count .txt strong {
    font-size: 22px;
  }

  .category_inner {
    display: none;
  }
  .mo_footer_menu {
    display: none;
  }

  .category_list {
    position: relative;
  }
  .category_list .sub_category_list {
    display: block;
  }
  .close_icon {
    display: none;
  }
}
/* ---- MO 상세페이지 ST ---- */
@media screen and (min-width: 320px) {
  .notice_header_cover .info_text,
  .type_article_header_cover .info_text {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    display: flex;
    height: 100%;
    color: #fff;
    -ms-display: flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 20px 20px;
    z-index: 20;
  }
  .notice_header_cover .info_text > span,
  .type_article_header_cover .info_text > span {
    font-weight: 500;
  }
  .notice_header_cover .info_text .admin_inner,
  .type_article_header_cover .info_text .admin_inner {
    margin-top: 20px;
  }
  .notice_header_cover .info_text .title_post,
  .type_article_header_cover .info_text .title_post {
    margin: 10px 0 0 0;
    font-size: 1.925em;
    font-weight: 700;
  }

  /* 구독, 좋아요 custom */
  #tt-body-page .detail_side {
    display: none;
  }
  #tt-body-page .area_paging {
    display: none;
  }

  #tt-body-page .direction {
    width: auto;
    margin: 0;
    display: block;
    padding: 0;
    column-gap: 24px;
    grid-template-rows: auto;
    grid-template-areas: "previous next";
    grid-template-columns: 1fr 1fr;
  }
  #tt-body-page .direction p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.625;
  }
  #tt-body-page .direction h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    width: 240px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #tt-body-page .direction .info {
    width: 80%;
    flex: 1 1 0%;
  }
  #tt-body-page .direction .previous {
    display: flex;
    text-align: left;
    padding: 16px;
    box-sizing: border-box;
    grid-area: next/next/next/next;
    place-self: stretch;
    box-shadow: rgb(116 129 141 / 10%) 0 3px 8px 0;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #tt-body-page .direction .previous .left {
    flex: 0 0 auto;
    font-weight: 600;
    position: absolute;
    right: 20px;
  }
  #tt-body-page .direction .next {
    display: flex;
    text-align: right;
    padding: 16px;
    box-sizing: border-box;
    grid-area: previous/previous/previous/previous;
    place-self: stretch;
    box-shadow: rgb(116 129 141 / 10%) 0 3px 8px 0;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #tt-body-page .direction .next .right {
    flex: 0 0 auto;
    font-weight: 600;
    position: absolute;
    left: 20px;
  }

  /* code 에디터 Copy */
  #tt-body-page .code_btn {
    display: flex;
    font-family: "Montserrat";
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #e6e6e6;
    z-index: 1;
    background-color: #000;
    border-radius: 0.4em;
    padding: 8px;
  }
  #tt-body-page .code_btn:before {
    display: block;
    font-size: 12px;
    content: attr(data-txt);
    color: #e6e6e6;
    padding-right: 10px;
  }
  #tt-body-page .code_btn.on {
    border: 1px solid #26cb7c;
    color: #26cb7c;
  }
  #tt-body-page .code_btn.on::before {
    color: #26cb7c;
  }
  #tt-body-page .code_btn .ic-copy {
    font-size: 12px;
  }
  #tt-body-page .hljs {
    font-family: "InputMono";
    font-size: 14px;
    font-weight: 500;
    overflow: auto;
    min-width: 100%;
    max-height: 480px;
    width: auto;
    padding: 1em 1.2em;
    box-sizing: border-box;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: #eee;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: scroll;
    -ms-overflow-style: none;
  }
  #tt-body-page .hljs::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }
  /* //code 에디터 Copy */

  #tt-body-page figure[data-ke-type="video"] {
    width: 100%;
  }
  #tt-body-page figure[data-ke-type="video"][data-video-host] iframe {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #tt-body-page figure[data-ke-type="video"] figcaption {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    white-space: nowrap;
  }
  #tt-body-page hr[data-ke-style],
  #tt-body-page hr[data-ke-style] {
    margin: 20px 0 0 0;
    border-top: 1px solid var(--border-color);
    background: none;
  }
  #tt-body-page figure figcaption {
    color: var(--color-level-3);
  }

  /* 다운로드 블럭 */
  figure.fileblock .filename,
  #tt-body-page figure.fileblock .filename {
    color: var(--color-level-1);
  }
  /* //다운로드 블럭 */

  #tt-body-page .blockquoto {
    background-color: var(--s-bg-color-4);
  }

  /* search 페이지 */
  #tt-body-search .txt_list_description {
    display: none;
  }
  #tt-body-search .area_category .list_image_bg {
    display: none;
  }
  /* // search 페이지 */

  /* tag 페이지 */
  #tt-body-tag .txt_list_description {
    display: none;
  }
  #tt-body-tag .list_image_bg {
    display: none;
  }
  #tt-body-tag .area_category .category_cover {
    justify-content: flex-start;
  }
  /* // tag 페이지 */

  /* SCROLLBAR BASE CSS */
  .scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
  }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: border-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
  }

  .scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .scroll-element {
    display: none;
  }
  .scroll-element,
  .scroll-element div {
    box-sizing: content-box;
  }

  .scroll-element.scroll-x.scroll-scrollx_visible,
  .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
  }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default;
  }
  .scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999;
  }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important;
  }
  .scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
  }
  .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  /* // SCROLLBAR BASE CSS */
  /* SCROLLBAR MAC OS X */
  .hljs > .scroll-element,
  .hljs > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
  }
  .hljs > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .hljs > .scroll-element .scroll-element_track {
    display: none;
  }
  .hljs > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .hljs > .scroll-element .scroll-bar,
  .hljs > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  .hljs > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
  }
  .hljs > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
  }
  /* scrollbar height/width & offset from container borders */
  .hljs > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
  }
  .hljs > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
  }

  .hljs > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
  }
  .hljs > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
  }

  .hljs > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
  }
  .hljs > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
  }

  /* update scrollbar offset if both scrolls are visible */
  .hljs > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
  }
  .hljs > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
  }
  /* // SCROLLBAR MAC OS X */
  /* for block of numbers */
  .hljs .hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #ccc;
    vertical-align: top;
    width: 25px;
  }
  .hljs .hljs-ln-numbers .hljs-ln-n {
    color: #555;
  }
  /* your custom style here */
  .hljs .hljs-ln td.hljs-ln-code {
    padding-left: 5px;
  }

  #tt-body-page .unit {
    display: none;
  }
  #tt-body-page .gtae {
    display: none;
  }

  #tt-body-page div[data-ke-type="moreLess"] {
    position: relative;
    margin-top: 1em;
  }
  #tt-body-page div[data-ke-type="moreLess"] ul,
  #tt-body-page div[data-ke-type="moreLess"] p {
    margin-top: 0;
    margin-bottom: 0;
  }
  #tt-body-page div[data-ke-type="moreLess"]::before {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px dashed var(--border-color);
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
  }
  #tt-body-page div[data-ke-type="moreLess"] .btn-toggle-moreless {
    background-color: var(--s-bg-color);
    color: var(--color-level-1) !important;
    display: inline-block;
    border-radius: 16px;
    padding: 2px 14px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
  }
  #tt-body-page div[data-ke-type="moreLess"] .btn-toggle-moreless:hover {
    opacity: 1;
  }

  #tt-body-page .moreless-content {
    background-color: var(--s-bg-color-5);
    border: 1px dashed var(--border-color);
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
    overflow: hidden;
    border-radius: 0.6em;
    margin-top: 10px;
  }

  #tt-body-page figure.imageblock,
  figure.imageblock {
    width: 100%;
    height: 100%;
  }
  #tt-body-page .imageblock span {
    display: block;
  }

  #tt-body-page .coffee_Gift {
    align-items: center;
    background: #ffdb4d;
    border-radius: 2rem;
    color: #121212;
    display: inline-flex;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    margin-right: auto;
    padding: 0 10px;
    cursor: pointer;
  }
  #tt-body-page .coffee_Gift button {
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    margin: 0 0 0 5px;
  }
  #tt-body-page .qr_inner {
    width: 100%;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 33;
    background-color: #33333394;
    position: fixed;
    top: 50%;
    left: 50%;
  }
  #tt-body-page .qr_inner img {
    width: 340px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
  }
}
/* ---- MO 상세페이지 ED ---- */
/* ---- PC 상세페이지 ST ---- */
@media screen and (min-width: 1025px) {
  .notice_header_cover .info_text,
  .type_article_header_cover .info_text {
    padding: 0 20px;
    justify-content: center;
  }
  .notice_header_cover .info_text > span,
  .type_article_header_cover .info_text > span {
    font-size: 1.2em;
  }
  .notice_header_cover .info_text .title_post,
  .type_article_header_cover .info_text .title_post {
    font-size: 3.6em;
  }
  /* 구독, 좋아요 custom */
  #tt-body-page .wrapper {
    max-width: unset;
    margin: auto;
  }
  #tt-body-page .container_postbtn .postbtn_like {
    border: none;
    padding: 0 !important;
  }
  #tt-body-page #reaction-42 {
    height: 0;
  }
  #tt-body-page .container_postbtn .postbtn_like .wrap_btn.wrap_btn_share {
    display: none !important;
  }
  #tt-body-page
    .container_postbtn
    .postbtn_like
    .wrap_btn:nth-child(2)
    .btn_post
    .uoc-icon {
    display: none;
    padding: 0;
  }
  #tt-body-page .container_postbtn .postbtn_like + .btn_menu_toolbar {
    margin: 0 0 0 6px;
  }
  #tt-body-page .container_postbtn .btn_post .ico_like {
    margin: 0;
  }
  #tt-body-page .detail_side {
    display: block;
  }
  #tt-body-page .like_temp {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #tt-body-page .like_temp.on {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #tt-body-page .like_temp .txt {
    padding: 20px;
    border-radius: 0.5em;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
  }

  #tt-body-page .subscribe .txt {
    display: inline-block;
    padding: 20px;
    border-radius: 0.5em;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #tt-body-page .subscribe .thankyou.on {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #tt-body-page .subscribe .cancel.on {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #tt-body-page .article_header {
    position: relative;
  }
  #tt-body-page .unit {
    display: block;
    position: absolute;
    right: 50px;
    bottom: 20px;
    z-index: 1;
  }
  #tt-body-page .side_item:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #tt-body-page .side_item:hover::after {
    opacity: 1;
    visibility: visible;
  }
  #tt-body-page .common {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: inherit;
    box-sizing: border-box;
    border-radius: 2em;
    cursor: pointer;
    box-shadow: 0 5px 8px 0 rgb(33 37 41 / 5%);
  }
  #tt-body-page .common .ic-kakao {
    font-size: 20px;
    line-height: 38px;
  }
  #tt-body-page .side_item {
    display: inline-block;
    position: relative;
    margin-right: 6px;
  }
  #tt-body-page .side_item:last-child {
    margin-right: 0;
  }
  #tt-body-page .side_item .txt_count {
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: -23px;
    top: -10px;
    color: inherit;
    border-radius: 2em;
    font-size: 12px;
    background-color: var(--g-bg-color);
    border: 1px solid var(--border-color);
  }
  #tt-body-page .side_item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, -50%);
    text-align: right;
    padding: 9px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    color: #333;
    font-weight: 600;
    border-radius: 0.5em;
    z-index: 5;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #tt-body-page .side_item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    transform: rotate(45deg);
    position: absolute;
    top: -26px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  #tt-body-page .body-page {
    position: relative;
  }
  #tt-body-page .gtae {
    position: absolute;
    top: 32px;
    right: 10px;
  }
  #tt-body-page .gtae.is-fixed {
    position: fixed;
    top: 170px;
  }
  #tt-body-page .gtae .contentsTie {
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: 900;
  }
  #tt-body-page .gtae .gtae_contents {
    max-height: 580px;
    margin-left: 10px;
    overflow-y: auto;
  }
  #tt-body-page .gtae .list-item {
    position: relative;
    border-left: 1px solid var(--s-bg-color);
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  #tt-body-page .gtae a {
    width: 260px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--color-level-1);
  }
  #tt-body-page .gtae .list-item-r {
    margin-left: 10px;
  }
  #tt-body-page .gtae .list-item-r.active::before,
  #tt-body-page .gtae .list-item a.active::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
  }

  #tt-body-page .direction {
    display: grid;
    padding-top: 40px;
  }
  #tt-body-page .direction .previous {
    margin-bottom: 0;
  }
}
/* ---- PC 상세페이지 ED ---- */
@media screen and (min-width: 1820px) {
  #tt-body-page .gtae {
    display: block;
  }
}

@media screen and (min-width: 2560px) {
  #tt-body-page .gtae {
    right: 180px;
  }
}
