/*
Theme Name: 제이메디디자인
Author:  HB
Author URI: mailto:drycoldstar@gmail.com
Description: 제이메디디자인팀 관리페이지 테마
Version: 1.0.0
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    LAYOUT
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inner {
    max-width: 1920px;
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

body {
    overflow-x: hidden;
}

/* 404 error */
section.page404 {
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-image: url('./img/symbol-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fafafa;
    background-size: 20em;
    letter-spacing: -0.04em;
}
section.page404 h1 {
    font-size: 4em;
    color: var(--darkbrown);
}
section.page404 h4.txt-center {
    font-weight: 500;
    font-size: 1.3em;
    color: var(--darkbrown);
    margin: 0 auto 0.5em;
}
section.page404 a {
    width: 15em;
    margin: 5em auto 0;
    color: var(--darkbrown);
    background-color: var(--beige);
    padding: 1em 6em 1em 1em;
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 1.2em;
    background-size: 2em;
    background-image: url('./img/btn-arrow-line-on.png');
    background-position: right 1.2em center;
    transition: all ease-in-out 0.5s;
}
section.page404 a:hover {
    background-color: var(--orange);
    padding: 1em 6em 1em 2em;
    background-position: right 2.2em center;
}

/* footer subpage template */
div.section-wrapper.footer {
    margin-bottom: 8em;
}
div.section-wrapper.footer .sub-header {
    margin-bottom: 2em;
}

div.section-wrapper.footer .elementor-widget-container > p {
    color: var(--darkbrown);
    margin-bottom: 0.2em;
    padding: 0.2em 1.5em;
    line-height: 1.8;
    text-align: justify;
}
div.section-wrapper.footer .elementor-widget-container > p strong{
    margin-top: 2em;
    display: inline-block;
    font-weight: 600;
    letter-spacing: -0.05em;
}
div.section-wrapper.footer .elementor-widget-container h5 {
    padding: 3em 1.5em 1em;
    text-align-last: center;
    font-size: 1.3em;
    letter-spacing: -0.08em;
    font-weight: 400;
}
div.section-wrapper.footer .elementor-widget-container > p.op60 {
    display: inline-block;
    width: 100%;
    margin: 3em auto 0;
    font-size:0.9em;
    text-align: center;
 }

div.section-wrapper.footer .elementor-widget-container blockquote {
    border: 1px solid #eee;
    background-color: #fafafa;
    margin: 0.2em 1.6em 2em;
    padding: 1.5em 2em ;
    width: calc(100% - 4em);
    box-sizing: border-box;
}
div.section-wrapper.footer .elementor-widget-container blockquote p { line-height: 2.2; color: #555; letter-spacing:0.04em; font-size: 0.85em; }





