@charset "UTF-8";
#screen {
display:inline;
z-index: 65535;
position: fixed;
top:0;right:0;bottom:0;left:0;
background-color: white;
transition: opacity .35s ease;}

html {
  line-height: 1.15;font-size:10px;
  /* 1 */
  -webkit-text-size-adjust: 100%;scrollbar-width:none;
  /* 2 */ }

body {
  margin:0;overflow-x:hidden; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family:Hack,Consolas,"Courier New";
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent;transition:0.1s; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/* effect */
@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}
.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}
@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}
.gelatine {animation-name:gelatine;transform-origin:center;}
@-webkit-keyframes 
badbounce {  0%, 100% {
 -webkit-transform: translateY(0px);
}
 10% {
 -webkit-transform: translateY(6px);
}
 30% {
 -webkit-transform: translateY(-4px);
}
 70% {
 -webkit-transform: translateY(3px);
}
 90% {
 -webkit-transform: translateY(-2px);
}
}
@-moz-keyframes 
badbounce {  0%, 100% {
 -moz-transform: translateY(0px);
}
 10% {
 -moz-transform: translateY(6px);
}
 30% {
 -moz-transform: translateY(-4px);
}
 70% {
 -moz-transform: translateY(3px);
}
 90% {
 -moz-transform: translateY(-2px);
}
}
@keyframes 
badbounce {  0%, 100% {
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 -ms-transform: translateY(0px);
 -o-transform: translateY(0px);
 transform: translateY(0px);
}
 10% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
}
 30% {
 -webkit-transform: translateY(-4px);
 -moz-transform: translateY(-4px);
 -ms-transform: translateY(-4px);
 -o-transform: translateY(-4px);
 transform: translateY(-4px);
}
 70% {
 -webkit-transform: translateY(3px);
 -moz-transform: translateY(3px);
 -ms-transform: translateY(3px);
 -o-transform: translateY(3px);
 transform: translateY(3px);
}
 90% {
 -webkit-transform: translateY(-2px);
 -moz-transform: translateY(-2px);
 -ms-transform: translateY(-2px);
 -o-transform: translateY(-2px);
 transform: translateY(-2px);
}
}

/* common */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

body {
  font-family: NanumBarunRoboto, "Sawarabi Gothic", "Yu Gothic Medium", "Apple SD Gothic Neo", Meiryo, "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, '돋움', Helvetica, sans-serif;font-size:1.6rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px; }

/* theme_pink */
.theme_pink .thema_apply .link_detail {
  background: #ff567a; }

.theme_pink .thema_apply .btn_arrow:hover {
  background-color: #ff567a;
  color: #fff; }

.theme_pink .thema_apply .active {
  background: #ff567a; }

.theme_pink .thema_apply .slick-active button {
  background: #ff567a; }

.theme_pink .thema_apply .btn_register {
  background: #ff567a;
  color: #fff; }

.theme_pink .thema_apply .btn_register {
  background: #ff567a;
  color: #fff; }

.theme_pink .thema_apply .title_sidebar {
  color: #ff567a; }

.theme_pink .thema_apply .box_tag a:hover {
  border: 1px solid #ff567a;
  color: #ff567a; }

.theme_pink .area_category .title_section span {
  color: #ff567a; }

.theme_pink .article_view a {
  color: #ff567a; }

.theme_pink .article_view blockquote {
  color: #ff567a; }

.theme_pink .article_view .moreless_fold span,
.theme_pink .article_view .moreless_top span {
  color: #ff567a; }

.theme_pink .article_view .footnote a {
  color: #ff567a!important; }

/* theme_blue */
.theme_blue .thema_apply .link_detail {
  background: #4167d9; }

.theme_blue .thema_apply .btn_arrow:hover {
  background-color: #4167d9;
  color: #fff; }

.theme_blue .thema_apply .active {
  background: #4167d9; }

.theme_blue .thema_apply .slick-active button {
  background: #4167d9; }

.theme_blue .thema_apply .btn_register {
  background: #4167d9;
  color: #fff; }

.theme_blue .thema_apply .btn_register {
  background: #4167d9;
  color: #fff; }

.theme_blue .thema_apply .title_sidebar {
  color: #4167d9; }

.theme_blue .thema_apply .box_tag a:hover {
  border: 1px solid #4167d9;
  color: #4167d9; }

.theme_blue .area_category .title_section span {
  color: #4167d9; }

.theme_blue .article_view a {
  color: #4167d9; }

.theme_blue .article_view blockquote {
  color: #4167d9; }

.theme_blue .article_view .moreless_fold span,
.theme_blue .article_view .moreless_top span {
  color: #4167d9; }

.theme_blue .article_view .footnote a {
  color: #4167d9!important; }

/* theme_green */
.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 {
  background: #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 .title_sidebar {
  color: #11998e; }

.theme_green .thema_apply .box_tag a:hover {
  border: 1px solid #11998e;
  color: #11998e; }

.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_gray */
.theme_gray .thema_apply .link_detail {
  background: #1d2129; display:none;}

.theme_gray .thema_apply .btn_arrow:hover {
  background-color: #1d2129;
  color: #fff; }

.theme_gray .thema_apply .active {
  background: #1d2129; }

.theme_gray .thema_apply .slick-active button {
  background: #1d2129; }

.theme_gray .thema_apply .btn_register {
  background: #1d2129;
  color: #fff;transition:opacity .2s ease-out; }

.theme_gray .thema_apply .btn_register:hover {
  opacity:0.75; }

.theme_gray .thema_apply .title_sidebar {
  color: #1d2129; }

.theme_gray .thema_apply .box_tag a:hover {
  border: 1px solid #1d2129;
  color: #1d2129; }

.theme_gray .area_category .title_section span {
  color: #1d2129; }

.theme_gray .article_view a {
  color: #888; }

.theme_gray .article_view blockquote {
  color: #1d2129; }

.theme_gray .article_view .moreless_fold span,
.theme_gray .article_view .moreless_top span {
  color: #1d2129; }

.theme_gray .article_view .footnote a {
  color: #888!important; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .theme_pink .thema_apply .selected {
    color: #ff567a !important; }
  .theme_blue .thema_apply .selected {
    color: #4167d9 !important; }
  .theme_green .thema_apply .selected {
    color: #11998e !important; }
  .theme_gray .thema_apply .selected {
    color: #1d2129 !important; } }

/* html */
html, body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #333; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

#wrap {
  position: relative; }

/* container */
#container {
  position: relative;
  width: 100%; }
  #container:after {
    content: '';
    display: block;
    clear: both; }

/* main */
#main {
  width: 100%; }

/* box_header */
.box_header {position:fixed;
  width: 100%;
  height: 0;
  z-index: 33;
  transition: all 0.2s ease-in-out; }
  .box_header button {
    background-color:rgba(255, 255, 255, 0.6);box-shadow:0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);z-index:33; }
  .box_header .btn_menu, .box_header .btn_search {
    position: fixed;
    top: 74px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    color: #666;
    transition: all .2s ease-out;
    cursor: pointer; }
  .box_header .btn_menu {
    right:50%;transform:translateX(50%);}
  .box_header .btn_search {
    right: 56px; }
  .box_header .btn_menu {
    background-image: url(./images/ico_menu_b.svg); }
  .box_header .btn_search {
    background-image: url(./images/ico_search_b.svg); }
  .box_header .btn_menu:hover, .box_header .btn_search:hover {
    color: #333;opacity: .6; }
.scrst>.btn_menu,.scrst>.btn_search {top:36px;}
.white .box_header {position:absolute;background:transparent;
  border-bottom: none; }
  .white .box_header button {
    background-color: rgba(0,0,0,0.3); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);}
  .white .box_header .btn_menu,
  .white .box_header .btn_search {
    color: #fff;}
  .white .box_header .btn_menu:hover,
  .white .box_header .btn_search:hover {
    color: #fff;
    opacity: .6; }
  .white .box_header .btn_menu {
    background-image: url(./images/ico_menu.svg); }
  .white .box_header .btn_search {
    background-image: url(./images/ico_search.svg); }

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

.white .type_featured {
  margin-top: 0; }
/* media query - mobile */
@media screen and (max-width: 1023px) {
    .box_header .btn_menu, .box_header .btn_search {
      top:35px;
      background-size: 22px auto; }
    .box_header .btn_search {
      right: 24px; }
}
/* logo_menu */
.ss_animate {
  -webkit-animation: badbounce 1s linear;
  -moz-animation: badbounce 1s linear;
  animation: badbounce 1s linear;
}
#ss_menu {
  top: 44px;
  width: 60px;
  height: 60px;
  color: #000;
  position: fixed;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  left: 68px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);z-index:33;
}
.scrst>#ss_menu {top:6px;}
.white #ss_menu {color: #fff;}
#ss_menu > .menu {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;top:6px;left:6px;background:rgba(255, 255, 255, 0.6);box-shadow:0 -3px 10px rgba(0, 0, 0, 0.23), 0 -3px 10px rgba(0, 0, 0, 0.16);
}
.white #ss_menu > .menu {box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.23), 0 -3px 10px rgba(0, 0, 0, 0.16);background:rgba(0,0,0,0.3);}
#ss_menu > .menu .share {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#ss_menu > .menu .share:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#ss_menu > .menu .share .circle {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  top: 71.5%;
  margin-top: -6px;
  left: 14%;
  opacity: 1;
}
.white #ss_menu > .menu .share .circle {background: #fff;}
#ss_menu > .menu .share .circle:after, #ss_menu > .menu .share .circle:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}
.white #ss_menu > .menu .share .circle:after, .white #ss_menu > .menu .share .circle:before {background: #fff;}
#ss_menu > .menu .share .circle:after {
  left: 24px;
  top: 0px;
}
#ss_menu > .menu .share .circle:before {
  left: 120%;
  top: -190%;
}
#ss_menu > .menu .share .bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  width: 24px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 68.8%;
  margin-top: -1.5px;
  left: 25%;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.white #ss_menu > .menu .share .bar {background: #fff;}
#ss_menu > .menu .share .bar:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  width: 24px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.white #ss_menu > .menu .share .bar:before {background: #fff;}
#ss_menu > .menu .share.close .circle { opacity: 0; }
#ss_menu > .menu .share.close .bar {
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
#ss_menu > .menu .share.close .bar:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-450deg);
  -moz-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  -o-transform: rotate(-450deg);
  transform: rotate(-450deg);
}
#ss_menu > .menu.ss_active {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);transition:.2s ease-out;background:rgba(255, 255, 255, 0.6);box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}
.white #ss_menu > .menu.ss_active {background: rgba(0,0,0,0.3);box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);}
#ss_menu > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 52px;
  height: 52px;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;background: rgba(232, 232, 232, 0.6);
}
.white #ss_menu > div {
  background: rgba(0,0,0,0.6);
}
#ss_menu > div a {
	color:#000;border-radius:50%;position:absolute;padding:8.5px 11.2px 12.5px 11.2px;transition:.2s ease-out;left:0;top:0;}
.white #ss_menu > div a {color:#fff;}
#ss_menu > div a:hover {
	text-shadow:#666 1px 1px 10px;}
.white #ss_menu > div a:hover {
	text-shadow:#fff 1px 1px 10px;}
#ss_menu > div i {
  width:100%;
  vertical-align: middle;
}
#ss_menu > div:hover {
  cursor: pointer;
}
#ss_menu div:nth-child(1) {
  top: 115px;
  right: 4px;
}
#ss_menu div:nth-child(2) {
  top: 175px;height:52px;
  right: 4px;
}
#ss_menu div:nth-child(3) {
  top: 235px;
  right: 4px;
}
#ss_menu div:nth-child(4) {
  top: 295px;
  right: 4px;
}
#blogtitle {opacity:0;visibility:hidden;margin:0;
	top:60px;left:90px;font-family:Hack,NanumBarunRoboto,"Sawarabi Gothic";
  color:#fff;text-shadow:0 0 20px #000;position:fixed;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;}
.scrst>#blogtitle {top:22px;}
#ss_menu:hover+#blogtitle,#ss_menu.meshow+#blogtitle {left:148px;opacity:1;visibility:visible;z-index:32;}
@media screen and (max-width: 1023px) {
#ss_menu {
  top: 6px;
	left: 13px;}
#ss_menu div:nth-child(1) {
  top: 70px;
}
#ss_menu div:nth-child(2) {
  top: 130px;height:52px;
}
#ss_menu div:nth-child(3) {
  top: 190px;
}
#ss_menu div:nth-child(4) {
  top: 250px;
}
#blogtitle {top:22px;left:35px;}
#ss_menu:hover+#blogtitle,#ss_menu.meshow+#blogtitle {left:93px;}
}
@media screen and (max-width: 690px) {
#blogtitle {top:30px;left:35px;font-size:1rem;}
.scrst>#blogtitle {top:30px;}
#ss_menu:hover+#blogtitle,#ss_menu.meshow+#blogtitle {left:80px;}
}
@media screen and (max-width: 400px) {
#ss_menu:hover+#blogtitle,#ss_menu.meshow+#blogtitle {opacity:0;visibility:hidden;z-index:auto;}
}
/* // box_header */
/* sns_bar */
#area_comubar {
  position:fixed;padding:0;
  top: 0;
  left: -400px;
  width:450px;max-width:100%;
  height: 100%;border-right:2px solid #bbb;
  background: #fff;z-index:34;
}
#area_comubar.poszero {
  transition: left 0.6s ease;
  left: -450px;
}
#area_comubar.menu-open {left:0;}
#area_comubar .snsbar-control {
  position:fixed;
  left: 50px;
  bottom: 48px;
  z-index:34;
  width: 50px;
  height: 50px;
  background: #333;
  color:white;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
	border:none;
  border-radius: 0 0 5px 0;
  padding: 5px 7px 9px 3px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-box-sizing : border-box;
 -moz-box-sizing : border-box;
 -o-box-sizing : border-box;
 -ms-box-sizing : border-box;
 box-sizing : border-box;
 font-size: 19pt;
}
#area_comubar .snsbar-control:hover {
  background: #000;
  opacity: 0.9;
}
#area_comubar.poszero .snsbar-control {left:0;}
#area_comubar.menu-open .snsbar-control {left:450px;}
#area_comubar > div:nth-child(2) {width:100%;height:24px;background: #222;}
#area_comubar h2 {color:#fff;font-size:0.95em;line-height:1.6em;margin:0;text-transform: uppercase;cursor:default;text-align:center;}
#area_comubar .snsbar-close {
	background:transparent;
  border-radius:50%;border:none;
  color: #fff;
  font-size:14pt;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right:0;
  top: 2px;
  line-height:1em;transition:color 0.2s ease;
}
#area_comubar .snsbar-close:hover {color:#b3b3b3;}
#tl_frame {padding:0 10px;height:calc(100% - 24px);overflow:hidden;scrollbar-width:none;}
#tl_thread {width:100%;}
#tl_thread .category_type_notice {margin:0;padding:20px 0;border-bottom:1px solid #ebebeb;}
#tl_thread .link_category {height:104px;text-decoration:none;}
#tl_thread .info {padding-top:2px;}
#tl_thread .link_category strong {font-size:1.5rem;line-height:1.2;height:calc(1.5rem * 1.2 * 2);}
#tl_thread .text {margin: 4px 0 0;max-height:calc(1.25rem * 1.2 * 2);font-size: 1.25rem;line-height: 1.2;-webkit-line-clamp:2;}
#tl_thread .thumnail {margin-right:11px;width:104px;height:104px;}
#tl_thread .ilinkcate {font-size:1.1rem;}
#tl_thread .date {display:block;line-height:1;font-size:1.1rem;max-width:100px;}
#tl_thread img {max-width:100%;}
@media screen and (max-width: 1023px) {
#area_comubar .snsbar-control {bottom:12px;height:42px;padding:5px 7px 9px 3px;}
}
@media screen and (max-width: 480px) {
#area_comubar .snsbar-control {bottom:12px;height:40px;padding:4px 7px 10px 3px;background-color:#777;}
}
/* area_sidebar */
.area_sidebar {
  position: relative;
  opacity:0;visibility:hidden;
	-webkit-transition:opacity .3s 0s,visibility 0s .3s;
  -moz-transition:opacity .3s 0s,visibility 0s .3s;
  transition:opacity .3s 0s,visibility 0s .3s;z-index:42;}
.area_sidebar.visible {
  opacity:1;visibility:visible;
	-webkit-transition:opacity .7s,visibility 0s;
  -moz-transition:opacity .7s,visibility 0s;
  transition:opacity .7s,visibility 0s;}
  .area_sidebar a {
    text-decoration: none; }
  .area_sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .area_sidebar button {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    cursor: pointer; }
  .area_sidebar .inner_sidebar {
    display: flex;
    height: 100%;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 48px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 43; text-align:center;}
    .area_sidebar .sidebar_contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .area_sidebar .dimmed_sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 33; }
  .area_sidebar .sidebar_header {
    margin: 60px -10px 30px 0; }
    .area_sidebar .sidebar_header:after {
      content: '';
      display: block;
      clear: both; }
  .area_sidebar .btn_close {
    float: right;
		position:absolute;
		right:50.3%;transform:translateX(50.3%);
    width: 48px;
    font-size: 24px;
    text-align: right;
		padding: 0 7px 2px 7px;z-index:43;}
  .btn_close span{transition:all .1s ease-out;}
  .btn_close:hover span{
    color:#fff;background:#ff642d;}
  .area_sidebar .sidebar_left nav {position:absolute;top:60px;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:left;counter-reset: itemCounter;}
    .area_sidebar .tt_category:after {
      content: '';
      display: block;
      clear: both; }
  .area_sidebar .link_item {
    line-height:1.6;}
  .area_sidebar .link_item .c_cnt,.area_sidebar .link_sub_item .c_cnt {display:none;}
  .area_sidebar .link_item img,.area_sidebar .link_sub_item img {display:none;}
  .area_sidebar .link_sub_item {
		padding: 5px 0 5px 12px;}
  .area_sidebar .sub_category_list {
    margin-left: 46px;
    border-left: 3px solid transparent;counter-reset:sitemCounter; }
  .area_sidebar .t_menu_page a,
  .area_sidebar .t_menu_category a {
    display: block;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    }
  .area_sidebar .sidebar_menu:after {
    content: '';
    display: block;
    clear: both; }
  .area_sidebar .btn_search {
    margin-top: 12px;
    padding: 10px 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87); }
  .area_sidebar .icon-Search {
    margin-left: 5px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.54);
    vertical-align: -2px; }
  .area_sidebar .box_tool {
    padding: 30px 0 80px 0; }
  .area_sidebar .link_tool {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #888; }
    .area_sidebar .link_tool:first-child {
      margin-left: 0; }
      .area_sidebar .link_tool:first-child::before {
        content: ''; }
  .area_sidebar .link_tool:hover {
    color: #666; }
  .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 */
.area_sidebar .link_item, .area_sidebar .link_sub_item {position:relative;
	font-weight:500;display:inline-block;padding-left:0.2vh;margin-top:0.9vh;font-size:2.7vh;color:#32343c;
}
.area_sidebar .link_item {
	--menu-item-color:#9437ff;
}
.area_sidebar .link_sub_item {
	--menu-item-color:#3dd2c1;
}
.area_sidebar .link_item:last-child {
	--menu-item-color:#7373cc;
}
.category_list > li:first-child .link_item {
	--menu-item-color:#ff84fd;
}
.category_list > li:nth-child(3) .link_item {
	--menu-item-color:#d23b1f;
}
.category_list > li:last-child .link_item {
	--menu-item-color:#8ccce7;
}
.area_sidebar ul > li > a::before {
	content: counter(itemCounter,decimal-leading-zero);
	font-size: 0.5em;
	font-weight: bold;
	position: absolute;
	right: 100%;
	bottom: calc(100% - 0.35em);
	counter-increment: itemCounter;
	color: #ddd;
}
.area_sidebar .category_list > li:last-child > a::before {
	content: "00";
}
.area_sidebar .sub_category_list > li > a::before {
	content: counter(itemCounter,decimal) counter(sitemCounter,upper-alpha);
	counter-increment: sitemCounter;
}
.area_sidebar ul > li > a:hover::before,
.area_sidebar ul > li > a:focus::before {
	color: var(--menu-item-color);
}
.area_sidebar .link_item > span, .area_sidebar .link_sub_item > span {
	font-weight: 500;
	padding: 0.7vh 0 0 0;
}
.area_sidebar a > span::before,
.area_sidebar a > span::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 2.5em;
	height: 4px;
	background: #ddd;
}
.area_sidebar a > span::after {
	background: var(--menu-item-color);
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
	transition: transform 0.5s;
}
.area_sidebar a:hover > span::after,
.area_sidebar a:focus > span::after {
	transform: scale3d(1,1,1);
}
.category_list > li {margin-top:1vh;}
.category_list > li:first-child {margin-top:0;}
/* media query - only mobile */
@media screen and (max-width: 1023px) {
  .area_sidebar .inner_sidebar {
    width: 100%;
    left: 0;
    padding: 0 24px; }
  .area_sidebar .area_sidebar .btn_close {
    margin-right: -16px; }
	.area_sidebar .title_logo{
		font-size: 20px;}
	.area_sidebar .sidebar_header {
		margin: 24px -10px 24px 0;
		padding-top:1px;}
	.area_sidebar .btn_close {margin-top: -2px;}
}
@media screen and (max-width: 500px) {
	.area_sidebar .btn_close {right:51.5%;transform:translateX(51.5%);}
}
/* // area_sidebar */
/* ink_transition */
.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
	z-index:41;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  /* our sprite is composed of 25 frames */
  width: 2500%;
  background: url(./images/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  -moz-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}

@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}
@-moz-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -moz-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -moz-transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}
@-webkit-keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
}
@-moz-keyframes cd-sequence-reverse {
  0% {
    -moz-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-2%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}
@keyframes enter {
  0% {
    background-position:
      -500px 0,
      -400px 0,
      0 0;
    opacity: 0;
    }
  100% {
    background-position:
      600px 0,
      800px 0,
      0 0;
    opacity: 1;
    }  
  }
@keyframes enter-2 {
  0% {
    background-position: 
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%;
    opacity: 0;
    }
  50% {opacity: 1;}
  100% {  
    background-position: 
      40% 50%,
      20% 50%,
      60% 50%,
      80% 50%,
      30% 50%;
    opacity: 0;
	  }  
  }
@keyframes enter-3 {
  0% {
    background-position:
      -500px 0,
      -400px 0,
      0 0;
    opacity: 0;
    }
  50% {opacity:1;}
  100% {
    background-position:
      600px 0,
      800px 0,
      0 0;
    opacity: 0;
    }
  }
/* media query - sidebar height */
@media screen and (max-height: 851px) {
  .area_sidebar .box_tool {
    position: relative;
    padding: 30px 0;
    bottom: auto; } }

/* area_popup */
.area_popup {
  position: fixed;opacity:0;visibility:hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
  -webkit-transition:-webkit-transform .3s cubic-bezier(0.215,0.610,0.355,1) 0s,opacity .25s ease-in-out 0s,visibility .3s ease-in-out 0s;transition:transform .3s cubic-bezier(0.215,0.610,0.355,1) 0s,opacity .25s ease-in-out 0s,visibility .3s ease-in-out 0s;scrollbar-width:none;
}
.area_popup.visible {
opacity:1;visibility:visible;-webkit-transition:-webkit-transform .3s ease-in-out 0s,opacity .3s ease-in-out 0s,visibility .3s ease-in-out 0s;transition:transform .3s ease-in-out 0s,opacity .3s ease-in-out 0s,visibility .3s ease-in-out 0s;}
  .area_popup .search_header {
		padding-top: 60px;position:fixed;top:0;width:100%;background:rgba(255,255,255,0.9);z-index:2; }
    .area_popup .search_header:after {
      content: '';
      display: block;
      clear: both; }
.area_popup .search_bar {max-width:1180px;padding:0 40px;margin:0 auto;}
.area_popup .area_search .btn_close {
  position:absolute;right:63px;
  width: 34px;
  height: 34px;padding:5px 0;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;z-index:3; }

.area_popup .search_content {
  max-width: 1180px;
  margin: 200px auto 60px auto;
  padding: 0 40px;
  font-size: 0; -webkit-transform:scale(1.35);transform:scale(1.35);-webkit-transition:-webkit-transform .3s cubic-bezier(0.215,0.610,0.355,1) 0s,opacity .25s ease-in-out 0s,visibility .3s ease-in-out 0s;transition:transform .3s cubic-bezier(0.215,0.610,0.355,1) 0s,opacity .25s ease-in-out 0s,visibility .3s ease-in-out 0s;}
.area_popup.visible .search_content {
  -webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out 0s,opacity .3s ease-in-out 0s,visibility .3s ease-in-out 0s;transition:transform .3s ease-in-out 0s,opacity .3s ease-in-out 0s,visibility .3s ease-in-out 0s;}

.area_popup .search_content:after {
  content: '';
  display: block;
  clear: both; }

.area_popup .box_form {
  position: relative;
  padding-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.area_popup .box_form .icon-Search {
  display: inline-block;
  margin-right: 23px;
  font-size: 36px;
  vertical-align: -10px; }

.area_popup .box_form .inp_search {
  width: 80%;
  margin-top: 5px;padding-left:5px;padding-right:5px;
  border: none;
  font-size: 24px;
  font-weight: 900;
  color: #333;background:rgba(255,255,255,0.7);
  line-height: 1; }

.area_popup .box_form .btn_search_del {
  position: absolute;
  top: 45px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 6px;
  border: none;
  background-color: transparent;color:#777;font-size:20px;
  cursor: pointer;
  fill-opacity: 0.3;transition: .1s ease-out; }
.area_popup .box_form .btn_search_del:hover {opacity:0.7;}

.area_popup .title_sidebar {
  margin: 51px 0 29px 0;
  font-size: 18px;cursor:default; }

.area_popup .tag_zone {
  display: inline-block;
  width: 50%;
  padding-left: 50px;
  min-height: 150px;
  box-sizing: border-box;
  vertical-align: top;background:url(./images/tags.svg) no-repeat;background-position:97% 37px;background-size:120px 120px; }
.area_popup .boa_lin {
background:url(./images/links.svg) no-repeat;background-position:97% 24%;background-size:110px 110px;}
.area_popup .boa_rcr {
background:url(./images/comments.svg) no-repeat;background-position:97% 37px;background-size:120px 120px;}
.area_popup .boa_arc {
background:url(./images/archive.svg) no-repeat;background-position:97% 37px;background-size:120px 120px;}

.tag_zone a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #333;
  text-decoration: none; }
.tag_zone a:before {content:"#";}
.tag_zone a:hover {
  border: solid 1px #4167d9;
  color: #4167d9; }

.list_sidebar {
  margin: 0;
  padding: 0;
  list-style: none; }

.list_sidebar .item_sidebar {
  margin-bottom: 20px; }

aside .list_sidebar .item_sidebar {
  margin-bottom: 10px; }

.list_sidebar .item_sidebar a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;}
.list_sidebar .item_sidebar a:hover {
  text-shadow:#ccc 1px 1px 1px;}
.list_sidebar .item_sidebar > a {display:-webkit-inline-box;max-height:calc(1.6rem * 1.15);-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.rpost_board {width:100%;}
.rpost_board ul {padding:5px 0;margin:20px 0 0 0;display:flex;justify-content:space-around;align-items:center;}
.rpost_board li {padding-bottom:2px;margin-left:0.5%;margin-right:0.5%;letter-spacing:normal;min-height:50px;width:16%;position:relative;float:left;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.rpost_board li:nth-child(n+7) {display:none;}
.rpost_board .dnotitlecnt {position:absolute;margin-top:4px;top:2px;padding:0 10px;white-space:pre-wrap;}
.rpost_board .dnotitle {color:#fff;text-shadow:0 0 7px #000;font-size:13pt;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.rpost_board li a {display:block;width:100%;height:100%;text-align:justify;overflow:hidden;box-shadow:0 0 3px #555;background-color:#2a2e39;}
.rpost_board li>div.Ythumlist {padding:0;margin:0;height:146.38px;}
.rpost_board li .thumb {display:block;width:100%;height:100%;background-image:url('https://i1.daumcdn.net/thumb/R360x0/?fname=https://t1.daumcdn.net/tistory_admin/static/images/openGraph/opengraph.png');background-size:cover;background-position:50% 50%;opacity:0.7;-webkit-transform:scale3d(1.2,1.2,1);-moz-transform:scale3d(1.2,1.2,1);-ms-transform:scale3d(1.2,1.2,1);-o-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1);-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;-moz-transition: -moz-transform 0.5s, opacity 0.5s;-ms-transition: -ms-transform 0.5s, opacity 0.5s;-o-transition: -o-transform 0.5s, opacity 0.5s;transition: transform 0.5s, opacity 0.5s;}
.rpost_board li:hover .thumb {opacity:1;-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
.rpost_board li .thumb .Ythumimg {width:100%;height:100%;object-fit:cover;}
.rpost_board li .dnoticover {position:absolute;top:0;left:0;right:0;width:100%;height:68px;background:-moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 25%, rgba(0,0,0,0) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(25%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));background:-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0) 100%);}
.rpost_board li:hover .dnotitle,.rpost_board li:hover .rpcnt span {color:#A8FFF5;text-shadow:0 0 4px #000;}
.rpost_board li .rpcnt {position:absolute;padding:0 5px;bottom:6px;right:3px;font-family:numbers,NanumBarunRoboto,"Sawarabi Gothic","Yu Gothic Medium";background:-moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);background:-webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);}
.rpost_board li .rpcnt span {color:#fff;text-shadow:0 0 7px #000;opacity:.9;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.rpost_board li .rpcnt span:nth-child(1) {margin-right:3px;font-size:1.3rem;}
.rpost_board li .rpcnt span:nth-child(2) {display:inline-block;width:15px;text-align:right;font-size:1.5rem;}
.tag_board {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top; }

aside .tag_board {
  width: 100%; }

.area_popup .tag_board {
  width: 50%; }

.area_popup .search_content div:nth-child(2) {padding-right:50px;}
.area_popup .search_content div:nth-child(5) {padding-left:50px;}
.area_popup .box_gnb,
.area_popup .box_sns,
.area_popup .add_link {
  display: none; }
@media screen and (max-width: 1319px) {
.area_popup .search_content {
  padding: 0 115px;}}

/* media query - mobile */
@media screen and (max-width: 1319px) {
	.rpost_board li>div.Ythumlist {height:123.81px;}}
@media screen and (max-width: 1208px) {
	.area_popup .area_search .btn_close {right:51px;}
.area_popup .search_content div:nth-child(2) {padding-right:35px;}
.area_popup .search_content div:nth-child(3),.area_popup .search_content div:nth-child(5) {padding-left:35px;}}
@media screen and (max-width: 1023px) {
  .area_popup .area_search {
    padding-left: 24px;
    padding-right: 24px; }
  .area_popup .search_header {
    margin-left:-24px;
    padding: 0; }
	.area_popup .search_bar {max-width:1180px;padding:0;margin:89px auto 0 auto;}
  .area_popup .box_form .icon-Search {
    display: none; }
  .area_popup .box_form .inp_search {
    margin-top: 20px;margin-left:24px;
    font-size: 18px; }
  .area_popup .box_form .btn_search_del {
    top: 16px;
    right: 20px;font-size:100%; }
  .area_popup .search_content {
    margin-top: 194px;
    padding: 0; }
  .area_popup .box_form {
    padding: 0; }
  .area_popup .title_sidebar {
    margin-top: 32px;}
  .area_popup .tag_zone a {
    border: none;
    padding: 5px 10px 5px 0;
    font-size: 16px; }
  .area_popup .tag_zone a:hover {
    border: none; }
  .area_popup .item_sidebar {
    margin-bottom: 10px; }
  .area_popup .item_sidebar a {
    font-size: 16px; }
.area_popup .search_content div:nth-child(2) {padding-right:20px;}
.area_popup .search_content div:nth-child(3),.area_popup .search_content div:nth-child(5) {padding-left:20px;}
  .area_popup .area_search .btn_close {
    text-align: right;top:22px;right:22px;
    padding: 2px 3px 2px 0;width:40px;
    height: 30px; }
	.rpost_board li>div.Ythumlist {height:118px;}
}
@media screen and (max-width: 920px) {
  .rpost_board ul {display:block;}
	.rpost_board li {width:48%;margin-left:1%;margin-right:1%;}}
@media screen and (max-width: 800px) {
  .area_popup .tag_zone, .area_popup .tag_board {width: 100%;}
  .area_popup .search_content div:nth-child(2),
  .area_popup .search_content div:nth-child(3),
  .area_popup .search_content div:nth-child(5) {
    padding: 0;}}
@media screen and (max-width: 400px) {
	.rpost_board li {width:100%;margin-left:0;margin-right:0;}}
/* // area_popup */
/* modal_side */
.modalchat {
  display: block;
  padding: 0 1em;
  text-align: center;
  width: 100%;
}
.modalchat > label {
  position: fixed;
  left: 0px;
  bottom: 98px;
  z-index:23;
  width: 50px;
  height: 50px;
  background: #333333;
  color:white;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 0 5px 0 0;
  padding: 9px 7px 5px 3px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-box-sizing : border-box;
 -moz-box-sizing : border-box;
 -o-box-sizing : border-box;
 -ms-box-sizing : border-box;
 box-sizing : border-box;
 font-size: 19pt;
}
.modalchat > label:hover {
  background: #000;
  opacity: 0.9;
}
.modalchat > input {
  display:none;
}
.modalchat__overlay {
  background:#000;
  bottom:160px;
  position:fixed;
  left:14px;
  text-align:center;
  border:2px inset silver;
  height:490px;
}
@media screen and (max-width: 1023px) {
.modalchat > label {bottom:54px;height:42px;padding:5px 7px 9px 3px;}
.modalchat__overlay {bottom:108px;}
}
@media screen and (max-width: 480px) {
.modalchat > label {bottom:52px;height:40px;padding:4px 7px 10px 3px;background-color:#777;}
.modalchat__overlay {bottom:104px;}
}
@media screen and (max-width: 380px) {
.modalchat > label {display:none;}
}
.modalchat__box {
  padding:0;
  position:relative;
  width:358px;height:490px;
}
.modalchat__box h2 {
  color: #fff;font-size:0.95em;line-height:1.4em;margin:0;
  text-transform: uppercase;cursor:default;
}
.modalchat__box > label {
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size:14pt;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 0px;
  line-height:1em;transition:color 0.2s ease;
}
.modalchat__box > label:hover {color:#b3b3b3;}
.modalchat__box iframe {
  position:absolute;bottom:0;left:0;
}
.modalchat__overlay {
  opacity:0;
  overflow: hidden;
  -webkit-transform: scale(0);-moz-transform: scale(0);
      -ms-transform: scale(0);-o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.75s cubic-bezier(0.68,-0.55,0.265,1.55);
          transition: all 0.75s cubic-bezier(0.68,-0.55,0.265,1.55);z-index:-1;
}
#modalchat:checked ~ .modalchat__overlay {
  opacity:1;
  -webkit-transform: scale(1);-moz-transform: scale(1);
      -ms-transform: scale(1);-o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s cubic-bezier(0.68,-0.55,0.265,1.55);
          transition: all 0.7s cubic-bezier(0.68,-0.55,0.265,1.55);
  -webkit-box-shadow:7px 10px 20px 1px rgba(89,100,111,0.5);-moz-box-shadow:7px 10px 20px 1px rgba(89,100,111,0.5);box-shadow:7px 10px 20px 1px rgba(89,100,111,0.5);z-index:27;
}
#modalchat:focus + label {
  -webkit-transform: scale(0.97);-moz-transform: scale(0.97);
      -ms-transform: scale(0.97);-o-transform: scale(0.97);
          transform: scale(0.97);
}
.modalchat__box .modalwintab {height:20px;background:#222;text-align:left;font-size:0.9em;}
.modalchat ul.tabs {height: 19px;}
.modalchat ul.tabs li {height:18px;line-height:18px;}
.modalchat .tab_container .tab_content {height:446px;}
@media screen and (max-width: 480px) {
.modalchat ul.tabs {display:block;}
}
/* clock */
.wiclockwrapper{
  color:rgba(255,255,255,0.85);
  position:absolute;
  font-family: 'numbers';
  top:40px;left:-110px;
  line-height:1;cursor:default;
}
.wiclockcenter{
  width: 326px;
  position: absolute;
  text-align: center;
}
.wiclock{
  top:10px;
  font-size:65px;
}
.wimonth{
  top:60px;
  font-size: 30px;
  font-family: 'letters';
  font-weight: 200;
  text-transform: uppercase;
}
.widate{
  position:absolute;
  width:160px;
  text-align:right;
  font-size:52px;
  top:81px;
}
.wiyear{
  position:absolute;
  width:160px;
  text-align:left;
  left:160px;
  font-size:30px;
  top:98px;
}
.widay{
  position: absolute;
  width: 160px;
  text-align: left;
  left:160px;
  font-size: 15px;
  top:87px;
  font-family: 'letters';
  letter-spacing: 0;
  text-transform: uppercase;
}
/* tab_first */
#tab1 .title_logo {
    position:absolute;bottom:0;left:0;right:0;height:449px;width:auto;
    margin: 0;overflow:hidden;}
#tab1 .img_logo {margin-top:-40px;margin-left:-10px;
    min-width:100%;min-height:100%;height:110%;}
.modalchat #tab1 .tabwrap{
  width:358px;
  height:449px;
	background:linear-gradient(115deg, rgba(0,0,0,0.95) 17%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.65) 39%,rgba(0,0,0,0.65) 40%,rgba(255,255,255,0.1) 74%,rgba(255,255,255,1) 100%);
  background-position:center center;
  background-size:auto;
  background-repeat: no-repeat;
  position:absolute;
	left:0;right:0;bottom:0;
  overflow:hidden;
}.modalchat p {margin:0;padding:0;}
  .modalchat #tab1 a {
    text-decoration: none; }
  .modalchat #tab1 ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .modalchat #tab1 .list_sns {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px; }
  .modalchat #tab1 .link_add {
    display: inline-block;
    margin:3px 0 3px 8px;
    font-size: 1.55rem;
    font-weight: normal;
    color: #c5cdd7; }
   .modalchat #tab1 .link_add:hover {
      color: rgba(255, 255, 255, 0.87); }
  .modalchat #tab1 .box_sns {
    margin-bottom: 18px; }
  .modalchat #tab1 .add_link {position:absolute;bottom:65px;left:5px;letter-spacing:-1pt;font-family:"Sawarabi Gothic",NanumBarunRoboto,Verdana,AppleGothic,Sans-serif;font-weight:700;}
#tab1 .add_link .link_add {padding:5px;background:rgba(0,0,0,.12);color:#d0d0d0;border-radius:5px;box-shadow:rgba(0,0,0,0.2) 1px 1px 5px;transition: all .2s ease-out;}
#tab1 .add_link .link_add:hover {background:rgba(0,0,0,.5);text-shadow:#fff 1px 1px 2px;color:#ddd;}
#tab1 .counter {float:left;position:relative;width:46%;min-height:135px;margin:10px 4% 4px 50%;text-align:left;cursor:default;}
#tab1 .counter p, #tab1 .sidebar_right p {display:inline-block;color:rgba(255,255,255,0.85);cursor:default;font-family:Hack,"Sawarabi Gothic",NanumBarunRoboto;font-variant:petite-caps;font-weight:700;font-size:1.8rem;font-style:italic;}
#tab1 .counter p {margin:4px 0 0;padding:5px 12px;}
#tab1 .sidebar_right p {margin:0 0 5px 0;padding:5px 10px;}
#tab1 .count_visit {overflow:hidden;margin:8px 0 10px 15px;}
.counter dt {float:left;color:#c5cdd7;font-family:letters,NanumBarunRoboto,Verdana,AppleGothic,Sans-serif;}
.counter dd {float:right;color:#b5cdd7;font-family:numbers,NanumBarunRoboto,Verdana,AppleGothic,Sans-serif;font-size:1.65rem;}
#tab1 .sidebar_right {float:left;padding:0 10px;text-align:left;}
#tab1 .tabwrap .modal_blogtitle {margin-left:4px;cursor:default;color:rgba(255,255,255,0.9);float:left;font-weight:700;font-size:3.1rem;font-variant:all-petite-caps;letter-spacing:12px;width:100%;}
#tab1 .box_gnb {
    position:absolute;bottom:0;left:0;right:0;width:100%;background:#333; }
#tab1 .box_gnb ul {display:flex;width:100%;justify-content:space-around;align-items:center;}
#tab1 .box_gnb li {float:left;width:19.2%;
    margin: 0 0.4%;transition: all .1s ease-out; }
#tab1 .box_gnb li:hover {background:#555;}
#tab1 .box_gnb li.t_menu_medialog,#tab1 .box_gnb li.t_menu_location {display:none;}
#tab1 .sicpr {position:absolute;bottom:48px;left:18px;cursor:default;}
#tab1 .sicpr address {font-size:1rem;color:#d0d0d0;font-style:normal;font-family:letters,NanumBarunRoboto,Verdana,AppleGothic,sans-serif;}
  #tab1 .t_menu_home a,
  #tab1 .t_menu_tag a,
  #tab1 .t_menu_guestbook a,
  #tab1 .t_menu_medialog a,
  #tab1 .t_menu_location a,
  #tab1 .t_menu_link_1 a,
  #tab1 .t_menu_link_2 a,
  #tab1 .t_menu_link_3 a,
  #tab1 .t_menu_link_4 a,
  #tab1 .t_menu_link_5 a,
  #tab1 .t_menu_link_6 a,
  #tab1 .t_menu_link_7 a,
  #tab1 .t_menu_link_8 a,
  #tab1 .t_menu_link_9 a,
  #tab1 .t_menu_link_10 a {
    display: block;
    margin: 1px 0 4px 0;padding:7px 0 8px 0;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    transition: all .2s ease-out; }
/* weather */
.weatherwrapper .ui-autocomplete { height: 100px; overflow-y: scroll; overflow-x: hidden;}
.weatherwrapper .ui-helper-hidden-accessible { display:none; }
.weatherwrapper .btn:hover,.weatherwrapper .btn:active {
   border:2px solid #fff;
   background-color:rgba(255,255,255,0.5);
   transition: all 0.15s ease-in;
}
.weathercol {
  float:left;
  position:relative;
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
}
.wethersm-1{width:50%;cursor:default;}
.wethersm-2{width:28%;cursor:default;}
.btn-weather{height:28px;margin-right:0.25em;
  font-size:0.95em;
  border:2px solid #fff;
  color:#fff;
  border-radius:10px;
  background-color:rgba(255,205,255,0.1);
  transition: all 0.15s ease-out;
}
.weatherwrapper .container-fluid{
 color:#ffffff;
 width:100%;
 min-height:100%;
}
.btn:focus, btn:active{
  outline: none;
}
#toggleDeg {
  display:block;
  float:right;
  opacity:0.7;
  margin-top:22px;
}
#weathericon{
  font-size:5em;
}
.weathermain{
   text-align:center;
   margin-top:0;
}
#wecity{
  margin:15px 0px 30px 0px;
  text-align:center;
  float:left;
  font-size:30px;
  width:326px;cursor:default;
}
#forecast,.weathericons,#weatherweekdays{
    float:right;
  margin-top:2%;
  padding-right:0.4em;
  font-size:1.1em;
  opacity:0.7;
}
#wetemp{ 
  margin-top:15px;
  font-weight:800;
  font-size:3em;
}
.weatherwrapper{
  width:358px;
  height:449px;
  background-position:center center;
  background-size:auto;
  background-repeat: no-repeat;
  position:absolute;
	left:0;right:0;bottom:0;
  overflow:hidden;box-sizing:content-box;font-size:0.9em;
}
#weathersearchbox ul{
  padding:0px;
}
#weathersearchbox ul li{
  padding:10px;
}
.weatherwrapper .ui-menu-item {  
   display:block;
   margin:0px;
   padding:0px;
   cursor:pointer;
   border-radius:5px;
}
#weathersearchbox {
  margin-right:15px;
  margin-top:8%;
  width:300px;
}
.weatherwrapper .ui-menu-item:hover{
  background-color:#555555;
}
.weatherwrapper .ui-menu{
  opacity:0.5;
  width:90%;
  background-color:#000000;
  border-radius:5px;
}
.weatherwrapper .form-control {
  color:#fff;
  border:none;
  border-radius:10px;text-align:center;
  background-color:rgba(0,0,0,0.25);width:100%;padding:13px;cursor:default;
}
.weatherwrapper .form-control::-webkit-input-placeholder { color: #ddd; }
.weatherwrapper .form-control:-moz-placeholder { color: #ddd; }
.weatherwrapper .form-control::-moz-placeholder { color: #ddd; }
.weatherwrapper .form-control:-ms-input-placeholder { color: #ddd; }
/* calendar */
.tab_container .wcalender {position:absolute;width:300px;bottom:14px;left:25px;color:rgba(255,255,255,0.7);font-weight:700;cursor:default;}
.tt-calendar {font-size:1.5rem;}
.tt-calendar a {text-decoration:none;}
.cal_month a {color:#ddd;}
/* 달력 월 표시 */
    .cal_month              { font-size:0.9em;  height:18px; font-weight:bold; letter-spacing:normal;}
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font-size:1em;   font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font-size:1em;  color:#f30; }
/* 달력 Week(tr 영역)  */
    .cal_week               {  height:10px;}
    .cal_current_week       { background-color:#eee;}
/* 달력 Day(td 영역) */
    .cal_day                { font-size:0.85em;  color:#999;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
    .cal_day_sunday         { color:#f30 !important;}
    .cal_day_sunday a        { color:#f30 !important;}
		
/* 달력 지난 달 날짜 표시(td)   */
    .cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#99a;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#50bacc;  font-weight:bold;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#357ae8;  font-weight:bold;}
    a.cal_click:visited     { color:#357ae8;  font-weight:bold;}
    a.cal_click:hover       { color:#1eade6;  font-weight:bold;}

/* footer */
#footer {
  clear: both;
  margin-top: 120px;}
/* // footer */
/* media query - mobile */
@media screen and (max-width: 1023px) {
  #footer {
    margin-top: 60px; }
}

/* area_paging */
.area_paging {
  text-align: center; }
  .area_paging a {
    text-decoration: none; }
  .area_paging .link_page {
    display: inline-block;
    margin-top: 2px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.25); }
    .area_paging .link_page:hover {
      color: rgba(0, 0, 0, 0.54); }
  .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: 31px;
    color: #000;transition:all 0.4s ease; }
  .area_paging .link_num:hover span {transform:scale(1.3);
    color: rgba(0, 0, 0, 0.87); }
  .area_paging .selected {
    display: block;
    border-radius: 999em;
    background: #000;
    color: #fff !important;
    font-size: 13px;
    line-height: 32px; }
    .area_paging .selected:hover {
      text-decoration: none; }
  .area_paging .paging_slash {
    display: none; }
  .category_search_list~.area_paging {margin-top:60px;}
/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_paging .link_page {
    color: rgba(0, 0, 0, 0.75); }
  .area_paging .link_page.no-more-prev,
  .area_paging .link_page.no-more-next {
    color: rgba(0, 0, 0, 0.15); }
  .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;
    background: url(./images/ico_slash.png) no-repeat left center; }
  .area_paging .link_num:last-child span.selected:before {
    background: none; }
  .area_paging .link_num:last-child .selected {
    background: none; }
  .area_paging .link_num span:not(.selected) {
    display: none; }
  .area_paging .link_num:last-child span {
    display: inline-block; }
  .area_paging .link_ellipsis {
    display: none; }
  .area_paging .selected {
    color: #333;
    background: transparent; } }

/* // area_paging */
/* area_view - 상세 페이지 */
.area_view {
  position: relative; }
.view_wrap {margin:0;padding:0;width:100%;}
.area_view .area_article {
  padding:0 36px 60px 36px; }

.area_view .article_header {
  position: relative;
  width: 100vw;height:100vh;height:calc(100vh - var(--vh-offset, 0px));
  left: 50%;
  margin-left:-50vw;overflow:hidden;box-shadow:0 0 5px #1f2830;}

.area_view .article_header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.54); }

.area_view .article_header .inner_header {
  width: 100%;
  background-size: cover;
  background-position:50% 50%;
  text-align: center; }

.type_article_header_common .inner_header {
  height:100vh;height:calc(100vh - var(--vh-offset, 0px)); }

.type_article_header_cover .inner_header {
  height:100vh;height:calc(100vh - var(--vh-offset, 0px)); }

.area_view .article_header .info_text {
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 22;
  text-align: center;opacity: 0;animation:enter 3s ease-in;animation-fill-mode: forwards;transform: translateY(50px);}
.area_view .article_header .info_text:before,.area_view .article_header .info_text:after {
	content: '';
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none;}
.area_view .article_header .info_text:after {
	  height:50px;
    width:100%;
    left:0;opacity:0;
    background-image:radial-gradient(hsla(0,0%,100%,.6),transparent 70%);animation:enter-3 3s ease-in;
}
.area_view .article_header .info_text:before{
	  height: 100%;
    width: 200%;
    top:-2%;left:-50%;
    background-image:
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 35%,
        transparent 55%
        ),
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 40%,
        transparent 70%
        ),
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 35%,
        transparent 65%
        ),
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 5%,
        transparent 35%
        ),
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 15%,
        transparent 35%
        );
    background-size: 
      40px 40px,
      45px 45px,
      65px 65px,
      40px 40px,
      40px 40px;
    background-position: 
      50% 50%,
      20% 50%,
      60% 50%,
      80% 50%,
      30% 50%;
    animation: enter-2 3s;
    animation-fill-mode: forwards;
}
.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: 32;}

.type_article_header_cover .info_text {
  position: relative;
  display: flex;
  height: 100%;
  -ms-display: flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* Safari */
  flex-direction: column;
  justify-content: center;
  z-index: 32; }

.article_content {
  max-width: 800px;
  margin: 0 auto; }

/* area_tag - 상세페이지 태그  */
  .area_tag {padding:10px 0;}
  .area_tag:after {
    content: '';
    display: block;
    clear: both; }
  .area_tag .title_tag {display:none;
    float: left;
    margin: 0;
    padding: 0 40px 0 0;
    font-size: 15px;
    font-weight: 900;
    color: #333;
    text-align: center;font-family:CordiaNewR;padding-top:3px;}
  .area_tag .tag_content {
    overflow: hidden;width:calc(100% - 60px);color:transparent;letter-spacing:-10px; }
  .area_tag .tag_content a {display:inline-block;
    color: #9c9c9c;
    text-decoration: none;
	  margin-left: 5px;
	  line-height: normal;padding:4px 10px;background-color:#eee;letter-spacing:0;transition:.2s ease-out;}
  .area_tag .tag_content a:before {content:"#";}
  .area_tag .tag_content a:hover {
    background-color:#dedede;color:#555; }

  .area_tag .tag_content a:first-child {
	  margin-left: 0}

/* media query - mobile */
@media screen and (max-width: 1023px) {
	.area_view .area_article {
  padding:0 0 60px 0; }
	.article_content {
  max-width: 700px;
  margin: 0 auto; }
  .area_tag {
    padding: 30px 0; }
    .area_tag .title_tag {
      font-size: 16px;
      line-height: normal; }
.area_view .article_header .info_text {
  max-width: 700px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 22;
  text-align: center; }}

/* area_related - 상세페이지 관련글 */
.area_related {
  border-top: 1px solid #eee;}
  .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 .title_related a {color:#7c7c7c;transition:opacity .2s ease-out;}
  .area_related .title_related a:hover {opacity:.7;}
  .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: 20px; }
  .area_related .link_related {
    display: block;
    margin: 0 10px;box-shadow:2px 2px 4px 0 #ccc;transition:all .2s ease-out;}
  .area_related .link_related:hover {box-shadow:0 3px 12px 2px rgba(0,0,0,0.15);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);}
  .area_related .thumnail {
    display: block;
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: 50% 50%; }
	.area_related .link_related .box_content {padding:0 8px 16px 8px;}
  .area_related .link_related strong {
    display: block;
    max-height: 41px;height:41px;
    margin: 8px 0 0;
    line-height: 1.47;
    font-size: 1.45rem;
		font-weight: 500;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .area_related .info {
    display: inline-block;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.38); }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_related .item_related {
    float: left;
    width: 50%;
    padding: 16px 0;
	 margin-bottom:20px; }}
@media screen and (max-width: 410px) {
  .area_related .title_related {
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: normal; }
  .area_related .item_related {
    float: none;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 0;}
  .area_related li:first-child {
    border: none;
    padding-top: 16px; }
	.area_related li:last-child {margin-bottom:20px;}
	.area_related .link_related {height:100px;}
	.area_related .link_related .thumnail {padding-top:0;width:100px;height:100px;float:left;}
	.area_related .link_related .box_content {padding:0 8px 16px 13px;width:calc(100% - 100px);float:left;}
  .area_related .link_related strong {
    margin: 12px 0 15px 0; }
}

/* // area_related */
/* area_reply - 상세페이지 댓글*/
.area_reply {
  width: 100%;padding-bottom:60px; }
.area_reply .rph_close>div {visibility:hidden;height:0;overflow:hidden;}
  .area_reply ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .area_reply a {
    text-decoration: none; }
  .area_reply .box_reply_info {
    margin: 112px 0 20px;height:35px; }
  .area_tag+.area_reply .box_reply_info {margin:31px 0 20px;}
  .area_reply .reply_events {display:inline-block;
    margin: 0;
    font-size: 19px;
    font-weight: 900;
    color: #333;transition:.2s ease-out; }
  .area_reply .reply_events .rptxt {float:left;padding-top:6px;font-family:letters;}
  .area_reply .reply_events .rpnum {float:left;
    font-size:31px;font-family:numbers;padding-left:5px;
    color: #9c9c9c;}
  .area_reply .reply_events .rparr {float:left;font-size:20px;padding:6px 0 0 8px;}
  .area_reply .reply_events:hover .rparr {
  -moz-animation: badbounce 2s infinite;
  -webkit-animation: badbounce 2s infinite;
  animation: badbounce 2s infinite;
}
  .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 .rpframe {padding-top:10px;}
  .area_reply .rpframe:hover {background:#f9f9f9;}
  .area_reply .rpframea {padding-bottom:10px;}
  .area_reply .item_reply {
    padding: 10px 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-top:8px;
    margin-right: 16px;
    background: none; }
  .area_reply .thumbnail_reply img {
    width: 100%;
    height: 100%;
		border-radius: 50%;}
  .rpframe:hover .thumbnail_reply img {-webkit-animation:jello .7s ease-out;animation:jello .7s ease-out}
  .area_reply .box_reply_content {
    overflow: hidden; }
  .area_reply .item_reply .user a {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #333; }
  .area_reply .item_reply .date {
    display: inline-block;
    padding-top: 10px;
    padding-left: 3px; }
  .area_reply .item_reply .date a {
    font-weight: 300;
    font-size: 14px;
	  padding-left: 4px;}
  .area_reply .box_reply_content .txt {
    margin: 10px 0 0 0;line-height:120%;
    font-size: 1.52rem;text-align:justify; }
  .area_reply .item_reply .modify {
    margin-top: 8px;
    font-size: 1.5rem;text-align:right; }
  .area_reply .modify a {
    color:#ffffff;background:#c1c3c5;padding:5px 10px;margin:0 2px;border-radius:30px;display:inline-flex;transition:opacity .2s ease-out; opacity:0;}
  .rpframe:hover .modify a {opacity:1;}
  .area_reply .modify a:hover {opacity:0.7;}
  .area_reply .modify .slash {
    color: #e1e1e1;opacity:0; }
  .area_reply .ico_commnent {
    float: left;
    width: 43px;
    margin-right: 10px;
    color: rgba(51, 51, 51, 0.1);
    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: 102px;
    padding: 12px 14px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    vertical-align: top; }
  .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 #e1e1e1;
    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;
    cursor: pointer; }
  .rpframe a.link_name img {display:none;}
  .rpframe .box_reply_content .txt a {color:#888;text-decoration:underline;text-shadow:3px 3px 2px #dadada;transition:.2s;}
  .rpframe .box_reply_content .txt a:hover {opacity:0.7;text-shadow:1px 1px 2px #dadada;}
  #disqus_thread a {color:#888;}
/* rp_tool */
  .rpframe span.rp_bb_spo {background-color:#687a86;color:transparent!important;}
  .rpframe span.rp_bb_spo:hover {background-color:#ebeef2;color:inherit!important;}
  .area_reply .list_reply > li {opacity:0;transition:opacity .4s ease-out;}
  .area_reply .list_reply > li.bbcoded {opacity:1}
  .area_reply .postimgbtn {display:inline-block;float:left;padding-left:2px;height:30px;background-color:#f6f8f9;border:solid 2px #dbdfe4;transition:0.5s ease-out;position:relative;}
  .postimgbtn button,.area_reply .postimgbtna label {margin:1px 4px 1px 0;padding:0;position:relative;width:24px;height:24px;float:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;border:none;font-size:15px;color:#778289;background-color:transparent;opacity:.6;transition:opacity .1s linear;}
  .postimgbtn button:hover,.area_reply .postimgbtna label:hover {opacity:1;}
  .postimgbtn .rp_btn_co {color:#f05f70;font-family:"Sawarabi Gothic",NanumBarunRoboto;font-weight:700;}
  .postimgbtn .rp_btn_ul {font-size:14px;}
  .postimgbtn .rp_btn_co span {font-size:16px;line-height:1;}
  .area_reply .postimgbtna {margin-left:2px;padding-left:4px;}
  .area_reply .form_reg .postimgbtna input {display:none;}
  .postimgbtna .bbcode_tipa {display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;top:30px;padding-left:4px;}
  .postimgbtna .bbcode_tipb {display:block;top:0;left:64px;width:314px;height:200px;}
  .postimgbtna .bbcode_tipb div {padding:4px 0;height:100%;overflow-y:auto;scrollbar-width:thin;}
  .postimgbtna .bbcode_tipb p {margin:3px 4px;line-height:1.2;font-size:1.3rem;cursor:default;text-align:justify;}
  .postimgbtna .bbcode_tipb label {position:absolute;right:3px;top:3px;}
  .postimgbtna .bbcode_tipa,.postimgbtna .bbcode_tipb {position:absolute;opacity:0;background-color:#f6f8f9;border:solid 2px #dbdfe4;z-index:-1;transition:opacity 0.2s ease-out;}
  #rp_laba:checked ~ .bbcode_tipa,#rp_labb:checked ~ .bbcode_tipb {opacity:1;z-index:1;}
@media screen and (max-width: 720px) {.area_reply .postimgbtna {display:none;}}
@media screen and (max-width: 600px) {
	.postimgbtn .rp_btn_co {display:none;}
}
@media screen and (max-width: 550px) {
	.postimgbtn .rp_btn,.postimgbtn .rp_btn_ul {display:none;}
}
/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_reply .box_reply_info {
    margin:142px 0 10px; }
  .area_tag+.area_reply .box_reply_info {margin:21px 0 10px;}
	.area_reply .thumbnail_reply {margin-top:0;}
  .list_reply_comment .ico_commnent {
    width: 10px; }
  .list_reply_comment li:first-child {
    padding-top: 30px; }
  .item_comment.reply {
    padding: 15px; }
  .list_reply_comment .item_comment {
    background: #fafafa; }
  .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_reply .rpframe:hover {background:transparent;}
  .area_reply .modify a {opacity:1;}}
@media screen and (max-width: 640px) {
	.area_reply .box_reply_content .txt,.area_tag .tag_content a {font-size: 10.85pt;}}

/* // area_reply */
/* area_common - 티스토리 사이드바 공통 영역 */
.area_common {
  max-width: 1180px;
  min-height: 200px;
  margin: 148px auto 0 auto;
  padding: 52px 20px 0; }

.area_common .title_common {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 900;
  color: #333;
  text-align: center; }
/* 미디어 로그 티스토리 스타일 수정 */
#mediaLogNest {
  max-width: 1180px;
  height: auto !important;
  margin: 178px auto 0 auto;
  padding: 0 20px; }

/* media query - only mobile */
@media screen and (max-width: 1023px) {
  .area_common {
    margin-top: 78px;}
	#mediaLogNest {margin-top:100px;}}
@media screen and (max-width: 768px) {
  .area_common {
    margin-top: 48px; }}

.no-img {
  background: #e9e9e9 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 */
.area_cover {
  margin-top: 268px; }
  .area_cover a {
    text-decoration: none; }
  .area_cover button {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    overflow: visible; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_cover {
    margin-top: 130px; } }

/* // area_cover */
/* title_section */
.title_section {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 900;
  color: #333; }
.cate_title {margin:0 0 30px 0;padding-bottom:20px;border-bottom:solid 2px #333;}
/* type_featured - 슬라이드 커버 */
.type_featured {
  position: relative;
  margin-top: 120px;box-shadow:0 0 5px #1f2830; }
  .type_featured:after {
    content: '';
    display: block;
    clear: both; }
  .type_featured .slide_zone {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--vh-offset, 0px)); }
  .type_featured .inner_main_slide {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 80px;opacity:0; }
  .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: white;
    transition: .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;
    height: calc(100vh - var(--vh-offset, 0px));;
    background-size: cover;
    background-position: 100% 100%;
    overflow: hidden;
    z-index: 1; }
  .type_featured .link_slide:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.54) 24%,rgba(0,0,0,0.51) 36%,rgba(0,0,0,0.5) 38%,rgba(0,0,0,0) 64%,rgba(255,255,255,0.01) 72%,rgba(255,255,255,0.7) 100%)/*rgba(0, 0, 0, 0.54)*/;
    transition: background-color .3s ease-in-out; }
  .type_featured .text_slide {
    position: relative;
    display: flex;
    -ms-display: flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* Safari */
    flex-direction: column;
    justify-content: center;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    padding: 0 76px;
    font-size: 44px;
    color: #fff;
    z-index: 10; }
  .type_featured .text_slide strong {
    display: block;
    max-height: 130px;
    max-width: 1024px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .type_featured .text {
    width: 60%;
    max-height: 85px;
    margin: 20px 0 40px 0;
    font-size: 16px;
    line-height: 28px;
    word-break: keep-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .type_featured .link_detail {
    display: inline-block;
    width: 194px;
    height: 50px;
    line-height: 53px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
  .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: none; }
	.no_webpa .type_featured .link_slide {background-image:url('./images/bgp33a.png') !important;}
/* // type_featured */
/* media query - tablet */
@media screen and (max-width: 1406px) {
  .type_featured {
    margin-top: 60px; }
    .type_featured .text_slide {
      padding: 0 80px;
      font-size: 40px; }
    .type_featured .box_arrow {
      display: none; } }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .type_featured .text_slide strong {
    max-height: 140px;
    font-size: 30px;
    -webkit-line-clamp: 3; }
  .type_featured .text_slide {
    position: absolute;
    bottom: 100px;
    height: auto;
    padding: 0 24px;
    font-size: 32px; }
  .type_featured .text_slide .text {
    width: 100%;
    margin: 20px 0 30px 0;
	  line-height: 28px;}
  .type_featured .slide_page {
    left: 24px;
    bottom: 40px;
    padding: 0; } }

/* media query - only mobile */
@media screen and (max-width: 768px) {
  .type_featured .link_detail {
    padding-top: 2px;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    width: 120px; }
	.type_featured .ico_circle{
		width: 8px;
    height: 8px;
	}
}

/* type_post - 갤러리 커버 */
.type_post {
  max-width: 1180px;
  margin: 120px auto -20px auto;
  overflow: hidden; }
  .type_post:after {
    content: '';
    display: block;
    clear: both; }

.type_post .list_post,
.category_type_post .list_category {
  margin: 0 -10px;
  padding: 0;
  list-style: none; }

.list_post .item_post,
.category_type_post .item_category {
  float: left;
  width: 25%;
  margin-bottom: 20px; }

.list_post .link_post,
.category_type_post .link_category {
  position: relative;
  display: block;
  margin: 0 10px;
  padding-top: 143%;
  background-size: cover;
  background-position: 50% 50%; }


.list_post .item_post:hover .link_post:before,
.category_type_post .item_category:hover .link_category:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65); }

.list_post .info .date,
.category_type_post .date {
  display: none;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.31; }

.list_post .link_post:hover .info,
.category_type_post .link_category:hover .info {
  display: flex; }

.list_post .link_post .info,
.category_type_post .link_category .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; }

.list_post .link_post .info .name,
.category_type_post .link_category .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 query - mobile */
@media screen and (max-width: 1023px) {
  .type_post {
    margin: 60px auto 0 auto; }
  .title_section {
    margin: 0 0 20px 0;
    font-size: 16px;
    text-align: left; }
	  .type_post .title_section {
    text-align: center;}
  .list_post, .category_type_post {
    margin: 0 -1px; }
  .list_post .item_post,
  .category_type_post .item_category {
    margin-bottom: 1px; }
  .list_post .link_post,
  .category_type_post .link_category {
    margin: 0 0.5px; }
  .item_post .link_post:before,
  .category_type_post .item_category .link_category:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65); }
  .list_post .link_post .info,
  .category_type_post .link_category .info {
    display: flex; }
  .list_post .link_post .info .name,
  .category_type_post .link_category .info .name {
    width: calc(100% - 32px);
    font-size: 16px; } }

/* media query - mobile specific */
@media screen and (max-width: 375px) {
   .list_post .link_post .info .name,
  .category_type_post .link_category .info .name {
    width: calc(100% - 32px);
    font-size: 13px; } }

/* // type_post */
/* type_card - 섬네일 커버*/
.type_card {
  max-width: 1180px;
  margin: 120px auto -60px auto;
  overflow: hidden; }
  .type_card:after {
    content: '';
    display: block;
    clear: both; }

.list_type_card {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  font-size: 0; }

.list_type_card .item_card {
  display: inline-block;
  width: 25%;
  margin-bottom: 58px;
  vertical-align: top; }

.list_type_card .link_card {
  display: block;
  margin: 0 10px;
  color: #333;
  line-height: 1.33;
  transition: all .2s ease-out; }

.list_type_card .link_card:hover {
  opacity: 0.6; }

.list_type_card .link_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: 2;
  -webkit-box-orient: vertical; }

.list_type_card .link_card .thumnail {
  display: block;
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: 50% 50%; }

.list_type_card .link_card .text {
  max-height: 78px;
  margin: 0;
  font-size: 14px;
	color: #777;
  line-height: 1.71;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
@media screen and (max-width: 1210px) {
	.list_type_card {margin: 0;}}

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .type_card {
    margin: 60px auto -30px auto;
    padding: 0 24px; }
    .type_card .list_type_card {
      margin: 0 -8px; }
    .type_card .item_card {
      width: 50%;
      margin-bottom: 30px; }
    .type_card .link_card strong {
      margin: 16px 8px 4px 0;
      -webkit-line-clamp: 1; }
    .type_card .link_card {
      margin: 0 8px; }
    .type_card .link_card .text {
      -webkit-line-clamp: 2;
	    line-height: 1.5;}
	.list_type_card .link_card .thumnail{
			padding-top: 65%;}
}

/* // type_card */
/* type_banner - 와이드패널 커버 */
.type_banner {
  max-width: 1180px;
  margin: 120px auto 0 auto; }

.list_type_banner {
  margin: 0;
  padding: 0;
  list-style: none; }

.list_type_banner .link_banner {
  position: relative;
  display: block;
  height: 280px;
  font-size: 24px;
  color: #333;
  background-size: cover;
  background-position: 50% 50%;
  transition: all .2s ease-out; }

.list_type_banner li:nth-child(even) .box_content {
  float: right;
  text-align: right; }

.list_type_banner li:nth-child(even) .btn_go {
  right: 50px;
  left: auto; }

.list_type_banner .box_content {
  width: 50%;
  padding: 47px 45px 50px 48px; }

.list_type_banner .link_banner:hover {
  opacity: 0.6; }

.list_type_banner .link_banner strong {
  display: block;
  max-height: 58px;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.list_type_banner .link_banner .text {
  max-height: 80px;
  margin: 12px 4px 0 2px;
  font-size: 16px;
  color: #fff;
  line-height: 1.62;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .type_banner {
    margin-top: 60px;
		padding: 0 24px;}
  .list_type_banner .link_banner {
    height: 100px; }
  .list_type_banner .box_content {
    width: 100%;
    padding: 25px; }
  .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; }
  .list_type_banner .link_banner .text {
    display: inline-block;
    width: 100%;
    margin: 2px 0 0 0;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }

/* // type_banner */
/* type_notice - 리스트 커버 */
.type_notice {
  max-width: 1180px;
  margin: 120px auto 0 auto; }
  .type_notice:after {
    content: '';
    display: block;
    clear: both; }

.type_notice .thumnail,
.category_type_notice .thumnail {
  float: left;
  display: block;
  width: 280px;
  height: 160px;
  margin-right: 24px;
  background-size: cover;background-image:url('https://i1.daumcdn.net/thumb/R360x0/?fname=https://t1.daumcdn.net/tistory_admin/static/images/openGraph/opengraph.png');
  background-position: 50% 50%;overflow:hidden;}

.type_notice .info,
.category_type_notice .info {
  padding-top: 8px;
  overflow: hidden; }
.category_type_notice .rpcnt {position:absolute;bottom:1px;right:5px;font-family:numbers,NanumBarunRoboto,"Sawarabi Gothic","Yu Gothic Medium";}
.category_type_notice .rpcnt span:nth-child(1) {margin-right:3px;font-size:1.3rem;opacity:.5;}
.category_type_notice .rpcnt span:nth-child(2) {display:inline-block;width:15px;text-align:right;font-size:1.5rem;opacity:.5;}
.list_type_notice,
.category_type_notice .list_category {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list_type_notice:after,
  .category_type_notice .list_category:after {
    content: '';
    display: block;
    clear: both; }

.list_type_notice .item_notice,
.category_type_notice .item_category {
  padding: 30px 0; border-bottom:1px solid #ebebeb;}
  .list_type_notice .item_notice:after,
  .category_type_notice .item_category:after {
    content: '';
    display: block;
    clear: both; }

.list_type_notice .link_notice,
.category_type_notice .link_category {position:relative;
  display: block;
  color: #333;overflow:hidden;
  transition: all .2s ease-out; }

.list_type_notice .link_notice:hover,
.category_type_notice .link_category:hover {
  color: rgba(0, 0, 0, 0.6);background:#efefef;box-shadow:0 3px 12px 2px rgba(0,0,0,0.15);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23); }

.list_type_notice .link_notice strong,
.category_type_notice .link_category strong {
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.category_type_notice .cate_thumb {min-height:100%;min-width:100%;max-height:100%;max-width:100%;object-fit:cover;}
.list_type_notice .link_notice .text,
.category_type_notice .link_category .text {height:calc(1.4rem * 1.71 * 3);
  font-size: 14px;
  line-height: 24px;
  margin: 6px 0 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	color: #777;text-align:justify;
  width: 96%; }
.category_type_notice .link_category .ilinkcate {display:inline-block;font-size:1.3rem;color:#444;text-decoration:none;}
.list_type_notice .link_notice .date,
.category_type_notice .link_category .date {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  opacity: .5;}

.category_type_notice .item_category:after {
  content: '';
  display: block;
  clear: both; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .type_notice,
  .category_type_notice {
   margin-top: 60px;
   padding: 0 24px;}
  .type_notice .thumnail,
  .category_type_notice .thumnail {
    width: 160px;
    height: 160px;
    margin-right: 16px; }
  .list_type_notice .item_notice,
  .category_type_notice .item_category {
    padding: 20px 0; } }

/* // type_notice */
/* media query - only mobile */
@media screen and (max-width: 768px) {
	.list_type_notice .link_notice,.category_type_notice .link_category {height:100px;}
  .list_type_notice .link_notice strong,
  .category_type_notice .link_category strong {
    font-size: 16px;
    line-height: normal; }
  .list_type_notice .link_notice .text,
  .category_type_notice .link_category .text {
    margin: 4px 0 8px 0;height:calc(1.4rem * 1.5 * 2);
    font-size: 14px;
    line-height: 1.5;
		-webkit-line-clamp: 2; }
  .type_notice .thumnail,
  .category_type_notice .thumnail {
    width: 100px;
    height: 100px;}
  .type_notice .info, .category_type_notice .info {
	  padding-top: 0; }
	.list_type_notice .link_notice .date, .category_type_notice .link_category .date {line-height:1.15;}
}
@media screen and (max-width: 580px) {
	  .list_type_notice .link_notice strong,
  .category_type_notice .link_category strong {
    font-size: 1.5rem;
    line-height:1.2;height:calc(1.5rem * 1.2 * 2); }
  .list_type_notice .link_notice .text,
  .category_type_notice .link_category .text {
    margin: 4px 0 0;height:calc(1.3rem * 1.2 * 2);
    font-size: 1.25rem;
    line-height: 1.2;
		-webkit-line-clamp: 2; }
	.category_type_notice .link_category .ilinkcate {font-size:1.1rem;}
	.category_type_notice .link_category .itxtbar {display:none;}
	.list_type_notice .link_notice .date, .category_type_notice .link_category .date {display:block;line-height:1;font-size:1.1rem;}
}
/* cover_footer */
.coverfooter {
  clear: both;
  margin-top: 120px;
  padding: 50px 0 50px 0;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: normal;
  color: #999; }
  .coverfooter .inner_footer {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
		text-align: center;}
  .coverfooter .link_footer {
    position: relative;
    margin-left: 24px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    text-decoration: none;
    color: #777;
    line-height: 1.27;
    text-decoration: none;
    z-index: 21; }
  .coverfooter .link_footer:hover {
      border-bottom: 1px solid #777 }
  .coverfooter address {
    margin-top: 20px;
    color: #777;
    font-size: 13px;
    font-style: normal;
		text-align: center; }
	.coverfooter .inner_footer .link_footer:first-child {
		margin-left: 0;}
@media screen and (max-width: 1023px) {
  .coverfooter {
    margin-top: 60px; }
    .coverfooter .info_footer:after {
      content: '';
      display: block;
      clear: both; }
}
/* area_category */
.area_category {position:sticky;top:0;background-color:#fff;z-index:1;
  max-width: 1180px;
  margin: 98px auto 0 auto;
  padding: 110px 24px 0 24px;}

.area_category a {
  text-decoration: none; }

.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;
/*  vertical-align: 2px; */ }

 .category_type_notice,
.category_type_post {
  margin-bottom: 60px; }

/* category_type_post - list_category */
.category_type_post .list_category:after {
  content: '';
  display: block;
  clear: both; }

.category_type_notice .link_category {
  background: none; }

.category_type_post .link_category .text {
  display: none; }

/* // category_type_post - list_category */
/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_category {
		margin-top: 60px;
    padding-top: 70px;}
  .area_category .title_section {
    text-align: left; } 
 .category_type_notice,.category_type_post {
  margin-bottom:30px;}}

/* type_related */
.category_type_related .list_category {
  list-style: none;
  margin: 60px 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-size: 0; }

.category_type_related .thumnail {
  display: block;
  width: 100%;min-height:1px;
  background-size: cover;
  background-position: 50% 50%; }
.category_type_related .cate_thumb {width:100%;}
.category_type_related .item_category {
  display: inline-block;
  margin-bottom: 54px;
  vertical-align: top; }

.category_type_related .link_category {
  display: block;
  padding: 0;margin:1%;
  background: none;
  color: #333;box-shadow:2px 2px 4px 0 #ccc;transition:all .2s ease-out;}
.category_type_related .link_category:hover {box-shadow:0 3px 12px 2px rgba(0,0,0,0.15);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);}
.category_type_related .link_category .info {padding:0 4.65% 5.65% 4.65%;}

.category_type_related .box_content {
  width: 100%; }

.category_type_related .link_category strong {
  display: block;
  margin: 18px 0 12px 0;
  line-height: 28px;
  font-size: 22px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.category_type_related .link_related .info {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  line-height: 1.71; }

.category_type_related .link_category .text {
  max-height:63px;max-height:calc(1.6rem * 1.3 * 3);
  margin: 0 0 13px 0;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;text-align:justify;}

.category_type_related .link_category .date {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.38); }
.category_type_related .link_category .ilinkcate {display:inline-block;font-size:1.3rem;color:#444;text-decoration:none;}
.itxtbar {margin:0 7px;display:inline-block;width:1px;height:10px;background-color:#ebebeb;}
/* masonry */
.grid__item, .grid__col-sizer {width: 32%;}
.grid__gutter-sizer {width: 2%;}
.grid.are-images-unloaded {opacity: 0;}
.category_type_notice.grid__item {width:100%;margin:0;padding:20px 0;border-bottom:1px solid #ebebeb;}
@media screen and (max-width: 1023px) {
  .category_type_related .link_category strong {
    display: block;
    margin: 12px 0 4px 0;
    font-size: 17px; }
  .category_type_related .link_category .text {font-size:14px;
    margin: 0 0 10px 0; }}
@media screen and (max-width: 720px) {
  .category_type_related .item_category {
    margin-bottom: 30px !important; }
  .grid__item, .grid__col-sizer {width:49%;}
  .grid__gutter-sizer {width: 2%;}}
@media screen and (max-width: 410px) {
  .grid__item, .grid__col-sizer {width:100%;}
  .grid__gutter-sizer {width: 0;}
  .list_index.category_type_related {margin-bottom:0 !important;padding:20px 0;border-bottom:1px solid #ebebeb;}
  .category_type_related .link_category {margin:0;box-shadow:none;overflow:hidden;height:100px;}
	.category_type_related .link_category:hover {background-color:#efefef;}
  .category_type_related .thumnail {float:left;margin-right:16px;width:100px;height:100px;overflow:hidden;}
  .category_type_related .cate_thumb {min-width:100%;min-height:100%;object-fit:cover;}
  .category_type_related .link_category .info {padding:0 3% 0 0;overflow:hidden;}
  .category_type_related .link_category strong {margin:0;font-size:1.5rem;line-height:1.2;height:calc(1.5rem * 1.2 * 2);}
  .category_type_related .link_category .text {font-size:1.25rem;margin:4px 0 4px 0;line-height:1.2;height:calc(1.3rem * 1.2 * 2);-webkit-line-clamp:2;display:-webkit-box;}
  .category_type_related .link_category .ilinkcate {display:block;font-size:1.1rem;}
  .category_type_related .link_category .itxtbar {display:none;}
	.category_type_related .link_category .date {display:block;font-size:1.1rem;line-height:1;}}

/* // area_category */
/* // category_type_post - list_category */
.area_view {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;}
/* area_index_category */
.area_index_category a {
  text-decoration: none; }

.area_index_category .list_category {
  list-style: none;
  border: none;
  box-sizing: border-box; }
/* // area_index_category */
.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 .article_header .infoadm {margin: 10px 0 0 0;font-size: 14px;}
.article_header .info a,.infoadm a {text-decoration:none;color:#fff;transition:all 0.2s ease-out;}
.article_header .info a:hover,.infoadm a:hover {text-shadow:#fff 1px 1px 10px;}
.area_view .txt_post {
  height: 160px;
  margin: 40px 0 30px 0;
  -webkit-line-clamp: 6; }

/* area_view - area_post_btn */
.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;
  /* IE 10 */
  display: -webkit-flex;
  /* Safari */
  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: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  text-align: center; }

.area_view .article_modify .box_util {
  float: left; }

.area_view .article_modify button {
  background: none;
  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 */
.area_view .box_ccl .link_ccl {
  display: inline-block; }

.another_category {
  display: none; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_view {
    padding: 0 24px; }
  .area_view .article_header {
    text-align: left; }
  .area_view .article_header .inner_header {
    padding: 0 20px;
    box-sizing: border-box; }
  .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: 800px;
  margin: 80px auto 0 auto; }

.article_view p {
  margin: 0px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;text-shadow:#ccc 0px 0px 1px; }

.article_view h1,
.article_view h2,
.article_view h3,
.article_view h4 {

  font-weight: 900;
  color: rgba(0, 0, 0, 0.87); }

.article_view h1 {
  font-size: 3.2rem;
  line-height: 1.33; }

.article_view h2 {
  font-size: 2.4rem;
  line-height: 1.38; }

.article_view h3 {
  font-size: 2rem;
  line-height: 1.4; }

.article_view h4 {
  font-size: 1.8rem;
  line-height: 1.33; }

.article_view blockquote {
  margin: 0;
  padding-left: 19px;
  border-left: 1px solid;
  font-size: 1.6rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.54); }

.article_view ul,
.article_view ol {
  margin: 0;
  padding: 0 0 0 19px; }

.article_view ul {
  margin-top: 18px; }

.article_view ul li {
  font-size: 1.6rem;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  word-break: break-all; }

.article_view ol {
  margin-bottom: 32px; }

.article_view ol li {
  margin-bottom: 6px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.87);
  word-break: break-all; }

.article_view figure {
  margin: 0; }

.article_view table {
  border-collapse: collapse;}

.article_view table thead tr {
  background: rgba(0, 0, 0, 0.05);
  font-size: 1.6rem;
  color: #000; }

.article_view pre {
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 1.4rem;
  color: rgba(34, 85, 51, 0.87);
  white-space: pre-wrap;word-break:break-all;box-shadow:2px 2px 5px #ccc; }
.article_view pre p {font-size:1.4rem;}
.article_view .cap1 {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.54); }

.article_view hr {
  margin: 30px 0; }

.article_view a {
  display: inline-block;text-decoration:none;
  color: #3d62ce;text-shadow:3px 3px 2px #dadada;transition:.2s; }

.article_view a:hover {
  opacity: 0.7;text-shadow:1px 1px 2px #dadada; }

.article_view .moreless_fold span,
.article_view .moreless_top span {
  font-size: 1.6rem;
  line-height: 2.5;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;transition:all .3s ease 0s;}
.article_view .moreless_fold span:before {font-family:"Font Awesome 5 Free";content:"\f70e";font-weight:900;padding-right:8px;color:#fff;text-shadow:0px 0px 3px #000;}
.article_view .moreless_top span:before {font-family:"Font Awesome 5 Free";content:"\f410";font-weight:900;padding-right:8px;color:#555;}
.article_view .moreless_fold span:hover,.article_view .moreless_top span:hover {margin-left:5px;color:#5bb0fb;}
.article_view .moreless_content {
  padding:20px;margin:5px 2px 2px;background-color:#feffef;box-shadow:0px 5px 20px 2px #ccc;}
.article_view .moreless_bottom span {
  display: none; }

.article_view .footnote a {
  text-decoration: none;text-shadow:#ccc 0px 0px 1px; }
.article_view .footnotes ol {margin-top:50px;padding-top:10px;border-top:1px solid #888;}
.article_view .footnotes li {
  font-size: 1.48rem;
  color: rgba(0, 0, 0, 0.78); }
.article_view .footnotes a {font-size:85%;}
.article_view .table-overflow {
  overflow-x: auto;overflow-y:hidden;
  -webkit-overflow-scrolling: touch; }

.article_view .table-overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;scrollbar-width:thin; }

.article_view img,.article_view .txc-textbox {
  max-width: 100%; }
.container_postbtn {padding:0!important;overflow:visible!important;margin-top:32px;}
.container_postbtn .postbtn_like {position:absolute;top:81px;right:0;}
.container_postbtn .postbtn_ccl {position:absolute!important;right:0;margin-top:9px;}
.postbtn_ccl[data-ccl-type="5"] {display:none;}
.container_postbtn .postbtn_like button:hover,.container_postbtn .btn_menu_toolbar:hover {animation:gelatine 0.5s;}
.container_postbtn .btn_menu_toolbar {position:absolute;top:81px;right:130px;}
@media screen and (max-width: 1023px){
.container_postbtn .postbtn_like,.container_postbtn .btn_menu_toolbar {top:111px;}
.container_postbtn .postbtn_ccl {margin-top:29px;}
}
@media screen and (max-width: 640px) {
.article_view p,.article_view .footnotes li {
  font-size: 10.85pt;line-height:1.65;}
.container_postbtn .postbtn_like,.container_postbtn .btn_menu_toolbar {top:109px;}
.container_postbtn .postbtn_ccl {margin-top:28px;}}
/* 보호글 비밀번호 입력 */
.protected_form input{
	border: 1px solid #e1e1e1;
    padding: 9px 14px;
    font-size: 14px;
}
/* area_view - 유튜브 사이즈 제어 */
.article_view .mediaboxa {text-align:center;width:auto;height:auto;}
.mediaboxa .mediaboxb {display:inline-block;max-width:100%;height:auto;}
.mediaboxa > iframe {display:inline-block;box-shadow:#666 0 0 10px;}
.article_view iframe {max-width:100%;}
@media screen and (max-width: 743px) {
  .article_view iframe {
    width: 100%;
    height: 56vw;
    -ms-height: 56vmax; } }

/* media query - only mobile */
@media screen and (max-width: 768px) {
  .article_view {
    margin-top: 40px; } }

/* 커버 미사용시 리스트 */
.list_index a {
  text-decoration: none;
}
.list_index {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

@media screen and (max-width: 1023px){
.article_view {
max-width: 700px;
margin: 80px auto 0 auto; }
}

/* 커버 미사용시 리스트-블로그형 */

.list_index.category_type_related {
  display: inline-block;
  margin-bottom:54px;
  vertical-align:top;
}

@media screen and (max-width: 1023px){
.list_index.category_type_related {
	margin-bottom: 30px;}
}

/* absent_post */
.area_view .absent_post{
  margin-top:240px
}

@media screen and (max-width: 1023px) {
  .area_view .absent_post{
    margin: 200px 0 90px 0;
  }
}
/* area_animarion */
.c-transition {
  display:inline-block;
  overflow: hidden;
  position: relative;max-width:100%;
}
.c-transition::before {
  background-image: none; /*url('./images/ink-photo-frame.png');*/
  background-size: 100% 100%;
  background-position: 50% 50%;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}
.c-transition::after {
  background-image: url('./images/ink-transition-sprite.png');
  background-size: 100% 100%;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-1.25%);
  width: 4000%;
}
.c-transition.is-active::after {
  animation: ink-transition 2s steps(39) 0.2s forwards;
}
.js-ink-trigger > * {object-fit:cover;opacity:0;}
.js-ink-trigger.is-active > * {opacity:1;}
.article_view > .txc-textbox,.tt_article_useless_p_margin > .txc-textbox,.article_view > div > table,.article_view > center table,.article_view > .imageblock table,.tt_article_useless_p_margin > div > table,.tt_article_useless_p_margin > center table,.tt_article_useless_p_margin > .imageblock table {opacity:0;}
.article_view > .txc-textbox.is-active,.tt_article_useless_p_margin > .txc-textbox.is-active,.article_view > div > table.is-active,.article_view > center table.is-active,.article_view > .imageblock table.is-active,.tt_article_useless_p_margin > div > table.is-active,.tt_article_useless_p_margin > center table.is-active,.tt_article_useless_p_margin > .imageblock table.is-active {opacity:1;-webkit-transition:all 2s;-moz-transition:all 2s;-ms-transition:all 2s;-o-transition:all 2s;transition:all 2s;}
@keyframes ink-transition {
  0% {
    transform: translateX(-1.25%);
  }
  99% {
    transform: translateX(-98.75%);
    opacity: 1;
  }
  100% {
    transform: translateX(-98.75%);
    opacity: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.area_view .article_header .info_text {filter:none;opacity:1;transform:none;}
.article_view > .txc-textbox,.tt_article_useless_p_margin > .txc-textbox,.article_view > div > table,.article_view > center table,.article_view > .imageblock table,.tt_article_useless_p_margin > div > table,.tt_article_useless_p_margin > center table,.tt_article_useless_p_margin > .imageblock table {opacity:1;}}
/* loading */
.page-load-status {
  display: none;max-width:1180px;margin:0 auto;
  padding: 20px 24px 0 24px;
  text-align: center;
  color: #333;font-size:15px;
}
.area_notice~.page-load-status {padding-top:30px;}
.tamsayfaloadingcss{width:80px;height:80px;left:0;right:0;top:0;bottom:0;margin:0 auto;}#tmsyfloadspin{width:80px;height:80px;position:absolute;margin:0 auto;}.tmsyfloaddoublboun2{background-color:#39B1C6}.tmsyfloaddoublboun1{background-color:#EC3F8C}.tmsyfloaddoublboun1,.tmsyfloaddoublboun2{width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.tmsyfloaddoublboun2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
.infinite-scroll-last {border-top:#eee 1px solid;font-family:CordiaNewR;font-weight:700;color:#000;font-size:0.5rem;}
/* outline */
#outline {
background-color:rgba(32, 32, 32, .5);
box-shadow:0 0 5px rgba(32, 32, 32, .5);
border:1px solid rgba(0,0,0,0.5);width:30px;
transition:all 1s ease;}
.outlineframe {
position:fixed;display:table;
z-index:22;
right:1vw;
bottom:0;
top:0;
text-align:center;
margin-top:auto;
width:30px;height:100%;
-webkit-transition:top .5s ease;-moz-transition:top .5s ease;-o-transition:top .5s ease;transition:top .5s ease;opacity:0;visibility:hidden;
}
@media screen and (max-width: 870px) {
.outlineframe {display:none;}
}
.outlineframe .inolfr {display:table-cell;vertical-align:middle;position:relative;height:100%;width:100%;}
/* totop_button */
#toTop {
  z-index:23;
  width: 64px;height:42px;font-size:12px;
  border: 2px solid #f7f7f7;
  background: #f7f7f7;
  text-align: center;
  position: fixed;
  bottom: 52px;
  right: 26px;
  cursor: pointer;
  color: #333;
  opacity:.6;
  filter: alpha(opacity=60);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 20px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  padding: 5px;display:none;
}
#toTop:hover {
  background: #b3b3b3;
  border: 2px solid #b3b3b3;
}
@media screen and (max-width: 1023px) {
.area_notice~.page-load-status {padding-top:20px;}
	#toTop {bottom:12px;right:13px;}
}
@media screen and (max-width: 480px) {
	#toTop {width:50px;height:40px;}
}
/* google */
.gooadbox {display:none;padding:15px 50px;text-align:center;}
.adsbygoogle {margin:0 auto;background:#1f2830;background:linear-gradient(0deg, #1f2830, #000);box-shadow:0 0 5px #1f2830;max-width:800px;}.adsbygoogle iframe#aswift_0 {max-width:100%;}
.gadsearch {position:absolute;width:430px;max-width:91%;z-index:22;margin-left:62px;margin-top:15px;}
.gadsearch input {font-size:1em !important;box-sizing:content-box;background-color:transparent !important;font-family:NanumBarunRoboto,"Sawarabi Gothic","Yu Gothic Medium";font-weight:300;}
.cse .gsc-control-cse,.gadsearch .gsc-control-cse {background-color:transparent !important;border:1px solid transparent !important;padding:0 !important;}
form.gsc-search-box {margin-bottom:0 !important;}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {display:none;}
.gsc-input-box {border:none !important;background:rgba(255,255,255,0.7) !important;}
.gsc-search-box-tools .gsc-search-box .gsc-input {height:25px;}
@media screen and (max-width: 1023px) {
.gooadbox {padding:15px 24px;}
.gadsearch {margin-top:-9px;margin-left:23px;}
}
@media screen and (max-width: 340px) {
.gadsearch {display:none;}
}
.area_article .article_view div ins.kakao_ad_area {display:none !important;}
.area_article .article_view ins.adsbygoogle {display:none !important;}
/* scroll */
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background: rgba(255,255,255,0.1);}
::-webkit-scrollbar-thumb {
    background: rgba(29, 29, 29, 0.9);}
::-webkit-scrollbar-corner {
    background: #000;}
body::-webkit-scrollbar,.area_popup::-webkit-scrollbar,#tl_thread::-webkit-scrollbar {display:none;}
@media screen and (max-width: 870px) {
body::-webkit-scrollbar {display:initial;}
html {scrollbar-width:thin;}
}
/* select ctrl */
.menu_toolbar.toolbar_rb {bottom:13px;display:none;}
#screen,header,canvas,aside,footer,.cd-transition-layer,.article_header,img,embed,.area_tag,.area_related,.area_paging,.area_cover,.coverfooter,.article_view,.imageblock,.mediaboxa,.mejs__container,.outlineframe,#toTop,.area_category,.grid,button,.button,.area_common,.page-load-status,.gooadbox {-Moz-User-Select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;}
.article_view pre,.article_view input,.article_view textarea,.reply_write textarea,.box_comment_list li p,.area_search input,.okselect {-Moz-User-Select:text;-ms-user-select:text;-webkit-user-select:text;user-select:text;}