/* bb-mypage style */

.mypage-home { margin-bottom:15px; border-bottom:1px solid #cecece;}
.mypage-header { font-size:18px; font-weight:500; line-height:28px; text-align:center;}
.no-keyboard { pointer-events:none; }
.tab-mypage {
    clear: both;
    background: #fff;
    list-style:none;
	overflow:hidden;
	padding:0;
	margin:0 0 10px 0;
} 
.tab-mypage::after { clear:both; content:' ';display:table; }
.tab-mypage li { position: relative; float:left; text-align: center; cursor: pointer; overflow:hidden;}

.tab-mypage li:nth-child(1) { width:23% !important; }
.tab-mypage li:nth-child(2) { width:24% !important; }
.tab-mypage li:nth-child(3) { width:23% !important; }

/*회원탈퇴추가시(아이폰등록용)
.tab-mypage li:nth-child(1) { width:22% !important; }
.tab-mypage li:nth-child(2) { width:24% !important; }
.tab-mypage li:nth-child(3) { width:28% !important; }
.tab-mypage li:nth-child(4) { width:23% !important; }
*/

.tab-mypage li span {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	margin-right:2px;
    font-size: 1.085rem;
    line-height: 34px;
    color: #212121;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.tab-mypage li.active span { font-weight:600; }
.tab-mypage li span::after { content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 1px solid #cdcdcd;}
.tab-mypage li.active span::after { content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 4px solid #13C9E7;}


.box-wrap.box-color { background-image: linear-gradient( 45deg , #daf4f3,#daf4f3); }
.box-wrap.box-shade { background-color: #fff; padding:5px 25px 25px; box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; }
.box-wrap { overflow: hidden; position: relative; margin: 5px 5px 0; padding: 1.5rem 1rem 2rem; border-radius: 8px; background-color: #fff; box-sizing: border-box; }

.bb-form-wrap { margin:0; padding:0;}
.bb-form-wrap input[type='text'],
.bb-form-wrap input[type='password'] { width: 99.333%; height: 46px; padding: 5px 8px;
	font-size: 1rem;; color: #111111; text-indent: 5px; border: 1px solid #c2c2c2; -webkit-box-sizing: border-box;
    box-sizing: border-box; -webkit-appearance: none; border-radius: 10px; -webkit-border-radius: 10px;
    background: transparent;
}
.bb-form-wrap textarea { width:100%; height:4rem; padding:5px 10px !important; color:#121212; font-size:1rem; line-height:1.6; font-family:'맑은 고딕', 'Malgun Gothic', Dotum; border: 1px solid #c2c2c2; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; border-radius: 3px; -webkit-border-radius: 3px; background: transparent;
}
.bb-form-wrap input:hover,
.bb-form-wrap input:active,
.bb-form-wrap input:focus { box-shadow: inset 0 0 0 2px #90c2ff; }
.bb-form-wrap input::placeholder { color:#454545; font-size:0.875rem;}


.input-box {margin-bottom:8px; }
.input-box:after {clear:both;  content:' '; display:table;}
.input-box .label, .input-box label { font-size:13px; margin-bottom:0px; margin-left:5px;}
.input-box span.star { font-size:12px; color:red; padding-left:3px; padding-right:3px; }
.input-box.btn { margin-top:25px; }

.input-box .section-title { position:relative; margin:10px 5px 0; font-size:0.875rem; font-weight:bold; line-height:1.6rem; }
.input-box .section-title:after { position:absolute; content:'';display:block; border-bottom:2px solid #666;width:100px; bottom:0; }

/*
 * <label class="custom-checkbox">동의합니다.
 *    <input type="checkbox" name="f_agree1" id="f_agree1">
 *    <span class="checkmark"></span>
 * </label>
 */
.custom-checkbox { display: inline-block; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
label.custom-checkbox { padding:0 14px 0 32px; margin:0; font-size:16px; color:#545454; }
.custom-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.custom-checkbox .checkmark { position: absolute; top: 5px; left: 0; height: 22px; width: 22px; background-color: #ccc; }
.custom-checkbox:hover input ~ .checkmark { background-color: #ccc; }
.custom-checkbox input:checked ~ .checkmark { background-color: #2196F3; }
.custom-checkbox .checkmark:after { content: ""; position: absolute; display: none; }
.custom-checkbox input:checked ~ .checkmark:after { display: block; }
.custom-checkbox .checkmark:after { left: 9px; top: 4px; width: 5px; height: 9px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.bb-mypage .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 24px;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

/* Loadmore */
#bb-loadmore {
  width: 120px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #abb8c3;
  cursor:pointer;
  transition: .3s;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
#bb-loadmore:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #abb8c3;
  text-decoration: none;
}

#spin-loader .info { text-align:left; font-size:20px; font-weight:500; color:#cf2e2e; margin-bottom:8px; }
.radiowrapper { display: block; position: relative; margin-bottom: 5px; cursor: pointer; font-size: 18px; text-align:left; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
label.radiowrapper { padding:0 0 5px 35px; }
.radiowrapper input { position: absolute; opacity: 0; cursor: pointer; }
.checkmark { position: absolute; top:0; left: 0; height: 28px; width: 28px; background-color: #bebebe; border-radius: 50%; }
.radiowrapper:hover input ~ .checkmark { background-color: #ccc; }
.radiowrapper input:checked ~ .checkmark { background-color: #0e79cf; }
.checkmark:after { content: ""; position: absolute; display: none; }
.radiowrapper input:checked ~ .checkmark:after { display: block; }
.radiowrapper .checkmark:after { top: 9px; left: 9px; width: 10px; height: 10px; border-radius: 50%; background: white; }
.radiowrapper:last-child { margin-bottom:20px;}
