
/* bb-mypage style */

.bb-login-wrap { margin:0 auto; width:500px;max-width:500px; }
.bb-textcenter, .text-center { text-align:center!important; }
.bb-textright { text-align:right!important;}
.bb-inline { display:inline-block!important;}
.bb-title { clear:both; font-size: 1.375rem; font-weight:bold; line-height:1rem; text-align:center; margin:10px 0 35px;}
.bb-title .material-symbols-outlined { font-size:32px; }
.text-strong { font-weight:bold; }
.bb-login-wrap.logged-in { margin-top:25px; }

.bb-left { float:left!important;}
.bb-right { float:right!important; text-align:left!important;}

.bb-padding {padding:10px 15px!important; }
.bb-container { padding: 10px 15px; color:#454545;}
.bb-container a { color:#545454; }
.bb-container label { color:#545454; }

.bb-alert { text-align:center; }
.bb-alert-success { font-size: 1.125rem; color:#333; }
.bb-alert-fail, .bb-alert-danger, .bb-alert-error { color:#e81000; }
.bb-alert .material-icons, .material-icons { vertical-align:middle; }


body .dashicons { font-size:28px; line-height:1; width:2.2rem; height:1rem; }

.bb-margin-bottom { margin-bottom: 16px!important; }
.bb-border { border: 1px solid #ccc!important; }

.bb-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.bb-green, .bb-hover-green:hover { color: #fff!important; background-color: #4CAF50!important; }
.bb-padding { padding: 8px 16px!important; }
.bb-section { margin-top: 15px!important; margin-bottom: 15px!important; }
.bb-clear:before, .bb-clear:after { content: ""; display: table; clear: both; }
.bb-block { display: block; width: 100%; }

.bb-button {
    margin: 0;
    border: none;
    color: #FFFFFF;
    background-color: #1176c5;
    display: inline-block;
    font-size: 1rem;
    vertical-align:middle;
    padding: 8px 25px;
    border-radius: 0.85rem;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.bb-button:hover {
	/*background-image: linear-gradient(rgb(0 0 0/10%) 0 0);*/
	background-color:#1176c5;
	color:#fff;
	opacity:.85;
}
a.bb-button { text-decoration:none; }

.bb-button-gray, .bb-button-gray:link, .bb-button-gray:visited {
    color: #FFFFFF;
    background-color: #666;
}
.bb-button-cmd, .bb-button-cmd:link, .bb-button-cmd:visited {
	font-size: 0.875rem !important;
    color: #FFFFFF;
    background-color: #666;
    background-color: #666;
	padding: 8px 17px!important;
}

.bb-cmd { 
    padding: 9px 18px 8px 18px;
    border: none;
    outline: 0;
    font-size: .905rem;
    width: initial;
    height: initial;
    line-height: 1rem;
    margin: 0 0 3px;
    transition: 0.1s ease-in all;
    display: inline-block;
    vertical-align: middle;
    text-transform: initial;
    user-select: none;
    -webkit-user-select: none;
    color:#fff !important;
    background-color:#666;
	cursor:pointer;
    border-radius:5px;
}
a.bb-cmd { text-decoration:none;}
.bb-cmd.disabled { background-color:#f0f0f0; color:#454545; border-color:#bebebe; cursor:none;}
.bb-cmd.danger { background-color:#ea4335; color:#fff; border:none;}
.bb-cmd.info { background-color:#4285f4;color:#fff;  border:none;}
.bb-cmd.navi { background-color:#4130df;color:#fff;  border:none;}
.bb-cmd.warning { background-color:#fbbc05;color:#fff;  border:none;}
.bb-cmd.success { background-color:#34a853;color:#fff; border:none;}
.bb-cmd.success { background-color:#34a853;color:#fff; border:none;}
.bb-cmd.empty { background-color:#fff;color:#fff; border:1px solid #bebebe;}

.bb-cmd:hover { background-image: linear-gradient(rgb(0 0 0/10%) 0 0); }
.bb-round { border-radius: 15px; border:none;}

.bb-box {
    border-radius: 4px;
    box-shadow: 1px 12px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #f6f6f6;
    padding: 20px 40px 40px;
}

#spin-loader, #spin-loader2 { text-align:center; }
.spin-loader {border:5px solid #cdcdcd;/* Light grey */border-top:5px solid #3498db;/* Blue */
        border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite;margin:0 auto;}
@keyframes spin {0% { transform:rotate(0deg); }100% { transform:rotate(360deg); }}
#spin-loader .success, #spin-loader2 .success { color:#006ba1; font-weight:bold; padding-bottom:5px;}
#spin-loader .error, #spin-loader2 .error { color:#ea0505;font-size:1rem;font-weight:bold; padding-bottom:5px;}
@media (max-width: 768px) {
    .bb-login-wrap { width:100%; }
}

.form-bb-lostpasswd, .form-bb-lostpasswd, .form-bb-lostpasswd {
	margin:40px 0;
	padding:15px 25px;
}

/* SOCIAL LOGIN/REGISTER */
.bb-social-login { display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom:15px; }
.bb-social-login a { display: inline-block; margin: 0 15px; padding-top: 58px; width: 50px; font-size: 14px; text-align:center; color: #000; background-repeat: no-repeat; background-position: top; background-size: 50px 50px; white-space: nowrap; text-decoration:none;}
.bb-social-login a.kakao-login {
   background-image: url(../images/icon_kakao.svg);
}
.bb-social-login a.naver-login {
   background-image: url(../images/icon_naver.svg);
}
.division p { color: #999; font-size: 14px; font-weight: 400; height: 16px; letter-spacing: -.4px; line-height: 1.57; line-height: 0; margin-top: 36px; text-align: center; }
.division p:before { background-color: rgba(0, 0, 0, .1); content: ""; display: inline-block; height: 1px; width: 100%; }
.division p span { background-color: #fff; padding: 0 15px; }

label {
  padding: 10px 10px 4px 0;
  display: inline-block;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/* 약관 */
#site-info { font-size:0.925rem; line-height:1.485rem; color:#454545; }
#site-info .section { font-weight: 600; font-size: 1rem; color: #333333; border: solid 1px #333333; padding: 2px 10px; display: inline-block; margin:10px 0 0; }
#site-info .section-title { color:#333; font-weight:600; margin:8px 0 2px;}
#site-info ul { list-style: disc; line-height:1.6em; }
#site-info ol { list-style: decimal; line-height:1.6em; }
#site-info ul, #site-info ol { margin:0 0 10px 1.225rem; }
#site-info ul li, #site-info ol li { list-style-position: inside; padding: 3px 0; }
#site-info ol ol li { list-style: none inside none; }

#bbmb-form-terms .card .card-text { height: 200px; margin: 0px; font-size:1rem; overflow: auto; }
.card-foioter label { font-weight:600; }


.box-wrap.box-color { background-image: linear-gradient( 45deg , #daf4f3,#daf4f3); }
.box-wrap.box-shade { background-color: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; }

.box-shadow { box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}
.box-wrap { width:450px; margin:25px auto 60px auto; overflow: hidden; position: relative; padding: 2rem 2.5rem 2.5rem; border-radius: 8px; background-color: #fff; box-sizing: border-box; }
.box-wrap h3, .box-wrap h2 { font-size:1.75rem; font-weight:500; text-align:center; margin: 0 0 15px;}

.bb-form-wrap { width:100%; margin:0; padding:0; font-size: 1rem; }
.bb-form-wrap input[type='text'],
.bb-form-wrap input[type='password'] { width: 99.333%; height: 42px; padding: 7px 10px;
	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: 7px; -webkit-border-radius: 7px;
    background: transparent;
}
.bb-form-wrap textarea { width:100%; height:4rem; padding:7px 10px !important; color:#121212; font-size:1rem; line-height:1.6; border: 1px solid #c2c2c2; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; border-radius: 7px; -webkit-border-radius: 7px; 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; }


/* first - last - wide form */
.bb-form-wrap .bb-row.bb-row-first,
.bb-form-wrap .bb-row.bb-row-last {
    width: calc(50% - 30px);
}
.bb-form-wrap .bb-row.bb-row-wide { width:100%; clear: both; }
.bb-form-wrap >p.bb-row {
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
	padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.bb-form-wrap .bb-row {
    margin-bottom: 4px;
}
.bb-form-wrap .bb-row:before {
    content: ' ';
    display: table;
}
.bb-form-wrap .bb-row:after {
	clear: both;
}
.bb-form-wrap .bb-row label { 
	display: block;
}
.bb-form-wrap .bb-row input {
	line-height: 26px;
	box-sizing: border-box;
	width: 100%;
	margin:0;
}

.input-box {margin-bottom:8px; }
.input-box:after {clear:both;  content:' '; display:table;}
.input-box .label { font-size:0.875rem; margin-bottom:5px; margin-left:5px;}
.input-box.btn { margin-top:25px; }
.input-box a { text-decoration: none; }
.input-disable {
	pointer-events:none;
	background-color:#f5f5f5;
}

.bb-form-wrap .input-box label.placeholder { font-size:14px; font-weight:bold; margin-bottom:3px;padding: 0 0 0 10px; display:block;}
.bb-form-wrap .input-box label span.star { font-size:12px; color:red; font-weight:bold;}

.input-box .section-title { position:relative; margin:20px 5px 15px; font-size:1.125rem; 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; }

.bb-form-wrap .bbfield {
    width: 40%;
	float:left;
    vertical-align: middle;
    min-height: inherit;
	font-size: inherit;
}
.bb-form-wrap .bbinput {
	float:right;
    width: 55%;
    padding: 0px;
    margin: 0px;
	font-size: inherit;
}
.bb-form-wrap .row .bbfield label { width: auto; padding: 0; font-size: inherit; }
.bb-form-wrap span.required { color: red; font-size: 13px; }


form#form-bb-lostpasswd, form#form-bb-lostpasswd, form#form-bb-lostpasswd {
    margin:40px 0;
    padding:15px 25px;
}


/*
 * <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:3px 14px 0 26px; margin:0 0 2px 0; }
.custom-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.custom-checkbox .checkmark { position: absolute; top: 2px; 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: 8px; top: 4px; width: 7px; height: 12px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

@media screen and (max-width:720px){
	.box-wrap { width:100%; padding:20px 10px; }
}




/* MODAL WINDOWS */
body .booked-modal { min-height:168px; position: fixed; z-index:9999999; top:20%; right: 0; bottom: 0; left: 0; }
body .booked-modal hr { border-top:1px solid #ddd; background:none; }
body .booked-modal .bm-overlay { animation: booked-fadein 0.2s; -webkit-animation: booked-fadein 0.2s; -moz-animation: booked-fadein 0.2s; -ms-animation: booked-fadein 0.2s; -o-animation: booked-fadein 0.2s; -webkit-backface-visibility: hidden; position: fixed; background:#000; background: rgba(0, 0, 0, 0.65); top: 0; right: 0; bottom: 0; left: 0; }
body .booked-modal .bm-window { animation: booked-flyin 0.2s; -webkit-animation: booked-flyin 0.2s; -moz-animation: booked-flyin 0.2s; -ms-animation: booked-flyin 0.2s; -o-animation: booked-flyin 0.2s; -webkit-backface-visibility: hidden; padding:43px 0 25px; width:720px; position:relative; margin:0 auto; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:1px 1px 60px rgba(0,0,0,0.5); -webkit-box-shadow:1px 1px 60px rgba(0,0,0,0.5); box-shadow:1px 1px 60px rgba(0,0,0,0.5); }
body .booked-modal.bm-loading .bm-window { background:none; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
body .booked-modal.bm-closing .bm-overlay { animation: booked-fadeout 0.2s; -webkit-animation: booked-fadeout 0.2s; -moz-animation: booked-fadeout 0.2s; -ms-animation: booked-fadeout 0.2s; -o-animation: booked-fadeout 0.2s; -webkit-backface-visibility: hidden; }
body .booked-modal.bm-closing .bm-window { animation: booked-flyout 0.2s; -webkit-animation: booked-flyout 0.2s; -moz-animation: booked-flyout 0.2s; -ms-animation: booked-flyout 0.2s; -o-animation: booked-flyout 0.2s; -webkit-backface-visibility: hidden; }
body .booked-modal .bm-window { background:#f5f5f5; max-height:100px; z-index:2000000000; }
body .booked-modal .bm-window p { margin:0 0 5px; }
body .booked-modal .bm-window p.status .material-icons { vertical-align:middle; font-size:25px; } 

body .booked-modal .bm-window p small { display:block; margin:0 0 15px; text-transform:uppercase; font-size:1.215rem; font-weight:600; }
body .booked-modal .bm-window p.appointment-title { font-weight:600; margin-bottom:0; }
body .booked-modal .bm-window p.calendar-name { font-weight:600; margin-bottom:0; }
body .booked-modal .bm-window p.appointment-info { color:#333; font-weight:600; margin:0; font-size:1.325rem; line-height:1.7; }
body .booked-modal .bm-window p strong { font-size:13px; text-transform:uppercase; display:inline-block; padding-right:3px; font-weight:600; }
body .booked-modal .bm-window a { text-decoration:none; }
body .booked-modal .bm-window .close { line-height:1; color:#fff; color:rgba(255,255,255,0.5); font-size:20px; position:absolute; top:11px; right:14px; }
body .booked-modal .bm-window .close:hover { color:#fff; }
body .booked-modal .bm-window p i.booked-icon.booked-icon-clock { font-size: 18px; position: relative; top: 1px; }
body .booked-modal .bm-window p.booked-calendar-name { font-weight:600; font-size:15px; }

body .booked-modal .bm-window .booked-scrollable { max-height:100px; padding:10px 30px 30px; overflow-y:auto; overflow-x:hidden; background:#f5f5f5; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; box-sizing:content-box; }
body .booked-modal .bm-window p.booked-title-bar { box-sizing: border-box; font-size: 13px; position: absolute; top: 0; left: 0; line-height:1; width: 100%; color: #fff; background-color:#44bd49;border-radius: 4px 4px 0 0; padding: 15px 30px 15px 15px; }
body .booked-modal .bm-window p.booked-title-bar small { margin:0; }

/* Scrolling Fixes */
body .booked-modal .bm-window .booked-scrollable { -webkit-overflow-scrolling:touch; }
body .booked-modal .bm-window .booked-scrollable > * { -webkit-transform: translateZ(0px); -webkit-transform: translate3d(0,0,0); }

@media screen and (max-width:768px){
    body .booked-modal { top:0; padding:0; margin:0!important; }
    body .booked-modal .bm-window { width:100%; padding:43px 0 0; box-sizing:border-box; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }
    body .booked-modal .bm-window .booked-scrollable { padding:30px 35px; }
    body .booked-modal .bm-overlay { background:rgba(0, 0, 0, 0.8); }
    body .booked-modal .bm-window p.name b { display:block; }
}



