@charset "UTF-8";
@import url(font.css);

body {
  position: relative;
  backface-visibility: hidden;
}

area:focus {
    outline: 0;
}

.blind {
    visibility: hidden;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.wrap {
  position: relative;
	margin: 0 auto;
  width: 100%;
  height: 100vh;
  max-width: 414px;
  min-width: 320px;
} 
.wrap.full {
  max-width: none;
  min-width: 320px;
} /* 221228 */
.container {
  margin: 10px 5%;
  background: #fff;
  position: relative;
}
.container.wide {
  margin: 0;
} /* 210723 */
section {
  clear: both;
  width: 100%;
  overflow: hidden;
}
section.col {
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
}
section + section {
    margin-top: 30px;
}
/*** input ***/
input, select {
  vertical-align: middle;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  border: none;
  background: none;
}

button, input, select, textarea {
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  overflow: visible;
  font: inherit;
  line-height: normal;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"] {
  height: 40px;
  line-height: 40px;
  padding: 5px 4px 5px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-family: 'Spoqa Han Sans Neo', Noto Sans Korean, Roboto, Apple SD Gothic Neo, sans-serif;
  background-color: #fff;
  font-size: 14px;
  /**/
  box-sizing: border-box;
  vertical-align: top;
  color: #222;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus {
  color: #222;
  outline: none;    
}

input[type="text"]:disabled,
input[type="password"]:disabled {
  background: #eee;
  color: #555;
  border-color: #cfcfcf;
} 

input[type=image] {
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0 !important;
  border: 0 none !important;
  background: none;
}

input[type=radio],
input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  margin-right: -18px !important;
  line-height: 1;
  border: 0;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  text-align: left;
  font-size: 15px;
  /**/
  vertical-align: middle;
  display: inline-block;
  color: #282828;
}

input[type=radio] + label:last-child,
input[type=checkbox] + label:last-child {
  margin-right: 0;
}

input[type=radio] + label:before,
input[type=radio] + label:after,
input[type=checkbox] + label:before,
input[type=checkbox] + label:after {
  vertical-align: middle;
  display: inline-block;
  content: "";
}

/* 221228 */
.checkbox-all {
    display: block;
    width: 100%;
    height: 20px;
}
.checkbox-all input[type=checkbox] + label:before {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: -1px;
  background: #dbdbdb;
  border-radius: 50%;
  box-sizing: border-box;
}
.checkbox-all input[type=checkbox] + label:after {
  position: absolute;
  box-sizing: border-box;
  left: 1px;
  top: 0px;
  width: 16px;
  height: 16px;
  background: url("../image/btn-check-w.svg") no-repeat center;
  background-size: 120% 120%;
}

.checkbox-all input[type=checkbox]:checked + label:before {  
  background-color: #ff8862;
}

.checkbox-all input[type=checkbox]:checked + label:after {
  width: 16px;
  height: 16px;
  background: url("../image/btn-check-w.svg") no-repeat center;
  background-size: 120% 120%;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}

.checkbox {
    display: block;
    width: 100%;
    height: 20px;
}
.checkbox input[type=checkbox] + label:before {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: -1px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.checkbox input[type=checkbox] + label:after {
  position: absolute;
  box-sizing: border-box;
  left: 1px;
  top: 0px;
  width: 16px;
  height: 16px;
  background: url("../image/btn-check-off-s.svg") no-repeat center;
  background-size: 120% 120%;
}

.checkbox input[type=checkbox]:checked + label:before {  
}

.checkbox input[type=checkbox]:checked + label:after {
  width: 16px;
  height: 16px;
  background: url("../image/btn-check-on-s.svg") no-repeat center;
  background-size: 120% 120%;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}


::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

:placeholder-shown {
  /* Standard  */
  color: #999;
}

/*** common ***/
em {
    font-style: normal;
}
img {
    width: 100%;
    height: auto;
}
/*** button ***/
.btn-area {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.btn {
  display: block;
  padding: 8px 0;
  text-align: center;  
  border-radius: 3px;  
  box-sizing: border-box;
  overflow: hidden;
}

.btn.ok {
  color: #ffffff;
  border: solid 1px #363a48;
  background-color: #363a48;
}
.btn.default {
  color: #363a48;
  border: solid 1px #363a48;
  background-color: #fff;
  
}
.btn.col2 {
  width: calc(50% - 4px);
  float: left;
}
.btn.col2 + .btn.col2 {
  margin-left: 8px;
}
.btn.md {
  font-size: 13px;  
}


/* 220427 탑이동 */
.go-top {}
.go-top {
  position:fixed;
  right:15px;
  bottom:20px; 
/*	bottom:70px; */
  display:none;
  width: 40px;
  height: 40px;
  padding: 0;
  box-shadow: 0 3px 5px 0 rgba(136, 136, 136, 0.2);
  border: solid 1px #8f9da6;
  background-color: rgba(255, 255, 255, 0.5);
  background-image:url("../image/btn-go-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size:13px 17px;
  border-radius: 50%;
  text-indent:-9999px;
}
.go-top:active {
 
}


/* 211130 : s */
/*** table ***/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.4;
}
caption {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}
th {    
    text-align: center;
    background-color: #f3f5f6;
}
td {
    vertical-align: top;
}
th, td {
    padding: 5px;
    border: 1px solid #ccc;
}

.privacy-detail {
    font-size: 14px;
    line-height: 1.4;
}
.privacy-detail li {
    margin-top: 5px;
}
.privacy-detail .tb-type1 {
    margin: 5px 0;
}

/* font */
.fs12 {
    font-size: 12px;
}
/* 211130 : e */


/* 211015 : s */
.box {
    margin: 30px 0 60px;
    position: relative; /* 211202 */
}
.hr_line {
  margin: 0 auto;
  display: block;
  width: 80%;
  height: 1px;
  background: #e5e5e5;
  border: 0;
}
.hr-line8 {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border: 0;
}
.title {
  margin-bottom: 30px;
}
.title h2 {
  margin: 82px 0 0;
  font-size: 28px;
  font-weight: 700;
}
.title-sub {
  margin-top: 12px;
  font-size: 16px;
}
.select {
  display: block;
  margin: 0 0 24px;
  height: 48px;
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  border-radius: 6px;
  position: relative;
  text-align: center;
}
.select .select-btn {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-indent: -9999px;
  border: none !important;  
}
.select .select-btn.prev {}
.select .select-btn.prev {
  left: 6px;
  background: url("../image/new-v4/common/btn-arrow-black-solid-l.svg") no-repeat center;
  background-size: 24px 24px;
}
.select .select-btn.next {
  right: 6px;
  background: url("../image/new-v4/common/btn-arrow-black-solid-r.svg") no-repeat center;
  background-size: 24px 24px;
}
.select .select-btn-month {
  display: inline-block;
  margin: 0 auto;
	padding: 0;
/*  padding: 14px 0;*/
  width: calc(100% - 100px);
/*  height: 19px;*/
	width: 100px;
	height: 50px;
  font-weight: 500;
  overflow: hidden;
	text-align: center;
	background: none;
	border: none;
} /* 220513 */
/* 211015 : e */


.store {}
.store-list {
    overflow: hidden;
}
.store-list li {
    display: inline-block;
    width: 33.3%;
	float: left;
	margin-bottom: 16px;
}

.store-list li a {
    display: inherit;
/*	border: 1px solid #cccccc;*/
	border-radius: 5px;
    width: 90%;
	margin: 0 5%;
    height: 120px;
    text-align: center;
	color: #222222;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.store-list li a img {
    width: 100%;
    height: 120px;
	text-align: center;
}
.store-list li p{
font-size: 14px;
margin: -20px;
text-align: center;
font-weight: 400;
}



/*** 쿠폰거래소 채팅 ***/
.coupon-chat {
  padding-bottom: 40px;
}
.coupon-info {}
.coupon-item {
  margin: 8px auto;
  position: relative;
  overflow: hidden;
}
.coupon-item .item-thumb {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 24px 18px 8px;
  padding: 0;
  border-radius: 3px;
  border: solid 1px #dde1e4;
  overflow: hidden;
}
.coupon-item .item-thumb img {
  width:40px;
  height: 40px;
}
.coupon-item .item-detail {
  float: left;
  font-size: 12px;
}
.coupon-item p {
  line-height: 1.2;
  padding-bottom: 4px;
}
.coupon-item .s-tit {
  font-weight: bold;
  padding-right: 8px;
}

.coupon-item .item-name {
  font-weight: bold; 
}
.coupon-item .item-price {}
.coupon-item .item-date {}
.coupon-item .item-id {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 10px;
  color: #8f9da6;
}
.coupon-item .item-condition {
  position: absolute;
  top:0;
  right:0;
  width: 48px;
  height: 48px;
}
.coupon-item .item-condition img {
  width:48px;
  height: 48px;
}
.notice-box {
  margin: 20px 0;
  padding: 12px;
  border-radius: 3px;
  background-color: #f8f9f9;
  color: #8f9da6;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}
.coupon-chat {}
.chat-list {
  overflow: hidden;
}
.chat-list > li {
  overflow: hidden;
  margin-bottom: 30px;
}
.chat-date {
  position: relative;
  display: block;
  font-size: 12px;
  color: #8f9da6;
  text-align: center;
}
.chat-date:before {
  content: '';
  position: absolute;
  top:6px;
  left: 0;
  width: calc(50% - 80px);
  height: 1px;
  background: #8f9da6;
}
.chat-date:after {
  content: '';
  position: absolute;
  top:6px;
  right: 0;
  width: calc(50% - 80px);
  height: 1px;
  background: #8f9da6;
}
.chat-list-daily {
  margin-top: 20px;
}
.chat-list-daily li {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
}
.chat-list-daily li .chat {
  display: inline-block;
  position: relative;
}

.chat-list-daily li.saller .chat {
  padding-left: 52px; 
  padding-right: 62px;
}
.chat-list-daily li.saller .name:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../image/gift-img-profile.svg") no-repeat 0 0 #f8e588;
  background-size: contain;
  border-radius: 50%;
}
.chat-list-daily li.saller .name {
  display: block;
  height: 20px;
  font-size: 14px;
  font-weight: bold;  
}
.chat-list-daily li.saller .chat-detail {
  display: inline-block;
  padding: 8px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  background-color: #f8f9f9;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.chat-list-daily li.saller .chat-time {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 11px;
  color: #8f9da6;
}
.chat-list-daily li.buyer {
  padding-left: 30px;
}
.chat-list-daily li.buyer .chat {
  float: right;
}
.chat-list-daily li.buyer .chat-detail {
  display: inline-block;
  padding: 8px;
  margin-left: 60px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  background-color: #fff4c0;
  box-sizing: border-box; 
  float: right;
  position: relative;
}
.chat-list-daily li.buyer .chat-time {  
  position: absolute;
  bottom: 4px;
  font-size: 11px;
  color: #8f9da6;
}
.chat-list-daily li.saller + li.buyer,
.chat-list-daily li.buyer + li.saller {
  margin-top: 20px;
}

.chat-input {
  position: fixed;
  width: 100%;
  height: 56px;
  bottom: 0;
  left: 0;
  padding: 8px 5%;
  background-color: #f3f5f6;
  box-sizing: border-box;
}
.chat-input .chat-window {
  width: calc(100% - 40px);
  padding: 10px;
  height: 40px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  border: solid 1px #979797;
  background-color: #ffffff;
  box-sizing: border-box;
  float: left;
}
.btn-chat-send {
  margin: 6px 0 6px 8px;
  display: inline-block;
  width: 32px;
  height: 28px;
  background: url("../image/coupon-btn-send.svg") no-repeat center;
  background-size: cover;
  font-size: 1px;
  text-indent: -99999px;
  overflow: hidden;
  float: right;
}
.chat-input .chat-window:disabled,
.btn-chat-send:disabled {
  opacity: 0.4;
}

/* 210723 */
/* BTN */
.new-btn-area {
    width:100%; 
    padding: 16px; 
    overflow: hidden; 
    box-sizing: border-box;
}
.new-btn-area.fixed-bt {
    position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
}
.new-btn {
    display: block;
    width: 100%;
    height: 48px;
    padding: 15px 8px 14px;
    line-height: 1;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: #363a48;
    box-sizing: border-box;
}


/* webview : service */
.banner {
    display: block;
    margin: 0;
}
.banner.top {
    margin-top: 25px;
}
.banner.md {}

/* 금융 투자하기 : fincial */
.my-asset {}
.my-asset h2 {
    margin: 0 5%;
     font-size: 17px;
    font-weight: normal;
    line-height: 24px;
}
.my-asset h2:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    background: url("../image/service/fund-ic-realfund.png") no-repeat center;
    background-size: 24px 24px;  
    vertical-align: top;
}
.my-asset h2 .name {
    font-size: 20px;
    font-weight: bold;
} 
.my-asset-info {
    display: block;
    margin: 40px 5% 20px;
    padding: 20px;
    height: 120px;
    border-radius: 10px;
    border: solid 1px #f0f0f0;
    background-color: #f8f8f8;
    position: relative;
    box-sizing: border-box;
}

.my-asset-info .date {
    position: absolute;
    top: -20px;
    right: 5px;
    font-size: 12px;
    text-align: right;
    color: #8f9da6;
}

.my-asset-info .total {
    display: block;    
}
.my-asset-info .total dt {
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.my-asset-info .total dd {
    display: block;
    font-size: 20px;
}
.my-asset-info .total dd strong {
    font-size: 26px;
}
.my-asset-info .total dd .more {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../image/service/ic-list-view.png") no-repeat center;
    background-size: 16px 16px;
    font-size: 1px;
    text-indent: -99999px;    
    overflow: hidden;
}
.my-asset-info .amount {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.my-asset-info .amount dt,
.my-asset-info .amount dd {
    display: inline-block;
    font-size: 13px;
    color: #8f9da6;
}
.my-asset-info .rate {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.my-asset-info .rate dt,
.my-asset-info .rate dd {
    display: inline-block;
    font-size: 13px;
}
.my-asset-info .rate dd {    
    padding-left: 5px;
}
.my-asset-info .rate dd .ic-up {
    display: inline-block;
    width: 8px;
    height: 16px;
    background: url("../image/service/ic-up.png") no-repeat center;
    background-size: 8px auto;
    font-size: 1px;
    text-indent: -99999px;    
    overflow: hidden;
    vertical-align: middle;
}
.my-asset-info .rate dd .ic-up + span {
    color: #ff4343;
}    
.my-asset-info .rate dd .ic-down {
    display: inline-block;
    width: 8px;
    height: 16px;
    background: url("../image/service/ic-down.png") no-repeat center;
    background-size: 8px auto;
    font-size: 1px;
    text-indent: -99999px;    
    overflow: hidden;
    vertical-align: middle;
}
.my-asset-info .rate dd .ic-down + span {
    color: #1e86ff;
}  
.my-asset-info .reload {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: url("../image/service/ic-refresh.png") no-repeat center;
    background-size: 24px 24px;
    font-size: 1px;
    text-indent: -99999px;    
    overflow: hidden;
    vertical-align: middle;    
}

.hr20 {
    border-top: solid 20px #f3f5f6;
}

.invest-pr-list {
    margin-top: 20px;
    display: block;
    border-top: solid 8px #f3f5f6;
}
.invest-pr-list li {
    display: block;
    border-bottom: solid 8px #f3f5f6;
}
.invest-pr-list li a {
    display: table;
    padding: 12px 20px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.invest-pr-list li .info {
    display: table-cell;
    padding-right: 15px;
    height: 92px;
    vertical-align: middle;
    overflow: hidden;
}
.invest-pr-list li .item-thumb {
    margin: 19px 0;
    display: table-cell;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    float: left;
}

.invest-pr-list li .item-saving {
    margin: 0px 0;
    display: table-cell;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    float: right;
}

.invest-pr-list li span {
    display: block;
    overflow: hidden;
    line-height: 1.5;
}
.invest-pr-list li span.s-tit {
    margin-bottom: 6px;
    font-size: 12px;
    color: #000000;
}
.invest-pr-list li span.tit {
	margin-top: 10px;
    margin-bottom: 8px;
    font-weight: bold;
    word-break: keep-all;
    letter-spacing: -0.04em;
}
.invest-pr-list li span.txt {    
    font-size: 14px;
    color: #999999;
    word-break: keep-all;
}
.invest-faq {
    padding: 30px 5%;
}
.invest-faq .tit-link {
    display: block;
    font-size: 24px;
    font-weight: bold;
    background: url("../image/service/ic-list-view.png") no-repeat right center;
    background-size: 16px 16px;
}
/* 211014 : s */
.ktb-cs {
    display: block;
    margin-top: 20px;
    text-align: center;      
    font-size: 13px;
    color: #89939a;
}
.ktb-cs:before {
    content: '';
    display: block;
    width: 100%;;
    height: 30px;
    background: url("../image/service/ktb-logo.png") no-repeat top center;
    background-size: 80px auto;
}
/* 211014 : e */

/* Only 머니트리 + */
.reward {}
.reward .section.col {
  overflow: inherit;
}
.card-box {
  display: block;
  padding: 24px 16px;
  height: 194px;
  border-radius: 12px;
  background: linear-gradient(to bottom, #ff8844, #dd5d1c);
  box-sizing: border-box;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
}
.card-box .reward-month {}
.card-box .reward-month dt, 
.card-box .reward-month dd {
  display: block;
  font-weight: 700;
  color: #fff;
}

.card-box .reward-month dt {
  font-size: 18px;  
}
.card-box .reward-month dd {
  font-size: 26px;
  text-align: right;
}
.card-box-sub {
  margin: 18px 0 0;
  display: block;
  padding: 16px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #f37e3e;
  box-sizing: border-box;
}
.card-box-sub .reward-month-detail {
  display: block;
  height: 21px;
  margin-top: 8px;
}
.card-box-sub .reward-month-detail:first-child {
  margin-top: 0;
}
.card-box-sub .reward-month-detail dt,
.card-box-sub .reward-month-detail dd {
  display: inline-block;
  width: 50%;
  line-height: 21px;
}
.card-box-sub .reward-month-detail dt {
  font-size: 14px;  
  font-weight: 500;
  color: #fff728;
  float: left;
}
.card-box-sub .reward-month-detail dd {
  font-size: 16px;  
  font-weight: 700;
  text-align: right;
  color:#fff;
  float: right;
}
.reward-cont {
  padding: 48px 24px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #F2F2F2;
}
.reward-cont:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.reward-cont h3 {
	padding: 0 !important; /* 220513 */
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  vertical-align: middle;  
}
.reward-cont h3 .ico {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  vertical-align: top;  
}
.reward-cont h3 .ico.charge {
  background: url("../image/new-v4/service/reward-ic-charge.png") no-repeat 0 0;
  background-size: 32px 32px;
} /* 211026 */
.reward-cont h3 .ico.pay {
  background: url("../image/new-v4/service/reward-ic-pay.png") no-repeat 0 0;
  background-size: 32px 32px;
}
.reward-cont h3 .ico.exchange {
  background: url("../image/new-v4/service/reward-ic-exchange.png") no-repeat 0 0;
  background-size: 32px 32px;
}
.reward-cont .h3-txt {
  margin-top: 4px;
  font-size: 16px;
  vertical-align: bottom;
}
.reward-cont .h3-txt strong {
  font-size: 18px;
  font-weight: 700;
  color: #ee1515;
}
.reward-list {
  margin-top: 24px;
}
.reward-list li {
  display: block;
  width: 100%;
  line-height: 24px;
  letter-spacing: -0.02em;
  float: left;
}
.reward-list li + li {
  margin-top: 10px;
}
.reward-list span {
  display: inline-block;
  float: left;
}
.reward-list .ico {
  width: 56px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
}
.reward-list li .ico.plus2 {
  background: url("../image/new-v4/service/reward-tag-2.png") no-repeat 0 0;
  background-size: 56px 24px;
}
.reward-list li .ico.plus1 {
  background: url("../image/new-v4/service/reward-tag-1.png") no-repeat 0 0;
  background-size: 56px 24px;
}
.reward-list li .ico.plus02 {
  background: url("../image/new-v4/service/reward-tag-02.png") no-repeat 0 0;
  background-size: 56px 24px;
}
.reward-list .txt {
  width: calc(100% - 68px);
  margin-left: 12px;
}
@media screen and (max-width:320px) {
  .reward-cont {
    padding: 48px 16px;
  }
  .reward-list .txt {
    margin-left: 8px;
    font-size: 15px;
  }
}

/* 220413 : s */
/* 통합포인트 */
.point-faq {
    padding: 30px 5%;
}
.point-faq .tit-link {
    display: block;
    font-size: 24px;
    font-weight: bold;
    background: url("../image/service/ic-list-view.png") no-repeat right center;
    background-size: 16px 16px;
}
.badge-box{
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	text-align: left;
	padding: 100px;
}
.badge{
	background-color:#f7eeff;
/*	background-image: url("../../../220401_통합포인트/[mt]html_통합포인트_220120/assets/image/new-v4/service/ic-list-view.png");*/
	background-repeat: no-repeat;
	background-position: right 0;
	background-size: auto 100%;
    font-size: 10px;
	color: #c400d4;
	font-weight: 600;
    height: 18px;
    line-height: 20px;
    padding: 2px 10px 2px 5px;	
}
.box.col {
    padding: 0 5%;
}
.box h3 {
    padding: 0 5%;
    font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  vertical-align: middle;  
	
}
.box.col h3 {
    padding: 0;
}
.box.col h4 {
    padding: 20px;
	float: left;
	text-align: center;
}

.point-pay {}
.point-pay .box {
	margin: 0;
	padding: 60px 5%;
}
.point-pay .box h3 {
	text-align: center;
	margin-bottom: 40px;
}
.box.type2 {
	background: #f9f9f9;
}
.point-howto-list {
	padding: 0 5%;
}
.point-howto-list li {
	display: block;
	margin-bottom: 12px; 
	padding-left: 30px;
	font-size: 14px;
	line-height: 22px;
	word-break: keep-all;
	position: relative;
	overflow: hidden;
}
.point-howto-list li:last-child {
	margin-bottom: 0;
}
.point-howto-list li .circle {
	position: absolute;
	top: 0;
	left: 0;
	display:inline-block;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	font-size: 12px;
	font-weight: 200;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	background: #1c1c1c;
	color:#fff;
}

/* 사용처 */
.point-store-list {
    margin-top: 20px;    
}
.point-store-list li {
    display: block;
	border-bottom: solid 1px #f3f5f6;
}
.point-store-list li a {
    display: table;
	width: 100%;
	height: 100px;
	padding: 12px 0;
    overflow: hidden;
    box-sizing: border-box;
}
.point-store-list li p {
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.point-store-list li span {
	display: block;
}
.point-store-list li .item-thumb {
	margin: 0;
	padding: 10px 0;
	width: 50px;
}
.point-store-list li .item-thumb img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.point-store-list li .point-info {
	width: calc(100% - 130px);	
	padding: 10px 10px 10px 20px;
}
.point-store-list li .point-info .title {
	font-size: 18px;
	display: block;
	margin-bottom: 8px; /* 220502 */
	font-weight: 600;
}
.point-store-list li .point-info .title .p-badge {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.point-store-list li .point-info .title .p-badge img {
	width: auto;
	height: 17px;
}
.point-store-list li .point-info .txt {	
	font-size: 14px;  /* 220502 (16px) */
    color: #999999;
	overflow: hidden;
} /* 220502 */
.point-store-list li .point-info .tag {
	margin-top: 8px; /* 220502 */
	font-size: 12px;
	font-weight: 500;
    color: #7147FF;
    word-break: keep-all;
}
.point-store-list li .reward-info {
	width: 60px;
}
.point-store-list li .reward-info span {
	display: block;
	width: 60px;
	overflow: hidden;
} /* 220427 추가 */
.point-store-list li .reward-info .percent {
	font-size: 24px;
	font-weight:700;
	color: red;
	text-align: center;
	padding-bottom: 5px;
	letter-spacing: -0.05em;
} /* 220427 */
.point-store-list li .reward-info .percent:after {
	content: '%';
	font-size: 16px;
}
.point-store-list li .reward-info .reward {
	width: 100%;
	height: 16px;
	line-height: 16px;
	border-radius: 3px;
	background: red;
	font-size: 11px;
	font-weight: 400;
	color:#fff;
	text-align: center;
}
.point-store-list li .reward-info .reward:after {
	content: '>';
	margin-left: 4px;
}
/* 220413 : e */
/*
.store {}
.store-list {
    overflow: hidden;
}
.store-list li {
    display: inline-block;
    float: left;
    width: 33.3%;
}
.store-list li a {
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
}
.store-list li a img {
    width: 80px;
    height: 80px;
}
*/

/* FAQ - slide up */
.faq {
	text-align: center;
}
.list-slideup {}
.list-slideup li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f3f4f6;
    word-break: keep-all;
}
.list-slideup li a {
    display: block;
    line-height: 1.4;
	text-align: left;
    padding: 20px 30px 20px 0;
    position: relative;
}
.list-slideup li a:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url("../image/new-v4/common/btn-dropdown-down.svg") no-repeat;
    background-size: 20px 16px;
    background-position: center;    
}
.list-slideup li a.open {
    font-weight: bold;
}
.list-slideup li a.open:after {
    background: url("../image/new-v4/common/btn-dropdown-up.svg") no-repeat;
    background-size: 20px 16px;
    background-position: center;    
}
.list-slideup .answer {
	padding-top: 20px;
    padding-bottom: 40px;
    font-size: 14px;
	text-align: left;
}
/* 220413 */
.faq .go-faq-all {
	margin: 0 auto;
	display: inline-block;   
	padding: 5px 20px;
	width: 100px;
	font-size: 13px;
	line-height: 34px;
	overflow: hidden;
}
.faq .go-faq-all:after {
	content: '>';
	display: inline-block;
	margin-left: 5px;
}
/* 220413 : e */


/* 220525 : s */
/* TAB */
.tab {
	margin: 0;
}
.tab li {
	display: inline-block;
	float: left;
	margin-right: 6px;
	padding: 8px 16px;	
	height: 36px;
	font-size: 14px;
	line-height: 20px;
	background-color: #efefef;
	cursor: pointer;
	border-radius: 18px;
	box-sizing: border-box;
}
.tab li:last-child {
	margin-right: 0;
}
.tab li.active {
	color:#fff;
	font-weight: 500;
	background-color:#18181B;
}
/* 공유하기 */
.share-btn-n {
	position: absolute;
	right:0;
	top:16px;
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 1px;
	text-indent: -9999px;
	background: url("../image/new-v4/common/ic-share.svg") no-repeat center;
	background-size: 32px 32px;
	border-radius: 50%; 
}
/* 220525 : e */


/* 유의사항 */
.notice-area {
    margin-top: 0;
    padding: 20px 20px 80px;
    width: 100%;
    text-align: center;
    background-color: #f3f5f6;
    box-sizing: border-box;
}/* 211015 */
.notice-area.pdb120 {
    padding-bottom: 120px;
}
.notice-area .box {
	text-align: left;
	margin-bottom: 30px;
	padding-top: 30px;
} /* 220427 */
.notice-area .box + .box {
    margin-top: 24px;
}
.notice-area .box h3 {	
    margin-bottom: 12px;
	padding-left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #89939a;
	text-align: left !important;
} /* 220413 */
.notice-list {
    overflow: hidden;
}
.notice-list li {
    position: relative;
    padding-left: 8px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.4;
    color: #89939a;
}
.notice-list li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background-color: #89939a;    
}
/* 211015 : s */
.btn-guide {
  margin: 0 auto;
  display: inline-block;
  padding: 5px 12px;
  height: 28px;
  min-width: 96px;
  font-size: 14px;
  line-height: 16px;
  color:#333;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 14px;
  box-sizing: border-box;
}
.btn-guide:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url("../image/new-v4/common/ic-caution.svg") no-repeat center;
  background-size: 16px 16px;
  vertical-align: top;
}
/* 211015 : e */



/* slide up modal */
.modal-wrapper-slide {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 10000;
} /* 220707 */
.modal-wrapper-slide.open {
    opacity: 1;
    visibility: visible;
}
.modal-slide {
    width: 100%;
    /*  height: auto;*/
    display: block;
    margin: 0;
    max-height: 80vh;
    position: absolute;
    bottom: -600px;
    left: 0;
    background: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1001;
}
.modal-wrapper-slide.open .modal-slide {
    bottom: 0;
    opacity: 1;
}
.modal-slide .m-btn-close {
    top: 4px;
	right: 4px;
} /* 220624 */
.m-head {
    padding: 16px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.m-head .m-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
.m-head .m-title.ic-notice:before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    width: 24px;
    height: 24px; 
    background: url("../image/btn-caution.svg") no-repeat center;
    background-size: 24px 24px;
    vertical-align: middle;
}
.m-btn-close {
    position: absolute;
    top: 22px;
    right: 16px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    background: url("../image/new-v4/common/ic-close-x.svg") no-repeat center;
    background-size: 40px 40px;
} /* 211015 */

.m-content {
    margin: 20px 16px;
	font-size: 15px;
	line-height: 1.4;
} /* 220624 */
.m-content.scr {
    margin: 0 16px;
    height: 70vh;
    overflow-y: scroll;  
    -webkit-overflow-scrolling: touch;
}
.m-notice-txt {
    font-size: 14px;
    color: #8f9da6;
    line-height: 1.5;
}
.m-notice-alert {
    padding: 16px;
    text-align: center;
    word-break: keep-all;
}
.m-notice-alert .alert-accent {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
.m-notice-alert .alert-desc {
    display: block;
    font-size: 16px;
    line-height: 1.4;
}
.m-content .invest-pr-list {
    margin: 10px 0 20px;
    border-top: none;
    width: 100%;
    overflow: hidden;
} /* 210909 */
.m-content .invest-pr-list li {
    border-bottom: solid 1px #f3f5f6;
}
.m-content .invest-pr-list li a {
    padding: 12px 0;
}
/* MODAL BTN */
.m-btn-area {
    margin: 16px 0 0;
}
/* 개인정보 동의 */
.agree {}
.m-info-list {
	margin: 10px 0;	
}
.m-info-list li {
	display: block;
	margin: 2px 0;
	font-size: 14px;
	line-height: 1.4;
}
.agree .checkbox-ev {
	margin: 10px 0 30px;
	padding: 15px 5px;
	height: 56px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
} /* 220707 */


