/*
Theme Name: Google SEO
Theme URI: https://google.com/
Author: the Google SEO team
Author URI: https://google.com/
Description: This is Google SEO basic blog theme. It comes with all values initialized..
Requires at least: 6.0
Tested up to: 6.1
Requires PHP: 8.1
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: googleseo
Tags: Google, SEO

Google SEO WordPress Theme, (C) 2020 WordPress.org
Google SEO is distributed under the terms of the GNU GPL.
*/
@charset "UTF-8";
@font-face {
    font-family: 'NEXONGothic';
    font-style: normal;
    font-weight: 300;
    src: url('/font/NEXON Lv2 Gothic Light.eot');
    src: local(※), url('/font/NEXON Lv2 Gothic Light.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NEXONGothic';
    font-style: normal;
    font-weight: 400;
    src: url('/font/NEXON Lv2 Gothic.eot');
    src: local(※), url('/font/NEXON Lv2 Gothic.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NEXONGothic';
    font-style: normal;
    font-weight: 700;
    src: url('/font/NEXON Lv2 Gothic Bold.eot');
    src: local(※), url('/font/NEXON Lv2 Gothic Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'paybooc-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ROKABold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.1/ROKABold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    padding: 0;
    margin: 0;
    font-family: 'NEXONGothic', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: -0.3px;
    /* background-color: #19191c;
    color: #fff; */
    background-color: #f6f7fa;
}

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

header.header {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(147, 159, 169, 0.2);
}

.customize-support header.header {
    top: 32px;
}

header.header .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
header.header .wrapper nav {
    margin-left: auto;
}

header.header ul#primary-menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
header.header ul#primary-menu-list > li {
    margin-left: 25px;
    position: relative;
}

header.header ul#primary-menu-list > li > a {
    display: flex;
    height: 65px;
    font-family: 'paybooc-Bold';
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.3px;
    justify-content: center;
    align-items: center;
    color: #333;
    text-decoration: none;
}

header.header ul#primary-menu-list > li > a:hover {
    color: rgb(13, 110, 35);
}

header.header .sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    min-width: 160px;
    padding: 0;
    margin: 0;
    top: 65px;
    left: -20px;
    border: 1px solid rgba(147, 159, 169, 0.2);
    border-top: none;
    list-style-type: none;
}

header.header ul#primary-menu-list > li:hover .sub-menu {
    display: block;
}

header.header .sub-menu > li {
    border-top: 1px dashed rgba(147, 159, 169, 0.2);
}

header.header .sub-menu > li > a {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 0 0 20px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

header.header .sub-menu > li > a:hover {
    background-color: rgba(147, 159, 169, 0.05);
    color: #ce1f1f;
}

header.header ul li.current_page_item a {
    color: rgb(13, 110, 35);
}

header.header .logo {
    display: flex;
    height: 65px;
    font-family: 'ROKABold';
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -0.3px;
    justify-content: center;
    align-items: center;
    color: #232323;
    text-decoration: none;
}
header.header .logo span {
    color: rgb(13, 110, 35);
}

#gs-banner-box {
    padding: 70px 0 0 0;
    /* background-color: rgba(147, 159, 169, 0.05); */
    /* border-bottom: 1px solid rgba(147, 159, 169, 0.2); */
}

#gs-banner-box .banner {
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
}

#gs-banner-box .banner img {
    width: 100%;
    height: 130px;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'paybooc-Bold';
    font-weight: 700;
    letter-spacing: -0.5px;
}

figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}
b,
strong {
    font-weight: 700;
}

main {
    padding: 70px 0 0 0;
    margin: 0;
}

main a {
    color: rgb(13, 110, 35);
    text-decoration: none;
}

article .entry-content p {
    text-align: justify;
}

article .entry-content img,
article .entry-content .youtube-box {
    border-radius: 0px;
}

.gdlr-core-pbf-background-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: -2;
    transition: border-color 300ms, border-width 100ms;
    -moz-transition: border-color 300ms, border-width 100ms;
    -o-transition: border-color 300ms, border-width 100ms;
    -webkit-transition: border-color 300ms, border-width 100ms;
}

.wp-block-embed.is-provider-youtube {
    width: 100%;
}

footer {
    margin: 0;
    padding: 0;
    background-color: #1a1b1d;
}

footer nav {
    background-color: #1f2022;
    border-bottom: 1px solid #0f1011;
}
footer nav .wrapper {
    display: flex;
}
footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-right: auto;
}
footer ul li {
    margin-right: 25px;
}

footer ul li a {
    display: flex;
    height: 65px;
    font-family: 'paybooc-Bold';
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.3px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

footer .logo {
    display: flex;
    height: 65px;
    font-family: 'ROKABold';
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -0.3px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
footer .logo span {
    color: rgb(13, 110, 35);
}

footer .flex {
    display: flex;
    padding: 25px 0;
}
footer .footer-copy {
    /* display: flex;
    align-items: flex-start; */
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: -0.3px;
    font-family: 'paybooc-Bold';
}

footer .footer-sns {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.7);
}

.youtube-box {
    position: relative;
    width: 100%;
    padding-bottom: 50.25%;
    overflow: hidden;
}
.youtube-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-sns {
    display: flex;
    text-indent: -9999%;
    white-space: nowrap;
    overflow: hidden;
    width: 18px;
    height: 32px;
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
    margin-left: 5px;
}

.icon-sns:hover {
    opacity: 1;
}

.icon-facebook {
    background-image: url('/images/sns/icons8-facebook.svg');
}
.icon-instagram {
    background-image: url('/images/sns/icons8-instagram.svg');
}
.icon-tumblr {
    background-image: url('/images/sns/icons8-tumblr.svg');
}
.icon-twitter {
    background-image: url('/images/sns/icons8-twitter.svg');
}
.icon-pinterest {
    background-image: url('/images/sns/icons8-pinterest.svg');
}

.btn2 {
    margin-left: auto;
    display: none;
    position: relative;
    width: 26px;
    height: 24px;
    transition: all 0.2s;
}
.btn2 .icon {
    position: absolute;
    height: 3px;
    width: 26px;
    top: 12px;
    background-color: #232323;
    border-radius: 3px;
}
.btn2 .icon:before {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #232323;
    content: '';
    top: -10px;
    border-radius: 3px;
}
.btn2 .icon:after {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #232323;
    content: '';
    top: 10px;
    border-radius: 3px;
}
.btn2.open .icon {
    transition: all 0.2s;
    background: transparent;
}
.btn2.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(7px, 7px);
}
.btn2.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.btn2:hover {
    cursor: pointer;
}

#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: table;
    margin-bottom: 1em;
    padding: 15px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

div#ez-toc-container {
    padding-right: 10px;
}

.ez-toc-title-container {
    display: flex;
    width: 100%;
    align-items: center;
}
.ez-toc-title-container > p.ez-toc-title {
    display: flex;
    height: 34px;
}
.ez-toc-title-container > span.ez-toc-title-toggle {
    margin-left: auto;
}

.ez-toc-title-container .ez-toc-btn-xs {
    padding: 1px 15px;
}

#ez-toc-container .ez-toc-toggle label {
    border-radius: 0;
}

#ez-toc-container > nav > ul {
    margin-top: 20px;
}

#ez-toc-container > nav > ul li {
    line-height: 2;
}

#ez-toc-container > nav > ul li a:hover {
    text-decoration: none;
    color: #ff0000;
}

.ul-list li {
    padding: 5px 0;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .wrapper {
        padding: 0 10px;
    }

    #gs-banner-box {
        padding: 76px 0 0 0;
    }
    main {
        padding: 66px 0 0 0;
    }
    /* #gs-banner-box .wrapper {
        padding: 0;
    } */
    #gs-banner-box .banner {
        grid-template-columns: repeat(1, 1fr);
    }

    #gs-banner-box .banner img {
        height: 130px;
    }

    footer .logo {
        display: none;
    }

    footer .flex {
        flex-direction: column;
        padding: 25px 0 25px 0;
    }

    footer .footer-copy {
        font-weight: 500;
        font-size: 10px;
        letter-spacing: -0.3px;
    }

    footer .footer-sns {
        margin-top: 5px;
        margin-left: 0;
    }
    footer ul li a {
        font-size: 11px;
    }

    .icon-sns {
        margin-left: 0;
        margin-right: 5px;
    }

    h1 {
        font-size: 1.45em;
    }
    header.header nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 66px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }
    header.header nav.show {
        display: block;
    }
    header.header nav ul {
        display: block;
    }
    .primary-menu-container,
    .primary-menu-container ul {
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 1);
    }
    .primary-menu-container {
        height: calc(100vh - 66px);
        overflow-y: scroll;
    }
    header.header ul#primary-menu-list {
        display: block;
        padding-bottom: 200px;
    }

    header.header ul#primary-menu-list > li {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    header.header ul#primary-menu-list > li > a {
        justify-content: flex-start;
        padding: 0 25px;
        border-bottom: 1px solid rgba(147, 159, 169, 0.2);
    }

    header.header .sub-menu {
        display: block;
        position: relative;
        background-color: #fff;
        border: none;
        top: unset;
        left: unset;
    }

    header.header .sub-menu > li {
        border-top: 1px dashed rgba(147, 159, 169, 0.2);
    }

    header.header .sub-menu > li:first-child {
        border-top: none;
    }

    header.header .sub-menu > li:last-child {
        border-bottom: 1px solid rgba(147, 159, 169, 0.2);
    }

    header.header .sub-menu > li > a {
        display: flex;
        align-items: left;
        height: 55px;
        padding: 0;
        font-size: 13px;
        color: #333;
        text-decoration: none;
        background-color: rgba(147, 159, 169, 0.05);
    }

    header.header .sub-menu > li > a:hover {
        background-color: rgba(147, 159, 169, 0.05);
        color: #333;
    }

    header.header .sub-menu li a {
        padding: 0 45px;
    }

    .btn2 {
        display: flex;
    }

    footer ul.footer-navigation-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    footer .footer-navigation-wrapper li {
        flex: 1;
        margin: 0;
    }
    footer .footer-navigation-wrapper li a {
        display: flex;
        font-size: 11px;
        width: 100%;
    }
}

#go-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #0d6e22;
    opacity: 0.7;
    cursor: pointer;
    font-family: 'ROKABold';
    font-weight: 700;
    color: #fff;
}
