@import url('../../assets/css/font.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url("../../assets/fontawesome/css/all.css");
/*@import url("/flaticon_02/uicons-bold-rounded/css/uicons-bold-rounded.css");
@import url("/flaticon_02/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("/flaticon_02/uicons-bold-straight/css/uicons-bold-straight.css");
@import url("/flaticon_02/uicons-regular-straight/css/uicons-regular-straight.css");
@import url("/flaticon_02/uicons-solid-rounded/css/uicons-solid-rounded.css");
@import url("/flaticon_02/uicons-solid-straight/css/uicons-solid-straight.css");*/
@import url("../../assets/flaticon/uicons-bold-rounded/css/uicons-bold-rounded.css");
@import url("../../assets/flaticon/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("../../assets/flaticon/uicons-bold-straight/css/uicons-bold-straight.css");
@import url("../../assets/flaticon/uicons-regular-straight/css/uicons-regular-straight.css");
@import url("../../assets/flaticon/uicons-solid-rounded/css/uicons-solid-rounded.css");
@import url("../../assets/flaticon/uicons-solid-straight/css/uicons-solid-straight.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*
	Forty by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: normal;
}

img {
    vertical-align: middle
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    font-family: 'Noto Sans KR', sans-serif;
}

    /********* scrollbar *************/
    *::-webkit-scrollbar {
        width: 10px;
        height: 1.2rem;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 10px;
        background-clip: padding-box;
        border: 1px solid #eee;
    }

    *::-webkit-scrollbar-track {
        background-color: #eee;
        border-radius: 10px;
        box-shadow: inset 0px 0px 5px #ddd;
    }

ol,
ul,
li {
    list-style: none;
    letter-spacing: -0.4px;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: -0.4px;
}

body {
    -webkit-text-size-adjust: none;
    background-color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}

a,
.button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: -0.4px;
}

    a:focus,
    .button:focus,
    button:focus,
    input:focus {
        text-decoration: none;
        outline: none;
        /*  letter-spacing: -0.4px;*/
    }


    a:visited,
    a:link {
        color: #333;
    }


    a,
    a:focus {
        text-decoration: none;
        cursor: pointer;
    }


/* Box Model */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
    background-color: #efefef;
}



html,
body {
    margin: 0 auto;
    height: 100%;
}


    body.is-loading *,
    body.is-loading *:before,
    body.is-loading *:after {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }



/* Type */

body,
input,
select,
textarea,
label {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12pt;
    letter-spacing: -0.4px;
}


a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
    /*color: #9bf1ff !important;*/
}

a:active {
    text-decoration: none;
    /* color: #53e3fb !important; */
}

strong,
b {
    font-weight: 600;
    letter-spacing: -0.4px;
}

rem,
i {
    margin: 2px;
    vertical-align: middle;
}

p {
    transform: rotate(0.03deg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.65;
    transform: rotate(0.03deg);
    letter-spacing: -0.2px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
        border-bottom: 0;
        transform: rotate(0.03deg);
        letter-spacing: -0.4px;
    }

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.35rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.7rem;
}

@media screen and (max-width: 736px) {

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }
}

sub {
    font-size: 0.85rem;
    position: relative;
    top: 0.5rem;
}

sup {
    font-size: 0.85rem;
    position: relative;
    top: -0.5rem;
}

blockquote {
    border-left: solid 4px rgba(212, 212, 255, 0.1);
    font-style: italic;
    margin: 0 0 2rem 0;
    padding: 0.5rem 0 0.5rem 2rem;
}

code {
    background: rgba(212, 212, 255, 0.035);
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}

    pre code {
        display: block;
        line-height: 1.75;
        padding: 1rem 1.5rem;
        overflow-x: auto;
    }

hr {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0.2rem 0;
}

    hr.major {
        margin: 3rem 0;
    }


.basic_box {
    margin: 0 6px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-size: 0.85rem;
}

.basic_tc {
    color: #333;
}


/* Section/Article */

section.special,
article.special {
    text-align: center;
}


header.major {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    margin-bottom: 2rem;
}

    header.major > :first-child {
        margin-bottom: 0;
        width: calc(100% + 0.5rem);
    }

        header.major > :first-child:after {
            content: '';
            background-color: #ffffff;
            display: block;
            height: 2px;
            margin: 0.325rem 0 0.5rem 0;
            width: 100%;
        }

    header.major > p {
        font-size: 0.7rem;
        font-weight: 600;
        margin-bottom: 0;
        text-transform: uppercase;
    }


body.is-ie header.major > :first-child:after {
    max-width: 9rem;
}

body.is-ie header.major > h1:after {
    max-width: 100% !important;
}

.box {
    background-color: #fff;
    width: 100%;
    padding: 10px 0px;
}

@media screen and (max-width: 736px) {

    header.major > p br {
        display: none;
    }
}

/* Form */

form {
    margin: 0 0 1rem 0;
}

    form .field {
        margin: 0 0 2rem 0;
    }

        form .field.half {
            width: 50%;
            float: left;
            padding: 0 0 0 1rem;
        }

            form .field.half.first {
                padding: 0 1rem 0 0;
            }

    form > .actions {
        margin: 2.5rem 0 0 0 !important;
    }



label {
    color: #ffffff;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="file"],
select,
textarea {
    border: none;
    border-radius: 0;
    color: inherit;
    outline: 0;
    padding: 0 1rem;
    text-decoration: none;
}




/* Icon */

.icon {
    text-decoration: none;
    text-decoration: none;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
    }

    .icon:before {
        line-height: inherit;
        font-size: 1.25rem;
    }

    .icon > .label {
        display: none;
    }

    .icon.solid:before {
        font-weight: 900;
    }

    .icon.brands:before {
        font-family: 'Font Awesome 5 Brands';
    }

    .icon.circled {
        position: relative;
        display: inline-block;
        background: #2b252c;
        color: #fff;
        border-radius: 100%;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        font-size: 1.25rem;
    }

header .icon.circled {
    margin: 0 0 2rem 0;
}


/* Image */

.image {
    border: 0;
    display: inline-block;
    position: relative;
}

    .image img {
        display: block;
    }

    .image.left,
    .image.right {
        max-width: 30%;
    }

        .image.left img,
        .image.right img {
            width: 100%;
        }

    .image.left {
        float: left;
        margin: 0 1.5rem 1.25rem 0;
        top: 0.25rem;
    }

    .image.right {
        float: right;
        margin: 0 0 1.25rem 1.5rem;
        top: 0.25rem;
    }

    .image.fit {
        display: block;
        margin: 0 0 2rem 0;
        width: 100%;
    }

        .image.fit img {
            width: 100%;
        }

    .image.main {
        display: block;
        margin: 2.5rem 0;
        width: 100%;
    }

        .image.main img {
            width: 100%;
        }

@media screen and (max-width: 736px) {

    .image.main {
        margin: 1.5rem 0;
    }
}



/* Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2rem 0;
    width: 100%;
}

    table tbody tr {
        border: solid 1px rgba(212, 212, 255, 0.1);
        border-left: 0;
        border-right: 0;
    }

        table tbody tr:nth-child(2n + 1) {
            background-color: rgba(212, 212, 255, 0.035);
        }

    table td {
        padding: 0.2rem 0.75rem 0.2rem;
    }

    table th {
        color: #ffffff;
        font-size: 0.85rem;
        font-weight: 600;
        padding: 0.2rem 0.75rem 0.2rem;
        text-align: left;
    }

    table thead {
        border-bottom: solid 2px rgba(212, 212, 255, 0.1);
    }

    table tfoot {
        border-top: solid 2px rgba(212, 212, 255, 0.1);
    }

    table.alt {
        border-collapse: separate;
    }

        table.alt tbody tr td {
            border: solid 1px rgba(212, 212, 255, 0.1);
            border-left-width: 0;
            border-top-width: 0;
        }

            table.alt tbody tr td:first-child {
                border-left-width: 1px;
            }

        table.alt tbody tr:first-child td {
            border-top-width: 1px;
        }

        table.alt thead {
            border-bottom: 0;
        }

        table.alt tfoot {
            border-top: 0;
        }

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    /* -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;*/
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0 1.75rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}



/* Tiles */

.tiles {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 0 !important;
}

    .tiles + * {
        border-top: 0 !important;
    }

    .tiles article {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-transition: -moz-transform 0.25s ease, opacity 0.25s ease, -moz-filter 1s ease, -webkit-filter 1s ease;
        -webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease, -webkit-filter 1s ease, -webkit-filter 1s ease;
        -ms-transition: -ms-transform 0.25s ease, opacity 0.25s ease, -ms-filter 1s ease, -webkit-filter 1s ease;
        transition: transform 0.25s ease, opacity 0.25s ease, filter 1s ease, -webkit-filter 1s ease;
        padding: 4rem 4rem 2rem 4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: default;
        height: 40vh;
        max-height: 40rem;
        min-height: 23rem;
        overflow: hidden;
        position: relative;
        width: 40%;
    }

        .tiles article .image {
            display: none;
        }

        .tiles article header {
            position: relative;
            z-index: 3;
        }

        .tiles article h3 {
            font-size: 1.75rem;
        }

            .tiles article h3 a:hover {
                color: inherit !important;
            }

        .tiles article .link.primary {
            border: 0;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 4;
        }

        .tiles article:before {
            -moz-transition: opacity 0.5s ease;
            -webkit-transition: opacity 0.5s ease;
            -ms-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
            bottom: 0;
            content: '';
            display: block;
            height: 100%;
            left: 0;
            opacity: 0.85;
            position: absolute;
            width: 100%;
            z-index: 2;
        }

        .tiles article:after {
            background-color: rgba(36, 41, 67, 0.25);
            content: '';
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        .tiles article:hover:before {
            opacity: 0;
        }

        .tiles article.is-transitioning {
            -moz-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
            -moz-filter: blur(0.5rem);
            -webkit-filter: blur(0.5rem);
            -ms-filter: blur(0.5rem);
            filter: blur(0.5rem);
            opacity: 0;
        }

        .tiles article:nth-child(4n - 1),
        .tiles article:nth-child(4n - 2) {
            width: 60%;
        }

        .tiles article:nth-child(6n - 5):before {
            background-color: #6fc3df;
        }

        .tiles article:nth-child(6n - 4):before {
            background-color: #8d82c4;
        }

        .tiles article:nth-child(6n - 3):before {
            background-color: #ec8d81;
        }

        .tiles article:nth-child(6n - 2):before {
            background-color: #e7b788;
        }

        .tiles article:nth-child(6n - 1):before {
            background-color: #8ea9e8;
        }

        .tiles article:nth-child(6n):before {
            background-color: #87c5a4;
        }



/* Contact Method */

.contact-method {
    margin: 0 0 2rem 0;
    padding-left: 3.25rem;
    position: relative;
}

    .contact-method .icon {
        left: 0;
        position: absolute;
        top: 0;
    }

    .contact-method h3 {
        margin: 0 0 0.5rem 0;
    }

/* Spotlights */

.spotlights {
    border-top: 0 !important;
}

    .spotlights + * {
        border-top: 0 !important;
    }

    .spotlights > section {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: #2e3450;
    }

        .spotlights > section > .image {
            background-position: center center;
            background-size: cover;
            border-radius: 0;
            display: block;
            position: relative;
            width: 30%;
        }

            .spotlights > section > .image img {
                border-radius: 0;
                display: block;
                width: 100%;
            }

            .spotlights > section > .image:before {
                background: rgba(36, 41, 67, 0.9);
                content: '';
                display: block;
                height: 100%;
                left: 0;
                opacity: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

        .spotlights > section > .content {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            padding: 2rem 3rem 0.1rem 3rem;
            width: 70%;
        }

            .spotlights > section > .content > .inner {
                margin: 0 auto;
                max-width: 100%;
                width: 65rem;
            }

        .spotlights > section:nth-child(2n) {
            -moz-flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            background-color: #333856;
        }

            .spotlights > section:nth-child(2n) > .content {
                -moz-align-items: -moz-flex-end;
                -webkit-align-items: -webkit-flex-end;
                -ms-align-items: -ms-flex-end;
                align-items: flex-end;
            }



/* Header */

@-moz-keyframes reveal-header {
    0% {
        top: -4rem;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes reveal-header {
    0% {
        top: -4rem;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-ms-keyframes reveal-header {
    0% {
        top: -4rem;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes reveal-header {
    0% {
        top: -4rem;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

/* Wrapper */

#wrapper {
    -moz-transition: -moz-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
    -webkit-transition: -webkit-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
    -ms-transition: -ms-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
    transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
    padding-top: 28px;
    /*padding-bottom: 2rem;*/
    background-color: #fff;
    width: 100%;
    margin: 0rem auto 0rem;
    height: 100%;
    position: relative;
}

#report_wrap {
    background-color: #fff;
    width: 100%;
    margin: 0rem auto;
    height: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#wrapper .main {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 80px !important;
    margin: 30px auto 0;
    background: #fff;
    height: auto;
    box-sizing: border-box;
}



    #wrapper .main .innerbox {
        width: 100%;
        /* margin: 40px auto 0px;
    background-color: #fff;*/
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;*/
        padding: 0rem;
    }

    #wrapper .main .innerboxas {
        width: 100%;
        margin: 0px auto;
        /* height: 150px;*/
        background-color: #dfecfc;
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);*/
        border-radius: 10px;
        padding: 20px 30px;
        position: relative
    }


#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: #326ef0;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
    cursor: default;
    font-weight: 600;
    left: 0;
    line-height: 2.8rem;
    margin: 0 auto;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 888;
}


#header_sub {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: #fff;
    /*box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);*/
    cursor: default;
    font-weight: 600;
    left: 0;
    line-height: 2.8rem;
    margin: 0 auto;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 888;
}


#header .logo {
    border: 0;
    display: inline-block;
    font-size: 1.0rem;
    height: inherit;
    /*line-height: 3rem;   
    width: 200px;*/
    padding-left: 1rem;
    font-weight: normal;
    color: #fff;
    width: 64%;
}

    #header .logo b {
        font-size: 1.2rem;
    }

/*#header .logo::after {
    content: "|";
    display: inline-block;
    margin-left: 10%;
}*/

#header .tmenu {
    display: inline-block;
    font-size: 1.08rem;
    font-weight: normal;
    color: #fff;
    padding: 0 0.5rem;
    /*width: 40px;*/
    text-align: center;
}

    #header .tmenu img {
        vertical-align: middle
    }

#header .logo01,
#header_sub .logo01 {
    border: 0;
    display: inline-block;
    font-size: 1.0rem;
    height: inherit;
    /*line-height: 3rem;   
    width: 200px;*/
    padding-left: 1rem;
    font-weight: normal;
    color: #333;
}

    #header_sub .logo01 i {
        vertical-align: baseline
    }

#header .logo img {
    width: 100%;
}



#header .logo strong {
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #ffffff;
    color: #333;
    display: inline-block;
    line-height: 1.65rem;
    margin-right: 0.325rem;
    padding: 0 0.125rem 0 0.375rem;
}

#header .logo:hover strong {
    background-color: #9bf1ff;
}

#header .bt_pre {
    font-size: 0.9rem;
    padding: 0px 20px;
    color: #a3a5ab;
    font-weight: 100;
}


/*
#header nav {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    height: inherit;
    line-height: inherit;
}
*/

#header nav {
    height: inherit;
    line-height: inherit;
}

    #header nav span {
        border: 0;
        /*display: block;*/
        font-size: 1rem;
        height: inherit;
        padding: 0 0.7rem 0 0.5rem;
        position: relative;
        vertical-align: middle;
        color: #fff;
        cursor: pointer;
    }

/* Menu */
#wrapper .menu_overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    overflow-x: hidden;
    /*    overflow-y: hidden;*/
    transition: 0.5s;
}


    #wrapper .menu_overlay::-webkit-scrollbar {
        width: 0;
    }

@media (min-width:680px) and (max-width: 1920px) {

    /*메뉴 가운데서 펼치기*/
    /*#wrapper .menu_overlay {

        left: 0px;
        max-width: 500px;
        margin: 0 auto;


    }*/
}

#wrapper .menu_overlay-content {
    position: relative;
    top: 0px;
    width: 90%;
    text-align: left;
    margin: 0 auto;
}

    #wrapper .menu_overlay-content > a > i {
        margin-right: 10px;
    }


    #wrapper .menu_overlay-content hr {
        margin: 14px 0px;
    }

#wrapper .menu_overlay .top {
    width: 100%;
    text-align: left;
    margin: 10px;
    line-height: 3.25rem;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

    #wrapper .menu_overlay .top > h2 {
        font-size: 1rem;
        color: #333;
        font-weight: normal;
        display: inline-block;
    }

#wrapper .menu_overlay .menu_logout {
    display: block;
    width: 100%;
    margin: 20px auto 10px;
}

    #wrapper .menu_overlay .menu_logout a {
        font-size: 0.85rem;
        color: #fff !important;
        padding: 10px;
        display: block;
        background-color: #326ef0;
        border-radius: 10px;
        text-align: center;
        width: 90%;
        margin: 10px auto;
    }

        #wrapper .menu_overlay .menu_logout a:hover {
            background-color: #6997fa !important;
            color: #fff !important;
            border: 0px solid #326ef0 !important;
        }

        #wrapper .menu_overlay .menu_logout a:hover {
            color: #fff;
        }

#wrapper .menu_overlay .top b {
    color: #333;
    padding: 0 4px;
    font-size: 1.2rem;
}

#wrapper .menu_overlay .top a {
    font-size: 1.0rem;
}

#wrapper .menu_overlay a {
    padding: 6px 0px;
    text-decoration: none;
    font-size: 1rem;
    color: #333;
    /*transition: 0.3s;*/
    font-weight: normal;
    line-height: 1.4rem;
    display: flex;
}

    #wrapper .menu_overlay a:hover,
    #wrapper .menu_overlay a:focus {
        color: #326ef0;
    }

#wrapper .menu_overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 1.0rem;
    padding: 10px;
}

#wrapper .menu_overlay .logout {
    display: inline-block;
    /*transition: 0.3s;*/
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.0rem;
    padding-right: 60px;
}

*/ #header.reveal {
    -moz-animation: reveal-header 0.35s ease;
    -webkit-animation: reveal-header 0.35s ease;
    -ms-animation: reveal-header 0.35s ease;
    animation: reveal-header 0.35s ease;
}

#header.alt {
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -moz-animation: none;
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
    /*background-color: transparent; */
    box-shadow: none;
    /*position: absolute;*/
}

    #header.alt.style1 .logo strong {
        color: #6fc3df;
    }

    #header.alt.style2 .logo strong {
        color: #8d82c4;
    }

    #header.alt.style3 .logo strong {
        color: #ec8d81;
    }

    #header.alt.style4 .logo strong {
        color: #e7b788;
    }

    #header.alt.style5 .logo strong {
        color: #8ea9e8;
    }

    #header.alt.style6 .logo strong {
        color: #87c5a4;
    }

body.is-loading #header.alt {
    opacity: 0;
}


/* 발전소연동아이콘 */
.bt_linkgo {
    position: fixed;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    left: 5%;
    right: 5%;
    bottom: 70px;
    z-index: 999;
    opacity: 1;
}

    .bt_linkgo img {
        width: 40px;
    }

    .bt_linkgo button {
        border-radius: 50px;
        padding: 3px 10px 0px 0px;
        background: #fff;
        border: 1px solid #326ef0;
        font-weight: normal;
        font-size: 0.8rem;
        color: #326ef0;
        cursor: poiner;
    }


/* Banner */

#banner {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-image: url("../../images/banner.jpg");
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 6rem 0 2rem 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0 !important;
    cursor: default;
    height: 60vh;
    margin-bottom: -3.25rem;
    max-height: 32rem;
    min-height: 22rem;
    position: relative;
    top: -3.25rem;
}

    #banner:after {
        -moz-transition: opacity 2.5s ease;
        -webkit-transition: opacity 2.5s ease;
        -ms-transition: opacity 2.5s ease;
        transition: opacity 2.5s ease;
        -moz-transition-delay: 0.75s;
        -webkit-transition-delay: 0.75s;
        -ms-transition-delay: 0.75s;
        transition-delay: 0.75s;
        -moz-pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        pointer-events: none;
        background-color: #242943;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0.85;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }


#main img {
    width: 100%
}

#banner h1 {
    font-size: 3.25rem;
}

#banner > .inner {
    -moz-transition: opacity 1.5s ease, -moz-transform 0.5s ease-out, -moz-filter 0.5s ease, -webkit-filter 0.5s ease;
    -webkit-transition: opacity 1.5s ease, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease, -webkit-filter 0.5s ease;
    -ms-transition: opacity 1.5s ease, -ms-transform 0.5s ease-out, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
    transition: opacity 1.5s ease, transform 0.5s ease-out, filter 0.5s ease, -webkit-filter 0.5s ease;
    padding: 0 !important;
    position: relative;
    z-index: 2;
}

    #banner > .inner .image {
        display: none;
    }

    #banner > .inner header {
        width: auto;
    }

        #banner > .inner header > :first-child {
            width: auto;
        }

            #banner > .inner header > :first-child:after {
                max-width: 100%;
            }

    #banner > .inner .content {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin: 0 0 2rem 0;
    }

        #banner > .inner .content > * {
            margin-left: 1.5rem;
            margin-bottom: 0;
        }

        #banner > .inner .content > :first-child {
            margin-left: 0;
        }

        #banner > .inner .content p {
            font-size: 0.7rem;
            font-weight: 600;
            text-transform: uppercase;
        }

#banner.major {
    height: 75vh;
    min-height: 30rem;
    max-height: 50rem;
}

    #banner.major.alt {
        opacity: 0.75;
    }

#banner.style1:after {
    background-color: #6fc3df;
}

#banner.style2:after {
    background-color: #8d82c4;
}

#banner.style3:after {
    background-color: #ec8d81;
}

#banner.style4:after {
    background-color: #e7b788;
}

#banner.style5:after {
    background-color: #8ea9e8;
}

#banner.style6:after {
    background-color: #87c5a4;
}

body.is-loading #banner:after {
    opacity: 1.0;
}

body.is-loading #banner > .inner {
    -moz-filter: blur(0.125rem);
    -webkit-filter: blur(0.125rem);
    -ms-filter: blur(0.125rem);
    filter: blur(0.125rem);
    -moz-transform: translateX(-0.5rem);
    -webkit-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
    opacity: 0;
}


/* Main */


/* Slideshow container */

.swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin: 0px auto;
    position: relative;
}

.swiper-pagination {
    left: 10%;
    right: 10%
}

.swiper-pagination-bullet {
    margin: 4px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;*/
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

/* 장비효율*/
.efficiency_box {
    width: 90%;
    margin: 10px auto
}

.efficiency {
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
    line-height: 20px;
}

.title {
    font-size: 0.85rem !important;
    margin-bottom: 4px;
    color: #333;
}

.title01 {
    font-size: 0.9rem !important;
}

.value {
    color: #326ef0;
    font-size: 18px !important;
    font-weight: bold;
}

.valueplus {
    color: #ff485a;
    font-size: 10px !important;
}

    .valueplus i {
        color: #ff485a;
        font-size: 0.9rem !important;
    }

.valueminus {
    color: #326ef0;
    font-size: 10px !important;
    margin: 0;
}

    .valueminus i {
        color: #326ef0;
        font-size: 0.9rem !important;
        margin: 0;
    }



/* Contact */

#contact {
    border-bottom: solid 1px rgba(212, 212, 255, 0.1);
    overflow-x: hidden;
}

    #contact > .inner {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        padding: 0 !important;
    }

        #contact > .inner > :nth-child(2n - 1) {
            padding: 4rem 3rem 2rem 0;
            border-right: solid 1px rgba(212, 212, 255, 0.1);
            width: 60%;
        }

        #contact > .inner > :nth-child(2n) {
            padding-left: 3rem;
            width: 40%;
        }

        #contact > .inner > .split {
            padding: 0;
        }

            #contact > .inner > .split > * {
                padding: 3rem 0 1rem 3rem;
                position: relative;
            }

                #contact > .inner > .split > *:before {
                    border-top: solid 1px rgba(212, 212, 255, 0.1);
                    content: '';
                    display: block;
                    margin-left: -3rem;
                    position: absolute;
                    top: 0;
                    width: calc(100vw + 3rem);
                }

            #contact > .inner > .split > :first-child:before {
                display: none;
            }


/* Footer */
#footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
    margin: 0px auto;
    background-color: #fff;
    width: 100%;
    /* height: 3.9rem;*/
    border-top: 1px solid #c6c9d2;
}

    #footer ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 0px;
        padding: 0px
    }

        #footer ul li {
            text-align: center;
            align-items: center;
            margin: 0px;
            padding: 10px;
            line-height: 24px
        }

            #footer ul li a {
                color: #ccc;
                font-size: 1.4rem;
            }

                #footer ul li a img {
                    width: 20px;
                }

                #footer ul li .active,
                #footer ul li a:hover,
                #footer ul li a:hover h6 {
                    color: #326ef0 !important;
                }

                #footer ul li a h6 {
                    color: #8c8f93;
                    font-size: 0.7rem;
                    font-weight: 300;
                }


    #footer .copyright {
        font-size: 0.85rem;
        list-style: none;
        padding-left: 0;
    }

    #footer img {
        width: 100%
    }

    #footer .copyright li {
        border-left: solid 1px rgba(212, 212, 255, 0.1);
        color: rgba(244, 244, 255, 0.2);
        display: inline-block;
        line-height: 1;
        margin-left: 1rem;
        padding-left: 1rem;
    }

        #footer .copyright li:first-child {
            border-left: 0;
            margin-left: 0;
            padding-left: 0;
        }





#wrapper .main .innerboxas .asimg,
#wrapper .main .innerboxas img {
    height: 100px;
    margin-left: 2%;
}

#wrapper .main .astxtbox {
    color: #333;
    text-align: left;
}


    #wrapper .main .astxtbox li:nth-child(1) {
        font-size: 0.9rem;
    }

    #wrapper .main .astxtbox li:nth-child(2) {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px
    }

    #wrapper .main .astxtbox li:nth-child(3) {
        font-size: 0.85rem;
        color: #797979;
    }

.mainbg01 {
    background-image: url(../../images/bg_sun.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
    height: 260px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*background-color: #88bbee;
    background-image: linear-gradient(315deg, #88bbee 0%, #83eaf1 74%);*/
}

.mainbg02 {
    background-image: url(../../images/bg_gray.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 260px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*background-image: linear-gradient(to top, #e2ebf0 0%, #cfd9df 100%);*/
}

.mainbg03 {
    background-image: url(../../images/bg_rain.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 260px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*background-image: linear-gradient(to top, #e2ebf0 0%, #cfd9df 100%);*/
}

.mainbg04 {
    background-image: url(../../images/bg_night.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 260px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*background-image: linear-gradient(to top, #e2ebf0 0%, #cfd9df 100%);*/
}

.mainbg05 {
    background-image: url(../../images/bg_error.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 260px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /* background-image: linear-gradient(to top, #e2ebf0 0%, #cfd9df 100%);*/
}

.mainbg06 {
    background-image: url(../../images/bg_sleep.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 260px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*background-image: linear-gradient(to top, #e2ebf0 0%, #cfd9df 100%);*/
}



#wrapper .main .innerbox > h2 {
    color: #333;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: left;
    padding: 0.6rem 1rem;
}



.main h2 {
    color: #333;
    font-size: 1.05rem;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: left;
    padding: 0.8rem 0.6rem 0rem;
}

/* 내 정보 */

#wrapper .main .innerbox .weather_info {
    padding: 1rem 1.4rem;
    font-size: 11px;
    height: 250px;
    position: relative;
}

.weather_info .weather_info_top {
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    /*align-items: center;*/
    margin-bottom: 10px
}

.bt_refresh {
    font-size: 9px;
    border: 0px;
    color: #333;
    padding: 0px;
}

#wrapper .main .innerbox .weather_info span {
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
}

#wrapper .main .innerbox .weather_info .character {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 34%;
}


#wrapper .main .innerbox .weather_info .solar_name {
    text-align: left;
    font-size: 1.2rem;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.2rem;
}


    #wrapper .main .innerbox .weather_info .solar_name h3 {
        text-align: left;
        font-size: 10px;
        color: #333;
        display: block;
        font-weight: normal;
        margin-top: 2px;
    }

/*#wrapper .main .innerbox .weather_info .solar_name span {
    font-size: 16px;
    font-weight: normal;
}*/

#wrapper .main .innerbox .weather_info img {
    vertical-align: bottom;
    margin-right: 5px;
    margin-bottom: 4px;
    /* padding: 4px; */
    width: 28px;
    display: inline-block;
}

#wrapper .main .innerbox .weather_info .icon_money {
    vertical-align: bottom;
    margin-right: 5px;
    margin-bottom: 0px;
    /* padding: 4px; */
    width: 40px;
}

#wrapper .main .innerbox .weather_info .energy_box_row {
    display: flex;
    width: 76%;
    margin-top: 6px;
    margin-bottom: 6px;
}



#wrapper .main .innerbox .weather_info .today_energy01 {
    text-align: left;
    line-height: 20px;
    margin-bottom: 6px;
    margin-left: 0%;
    font-size: 1.7rem;
    font-weight: bold;
}

#wrapper .main .innerbox .weather_info .today_energy {
    text-align: left;
    line-height: 18px;
    margin-bottom: 6px;
    margin-left: 0px;
    font-size: 1.3rem;
    font-weight: bold;
    width: 49%;
}


    #wrapper .main .innerbox .weather_info .today_energy p,
    #wrapper .main .innerbox .weather_info .today_energy01 p {
        text-align: left;
        font-size: 0.7rem;
        font-weight: normal;
    }

    #wrapper .main .innerbox .weather_info .today_energy span,
    #wrapper .main .innerbox .weather_info .today_energy01 span {
        font-size: 0.85rem;
        display: inline-block;
        margin-left: 4px;
        font-weight: normal;
    }


/* 발전량 동향 */

#wrapper .main .solar_chart {
    margin: 10px auto;
}

.swchart_box {
    height: 355px !important;
}


.status_box {
    height: 210px !important;
}


.solar_chart .carousel-inner {
    margin-top: -4px;
}


#wrapper .main .solar_chart_time {
    font-size: 10px;
    margin-right: 10px;
    /*padding: 0.4rem 0;
    text-align: right;
    /*line-height: 12px;*/
}

#wrapper .main .innerbox .graph-period {
    width: 90%;
    margin: 0.5rem auto;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0rem;
}

    #wrapper .main .innerbox .graph-period:after {
        content: "";
        clear: both;
        display: table;
    }

    #wrapper .main .innerbox .graph-period button {
        width: calc(100%/4);
        color: #333;
        font-size: 0.9rem;
        font-weight: 400;
        transform: rotate(0.03deg);
        padding: 0.2rem;
        cursor: pointer;
        float: left;
        border-radius: 3rem
    }

        #wrapper .main .innerbox .graph-period button:hover,
        #wrapper .main .solar_chart .active {
            border-bottom: 2px solid #326ef0;
            color: #326ef0 !important;
            font-weight: bold !important;
            border-radius: 0rem !important;
            margin: 0rem auto !important;
        }


        #wrapper .main .innerbox .graph-period button:not(:last-child) {
            border-right: none;
            /* Prevent double borders */
        }

.solar_chart .solar_type {
    color: #326ef0;
    font-size: 0.9rem;
    margin-left: 10px;
    width: 100%;
    display: block;
    padding: 0;
    line-height: 14px;
    font-weight: bold;
}

/* 발전소그래프 탭 */
.solar_chart .tab_container {
    position: relative;
    width: 100%;
    margin: auto;
}

    .solar_chart .tab_container .tab_content {
        width: 100% padding: 30px 0;
    }

.solar_chart .tabs ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0
}

.solar_chart .tabs li {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

    .solar_chart .tabs li.active {
        background: #fff;
        border-bottom: 2px solid #326ef0;
        color: #326ef0 !important;
        font-weight: bold !important;
    }

.tabs li.active a {
    color: #326ef0;
    font-weight: 500;
}

.solar_chart .tabs li a {
    font-size: 0.9rem;
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
}



/***************************/

.tab {
    overflow: hidden;
}

.tabcontent {
    display: none;
}

#day .tabcontent {
    display: block;
}

#wrapper .main .innerbox .graph-period img {
    width: 100%
}



#wrapper .main .innerbox .graph-table {
    height: 200px;
    width: 100%;
    margin: 10px 0px;
}

    #wrapper .main .innerbox .graph-table canvas {
        width: 100% !important;
        height: 300px;
        font-size: 8px;
        letter-spacing: normal;
        color: #d8d8d8;
        padding: 3px;
        margin-left: -4px
    }


/* 발전소 상태 */
.service_ls {
    height: 160px;
    background-color: #edf1fc;
    border-radius: 10px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 6px;
    font-size: 0.85rem;
}

.service_lp {
    height: 160px;
    background-color: #326ef0;
    border-radius: 10px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 6px;
    font-size: 0.85rem;
}

.service_ln {
    height: 160px;
    background-color: #000;
    border-radius: 10px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 6px;
    font-size: 0.85rem;
}


.service_ls .value {
    color: #333;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    margin: 4px;
    display: inline-block;
    padding: 0 10px;
}

.service_lp .value {
    color: #fff;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    margin: 4px;
    display: inline-block;
    padding: 0 10px;
}

.service_ln .value {
    color: #fff;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    margin: 4px;
    display: inline-block;
    padding: 0 10px;
}

.service_r {
    -ms-flex: 0 0 56%;
    flex: 0 0 64%;
    max-width: 64%;
    margin: 6px;
    font-size: 0.85rem;
}

    .service_r .innerbox {
        width: 100%;
        margin: 2px auto 8px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 0.4rem 1rem;
        height: 74px;
        text-align: left;
    }

    .service_r img {
        width: 50px;
        height: 50px;
    }

    .service_r .innerbox .title {
        display: inline-block;
        color: #333;
        font-size: 1.2rem !important;
        text-align: left;
    }

    .service_r .innerbox p {
        color: #333;
    }


    .service_r .innerbox .iconbox02 {
        position: absolute;
        top: 14px;
        left: 16px;
        width: 48px;
        height: 48px;
        border-radius: 50px;
        text-align: center;
    }



    .service_r .connect {
        width: 100%;
        margin: 2px auto 8px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 0.4rem 1rem;
        height: 74px;
        text-align: left;
        display: flex;
        align-items: center;
    }

        .service_r .connect .title {
            display: inline-block !important;
            color: #333 !important;
            font-size: 1.0rem !important;
            text-align: left !important;
            margin-bottom: 0px;
        }

        .service_r .connect p {
            color: #333;
            font-size: 0.8rem;
        }


        .service_r .connect li:nth-child(2) {
            width: 50%;
        }


        .service_r .connect li:last-child {
            width: 30%;
        }


/* 수입현황 */


#wrapper .main .innerbox .bgbox {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
    /* background-image: url("/images/egg.gif");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;*/
}

    #wrapper .main .innerbox .bgbox .income_txt {
        position: absolute;
        top: 10px;
        left: 5%;
        right: 5%;
        font-size: 1.4rem;
        font-weight: bold;
    }


/*발전분석보고서 */


#wrapper .main .report {
    width: 100%;
    margin: 20px auto 10px;
}

    #wrapper .main .report a {
        font-size: 1.12rem;
        font-weight: bold;
        color: #fff;
        padding: 0.55rem 0.6rem;
        display: block;
        background-color: #326ef0;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        text-align: center
    }

        #wrapper .main .report a:hover {
            background-color: #6997fa !important;
            color: #fff !important;
            border: 0px solid #326ef0 !important;
        }


    #wrapper .main .report .wcircle {
        border-radius: 5rem;
        background-color: #fff;
        display: inline-block;
        padding: 3px;
        width: 40px;
        height: 40px;
        margin: 5px;
    }

    #wrapper .main .report a i {
        color: #fff;
        margin: 2px 6px;
        font-size: 1.2rem;
        display: inline-block;
    }


/*발전현황 */

#wrapper .main .solar_box,
#wrapper .main .solar_box01 {
    -ms-flex: 0 0 42.666667%;
    flex: 0 0 42.666667%;
    max-width: 42.666667%;
    margin: 6px;
    font-size: 12px
}



#wrapper .main .solar_box02 {
    margin: 6px;
    font-size: 0.85rem;
}

#wrapper .main .solar_box .innerbox {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1.4rem 1.6rem;
    height: 103px;
    position: relative;
}

#wrapper .main .solar_box01 .innerbox {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0.4rem 1rem;
    height: 48px;
    position: relative;
}

#wrapper .main .solar_box02 .innerbox {
    width: 97%;
    margin: 0 auto 6px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.4);
    border-radius: 10px;
    padding: 0.4rem 1rem;
    height: 48px;
    position: relative;
    border: 1px solid #ff0215;
}

    #wrapper .main .solar_box .innerbox h6,
    #wrapper .main .solar_box01 .innerbox h6,
    #wrapper .main .solar_box02 .innerbox h6 {
        font-size: 0.85rem;
        color: #333;
        font-weight: normal;
    }

#wrapper .main .solar_box .innerbox span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 1px;
}





#wrapper .main .iconbox {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(to top, #326eef, #58a0fa);
    border-radius: 50px;
    text-align: right;
}

#wrapper .main .iconbox03 {
    width: 30px;
    height: 30px;
    background-image: linear-gradient(to top, #326eef, #58a0fa);
    border-radius: 50px;
    display: inline-block;
}

    #wrapper .main .iconbox03 i {
        color: #fff;
        display: inline-block;
        font-size: 0.85rem;
        margin-top: 6px;
    }




.solartitle {
    font-size: 16px !important;
    width: 50%;
}

#swchart .solartitle {
    width: 100%;
}

#wrapper .main .iconbox01 {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(to top, #326eef, #58a0fa);
    border-radius: 50px;
    text-align: center;
}

#wrapper .main .iconbox02 {
    position: absolute;
    top: 6px;
    right: 16px;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(to top, #ff485a, #ff6648);
    border-radius: 50px;
    text-align: center;
}



.iconbox i,
.iconbox01 i,
.iconbox02 i {
    color: #fff;
    font-size: 16px !important;
    margin: 8px;
}

#wrapper .main .solar_box01 .innerbox span {
    font-size: 18px;
    font-weight: bold;
    margin-right: 2px;
    display: block;
}

#wrapper .main .solar_box .innerbox i,
#wrapper .main .solar_box01 .innerbox i {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
}

#wrapper .main .solar_box01 {
    -ms-flex: 0 0 2.666667%;
    flex: 0 0 42.666667%;
    max-width: 42.666667%;
    margin: 6px;
}

    #wrapper .main .solar_box01 a {
        display: block;
        margin-bottom: 6px;
    }


.solar_tbox {
    line-height: 16px;
}

.smpbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    color: #ff0215;
    padding: 7px 0;
}

.recbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    color: #326ef0;
    padding: 7px 0px
}

    .smpbox img,
    .recbox img {
        width: 12px;
        margin-left: 4px
    }



/*발전현황달력 */

.calendar_more {
    color: #a3a5ab;
    display: inline-block;
    padding: 5px;
}

.calendar_icon {
    color: #333;
    display: inline-block;
    padding: 5px 10px;
}

.month {
    padding: 10px 0px;
    width: 100%;
}

    .month ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .month ul li {
            color: #333;
            font-size: 0.95rem;
            text-transform: uppercase;
            display: inline-block;
            text-align: center;
            width: 100%;
        }

    .month .prev {
        float: left;
    }

        .month .prev a,
        .month .next a {
            color: #a3a5ab;
        }

    .month .next {
        float: right;
    }

.weekdays {
    margin: 0 auto;
    padding: 10px 0;
    /*border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
}

    .weekdays li {
        display: inline-block;
        width: calc(100% / 7);
        color: #a3a5ab;
        text-align: center;
        font-size: 0.8rem;
        font-weight: 500;
        text-transform: uppercase;
    }

.red {
    color: #ff485a !important;
}

.blue {
    color: #326ef0 !important;
}

.green {
    color: #24db00 !important;
}

.days {
    padding: 10px 0;
    margin: 0;
}

    .days li {
        list-style-type: none;
        display: inline-block;
        width: calc(100% / 7);
        text-align: center;
        margin-bottom: 5px;
        font-size: 0.85rem;
        color: #333;
        height: 50px;
    }

#wrapper .main .days li p {
    font-size: 0.9rem;
    color: #333;
    height: 24px;
}

#wrapper .main .days li > span {
    margin-bottom: 8px;
    font-size: 11px;
    color: #a3a5ab;
}


#wrapper .main .days li p.active {
    color: #fff !important;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 0.85rem;
    width: 24px;
    height: 24px;
    border: 2px solid #326ef0;
    background-color: #326ef0;
    border-radius: 30px;
    /* padding-top: 2px; */
    line-height: 18px;
}

#wrapper .main .days li p.activeon {
    color: #326ef0;
    !important;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 0.85rem;
    width: 24px;
    height: 24px;
    background-color: #e3e8f1;
    border-radius: 30px;
    padding-top: 2px;
    line-height: 0.95rem;
    border: 2px solid #e3e8f1;
}



#wrapper .main .days li .active_span {
    color: #326ef0;
    padding: 2px 8px;
    border-radius: 10px;
    margin-bottom: 6px
}

/*as현황달력 */

#wrapper .asdate {
    padding: 2px 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: #fff;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
     background-color: #ebf0f7;
    border-radius: 5rem;*/
    border: 0px solid #d8dde5;
    border-bottom: 1px solid #e3e8f1;
    width: 100%;
}

    #wrapper .asdate h2 {
        display: inline-block;
        padding: 1rem 0.4rem;
        font-size: 0.9rem;
        font-weight: bold;
        color: #333;
    }

#wrapper .innerbox > h3 {
    color: #333;
    font-size: 1.0rem;
    font-weight: normal;
    text-align: left;
    padding: 0.6rem 1rem 0;
}


#wrapper .asdate a {
    font-size: 0.9rem;
    font-weight: normal;
    color: #333;
    /*background-color: #4b93ff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 5rem;
    padding: 4px 10px;
    margin: 0px 10px */
    padding: 4px;
}


.as_readmore {
    padding: 0px;
    /* border: 1px solid #e4e9f1;*/
    margin: 0px auto;
    width: 96%;
}

#wrapper .as_readmore .ascall {
    position: relative
}

    #wrapper .as_readmore .ascall a {
        margin: 10px auto;
        background-color: #326ef0;
        padding: 10px 10px;
        color: #fff;
        border-radius: 10px;
        text-align: center;
        display: block;
        position: relative;
        font-size: 0.80rem;
        font-weight: 300;
    }

        #wrapper .as_readmore .ascall a:hover {
            color: #fff;
            background-color: #6b9bfd;
            border-color: #6b9bfd;
        }


    #wrapper .as_readmore .ascall div a {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: #326ef0;
        border-radius: 50px;
        z-index: 55;
        top: -30px;
        left: -1rem;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
        text-align: center;
    }

    #wrapper .as_readmore .ascall div p span {
        font-size: 0.6rem;
    }

    #wrapper .as_readmore .ascall div a i {
        color: #fff;
        display: inline-block;
        position: absolute;
        top: 8px;
        left: 10px;
        font-size: 16px
    }

#wrapper .as_info_box .as_date,
.as_readmore .as_date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-top: 10px
}


    #wrapper .as_info_box .as_date > span,
    .as_readmore .as_date > span {
        font-weight: normal;
        font-size: 0.7rem;
        color: #a3a5ab;
    }

.as_readmore .as_title {
    /*margin-bottom: 10px;
     border-bottom: 1px solid #e3e8f1;*/
}

    #wrapper .as_info_box .as_date h3,
    .as_readmore .as_title h3 {
        font-size: 1.2rem;
        color: #333;
        padding: 6px 2px;
        display: inline-block;
        line-height: 24px
    }

.sub_as .container {
    width: 100%;
    margin: 0 auto;
}



#wrapper .as_info_box > ul {
    margin: 0px 14px !important;
    background-color: #fff;
    /* padding: 2px 12PX;*/
}

#wrapper .as_info > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 0.95rem;
    padding: 4px;
    /*    align-items: center;*/
}

.as_info .select {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    width: 100%;
    background-color: #fff;
    padding: 4px;
    appearance: auto;
}

#wrapper .as_info_img {
    width: 100%;
    padding: 10px 0px;
}

    #wrapper .as_info_img > img {
        width: 100%;
        border-radius: 15px;
    }


#wrapper .as_info_box {
    padding: 0px;
    /* border: 1px solid #e4e9f1;*/
    margin: 0px;
    width: 100%;
    position: relative;
    /* height: 900px;*/
}

.as_info_box .login_complete {
    text-align: center;
    margin: 5% auto 10%;
    width: 100%;
    position: absolute;
    top: 0px;
}


#wrapper .as_info_box .as_info_ul {
    margin: 0px 0px !important;
    background-color: transparent;
    width: 100%;
    height: 100%;
    /*
    border: 1px solid red;
     overflow: auto; */
}


    #wrapper .as_info_box .as_info_ul li {
        display: block;
        width: 96%;
        height: 90px;
        line-height: 70px;
    }



        #wrapper .as_info_box .as_info_ul li a {
            border-bottom: 1px solid #e3e8f1;
            padding: 6px 0px;
            display: -ms-flexbox;
            display: flex;
            text-align: left;
            /*justify-content: space-between !important;*/
            align-items: center !important;
        }


#wrapper .as_info .w {
    width: 30%;
}

#wrapper .as_info .wm {
    width: calc(100% - 30%)
}

#wrapper .as_info_box .as_info_ul li h3 {
    font-size: 0.9rem;
    color: #333;
    /*    height: 30px;*/
    overflow: hidden;
    padding-top: 4px;
    width: 96%;
    text-overflow: ellipsis;
}

#wrapper .as_info_box .as_info_ul li span {
    font-size: 0.7rem;
    color: #666;
    font-weight: normal;
    display: inline-block;
    margin-right: 6px;
}


#wrapper .as_info_ul li img {
    width: 70px;
    height: 70px;
    padding: 2px;
    border-radius: 50px;
    margin: 0px 10px;
}

#wrapper .as_info > li img {
    width: 30%;
    padding: 2px;
    /* border: 1px solid #e3e8f1; */
    margin: 10px 10px 10px 0px;
    border-radius: 13px;
}


#wrapper .as_info_box .as_info_ul li .ico_as {
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    /* padding: 1px 10px !important; */
    background-color: #326ef0 !important;
    font-size: 10px !important;
    border-radius: 4px !important;
    /*    margin-left: 4px !important;*/
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 16px;
    padding: 0px
}

#wrapper .as_readmore .ico_as {
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    /* padding: 1px 10px !important; */
    background-color: #326ef0 !important;
    font-size: 10px !important;
    border-radius: 4px !important;
    margin-left: 4px !important;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 16px;
    padding: 0px
}

#wrapper .as_readmore .ico_as1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    /* padding: 2px 8px; */
    background-color: #f26122;
    font-size: 0.85rem;
    font-size: 10px;
    border-radius: 4px;
    margin-left: 4px;
    width: 46px;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 0px;
}



#wrapper .as_info_box .as_info_ul li .ico_as1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    /* padding: 2px 8px; */
    background-color: #f26122;
    font-size: 0.85rem;
    font-size: 10px;
    border-radius: 4px;
    /*    margin-left: 4px;*/
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 16px;
    padding: 0px
}

/**뉴스더보기**********************************************/
.news_contents {
    padding: 6px 2px;
    font-size: 1rem;
}

.as_info_img p {
    font-size: 0.96rem;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
}

/*탭메뉴 **********************************************/

.sub_as {
    width: 96%;
    margin: 10px auto 0px;
}

    .sub_as .tabs,
    .smp_box .tabs,
    .new_taps .tabs,
    .taxinvoice .tabs,
    .weather_tap .tabs,
    .find .tabs {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .sub_as .tabs li {
            float: left;
            margin: 0px;
            width: calc(100%/3);
            color: #333;
            font-size: 0.9rem;
            font-weight: 400;
            transform: rotate(0.03deg);
            cursor: pointer;
            text-align: center;
            padding: 10px 4px;
            border-bottom: 1px solid #d8d8d8;
        }

        .smp_box .tabs li,
        .taxinvoice .tabs li,
        .weather_tap .tabs li,
        .find .tabs li {
            float: left;
            margin: 0px;
            width: calc(100%/2);
            color: #333;
            font-size: 0.9rem;
            font-weight: 400;
            transform: rotate(0.03deg);
            cursor: pointer;
            text-align: center;
            padding: 10px 4px;
            border-bottom: 1px solid #d8d8d8;
        }

        .new_taps .tabs li {
            margin: 0px auto;
            color: #333;
            font-size: 0.9rem;
            font-weight: 400;
            transform: rotate(0.03deg);
            cursor: pointer;
            text-align: center;
            padding: 8px 4px 4px;
            float: left;
            width: calc(100%/5);
        }

.taxinvoice .tabs {
    display: flex;
}

    .taxinvoice .tabs li {
        margin: 0px;
        color: #333;
        font-size: 0.9rem;
        font-weight: 400;
        transform: rotate(0.03deg);
        cursor: pointer;
        text-align: center;
        padding: 10px 4px;
        border: 1px solid #d8d8d8;
        border-radius: 0px;
    }

        .taxinvoice .tabs li:nth-child(1) {
            border-right: 0px solid #d8d8d8;
        }

        .taxinvoice .tabs li:nth-child(2) {
            border-left: 0px solid #d8d8d8;
        }


.sub_as .tabs .current,
.smp_box .tabs .current,
.find .tabs .current {
    color: #326ef0;
    border-bottom: 2px solid #326ef0;
    font-weight: bold;
}


.taxinvoice .tabs .current {
    color: #326ef0;
    border: 1px solid #326ef0 !important;
    font-weight: bold;
    text-align: center;
}

.taxinvoice .tabs .current {
    color: #326ef0;
    border: 1px solid #326ef0;
    font-weight: bold;
    text-align: center;
}


.new_taps .tabs .current {
    color: #326ef0;
    font-weight: bold;
}


.sub_as .tab-content,
.smp_box .tab-content,
.new_taps .tab-content,
.taxinvoice .tab-content,
.weather_tap .tab-content,
.find .tab-content {
    display: none;
}

    .sub_as .tab-content.current,
    .smp_box .tab-content.current,
    .new_taps .tab-content.current,
    .taxinvoice .tab-content.current,
    .weather_tap .tab-content.current,
    .find .tab-content.current {
        display: inherit;
    }

.tabs {
    content: "";
    display: inline-block;
    clear: both;
}


/*발전현황 **********************************************/

#wrapper .main .sola_datab {
    position: relative;
    padding-bottom: 4px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

    #wrapper .main .sola_datab .div_open,
    #wrapper .main .sola_datab .div_close {
        display: block;
        width: 100%;
        padding: 20px 20px;
        bottom: -30px;
        left: 00%;
        right: 00%;
        position: absolute;
        text-align: center;
        z-index: 55;
        background: #fff;
    }


    #wrapper .main .sola_datab .btn_open,
    #wrapper .main .sola_datab .btn_close {
        background-color: #326ef0;
        color: #fff;
        font-size: 0.85rem;
        text-decoration: none;
        padding: 6px 20px;
        border-radius: 50px;
        text-align: center;
        display: block;
        cursor: pointer;
        height: 34px;
        width: 200px;
        margin: 0px auto;
        bottom: -41px;
        left: 00%;
        right: 00%;
        position: absolute;
        text-align: center;
    }

        #wrapper .main .sola_datab .btn_open i {
            vertical-align: baseline;
        }

#wrapper .main .showstep1 {
    max-height: 307px;
    overflow: hidden;
    border-bottom: 0px dashed #eee;
    width: 100%;
}

#wrapper .main .sola_datab .content {
    margin-bottom: 10px;
}

#wrapper .main .sola_datab .hide {
    display: none;
}

#wrapper .main .sola_datab .detailinfo .sola_info_box:last-child {
    margin-bottom: 0rem !important;
}

#wrapper .main .sola_info_box {
    margin: 4px 2%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 10px;
}


#wrapper .as_info {
    width: 90%;
    margin: 10px auto;
}

#wrapper .main .sola_info {
    padding: 0px 0px;
}

    #wrapper .main .sola_info li > a {
        align-items: center;
        justify-content: space-between;
    }

#wrapper .main .sola_info_box h4 {
    color: #326ef0;
    font-size: 0.95rem;
    padding-left: 8px
}


#wrapper .main .sola_info_box hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}


#wrapper .main .sola_info_box > ul {
    background-color: #fff;
    padding: 0px 0px !important;
}


#wrapper .as_info_box .as_date span i {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
}

#wrapper .main .sola_info_box > ul li {
    padding: 6px 26px;
}

    #wrapper .main .sola_info_box > ul li p span {
        font-size: 0.9rem;
        font-weight: bold;
        margin: 0px 0px 0px 2px;
        display: inline-block;
        text-align: right;
    }

#wrapper .main .sola_info_box .s_unit {
    font-weight: normal;
    /*    width: 32px;*/
    padding-left: 2px;
    text-align: right;
    margin: 0 0px 0px 0px;
}

/*#wrapper .main .sola_info_box > ul li:nth-child(even) {
   background-color:rgba(50, 110, 240, 0.05)

}*/

#wrapper .main .sola_info_box > ul li a,
#wrapper .as_info_box > ul li a {
    color: #333;
    background-color: transparent;
    font-size: 0.9rem;
    /*line-height: 30px*/
}

#wrapper .main .sola_info_box .bar,
#wrapper .as_info_box .bar {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #326ef0;
    padding: 4px 10px;
    background-color: #326ef0;
    margin-left: 10px
}

#wrapper .main .sola_date h4 {
    font-size: 0.9rem;
    color: #333;
    padding: 10px 10px;
}

    #wrapper .main .sola_date h4 > i {
        font-size: 0.9rem;
        color: #326ef0;
        padding: 2px;
    }


#wrapper .main .sola_info_box .sola_info p .timeb {
    font-size: 16px;
    color: #326ef0;
    font-weight: bold;
}

#wrapper.is-transitioning {
    opacity: 0;
}

#wrapper > * > .inner,
.wrap_login .inner {
    padding: 3% 6%;
    margin: 0 auto;
    max-width: 65rem;
    width: 100%
}

/***** 스타트 ******************************************/

.wrap_start {
    width: 100%;
    height: 100vh;
    max-width: 480px;
    margin: 0 auto;
    background: #326ef0;
}



.pop_demo {
    display: none;
    position: fixed;
    z-index: 10006;
    left: 0%;
    right: 0%;
    top: 0;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

    .pop_demo .closebtn {
        border-radius: 6px;
        font-weight: normal;
        font-size: 1.6rem;
        color: #fff;
        position: absolute;
        cursor: pointer;
        display: block;
        padding: 15px;
        border: 0px solid #fff;
        top: 0;
        right: 0;
        z-index: 55;
    }

.start_t {
    height: 300px;
    background: #326ef0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 300px;
    margin: 0 auto;
    position: relative;
    top: 20%;
}

.start_top {
    height: 55vh;
    background: #326ef0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 70%;
    margin: 0 auto;
    position: relative;
}


.start_t_contents {
    text-align: center;
}

    .start_t_contents h3 {
        display: block;
    }

    .start_t_contents h4 {
        font-size: 0.9rem;
        font-weight: normal;
        margin-top: 10px;
    }

    .start_t_contents img {
        width: 40%
    }

.start_b {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45vh;
    border-radius: 30px 30px 0 0;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    width: 100%;
    margin: 0 auto;
}

.start_content {
    width: 80%;
    margin: 0 auto;
}

    .start_content .login_btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        background-color: #326ef0;
        font-size: 1.0rem;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #326ef0;
        padding: 0.6rem 1.5rem;
        border-radius: 0.3rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        width: 100%;
        text-transform: none;
    }

    .start_content .login_btn01 {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        background-color: #192468;
        font-size: 1.0rem;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #192468;
        padding: 0.6rem 1.5rem;
        border-radius: 0.3rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        width: 100%;
        text-transform: none;
    }

    .start_content .login_btn02 {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #326ef0;
        background-color: #ffffff;
        font-size: 1.0rem;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #326ef0;
        padding: 0.6rem 1.5rem;
        border-radius: 0.3rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        width: 100%;
        text-transform: none;
    }

/***** 로그인 ******************************************/

.wrap_login {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: center;*/
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}

    .wrap_login .bt_back {
        /* position: absolute;
    top: 2%;
    left: 5%;*/
        display: block;
        width: 100%;
    }


        .wrap_login .bt_back button,
        .wrap_login .bt_back a {
            padding: 10px;
            background-color: #fff;
            border: 0px solid #d8d8d8;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: normal;
            color: #333;
            display: block;
        }

.login_content {
    width: 80%;
    margin-bottom: 10%;
    color: #333;
}

    .login_content h6 {
        color: #333;
        font-weight: normal;
        line-height: 1.5;
        margin: 0 0 0.5rem 0;
        font-size: 0.8rem;
    }

    .login_content h3 {
        color: #326ef0;
        font-weight: bold;
        line-height: 1.5;
        margin: 0 0 0.5rem 0;
        font-size: 22px;
    }

.login_label {
    font-size: 0.85rem;
    color: #333;
    font-weight: normal;
    margin: 0rem 1.2rem 0rem 0.3rem;
    text-transform: none;
}

.login_content .btngroup {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.9rem 0rem 1.2rem;
}

    .login_content .btngroup span {
        color: #d8d8d8;
        font-size: 0.85rem;
    }

    .login_content .btngroup a {
        text-decoration: none;
        color: #333;
        font-size: 0.9rem;
    }

.login_content .social_title {
    display: block;
    text-align: center;
    color: #333;
    background: #fff;
    font-size: 0.8rem;
    margin-top: 4rem;
}

.login_content .login_social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4rem;
    width: 100%;
}

    .login_content .login_social a {
        width: calc(100% / 4 - 10px);
        text-align: center;
    }

    .login_content .login_social img {
        border-radius: 50px;
        width: 54px;
    }

.login_content .login_btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #326ef0;
    font-size: 1.0rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #326ef0;
    padding: 0.6rem 0;
    border-radius: 0.3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    text-transform: none;
}


.login_content .login_btn01 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #326ef0;
    background-color: #ffffff;
    font-size: 1.0rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #326ef0;
    padding: 0.6rem 0;
    border-radius: 0.3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    text-transform: none;
}

.login_content .login_btn02 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #326ef0;
    background-color: #ffffff;
    font-size: 1.0rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #326ef0;
    padding: 14px 1.5rem;
    border-radius: 0.3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    text-transform: none;
}


.login_complete {
    text-align: center;
    margin: 2% auto 10%;
    width: 100%;
}

.login_content h3 {
    color: #333;
}

.login_complete h4 {
    font-size: 1.4rem;
    margin-top: 10px;
    color: #326ef0;
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: -1px;
}

.login_complete h5 {
    font-size: 1.1rem;
    margin-top: 0px;
    color: #333;
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: -1px;
}

.login_complete img {
    margin-right: 00%;
}


.login_complete h6.title {
    font-size: 0.75rem !important;
    margin-top: 10px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px
}


.error_box {
    text-align: center;
    margin: 50% auto;
    width: 100%;
    color: #333
}

    .error_box h4 {
        color: #326ef0;
        font-size: 1.4rem;
    }

    .error_box h5 {
        color: #333;
        font-weight: normal;
        font-size: 1rem;
    }

    .error_box .title {
        color: #333;
        font-weight: normal;
        font-size: 0.75rem;
    }


.login_btn:hover {
    color: #fff;
    background-color: #6b9bfd;
    border-color: #6b9bfd;
}

.form-block {
    background: #fff;
    padding: 50px;
    /* -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%); */
}

    .form-block h3 {
        color: #326ef0;
        font-weight: bold;
        line-height: 1.5;
        margin: 0 0 0.5rem 0;
        font-size: 22px;
    }

    .form-block strong {
        color: #333;
        font-weight: 600;
    }


.login_content .form-control {
    display: inline-block;
    width: 100%;
    padding: 0.6rem 0.4rem;
    font-size: 0.85rem;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border: 1px solid #edeeef;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
    color: #333;
}

    .login_content .form-control::placeholder {
        text-align: left;
        color: #aaa;
        font-size: 0.8rem
    }



/********회원가입************************************/
.join {
    width: 100%;
    margin: 0 auto;
    font-size: 0.9rem;
    background: #fff;
    /* overflow-y: scroll;
    height: 30vh;*/
}

    .join h3 {
        color: #333;
        font-size: 1.3rem;
    }

.join_head {
    background: #edeeef;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    margin: 20px 20px 0px 0px;
    border-radius: 0px 40px 40px 0px;
    width: 96%
}

.join_title {
    width: 100%;
}

.join_head img {
    width: 24%;
}


.join_head h2 {
    color: #333;
    font-size: 1.1rem;
}


.join_head h4 {
    color: #333;
    font-weight: normal;
    font-size: 0.9rem;
}


.join .checkbox_group {
    width: 100%;
    margin-top: 2%;
}

    .join .checkbox_group .h2 {
        color: #333;
        font-size: 1rem;
        margin-left: 10px;
    }

.join .join_inner_all {
    padding: 4% 4%;
    width: 100%;
    background: #fff;
    border-radius: 0px;
}

    .join .join_inner_all label {
        color: #333;
        font-weight: normal;
        font-size: 0.9rem;
    }

.join .join_inner label {
    color: #333;
    font-weight: normal;
    font-size: 0.9rem;
}

.join .join_inner {
    padding: 3% 6%;
    width: 100%;
}

.join .join_agree,
.join_agree_all {
    padding: 10px;
}

    .join .join_agree > label,
    .join_agree_all > label {
        display: inline-block;
    }

.join .join_agree_all h2 {
    color: #333;
    font-size: 1rem;
}

.join .join_agree a {
    float: right;
    display: inline-block;
    cursor: pointer;
    color: #333;
}

.join .join_agree::after {
    display: block;
    content: "";
    clear: both;
}

/*.join .join_agree::after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #a3a5ab;
    font-weight: normal;
    float: right
}*/


.join .join_agree:last-child::after {
    font-family: "FontAwesome";
    content: "";
    color: #a3a5ab;
    font-weight: normal;
    float: right
}


.join .join_inner .normal,
.join .join_inner .checkall {
    margin-right: 6px;
}

.join .label_group {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .join .label_group .checkbox {
        margin-right: 0.4rem;
    }

.join_inner .bt_search {
    border-radius: 6px;
    padding: 8px !important;
    background: #326ef0;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin: 0px 0px 0px 4px;
}

.ms_error {
    color: #ff0215 !important;
    font-size: 13px !important;
    text-align: center !important;
    font-weight: normal !important;
    margin: 5px 0px 10px !important;
}

.ms_success {
    color: #326ef0 !important;
    font-size: 13px !important;
    text-align: center !important;
    font-weight: normal !important;
    margin: 5px 0px 10px !important;
}

.btn_next {
    border-radius: 6px !important;
    padding: 14px 50px !important;
    background: #326ef0 !important;
    display: block !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    color: #fff !important;
    margin: 0px auto !important;
}

    .btn_next:disabled {
        border-radius: 6px !important;
        padding: 14px 50px !important;
        display: block !important;
        font-weight: normal !important;
        font-size: 0.9rem !important;
        text-align: center !important;
        color: #333 !important;
        margin: 0px auto !important;
        background: #e3e8f1 !important;
        opacity: .5;
        cursor: not-allowed;
    }

#wrapper .button_inner {
    padding: 2% 4%;
    width: 100%;
    background: #fff;
}

.join .form-control {
    display: inline-block;
    width: 100%;
    padding: 0.4rem 0.4rem;
    font-size: 0.85rem;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #edeeef;
    border-radius: 0.2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
    color: #333;
    appearance: auto;
}

    .join .form-control::placeholder {
        color: #aaa;
        text-align: center;
    }

.join .character_ok {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.join_inner .form-group {
    margin: 10px 0px 20px;
    box-sizing: border-box;
}

.join_inner .form-group01 {
    display: flex;
    margin: 10px auto;
    width: 90%;
    align-items: center;
}

.join_inner .form-group p {
    margin: 10px 0px 4px;
}



.join_inner .form-group01 p {
    margin: 10px 0px 4px;
    display: inline-block;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
}

.find .bt_search {
    border-radius: 6px;
    padding: 8px;
    background: #326ef0;
    font-weight: normal;
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
    margin: 0px 0px 0px 4px;
}

.select_group {
    display: inline-block;
    margin: 4px auto;
    width: 28%;
}


.email_group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    align-items: center;
}

    .email_group select {
        appearance: auto;
    }

    .email_group .bt_search {
        border-radius: 6px !important;
        padding: 8px !important;
        background: #326ef0 !important;
        font-weight: normal !important;
        font-size: 0.9rem !important;
        text-align: center !important;
        color: #fff !important;
    }

    .email_group .txt {
    }

    .email_group .icon {
        display: none;
    }

.select_group input[type="radio"] {
    -webkit-appearance: none;
}

.select_group label {
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 50px;
    position: relative;
    transition: 0.5s;
    background-color: #d8d8d8;
    color: #ffffff;
    cursor: pointer;
}

    .select_group label > span {
        font-size: 0.9rem;
        font-weight: 500;
        position: absolute;
        top: 16%;
        left: 50%;
        transform: translate(-50%, 80%);
        color: #fff;
    }

.select_group input[type="radio"]:checked + label {
    background: #326ef0;
    color: #ffffff;
}

.join .login_btn {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #326ef0;
    font-size: 1.0rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #326ef0;
    padding: 0.6rem 0;
    border-radius: 0.3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 90%;
    margin: 0 auto;
    text-transform: none;
}

/********아이디비번찾기************************************/

.wrap_pop {
    display: none;
    position: fixed;
    z-index: 1020;
    padding-top: 18%;
    left: 0%;
    right: 0%;
    top: 0;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.find_bg {
    background: #fff;
    border-radius: 10px;
    width: 88%;
    margin: 0px auto;
    padding: 4px 10px 20px;
}

.pop_head {
    color: #76797e;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .pop_head .closebtn {
        color: #333;
        font-weight: normal;
        font-size: 1.4rem;
        text-align: right;
        cursor: pointer;
        padding: 4px;
        display: inline-block;
    }


.find_bg .form-group,
.find .form-group {
    margin: 10px auto;
    box-sizing: border-box;
    width: 90%
}

    .find_bg .form-group p {
        font-size: 0.9rem;
        color: #333;
        font-weight: bold;
        margin: 20px 0px 10px;
    }

.find_bg .form-control,
.find .txtbox {
    display: inline-block;
    width: 100%;
    padding: 0.4rem 0.4rem;
    font-size: 0.85rem;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #edeeef;
    border-radius: 0.2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
    color: #333;
    text-align: center;
}


.find .inner p {
    color: #333;
    font-size: 0.85rem;
    text-align: center
}

.find .inner .p_help,
.profile_box .p_help {
    font-size: 0.8rem;
    text-align: left;
    margin: 10px;
    color: #aaa;
}

.find .inner p span {
    color: #326ef0;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    margin: 0px 10px;
}


/***** 이용약관 ******************************************/

.service {
    width: 100%;
    margin: 0 auto;
    font-size: 0.9rem;
    background: #fff;
    /* overflow-y: scroll;
    height: 30vh;*/
}

    .service .service_inner {
        padding: 3%;
        width: 100%;
    }

        .service .service_inner .s_title {
            font-size: 0.7rem;
            color: #a3a5ab;
            padding: 6px;
            font-weight: normal;
        }

        .service .service_inner .contents {
            font-size: 0.85rem;
            padding: 6px 10px;
            color: #333;
        }

            .service .service_inner .contents .sbox {
                padding: 8px 6px 0px;
            }

        .service .service_inner label {
            font-size: 0.85rem;
            color: #333;
        }

        .service .service_inner .contents .sbox_table {
            width: 100%;
            margin-top: 10px;
        }

            .service .service_inner .contents .sbox_table tr:nth-child(2n + 1) {
                background-color: rgba(0, 0, 0, 0.1);
            }

            .service .service_inner .contents .sbox_table td {
                padding: 0.2rem 0.3rem 0.2rem;
                font-size: 0.8rem;
            }

/* 단계별 상태 스타일 */
.step-box {
    padding: 0;
    margin-bottom: 30px;
}

.step-state {
    padding: 0px 0 5px;
    margin-top: 15px;
}

    .step-state ul:after {
        content: '';
        display: block;
        clear: both
    }

    .step-state ul li {
        float: left;
        position: relative;
        width: 25%;
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: #666;
    }

        /* 도전중, 달성 텍스트 영역 */
        .step-state ul li p:after {
            position: absolute;
            /* absolute 기준은 li 영역 */
            width: 42px;
            height: 40px;
            margin-right: -25px;
            background: url(../../images/right_arrow.png) no-repeat 0 0;
            background-size: auto 25px;
            background-position: -58px 0;
            top: 0;
            right: 0;
            color: #fff;
            font-size: 11px;
            line-height: 16px;
            letter-spacing: -.5px;
        }

        .step-state ul li p {
            padding-top: 6px
        }

        .step-state ul li span {
            display: block;
            margin-top: 2px;
            font-weight: normal;
            color: #898989;
            font-size: 12px
        }

        /* 회색 진행바 생성 */
        .step-state ul li:before {
            position: absolute;
            top: 35px;
            left: 0;
            right: 0;
            height: 3px;
            background: #aaa;
            content: ''
        }

        /* 첫 번째 진행바 반만 생성*/
        .step-state ul li:nth-child(1):before {
            left: 50%
        }

        /* 마지막 진행바 반만 생성*/
        .step-state ul li:nth-child(4):before {
            right: 50%
        }

        /* 화살표 상태 아이콘 */
        .step-state ul li:after {
            position: absolute;
            top: 27px;
            left: 50%;
            width: 20px;
            height: 21px;
            margin-left: -10px;
            background: url(../../images/right_arrow.png) no-repeat 0 0;
            background-size: auto 23px;
            background-position: 0 0;
            content: ''
        }

    /* 활성화 진행바 및 활성화 화살표 아이콘 표시 */
    /* 활성화 상태바 */
    .step-state.step1 ul li:nth-child(1):before,
    .step-state.step2 ul li:nth-child(-n+2):before,
    .step-state.step2-ing ul li:nth-child(-n+2):before,
    .step-state.step3 ul li:nth-child(-n+3):before,
    .step-state.step3-ing ul li:nth-child(-n+3):before,
    .step-state.step4 ul li:nth-child(-n+4):before,
    .step-state.step4-ing ul li:nth-child(-n+4):before,
    .step-state.step5 ul li:nth-child(-n+5):before {
        background: #326ef0
    }

    /* 활성화 아이콘 표시 */
    .step-state.step1 ul li:nth-child(1):after,
    .step-state.step2 ul li:nth-child(-n+2):after,
    .step-state.step2-ing ul li:nth-child(-n+2):after,
    .step-state.step3 ul li:nth-child(-n+3):after,
    .step-state.step3-ing ul li:nth-child(-n+3):after,
    .step-state.step4 ul li:nth-child(-n+4):after,
    .step-state.step4-ing ul li:nth-child(-n+4):after,
    .step-state.step5 ul li:nth-child(-n+5):after {
        background-position: -20px 0
    }

    /* 도전 중일 경우의 1/2 영역 비활성화 상태바 영역 */
    .step-state ul li p:before {
        position: absolute;
        top: 35px;
        left: 50%;
        right: 0;
        height: 3px;
        content: '';
    }



/************************** 팝업 ****************************************888888*/

.popup {
    display: none;
    /* Hidden by default */
    position: absolute;
    /* Stay in place */
    z-index: 10005;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 90%;
    min-width: 260px;
    border-radius: 10px;
}

    .popup-content .top {
        display: flex;
        justify-content: space-between;
        width: 98%;
        margin: 0 auto;
    }

        .popup-content .top h2 {
            font-size: 1rem;
            padding: 0.2rem;
        }

.popup .bt_save {
    border-radius: 6px;
    padding: 10px 0;
    background: #326ef0;
    display: block;
    font-weight: normal;
    font-size: 0.9rem;
    width: 100%;
    margin: 10px auto;
}

    .popup .bt_save:hover {
        background-color: #6997fa;
        color: #fff;
    }

.popup_close,
.popup_close01 {
    color: #aaaaaa;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 4px;
}

    .popup_close:hover,
    .popup_close:focus,
    .popup_close01:hover,
    .popup_close01:focus {
        color: #326ef0;
        text-decoration: none;
        cursor: pointer;
    }

.pop_alarm {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9rem;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
}



    .pop_alarm h2 {
        color: #333;
        font-size: 18px;
    }

    .pop_alarm .bt_normal {
        color: #fff;
        display: block;
        padding: 8px;
        border-radius: 5px;
        width: 100%;
        margin: 10px auto;
    }

    .pop_alarm .bt_exit {
        background-color: #e3e8f1;
        color: #fff;
        display: block;
        padding: 8px;
        border-radius: 5px;
        width: 100%;
        margin: 10px auto;
    }

        .pop_alarm .bt_exit:hover,
        .pop_alarm .bt_warning:hover {
            background-color: #d8d8d8;
            color: #fff;
            background-image: none;
        }

    .pop_alarm .label {
        color: #333;
        font-size: 0.9rem;
    }

    .pop_alarm .txt_box {
        color: #333;
        font-size: 0.9rem;
        border: 1px solid #d8d8d8;
        padding: 4px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .pop_alarm .icon_cbox {
        width: 40px;
        height: 40px;
        color: #fff;
        border-radius: 50px;
        margin: 0 auto;
        font-size: 18px;
    }

    .pop_alarm .bg_warning {
        background-image: linear-gradient(to top, #ff485a, #ff6648);
    }

    .pop_alarm .bg_blue {
        background-image: linear-gradient(to top, #326eef, #58a0fa);
    }

    .pop_alarm .bg_warningy {
        background-image: linear-gradient(to top, #ffb600, #ffdb00);
    }

    .pop_alarm .icon_cbox i {
        padding: 6px;
        display: inline-block
    }


.txt_complete {
    font-size: 1.2rem;
    color: #333
}

.power_for {
    margin-top: 42px;
}

    .power_for .slick-slide .power_itrem {
        position: relative;
        background: #fff;
        height: 320px;
        padding: 29px 28px 28px;
        -webkit-box-shadow
    }

.pop_alarm .smp h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-left: -1px;
    display: 100%;
    text-align: left;
}

.power_for .slick-slide .power_itrem {
    position: relative;
    background: #fff;
    height: 320px;
    padding: 29px 28px 28px;
    -webkit-box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 6%);
    box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 6%);
}

.pop_alarm .table_style {
    margin-top: 14px;
}

.table_style p {
    width: 100%;
    height: 32px;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    background: #326ef0;
    font-size: 0.85rem;
}

.table_group {
    margin-top: 8px;
}

    .table_group > span {
        font-size: 10px;
        color: #969696;
        margin-bottom: 5px;
    }

    .table_group table {
        clear: both;
        width: 100%;
        table-layout: fixed;
        border-bottom: 1px solid #e1e1e1;
    }

        .table_group table th,
        .table_group table td {
            color: #565656;
            padding: 14px 15px 13px;
            border-top: 1px solid #d8d8d8;
            text-align: center;
            background-color: #fff;
        }

        .table_group table tr:last-child {
            border-bottom: 1px solid #d8d8d8;
        }

        .table_group table th {
            padding-left: 17px;
            font-weight: 400;
            background-color: #e9eef8;
            border-right: 1px solid #d8d8d8;
        }

            .table_group table th:last-child {
                border-right: 0px solid #d8d8d8;
            }

.smp_table .latest .active .table_group {
    display: block;
}

.smp_table .latest .table_group {
    display: none;
}

.smp_table .table_group table th,
.smp_table .table_group table td {
    padding-top: 9px;
    padding-bottom: 6px;
    font-size: 0.9rem
}

.smp_table .table_group table tr:first-child th,
.smp_table .table_group table tr:first-child td {
    padding-top: 8px;
}

.smp_table .table_group table td {
    padding-right: 23px;
    text-align: left;
}


/**비교분석***************/


#wrapper .main .weather {
    width: 100%;
    margin: 0 auto
}

#wrapper .main .weather_my {
    text-align: center;
    padding: 10px;
    border: 0px solid #326ef0;
    border-radius: 16px;
    width: 50%;
    margin: 0rem auto 0rem;
    font-size: 0.9rem;
}

#wrapper .main .weather_t {
    text-align: center;
    padding: 10px;
    border: 2px solid rgba(50, 110, 240, 0.4);
    border-radius: 16px;
    width: 50%;
    margin: 3rem auto 1.6rem;
    font-size: 0.9rem;
}


    #wrapper .main .weather_t p,
    #wrapper .main .weather_my p {
        text-align: center;
    }

    #wrapper .main .weather_t h2,
    #wrapper .main .weather_my h2 {
        color: #326ef0;
        text-align: center;
        padding: 0 0.2rem;
        font-size: 1.4rem;
    }

        #wrapper .main .weather_t h2 span,
        #wrapper .main .weather_my h2 span {
            color: #333;
            text-align: center;
            padding: 0 0.2rem;
            font-size: 1rem;
        }

.weather .weather_box {
    background-image: url(../../images/map/map.jpg);
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 0px;
    padding-top: calc(1050/768*100%);
}



.weather_box a {
    color: #333;
}

    .weather_box a:hover {
        color: #333;
        position: relative;
        top: 1px;
    }

.position_incheon {
    position: absolute;
    top: 12%;
    left: 15%;
}

.position_seoul {
    position: absolute;
    top: 17%;
    left: 28%;
    z-index: 5
}

.position_gangwon {
    position: absolute;
    top: 17%;
    left: 60%;
    z-index: 5
}

.position_gyeongbuk {
    position: absolute;
    top: 40%;
    right: 16%;
    z-index: 5
}

.position_chungbuk {
    position: absolute;
    top: 32%;
    right: 36%;
}


.position_busan {
    position: absolute;
    bottom: 22%;
    right: 14%;
}

.position_ulsan {
    position: absolute;
    bottom: 31%;
    right: 8%;
}

.position_daegu {
    position: absolute;
    bottom: 37%;
    right: 25%;
}

.position_daejeon {
    position: absolute;
    bottom: 48%;
    right: 51%;
    z-index: 5
}

.position_sejong {
    position: absolute;
    bottom: 55%;
    left: 30%;
    z-index: 4
}

.position_chungnam {
    position: absolute;
    top: 32%;
    left: 12%;
}

.position_gyeonggi {
    position: absolute;
    top: 26%;
    left: 30%;
}

.position_gyeongnam {
    position: absolute;
    bottom: 26%;
    left: 50%;
}

.position_jeonbouk {
    position: absolute;
    bottom: 36%;
    left: 26%;
}

.position_jeonnam {
    position: absolute;
    bottom: 15%;
    left: 16%;
}

.position_gwangju {
    position: absolute;
    bottom: 25%;
    left: 18%;
}

.position_jeju {
    position: absolute;
    bottom: 6%;
    right: 4%;
}

.weather .weather_box .icon_sign {
    width: 10%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.balloon {
    display: inline-block;
    position: relative;
    background: #fff;
    /* height: 40px;*/
    width: 56px;
    margin: 0 auto 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    font-size: 0.70rem;
    text-align: center;
    line-height: 15px;
    padding: 2px 4px;
}

    .balloon:after {
        content: '';
        position: absolute;
        border-top: 10px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: -9px;
        left: 46%;
    }

.icon_weater {
    width: 24%;
    margin-right: 2px
}




/**소식***************/

.new_taps {
    /* margin-bottom: 80px;*/
}

.new_info_box {
    background-color: #fff;
    border-radius: 10px;
    width: 100%
}

#wrapper .main .new_info_box h2 {
    font-size: 1.0rem;
}

.news .newtxt_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .txt_search {
    border-radius: 6px;
    padding: 8px;
    display: block;
    margin-right: 10px;
    font-size: 0.9rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.news .newtxt_box .bt_search {
    border-radius: 6px;
    padding: 8px 12px !important;
    background: #326ef0;
    display: inline-block;
    font-weight: normal;
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
    margin: 0.4rem auto;
    width: 20%;
}


.news_info {
    width: auto;
    margin-left: 0.8rem;
}

    .news_info li .news_section {
        border-bottom: 0px solid #e3e8f1;
        padding: 6px 0px;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        justify-content: space-between !important;
        align-items: center !important;
    }

        .news_info li .news_section h3 {
            color: #333;
            font-size: 0.85rem;
        }

        .news_info li .news_section img {
            width: 20%;
            height: 60px;
            padding: 2px;
            border-radius: 10px;
            margin: 0px 10px;
        }

    .news_info .line-h12 {
        width: 78%
    }

.new_taps .news_info li a .newsdate {
    font-weight: normal;
    font-size: 0.7rem;
    color: #a3a5ab;
}

.new_info_box .bt_newsmore {
    background-color: #f3f3f3;
    border-radius: 50px;
    font-size: 0.85rem;
    padding: 4px 20px;
    margin: 10px 30%;
    width: 40%;
    display: inline-block;
    text-align: center;
    color: #333;
}

/**경보이력************/


.alarm_history {
    width: 98%;
    margin: 0 auto;
}


    .alarm_history .innerbox {
        display: flex;
    }


        .alarm_history .innerbox ul {
            width: calc(100% / 3);
            margin: 0 6px;
            background-color: #fff;
            /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;*/
            padding: 0.4rem;
            font-size: 0.85rem;
        }

    .alarm_history .bt_search {
        border-radius: 6px;
        padding: 8px 12px;
        background: #326ef0;
        display: block;
        font-weight: normal;
        font-size: 0.9rem;
        width: 96%;
        margin: 10px auto 4px;
    }

        .alarm_history .bt_search:hover {
            background-color: #6997fa !important;
            color: #fff !important;
            border: 0px solid #326ef0 !important;
        }


    .alarm_history .innerbox ul li {
        font-size: 0.9rem;
        text-align: center;
    }

        .alarm_history .innerbox ul li:last-child {
            font-size: 1.6rem;
            color: #326ef0;
            font-weight: bold;
        }

    .alarm_history .innerbox div p {
        font-size: 0.9rem;
    }

    .alarm_history .select {
        padding: 6px;
        border: 1px solid #d8d8d8;
        border-radius: 6px;
        font-size: 0.9rem;
        width: 70%;
        display: inline-block;
        margin: 4px;
        color: #333;
        background: #fff !important;
        appearance: auto;
    }


    .alarm_history .ico_profit {
        color: #326ef0;
        font-size: 13px;
        border: 0px solid #d8d8d8;
        padding: 0 0.6rem;
        /*margin: 4px;*/
        background-color: #fff;
        border-radius: 50px;
        font-weight: bold;
        text-align: left;
        width: 180px;
        display: inline-block;
    }


    .alarm_history .ico_as {
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        background-color: #326ef0;
        font-size: 0.85rem;
        font-size: 10px;
        border-radius: 4px;
        margin-left: 0px !important;
        margin-right: 4px;
        width: 40px;
        display: inline-block;
        text-align: center;
        height: 16px;
        line-height: 16px;
        padding: 0px;
    }

    .alarm_history .ico_as1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        background-color: #f26122;
        font-size: 0.85rem;
        font-size: 10px;
        border-radius: 4px;
        margin-left: 0px !important;
        margin-right: 4px;
        width: 40px;
        display: inline-block;
        text-align: center;
        height: 16px;
        line-height: 16px;
        padding: 0px;
    }

    .alarm_history .alarm_history_detail {
        margin: 10px 0px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 1rem;
        font-size: 0.85rem;
        border: 1px solid #d8d8d8;
    }

    .alarm_history .alarm_history_detail {
        height: 45vh;
        overflow: auto;
    }

        .alarm_history .alarm_history_detail .inbox {
            width: 100%;
            margin: 0 auto;
            position: relative;
        }

            .alarm_history .alarm_history_detail .inbox li:nth-child(2) {
                display: flex;
                align-items: center;
            }

            .alarm_history .alarm_history_detail .inbox li {
                display: block;
                padding: 0px 0px 2px 10px;
            }

    .alarm_history .datetxt {
        border: 0;
        font-size: 0.9rem;
        font-weight: bold;
        width: 110px;
        text-align: left;
        position: relative;
        cursor: pointer;
        color: #333 !important;
    }



#report_view .datetxt {
    background-image: url(../../images/icon/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: center right;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    width: 7.9rem;
}

.alarm_history_t .datetxt {
    background-image: url(../../images/icon/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: center right;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    width: 7.5rem;
}

.analysis_report .yearpicker {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #326ef0;
    background: #fff;
    font-size: 1rem;
    padding: 6px 30px 6px 6px !important;
    text-align: center;
    background-image: url(../../images/icon/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24%;
    cursor: pointer;
    color: #333;
    font-weight: bold;
}




.alarm_history .datetxt::-webkit-calendar-picker-indicator {
    background: transparent;
    z-index: 1;
}

.alarm_history .search_check_box .check_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 20px;
}

.alarm_history .check_radio {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 6px;
}

/*.alarm_history .ico_profit::before {
    content: "•";
    display: inline-block;
    margin-right: 4px;

}*/


.alarm_history_page {
    width: 98%;
    margin: 0 auto;
}

    .alarm_history_page .alarm_history_t::after {
        content: ""
    }

#wrapper .alarm_history_page .as_info li {
    width: 100%;
    border: 0px solid #d8d8d8;
    border-radius: 10px;
}

#wrapper .alarm_history_page .as_info .event {
    font-size: 0.9rem;
    font-weight: bold;
    color: #326ef0;
    border-radius: 10px;
}

#wrapper .alarm_history_page .as_info li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.85rem;
    padding: 10px;
    margin: 4px 0px;
    align-items: center;
}

    #wrapper .alarm_history_page .as_info li .w {
        width: 40%
    }

    #wrapper .alarm_history_page .as_info li .wm {
        width: calc(100% - 40%);
        text-align: right
    }

#wrapper .alarm_history_detail .inbox .col_icon_y,
#wrapper .alarm_history_detail .inbox .col_icon_r,
#wrapper .alarm_history_detail .inbox .col_icon_g {
    position: absolute;
    top: 15%;
    right: 2%;
}



.col_icon_y {
    width: 60px;
    font-size: 0.85rem;
    background: #fcc532;
    padding: 4px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    /*color: #fff;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 40%)*/
}

.col_icon_r {
    width: 60px;
    font-size: 0.85rem;
    background: #ff485a;
    padding: 4px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    /*color: #fff;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 40%)*/
}

.col_icon_g {
    width: 60px;
    font-size: 0.85rem;
    background: #2ecc71;
    padding: 4px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
}

#wrapper .alarm_history_detail .line-dot {
    border-top: 1px #aaa dashed;
    margin: 6px 0px;
}

.line-dot {
    border-top: 1px #aaa dashed;
}

.search_check_box {
    border: 0px solid #d8d8d8;
    border-radius: 10px;
    padding: 10px;
    color: #a3a5ab;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);*/
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #edf1fc
}

    .search_check_box span {
        color: #333;
        margin-right: 10px
    }

    .search_check_box label {
        color: #333;
        font-weight: normal;
        display: inline-block;
        margin: 0;
    }

        .search_check_box label .checkbox {
            width: 1.25rem;
            height: 1.25rem;
            margin-right: 0.2rem;
            vertical-align: bottom;
            background-color: #f7f7fc;
            border: 1px solid rgba(0, 0, 0, .25);
            border-radius: 3px;
            text-align: center;
        }

            .search_check_box label .checkbox:checked {
                background-color: #3b7ddd;
                border-color: #3b7ddd;
            }

#wrapper .main .alarm_history.alarm_history .alarm_history_t {
    font-size: 0.9rem !important;
    display: inline-block;
    margin: 14px 4px 0px 0px;
    padding: 0rem 0.6rem 0.2rem;
}

    #wrapper .main .alarm_history.alarm_history .alarm_history_t a {
        font-size: 0.9rem;
        display: inline-block;
        margin: 10px auto;
        padding: 0rem 0.6rem 0.2rem;
        font-weight: normal;
        color: #797979;
    }

h3.alarm_history_t {
    font-size: 16px;
    color: #333;
    margin-left: 20px;
    margin-top: 0px;
}

.alarm_history .bt_calendar,
.bt_calendar {
    border-radius: 6px;
    color: #326ef0;
    padding: 0px 6px 0px 4px;
    font-weight: normal;
    font-size: 16px;
    background-color: #edf1fc;
}

    .alarm_history .bt_calendar i {
        vertical-align: middle;
    }

.bt_iconcalendar {
    background-image: url(../../images/icon/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.alarm_history .alarm_history_detail {
    margin: 10px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 0.4rem;
    font-size: 0.85rem;
    border: 1px solid #d8d8d8;
    height: 45vh;
    overflow: auto;
}

.main .alarm_history .alarm_history_detail h2 {
    color: #333;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: left;
    padding: 0.8rem 0.6rem 0.2rem;
}

.alarm_history_detail textarea {
    width: 100%
}


.alarm_history .innerbox ul:nth-child(n+2) {
    position: relative;
    margin-left: 5px;
    padding-left: 10px;
}

    .alarm_history .innerbox ul:nth-child(n+2)::after {
        position: absolute;
        left: 0;
        top: 3px;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #d8d8d8;
    }


.alarm_history .asmemo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 110px);
    display: inline-block;
}

/**세금계산서************/

.taxinvoice {
    width: 98%;
    margin: 0 auto;
}

.pop_solrlist_form {
    width: 92%;
    margin: 14px auto;
}

.pop_solrlist_form {
    width: 92%;
    margin: 14px auto;
}

.taxinvoice .pop_solrlist {
    display: flex;
    margin: 10px auto;
    align-items: center;
}

    .taxinvoice .pop_solrlist li {
        font-size: 0.9rem;
        color: #333;
    }


        .taxinvoice .pop_solrlist li:first-child {
            width: 100px;
            font-weight: bold;
        }

        .taxinvoice .pop_solrlist li:last-child {
            width: calc(100% - 100px);
        }



            .taxinvoice .pop_solrlist li:last-child::before {
                /* content: ":";*/
                margin-right: 5px;
            }

    .taxinvoice .pop_solrlist .w {
        width: 90% !important;
    }

.taxinvoice .taxinvoice_inbox {
    margin-bottom: 30px;
}

.taxinvoice_box {
    width: 100%;
    margin: 0 auto;
}

    .taxinvoice_box hr {
        margin: 0.2rem auto;
    }

.taxinvoice .bt_search {
    border-radius: 6px;
    padding: 10px 0;
    background: #326ef0;
    display: block;
    font-weight: normal;
    font-size: 0.9rem;
    width: 100%;
    margin: 10px auto;
}

    .taxinvoice .bt_search:hover {
        background-color: #6997fa;
        color: #fff;
    }


.taxinvoice .bt_add {
    border-radius: 6px;
    padding: 4px 10px;
    background: #326ef0;
    display: block;
    font-weight: normal;
    font-size: 0.85rem;
    float: right;
}

.taxinvoice .bt_add01 {
    border-radius: 6px;
    padding: 4px 10px;
    background: #fff;
    display: block;
    font-weight: normal;
    font-size: 0.85rem;
    float: right;
    color: #326ef0;
}

.taxinvoice .bt_add:hover {
    background-color: #6b9bfd;
    border-color: #6b9bfd;
}

.taxinvoice .tax_top:after,
.taxinvoice .group:after {
    content: "";
    clear: both;
    display: block;
}

.taxinvoice h3::before {
    color: #326ef0;
    content: "•";
    margin: 10px 4px;
}

.taxinvoice h3 {
    color: #333;
    font-size: 0.9rem;
    margin: 0px;
}

.taxinvoice .bt_tax {
    color: #333;
    font-size: 0.9rem;
    border: 1px solid #edf1fc;
    padding: 0.2rem 0.8rem 0.2rem 0.4rem;
    margin: 4px auto;
    background-color: #edf1fc;
    border-radius: 50px;
    font-weight: normal;
    text-align: left;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

    .taxinvoice .bt_tax:hover {
        border: 1px solid #6b9bfd;
        color: #333;
        font-size: 0.9rem;
        padding: 0.2rem 0.8rem 0.2rem 0.4rem;
        margin: 4px auto;
        background-color: #edf1fc;
        border-radius: 50px;
        font-weight: normal;
        text-align: left;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

    .taxinvoice .bt_tax span {
        display: inline-block;
        vertical-align: middle
    }

    .taxinvoice .bt_tax .i_plant {
        color: #fff;
        display: inline-block;
        font-size: 0.85rem;
        background-image: linear-gradient(to top, #326eef, #58a0fa);
        padding: 6px;
        width: 26px;
        height: 26px;
        line-height: 10px;
        border-radius: 50px;
        margin-right: 20px;
    }

.i_plant {
    color: #fff;
    display: inline-block;
    font-size: 0.85rem;
    background-image: linear-gradient(to top, #326eef, #58a0fa);
    padding: 6px;
    width: 26px;
    height: 26px;
    line-height: 10px;
    border-radius: 50px;
}


.taxinvoice .bt_tax p {
    font-size: 0.9rem;
}

.taxinvoice .txt_tax {
    padding: 6px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #326ef0;
    display: inline-block;
}

.taxinvoice .txt_supply {
    padding: 6px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    text-align: center;
    font-size: 0.85rem;
    font-weight: bold;
    color: #326ef0;
    display: inline-block;
    width: 100%;
}

.tax_top {
    margin: 0.5rem 10px;
}

    .tax_top::after {
        clear: both;
        content: "";
        display: block;
    }

.taxinvoice .bt_group {
    flex-wrap: wrap;
    margin: 0.1rem 0 0;
    font-size: 0.85rem;
    align-items: center;
}

.taxinvoice .group {
    display: block;
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    text-align: center;
    padding: 0 10px;
}

.taxinvoice .group01 {
    display: flex;
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}


.taxinvoice .col-form-label {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    margin-bottom: 0;
    font-size: 0.7rem;
    line-height: 1.5;
    color: #333;
}



.taxinvoice .form-control {
    display: inline-block;
    width: 99%;
    padding: 6px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.txt_vat {
    color: #333;
    margin-left: 2px;
}

/*****profit수익기준설정***********


.profit .profit_inbox {
    display: flex;
    margin: 4px 20px
}

.profit .profit_t {
    font-size: 16px !important;
    margin: 20px 2px 10px;
    padding: 0.2rem;
}


.profit .profit_btn {
    border-radius: 50px;
    padding: 6px;
    background: #fff;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    border: 1px solid #aaa
}


.profit .profit_btnb {
    border-radius: 50px;
    padding: 6px;
    background: #eaf2fe;
    font-weight: normal;
    font-size: 13px;
    color: #326ef0;
    border: 1px solid #326ef0;
}

.profit .profit_btn:hover,
.profit .active,
.profit .profit_btnb:hover {
    border-radius: 50px;
    padding: 6px;
    background: #326ef0;
    font-weight: normal;
    font-size: 0.85rem;
    color: #fff;
    border: 1px solid #326ef0;
}


.profit fieldset {
    background-color: revert;
    border: 1px solid #aaa;
    border-radius: 10px;
    font-size: 0.85rem;
    text-align: left;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0px 0px 15px;
}

.profit legend {
    background-color: #fff;
    width: auto;
    border: 0px solid #666;
    color: #333;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 14px;

}****/

/*****profit수익기준설정01_sub************/

.profit {
    width: 98%;
    margin: 0 auto;
}

    .profit .profit_inbox {
        display: flex;
        margin: 4px 20px
    }

    .profit .profit_inbox02 {
        display: flex;
        flex-wrap: wrap;
        margin: 4px 20px
    }


    .profit .profit_t {
        font-size: 16px !important;
        margin: 20px 2px 10px;
        padding: 0.2rem;
    }

    .profit .profit_in {
        background-color: #edf1fc;
        padding: 4px;
        border-radius: 10px;
    }

    .profit .select-wrap {
        margin-right: 10px;
    }

    .profit .profit_in .profit_btn {
        border-radius: 6px;
        padding: 8px;
        background: #fff;
        font-weight: normal;
        font-size: 13px;
        color: #333;
        border: 1px solid #d8d8d8;
    }

    .profit .profit_in hr {
        width: 96%;
        margin: 0.4rem auto;
    }

    .profit .profit_btnb01 {
        border-radius: 6px;
        padding: 10px 8px;
        background: #326ef0;
        font-weight: normal;
        font-size: 13px;
        color: #fff;
        border: 1px solid #326ef0;
    }

    .profit .profit_in .profit_btn:hover,
    .profit .profit_in .active,
    .profit .profit_in .profit_btnb:hover {
        border-radius: 6px;
        padding: 8px;
        background: #326ef0;
        font-weight: normal;
        font-size: 13px;
        color: #fff;
        border: 1px solid #326ef0;
    }

    .profit .profit_in .price_btn {
        border-radius: 6px;
        padding: 4px 8px;
        background: #326ef0;
        font-weight: normal;
        font-size: 13px;
        color: #fff;
        border: 1px solid #326ef0;
    }


    .profit .profit_in .price {
        width: 49%;
    }

    .profit .profit_in .profit_txt {
        width: 70%;
    }


        .profit .profit_in .profit_txt:disabled {
            background: #fff;
        }

    .profit .profit_in .price span {
        margin-right: 10px;
    }

    .profit .profit_txt {
        padding: 6px;
        border: 0px solid #d8d8d8;
        border-radius: 6px;
        text-align: right;
        font-size: 0.9rem;
        font-weight: bold;
        color: #326ef0;
        display: inline-block;
    }

    .profit .profit_price_inbox {
        margin: 4px 20px;
    }

    .profit .long_price_txt {
        padding: 6px;
        border: 0px solid #d8d8d8;
        border-radius: 6px;
        text-align: center;
        font-size: 0.9rem;
        font-weight: bold;
        color: #326ef0;
        width: 100%;
    }

.profit_inbox label {
    font-size: 0.85rem;
    color: #333;
    font-weight: normal;
}

.profit .fieldset {
    background-color: revert;
    border: 0px solid #d8d8d8;
    border-bottom: 0px solid #aaa !important;
    border-radius: 0px;
    font-size: 0.85rem;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 10px 4px 10px;
}

    .profit .fieldset .title_line {
        display: flex;
        justify-content: space-between;
        margin-right: 20px
    }

        .profit .fieldset .title_line label {
            color: #333;
            font-size: 0.85rem;
            font-weight: normal;
        }

.profit .profit_in h3 {
    background-color: transparent;
    width: auto;
    border: 0px solid #d8d8d8;
    color: #333;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 0.1rem;
    /* margin-right: 20px;*/
    margin-left: 10px;
}

.profit .profit_long {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

    .profit .profit_long span {
        display: inline-block;
        margin-right: 4px;
        font-size: 1rem;
        font-weight: bold;
        margin-top: 6px;
    }

.btn-light {
    color: #333;
    background-color: #fff;
    border-color: #d8d8d8;
    border-radius: 6px;
    padding: 10px 8px;
    font-weight: normal;
    font-size: 13px;
}

.btn-light_01 {
    color: #333;
    background-color: #fff;
    border-color: #d8d8d8;
    border-radius: 6px;
    padding: 10px 8px;
    font-weight: normal;
    font-size: 13px;
    cursor: initial !important;
}

.btn-light:hover {
    color: #fff;
    background-color: #326ef0;
    border-color: #326ef0;
}

.btn-light.focus,
.btn-light:focus {
    color: #fff;
    background-color: #326ef0;
    border-color: #326ef0;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}



.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #326ef0;
    /*border-color: red;*/
}

    .btn-light:not(:disabled):not(.disabled).active:focus,
    .btn-light:not(:disabled):not(.disabled):active:focus,
    .show > .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
    }


/*****토글스위치************/

.switch-button {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
}

    .switch-button input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.onoff-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block;
    margin-right: 4px;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 6px;
}

    .onoff-switch:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 0px;
        bottom: -3px;
        background-color: #fff;
        -webkit-transition: .5s;
        transition: .4s;
        border-radius: 20px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    }

.switch-button input:checked + .onoff-switch {
    background-color: #326ef0;
}

    .switch-button input:checked + .onoff-switch:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

#Toggle {
    display: none
}

.switch-button input:checked + .profit #Toggle {
    display: block;
}

/******발전분석보고서_sub********/

.analysis_report {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.analysis_report_in {
    width: 100%;
    margin: 20px auto 0;
}

.analysis_report .innerbox {
    width: 100%;
    margin: 0 auto;
    background-color: #edf1fc;
    padding: 30px;
    border-radius: 6px;
}


.analysis_report .inner {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background-color: #edf1fc;
    padding: 10px;
    border-radius: 6px;
    justify-content: center
}


    .analysis_report .inner .label {
        color: #333;
        font-size: 0.8rem;
        font-weight: normal;
        margin-right: 10px;
    }

.analysis_report .select {
    padding: 2px 10px !important;
    border: 0px solid #d8d8d8;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #333 !important;
    background: #fff !important;
    border-radius: 6px !important;
    cursor: pointer;
    appearance: auto;
    margin: 0;
}

    .analysis_report .select option {
        background: fff;
        color: #333;
        padding: 3px 0;
        text-align: center;
    }

.analysis_report_in .button {
    border: 0px solid #d8d8d8;
    text-align: center;
    font-size: 0.9rem;
    padding: 10px 20px;
    font-weight: normal;
    color: #333 !important;
    display: inline-block;
    background: #fff;
    border-radius: 6px !important;
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

    .analysis_report_in .button:hover {
        color: #fff !important;
        background: #326ef0
    }

.datetxt {
    padding: 4px !important;
    border: 1px solid #d8d8d8;
    text-align: center;
    font-size: 0.8rem;
    font-weight: normal;
    color: #333 !important;
    display: inline-block;
    background: #fff;
    width: 30%;
    border-radius: 6px !important;
}


.analysis_report .analysis_report_t {
    font-size: 0.9rem !important;
    display: inline-block;
    margin: 10px 4px 10px 0px;
    padding: 0rem 0.6rem 0.2rem;
}

.date_txt {
    border: 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    position: relative;
    text-align: center;
}

.analysis_report .date_txt:after {
    position: absolute;
    top: 10%;
    right: 0px;
    content: "";
    width: 26px;
    height: 26px;
    z-index: 0;
    background-image: url(../../images/icon/icon_calendar.svg);
    cursor: pointer;
}

.main .img_report {
    display: none;
    position: fixed;
    z-index: 1020;
    padding-top: 10%;
    left: 0%;
    right: 0%;
    top: 0;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.img_report {
    display: none;
    position: fixed;
    z-index: 1020;
    padding-top: 40%;
    left: 0%;
    right: 0%;
    top: 0;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    width: 80%;
    margin: 10px auto;
    display: block;
    text-align: center;
}

/* Full width */
.img_report .closebtn {
    border-radius: 6px;
    font-weight: normal;
    font-size: 1.6rem;
    text-align: right;
    color: #fff;
    /* position: absolute; */
    cursor: pointer;
    /* top: 5%; */
    /* right: 5%; */
    width: 90%;
    display: inline-block;
    border: 0px solid #fff;
}


.img_report .bt_search {
    border-radius: 6px;
    padding: 10px;
    background: #326ef0;
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 10%
}


.analysis_report .bt_quick {
    border-radius: 6px;
    padding: 10px 20px;
    background: #fff;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-align: right;
    color: #333;
}


/****서류보관함******/

.sub_document {
    width: 98%;
    margin: 0 auto;
}

.sub_document_in {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0.5rem auto 0.2rem;
}

    .sub_document_in .txt_search {
        padding: 6px 10px;
        display: block;
        /* margin-right: 6px; */
        font-size: 13px;
        /* border-bottom: 1px solid #e3e8f1; */
        border-radius: 6px 0px 0px 6px;
    }



    .sub_document_in .bt_searchi {
        color: #fff;
        padding: 4px 2px;
        margin-right: 10px;
        background: #326ef0;
        border-radius: 0px 6px 6px 0px;
    }

        .sub_document_in .bt_searchi:hover {
            color: #fff;
            padding: 4px 2px;
            margin-right: 10px;
            background: #6997fa !important;
            border-radius: 0px 6px 6px 0px;
        }

    .sub_document_in .bt_search {
        color: #fff;
        padding: 4px 20px;
        border: 1px solid #e3e8f1;
        border-radius: 50px;
        font-size: 0.85rem;
        border: 0;
    }

.sub_document_detail {
    overflow: auto;
    margin: 10px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 1rem;
    font-size: 0.85rem;
    border: 1px solid #d8d8d8;
}

.main .sub_document_detail h2 {
    color: #333;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: left;
    padding: 0.6rem;
}


.sub_document_detail .table {
    width: 100%;
    color: #333;
    font-size: 0.85rem;
    margin-bottom: 0px;
}

    .sub_document_detail .table th {
        background-color: #edf1fc;
    }

    .sub_document_detail .table th,
    .sub_document_detail .table td {
        padding: 0.4rem;
        color: #333;
        font-size: 0.85rem;
        text-align: center;
        vertical-align: middle
    }

        .sub_document_detail .table th:nth-child(1) {
        }

        .sub_document_detail .table th:nth-child(3) {
        }

    .sub_document_detail .table tr:nth-child(2n + 1) {
        background-color: #fff;
    }

.sub_document_detail .bt_file {
    border-radius: 6px;
    color: #326ef0;
    padding: 0px 6px 0px 4px;
    font-weight: normal;
    font-size: 16px;
    background-color: #edf1fc;
}

.sub_document_detail .no_cont .login_complete img,
.new_info_box .login_complete img {
    width: 70%;
}

.sub_document_detail .no_cont .login_complete .title,
.new_info_box .login_complete .title {
    font-size: 0.85rem !important;
    margin-top: 0px;
}


.search_inbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 10px;
}

.search_inbox01 {
    display: block;
    text-align: center;
}

    .search_inbox01 .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4px;
        width: 90%;
        margin: 0 auto;
        font-size: 0.85rem;
        color: #333;
        background-color: transparent;
    }

    .search_inbox01 label {
        margin: 6px;
        text-align: center;
    }

    .search_inbox01 .box img {
        width: 14%
    }


.sub_document .datetxt {
    border: 0;
    font-size: 0.85rem;
    font-weight: normal;
    width: 34%;
    text-align: center;
    position: relative;
    border-radius: 6px;
}


    .sub_document .datetxt:after {
        position: absolute;
        top: 10%;
        right: 0px;
        content: "";
        width: 26px;
        height: 26px;
        z-index: 0;
        background-image: url(../../images/icon/icon_calendar.svg);
        cursor: pointer;
    }

    .sub_document .datetxt::-webkit-calendar-picker-indicator {
        background: transparent;
        z-index: 1;
    }


/***날씨상세분석********/

.weather_zone .txt_search {
    padding: 10px;
    display: block;
    margin-right: 6px;
    font-size: 13px;
    border-bottom: 1px solid #e3e8f1;
}

.weather_zone {
    display: flex;
    width: 100%;
    margin: 10px auto;
}

.detail_weather .datetxt {
    background-image: url(../../images/icon/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: center right;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    margin: 10px auto;
    width: 8rem;
}

.weather_zone .txt_search::placeholder {
    color: #aaa;
}

.weather_zone .bt_searchi {
    color: #326ef0;
    padding: 4px 2px;
    margin-right: 10px;
}

.weather_zone .bt_search {
    color: #fff;
    padding: 4px 12px;
    border: 0px solid #e3e8f1;
    border-radius: 50px;
    font-size: 0.85rem;
}

.weather_zoneinfo {
    background-color: #326ef0;
    width: 98%;
    padding: 10px 20px;
    color: #fff;
    border-radius: 16px;
    margin: 5px auto;
}

.weather_zone_name h2 {
    margin: 0px;
    font-size: 0.9rem !important;
}

.weather_zone_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
    margin-top: 20px
}


.weather_zoneinfo .weather_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.weather_zoneinfo img {
    width: 34px;
}

.weather_zoneinfo .weather_content li {
    font-size: 0.75rem;
    text-align: center;
}

    .weather_zoneinfo .weather_content li > p {
        margin-bottom: 5px;
    }


    .weather_zoneinfo .weather_content li div {
        font-size: 1.4rem;
        display: flex;
        justify-content: center;
        color: #fff;
        margin-top: 4px;
    }

.weather_tap .tab-content {
    width: 100%;
    overflow-x: auto;
}

.weather_zoneinfo ul img {
    width: 2rem;
    padding: 4px;
}

.weather_img {
    width: 100%
}

.detail_weather {
    width: 90%;
    margin: 10px auto;
}

    .detail_weather::after {
        clear: both;
        content: "";
        display: block;
    }

.main .detail_weather_t {
    font-size: 16px !important;
    display: inline-block;
    margin: 10px auto;
    padding: 0rem 0.6rem 0.2rem;
}

.detail_weather_t a {
    color: #a3a5ab !important;
    font-weight: normal;
    margin-left: 10px;
}

.main .detail_weather_guide {
    margin: 10px auto;
}

    .main .detail_weather_guide li {
        color: #a3a5ab;
        font-size: 0.85rem;
        display: inline-block;
        margin-left: 12px
    }

        .main .detail_weather_guide li .img {
            width: 0.9rem;
            margin-right: 4px;
        }


.main .detail_weather_info li .img {
    width: 1rem;
    margin-right: 4px;
}

.main .detail_weather_info .weather_icon {
    width: 1.8rem;
    margin-right: 4px;
}

.main .detail_weather .tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .main .detail_weather .tabs li {
        margin: 0px;
        font-size: 0.85rem;
        font-weight: 400;
        transform: rotate(0.03deg);
        cursor: pointer;
        text-align: center;
        border-bottom: 2px solid #d8d8d8;
        border-radius: 0px;
        width: 50%;
        padding: 10px 4px;
        color: #a3a5ab;
    }

.main .detail_weather_guide li:first-child {
    color: #a3a5ab;
}

.main .detail_weather_guide li:nth-child(2) {
    color: #29abe2;
}

.main .detail_weather_guide li:nth-child(3) {
    color: #719fd8;
}


.main .detail_weather .tabs .current {
    border-bottom: 2px solid #326ef0;
    color: #326ef0;
}

.detail_weather_info {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
    min-width: 400px;
    overflow-x: auto;
}

    .detail_weather_info > li {
    }

.main .detail_weather_info .detail_weather_ul li {
    font-size: 0.85rem;
    text-align: center;
    padding: 4px;
}

    .main .detail_weather_info .detail_weather_ul li:nth-child(3) {
        color: #333;
    }

    .main .detail_weather_info .detail_weather_ul li:nth-child(4) {
        color: #a3a5ab;
    }

    .main .detail_weather_info .detail_weather_ul li:nth-child(5) {
        color: #29abe2;
    }

    .main .detail_weather_info .detail_weather_ul li:nth-child(6) {
        color: #719fd8;
    }

.icon_top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99;
    font-size: 10px;
    width: 30px;
    height: 40px;
    border-radius: 50px;
    border: solid #fff 1px;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 2px;
    color: #fff;
    background-color: #326ef0;
}

    .icon_top > i {
        font-size: 20px;
    }



/*******지도_상세 검색 팝업***********/

.pop_addrinfo {
    display: none;
    position: fixed;
    z-index: 1020;
    padding-top: 10%;
    left: 0%;
    right: 0%;
    top: 0;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

    .pop_addrinfo .closebtn {
        border-radius: 6px;
        font-weight: bold;
        font-size: 1.6rem;
        text-align: right;
        color: #fff;
        cursor: pointer;
        width: 90%;
        margin: 4px auto;
        display: block;
        border: 0px solid #d8d8d8;
        /*position: absolute;*/
        z-index: 1020;
    }

.pop_zoneinfo {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9rem;
    padding: 14px;
    background: #edf1fc;
    border-radius: 10px;
}

    .pop_zoneinfo .bt_searchi {
        color: #326ef0;
        padding: 4px 2px;
        margin-right: 10px;
        font-size: 1.2rem;
    }

.sortable {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    margin: 10px auto;
    overflow-y: auto;
    height: 60vh;
}



    .sortable a:last-child {
        border-bottom: 0px solid #f0f0f0;
    }

    .sortable .addr_list {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px;
        background: #fff;
        font-size: 0.9rem
    }

    .sortable a:hover {
        color: #326ef0 !important;
    }


.pop_zoneinfo h3 {
    color: #333;
    font-size: 1.0rem;
}

.pop_zoneinfo .txt_search {
    padding: 10px;
    display: block;
    margin-right: 6px;
    font-size: 13px;
    border: 0px solid #e3e8f1;
}

.sortable .addr_list span {
    margin-right: 4px
}

.btn_searchi {
    background: #326ef0;
    color: #fff;
}


/*******발전소상태_상세정보***********/

.solar_list_box {
    overflow: auto;
    width: 100%;
    margin: 10px auto 2%;
    background-color: #fff;
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);*/
    border-radius: 6px;
    font-size: 0.85rem;
    /* border: 1px solid #d8d8d8;*/
}

.h60vh {
    height: 60vh !important;
}

.h40vh {
    height: 40vh !important;
}

.h30vh {
    height: 30vh !important;
}


.solar_list {
    width: 96%;
    margin: 0rem auto;
    font-size: 0.9rem;
    /* background-color: #edf1fc; */
    padding: 0.4rem;
    border-radius: 6px;
    min-width: 260px;
    border: 0px solid #d8d8d8;
    /*box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);*/
}

    .solar_list li {
        display: inline-block;
        padding: 4px;
    }

        .solar_list li:first-child::before {
            /*content: '•';*/
            /* padding: 4px;*/
        }

        .solar_list li:nth-child(2)::before {
            content: ':';
            margin-right: 10px;
        }

.solar_list_box .solar_list li:first-child {
    font-weight: bold;
    width: 90px;
    background-color: #fff;
}

.solar_list_box .solar_list .solar_list_w {
    width: 120px !important;
}

.solar_list_in {
    width: 94%;
    margin: 0.2rem auto;
    font-size: 0.85rem;
    background-color: #fff;
    padding-left: 16px;
    border-radius: 6px;
    color: #333;
}

    .solar_list_in thead th {
        color: #333;
        padding: 4px;
        background-color: #edf1fc;
        text-align: center;
        width: 25%;
    }

    .solar_list_in tbody th {
        color: #333;
        padding: 4px;
        background-color: #fff;
        text-align: center;
        border-bottom: 1px solid #edf1fc;
    }


    .solar_list_in td {
        text-align: center;
        color: #333;
        padding: 4px;
        background-color: #fff;
        border-bottom: 1px solid #edf1fc;
    }

.solar_list_box .solar_list_table {
    margin: 10px auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    font-size: 0.85rem;
    border: 0px solid #d8d8d8;
    color: #333;
    width: 450px;
    min-width: 280px;
}

    .solar_list_box .solar_list_table th,
    .solar_list_box .solar_list_table td {
        color: #333;
        border-bottom: 1px solid #edf1fc;
        background: #fff;
        padding: 4px;
        font-size: 0.80rem;
        text-align: center;
    }

    .solar_list_box .solar_list_table th {
        background-color: #edf1fc;
        border-bottom: 0px solid #edf1fc;
    }


/**********공지사항***********************************************/
.notics {
}

    .notics .collapsible {
        background-color: #fff;
        color: #333;
        cursor: pointer;
        padding: 3% 6%;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        text-align: left;
        outline: none;
        font-size: 1rem;
        font-weight: normal;
    }

        .notics .active,
        .notics .collapsible:hover {
            background-color: #fff;
        }

        .notics .collapsible:after {
            font-family: "FontAwesome";
            content: "\f107";
            color: #a3a5ab;
            font-weight: normal;
            float: right;
            margin-left: 5px;
        }

    .notics .active:after {
        content: "\f106";
    }


    .notics .content_box {
        padding: 0 2%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #fff;
    }

        .notics .content_box .content {
            padding: 10px 0;
            font-size: 0.85rem;
        }

.s_date {
    color: #a3a5ab;
    font-size: 0.7rem;
}

.license_box .content_box hr {
    margin: 0.2rem -20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.license_box .content_box {
    padding: 0 6%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}


/**********알림설정***********************************************/

.message {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: #fff;
}

    .message h4.title {
        font-size: 0.8rem !important;
        color: #a3a5ab !important;
        font-weight: normal !important;
    }

    .message .message_box {
        background-color: #fff;
        color: #333;
        padding: 1% 6%;
        width: 100%;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

        .message .message_box .txt {
            border-radius: 3px;
            padding: 2px 6px;
            background: #fff;
            font-weight: normal;
            font-size: 0.9rem;
            color: #333;
            border: 1px solid #d8d8d8;
            text-align: center;
            width: 40%;
            float: right;
            margin: 0 auto;
        }

        .message .message_box .box_inner {
            background-color: #fff;
            color: #333;
            width: 100%;
            /* border-bottom: 1px solid #f1f1f1;*/
            text-align: left;
            padding: 2% 2%;
            outline: none;
            font-size: 0.9rem;
            font-weight: normal;
        }

            .message .message_box .box_inner span {
                display: inline-block;
                margin-right: 4px;
                margin-top: 6px;
                font-weight: normal;
                float: left;
            }


    .message .subbox {
        padding: 0% 8% 2%;
    }

        .message .subbox .box_inner {
            font-size: 0.8rem;
        }



    .message .message_box .box_inner .switch-button {
        display: inline-block;
        font-weight: bold;
        float: right;
    }

    .message .message_box .box_inner::after {
        content: "";
        display: block;
        clear: both;
    }

/**********테마설정***********************************************/

.thema .thema_inner {
    background-color: #fff;
    color: #333;
    padding: 3% 6%;
    width: 100%;
    border-bottom: 0px solid #f1f1f1;
    text-align: left;
    outline: none;
    font-size: 0.9rem;
    font-weight: normal;
}

.thema .thema_box {
    display: block;
}

    .thema .thema_box li {
        display: block;
        padding: 20px 20px;
        width: 100%;
        margin: 0 auto;
        font-size: 0.85rem;
        color: #333;
    }


    .thema .thema_box img {
        width: 18%;
    }

    .thema .thema_box label {
        color: #333;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }



/*******sub-개인정보***********/

.personal {
    width: 100%;
    margin: 0 auto;
}

    .personal .personal_box {
        background-color: #fff;
        color: #333;
        padding: 3% 6%;
        width: 100%;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

    .personal .personal_name {
        background-color: #fff;
        color: #333;
        padding: 3% 6%;
        width: 100%;
        /* border-bottom: 1px solid #f1f1f1;*/
        display: flex;
        align-items: center
    }

        .personal .personal_name::after {
            clear: both;
            content: "";
            display: block;
        }


        .personal .personal_name .title {
            color: #333;
            font-size: 1rem !important;
            line-height: 14px;
        }

    .personal .title {
        font-size: 0.8rem !important;
        color: #a3a5ab;
        font-weight: normal;
        text-align: left;
    }


    .personal .personal_name .title span {
        font-weight: normal;
    }

    .personal .personal_box .title {
        font-size: 0.8rem !important;
        color: #a3a5ab !important;
        font-weight: normal !important;
    }

    .personal img {
        border-radius: 16px;
        margin: 6px
    }

.personal_box .box_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 10px;
}

.personal_box .box_inner01 {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin: 0 auto;
}


    .personal_box .box_inner label,
    .personal_box .box_inner01 label {
        background-color: #fff;
        color: #333;
        /* border-bottom: 1px solid #f1f1f1; */
        text-align: left;
        font-size: 0.85rem;
        font-weight: normal;
    }


.personal_box .box_inner .input_txt {
    border: 0px solid #d8d8d8;
    /* border-radius: 6px; */
    margin-right: 5px;
    color: #326ef0;
    /* background: #fff; */
    font-size: 0.9rem;
    padding: 0px 4px;
    text-align: right;
    width: 68%;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.personal_box .box_inner01 label {
    background-color: #fff;
    color: #333;
    /* border-bottom: 1px solid #f1f1f1; */
    text-align: left;
    font-size: 0.85rem;
    font-weight: normal;
    display: block;
}


.personal .profile_box {
    background-color: #fff;
    color: #333;
    padding: 3% 6%;
    width: 100%;
    /* border-bottom: 1px solid #f1f1f1;*/
}

    .personal .profile_box hr {
        background-color: #fff;
        color: #333;
        /* padding: 3% 6%;*/
        width: 100%;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

    .personal .profile_box .label_group {
    }

    .personal .profile_box .datetxt {
        border: 1px solid #d8d8d8;
        border-radius: 6px;
        color: #326ef0;
        background: #fff;
        font-size: 1rem;
        padding: 6px 6px !important;
        text-align: left;
        background-image: url(../../images/icon/icon_calendar.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 30%;
        cursor: pointer;
        color: #333;
    }



    .personal .profile_box img {
        width: 50%
    }

    .personal .profile_box .box_inner01 {
        display: block;
        padding: 20px 10px;
        text-align: center;
        margin: 0 auto;
    }

    .personal .profile_box .box_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 20px 10px;
    }



.personal .form-control {
    display: inline-block;
    width: 100%;
    padding: 0.4rem 0.4rem;
    font-size: 0.85rem;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #edeeef;
    border-radius: 0.2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
    color: #333;
    appearance: auto;
}

.join .form-control::placeholder {
    color: #aaa;
    text-align: center;
}

.personal .profile_box .box_inner01 .input_txt {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    margin-right: 5px;
    color: #326ef0;
    background: #fff;
    font-size: 0.9rem;
    padding: 4px 4px;
    text-align: center;
}

.personal .profile_box .box_inner .input_txt01 {
    border: 0px solid #d8d8d8;
    border-radius: 6px;
    margin-right: 5px;
    color: #326ef0;
    background: #fff;
    font-size: 0.9rem;
    padding: 4px 4px;
    text-align: right;
    width: 60%;
    font-weight: normal;
}

.personal .profile_box .box_inner label,
.personal .profile_box .box_inner01 > label {
    background-color: #fff;
    color: #333;
    /* border-bottom: 1px solid #f1f1f1; */
    text-align: left;
    font-size: 0.85rem;
    font-weight: normal;
    display: block;
}

.personal_box .box_inner::after {
    content: "\f105";
    color: #a3a5ab;
    position: absolute;
    right: 0px;
    font-family: "FontAwesome";
}

#click-btn .veiw_profile {
    display: block;
}

.personal .quit_box {
    background-color: #fff;
    color: #333;
    padding: 3% 6%;
    width: 100%;
    /* border-bottom: 1px solid #f1f1f1; */
}


    .personal .quit_box label {
        margin-top: 16px
    }


.personal .box_gray {
    padding: 20px 10px;
    background: #edeeef;
    border-radius: 10px;
    font-size: 0.9rem;
}


/*********발전소연동***************************/
.solarlink {
    width: 100%;
    margin: 0 auto;
}

    .solarlink .solarlink_box {
        background-color: #fff;
        color: #333;
        padding: 3% 6%;
        width: 100%;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

        .solarlink .solarlink_box .title {
            font-size: 0.8rem !important;
            color: #a3a5ab !important;
            font-weight: normal !important;
        }

        .solarlink .solarlink_box .input_txt {
            border-radius: 6px;
            padding: 8px;
            background: #e0eafe;
            font-weight: normal;
            font-size: 0.9rem;
            color: #333;
            border: 0px solid #d8d8d8;
            width: 100%;
            margin: 0 auto;
            height: 40px;
            text-align: center;
        }


.solarlink_box .btn_searchi {
    background: #326ef0;
    color: #fff;
    border-radius: 6px;
    margin-left: 4px;
    padding: 10px;
}

.solarlink .solarlink_box .button {
    border-radius: 6px;
    padding: 8px;
    background: #326ef0;
    font-weight: normal;
    font-size: 0.9rem;
    color: #fff;
    border: 0px solid #326ef0;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    position: relative;
}

.solarlink .solarlink_box .buttonkey {
    border-radius: 6px;
    padding: 8px;
    background: #6997fa;
    font-weight: normal;
    font-size: 0.9rem;
    color: #fff;
    border: 1px solid #6997fa;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: none;
}

.solarlink .solarlink_box .button:hover {
    background-color: #6997fa;
    color: #fff;
    border: 1px solid #6997fa;
}

.solarlink .solarlink_box .button::placeholder {
    color: #fff;
}

.solarlink_box label {
    color: #333;
    margin-left: 10px;
    font-weight: normal;
}

.solarlink_box .q_solarlink {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 20px
}


/*********고객센터***************************/

.cs {
    width: 100%;
    margin: 0 auto;
}

    .cs .cs_box {
        background-color: #fff;
        color: #333;
        padding: 3% 5%;
        width: 100%;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

    .cs .cs_box_flex .title {
        font-size: 1.2rem !important;
        color: #333;
        margin-bottom: 1rem;
        width: 68%
    }

        .cs .cs_box_flex .title span {
            color: #326ef0;
        }

    .cs .cs_box_flex .titleh2 {
        font-size: 0.9rem !important;
        color: #333;
        text-align: left;
        padding: 4px;
    }

        .cs .cs_box_flex .titleh2 span {
            color: #326ef0;
        }


    .cs .cs_box_flex .cs_inner {
        border-radius: 6px;
        padding: 8px;
        background: #edf1fc;
        font-weight: normal;
        font-size: 0.85rem;
        color: #333;
        border: 0px solid #d8d8d8;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .cs .cs_box_flex {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        padding: 3% 5%;
    }

    .cs .cs_box .button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 20px;
        font-weight: normal;
        font-size: 0.9rem;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        color: #333;
        border: 1px solid #326ef0;
        border-radius: 6px;
    }

        .cs .cs_box .button:hover {
            background-color: #6997fa;
            color: #fff;
            border: 1px solid #6997fa;
        }


    .cs .character {
        position: absolute;
        top: 8%;
        right: 5%;
        width: 35%;
    }

    /**********************************************************************/
    /*********문의하기***************************/

    .cs .cs_box .tabs {
        width: 100%
    }

        .cs .cs_box .tabs .current {
            color: #326ef0;
            border-bottom: 2px solid #326ef0;
            font-weight: bold;
        }

        .cs .cs_box .tabs li {
            float: left;
            margin: 0px;
            width: calc(100%/2);
            color: #333;
            font-size: 0.9rem;
            font-weight: 400;
            transform: rotate(0.03deg);
            cursor: pointer;
            text-align: center;
            padding: 10px 4px;
            border-bottom: 1px solid #d8d8d8;
        }

        .cs .cs_box .tabs .current {
            color: #326ef0;
            font-weight: bold;
        }


    .cs .cs_box .tab-content {
        display: none;
        width: 100%;
    }

        .cs .cs_box .tab-content.current {
            display: inherit;
            width: 100%;
            margin: 0 auto;
        }

    .cs .cs_box .table_group {
        width: 100%;
    }

    .cs .cs_box .select {
        border: 1px solid #d8d8d8;
        padding: 6px;
        width: 100%;
        margin: 0 auto;
        border-radius: 6px;
        font-size: 0.85rem;
        background: #fff;
    }

    .cs .cs_box .qna .collapsible {
        background-color: #fff;
        color: #326ef0;
        cursor: pointer;
        padding: 3% 0% 1%;
        width: 96%;
        margin: 0 auto;
        border-bottom: 0px solid #f1f1f1;
        text-align: left;
        outline: none;
        font-size: 0.75rem;
        font-weight: normal;
        position: relative;
        display: block;
    }

    .cs .cs_box .content_box {
        padding: 0 4%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #f1f1f1;
        font-size: 0.6rem;
        border-radius: 0px;
    }

    .cs .cs_box .qna .content {
        padding: 10px 0;
        font-size: 0.75rem;
    }

#tab-1 .collapsible:after {
    font-family: "FontAwesome";
    content: "\f107";
    color: #326ef0;
    font-weight: normal;
    margin-left: -30px;
    position: absolute;
    /*    top: 10%;*/
    left: 63%;
}

#tab-2 .collapsible:after {
    font-family: "FontAwesome";
    content: "\f107";
    color: #326ef0;
    font-weight: normal;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
}

#tab-2 .collapsible.narrow:after {
    content: "" !important;
}

#tab-2 .collapsible.pen:after {
    content: "\f304" !important;
}


#tab-1 .active:after,
#tab-2 .active:after {
    content: "\f106";
}


#tab-2 .collapsible .edit {
    display: flex;
    align-items: center;
}


    #tab-2 .collapsible .edit .icongr {
        width: 60px;
    }

    #tab-2 .collapsible .edit a {
        color: #326ef0;
        font-weight: normal;
        margin-left: 10px;
        width: 50%;
    }

.cs .cs_box .qna {
}

    .cs .cs_box .qna p {
        font-size: 0.7rem;
        color: #a3a5ab;
    }

        .cs .cs_box .qna p span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 4px;
        }

    .cs .cs_box .qna .table {
        width: 100%;
        border: 1px solid #d8d8d8;
    }

        .cs .cs_box .qna .table td {
            color: #565656;
            padding: 6px 10px;
            border-top: 1px solid #d8d8d8;
            background-color: #fff;
            text-align: left;
        }


        .cs .cs_box .qna .table .qna_title {
            width: 100%;
            font-size: 0.85rem;
            color: #333;
            text-align: left;
            padding: 0;
        }

/* 자동완성 */
.cs .cs_box .qna_title:-webkit-autofill,
.cs .cs_box .qna_title:-webkit-autofill:hover,
.cs .cs_box .qna_title:-webkit-autofill:focus,
.cs .cs_box .qna_title:-webkit-autofill:active {
    -webkit-transition: background-color 9999s ease-out;
}


.cs .cs_box .qna .table .qna_title::placeholder,
.cs .cs_box .qna .qna_txt::placeholder {
    text-align: left;
}

.cs .cs_box .qna .table .textarea {
    width: 100%;
    font-size: 0.8rem;
    height: 20vh;
    text-align: left;
    border: none;
    padding: 0;
}

.cs .cs_box .qna .filebox {
    border: 1px solid #d8d8d8;
    width: 100%;
    text-align: left;
    padding: 6px 10px;
}

.cs .cs_box .qna .qna_txt {
    width: 100%;
    text-align: left;
    padding: 0;
}

.cs .cs_box .qna .qna_span {
    font-size: 0.7rem;
    background: #326ef0;
    border-radius: 50px;
    padding: 1px 8px;
    color: #fff;
    margin-right: 4px;
    margin-left: -4px;
}

.cs .cs_box .qna .qna_span1 {
    font-size: 0.7rem;
    background: #a3a5ab;
    border-radius: 50px;
    padding: 1px 8px;
    color: #fff;
    margin-right: 4px;
    margin-left: -4px;
}

.cs .cs_box .qna .qna_span2 {
    font-size: 0.7rem;
    background: #f2a604;
    border-radius: 50px;
    padding: 1px 8px;
    color: #fff;
    margin-right: 4px;
    margin-left: -4px;
}

.cs .cs_box .qna .qna_span3 {
    font-size: 0.7rem;
    background: #2ecc71;
    border-radius: 50px;
    padding: 1px 8px;
    color: #fff;
    margin-right: 4px;
    margin-left: -4px;
}


.cs .cs_box .qna .question {
    font-size: 0.85rem;
    padding: 8px 0px 6px 4px;
    color: #333;
    white-space: normal;
    width: 90%
}

.cs .cs_okimg {
    width: 100%;
    margin: 0% auto;
    text-align: center;
    height: 100%;
}

    .cs .cs_okimg img {
        width: 30%;
        margin: 40% auto 0;
        display: block;
        padding-right: 20px
    }

    .cs .cs_okimg p {
        width: 100%;
        display: block;
        color: #333;
        font-size: 0.9rem;
    }

.cs .btn_q_view {
    padding: 6px 20px;
    font-weight: normal;
    font-size: 0.8rem;
    margin: 20px auto;
    text-align: center;
    color: #fff !important;
    border: 0px solid #d8d8d8;
    border-radius: 6px;
    background: #326ef0;
    display: inline-block;
    cursor: pointer;
}

.cs .table_group {
    margin-top: 0px;
}

.cs .cs_box .border {
    border: 0px solid #fff !important
}

.cs .tip {
    padding: 10px;
}


.cs .cs_box .qna .content_box .content_row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.cs .cs_box .qna .content_box .txt_ask {
    color: #326ef0;
    font-size: 0.80rem;
    font-weight: bold;
    display: inline-block;
    width: 26px;
}


.cs .cs_box .qna .content_box .txt_ask_cont {
    display: inline-block;
    font-size: 0.80rem;
    font-weight: normal;
    width: calc(100% - 30px);
    white-space: normal;
    word-break: break-all;
}


    .cs .cs_box .qna .content_box .txt_ask_cont p {
        font-size: 0.80rem;
    }


.cs .cs_box .qna .content_box .file {
    display: block;
    padding-top: 5px;
    color: #326ef0;
}

    .cs .cs_box .qna .content_box .file i {
        color: #326ef0;
        display: inline-block;
        margin-right: 5px;
    }

.cs .cs_box .qna .content_box hr {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/**********도움말*************************************************/
.help {
    width: 100%;
    margin: 0 auto;
    padding-top: 1.0rem;
}

    .help .cs_box {
        background-color: #fff;
        color: #333;
        padding: 3% 4%;
        width: 100%;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

    .help .cs_box_flex .title {
        font-size: 1.2rem !important;
        color: #333;
        width: 68%
    }

        .help .cs_box_flex .title span {
            color: #326ef0;
        }

    .help .cs_box_flex .titleh2 {
        font-size: 0.9rem !important;
        color: #333;
        text-align: left;
        padding: 4px;
    }

        .help .cs_box_flex .titleh2 span {
            color: #326ef0;
        }


    .help .cs_box_flex .cs_inner {
        border-radius: 6px;
        padding: 8px;
        background: #edf1fc;
        font-weight: normal;
        font-size: 0.85rem;
        color: #333;
        border: 0px solid #d8d8d8;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .help .cs_box_flex {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        padding: 3% 6% 0%;
    }

    .help .cs_box .button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 20px;
        font-weight: normal;
        font-size: 0.9rem;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        color: #333;
        border: 1px solid #326ef0;
        border-radius: 6px;
    }

        .help .cs_box .button:hover {
            background-color: #6997fa;
            color: #fff;
            border: 1px solid #6997fa;
        }

    .help .txt_search {
        padding: 8px 10px;
        display: block;
        /* margin-right: 6px; */
        font-size: 13px;
        border: 1px solid #d8d8d8;
        border-radius: 6px 0px 0px 6px;
    }

    .help .bt_searchi {
        color: #fff;
        padding: 4px 2px;
        background: #326ef0;
        border-radius: 0px 6px 6px 0px;
        border: 1px solid #326ef0;
        font-size: 17px;
    }

    .help .cs_box .s_title {
        font-size: 0.7rem;
        color: #a3a5ab;
        padding: 6px;
        font-weight: normal;
    }

    .help .cs_box .qna {
        width: 96%;
        margin: 0 auto;
    }

        .help .cs_box .qna li {
            width: 50%;
            display: inline-block;
        }

    .help .cs_box .qna_q {
        width: 100%;
        height: 100%;
    }

        .help .cs_box .qna_q > a {
            font-size: 0.9rem;
            padding: 6px 6px;
            display: block;
            color: #333;
            cursor: pointer;
            position: relative;
            margin-left: 10px;
        }

            .help .cs_box .qna_q > a::before {
                content: "Q";
                color: #326ef0;
                margin-right: 10px;
                position: absolute;
                left: -12px;
                font-weight: bold;
            }

    .help .cs_box .qna .qna_list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

        .help .cs_box .qna .qna_list li {
            display: inline-block;
            font-size: 0.85rem;
            padding: 6px;
            margin: 0px;
            width: 50%;
        }

.help_sub .cs_box .qna .qna_list li {
    display: inline-block;
    width: 48%;
    font-size: 0.85rem;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}

.help .cs_box .qna .qna_list li a {
    color: #333;
    cursor: pointer;
    border: 1px solid #326ef0;
    padding: 5px 10px;
    border-radius: 50px;
    width: 100%;
    display: block;
    text-align: center;
}

.help .cs_box hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.help_sub {
    width: 100%;
    margin: 0 auto;
}

    .help_sub .cs_box {
        background-color: #fff;
        color: #333;
        padding: 3% 4%;
        width: 100%;
    }

        .help_sub .cs_box .qna {
            width: 96%;
            margin: 0 auto;
        }

            .help_sub .cs_box .qna p {
                font-size: 0.8rem;
                color: #333;
            }

            .help_sub .cs_box .qna .i_answer {
                color: #326ef0;
                font-size: 1rem;
                font-weight: bold;
            }

            .help_sub .cs_box .qna h2,
            .help_sub .cs_box h2 {
                font-size: 0.9rem;
                padding: 10px 6px;
                display: block;
                color: #333;
                cursor: pointer;
                position: relative;
                margin-left: 12px;
            }

                .help_sub .cs_box .qna h2::before {
                    content: "Q";
                    color: #326ef0;
                    margin-right: 10px;
                    position: absolute;
                    left: -10px;
                    font-weight: bold;
                }

            .help_sub .cs_box .qna h2 {
                font-size: 0.9rem;
                padding: 10px 6px;
                display: block;
                color: #333;
                cursor: pointer;
                position: relative;
                margin-left: 12px;
            }




.pop_help_sub {
    width: 90%;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}

    .pop_help_sub .pop_titlebar {
        background: #326ef0;
        height: 36px;
        border-radius: 10px 10px 0 0;
        text-align: right;
    }

    .pop_help_sub .button {
        color: #333;
        font-size: 0.9rem;
        padding: 16px 2px;
        background: #fff;
        border-radius: 6px;
        border: 1px solid #d8d8d8;
        line-height: 30px;
        text-align: center;
        margin: 20px 4px;
        cursor: pointer;
    }

        .pop_help_sub .button:hover {
            color: #326ef0;
            font-size: 0.8rem;
            padding: 20px 2px;
            background: #fff;
            border-radius: 6px;
            border: 2px solid #326ef0;
            line-height: 30px;
            text-align: center;
            cursor: pointer;
            box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
        }


    .pop_help_sub .closebtn {
        border-radius: 6px;
        font-weight: normal;
        font-size: 1.4rem;
        text-align: right;
        color: #fff;
        cursor: pointer;
        border: 0px solid #fff;
        display: inline-block;
        padding: 0px 10px;
    }

    .pop_help_sub .button img {
        display: inline-block;
    }

.pop_bg {
    display: none;
    position: absolute;
    z-index: 1020;
    padding-top: 30vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

.help_sub .cs_box .category {
    width: 92%;
    margin: 0 auto;
}

    .help_sub .cs_box .category > a {
        font-size: 0.8rem;
        padding: 10px 6px;
        display: block;
        color: #333;
        cursor: pointer;
        position: relative;
        margin-left: 12px;
    }

        .help_sub .cs_box .category > a::before {
            content: "Q";
            color: #326ef0;
            margin-right: 10px;
            position: absolute;
            left: -10px;
            font-weight: bold;
        }

.help_sub .cs_box .category_box {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10px;
}

    .help_sub .cs_box .category_box .xscroll {
        width: 98%;
        min-width: 330px;
        border-radius: 50px;
        padding: 6px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        /* background: #efefef;*/
    }

    .help_sub .cs_box .category_box a {
        font-size: 1rem;
        padding: 5px 4px;
        display: inline-block;
        color: #333;
        cursor: pointer;
        border: 0px solid #326ef0;
        border-radius: 50px;
        margin-right: 2px;
        background: #fff;
    }

        .help_sub .cs_box .category_box a:hover {
            border: 0px solid #326ef0;
            background: #326ef0;
            color: #fff;
            padding: 5px 12px;
        }

        .help_sub .cs_box .category_box a.active {
            font-size: 1rem;
            padding: 5px 12px;
            display: inline-block;
            color: #fff;
            cursor: pointer;
            border: 0px solid #326ef0;
            border-radius: 50px;
            margin-right: 3px;
            background: #326ef0;
        }



/*****파일첨부*****************************************************/
.where {
    display: block;
    margin: 25px 15px;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    font-family: verdana;
    font-style: italic;
}

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filebox label {
    display: inline-block;
    color: #565656;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
}

/* named upload */
.filebox .upload-name {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    border: none;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.8rem;
    width: 90%;
}

    .filebox .upload-name::placeholder {
        color: #aaa;
    }

.filebox label {
    color: #326ef0;
}

.filebox .title {
    color: #333;
    font-weight: normal;
}



/*****약관동의*****************************************************/
.agree_box {
    width: 100%;
}

.filebox .agree_box .title::after {
    clear: both;
    content: "";
    display: block;
}

.filebox .agree_box .title {
    font-size: 0.8rem !important;
    color: #333;
}

.filebox .agree_box .bt_view {
    border: 1px solid #d8d8d8;
    font-size: 0.7rem;
    color: #333;
    padding: 0px 6px;
    font-weight: normal;
    float: right;
    margin-top: 4px;
    border-radius: 3px;
}

.agree_contens {
    width: 100%;
    font-size: 0.8rem;
    box-sizing: border-box;
}

    .agree_contens .inner {
        width: 100%;
        padding: 10px 20px;
        background-color: #fff;
        box-sizing: border-box;
    }

        .agree_contens .inner .title {
            color: #333;
            font-weight: bold;
        }

        .agree_contens .inner .contents {
            color: #a3a5ab;
            font-size: 0.75rem;
            font-weight: normal;
        }

            .agree_contens .inner .contents .table {
                color: #a3a5ab;
                font-size: 0.75rem;
            }

                .agree_contens .inner .contents .table th {
                    padding-left: 17px;
                    font-weight: 400;
                    background-color: #e9eef8;
                    border-right: 1px solid #d8d8d8;
                    color: #a3a5ab;
                    padding: 6px 10px;
                    border-top: 1px solid #d8d8d8;
                    text-align: center;
                }

                    .agree_contens .inner .contents .table th:last-child {
                        border-right: 0px solid #d8d8d8;
                    }

                .agree_contens .inner .contents .table td {
                    color: #a3a5ab;
                    border-right: 1px solid #d8d8d8;
                    padding: 6px 10px;
                }

                    .agree_contens .inner .contents .table td:last-child {
                        border-right: 0px solid #d8d8d8;
                    }


#Agree_contens {
    display: none;
}

.filebox .agree_box input[type="checkbox"] {
    display: none;
}

    .filebox .agree_box input[type="checkbox"] + label {
        display: inline-block;
        font-size: 1rem;
        border: 0px solid #707070;
        position: relative;
        color: #a3a5ab;
        vertical-align: bottom;
    }

.filebox .agree_box input[id="check1"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f058";
    text-align: center;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #fff;
    border-radius: 50px;
    color: #326ef0;
}

/*****서비스이용동의********************************************/
.event_agree {
    padding: 0.5rem;
    margin: 1rem 1rem 1rem 0rem;
}


/***** alert ********************************************/

.pop_alert {
    /*    display: none;*/
    position: fixed;
    z-index: 1020;
    padding-top: 20%;
    left: 0%;
    right: 0%;
    top: 0;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.alert_wrap {
    padding: 1rem;
    margin: 0 auto;
    background: #fff;
    width: 85%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px
}

.alert_wrap_all {
    width: 100%;
    height: 100%;
}

.alert_wrap .inner {
    display: block;
    width: 100%;
    height: 100%;
}

    .alert_wrap .inner .form-group {
        width: 100%;
        height: 65%;
        display: table;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

        .alert_wrap .inner .form-group .line {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 100%;
            font-size: 1rem
        }

.alert_wrap .sub_bottom {
    width: 100%;
    height: 35%;
    display: block;
    margin: 0px;
}

.alert_wrap .bt_cancel {
    border-radius: 6px !important;
    padding: 8px !important;
    background: #e3e8f1 !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    color: #333 !important;
    margin: 0px 5px !important;
}

.alert_wrap .bt_search {
    border-radius: 6px !important;
    padding: 8px !important;
    background: #326ef0 !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    color: #fff !important;
    margin: 0px 5px !important;
}

@media screen and (max-width: 480px) {
    .pop_alert {
        /*    display: none;*/
        position: fixed;
        z-index: 1020;
        padding-top: 50%;
        left: 0%;
        right: 0%;
        top: 0;
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media screen and (max-width: 300px) {
    .alert_wrap {
        padding: 0.5rem;
        width: 80%;
        height: 150px;
    }

        .alert_wrap .inner .form-group .line {
            font-size: 0.9rem
        }

        .alert_wrap .bt_cancel {
            padding: 5px !important;
            font-size: 0.85rem !important;
        }

        .alert_wrap .bt_search {
            padding: 5px !important;
            font-size: 0.85rem !important;
        }
}

/*****보고서팝업*****************************************************/

#report_wrap {
    background: #fff;
    width: 100%;
    height: 100%;
}

    #report_wrap header {
        text-align: right;
        background-color: #326ef0;
        color: #fff;
        padding-bottom: 10px;
    }

        #report_wrap header img {
            display: inline-block;
            width: 18%;
            padding: 10px 6px 0px;
        }

.report_main {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    /* padding-bottom: 80px !important; */
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}

.report_title_h2 {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8rem
}

.report_title_h3 {
    color: #333;
    font-size: 0.9rem;
    padding: 10px 0px 2px;
}

.report_title_p {
    font-size: 0.85rem;
    text-align: center;
    padding-top: 2px;
    font-weight: normal;
}


.report_title_h3::before {
    content: "·";
    display: inline-block;
    padding: 2px;
    color: #326ef0;
}


.report_list_box {
    width: 100%;
    margin: 10px auto 2%;
}

.report_list_scroll {
    width: 100%;
    overflow: auto;
}

.report_list_table {
    color: #333;
    width: 100%;
    min-width: 300px;
}

.report_list_box .report_list_table th {
    color: #333;
    font-size: 0.80rem;
    font-weight: normal;
    padding: 0.2rem 0rem;
    background-color: #edf1fc;
    text-align: center;
    width: 25%;
}

.report_list_box .report_list_table td {
    color: #333;
    font-size: 0.7rem;
    font-weight: normal;
    padding: 6px 4px;
    text-align: left;
}

.report_list_box .report_list_table tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.report_list {
    padding: 0px 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
}

    .report_list li {
        display: block;
        padding: 0px;
        font-size: 0.85rem;
        color: #5d5d5d;
    }

/*.report_list li:nth-child(2)::before {
    content: ':';
    margin-right: 10px;
}
*/

.report_list_box .box {
    color: #333;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px
}

    .report_list_box .box li {
        width: 32%;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 6px;
        font-size: 0.8rem;
        padding: 6px;
        text-align: center;
    }

        .report_list_box .box li span {
            color: #333;
            display: inline-block;
            padding: 4px;
            font-weight: bold;
            font-size: 1rem;
        }

.report_list_box li span {
    color: #333;
    display: inline-block;
    padding: 4px;
    font-weight: bold;
}

.report_list_box .chart_box {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    width: 100%;
    text-align: center
}

/***** 하단정보 ******************************************/
.adr_footer {
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #5d5d5d;
    background: rgba(0, 0, 0, .1);
    padding: 6px;
    border-radius: 0px;
}

    .adr_footer p {
        font-size: 0.70rem;
    }

    .adr_footer h3 {
        font-size: 0.9rem;
        color: #5d5d5d;
    }


.pop_info {
    display: none;
    position: fixed;
    z-index: 10006;
    left: 0%;
    right: 0%;
    top: 0;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

    .pop_info .innerbox {
        width: 100%;
    }

.pop_infobox {
    width: 90%;
    margin: 0 auto;
    font-size: 0.9rem;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

    .pop_infobox h3 {
        color: #333;
        font-size: 18px;
        font-weight: 700;
        margin-left: -1px;
        text-align: center;
        padding: 6px;
    }

.pop_info .closebtn {
    border-radius: 6px;
    font-weight: normal;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 8px;
    border: 0px solid #fff;
    width: 100%;
    text-align: right;
    padding-right: 5%
}

.pop_info .solarlink_box {
    background-color: #fff;
    color: #333;
    padding: 2%;
    width: 100%;
    /* border-bottom: 1px solid #f1f1f1;*/
}

    .pop_info .solarlink_box .title {
        font-size: 0.8rem !important;
        color: #a3a5ab !important;
        font-weight: normal !important;
        margin-bottom: 0px;
    }


    .pop_info .solarlink_box p {
        font-size: 0.8rem
    }


.company .solarlink_box p {
    padding: 0% !important;
}

/**********************************************************************/

@media screen and (min-width: 480px) {

    #wrapper {
        max-width: 480px;
        width: 100%;
    }

    #report_wrap {
        max-width: 480px;
        width: 100%;
    }

    #header {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        background-color: #326ef0;
        box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
        cursor: default;
        font-weight: 600;
        line-height: 2.8rem;
        margin: 0 auto;
        position: fixed;
        text-transform: uppercase;
        top: 0;
        right: 0;
        left: 0;
        width: 480px;
        z-index: 999;
    }


    #header_sub {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        background-color: #fff;
        /* box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);*/
        cursor: default;
        font-weight: 600;
        line-height: 2.8rem;
        margin: 0 auto;
        position: fixed;
        text-transform: uppercase;
        top: 0;
        right: 0;
        left: 0;
        width: 480px;
        z-index: 999;
    }

    .login_content {
        width: 80%;
    }

    #wrapper .main .weather {
        width: 80%;
        margin: 0 auto;
    }

    #footer {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 480px;
        /*border: 1px solid #c6c9d2;*/
    }

    .popup-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
        border-radius: 10px;
    }

    .bgwhite {
        background-color: #fff !important;
    }

    #tab-1 .collapsible:after {
        left: 50%;
        margin-left: -15px
    }
}

/************************************************************************/

@media screen and (max-width: 480px) {
    .wrap_login {
        max-width: 480px;
        width: 100%;
    }

    .swchart_box {
        height: 330px !important;
    }

    .taxinvoice .bt_tax .i_plant {
        color: #fff;
        display: inline-block;
        font-size: 0.85rem;
        background-image: linear-gradient(to top, #326eef, #58a0fa);
        padding: 6px;
        width: 26px;
        height: 26px;
        line-height: 10px;
        border-radius: 50px;
        margin-right: 6px;
    }

    #wrapper .main .innerboxas {
        padding: 20px 30px;
    }

    .news_info li .news_section img {
        width: 20%;
        height: 60px;
        padding: 2px;
        border-radius: 10px;
        margin: 0px 10px;
    }
}


/*@media screen and (min-width: 800px) {

    #wrapper {
        max-width: 450px;
    }

    #wrapper .main {
        width: 100% !important;
        padding-right: 50px !important;
        padding-left: 50px !important;
        margin: 40px auto 0 !important;
    }


}*/

/************************************************************************/

@media screen and (max-width: 360px) {

    #wrapper {
        width: 100%;
    }

        #wrapper .main {
            width: 100% !important;
            padding-right: 10px !important;
            padding-left: 10px !important;
            margin: 30px auto 0;
        }

            /*  #wrapper .main .solar_box01 {
        -ms-flex: 0 0 90% !important;
        flex: 0 0 90% !important;
        max-width: 90% !important;
        margin: 6px !important;
    }*/

            #wrapper .main .solar_box .innerbox {
                width: 100%;
                margin: 0 auto;
                background-color: #fff;
                box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
                border-radius: 10px;
                padding: 1rem 1rem;
                height: 100px;
                position: relative;
            }

    /*  #wrapper .main .solar_box {
        -ms-flex: 0 0 90% !important;
        flex: 0 0 90% !important;
        max-width: 90% !important;
        margin: 6px !important;
    }
*/


    /*.login_content {

        width: 85%;
    }*/

    .service_r .innerbox .title {
        display: inline-block !important;
        color: #333 !important;
        font-size: 1.2rem !important;
        text-align: left !important;
    }

    .font18 {
        font-size: 0.9rem !important;
    }

    .service_r {
        -ms-flex: 0 0 56%;
        flex: 0 0 64%;
        max-width: 64%;
        margin: 6px 6px 6px 0px !important;
        font-size: 0.85rem;
    }

    .pop_alarm {
        width: 80% !important;
        margin: 0 auto;
        text-align: center;
        font-size: 0.9rem;
        padding: 30px 20px;
    }

    #wrapper .main .innerboxas .ml-6 {
        margin-left: 10% !important;
    }

    .balloon {
        display: inline-block;
        position: relative;
        background: #fff;
        /* height: 30px !important;*/
        width: 60px !important;
        margin: 0 auto 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        font-size: 0.6rem;
        text-align: center;
        /* line-height: 6px;*/
        padding: 4px 4px;
    }



    .bgwhite {
        background-color: #fff !important;
    }

    #tab-1 .collapsible:after {
        font-family: "FontAwesome";
        content: "\f107";
        color: #326ef0;
        font-weight: normal;
        margin-left: 10px;
        position: absolute;
        /*        top: 10%;*/
        left: 60%;
    }

    .join_inner .form-group {
        margin: 0px 0px 20px;
    }

        .join_inner .form-group p {
            margin: 6px 0px;
        }

    #wrapper .main .innerbox .weather_info .today_energy {
        text-align: left;
        line-height: 18px;
        margin-bottom: 6px;
        margin-left: 0px;
        font-size: 1.2rem;
        font-weight: bold;
        width: 130px;
    }

    .status_box {
        height: 190px !important;
    }

    .join_head h4 {
        color: #333;
        font-weight: normal;
        font-size: 0.8rem;
    }
}

/************************************************************************/

@media screen and (max-width: 380px) {


    .status_box {
        height: 190px !important;
    }

    .swchart_box {
        height: 280px !important;
    }


    .pop_solrlist_form {
        width: 90%;
        margin: 14px auto;
    }

    .taxinvoice .pop_solrlist li:first-child {
        width: 80px;
    }

    .taxinvoice .pop_solrlist li {
        font-size: 0.9rem;
    }

        .taxinvoice .pop_solrlist li:last-child {
            width: calc(100% - 80px);
            color: #333;
        }

    .help_sub .cs_box .category_box .xscroll {
        width: 96%;
    }

    .help_sub .cs_box .category_box a {
        font-size: 0.9rem;
        padding: 5px 4px;
    }

        .help_sub .cs_box .category_box a.active {
            font-size: 0.9rem;
        }


    #wrapper .alarm_history_detail .inbox .col_icon_y,
    #wrapper .alarm_history_detail .inbox .col_icon_r,
    #wrapper .alarm_history_detail .inbox .col_icon_g {
        position: absolute;
        top: 20%;
        right: 2%;
        font-size: 0.85rem;
        padding: 2px 4px;
    }
}

/************************************************************************/

@media screen and (max-width: 320px) {


    #wrapper {
        width: 100%
    }

        #wrapper .main .innerbox > h2 {
            color: #333;
            font-size: 1.0rem;
            font-weight: bold;
            text-align: left;
            padding: 0.6rem 0.8rem;
        }

        #wrapper .main h2 {
            color: #333;
            font-size: 1.0rem;
            font-weight: bold;
            text-align: left;
            padding: 0.6rem 0.8rem 0rem;
        }

    .weather_zone_name h2 {
        padding: 0px !important;
    }


    #wrapper .main .innerbox .weather_info .energy_box_row {
        display: flex;
        width: 80%;
        margin-top: 6px;
        margin-bottom: 6px;
    }


    #wrapper .main .innerbox .weather_info .character {
        position: absolute;
        bottom: 0%;
        right: 0%;
        width: 30%;
    }



    #wrapper .main .solar_box,
    #wrapper .main .solar_box01 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin: 6px auto;
        font-size: 0.85rem;
    }

    #wrapper .main .report {
        width: 98%;
        margin: 20px auto 0px;
        font-size: 0.9rem;
    }

    #wrapper .main .innerbox .weather_info .icon_money {
        width: 32px;
    }

    #wrapper .main .innerbox .weather_info .today_energy01 {
        font-size: 1.4rem;
    }

    .service_r .connect {
        width: 100%;
        margin: 2px auto 8px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 0.4rem 0.5rem;
        height: 74px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .service_r img {
        width: 40px;
        height: 40px;
    }

    .service_r .connect p {
        color: #333;
        font-size: 0.8rem !important;
    }

    .sub_document .search_inbox,
    .analysis_report .search_inbox {
        display: block;
        width: 100%;
        padding: 0px 10px;
        text-align: left
    }

        .sub_document .search_inbox label,
        .analysis_report .search_inbox label {
            display: block;
            width: 100%;
            margin: 4px 0;
        }

        .sub_document .search_inbox .datetxt,
        .analysis_report .search_inbox .datetxt {
            width: 46%;
            margin: 4px 0;
        }

    #wrapper .main .sola_info_box > ul li a,
    #wrapper .as_info_box > ul li a {
        color: #333;
        background-color: transparent;
        font-size: 12px;
        /* line-height: 30px; */
    }

    .profit .fieldset .title_line {
        display: flex;
        justify-content: space-between;
        margin-right: 10px;
    }

    .profit .profit_in .profit_txt {
        width: 60%;
    }

    .profit .profit_in .price span {
        margin-right: 4px !important;
    }

    .profit .profit_inbox {
        display: flex !important;
        margin: 4px 10px !important;
    }

    .balloon {
        font-size: 0.7rem !important;
        width: 56px !important;
    }

    .popup {
        display: none;
        position: absolute;
        z-index: 10005;
        padding-top: 0px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    .popup-content {
        padding: 16px;
        width: 90%;
    }

    .message .message_box span {
        display: block;
        margin-right: 10px;
        font-weight: normal;
        float: none;
    }


    .bgwhite {
        background-color: #fff !important;
    }

    #tab-1 .collapsible:after {
        font-family: "FontAwesome";
        content: "\f107";
        color: #326ef0;
        font-weight: normal;
        margin-left: 10px;
        position: absolute;
        /*        top: 10%;*/
        left: 75%;
    }

    .join_head {
        background: #edeeef;
        padding: 10px 20px;
        margin: 20px 10px 0px 0px;
        border-radius: 0px 40px 40px 0px;
    }

        .join_head h4 {
            color: #333;
            font-weight: normal;
            font-size: 0.9rem;
            padding: 0% 1% 3% 2%;
        }

    .status_box {
        height: 190px !important;
    }

    .swchart_box {
        height: 260px !important;
    }

    .taxinvoice .pop_solrlist {
        display: flex;
        flex-wrap: wrap;
        margin: 10px auto;
    }

        .taxinvoice .pop_solrlist li:first-child {
            width: 100%;
        }

        .taxinvoice .pop_solrlist li:last-child {
            width: calc(100% - 0px);
            color: #333;
        }

        .taxinvoice .pop_solrlist .w {
            width: 100% !important;
        }

    .email_group .txt {
        display: none;
    }

    .email_group .icon {
        display: block;
        margin: 0 auto;
    }

    .find_bg {
        background: #fff;
        border-radius: 10px;
        width: 90%;
        margin: 0px auto;
        padding: 4px 10px 20px;
    }

        .find_bg .form-group,
        .find .form-group {
            margin: 10px auto;
            box-sizing: border-box;
            width: 96%;
        }

    .news .newtxt_box .bt_search {
        border-radius: 6px;
        padding: 8px 4px !important;
        background: #326ef0;
        display: inline-block;
        font-weight: normal;
        font-size: 0.9rem;
        text-align: center;
        color: #fff;
        margin: 0.4rem auto;
    }

    .new_taps .tabs li {
        margin: 0px auto;
        color: #333;
        font-size: 0.8rem;
        font-weight: 400;
        transform: rotate(0.03deg);
        cursor: pointer;
        text-align: center;
        padding: 8px 0px 4px;
        float: left;
        width: calc(100%/5);
    }

    .news_info li .news_section h3 {
        color: #333;
        font-size: 0.7rem;
    }

    .weather_zone .bt_search,
    .box_inner01 .bt_search {
        border-radius: 6px !important;
        padding: 8px !important;
        background: #326ef0 !important;
        font-weight: normal !important;
        font-size: 0.8rem !important;
        text-align: center !important;
        color: #fff !important;
        /*margin: 0 auto !important;*/
    }

    .weather_zoneinfo .weather_content li {
        font-size: 0.65rem;
        text-align: center;
    }

        .weather_zoneinfo .weather_content li div {
            font-size: 1.2rem;
            display: flex;
            justify-content: center;
            color: #fff;
            margin-top: 4px;
        }

    .weather_zoneinfo ul img {
        width: 1.6rem;
        padding: 4px;
    }

    #wrapper .main .weather_t h2,
    #wrapper .main .weather_my h2 {
        color: #326ef0;
        text-align: center;
        padding: 0 0.2rem;
        font-size: 1.0rem;
    }

    .detail_weather .datetxt {
        background-image: url(../../images/icon/icon_calendar.svg);
        background-repeat: no-repeat;
        background-position: center right;
        text-align: left;
        font-size: 0.85rem;
        font-weight: bold;
        cursor: pointer;
        color: #333;
        width: 7.1rem;
    }

    #wrapper .as_info > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        font-size: 0.85rem;
        padding: 4px;
        /*        align-items: center;*/
    }

    .personal .profile_box .datetxt {
        border: 1px solid #d8d8d8;
        border-radius: 6px;
        color: #326ef0;
        background: #fff;
        font-size: 0.85rem;
        padding: 6px 6px !important;
        background-image: url(../../images/icon/icon_calendar.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 30%;
        cursor: pointer;
        color: #333;
    }

    .select_group {
        display: inline-block;
        margin: 4px 10px 4px 0px;
    }

    .pop_head {
        color: #76797e;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.9rem;
    }

    .login_content .login_social a {
        width: calc(100% / 4 - 0px);
        text-align: center;
    }

    .login_content .login_social img {
        border-radius: 50px;
        width: 50px;
    }

    .email_group .bt_search {
        border-radius: 6px !important;
        padding: 8px !important;
        background: #326ef0 !important;
        font-weight: normal !important;
        font-size: 0.8rem !important;
        text-align: center !important;
        color: #fff !important;
    }

    .personal .form-control {
        display: inline-block;
        width: 100%;
        padding: 0.4rem 0.1rem;
        font-size: 0.85rem;
        font-weight: 400;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #edeeef;
        border-radius: 0.2rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        vertical-align: middle;
        color: #333;
        appearance: auto;
    }

    .pop_help_sub {
        width: 95%;
        background: #fff;
        text-align: center;
        border-radius: 10px;
        padding: 0px;
        margin: 0 auto;
    }

        .pop_help_sub .button {
            color: #333;
            font-size: 0.8rem;
            padding: 20px 2px;
            background: #fff;
            border-radius: 6px;
            border: 1px solid #d8d8d8;
            line-height: 30px;
            text-align: center;
            margin: 10px 4px;
            cursor: pointer;
            width: 30%;
        }

    #wrapper .alarm_history_page .as_info li .wm {
        text-align: left;
    }

    .personal .profile_box {
        background-color: #fff;
        color: #333;
        padding: 3% 4%;
        width: 100%;
        /* border-bottom: 1px solid #f1f1f1; */
    }

        .personal .profile_box .box_inner01 {
            display: block;
            padding: 20px 5px;
            text-align: center;
            margin: 0 auto;
        }

        .personal .profile_box .box_inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            padding: 20px 5px;
        }

    #wrapper .main .weather_my {
        text-align: center;
        padding: 10px;
        border: 0px solid #326ef0;
        border-radius: 16px;
        width: 60%;
        margin: 0rem auto 0rem;
        font-size: 0.9rem;
    }

    .cs .cs_box_flex .title {
        font-size: 1.0rem !important;
        color: #333;
        margin-bottom: 1rem;
        width: 80%;
    }

    .help .cs_box_flex .title {
        font-size: 1.2rem !important;
        color: #333;
        width: 90%;
    }

    .help .cs_box .qna .qna_list li {
        display: inline-block;
        width: 49% !important;
    }

    .join .join_inner {
        padding: 3% 0%;
        width: 100%;
    }

    .join_head img {
        width: 35%;
    }

    .join_inner form {
        width: 90%;
        margin: 0 auto;
    }

    .login_complete {
        text-align: center;
        margin: 2% auto 10%;
        width: 80%;
    }

    .as_info_img p {
        font-size: 0.9rem;
    }

    .news_contents {
        font-size: 0.9rem;
    }

    .pop_zoneinfo {
        width: 90%;
        padding: 10px;
    }

    .sortable .addr_head,
    .sortable .addr_list {
        font-size: 0.85rem
    }
}

/************************************************************************/

@media screen and (max-width: 300px) {


    .login_content {
        width: 90%;
    }

        .login_content .btngroup {
            margin: 0.9rem 0.0rem 1.2rem;
        }

            .login_content .btngroup a {
                font-size: 0.8rem !important;
            }

        .login_content .title {
            font-size: 0.7rem !important;
        }

    .row {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
    }


    #header .logo {
        border: 0;
        display: inline-block;
        font-size: 0.9rem;
        height: inherit;
        padding-left: 1rem;
        font-weight: normal;
        color: #fff;
        width: 60%;
        height: 50px;
        overflow: hidden;
    }

    #header .logo01,
    #header_sub .logo01 {
        border: 0;
        display: inline-block;
        font-size: 0.9rem;
        height: inherit;
        padding-left: 1rem;
        font-weight: normal;
        color: #333;
    }

    #header .tmenu {
        display: inline-block;
        font-size: 1rem;
        font-weight: normal;
        color: #fff;
        padding: 0.0.3rem;
        /* width: 40px; */
        text-align: center;
    }

        #header .tmenu img {
            vertical-align: middle;
        }

    #header nav span {
        border: 0;
        /* display: block; */
        font-size: 1rem;
        height: inherit;
        padding: 0 0.75rem 0 0.3rem;
        position: relative;
        vertical-align: middle;
        color: #fff;
        cursor: pointer;
    }

    .solartitle {
        width: 90%;
    }

    solar_chart .solar_type {
        color: #326ef0;
        font-size: 0.85rem;
        margin-left: 14px;
        width: 100%;
        display: block;
        padding: 0;
        line-height: 14px;
        font-weight: bold;
    }

    .solar_chart .tabs li a {
        font-size: 0.85rem;
        color: #333;
        display: block;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-decoration: none;
    }

    #wrapper .main .solar_chart_time {
        display: none;
    }


    .swchart_box {
        height: 240px !important;
    }

    #wrapper .main .innerbox .weather_info {
        padding: 0.9rem;
        font-size: 11px;
        height: 250px;
        position: relative;
        top: 5%;
    }



        #wrapper .main .innerbox .weather_info .solar_name {
            text-align: left;
            font-size: 0.8rem;
            color: #333;
            display: block;
            font-weight: normal;
            line-height: 0.8rem;
        }

        #wrapper .main .innerbox .weather_info .today_energy01 {
            font-size: 1.2rem;
        }

        #wrapper .main .innerbox .weather_info span {
            font-size: 1.2rem;
            font-weight: bold;
            display: inline-block;
        }

        #wrapper .main .innerbox .weather_info img {
            vertical-align: bottom;
            margin-right: 0px;
            margin-bottom: 4px;
            /* padding: 4px; */
            width: 22px;
            display: inline-block;
        }

    .weather_info_top > div:nth-child(2) {
        text-align: center;
    }

    .taxinvoice .group {
        display: block;
        margin: 0.5rem 0 0;
        font-size: 0.85rem;
        padding: 0 2%;
    }

    .start_t {
        height: 240px;
        background: #326ef0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        width: 240px;
        margin: 0 auto;
        position: relative;
        top: 20%;
    }

    .solar_list_box .solar_list li:first-child {
        width: 100%;
    }

    .select-group .w40 {
        width: 30% !important;
    }

    .alarm_history .search_check_box .check_con {
        display: block;
        align-items: center;
        text-align: left;
    }

    .search_check_box label:first-child {
        color: #333;
        font-weight: normal;
        display: block;
        margin: 10px 0px;
    }

    .search_check_box label:nth-child(3) {
        color: #333;
        font-weight: normal;
        margin-left: 10px;
    }

    .sub_document .search_inbox label,
    .analysis_report .search_inbox label {
        display: block;
        width: 100%;
        margin: 4px 0;
    }

    .alarm_history_t img {
        width: 10%
    }

    .alarm_history .innerbox ul li:last-child {
        font-size: 1.2rem;
        color: #326ef0;
        font-weight: bold;
    }

    .alarm_history .select {
        padding: 6px;
        border: 1px solid #d8d8d8;
        border-radius: 6px;
        font-size: 0.8rem;
        width: 100%;
        display: inline-block;
        margin: 4px;
        color: #333;
        background: #fff !important;
        appearance: auto;
    }

    .sub_document_detail {
        overflow: auto;
        margin: 10px 0px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 0.4rem;
        font-size: 0.85rem;
        border: 1px solid #d8d8d8;
    }

        .sub_document_detail .table th,
        .sub_document_detail .table td {
            padding: 0.4rem;
            color: #333;
            font-size: 0.75rem;
            text-align: center;
            vertical-align: middle;
        }

    .select-group {
        position: relative;
        display: block;
        border-collapse: separate;
    }

    .profit .profit_long span {
        display: inline-block;
        margin-right: 4px;
        font-size: 0.9rem;
        font-weight: bold;
        margin-top: 6px;
    }

    .profit .profit_in h3 {
        width: 50%;
        font-size: 0.85rem;
    }

    .profit .profit_in .fieldset .mr-2 {
    }

    .profit .profit_inbox02 {
        display: flex;
        flex-wrap: wrap;
        margin: 4px 4px;
    }

    .profit_inbox label {
        font-size: 0.75rem;
        color: #333;
        font-weight: normal;
    }

    .btn-light {
        padding: 8px 2px !important;
    }



    .bt_search {
        border-radius: 6px !important;
        padding: 10px !important;
        background: #326ef0 !important;
        font-weight: normal !important;
        font-size: 0.8rem !important;
        text-align: center !important;
        color: #fff !important;
        margin: 0 auto !important;
    }

    .profit .profit_txt {
        padding: 6px;
        border: 0px solid #d8d8d8;
        border-radius: 6px;
        text-align: right;
        font-size: 0.8rem;
        font-weight: bold;
        color: #326ef0;
        display: inline-block;
    }


    .popup-content form.w90 {
        width: 100% !important;
    }

    #wrapper .asdate h2 {
        display: inline-block;
        padding: 0.6rem 0.4rem;
        font-size: 0.9rem;
        font-weight: bold;
        color: #333;
    }

    #wrapper .main .innerboxas .asimg,
    #wrapper .main .innerboxas img {
        height: 80px;
        margin-left: 1%;
    }

    #wrapper .main .innerboxas {
        width: 100%;
        margin: 0px auto;
        /* height: 150px; */
        background-color: #dfecfc;
        /* box-shadow: 0px 0px 20px rgb(0 0 0 / 10%); */
        border-radius: 10px;
        padding: 20px 10px;
        position: relative;
    }

    #wrapper .main .astxtbox li:nth-child(2) {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #wrapper .as_info_ul li img {
        width: 70px;
        height: 60px;
        padding: 2px;
        border-radius: 50px;
        margin: 0px 10px;
    }

    #wrapper .as_readmore .ascall a {
        margin: 10px auto;
        background-color: #326ef0;
        padding: 10px 10px;
        color: #fff;
        border-radius: 10px;
        text-align: center;
        display: block;
        position: relative;
        font-size: 0.76rem;
        font-weight: 300;
    }

    #wrapper .as_readmore .ascall div a {
        position: absolute;
        width: 32px;
        height: 32px;
        background-color: #326ef0;
        border-radius: 50px;
        z-index: 55;
        top: -32px;
        left: 0.1rem;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
        text-align: center;
    }

        #wrapper .as_readmore .ascall div a i {
            color: #fff;
            display: inline-block;
            position: absolute;
            top: 6px;
            left: 7px;
            font-size: 0.9rem;
        }

    #wrapper .as_info li p {
        width: 90% !important;
        margin: 0 auto;
    }

    .icon_weater {
        width: 20%;
        margin-right: 2px;
    }

    .balloon {
        font-size: 0.5rem !important;
        width: 58px !important;
    }

    .personal .profile_box .datetxt {
        border: 1px solid #d8d8d8;
        border-radius: 6px;
        color: #326ef0;
        background: #fff;
        font-size: 0.85rem;
        padding: 6px 6px !important;
        background-image: url(../../images/icon/icon_calendar.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 38%;
        cursor: pointer;
        color: #333;
    }

    .detail_weather {
        width: 94%;
    }

    .main .detail_weather .tabs li {
        padding: 10px 0px;
    }

    .message .subbox .box_inner {
        font-size: 0.75rem;
    }



    .cs .cs_box .qna .collapsible {
        padding: 2% 0% 1%;
    }

    .cs .cs_box .qna .question {
        width: 88%;
        font-size: 0.75rem;
        padding: 6px 0px 0px;
        line-height: 0.9rem
    }


    #wrapper .alarm_history_detail .inbox .col_icon_y,
    #wrapper .alarm_history_detail .inbox .col_icon_r,
    #wrapper .alarm_history_detail .inbox .col_icon_g {
        position: absolute;
        top: 20%;
        right: 2%;
        font-size: 0.8rem;
        padding: 2px 4px;
    }
}

/************************************************************************/

@media only screen and (min-height: 800px) and (max-height: 1000px) {
    .img_report {
        padding-top: 50%;
    }

    .pop_info {
        padding-top: 20%;
    }
}

@media (max-height: 680px) {


    #wrapper .menu_overlay-content hr {
        margin: 8px 0px;
    }

    #wrapper .menu_overlay-content {
        position: relative;
        top: 00px;
        width: 90%;
        text-align: left;
        margin: 0 auto;
    }

    #wrapper .menu_overlay a {
        padding: 4px 0px;
        text-decoration: none;
        font-size: 0.85rem;
        color: #333;
        /* transition: 0.3s; */
        font-weight: normal;
        line-height: 1.4rem;
        display: flex;
    }

    .select_group label {
        height: 36px;
        width: 80px;
        margin: auto;
        border-radius: 50px;
        position: relative;
        transition: 0.5s;
        background-color: #d8d8d8;
        color: #ffffff;
        cursor: pointer;
    }

        .select_group label > span {
            font-size: 0.9rem;
            font-weight: 500;
            position: absolute;
            bottom: 76%;
            left: 50%;
            transform: translate(-50%, 80%);
            color: #fff;
        }

    .join_head {
        background: #edeeef;
        padding: 4px 10px;
        margin: 20px 10px 0px 0px;
        border-radius: 0px 40px 40px 0px;
    }


        .join_head h4 {
            color: #333;
            font-weight: normal;
            font-size: 0.8rem;
        }

    #wrapper .main .weather_t {
        text-align: center;
        padding: 10px;
        border: 1px solid rgba(50, 110, 240, 0.4);
        border-radius: 10px;
        width: 70%;
        margin: 2rem auto 1rem;
    }

    #wrapper .main .innerbox .weather_info .today_energy {
        text-align: left;
        line-height: 18px;
        margin-bottom: 6px;
        margin-left: 0px;
        font-size: 1.1rem;
        font-weight: bold;
        width: 50%;
    }


        #wrapper .main .innerbox .weather_info .today_energy span {
            font-weight: normal;
            font-size: 0.7rem
        }

    #wrapper .main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        /* padding-bottom: 80px !important; */
        margin: 30px auto 0;
        background: #fff;
        box-sizing: border-box;
    }

        #wrapper .main .innerboxas {
            padding: 10px 30px;
        }

    .scroll_box {
        /* height: 400px !important;*/
        border: 0px solid red;
    }

    .img_report {
        padding-top: 25%;
    }
}

/*@media screen and (min-width: 800px) {

    #wrapper {
        max-width: 450px;
    }

    #wrapper .main {
        width: 100% !important;
        padding-right: 50px !important;
        padding-left: 50px !important;
        margin: 40px auto 0 !important;
    }


}*/


/*********/
.scroll_box {
    width: 100%;
    /*height: 600px;*/
    border: 0px solid red;
    overflow: auto;
}

@media screen and (max-width: 360px) {
    .scroll_box {
        /*  height: 400px;*/
        border: 0px solid red;
    }
}

.ndisplay {
    display: none !important;
}

.txthelp {
    text-align: center;
    font-size: 0.8rem;
    padding: 10px;
}

.p_relative {
    position: relative
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w50 {
    width: 49% !important;
}

.w55 {
    width: 55% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 0.9rem !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 16px !important;
}

.font22 {
    font-size: 22px !important;
}

.font-1 {
    font-size: 0.9rem !important;
}

.cblack {
    color: #333 !important;
}

.cblue {
    color: #326ef0 !important;
}

.cgray {
    color: #a3a5ab !important;
}

.bgwhite {
    background-color: #fff !important;
}

.line-h10 {
    line-height: 10px !important;
}

.line-h12 {
    line-height: 12px !important;
}

.line-h16 {
    line-height: 16px !important;
}

.flexbox {
    display: flex;
}

.inline-flex {
    display: inline-flex
}

.h250 {
    height: 250px !important;
}

.bold {
    font-weight: bold
}

.t_normal {
    font-weight: normal;
}

.h180 {
    height: 180px
}

.h170 {
    height: 170px
}

.h250 {
    height: 250px
}

.h260 {
    height: 260px
}

.h280 {
    height: 280px
}

.h300 {
    height: 300px
}

.h350 {
    height: 350px
}

.h340 {
    height: 340px
}

.h320 {
    height: 320px
}

.h80vh {
    height: 80vh !important;
}

.bgwhite {
    background-color: #fff !important;
}

.txt_left {
    float: left;
}

.txt_right {
    float: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}


.bg_weather {
    background-color: #edf1fc !important;
}

.bg_news {
    background-color: #f3f3f3 !important;
}


input[type="text"]::placeholder {
    font-size: 0.8rem;
    color: #aaa;
    text-align: center;
    font-weight: normal;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

.m0_auto {
    margin: 0 auto !important
}

.flex {
    display: flex;
}

.mr_20 {
    margin-right: 20px
}



.tip {
    font-size: 0.7rem;
    text-align: center;
    color: #a3a5ab;
}

.sub_title {
    font-size: 0.9rem !important;
    display: inline-block;
    margin: 0.6rem 0.4px 0.3rem;
    padding: 0.2rem 0.6rem 0rem !important;
    font-weight: bold;
}

.sub_bottom {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
    width: 100%;
    box-sizing: border-box;
}


.bt_search {
    border-radius: 6px !important;
    padding: 10px !important;
    background: #326ef0 !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    color: #fff !important;
    margin: 0 auto !important;
}

.bt_confirm {
    border-radius: 6px !important;
    padding: 5px 0px !important;
    background: #326ef0 !important;
    background-color: #326ef0 !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    color: #fff !important;
    margin: 0 auto !important;
}

.bt_cancel {
    border-radius: 6px !important;
    padding: 10px !important;
    background: #e3e8f1 !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    color: #333 !important;
    margin: 0 auto !important;
}


.bt_search:hover {
    background-color: #6997fa !important;
    color: #fff !important;
    border: 0px solid #326ef0 !important;
}



.vline {
    width: 1px;
    background: #d8d8d8;
    height: 80px;
}

select {
    width: 100%;
    height: 100%;
    padding: 0 28px 0 10px;
    font-size: 15px;
    border: 0;
    -webkit-appearance: none;
    /* for chrome */
    -moz-appearance: none;
    /*for firefox*/
    appearance: none;
    box-sizing: border-box;
    background: transparent !important;
}

    select::-ms-expand {
        display: none;
        /*for IE10,11*/
    }

.select-group {
    position: relative;
    display: block;
    border-collapse: separate;
}

.select-wrap {
    /*height: 40px;
    cursor: pointer;
    background: url('../../images/icon-angle-down.svg') no-repeat 94% 60%/12px auto;*/
}

.select {
    padding: 6px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    font-size: 0.9rem;
    margin: 0px auto;
    color: #333;
    background: #fff;
    display: block;
    background-image: none;
    height: 40px;
    font-weight: bold;
}

select {
    appearance: none;
}

.icon_up {
    position: fixed;
    top: 3%;
    right: 1%;
    display: block;
    z-index: 19999;
    width: 36px;
    cursor: pointer;
    opacity: 70%
}

.icon_down {
    position: fixed;
    bottom: 3%;
    right: 1%;
    display: block;
    z-index: 19999;
    width: 36px;
    cursor: pointer;
    opacity: 70%
}

.cursor_p {
    cursor: pointer;
}



/* 체크박스 디자인 **********************************************/

[type=checkbox] {
    width: 1.2rem;
    height: 1.2rem;
    color: #326ef0;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
}


    /* Pseudo elrement for check styling */

    [type=checkbox]::before {
        content: "";
        color: transparent;
        display: block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        border: 0;
        background-color: transparent;
        background-size: contain;
        box-shadow: inset 0 0 0 1px #CCD3D8;
    }


    /* Checked */

    [type=checkbox]:checked {
        background-color: currentcolor;
    }

        [type=checkbox]:checked::before {
            box-shadow: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
        }


    /* Disabled */

    [type=checkbox]:disabled {
        background-color: #CCD3D8;
        opacity: 0.84;
        cursor: not-allowed;
    }


    /* IE */

    [type=checkbox]::-ms-check {
        content: "";
        color: transparent;
        display: block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        border: 0;
        background-color: transparent;
        background-size: contain;
        box-shadow: inset 0 0 0 1px #CCD3D8;
    }

    [type=checkbox]:checked::-ms-check {
        box-shadow: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
    }


.dropdown-menu {
    width: 330px !important;
}


.datepicker .datepicker-months table tr td span {
    margin: 5px 22px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 1rem !important;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background: #326eef;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.ui-datepicker {
    width: 330px !important;
}

.ui-datepicker-calendar tr {
    background-color: #fff !important;
    border: 0px !important;
}

.ui-datepicker-calendar thead {
    border-bottom: 0 !important;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: normal !important;
}

.ui-datepicker-calendar > tbody > tr > td a {
    height: 40px !important;
    line-height: 30px !important;
    font-size: 1rem !important;
}



@media screen and (max-width: 300px) {
    .ui-datepicker {
        width: 260px !important;
    }

    .ui-datepicker-calendar > tbody > tr > td a {
        height: 30px !important;
        line-height: 20px !important;
        font-size: 1rem !important;
    }

    .dropdown-menu {
        width: 260px !important;
    }

    .datepicker .datepicker-months table tr td span {
        margin: 5px 12px !important;
    }
       
}

.icon_help {
    width: 15px;
    height: 15px;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #333;
    line-height: 0px;
    color: #333;
}

    .icon_help i {
        margin: 0px;
        font-size: 0.6rem;
    }
