/* ------------------------------------------------------------------------------
*
*  # Zendesk CSS
*
*  Version: 1.0
*  last Update: 2019. 2. 7.
*
* ---------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://jobisbiz.co/css/theme.css');

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

a {
    font-weight: 600;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 2em;
}

h2.search-title {
    color: #FFF;
    font-size: 2.4em;
}

p,
ul,
.wysiwyg-font-size-medium {
    font-size: 15px;
    line-height: 2;
    color: #4a4a4a;
}

p img,
p img:last-child {
    margin: 20px 0 10px;
}

.search-text {
    font-size: 1.3em;
    color: #FFF;
}

.search-text a {
    text-decoration: none;
}

.section-tree-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.section-tree-title a,
.section-tree-title a:hover {
    font-weight: 500;
    text-decoration: none;
}

.section-articles a {
    font-size: 14px;
    line-height: 1.8;
}

.blocks-item-title {
    font-size: 15px;
}


/* Header */
#header-wrapper,
.header {
    background-color: #FFF;
}

header .button {
    background-color: #FFF;
    color: #252525;
    padding: 4px 20px;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
}

header .button:hover {
    background-color: #FFF;
    color: #252525;
    border-color: #252525;
}

header .button-group .button + .button {
    margin-left: 10px;
}

header .button.button-primary {
    background-color: #4394F0;
    color: #FFF;
    border: none;
}

header .button.button-primary:hover {
    background-color: #3F8CE3;
}

/* Main */

iframe {
    min-height: auto;
}

.container {
    width: auto;
}

.bg-secondary {
    background-color: #FAFAFA;
}

section {
    padding: 0;
}

section.bg-secondary {
    padding-top: 10px;
    padding-bottom: 70px;
}

.section-text {
    text-align: center;
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: 2em;
}

.hero {
    height: 30em;
    background-color: #4394F0;
    background-image: linear-gradient(to left, #4394F0, #75A7D7);
}

.hero-bg {
    background-image: url('https://jobisbiz.co/images/bg_pattern.png');
    background-repeat: repeat-x;
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    height: 50%;
}

.hero-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 610px;
    margin: 0 auto;
}

.search-full input[type="search"] {
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.blocks-item {
    border: none;
}

.blocks-item .blocks-image {
    height: 85px;
    margin-bottom: 16px;
}

.promoted-articles-item {
    padding: 6px;
    margin: 12px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 30%;
}

.promoted-articles-item a,
.promoted-articles-item:last-child a {
    border-bottom: none;
}

footer:not(.footer-2) {
    padding-bottom: 0;
}

.footer-2 ul>li>a {
    font-size: 14px;
}

footer.footer-2 ul:not(.list-inline):not(.slides) > li {
    line-height: 32px !important;
}

/* Category */
.category-content,
.article {
    padding-left: 60px;
}

.page-header {
    margin: 0 0 60px;
    padding: 0;
    border: none;
}

.page-header h1 {
    margin-bottom: 10px;
}

.sidenav-item {
    padding: 0 0 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
    background: none;
    color: #1479ec;
}

.breadcrumbs {
    font-size: 1.2em;
}

.breadcrumbs li:not(:last-child) {
    margin-right: 0;
}

.breadcrumbs li:not(:last-child):after {
    content: none;
}

ol li:not(:last-child) {
    margin-bottom: 0;
}

.collapsible-sidebar{
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.collapsible-sidebar li:last-child .sidenav-item {
    margin-bottom: 0;
}

.collapsible-sidebar-title {
    font-size: 1.2em;
    font-weight: 400;
}
