/*
Theme Name: Ntcube-Basic
Theme URI: https://nt-theme.ntcube.co.kr
Description: 엔티큐브 제작용 테마입니다.
Version: 1.6.3
Author: NTCUBE
Author URI: http://ntcube.co.kr
Tags: blog, custom-background, custom-menu, custom-logo, editor-style
License: GNU GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ntcube-basic
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/**
* Correct `block` display not defined in IE 8/9.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/

audio,
canvas,
video {
    display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/

[hidden],
template {
    display: none;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font: 400 11px/1.4 'Noto Sans KR', sans-serif;
    color: #444;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
    font-family: 'notokr-bold', sans-serif
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
}

h1 {
    color: #333;
    font-size: 32px;
    font-weight: 900;
}

h2,
.home.blog .entry-title {
    color: #333;
    font-size: 25px;
    font-weight: 900;
}

h3 {
    color: #333;
    font-size: 20px;
    font-weight: 900;
}

h4 {
    color: #333;
    font-size: 18px;
    font-weight: 900;
}

h5 {
    color: #333;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h6 {
    color: #333;
    font-size: 15px;
    font-weight: 900;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

/* header */
.header {

    border-bottom: 1px solid #e3e3e3;
}

.header-box {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* logo */
.logo {
    display: inline-block;
/*    max-width: 200px;*/
    padding: 5px;
}

.logo-img {}

/* nav */
.nav {
    display: inline-block;
    float: right;
}

.nav ul {
    padding: 0;
    display: inline-block;
    float: right;
}

.nav ul li {
    display: inline-block;
    color: #fff;
}

.active {}

.active a {}

.nav ul li a {}

.sub-menu li {}

/* sidebar */
.sidebar {}

/* footer */
.footer {}

.copyright {
    max-width: 1200px;
    margin: 0 auto;
}

/* 404 */
#post-404 {
    margin: 10% auto;
    max-width: 525px;
    border: 1px solid #e3e3e3;
    padding: 30px 50px;
}

/* search */
.search {
    text-align: center;
    margin-bottom: 3%;
}

.search-input {
    height: 30px;
}

.search-submit {
    height: 30px;
    vertical-align: bottom;
    padding: 0px 20px;
    border-radius: 0px;
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
}

/* button */
.button-basic {
    border: 1px solid #333;
    padding: 5px 10px;
    font-size: 16px;
    margin: 0px 10px;
    background: #fdfdfd;
    vertical-align: middle;
}

.button-basic:hover {
    background: #000;
    color: #fff;
}

/*------------------------------------*\
TEMPLETES
\*------------------------------------*/
#left-sidebar {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

#sidebar-templete {
    display: inline-block;
    width: 79%;
}

/*------------------------------------*\
PAGES
\*------------------------------------*/

#content-box {
    text-align: center;
}

.pcviewno {
    display: none;
}


/*------------------------------------*\
ETC
\*------------------------------------*/

.board_button a{transition: 0.5s all;}
.board_button a:hover{background-color:#333;color:#fff;}
.board_button input{transition: 0.5s all;cursor: pointer;}
.board_button input:hover{background-color:#333;color:#fff;}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 949px) {
    .header-box {
        display: none
    }

    .nav-box {
        display: none;
    }

}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

