@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import 'https://fonts.googleapis.com/css?family=Monoton';
@import '/daeri/fonts/font-awesome-4.7.0/css/font-awesome.min.css';
/*@import '/shop/fonts/TmonFont/TmonFont.css';*/
@import '/daeri/fonts/Godo/GodoFont.css';
@import 'https://fonts.googleapis.com/css?family=Shrikhand';
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html{
    font-size:3vw;
    font-family: 'Nanum Gothic';
}
body, ul, li, p{
margin:0;
padding:0;
}
ul, li{
	list-style: none;
}
a{
	text-decoration: none;
	color:#000;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;
}
.kakaoLoginPopup, .agreePopup{
    z-index: 3333;
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}
.agreePopup{
    z-index: 3332;
}
.agreeContainer{
    width:calc(100% - 40px);
    background: transparent;
    max-width: 600px;
}
.kakaoLoginPopup.none{
    display: none;
}
.login_div{
    padding:20px;
    width: calc(100% - 60px);
    background: #333;
    border-radius: 10px;
}
.login_div p{
    background: #333;
    color:#fff;
    font-size:14px;
    padding:5px;
    text-align: center;
}
.submit_bt{
    width:100%;
    border-radius: 5px;
    background: teal;
    color:#fff;
    font-weight: normal;
    cursor: pointer;
    font-size:20px;
    text-align: center;
    height:50px;
    line-height: 50px;
    font-family: 'GongGothicLight';
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 38%);
}
.submit_bt{
    transition: all .2s;
}
.submit_bt:hover{
    opacity: 0.7;
}
.submit_bt.sso.sso-google:hover:after{
    z-index: -1;
}
.sso-login.none{
    display: none;
}
.submit_bt.sso{
    background: #fff;
    color:#333;
    margin-top:0 !important;
    margin-bottom:15px;
    /*width: calc(100% - 2px);*/
    position: relative;
    line-height: 44px;
    font-family: 'Noto Sans KR';
}
.submit_bt.sso-kakao{
    background: #FEE500;
    border:1px solid #e9e000;
    color:#000;
}
.submit_bt.sso.sso-kakao:after{
    position: absolute;
    left: 10px;
    top: 5px;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/daeri/img/kakao100.png);
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: 50% 50%;
}
.cont-box{
    background: #fff;
    margin-top:10px;
    border:1px solid #eaeaea;
    padding:0;
    border-radius: 10px;
    overflow:hidden;
}
.cont-box .cont-item, .cont-box .cont-sel{
    padding:15px;
    position: relative;
}
.cont-box .cont-item.noafter > p{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont-box .cont-item.noafter .fa{
    font-weight: 600;
    color: #444;
    font-size: 22px;
    width: 22px;
    text-align: right;
    cursor: pointer;
}
.cont-box .cont-item:not(.noafter):after{
    content:"\f105";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: 600;
    color:#444;
    position: absolute;
    right: 15px;
    top: calc(50% - 11px);
    font-size: 22px;
}
.cont-box .cont-item.flex p:not(.none)+p{
    margin-top:8px;
}
.cont-box .cont-item > p{
    width:calc(100% - 22px);
}
.cont-box .cont-item.noafter:has(.fa) > p > label{
    width:calc(100% - 22px);
}
.cont-box .cont-item.flex p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.cont-box .cont-item.flex.justify-flex-start p{
    justify-content: flex-start;
}
.cont-box .cont-item select{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}
.cont-box .cont-item select + select{
    margin-left:10px;
}
.cont-box .cont-item > p:first-child{
    font-size:15px; font-weight: bold;
}
.cont-box .cont-item > p+p{
    font-size:13px;
    color:#444;
}
.cont-box .cont-item.flex+.cont-item.flex p{
    font-size: 13px;
    font-weight: normal;
    color:#333;
}
.cont-box .cont-sel{

}
.cont-box .cont-sel > h2{
    font-size: 15px;
    font-weight: bold;
}
.cont-box .cont-sel > p+p, .cont-box .cont-sel > h2+p{
    margin-top:15px;
}
.cont-box .cont-item > p span.relaxNumber{
    background: #d6ffe1;
    color: green;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 5px;
    padding: 0 5px 2px;
}
.cont-box .cont-item+.cont-item, .cont-box .cont-item+.cont-sel{
    border-top:1px solid #eaeaea;
}
.cont-box:first-child{
    margin-top:0;
}
.Radio_div{
    display: flex;
}
.Radio_div label{
    flex: 1;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
}
.Radio_div label input[type="radio"]{
        width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
        appearance: none;
        margin:0;
        outline: none;
}
.Radio_div label input[type="radio"]+p{
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #d7dbe6;
    color: #212329;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.Radio_div label input[type="radio"]:checked+p{
    background-color: #f3f8ff;
    border-color: #bdd9ff;
    color: #1a7cff;
    font-weight: bold;
}
.Radio_div label:first-child input[type="radio"]+p{
    border-radius: 4px 0 0 4px;
}
.Radio_div label:not(:first-child) input[type="radio"]+p{
    border-left:0 !important;
}
.Radio_div label:last-child input[type="radio"]+p{
    border-radius: 0 4px 4px 0;
}
.Radio-module, .Checkbox-module{
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    cursor: pointer;
}
.Checkbox-module input{
    display: none;
}
.Checkbox-module .icon {position:relative;margin-top: 1px;width: 24px;height: 24px;border: 1px solid #f00;border-radius: 3px;}
.Checkbox-module .icon::after {content: '';position: absolute;top: 2px;left: 7px;width: 7px;height: 13px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(45deg) scale(0);opacity: 0;}
.Checkbox-module input:checked ~ .icon {border-color: transparent;background: #ff1616;}
.Checkbox-module input:checked ~ .icon::after {opacity: 1;transform: rotate(45deg) scale(1);}
.Radio-module .Radio-module_radio{
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none !important;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    top:1px;
    cursor: pointer;
}
.Radio-module .Radio-module_radio:before{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #ccc;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.Radio-module .Radio-module_radio:hover:before{
    background-color: #f8f9fa;
}
.Radio-module .Radio-module_radio:checked:before{
    background-color: #fff;
    box-shadow: inset 0 0 0 6px #1a7cff;
}
.Radio-module span, .Checkbox-module span:not(.icon){
    margin-left:10px;
    margin-top:-1px;
    font-size:14px;
    color:#333;
}
.Radio-module .Radio-module_radio+span, .Checkbox-module .icon+span{
    text-align: left;
    color:#666;
}
.Radio-module .Radio-module_radio:checked+span, .Checkbox-module input:checked ~ .text{
    color:#000;
    font-weight: bold;
}
.Radio-module .Radio-module_radio+span+span, .Checkbox-module .icon+span+span{
    width:100px;
    text-align: right;
    color:#000;
    font-weight: bold;
}
.p-15{
    padding:15px;
}
.none{display: none !important;}
.index.terms-popup{
    position: fixed;
    top:-100%;
    left:0;right:0;bottom:0;
    transition: all 0.2s ease;
    z-index: 3333;
    background: #fff;
}
.index.terms-popup:not(.open){
    height: 0;
    overflow: hidden;
}
.index.terms-popup:not(.open) .hd, .index.terms-popup:not(.open) .ft, .index.terms-popup:not(.open) .radio-row{
    position: absolute;
}
.index.terms-popup:not(.open) .ft{
    bottom:-100%;
}
.index.terms-popup.open{
    top:0;
    overflow-y: scroll;
}
.index.terms-popup .hd .hd-logo, .index.full-popup .hd .hd-logo{
    justify-content: flex-start;
    padding-left: 15px;
}

.index.terms-popup .index-body .index-container{
    padding:0 15px 15px; font-size:12px;
    line-height: 160%;
}

.index.terms-popup .index-body .index-container table {
    font-size: 12px;
    margin:10px 0;
}

.index.terms-popup .index-body .index-container .chart1 {
    border-top: 1px solid #333;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

.index.terms-popup .index-body .index-container .chart1 td {
    background: #eee;
    text-align: left;
    padding: 7px;
    border-bottom: 1px solid #bdbdbd;
    width: 150px;
}

.index.terms-popup .index-body .index-container .chart1 td + td {
    border-left: 1px solid #bdbdbd;
    padding: 7px;
    text-align: left;
    background: #fff;
    width: auto;
}

.index.terms-popup .index-body .index-container .chart2 {
    border-top: 1px solid #333;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

.index.terms-popup .index-body .index-container .chart2 th {
    background: #eee;
    text-align: center;
    padding: 7px;
    border-bottom: 1px solid #bdbdbd;
    width: 150px;
}

.index.terms-popup .index-body .index-container .chart2 th + th {
    border-left: 1px solid #bdbdbd;
}

.index.terms-popup .index-body .index-container .chart2 tr td:first-child {
    width: 30%;
    text-align: left;
}

.index.terms-popup .index-body .index-container .chart2 td {
    padding: 7px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #bdbdbd;
}

.index.terms-popup .index-body .index-container .chart2 td + td {
    border-left: 1px solid #bdbdbd;
    width: 35%;
}

.index.terms-popup .index-body .index-container h2 {
    font-size: 14px;
}

.index.terms-popup .index-body .index-container h1 {
    font-size: 18px;
}

.index.terms-popup .index-body .index-container h1, .index.terms-popup .index-body .index-container h2{
    padding:15px 0;
}

.index.terms-popup .index-body .index-container ul {
    list-style-type: hangul-consonant;
}

.index.terms-popup .index-body .index-container ul li + li {
    padding-top: 3px;
}
.index.terms-popup .index-body .index-container p+p{
    padding-top:3px;
}
.hd{
    position: fixed;
    background: #146ebe;
    color:#fff;
    width:100%;
    top:0;
    z-index: 100;
}
.hd .hd_wr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.index:not(.main) .hd .hd_wr .hd-logo {
    width: calc(100% - 50px);
}
.hd .hd-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    width: calc(100% - 100px);
    height: 100%;
    font-size: 20px;
}
.hd .hd_wr .hd-bars, .hd .hd_wr .hd-home {
    width: 50px;
    font-size: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index.terms-popup .hd .hd-logo, .index.full-popup .hd .hd-logo {
    justify-content: flex-start;
    padding-left: 15px;
}

.hd .hd-logo a {
    display: block;
    text-align: center;
    vertical-align: top;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    font-weight: bold;
    color:#fff;
}
.index.full-popup:not(.open) {
    height: 0;
    overflow: hidden;
}
.index.full-popup {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease;
    z-index: 201;
    height: auto;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
}
.index.full-popup.open{
    top:0;
}
.index.full-popup .index-body{
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.index.full-popup:not(.open) .hd, .index.full-popup:not(.open) .ft{
    position: absolute;
}

.index.full-popup .index-body .index-container{
    background: #fff;
}
.index.full-popup .index-body, .index.full-popup .index-body .index-container{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.index.full-popup .index-body .index-container, .index.full-popup .hd{max-width: 500px;}
.input-container {
    border: 1px solid #e0e0e0;
    padding: 0;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
}
.index.full-popup .index-body .index-body-content{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px rgb(255 255 255 / 75%);
    margin:0 15px;
}
.index.full-popup .hd{
    position: relative;
    border-top-right-radius:10px;
    border-top-left-radius: 10px;
}
.input-container input[type="text"] {
    border: 0;
    height: 46px;
    outline: 0;
}
.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-flex > *{
    width:100%;
    text-align: center;
}
.d-flex > input[type="text"]+span{
    width:auto;
    padding:0 8px;
}
.ft .ft_wr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.index.full-popup .index-container .ft .ft_wr .ft_btn {
    padding-bottom: 2px;
    background: #6495ed;
    border-bottom: 1px solid #002059;
    width: calc(100% - 30px);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.ft {
    position: fixed;
    background: #fff;
    color: #fff;
    width: 100%;
    border-top: 1px solid #bdbdbd;
    bottom: 0;
    z-index: 100;
    transition: all 0.5s ease;
}
.index.full-popup .index-container .ft {
    position: relative;
    border-top: 0;
    padding: 0 0 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.index.full-popup .index-body .index-container textarea:focus, .index.full-popup .index-body .index-container input:focus, .input-container:has(input:focus){
    border-color: #6495ed;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  margin: 12px 0;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
.footer{
position: relative;
height:50px;
line-height: 50px;
left:0;
right:0;
bottom:0;
background: #476600;
color:#fff;
cursor:default;
font-family: 'Nanum Gothic';
}

.footer ul li{
float:left;
width:calc(25% - 0.8px);
text-align: center;
font-size: 12px;
}

.footer ul li+li{
	border-left:1px solid #395200;
}

.footer ul li div:first-child{
	    margin-top: 5px;
    display: inline-block;
    height: 14px;
    font-size:14px;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.footer ul li div+div{
	line-height: 18px;
}
.body{
position: relative;
z-index: 1;
}
.body.opacity{
opacity: 0.4;
}
div.footer{
    background: #787c7c;
    color:#fff;
    padding:5px 15px 15px;
    height: auto;
    line-height: 160%;
    font-size: 9pt;
    font-family: dotum;
}
div.footer h2:nth-child(n+1) {
    padding:8px 0 10px;
    margin:0;
    font-family: 'GongGothicLight';
    font-weight: normal;
}
div.index .footer p {
    margin:0;
    padding-top: 2px;
}
div.footer p.copyright {
    margin: 10px -15px -15px;
    padding: 15px;
    text-align: center;
    background: #666;
}
#phone_chk_bt{
    border-radius: 4px;
    cursor: pointer;
    padding: 13px 10px 15px;
    border-radius: 0px;
    border: 1px solid #0e63ff;
    font-size: 14px;
    width: 130px;
    text-align: center;
    color: #fff;
    background: #7599ff;
    margin-left:5px;
}
#phone_chk_bt.none{display: none;}
.phoneflex .input-container{width:260px;}
.phoneflex:has(#phone_chk_bt:not(.none)) .input-container{width:calc(100% - 136px);}
.statistics_price_div{
    overflow: hidden;
    border-radius: 10px;
    margin:10px 10px 0;
    padding:13px 20px 20px;
    background: #fff;
    box-shadow: 0px 3px 11px hsl(0deg 0% 0% / 0.38);
    border: 1px solid #e2e2e2;
}
.statistics_price_div p {
    font-size:16px;
    color:#666;
    font-family: 'GongGothicLight';
}
.statistics_price_div p + p{
    font-size: 18px;
    font-weight: bold;
    color:#333;
    padding-top:8px;
    letter-spacing:1px;
}
.date-wrap{
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 11px hsl(0deg 0% 0% / 0.38);
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}
.date-year{
    display: flex;
    justify-content: center;
    align-items: center;
    background: lightseagreen;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 0;
}
#month-this{
    font-size:18px;
    padding:0 0px 0px;
    font-weight: bold;
    width:110px;
    text-align: center;
}
.date-year i{
    padding: 5px 10px;
    color: yellow;
    font-size: 24px;
}
.date-month{
    font-family: system-ui;
}
.date-month th{
    font-weight: normal;
}
#tbl-month td{
    text-align: center;
    vertical-align: top;
    font-size:2.2rem;
    padding: 5px 0;
}
#tbl-month td p{
    font-size:1.1rem;
    padding-top:5px;
    font-weight: bold;
    letter-spacing:-0.03rem;
}
#tbl-month td p.save{
    color:#3F7FE0;
}
#tbl-month td p.withdraw{
    color:#EA6B76;
}

#tbl-month td.done a{
    color:#bdbdbd;
}

.statistics{
    margin: 0 -10px -10px;
    font-family: "Noto Sans KR", sans-serif;
}

#statisticsHead{
    background: tomato;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

#statisticsList ul li{
    padding: 10px 15px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top:1px solid #eaeaea;
}
#statisticsList ul li + li{
    
}

#statisticsList .LiLeft{
    width: calc(100% - 80px);
}

#statisticsList .Date {
    color: #535353;
    font-size: 14px;
}

#statisticsList .Memo {
    font-size: 16px;
    color: #222;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 30px;
    white-space: nowrap;
}

#statisticsList .LiRight{
    width: 80px;
}

#statisticsList .Diff{
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

#statisticsList .Diff.save{
    color: #3F7FE0;
}

#statisticsList .Diff.save:before {
    content: "+";
}

#statisticsList .Diff.use{
    color: #EA6B76;
}

#statisticsList .Diff.cancel{
    color: #bdbdbd;
    text-decoration: line-through;
}

#statisticsList .After {
    font-size: 14px;
    color: #555;
    text-align: right;
}

.statistics_price_div .loginInfo{
    padding-bottom: 10px;
    border-bottom: 2px dashed #d3d3d3;
    margin-bottom: 9px;
}

.statistics_price_div .loginInfo-Title{
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.statistics_price_div .loginInfo-Title > span:first-child{
    border:1px solid blue;
    color:blue;
    padding:5px;
    border-radius: 5px;
}

.statistics_price_div .loginInfo-Title > span+span{
    font-weight: bold;
    padding-left: 6px;
}
.statistics_price_div .loginInfo-Cnt{
    margin-left:-10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.statistics_price_div .loginInfo-Cnts{
    background: #696969;
    margin-top:10px;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'GongGothicLight';
    margin-left:10px;
}
.shareDiv{
    margin: 10px -20px -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: cornflowerblue;
    color: #fff;
    font-size: 18px;
    font-family: 'GongGothicLight';
}
.call_popup.none{display: none !important;}
.call_popup{
    z-index:9999;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans KR',sans-serif;
}
.call_popup .call-container{
    background: #fff;
    width:94%;
    border-radius: 5px;
}
.call_popup .call-container .call-body-div .call-bt-div{
    padding:15px 10px 15px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.call_popup .call-container .call-body-div .call-bt-div span i{
    padding-right:5px;
    vertical-align: middle;
}
.call_popup .call-container .call-body-div .call-bt-div span{
    background: #FEE500;
    color: #000;
    border-radius: 20px;
    text-align: center;
    padding: 2px 15px 0;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-family: 'GongGothicLight';
    font-size: 20px;
    height: 50px;
    line-height: 50px;
}
.call_popup .call-container .call-body-div .call-bt-div.blue span{
    background: #1475ed;
}
.call_popup .call-container .call-body-div .call-bt-div span+span{
    background: #490613;
    margin-top:15px;
    color:#fff;
}
.call_popup .call-container .call-body-div .call-bt-div.blue span+span{
    background: #071c37;
}
.call_popup .call-container .call-body-div .call-bt-div p{text-align: center; font-size:14px; padding:5px;letter-spacing:-1px;}
.call_popup .call-container .call-body-div > p, .call_popup .call-container .call-top-div > p{text-align: center; font-size:13px; padding:10px 5px; color:#777;letter-spacing:-1px;}
.global-flex-center{justify-content: center;align-items: center;display: inline-flex;}
.call_popup .call-container .call-footer-div{
    background: #2d2f35;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding:12px 0;
    font-size:20px;
    position: relative;
    width:100%;
    color:#fff;
    font-family: 'GongGothicLight';
}
.call_popup .call-container .call-top-div{
    background: slategrey;
}
.call_popup .call-container .call-top-div > p{
    color:#fff;
}
.call_popup .call-container .call-footer-div div span+span{margin-left:5px; height: 24px; line-height: 24px; display: inline-block;}
.css-btn-close {width:24px;height: 24px;position: relative; display: inline-block;}
.css-btn-close:before, .css-btn-close:after {position: absolute;content:' ';height: 24px;width: 1px;background-color: #fff;}
.css-btn-close:before {transform: rotate(45deg);}
.css-btn-close:after {transform: rotate(-45deg);}
.titleIcon{
    width: 60px;
    height: 60px;
    background-image: url('../img/icon.png');
    background-size:80px 80px;
    background-position: -10px -10px;
}
.head{
    position: fixed;
    top: 0;
    height: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.head + .body{
    padding-top:60px;
}
.head .title{
    display: inline-flex;
    width: calc(100% - 60px);
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.head .title .title-text{
    font-family: 'GongGothicLight';
    font-size: 18px;
}
.head .title .title-btn{
    font-size:0px;
    padding-right:7px;
}
.head .title .title-btn i{
    padding:15px 7px;
    font-size: 20px;
}
.head .title .title-btn i+i{
    margin-left: 5px;
}
.qr_div{position: fixed; top:0; left:0; right:0; bottom:0; z-index: 9999;}
.qr_div .body {min-height: calc(100%);position: relative;left: 0;right: 0;bottom: 0; display: flex; background: #fff;justify-content: center;align-items: center;}
.qr_div .Itemthumbnail{padding:10px;border:2px solid #000;display: inline-block;}
.qr_div .head{
    position: fixed;
    top:0;
    left:0;
    right:0;
    text-align: left;
    height:60px;
    line-height: 60px;
    z-index: 100;
}

body:has(.qr_div:not(.none)) > .body{
    display: none;
}
#installContainer section {
  position: fixed;
  
  padding:0 20px;
  z-index: 19999 !important;
  font-family: 'Noto Sans KR';
}
#installContainer button:hover {
  background-color: #265df2;
}
#installContainer button.show-modal,
#installContainer .modal-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#installContainer section.active .show-modal {
  display: none;
}
#installContainer .overlay {
  position: fixed;
  left:0;
top:0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1999;
  pointer-events: none;
}
#installContainer section.active .overlay {
    max-width: 100%;
  opacity: 1;
  pointer-events: auto;
}
#installContainer .modal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  width: calc(100% - 60px);
  padding: 25px 20px 70px 20px;
  border-radius: 24px;
  background-color: #fff;
  opacity: 0;
  z-index:2000;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.2);
  border:1px solid #333;
  overflow: hidden;
}
#installContainer section.active .modal-box {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
#installContainer .modal-box i {
  font-size: 70px;
  color: teal;
}
#installContainer .modal-box h2 {
    margin:0;
    margin-block: 0;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 900;
  color: #333;
}
#installContainer .modal-box h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin:0;
  margin-block: 0;
  margin-top:20px;
  text-align: center;
}
#installContainer .modal-box .buttons {
  position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #333;
    display: flex;
}
#installContainer .modal-box button {
    font-size: 16px;
    width: 100%;
    color: #fff;
    font-family: 'Noto Sans KR';
    cursor: pointer;
    border: 0;
    background: #333;
    display: block;
}
#installContainer .modal-box button+button{
    background: crimson;
    border-bottom-right-radius: 24px;
}
.chrome{
    max-width: 100%;
    display: none;
    background: green;
    width: 100%;
    position: fixed;
    left:0;
    top:0;
    height: 100%;
    z-index: 9999;
}
.chrome div{
    max-width: 100%;
    opacity: 1;
    position: fixed;
    top:0;
    left:0;
    right:0;
    font-size:24px;
    color:#fff;
    font-family: 'Noto Sans KR';
    text-align: center;
    padding:30px 0;
    font-weight: bold;
    line-height: 120%;
}
.chrome div+div{bottom:0; top:unset;}