@charset "utf-8";

/* Restoration layer: completes the preserved 2010s XE layout without replacing it. */
body.ko {
    background: #f7f7f4;
}

body.ko table[width="900"] {
    max-width: 900px;
}

body.ko img {
    max-width: 100%;
}

body.ko a img {
    border: 0;
}

body.ko td[height="60"][align="center"],
.restore-footer {
    color: #777;
    font-size: 12px;
    line-height: 1.6;
    border-top: 1px solid #deded8;
    padding-top: 18px;
}

#wowslider-container {
    box-shadow: 0 1px 4px rgba(0,0,0,.14);
}

.widgetContainer .widgetZineA {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.35;
}

.widgetContainer .widgetZineA li {
    display: block;
    clear: both;
    min-height: 38px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.widgetContainer .widgetZineA li::marker {
    content: "";
}

.widgetContainer .widgetZineA p {
    margin: 0;
    padding: 0;
}

.widgetContainer .widgetZineA p.thumbArea {
    float: left;
    width: 30px !important;
    margin: 0 10px 0 0 !important;
    overflow: hidden;
}

.widgetContainer .widgetZineA .thumb {
    display: block;
    width: 30px !important;
    height: 30px !important;
    overflow: hidden;
}

.widgetContainer .widgetZineA .thumb img {
    display: block;
    width: 30px !important;
    height: 30px !important;
    object-fit: cover;
}

.widgetContainer .widgetZineA p.titleArea {
    display: block;
    margin: 0 !important;
    padding-top: 2px;
    overflow: hidden;
    font-family: Dotum, Gulim, Arial, sans-serif;
}

.widgetContainer .widgetZineA .title {
    color: #666;
}

.restore-content-panel {
    margin: 18px 0 24px;
    padding: 24px 28px;
    background: #fff;
    border-top: 3px solid #6f9f45;
    border-bottom: 1px solid #d8d8d2;
    color: #333;
    font-family: Dotum, Gulim, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.75;
}

.restore-content-panel h1 {
    margin: 0 0 12px;
    color: #4f7f2d;
    font-size: 22px;
    letter-spacing: 0;
}

.restore-content-panel h2 {
    margin: 18px 0 8px;
    color: #006e82;
    font-size: 15px;
}

.restore-content-panel .lead {
    color: #555;
    font-size: 14px;
}

.restore-columns {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.restore-columns > div {
    display: table-cell;
    width: 50%;
    padding-right: 28px;
    vertical-align: top;
}

.restoration-menu td {
    padding: 10px 0;
    border-top: 1px solid #d7d7d0;
    border-bottom: 1px solid #d7d7d0;
    text-align: center;
    background: #fff;
}

.restoration-menu a {
    display: inline-block;
    margin: 0 14px;
    color: #4c4c4c;
    font-weight: bold;
}

.restoration-menu a:hover {
    color: #006e82;
}

.restoration-contact .restore-content-panel {
    margin-top: 20px;
}

@media screen and (max-width: 920px) {
    body.ko table[width="900"],
    body.ko table[width="900"] > tbody,
    body.ko table[width="900"] > tbody > tr,
    body.ko table[width="900"] > tbody > tr > td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    body.ko {
        margin: 0;
        padding: 0 10px;
    }

    #wowslider-container,
    #wowslider-images {
        width: 100% !important;
        height: auto !important;
        min-height: 160px;
    }

    #wowslider-images img {
        width: 100% !important;
        height: auto !important;
    }

    .restore-columns,
    .restore-columns > div {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .restoration-menu a {
        margin: 5px 8px;
    }
}
