/*
Theme Name: One Page Building Code Theme
Theme URI: http://hhomm.com/
Description: One Page Building Code 서비스를 위해 개발되었습니다.
Author:       HHOMM
Design:       Hyun-gu Kim
Build:        Hyun-gu Kim
Author URI:   https://hhomm.com/
Template:     hhomm-page
Version:      1.0
*/


/*
기본
*/

#navigation {
    transition: top 0.4s 0.2s;
}

#navigation.current-menu-0 {
    top: -74px;
}

#navigation a#home {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;

    transition: left 0.4s, opacity 0.4;
}

#navigation.current-menu-0 a#home {
    left: -70px;
    opacity: 0;
}

#navigation ul {
    position: fixed;
    top: 0;
    right: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}


.section-header {
    font-size: 42px;
    margin: 2em auto 0.75em;
    line-height: 1em;
    font-weight: 500;
    font-family: helvetica;
}


.align-center {
    /* margin: auto;
    text-align: center;

    transition: margin 0.4s; */
}

#col-left {
    /* position: fixed;
    padding: 20px;
    top: calc(50% - 45px);
    left: calc(50% - 85px);
    background-color: #fff;
    z-index: 2;

    transition: top 0.4s, left, 0.4s; */
}

#col-left.fixed {
    top: 0;
    left: 0;  
}

#col-right {
    padding: 25px;
    overflow-y: auto;

    transition: width 0.4s;
}

/* .col-1 { width: 326px; }
.col-2 { width: 652px; }
.col-3 { width: 978px; }
.col-4 { width:1304px; }
.col-5 { width:1630px; }
.col-6 { width:1956px; }
.col-7 { width:2100px; } */


/* 입력창 설정 */
#user-input {
    /* width: 100vw;
    height: 100vh; */
    /* display: flex; */
}

#user-input form {
    margin: 1em 0;
}

#user-input input {
    font-size: 112%;
    padding: 12px 0;
    width: 220px;
    border: none;
    border-bottom: 4px solid #000;
    /* text-align: center; */

    transition: opacity 4s;
}

#user-input input.end {
    opacity: 0.2;
}

#user-input input:focus,
#user-input input:checked {
    background: transparent !important;
}

#item-list {
    width: 220px;
    max-height: 200px;
    overflow: auto;
    position: relative;
}

#item-list li {
    font-size: 12px;
    line-height: 15px;
    color: #797979;
    height: 15px;
    text-align: left;
    display: block;
    cursor: pointer;
    margin-bottom: 0.45em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#item-list li i {
    margin-right: 0.25em;
    font-size: 87.5%;
    color: #ccc;
}

#item-list li:hover {
    color: #444;
}

#item-list li:hover i {
    color: #F44336;
}

.report {
    /* max-width: 300px; */
    /* float: left;
    border-left: 1px solid #000; */
    /* margin-left: 25px; */
    margin-top: 5px;
    padding: 0;
    display: none;
    border-bottom: 1px solid #ccc;
    opacity: 0;

    transition: opacity 4s, padding 0.4s 4s;
}

.report.show {
    opacity: 1;
    padding: 25px 0;
    display: block;
}

#report-0 {
    background: #f0f0f0;
    padding: 15px 18px 8px;
    border: 1px solid #42a8d7;
}

#report-0 li {
    padding-left: 127px;
    font-size: 14px;
    margin-bottom: 0.25em;
}

#report-0 li label {
    width: 127px;
    margin-left: -127px;
    color: #42a8d7;
    font-size: 14px;
}

.report li {
    /* width: 200px; */
    font-size: 13px;
    line-height: 1.55em;
    text-align: left;
    padding-left: 145px;
    margin-bottom: 0.45em;
}

.report li h4 {
    background: #42a8d7;
    display: inline-block;
    padding: 0.25em 0.75em;
    color: #fff;
    border-radius: 3px;
    margin-left: -145px;
    margin-top: -20px;
    margin-bottom: 15px;
}

.report li span.area,
.report li span.district {
    display: inline-block;
    margin-right: 0.25em;
    padding: 0em 0.2em;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.report li span.label {
    width: 85px;
    color: #999;
    display: inline-block;
    font-size: 12px;
}

.report label {
    width: 145px;
    color: #999;
    margin-left: -145px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.25em;
    word-break: keep-all;
}

button.export {
    padding: 0.85em;
    font-size: 100%;
    background-color: transparent;
    color: #222e65;
    font-weight: 600;
    margin: 1.5em 0 0;
    border: 4px solid #222e65;
    cursor: pointer;
}

#block_5d64a499096eb,
#block_5d832d6a342f1 {
    min-height: 0;
}

#block_5d832d6a342f1 .card-content {
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}

#block_5d832d6a342f1 .content-body {
    display: block;
    font-size: 13px; 
    text-align: left;
    color: #999;
    min-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.75em;
    height: 7em;
}

@media (max-width: 720px) {

    #navigation.current-menu-0 {
        top: 0;
    }

}


@media (max-width: 579px) {

    .section-header {
        font-size: 35px;
    }

}

@media (max-width: 480px) {

    .section-header {
        font-size: 28px;
    }

}