@charset "UTF-8";

/*!
Theme Name: Supernormal2(by Designbase)
Author: designbase
Author URI: http://designbase.co.kr
Description: 디자인베이스 강좌를 위해 직접 만든 가장 미니멀한 테마입니다.
Version: 1.0.0
License URI: LICENSE
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

.none {
  display: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

div:focus {
  outline: 0
}

small {
  font-size: 90%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

figure img {
  width: 100%;
  display: block
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-size: 1rem
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

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

input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

input[type=search]:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

fieldset {
  border: 1px solid #eee;
  margin: 0;
  padding: 1rem
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

label {
  font-size: .875rem;
  margin-bottom: .25rem
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

cite,
dfn,
em,
i {
  font-style: italic
}

cite {
  font-weight: 700
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ""
}

blockquote,
q {
  quotes: "" ""
}

blockquote {
  color: #333;
  font-style: normal;
  margin: 0;
  padding: 0;
  position: relative
}

blockquote:before {
  color: #ddd;
  content: "";
  float: left
}

blockquote * {
  margin-bottom: 0
}

blockquote blockquote {
  margin-left: 1.5rem;
  margin-top: 1.5rem
}

blockquote cite {
  font-style: normal
}

address {
  margin: 0 0 1.5rem
}

pre {
  background: #eee;
  border-left: 1px solid #eee;
  max-width: 100%;
  overflow: auto;
  padding: 1.5rem
}

abbr,
acronym {
  border-bottom: 1px dotted #222;
  cursor: help
}

ins,
mark {
  background: #eee;
  padding: .1rem;
  text-decoration: none
}

big {
  font-size: 1.2rem
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

body {
  background: #fff;
  word-break: keep-all;
}

hr {
  background-color: #3e4246;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

li ol,
li ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin: 0 1.5em 1.5em
}

dl {
  margin: 0
}

img {
  height: auto;
  max-width: 100%
}

table {
  border-top: 1px solid #ddd;
  margin: 0 0 1.5rem;
  text-align: left;
  width: 100%
}

caption,
th {
  font-weight: 700;
  text-transform: uppercase
}

caption {
  color: #777
}

td,
th {
  border-bottom: 1px solid #eee;
  padding: .5rem
}

thead {
  background: #eee
}

img {
  display: block;
  height: auto;
  max-width: 100%
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Neo Gothic", sans-serif
}

body,
button,
input,
optgroup,
select,
textarea {
  color: #fff;
  line-height: 1.6
}

.serif {
  font-family: "Playfair Display", serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: -.04px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit
}

.hero-title {
  font-size: 96px;
  line-height: 110%
}

h1 {
  font-size: 60px
}

h2 {
  font-size: 48px
}

h3 {
  font-size: 36px
}

h4 {
  font-size: 28px
}

h5 {
  font-size: 24px
}

h6 {
  font-size: 18px
}

p {
  font-size: 18px;
  line-height: 1.8;
  color: #e8e4df
}

a {
  transition: all .3s;
  text-decoration: none;
  color: #3858e9;
}

a:active,
a:focus,
a:hover {
  text-decoration: none
}

a:focus {
  outline: 0
}

a:active,
a:hover {
  outline: 0
}

blockquote {
  background-color: transparent;
  padding-left: 12px;
  border-left: 3px solid #393a3d;
  margin: 20px 0
}

blockquote p {
  font-size: 18px;
  font-weight: 700;
  margin: 0
}

@media screen and (max-width:500px) {
  .hero-title {
    font-size: 48px
  }

  h1 {
    font-size: 40px
  }

  h2 {
    font-size: 36px
  }

  .archive-description {
    font-size: 20px
  }

  .category-title {
    font-size: 24px
  }

  h3 {
    font-size: 28px
  }

  h4 {
    font-size: 24px
  }

  h5 {
    font-size: 20px
  }

  h6 {
    font-size: 16px
  }

  p {
    font-size: 16px
  }
}

.site-main {
  min-height: 720px;
  padding-top: 80px
}

section {
  clear: both;
  position: relative;
  padding: 80px 0
}

.container {
  position: relative;
  width: 100%;
  max-width: 1520px;
  padding: 0 40px;
  margin: auto
}

.container .row {
  position: relative;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  font-size: 0;
  flex-wrap: wrap
}

.container .col-12,
.container .col-2,
.container .col-3,
.container .col-4,
.container .col-5,
.container .col-6,
.container .col-7,
.container .col-8,
.container .col-9,
.container .col-article,
.container .col-sidebar {
  position: relative;
  min-height: 1px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: top
}

.col-2 {
  width: 16.66666667%
}

.col-3 {
  width: 25%
}

.col-4 {
  width: 33.33333333%
}

.col-5 {
  width: 41.66666667%
}

.col-6 {
  width: 50%
}

.col-7 {
  width: 58.3333333%
}

.col-8 {
  width: 66.66666667%
}

.col-9 {
  width: 75%
}

.col-12 {
  width: 100%
}

.single-layout {
  display: flex;
  justify-content: space-around;
  margin-top: 40px
}

.align-right {
  width: 360px
}

.align-left {
  width: calc(100% - 360px);
  padding-right: 40px
}

@media only screen and (max-width:1440px) {
  .container {
    padding: 0 40px
  }
}

@media only screen and (max-width:940px) {
  .col-2 {
    width: 33.3333%
  }

  .col-3 {
    width: 25%
  }

  .align-right {
    width: 240px
  }

  .align-left {
    width: calc(100% - 240px);
    padding-right: 20px
  }
}

@media only screen and (max-width:768px) {
  section {
    padding: 60px 0
  }

  .container {
    width: 100%;
    max-width: 768px;
    padding: 0 24px
  }

  .row {
    margin-right: -8px;
    margin-left: -8px
  }

  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8 {
    padding-left: 8px;
    padding-right: 8px
  }

  .col-9 {
    width: 100%
  }

  .col-8 {
    width: 100%
  }

  .col-6 {
    width: 100%
  }

  .col-4 {
    width: 50%
  }

  .col-3 {
    width: 33.3333%
  }
}

@media only screen and (max-width:500px) {
  section {
    padding: 40px 0
  }

  .container {
    width: 100%;
    max-width: 480px;
    min-width: 320px;
    padding: 0 20px
  }

  .site-main {
    padding-top: 60px
  }

  .single-layout {
    display: block;
    margin-top: 40px
  }

  .align-right {
    width: 100%
  }

  .align-left {
    width: 100%;
    padding-right: 0
  }

  .row {
    margin-left: -8px;
    margin-right: -8px
  }

  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9 {
    padding-left: 8px;
    padding-right: 8px
  }

  .col-4 {
    width: 100%
  }

  .col-6 {
    width: 100%
  }

  .col-9 {
    width: 100%
  }

  .col-3 {
    width: 50%
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f9fafb;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#content[tabindex="-1"]:focus {
  outline: 0
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em
}

.aligncenter {
  clear: both
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  clear: both
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  content: "";
  clear: both
}

table {
  margin: 0 0 1.5em;
  width: 100%
}

td,
th {
  border: 1px solid #eee;
  padding: 15px;
  text-align: center
}

.button,
.wp-block-file__button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #3858e9;
  border: 1px solid #3858e9;
  padding: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  transition: all .3s;
  cursor: pointer
}

.button:active,
.button:focus,
.button:hover,
.wp-block-file__button:active,
.wp-block-file__button:focus,
.wp-block-file__button:hover,
button:active,
button:focus,
button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
  outline: 0
}

.button .disabled,
.button:disabled,
.wp-block-file__button .disabled,
.wp-block-file__button:disabled,
button .disabled,
button:disabled,
input[type=button] .disabled,
input[type=button]:disabled,
input[type=reset] .disabled,
input[type=reset]:disabled,
input[type=submit] .disabled,
input[type=submit]:disabled {
  background: #aaa;
  outline: 0;
  cursor: not-allowed !important
}

.button.primary-button,
.wp-block-file__button.primary-button,
button.primary-button,
input[type=button].primary-button,
input[type=reset].primary-button,
input[type=submit].primary-button {
  background-color: #f06d49
}

.button.secondary-button,
.wp-block-file__button.secondary-button,
button.secondary-button,
input[type=button].secondary-button,
input[type=reset].secondary-button,
input[type=submit].secondary-button {
  color: #8e703c;
  border: 1px solid #f2d4a0;
  background-color: #f2d4a0
}

.button.line-button,
.wp-block-file__button.line-button,
button.line-button,
input[type=button].line-button,
input[type=reset].line-button,
input[type=submit].line-button {
  border: 1px solid #3e4246;
  background-color: transparent
}

.button.line-button:hover,
.wp-block-file__button.line-button:hover,
button.line-button:hover,
input[type=button].line-button:hover,
input[type=reset].line-button:hover,
input[type=submit].line-button:hover {
  color: #1c1e20;
  background-color: #fff
}

.inline-btns .button,
.inline-btns button {
  margin-right: 8px
}

input[type=submit].search-submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

@media screen and (max-width:500px) {

  .button,
  .wp-block-file__button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 15px;
    padding: 8px
  }
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  color: #393a3d;
  border: 1px solid #eee;
  display: block;
  width: 100%;
  padding: 8px;
  background-color: transparent;
  -webkit-appearance: none
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  color: #111;
  outline: 0
}

textarea {
  width: 100%
}

.search-wrap {
  margin-left: 20px;
  position: relative;
  width: 200px;
  display: inline-block
}

.search-wrap label {
  width: 100%
}

.search-wrap input[type=search]:focus,
.search-wrap input[type=search]:hover {
  color: #000
}

.search-wrap .search-submit {
  border: none;
  color: transparent;
  background: url(svg/icon-search.svg) no-repeat center;
  background-size: 20px;
  display: block;
  opacity: .7;
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.search-wrap .search-submit:active,
.search-wrap .search-submit:focus,
.search-wrap .search-submit:hover {
  opacity: 1
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
::input-placeholder {
  color: #777;
  opacity: 1
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #f5f5f5 inset;
  -webkit-text-fill-color: #333
}

::-ms-clear,
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-search-results-button,
::-webkit-search-results-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none
}

.site-header {
  width: 100%;
  height: 80px;
  position: fixed;
  padding: 20px 0;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #1c1e20
}

.home .site-header {
  background-color: transparent
}

.site-header .container {
  max-width: 100%
}

.site-header .site-logo-wrap {
  position: relative;
  display: inline-block;
  z-index: 10
}

.site-header .site-branding {
  z-index: 2;
  width: 160px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  z-index: 2;
  opacity: 1;
  background: url('wp-content/uploads/2025/07/SeongPil_logo-1.png') no-repeat center;
  background-size: 160px
}

.site-navigation {
  float: right;
  display: flex;
  align-items: center
}

ul.menu {
  list-style: none
}

ul.menu>li {
  display: inline-block;
  position: relative;
  margin-left: 20px
}

ul.menu>li.button {
  padding: 8px
}

ul.menu>li.button a {
  font-size: 15px;
  color: #fff !important;
  font-weight: 400
}

ul.menu>li.button a:hover {
  color: #fff !important
}

ul.menu>li.current-menu-item.button a,
ul.menu>li.current-menu-item.button a:hover {
  color: #fff !important
}

ul.menu>li>a {
  font-size: 15px;
  position: relative;
  display: block;
  color: #e8e4df
}

ul.menu>li>a:hover {
  color: #fff
}

ul.menu>li.current-menu-item>a,
ul.menu>li.current-menu-parent>a,
ul.menu>li.current-post-ancestor>a {
  color: #fff
}

ul.menu>li.current-menu-item>a:after,
ul.menu>li.current-menu-parent>a:after,
ul.menu>li.current-post-ancestor>a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0
}

ul.menu>li.menu-item-has-children>ul li a {
  text-align: left;
  display: block;
  padding: 12px;
  color: #fff;
  height: auto;
  line-height: 1;
  font-size: 14px
}

ul.menu>li.menu-item-has-children>ul li.menu-item-has-children {
  position: relative
}

ul.menu>li.menu-item-has-children>ul li.current-menu-item a,
ul.menu>li.menu-item-has-children>ul li:hover a {
  color: #fff;
  background-color: #f06d49
}

ul.menu>li.focus>ul,
ul.menu>li:hover>ul {
  opacity: 1;
  top: 120%;
  visibility: visible
}

ul.menu>li.focus>ul li,
ul.menu>li:hover>ul li {
  border-radius: 8px
}

ul.menu>li.focus>ul li.focus>ul,
ul.menu>li.focus>ul li:hover>ul,
ul.menu>li:hover>ul li.focus>ul,
ul.menu>li:hover>ul li:hover>ul {
  left: 100%;
  opacity: 1;
  top: 40px;
  visibility: visible
}

ul.menu>li ul {
  background: #393d41;
  position: absolute;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 160px
}

ul.menu>li>ul {
  left: 0;
  top: 160%
}

ul.menu>li>ul ul {
  left: 160px
}

.menu-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .2s;
  transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s
}

.menu-container.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.menu-container.active .more-navigation {
  top: 0
}

.menu-container.active .overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s
}

.menu-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, .85);
  z-index: 0
}

.menu-container .more-navigation {
  position: absolute;
  top: -100px;
  width: 100%;
  max-width: 420px;
  overflow-y: scroll;
  padding-top: 120px;
  z-index: 10;
  background: #1c1e20;
  -webkit-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out
}

.menu-container .more-navigation .toggle-btn {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  background: url(svg/icon-arrow-down-w.svg) no-repeat center;
  background-size: 20px;
  border: 1px solid #3e4246;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  right: 4px;
  top: 4px;
  z-index: 1;
  transform: rotate(0);
  transition: .3s
}

.menu-container .more-navigation .toggle-btn.show {
  transform: rotate(180deg);
  transition: .3s
}

.menu-container .more-navigation .button.menu-item {
  margin-left: 0
}

.menu-container .more-navigation li {
  position: relative;
  margin-bottom: 12px
}

.menu-container .more-navigation li :last-child {
  margin-bottom: 0
}

.menu-container .more-navigation li a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 40px;
  line-height: 1;
  padding: 8px 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  color: #e8e4df
}

.menu-container .more-navigation li.button {
  height: auto;
  line-height: auto;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0;
  display: block;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px
}

.menu-container .more-navigation li.button a {
  font-size: 20px;
  padding: 12px;
  color: #fff;
  text-align: center;
  font-weight: 400
}

.menu-container .more-navigation li.current-menu-parent>a,
.menu-container .more-navigation li.current-post-ancestor>a {
  color: #fff;
  background-color: #fff
}

.menu-container .more-navigation li .sub-menu {
  display: none;
  margin-left: 0;
  padding: 12px
}

.menu-container .more-navigation li .sub-menu li {
  border-bottom: none
}

.menu-container .more-navigation li .sub-menu li.current-menu-item>a {
  color: #fff;
  background-color: #fff
}

.menu-container .more-navigation li .sub-menu a {
  font-size: 16px;
  padding: 12px
}

.menu-container .more-navigation li.show .sub-menu {
  display: block !important
}

.menu-container .active .more-navigation .current-page-item a {
  opacity: 1
}

.menu-btn {
  display: none
}

@media screen and (max-width:768px) {
  .site-navigation {
    display: block
  }

  .menu-btn {
    display: none
  }
}

@media screen and (max-width:500px) {
  .site-header {
    padding: 10px 0;
    height: 60px
  }

  .site-navigation {
    display: none
  }

  .menu-btn {
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999
  }

  .menu-btn .menu-icon {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    background: url(svg/icon-menu-w.svg) no-repeat center;
    background-size: 24px
  }

  .menu-btn.active .menu-icon {
    background: url(svg/icon-cancel-w.svg) no-repeat center;
    background-size: 24px
  }
}

#sidebar {
  width: 100%
}

.category-title-wrap {
  margin-bottom: 40px
}

.card-type {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #3e4246;
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s
}

.card-type:hover {
  background-color: #fff
}

.card-type:hover .entry-category,
.card-type:hover .entry-date,
.card-type:hover .entry-excerpt,
.card-type:hover .entry-title {
  color: #1c1e20
}

.card-type .entry-thumbnail {
  opacity: 1;
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s
}

.card-type .entry-thumbnail img {
  width: 100%
}

.blog-item .entry-title {
  font-size: 18px;
  height: 48px;
  overflow: hidden
}

.blog-item .entry-excerpt {
  font-size: 14px;
  height: 48px;
  overflow: hidden
}

.entry-text-wrap {
  margin-top: 16px
}

.entry-title {
  font-size: 20px;
  line-height: 1.5;
  height: 80px;
  overflow: hidden
}

.entry-info {
  display: flex;
  justify-content: space-between
}

.entry-category,
.entry-date {
  font-size: 14px;
  color: #bcbab6
}

.entry-excerpt {
  font-size: 14px;
  color: #bcbab6
}

.empty-wrap {
  text-align: center;
  margin: auto
}

.empty-wrap .empty-graphic {
  width: 200px;
  height: 200px;
  margin: auto;
  background: url(img/img-empty.png) no-repeat center;
  background-size: contain
}

.empty-wrap p {
  margin-top: 20px
}

@media screen and (max-width:500px) {
  .card-type {
    padding: 16px
  }

  .blog-item .entry-title {
    font-size: 16px;
    height: 45px
  }

  .entry-title {
    font-size: 18px;
    height: 60px
  }

  .entry-category,
  .entry-date {
    font-size: 12px
  }
}

.pagination {
  position: relative;
  display: block;
  margin: 40px 0;
  padding: 0;
  text-align: center
}

.pagination .nav-links {
  display: flex;
  justify-content: center
}

.pagination .page-numbers {
  padding: 0;
  display: inline-block;
  margin: 0 4px;
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  font-size: 14px
}

.pagination .page-numbers a {
  display: block;
  width: 100%;
  height: 100%
}

.pagination .page-numbers.prev {
  background: #393d41 url(svg/icon-arrow-left-w.svg) no-repeat center;
  background-size: 24px
}

.pagination .page-numbers.prev:hover {
  background: #f06d49 url(svg/icon-arrow-left-w.svg) no-repeat center;
  background-size: 24px
}

.pagination .page-numbers.next {
  background: #393d41 url(svg/icon-arrow-right-w.svg) no-repeat center;
  background-size: 24px
}

.pagination .page-numbers.next:hover {
  background: #f06d49 url(svg/icon-arrow-right-w.svg) no-repeat center;
  background-size: 24px
}

.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
  background-color: #393d41
}

.pagination .page-numbers.current,
.pagination .page-numbers.current:hover,
.pagination .page-numbers:active {
  background-color: #393d41
}

.pagination .next-link a,
.pagination .prev-link a {
  padding: 12px 16px;
  display: inline-block;
  margin: 0 4px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  background-color: #393d41;
  border-radius: 4px
}

.pagination .next-link a:hover,
.pagination .prev-link a:hover {
  background: #f06d49
}

.marquee {
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative
}

.marquee:after,
.marquee:before {
  position: absolute;
  top: 0;
  width: 50px;
  height: 60px;
  content: "";
  z-index: 1
}

.marquee:before {
  left: 0;
  background: linear-gradient(to right, #1c1e20 5%, transparent 100%)
}

.marquee:after {
  right: 0;
  background: linear-gradient(to left, #1c1e20 5%, transparent 100%)
}

.marquee__content {
  width: 300% !important;
  display: flex;
  line-height: 4vw;
  animation: marquee 30s linear infinite forwards
}

.list-inline {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0
}

.list-inline li {
  position: relative;
  font-size: 48px;
  font-size: 3vw;
  padding-left: 4.5vw
}

.list-inline li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background: url(svg/graphic-star.svg) no-repeat center;
  background-size: 80%;
  text-align: center
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-66.6%)
  }
}

@media screen and (max-width:500px) {
  .marquee {
    width: 100%;
    height: 60px
  }

  .marquee:after,
  .marquee:before {
    width: 50px;
    height: 60px
  }

  .list-inline {
    width: auto
  }

  .list-inline li {
    font-size: 20px;
    line-height: 40px;
    padding-left: 40px
  }

  .list-inline li:after {
    width: 40px;
    height: 40px;
    background-size: 60%
  }
}

footer.site-footer {
  background-color: #1c1e20;
  position: relative
}

footer.site-footer .mail-info {
  padding: 80px 0;
  text-align: center
}

footer.site-footer .mail-info h2 {
  font-size: 80px;
  font-weight: 700
}

footer.site-footer .mail-info .mailto {
  font-size: 30px;
  color: #fff;
  background: #3858e9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

footer.site-footer .site-info {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #3e4246
}

footer.site-footer .site-info .copyright {
  color: #bcbab6;
  font-size: 16px
}

footer.site-footer .site-info .copyright a {
  font-weight: 700
}

footer.site-footer .site-info .copyright a:active,
footer.site-footer .site-info .copyright a:focus,
footer.site-footer .site-info .copyright a:hover {
  opacity: 1
}

.scroll-top {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s
}

.scroll-top .scroll-top-icon {
  margin: auto;
  margin-top: 8px;
  width: 24px;
  height: 24px;
  background: url(svg/icon-arrow-top.svg) no-repeat center;
  background-size: 24px;
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s
}

.scroll-top:hover {
  cursor: pointer;
  background-color: #eee
}

.scroll-top:hover .scroll-top-icon {
  opacity: 1
}

@media screen and (max-width:768px) {
  footer.site-footer .mail-info {
    padding: 40px 0
  }

  footer.site-footer .mailto {
    font-size: 32px
  }

  footer.site-footer .site-info {
    padding: 20px 0
  }

  footer.site-footer .site-info .copyright {
    font-size: 14px
  }
}

@media screen and (max-width:500px) {
  footer.site-footer .mail-info {
    padding: 40px 0
  }

  footer.site-footer .mail-info h2 {
    font-size: 40px
  }

  footer.site-footer .site-info {
    display: block;
    padding: 20px 0
  }

  footer.site-footer .site-info .copyright {
    margin-top: 40px;
    font-size: 14px
  }
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #1c1e20;
  -ms-overflow-style: none;
  overflow: auto
}

.updated:not(.published) {
  display: none
}

.page-links {
  clear: both;
  margin: 0 0 1.5em
}

.home .page-header {
  padding-top: 0
}

.home .page-header .container {
  padding-top: 300px;

}

.bg_gif {
  width: 450px;
  position: absolute;
  top: 36%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.bg_gif img {
  width: 100%;
}

.page-header {
  padding-top: 80px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center
}

.page-header.page-cover-img {
  margin-bottom: 80px
}

.page-header .page-category {
  margin-bottom: 20px
}

.page-header .page-category a {
  color: #e8e4df
}

.page-header .hero-title {
  margin-bottom: 20px
}

.page-header .hero-title .serif {
  background: #3858e9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.page-header .hero-deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.page-header .hero-deco div[class^=deco-] {
  position: absolute;
  width: 240px;
  height: 240px;
}

.page-header .hero-deco .deco-01 {
  right: 70%;
  top: 100px;
  width: 320px;
  height: 242px;
  background: url(img/computer.png) no-repeat center;
  background-size: contain;

}

.page-header .hero-deco .deco-02 {
  left: 45%;
  top: 0;
  background: url(img/rocket.png) no-repeat center;
  background-size: contain
}

.page-header .hero-deco .deco-03 {
  left: 70%;
  top: 80px;
  background: url(img/spaceman.png) no-repeat center;
  background-size: contain
}

.page-header .archive-description {
  color: #bcbab6
}

.page-header .page-title {
  font-size: 88px;
  margin-bottom: 12px;
  color: #fff
}

.page-header .page-desc {
  margin-top: 20px;
  font-size: 14px;
  color: #e8e4df
}

.page-header .page-desc strong {
  font-weight: 700;
  color: #e8e4df;
  margin-left: 10px
}

.category-title-wrap {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.category-title-wrap .category-title {
  margin: 0;
  color: #e8e4df
}

.about-section {
  padding: 120px 0
}

.about-section .text-wrap {
  padding: 0 80px
}

.about-section .text-wrap h2 span {
  font-weight: bold;
  color: #3858e9;
  display: block;
}

.about-section .text-wrap p {
  margin-bottom: 40px
}

.about-section .img-wrap img {
  margin: auto;
  height: 600px;
}

.error404 .text-wrap {
  text-align: center
}

.error404 .error404-graphic {
  width: 200px;
  height: 200px;
  margin: auto;
  background: url(img/img-empty.png) no-repeat center;
  background-size: contain
}

.search-results .page-header span {
  color: #bcbab6
}

@media screen and (max-width:500px) {
  .home .page-header .container {
    padding-top: 200px
  }

  .page-header .hero-deco {
    overflow-x: hidden
  }

  .page-header .hero-deco div[class^=deco-] {
    width: 80px;
    height: 80px
  }

  .page-header .hero-deco .deco-01 {
    top: 60px;
    right: 85%
  }

  .page-header .hero-deco .deco-03 {
    top: 50px;
    left: 85%
  }

  .page-header .page-title {
    font-size: 56px
  }

  .page-header .page-desc {
    font-size: 14px
  }

  .about-section {
    padding: 40px 0
  }

  .about-section .img-wrap {
    padding: 20px
  }

  .about-section .text-wrap {
    padding: 0;
    margin-top: 20px
  }
}

article {
  width: 100%;
  margin: auto
}

.thumbnail-img {
  border-bottom: 40px;
  border-radius: 12px;
  overflow: hidden
}

.post-header {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff
}

.post-header p {
  color: #e8e4df
}

.post-header .post-title {
  font-size: 36px;
  margin-bottom: 12px
}

.post-header .post-desc {
  margin-top: 20px;
  font-size: 14px;
  text-align: center
}

.post-header .post-info {
  margin: 20px 0
}

.post-header .post-date {
  font-size: 14px;
  color: #bcbab6;
  margin-right: 12px
}

.post-header .post-categories li {
  display: inline-block;
  margin: 0 8px 8px 0
}

.post-header .post-categories a {
  font-size: 14px;
  color: #bcbab6
}

.post-header .post-tags {
  font-size: 0
}

.post-header .post-tags a {
  font-size: 14px !important;
  line-height: 1;
  padding: 8px 12px;
  color: #fff;
  border: none;
  background-color: #393d41;
  border-radius: 4px;
  display: inline-block;
  margin: 0 8px 8px 0
}

.post-header .post-tags a:hover {
  background: #f06d49
}

.thumbnail-background {
  width: 100%;
  height: 320px;
  background-size: cover !important
}

hr.divider {
  margin: 40px 0
}

.wp-block-file {
  padding: 8px;
  margin-bottom: 12px;
  border: 1px solid #3e4246;
  display: flex;
  justify-content: space-between
}

.wp-block-file a {
  color: #e8e4df
}

.wp-block-file a.wp-block-file__button {
  color: #fff
}

.single-work .post-header {
  margin-top: 120px;
  padding: 0
}

.single-work .post-header .post-title {
  font-size: 80px;
  margin-top: 0
}

.single-work .post-header .customfield {
  margin-right: 24px
}

.single-work h1,
.single-work h2,
.single-work h3,
.single-work h4 {
  font-weight: 700
}

.single-work h4 {
  color: #bcbab6
}

.single-work article .wp-block-columns {
  margin: 160px 0
}

.wp-block-image,
figure {
  margin: 20px 0
}

.wp-block-image img,
figure img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  overflow: hidden
}

.wp-block-video video {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  overflow: hidden
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding: 55.6% 0 6px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  overflow: hidden
}

.wp-block-embed-youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wp-block-embed {
  margin: 2rem 0;
  position: relative;
  width: 100%
}

.wp-block-button {
  padding: 20px 0;
  text-align: center
}

.wp-block-button__link {
  color: #fff !important
}

@media screen and (max-width:500px) {
  .single-work .post-header {
    margin-top: 20px
  }

  .single-work .post-header .post-title {
    font-size: 40px
  }

  .single-work .post-header .customfield {
    margin-right: 16px
  }

  .single-work article .wp-block-columns {
    margin: 80px 0
  }

  .single-work article h2 {
    font-size: 32px
  }
}

.comments-area {
  padding: 30px;
  border: 1px solid #3e4246;
  border-radius: 12px
}

.comments-area .comment-list {
  padding-bottom: 20px;
  margin-bottom: 20px
}

.comments-area .comment-body {
  margin-bottom: 40px
}

.comments-area .comments-title {
  margin: 0 0 20px;
  font-size: 24px
}

.comments-area .comment-author img {
  float: left;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px
}

.comments-area .comment-author .fn {
  margin: 0;
  font-size: 14px
}

.comments-area .comment-author .says {
  display: none
}

.comments-area .comment-author-name {
  margin-bottom: 12px
}

.comments-area .comment-metadata {
  line-height: 1;
  margin-bottom: 8px
}

.comments-area .comment-metadata time {
  color: #bcbab6;
  font-size: 12px
}

.comments-area ol {
  margin: 0;
  padding: 0
}

.comments-area ol ol {
  margin-left: 20px;
  margin-bottom: 40px
}

.comments-area ol ol .comment-text {
  border-left: 0
}

.comments-area ol ol ol {
  padding-left: 0;
  margin-left: 0;
  border-left: 0
}

.comments-area .comment-content p {
  margin-bottom: 8px
}

.comments-area .comment {
  position: relative
}

.comments-area .comment-avatar {
  position: absolute;
  margin: 0
}

.comments-area .comment-text {
  margin-left: 100px;
  border-left: 1px solid #3e4246
}

.comments-area .comment-reply-link {
  font-size: 12px !important;
  line-height: 1;
  padding: 8px 12px;
  color: #bcbab6;
  border: 1px solid #3e4246;
  display: inline-block
}

.comments-area .comment-reply-link:hover {
  background-color: #f06d49;
  color: #fff
}

.comments-area .comment-edit-link,
.comments-area .comment-reply-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #242d2e;
  font-size: 12px
}

.comment-respond .comment-reply-title {
  font-size: 20px;
  margin-bottom: 0
}

.comment-form .logged-in-as {
  font-size: 12px;
  margin-bottom: 8px
}

.comment-form .logged-in-as a {
  font-size: 12px;
  color: #f2d4a0
}

.comment-form input:not(.submit):not([type=checkbox]) {
  width: 100%
}

.comment-form .comment-reply-title {
  font-size: 24px
}

.comment-form .form-group {
  margin-bottom: 19px
}

.comment-form input,
.comment-form textarea {
  color: #fff;
  background-color: #393d41;
  border: none;
  border-radius: 8px;
  outline: 0;
  box-shadow: none
}

.comment-form input:focus,
.comment-form textarea:focus {
  border: 1px solid #f06d49
}

.comment-form .comment-form-comment label {
  display: none
}

.comment-form #comment {
  height: 80px
}

.comment-form .form-submit {
  margin: 0;
  margin-top: 10px;
  text-align: left
}

.comment-form .form-submit .submit {
  display: inline-block;
  width: auto;
  border: none;
  padding: 8px 16px;
  background: #f06d49
}

.wp-block-columns {
  margin-bottom: 0
}

.widget {
  border: 1px solid #3e4246;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 12px
}

.footer-widget .widget {
  border: none;
  padding: 0;
  margin: 0
}

.widget .widget-title {
  font-size: 14px;
  margin-bottom: 12px
}

.widget .wp-block-latest-posts__list li {
  min-height: 120px;
  margin-bottom: 20px
}

.widget .wp-block-latest-posts__list li:last-child {
  margin: 0
}

.widget .wp-block-latest-posts__list img {
  border-radius: 12px
}

.widget .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  color: #e8e4df;
  font-size: 18px
}

.widget .wp-block-latest-posts__list time {
  font-size: 12px;
  color: #bcbab6
}

.widget .wp-block-embed {
  margin: 0
}

.widget .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden
}

.widget .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 0;
  padding: 0
}

.widget_tag_cloud .wp-block-tag-cloud.is-style-outline {
  gap: 8px;
  margin: 0
}

.widget_tag_cloud .wp-block-tag-cloud.is-style-outline a {
  font-size: 14px !important;
  line-height: 1;
  padding: 8px 12px;
  color: #fff;
  border: none;
  background-color: #393d41;
  border-radius: 4px;
  display: inline-block
}

.widget_tag_cloud .wp-block-tag-cloud.is-style-outline a:hover {
  background: #f06d49
}

.widget_search .search-form {
  display: flex
}

.widget_search .search-field {
  width: 100%
}

.widget_search .search-form label {
  width: 100%;
  margin: 0
}

@media only screen and (max-width:940px) {
  .widget {
    padding: 12px
  }
}

/* skills */

.skills {
  width: 600px;
  margin: 50px auto 0px;
}

.skills .title {
  text-align: center;
}

.icon-filter__container {
  text-align: center;
}

.icon-filter__tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.icon-filter__tab {
  padding: 8px 16px;
  border-radius: 20px;
  background: #eee;
  cursor: pointer;
  font-weight: bold;
  color: #888;
  transition: all 0.3s;
}

.icon-filter__tab--active {
  background: #fff;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.icon-filter__grid {
  display: grid;
  grid-template-columns: repeat(6, 60px);
  gap: 30px;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon-filter__icon {
  position: relative;
  transition: filter 0.3s, opacity 0.3s;
}

.icon-filter__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.icon-filter__icon:hover img {
  transform: scale(1.1);
}

.icon-filter__icon--blurred {
  filter: blur(2px);
  opacity: 0.4;
}

.icon-filter__tooltip {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.3s;
  pointer-events: none;
}

.icon-filter__icon:hover .icon-filter__tooltip {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }

  .text-wrap {
    text-align: center;
  }


  .icon-filter__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .icon-filter__icon img {
    width: 50px;
    height: 50px;
  }

  .bg_gif {
    width: 45%;
    top: 26%;
  }

  .hero-title {
    font-size: 50px;
  }

  .about-section .text-wrap {
    padding: 0 20px;
  }

  .skills {
    width: 100%;
  }

  footer.site-footer .mail-info h2 {
    font-size: 28px;
  }

  .about-section {
    padding: 40px 0;
  }

  .post-content {
    text-align: center;
  }

  .single-work .post-header .post-title {
    font-size: 34px;
  }

  h3 {
    font-size: 27px;
  }

  body,
  button,
  input,
  optgroup,
  select,
  textarea {
    line-height: 2;
  }

  .about-section .img-wrap img {
    margin: auto;

  }

  .icon-filter__tab {
    padding: 4px 10px;
  }

  .icon-filter__tabs {
    font-size: 12px;
  }


}