/*!
 * Customized by MOOWABO (https://moowabo.com)
 * Each annotation except mwb||moowabo has a different license.
 * 각각의 주석에 영문,국문이 혼용되어 있습니다.
*/

/*해드룸*/
/*//////////////////////////////*/
.headroom {
    height: 50px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
    backface-visibility: hidden;
    z-index: 100;
}
.headroom:before,
.headroom:after {
    content: " ";
    display: table;
}
.headroom:after {
    clear: both;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

/*사이드메뉴*/
/*//////////////////////////*/
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Noto Sans', "Helvetica Neue", Helvetica, Arial, '돋움', 'Dotum', sans-serif !important;
}

#sidebar.active {
    left: 0;
}

#dismiss {
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    padding-top: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0 10px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
    color: #fff;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar ul li a,
#sidebar ul li a:hover,
#sidebar ul li a:focus {
    text-decoration: none;
    transition: all 0.3s;
}
#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]:before,
#sidebar a[aria-expanded="true"]:before {
    content: "∨";
    display: block;
    position: absolute;
    right: 20px;
    font-size: 0.8em;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#sidebar a[aria-expanded="true"]:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 3px;
    margin-bottom: 5px;
}
#sidebar a.download {
    background: #fff;
    color: #7386D5;
}
#sidebar a.article,
#sidebar a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
#sidebar i {
    margin-right: 10px;
}
#sidebar li.mid-menu {
    display: inline-block;
    width: 50%;
    float: left;
}
.sidemenu-manage {
    margin-bottom: 200px;
}
.sidemenu-manage i {
    margin-right: 0 !important;
}

.slider-trigger {
    position: absolute;
    top: 5px;
    left: 10px;
}

.mwb-sidebar-btn {
    z-index: 100;
    font-size: 24px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
}

#content {
    width: 100%;
    padding: 0px;
    padding-top: 70px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.mwb-header {}
.mwb-header .navbar-header {
    padding-left: 50px;
}
.mwb-header .mwb-header-logo {
    position: relative;
}
.mwb-header .mwb-header-logo img {
    padding: 5px 0;
    height: 50px;
    width: 178px;
}
#motzip-main {
    position: relative;
    min-height: 400px;
}
.mwb-head-title {
    height: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.mwb-head-title.mwb-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    margin-bottom: 0;
    height: 60px;
}
.mwb-navbar-motzip {
    margin-bottom: 0;
}
.motzip-board-btn-group {
    position: absolute;
    top: 4px;
    right: 10px;
}
.mwb-head-title.mwb-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 111;
    margin-bottom: 0;
    height: 60px;
    margin: 0; 
    padding: 0 10px; 
}
.motzip-board-btn-group.mwb-fixed {
    position: fixed;
    top: auto;
    bottom: 24px;
    right: 10px;
    z-index: 500;
}
.motzip-board-btn-group.mwb-fixed.admin {
    position: fixed;
    top: auto;
    bottom: 24px;
    right: 0px;
    width: 100%;
    z-index: 500;
}
/*.motzip-board-btn-group.mwb-fixed.left {bottom: 24px; right: auto; left: 10px; }*/
.mwb-top-btn {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #333;
    background: rgba(255, 255, 255, 0.6);
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 501
}
.mwb-top-btn.scroll-btn-fixed {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 50%;
    margin-right: -20px;
}
#footer {
    padding-bottom: 60px;
    background-color: #090909;
}
.motzip-card-wrapper {}
.copyright-wrapper .copyright {
    font-size: 12px;
    color: #9a9a9a;
}
.copyright-wrapper .copyright a {
    color: #9a9a9a;
}
.copyright-wrapper .copyright.light {
    font-size: 10px;
    color: #5c5c5c;
}
.copyright-wrapper .copyright.light a {
    color: #5c5c5c;
}
#motzip-search {}

#motzip-search {
    text-align: center;
    padding: 0;
}
#motzip-search h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden;
}
#motzip-search form {
    position: relative;
    padding-right: 40px;
}
#motzip-search #sch_stx {
    width: 100%;
    height: 70px;
    background: #345d6c;
    border: 0;
    padding-left: 30px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 30px; 
    outline: none;
}
#motzip-search #sch_stx::-moz-placeholder {
  color: #acb6c0;
  opacity: 1;
  font-size: 30px;
}
#motzip-search #sch_stx:-ms-input-placeholder {
  color: #acb6c0;
  font-size: 30px;
}
#motzip-search #sch_stx::-webkit-input-placeholder {
  color: #acb6c0;
  font-size: 30px;
}
#motzip-search #sch_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    color: #fff;
    background: #345d6c;
    font-size: 30px;
}

/* responsive style design */
@media (min-width:440px) {
    /* 440px 보다 클 경우 */
}

@media (min-width:768px) {
    /* 768px 보다 클 경우 */
}

@media (min-width:992px) {
    /* 992px 보다 클 경우 */
}

@media (min-width:1200px) {
    /* 1200px 보다 클 경우 */
}

@media (max-width:1199px) {
    /* 1199px 보다 작을 경우 */
}

@media (max-width:991px) {
    /* 991px 보다 작을 경우 */
}

@media (max-width:767px) {
    /* 767px 보다 작을 경우 */
    .mwb-header .mwb-header-logo img {
        position: absolute;
        left: 50%;
        margin-left: -114px;
    }
    .motzip-card-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    #motzip-search #sch_stx::-moz-placeholder {
        font-size: 24px; 
    }
    #motzip-search #sch_stx:-ms-input-placeholder {
        font-size: 24px; 
    }
    #motzip-search #sch_stx::-webkit-input-placeholder {
        font-size: 24px; 
    }
    #motzip-search #sch_stx {
        font-size: 24px; 
    }
}

@media (max-width:439px) {
    /* 439px 보다 작을 경우 */
}

@media (min-width:440px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}
