header {
    height: 50px;
    margin-bottom: 30px;
}
header.mc {
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
header div {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
header div.mc_header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}
header div nav {
    width: 0;
}
header div > p {
    width: 30px;
}
header div > p > img{
    width: 100%;
    transform: scaleX(-1);
}
header div h1 {
    width: 100%;
    text-align: center;
    position: absolute;
    /*background: url('/resources/images/logo.svg') no-repeat top center;*/
    background-size: contain;
    height: 30px;
    font-size: 2.4rem;

}
header > div > ul {
    width: 30%;
    height: 50px;
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 11;
    right: 3%;
}
header > div > ul > li {
    width: 24px;
    display: flex;
    align-items: center;
}
header > div > ul > li img {
    width: 100%;
}

/* 모바일네비게이션 */
.b-mNav{
    display:block;
    height: auto;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    z-index:10;
    transition:left 0s 0.65s ease;
}
.b-mNav__cover{
    position:absolute;
    top:0;
    z-index:-1;
    width:0;
    height:100%;
    background-color:#f19218;
    transition:width 0.3s 0s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.b-mNav__list{
    margin-top:80px;
    font-size:2.8rem; color:white;
    text-align:center;
    line-height:2.4;letter-spacing: 2px;
    opacity:0;
    transition:opacity 0.35s 0s;
    width: 100%;
    display: none;
    font-weight: 700;
}
.b-mNav__list li.iconMenu {
    font-size: 1.4rem;
    font-weight: 300;
}
.b-mNav__list li:nth-child(4) {
    margin-bottom: 100px;
}
.b-mNav__list li.iconMenu  > a span {
    display: block;
    text-align: center;
    width: 50px;
    margin: 0 auto;
    margin-top: 30px;
}
.b-mNav__list li.iconMenu  > a img {
    display: block;
    width: 100%;
}
.b-header__navBtn{
    display:inline-block;
}
.b-mNav .b-header__navBtn{
    position:absolute;
    opacity:1;
    left: 0;
    margin-left: 10px;
    top: 8px;
}
.slide-open{
    height:100%;
    overflow:hidden;
}
.slide-open .b-mNav{
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    width: auto; height: auto; z-index: 12;
    transition:left 0.5s 0s ease;
}
.slide-open .b-mNav__cover{
    top: 0; left: 0; right: 0; bottom: 0;
    width: auto; height: auto; transition-delay: 0s;
}
.slide-open .b-mNav__list{
    opacity:1;
    transition-delay:0.35s;
    display: block;
}

.slide-open .b-mNav .b-header__navBtn{
    opacity:1;
    position:absolute;
    left: auto;
    right:20px !important;
    top:20px !important;
    padding:5px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
}
.slide-open .b-header__navBtn .shape2{display:none}
.slide-open .b-header__navBtn .shape:nth-child(1){
    transform:translateY(1px) rotate(-45deg);
}
.slide-open .b-header__navBtn .shape:nth-child(3){
    transform:translateY(-2px) rotate(45deg);
}
.btn-menu{
    width:28px;
    height:30px;
    padding:2px;
}
.btn-menu .shape{
    display:block;
    width:100%; height:3px;
    background:#000;
    transition:0.5s;
}
.btn-menu .shape2{
    width:80%;
    margin:5px 0;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    font-size: 1.3rem;
}
footer ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    align-items: center;
}
footer ul li {
    width: 20%;
    text-align: center;
}
footer ul li:nth-child(1) span {
    display: block;
    background: url("/resources/images/icons/ft_img01.svg") top center no-repeat;
    background-size: 30px;
    width: 100%;
    height: 40px;
}
footer ul li:nth-child(2) span {
    display: block;
    background: url("/resources/images/icons/ft_img02.svg") top center no-repeat;
    background-size: 30px;
    width: 100%;
    height: 40px;
}
footer ul li:nth-child(3) span {}
footer ul li:nth-child(4) span {
    display: block;
    background: url("/resources/images/icons/ft_img03.svg") top center no-repeat;
    background-size: 30px;
    width: 100%;
    height: 40px;
}
footer ul li:nth-child(5) span {
    display: block;
    background: url("/resources/images/icons/ft_img04.svg") top center no-repeat;
    background-size: 30px;
    width: 100%;
    height: 40px;
}
footer ul li.homeBtn span {
    display: flex;
    justify-content: center;
    align-items: center;
    background:linear-gradient(150deg, #fde05c, #f19218);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}
article {

}
article section {
    width: 94%;
    margin:0 auto;
}
article.mc_article {
    padding-bottom: 80px;
}
.titArea {
    display: flex;
    justify-content: space-between;
}
.titArea:first-child {
    font-size: 24px;
    font-weight: 700;
}
.titArea p:last-child {
    width: 22px;
}
.titArea p > img {
    width: 100%;
}
.titArea p > a img {
    width: 100%;
}
h2 {
    width: 94%;
    margin:0 auto;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.pageTitle {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.pageTitle > span {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    word-break: keep-all;
    margin-top: 10px;
}
.pageTitle > span.more {
    display: inline-block;
    float: right;
    font-size: 1.4rem;
    font-weight: 300;
    word-break: keep-all;
    margin-top: 10px;
    text-decoration: underline;
}

/* intro */
section.intro {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.intro > div > h2 {
    color: #152446;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
section.intro > div > h1 {
    background: url("/resources/images/logo.svg");
    width: 130px;
    height: 80px;
    margin: 0 auto;
}

section.mc_condition {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
section.mc_condition > div {
    width: 31%;
    text-align: center;
    background: #eee;
    border-radius: 10px;
    padding: 5px;
}
section.mc_condition > div.active {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
section.mc_condition > div > span {
    display: block;
}
section.mc_condition > div > span img {
    width: 100%;
}
section.login {
    width: 90%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
}
section.login div {
    width: 100%;
}
section.login div h1 {
    text-align: center;
    background: url('/resources/images/logo.svg');
    width: 130px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 40px;
}
section.login div ul {
    width: 100%;
    margin-bottom: 20px;
}
section.login div ul li {
    width: 100%;
    margin-bottom: 10px;
}
section.login div ul li:last-child {
    margin-bottom: 0;
}
section.login div ul li select {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    text-indent: 1rem;
    font-size: 1.4rem;
    font-weight: 300;
    color: #999;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
    padding: 0;
}
section.login div ul li input {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    text-indent: 1rem;
    font-size: 1.4rem;
    font-weight: 300;
    color: #999;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
}
section.login div > p {
    text-align: center;
}
section.login div > p a {
    font-size: 14px;
    color: #f19218;
    text-decoration: underline;
    text-underline-offset: 5px;
}
section.login ul li button {
    width: 100%;
    background: #f19218;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
}
section.tabMenu {
    margin-bottom: 40px;
}
section.tabMenu ul {
    display: flex;
    justify-content: start;
}
section.tabMenu ul li {
    margin-right: 20px;
}
section.tabMenu ul li a {
    color: #666;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}
section.tabMenu ul li a.active {
    color: #f19218;
}
section.tabMenu ul li:last-child {
    margin-right: 0;
}


/* 메인 */
section.mc_info {
    background: #fff;
    background-size: 14px;
    border-radius: 0 0 10px 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    padding: 3%;
}
section.mc_info .weather {
    border-right: 1px solid #ddd;
    width: 40%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
section.mc_info .weather p {
    width: 55%;
}
section.mc_info .weather p img {
    width: 100%;
}
section.mc_info .weather ul {
    font-size: 1.1rem;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    right: 0;
}
section.mc_info .weather ul li:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
section.mc_info .indoor {
    width: 60%;
}
section.mc_info .indoor p {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 10px;
}
section.mc_info .indoor ul {
    display: flex;
    justify-content: space-between;
}
section.mc_info .indoor ul li {
    width: 50%;
    text-align: center;
    font-weight: 500;
}
section.mc_info .indoor ul li img {
    width: 30%;
}

section.mc_fare {
    margin-bottom: 30px;
}
section.mc_fare .mc_fareInfo {
    display: flex;
    justify-content: space-between;
}
section.mc_fare .mc_fareInfo > ul {
    display: flex;
    justify-content: start;
}
section.mc_fare .mc_fareInfo > ul li {
    margin-right: 5px;
}
section.mc_fare .mc_fareInfo > ul li:nth-child(1) {
    width: 100px;
}
section.mc_fare .mc_fareInfo > ul li:nth-child(2) {
    width: 70px;
}
section.mc_fare .mc_fareInfo > ul li:last-child {
    margin-right: 0;
}
section.mc_fare .mc_fareInfo > ul li select {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 34px;
    line-height: 37px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: #eee url("/resources/images/icons/ico_down.svg") no-repeat 97% 50%;
    background-size: 14px;
    font-size: 1.4rem;
}
section.mc_fare .mc_fareInfo > p {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -1px;
}
section.mc_fare .mc_fareInfo > p > span {
    font-size: 2rem;
}
section.mc_fare .mc_fareDday {
    color: #f19218;
    font-size: 1.3rem;
}
section.mc_meti {
    margin-bottom: 30px;
}
section.mc_meti .mc_metiBox {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
section.mc_meti .mc_metiBox > p {
    display: flex;
    align-items: center;
    background: #eee;
    width: 30%;
}
section.mc_meti .mc_metiBox > p img {
    width: 100%;
}
section.mc_meti .mc_metiBox > ul {
    width: 70%;
    padding: 10px 15px;
}
section.mc_meti .mc_metiBox > ul li {
    font-size: 1.4rem;
    word-break: keep-all;
    color: #666;
}
section.mc_meti .mc_metiBox > ul li:nth-child(1) {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f19218;
    margin-bottom: 10px;
}
section.mc_meti .mc_metiBox > ul li:nth-child(2) {
    font-weight: 500;
    margin-bottom: 10px;
}
section.mc_meti .mc_metiBox > ul li:nth-child(3) {}
section.mc_realTime {
    margin-bottom: 30px;
}
section.mc_realTime .mc_prediction {
    font-size: 1.4rem;
}
section.mc_realTime .mc_prediction > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
section.mc_realTime .mc_prediction > ul li {
    text-align: center;
    background: #fff;
    border-radius:5px;
    width: 18%;
    padding: 5px 0;
}
section.mc_realTime .mc_prediction > ul li.active {
    background: #f19218;
    color: #fff;
}
section.mc_realTime .mc_prediction > div {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.4rem;
}


    /* 예측 */
section.sc_prediction {}
section.sc_prediction .sc_prediction_analyView {
    margin-bottom: 20px;
}
section.sc_prediction .sc_prediction_analyView > ul {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}
section.sc_prediction .sc_prediction_analyView > ul li {
    margin-right: 5px;
}
section.sc_prediction .sc_prediction_analyView > ul li:nth-child(1) {
    width: 120px;
}
section.sc_prediction .sc_prediction_analyView > ul li:nth-child(2) {
    width: 100px;
}
section.sc_prediction .sc_prediction_analyView > ul li:nth-child(3) {
    width: 70px;
}
section.sc_prediction .sc_prediction_analyView > ul li:last-child {
    margin-right: 0;
}
section.sc_prediction .sc_prediction_analyView > ul li select {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 34px;
    line-height: 37px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: #eee url("/resources/images/icons/ico_down.svg") no-repeat 97% 50%;
    background-size: 14px;
    font-size: 1.4rem;
}
section.sc_prediction > div {

}
section.sc_prediction .sc_prediction_analyView_graph {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    padding: 10px;
    font-size: 1.4rem;
}
section.sc_prediction .sc_prediction_analyView_info {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 15px 15px 10px 15px;
    font-size: 1.4rem;
    color: #666;
}
section.sc_prediction .sc_prediction_analyView_info > ul {}
section.sc_prediction .sc_prediction_analyView_info > ul li {
    display: flex;
    justify-content: space-between;
    line-height: 160%;
}
section.sc_prediction .sc_prediction_analyView_info > p {
    display: flex;
    justify-content: space-between;
    color: #f19218;
}
section.sc_prediction .sc_prediction_analyView_info > p span {
    font-weight: 700;
}
section.sc_prediction .sc_prediction_analyView_info > hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    border: none;
    margin: 10px 0;
}


/* METI */
section.sc_meti {

}
section.sc_meti .sc_metiBox {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
section.sc_meti .sc_metiBox > p {
    display: flex;
    align-items: center;
    background: #eee;
    width: 30%;
}
section.sc_meti .sc_metiBox > p img {
    width: 100%;
}
section.sc_meti .sc_metiBox > ul {
    width: 70%;
    padding: 10px 15px;
}
section.sc_meti .sc_metiBox > ul li {
    font-size: 1.4rem;
    word-break: keep-all;
    color: #666;
}
section.sc_meti .sc_metiBox > ul li:nth-child(1) {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f19218;
    margin-bottom: 10px;
}
section.sc_meti .sc_metiBox > ul li:nth-child(2) {
    font-weight: 500;
    margin-bottom: 10px;
}
section.sc_meti .sc_metiBox > ul li:nth-child(3) {}
section.sc_meti .sc_metiView {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 10px 15px;
}
section.sc_meti .sc_metiView > div {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 10px;
    word-break: keep-all;
    color: #666;
}
section.sc_meti .sc_metiView .sc_metiTxt1 {
    color: #f19218;
}
section.sc_meti .sc_metiView .sc_metiTxt2 {}
section.sc_meti .sc_meti_question {
    margin-bottom: 20px;
}
section.sc_meti .sc_meti_question .sc_meti_questionBox {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 1.4rem;
}
section.sc_meti .sc_meti_question .sc_meti_questionBox > div > p {
    font-size: 13px;
    margin-bottom: 10px;
}
section.sc_meti .sc_meti_question .sc_meti_questionBox > div > ul {
    font-size: 12px;
}
section.sc_meti .sc_meti_question .sc_meti_questionBox > div > ul li {
    width: 100%;
    line-height: 24px;
}
section.sc_meti .sc_meti_question .sc_meti_questionBtn {
    display: flex;
    justify-content: space-between;
}
section.sc_meti .sc_meti_question .sc_meti_questionBtn > button {
    width: 48%;
}
section.sc_meti .sc_meti_question .sc_meti_questionBtn2 {
    display: block;
}
section.sc_meti .sc_meti_question .sc_meti_questionBtn2 > button {
    width: 100%;
}
section.sc_meti .sc_metiRangeChart {
    margin-bottom: 20px;
}
section.sc_meti .sc_metiRange {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 1.2rem;
    color: #666;
    line-height: 180%;
}
section.sc_meti .sc_meti_switchBox {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
section.sc_meti .sc_meti_switchBox > span {
    display: inline-block;
    width: 60px;
    font-weight: 500;
}


    /* 고지빌링 */
section.sc_billing {}
section.sc_billing .sc_billing_adminTab {
    margin-bottom: 30px;
}
section.sc_billing .sc_billing_adminTab ul {
    display: flex;
    justify-content: space-between;
}
section.sc_billing .sc_billing_adminTab ul li {
    width: 32%;
    height: 34px;
    border-radius: 17px;
    background: #ccc;
    color: #fff;
    font-size: 1.3rem;
    line-height: 36px;
    text-align: center;
}
section.sc_billing .sc_billing_adminTab ul li.active {
    background: #f19218;
}
section.sc_billing .sc_billing_adminList {}
section.sc_billing .sc_billing_adminList ul li {
    background: #fff url("/resources/images/icons/sc_arrow.svg");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 1.4rem;
    color: #666;
}
section.sc_billing .sc_billing_adminList ul li.active {
    color: #f19218;
}
section.sc_billing .sc_billing_adminList ul li > span {
    font-weight: 700;
}
section.sc_billing .sc_billing_stateList {

}
section.sc_billing .sc_billing_stateList > div {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 1.4rem;
    color: #666;
}
section.sc_billing .sc_billing_stateList > div > ul {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
section.sc_billing .sc_billing_stateList > div > ul:last-child {
    border-bottom: none;
}
section.sc_billing .sc_billing_stateList > div > ul li {
    display: flex;
    justify-content: space-between;
    line-height: 160%;
}
section.sc_billing .sc_billing_stateList > div > ul li span {
    display: block;
}
section.sc_billing .sc_billing_stateView {
    margin-bottom: 20px;
}
section.sc_billing .sc_billing_stateView > ul {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}
section.sc_billing .sc_billing_stateView > ul li {
    margin-right: 5px;
}
section.sc_billing .sc_billing_stateView > ul li:nth-child(1) {
    width: 100px;
}
section.sc_billing .sc_billing_stateView > ul li:nth-child(2) {
    width: 70px;
}
section.sc_billing .sc_billing_stateView > ul li:last-child {
    margin-right: 0;
}
section.sc_billing .sc_billing_stateView > ul li select {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 34px;
    line-height: 37px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: #eee url("/resources/images/icons/ico_down.svg") no-repeat 97% 50%;
    background-size: 14px;
    font-size: 1.4rem;
}
section.sc_billing .sc_billing_fare {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 15px 15px 10px 15px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.sc_billing .sc_billing_fare > span {
    font-weight: 700;
}
section.sc_billing .sc_billing_stateView .sc_billing_fareList {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 15px 15px 10px 15px;
    font-size: 1.4rem;
    color: #666;
}
section.sc_billing .sc_billing_stateView .sc_billing_fareList > ul {}
section.sc_billing .sc_billing_stateView .sc_billing_fareList > ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 160%;
}
section.sc_billing div .sc_billing_fareView {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 15px 15px 10px 15px;
    font-size: 1.4rem;
    color: #666;
}
section.sc_billing div .sc_billing_fareView > ul {}
section.sc_billing div .sc_billing_fareView > ul li {
    display: flex;
    justify-content: space-between;
    line-height: 160%;
}
section.sc_billing div .sc_billing_fareView > p {
    display: flex;
    justify-content: space-between;
    color: #f19218;
}
section.sc_billing div .sc_billing_fareView > p span {
    font-weight: 700;
}
section.sc_billing div .sc_billing_fareView > hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    border: none;
    margin: 10px 0;
}
section.sc_billing div .sc_billing_monthView {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
section.sc_billing div .sc_billing_monthView > ul {
    display: flex;
    justify-content: start;
}
section.sc_billing div .sc_billing_monthView > ul li {
    margin-right: 5px;
}
section.sc_billing div .sc_billing_monthView > ul li:nth-child(1) {
    width: 100px;
}
section.sc_billing div .sc_billing_monthView > ul li:nth-child(2) {
    width: 70px;
}
section.sc_billing div .sc_billing_monthView > ul li:last-child {
    margin-right: 0;
}
section.sc_billing div .sc_billing_monthView > ul li select {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 34px;
    line-height: 37px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: #eee url("/resources/images/icons/ico_down.svg") no-repeat 97% 50%;
    background-size: 14px;
    font-size: 1.4rem;
}
section.sc_billing div .sc_billing_monthView > p {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -1px;
}
section.sc_billing div .sc_billing_monthView > p > span {
    font-size: 2rem;
}
section.sc_billing div .sc_billing_monthFare {
    margin-bottom: 20px;
}
section.sc_billing div .sc_billing_monthFare .sc_fareDday {
    color: #f19218;
    font-size: 1.3rem;
}
section.sc_billing div .sc_billing_monthFare .sc_fareDdayText {
    font-size: 1.2rem;
    color: #666;
}
section.sc_billing div .sc_billing_monthFare .sc_fareDdayText > span {
    display: inline-block;
    color: #fff;
    background: #f19218;
}
section.sc_billing .sc_billing_monthHr {
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    border: none;
    margin-bottom: 10px;
}
section.sc_billing .sc_billing_monthBtn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
section.sc_billing .sc_billing_monthBtn button {
    font-size: 1.2rem;
}
section.sc_billing .sc_billing_monthBtn > p {
    width: 31%;
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
}
section.sc_billing .sc_billing_monthBtn > ul {
    width: 31%;
}
section.sc_billing .sc_billing_monthBtn > ul li {
    margin-bottom: 5px;
}
section.sc_billing .sc_billing_monthBtn > ul li:last-child {
    margin-bottom: 0;
}


/* 탄소 */
section.sc_carbon {}
section.sc_carbon div .sc_carbon_monthGraph {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 1.3rem;
}
section.sc_carbon div .sc_carbon_monthInfo {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 1.4rem;
    color: #666;
}
section.sc_carbon div .sc_carbon_monthInfo ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
section.sc_carbon div .sc_carbon_monthInfoGraph {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
section.sc_carbon div .sc_carbon_monthInfoGraph > div {
    width: 48%;
    font-size: 1.3rem;
}
section.sc_carbon div .sc_carbon_img {
    width: 40%;
    margin: 0 auto;
}
section.sc_carbon div .sc_carbon_img img{
    width: 100%;
}
section.sc_carbon .sc_carbon_monSeach {
    margin-bottom: 20px;
}
section.sc_carbon .sc_carbon_monSeach > ul {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}
section.sc_carbon .sc_carbon_monSeach > ul li {
    margin-right: 5px;
}
section.sc_carbon .sc_carbon_monSeach > ul li:nth-child(1) {
    width: 100px;
}
section.sc_carbon .sc_carbon_monSeach > ul li:nth-child(2) {
    width: 70px;
}
section.sc_carbon .sc_carbon_monSeach > ul li:last-child {
    margin-right: 0;
}
section.sc_carbon .sc_carbon_monSeach > ul li select {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 34px;
    line-height: 37px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: #eee url("/resources/images/icons/ico_down.svg") no-repeat 97% 50%;
    background-size: 14px;
    font-size: 1.4rem;
}


/* 셋팅 */
section.sc_alarm {}
section.sc_alarm > div {
    margin-bottom: 20px;
}
section.sc_alarm .sc_alarmInfo {
    margin-bottom: 20px;
}
section.sc_alarm .sc_alarmInfo > ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
section.sc_alarm .sc_alarmInfo > ul li {
    margin-right: 5px;
}
section.sc_alarm .sc_alarmInfo > ul li:nth-child(1) {
    width: 49%;
}
section.sc_alarm .sc_alarmInfo > ul li:nth-child(2) {
    width: 49%;
}
section.sc_alarm .sc_alarmInfo > ul li:last-child {
    margin-right: 0;
}
section.sc_alarm .sc_alarmInfo > ul li select {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 34px;
    line-height: 37px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: #eee url("/resources/images/icons/ico_down.svg") no-repeat 95% 50%;
    background-size: 14px;
    font-size: 1.4rem;
}
section.sc_alarm .sc_alarmInfo > ul li input {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 34px;
    line-height: 37px;
    background: #eee;
    background-size: 14px;
    font-size: 1.4rem;
    text-indent: 10px;
}
section.sc_alarm .pageTitle > span {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    word-break: keep-all;
    margin-top: 0px;
    color: #666;
}
section.sc_alarm div .sc_memberInfo {}
section.sc_alarm div .sc_memberInfo > ul {
    background: #fff;
    background-size: 14px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 15px 15px 10px 15px;
    font-size: 1.3rem;
    color: #666;
}
section.sc_alarm div .sc_memberInfo > ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 160%;
}
section.sc_alarm div .sc_memberInfo > ul li > span input {
    width: 100px;
    border: none;
    border-radius: 5px;
    height: 30px;
    line-height: 33px;
    background: #eee;
    background-size: 14px;
    font-size: 1.4rem;
    text-indent: 10px;
}
section.sc_alarm div .sc_memberInfo > ul li > span select {
    width: 100px;
    border: none;
    border-radius: 5px;
    height: 30px;
    line-height: 33px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: #eee url("/resources/images/icons/ico_down.svg") no-repeat 95% 50%;
    background-size: 14px;
    font-size: 1.4rem;
}
section.sc_alarm ul.sc_alarmLst {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
section.sc_alarm ul.sc_alarmLst:first-child {
    border-top: 2px solid #333;
}
section.sc_alarm ul.sc_alarmLst li {}
section.sc_alarm ul.sc_alarmLst li:last-child {
    font-size: 1.2rem;
    color: #888;
}

section.sc_pw ul li {
    margin-bottom: 10px;
}
section.sc_pw ul li input {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    text-indent: 1rem;
    font-size: 1.4rem;
    font-weight: 300;
    color: #999;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
}
section.sc_pw ul li button {
    width: 100%;
    background: #f19218;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
}


/* switch */
/* The switch - the box around the slider */
.switch_cont .switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 26px;
    vertical-align:middle;
}

/* Hide default HTML checkbox */
.switch_cont .switch input {display:none;}

/* The slider */
.switch_cont .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_cont .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_cont input:checked + .slider {
    background-color: #f19218;
}

.switch_cont input:focus + .slider {
    box-shadow: 0 0 1px #f19218;
}

.switch_cont input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(52px);
}

/* Rounded sliders */
.switch_cont .slider.round {
    border-radius: 34px;
}

.switch_cont .slider.round:before {
    border-radius: 50%;
}

.switch_cont p {
    margin:0px;
    display:inline-block;
    font-size:1.4rem;
    font-weight:500;
    color: #666;
}
.switch_cont .setRadioAllBox {
    display: flex;
    justify-content: start;
}
.switch_cont .setRadioAllBox li {
    margin-right: 30px;
}
.switch_cont .setRadioAllBox li > input[type=radio] {
    margin: 3px;
    width: 20px;
    height: 20px;
}


.chart {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.graphBar {
    position: relative;
    width: 100%;
    height: 30px;
    background: #ccc;
    border-radius: 15px;
}
.graphFst {
    margin-bottom: 10px;
}
.graphBar_type1 {
    display: inline-block;
    height: 30px;
    border-radius: 15px;
    background: #f19218;
}
.graphBar_type2 {
    display: inline-block;
    height: 30px;
    border-radius: 15px;
    background: #f8bd3d;
}
.graphBar_value {
    position: absolute;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
}