@charset "utf-8";

.dw-noti__setting {width: 100%; max-width: 420px; margin: 0 auto; min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.dw-noti__setting form {display: block; width: 100%;}
.dw-noti__group {padding: 30px 0; border-bottom: solid 1px #ddd;}
.dw-noti__group dt {display: flex; align-items: center; justify-content: space-between;}
.dw-noti__group dt h5 {font-size: 17px; display: flex; align-items: center; line-height: 1.0;}
.dw-noti__group dt h5 span {color: #f00; display: block; width: 15px;}
.dw-noti__group input[type="checkbox"] {height: 0; width: 0; visibility: hidden;}
.dw-noti__group input[type="checkbox"] + label {cursor: pointer; font-size: 0; width: 50px; height: 26px; background: #888; display: block; border-radius: 100px; position: relative;}
.dw-noti__group input[type="checkbox"] + label:after {content: ''; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: #fff; border-radius: 90px; transition: 0.3s;}
.dw-noti__group input[type="checkbox"] + label:active:after {width: 30px;}
.dw-noti__group input[type="checkbox"] + label:before {content: 'OFF'; display: block; font-size: 10px; padding-left: 50%; text-align: right; padding-right: 8px; line-height: 26px; color: #ddd;}
.dw-noti__group input[type="checkbox"]:checked + label {background: #5ef19c;}
.dw-noti__group input[type="checkbox"]:checked + label:after {left: calc(100% - 3px); transform: translateX(-100%);}
.dw-noti__group dd {padding-left: 15px; margin-top: 15px;}
.dw-noti__group dd ul {display: flex;}
.dw-noti__group dd ul li {display: flex; align-items: center;}
.dw-noti__group dd ul li:first-child:nth-last-child(1) {width: 100%;}
.dw-noti__group dd ul li:first-child:nth-last-child(2),
.dw-noti__group dd ul li:first-child:nth-last-child(2) ~ li {width: 50%;}
.dw-noti__group dd ul li h5 {font-size: 12px; flex-shrink: 0; margin-right: 10px;}
.dw-noti__group dd ul li p {margin-left: 10px;}
.dw-noti__group dd ul li input[type="text"] {width: 80px;}
.dw-noti__default {display: flex; align-items: center; flex-wrap: wrap; border-bottom: solid 1px #ddd; padding-bottom: 10px;}
.dw-noti__default input[type="checkbox"] {}
.dw-noti__default input[type="checkbox"] + label {font-size: 14px; font-weight: 600; margin-left: 5px;}
.dw-noti__default span {display: block; width: 100%; margin-top: 5px;}

.dw-ctrl__left {width: 300px;}
.dw-ctrl__sch {flex-shrink: 0;}
.dw-ctrl__form {padding: 15px 10px 0;}
.dw-ctrl__form > li {display: flex; align-items: center; margin-bottom: 10px;}
.dw-ctrl__form > li:last-child {margin-bottom: 0;}
.dw-ctrl__form > li > p {width: 60px; font-weight: 500;}
.dw-ctrl__form > li > select,
.dw-ctrl__form > li > input[type="text"] {flex-grow: 1;}
.dw-ctrl__district {position: relative; flex-grow: 1;}
.dw-ctrl__district--toggle {display: flex; align-items: center; line-height: 1.0; background: none; width: 100%; height: 26px; font-size: 9pt; border: 1px solid #bbb; text-align: left; padding-left: 5px; padding-right: 22px; position: relative; cursor: pointer; -webkit-appearance: none; appearance: none; border-radius: 0px; -webkit-border-radius: 0px;}
.dw-ctrl__district--toggle span {display: flex; align-items: center;}
.dw-ctrl__district--toggle span:after {content: '>'; margin: 0 8px;}
.dw-ctrl__district--toggle span:last-child:after {display: none;}
.dw-ctrl__district--toggle:after {content: ''; display: block; width: 8px; height: 5px; position: absolute; right: 7px; top: 50%; margin-top: -3px; background: url('../../img/common/select_arrow.png')no-repeat center center / cover;}
.dw-ctrl__district--toggle.on:after {transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.dw-ctrl__district--drop {display: none; position: absolute; left: -60px; right: 0; top: 100%; margin-top: -1px; z-index: 100; background: #fff; border: solid 1px #bbb;}
.dw-ctrl__district--drop:after {content: ''; display: table; clear: both;}
.dw-ctrl__district--list {border-right: solid 1px #ddd; height: 160px; float: left;}
.dw-ctrl__district--list:nth-child(1) {width: 25%;}
.dw-ctrl__district--list:nth-child(2) {width: 40%;}
.dw-ctrl__district--list:nth-child(3) {width: 35%; border-right: none;}
.dw-ctrl__district--list ul li a {display: block; font-size: 13px; padding: 2px 5px;}
.dw-ctrl__district--list ul li a:hover {background: #f5f5f5;}
.dw-ctrl__district--btn {float: left; width: 100%; border-top: solid 1px #bbb; background: #f5f5f5; display: flex; justify-content: center; padding: 5px;}
.dw-ctrl__submit {flex-shrink: 0; display: flex; height: 26px; background: #333; width: 50px; color: #fff; cursor: pointer; align-items: center; justify-content: center; line-height: 1.0;}
.dw-ctrl__cnt {padding: 10px; font-weight: 500; text-align: right;}
.dw-ctrl__cnt strong {font-weight: 700;}

.dw-ctrl__result {flex-grow: 1; position: relative; border-top: solid 1px #888;}
.dw-ctrl__scroll {position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.dw-ctrl__item {border-bottom: solid 1px #ddd;}
.dw-ctrl__item a {display: block; padding: 15px 10px;}
.dw-ctrl__item h5 {font-size: 15px; cursor: pointer;}
.dw-ctrl__item p {font-weight: 500; margin-top: 10px; padding-left: 20px; position: relative;}
.dw-ctrl__item p:before {content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 0; top: 50%; margin-top: -6px; background: url('/img/common/control_tel.png')no-repeat center center / cover;}
.dw-ctrl__item span {display: block; padding-left: 20px; margin-top: 5px; position: relative;}
.dw-ctrl__item span:before {content: ''; display: block; width: 10px; height: 16px; position: absolute; left: 1px; top: 2px; background: url('/img/common/control_address.png')no-repeat center center / cover;}
.dw-ctrl__item ul {display: flex; align-items: center; margin-top: 15px; padding: 0 20px; position: relative;}
.dw-ctrl__item ul:before {content: ''; display: block; width: 14px; height: 16px; position: absolute; left: 0; top: 1px; background: url('/img/common/control_temp.png')no-repeat center center / cover;}
.dw-ctrl__item ul li {}
.dw-ctrl__item ul li:after {content: '/'; margin: 0 5px;}
.dw-ctrl__item ul li:last-child:after {display: none;}
.dw-ctrl__item ul li strong {color: #126bf1;}
.dw-ctrl__item ul li strong.red {color: #fd4d66;}

.dw-ctrl__map {height: 100%;}
.dw-ctrlpop {height: 100%; overflow: hidden;}
.dw-ctrlpop__inner {display: flex; height: 100%; flex-direction: column;}
.dw-ctrlpop__top {flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; height: 50px; background: #666;}
.dw-ctrlpop__top span {display: block; width: 50px; white-space: nowrap; padding-left: 20px; color: #ddd; font-size: 14px;}
.dw-ctrlpop__top h3 {font-size: 16px; color: #fff; font-weight: 500;}
.dw-ctrlpop__top button {display: block; width: 50px; height: 50px; background: none; text-indent: -9999px; position: relative; cursor: pointer;}
.dw-ctrlpop__top button:before,
.dw-ctrlpop__top button:after {content: ''; display: block; width: 24px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -1px;}
.dw-ctrlpop__top button:before {transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.dw-ctrlpop__top button:after {transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.dw-ctrlpop__tab {flex-shrink: 0; padding-top: 10px; position: relative;}
.dw-ctrlpop__tab .inv-tab {padding: 0 10px;}
.dw-ctrlpop__tab select {position: absolute; right: 10px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%);}
.dw-ctrlpop__graph {flex-shrink: 0; padding: 20px 20px 0;}
.dw-ctrlpop__graph dt {text-align: right; font-size: 12px; font-weight: 500;}
.dw-ctrlpop__graph dt strong {font-weight: 600; margin-right: 5px; font-size: 14px;}
.dw-ctrlpop__graph dd {margin-top: 10px; border: solid 1px #ddd;}

.dw-ctrlpop__top_v2 {flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; height: 50px; background: #000000;}
.dw-ctrlpop__top_v2 span {display: block; width: 50px; white-space: nowrap; padding-left: 20px; color: #ddd; font-size: 14px;}
.dw-ctrlpop__top_v2 h3 {font-size: 16px; color: #fff; font-weight: 500;}
.dw-ctrlpop__top_v2 button {display: block; width: 50px; height: 50px; background: none; text-indent: -9999px; position: relative; cursor: pointer;}
.dw-ctrlpop__top_v2 button:before,
.dw-ctrlpop__top_v2 button:after {content: ''; display: block; width: 24px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -1px;}
.dw-ctrlpop__top_v2 button:before {transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.dw-ctrlpop__top_v2 button:after {transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}

.dw-general__title {display: flex; align-items: center; justify-content: space-between; margin-top: 30px; margin-bottom: 10px;}
.dw-general__title:nth-child(1) {margin-top: 0;}
.dw-general__title h5 {font-size: 18px; font-weight: 700;}

.dw-bcd {display: flex; flex-direction: column; height: calc(100% - 50px); padding: 20px;}
.dw-bcd__top {flex-shrink: 0;}
.dw-bcd__ipt {display: flex; align-items: center; margin-bottom: 20px;}
.dw-bcd__ipt h5 {flex-shrink: 0; margin-right: 20px; font-size: 16px; font-weight: 700;}
.dw-bcd__ipt input[type="text"] {flex-grow: 1; margin-right: 20px; height: 40px; font-size: 14px; font-weight: 700;}
.dw-bcd__ipt a {height: 40px; color: #fff; padding: 0 20px; background: #333; font-size: 14px; margin-left: -10px; font-weight: 500; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}
.dw-bcd__mid {flex-shrink: 0; display: flex;}
.dw-bcd__title {flex-shrink: 0; padding-top: 20px; padding-bottom: 10px; font-size: 16px; font-weight: 700;}
.dw-bcd__list {flex-grow: 1; display: flex; flex-direction: column;}
.dw-bcd__scroll {flex-grow: 1; position: relative;}
.dw-bcd__scroll .gn-item__scr {border: solid 1px #ddd; padding: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.dw-bcd__cnt {flex-shrink: 0; margin-left: 20px;}
.dw-bcd__cnt ul {display: flex; margin: 0 -5px;}
.dw-bcd__cnt ul li {width: 50%; padding: 0 5px;}
.dw-bcd__cnt ul li div {width: 140px; height: 140px; border: solid 1px #888; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.dw-bcd__cnt ul li span {font-weight: 500;}
.dw-bcd__cnt ul li strong {font-size: 34px; font-weight: 700; display: block; margin-top: 5px;}
.dw-bcd__cnt a {height: 40px; color: #fff; background: #333; font-size: 14px; font-weight: 500; margin-top: 10px; display: flex; align-items: center; justify-content: center;}
.dw-bcd__bot {flex-grow: 1; position: relative;}
.dw-bcd__bot .gn-item__scr {padding: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}










