@charset "UTF-8";
/* 공통 */
#popWrap {
  overflow: hidden;
  width: 350px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
}
#popWrap h1 {
  height: 68px;
  margin: 0 20px;
  border-bottom: 1px solid #bbb;
  font-weight: 600;
  font-size: 18px;
  line-height: 67px;
}
#popWrap h1 .num {
  position: relative;
  left: 5px;
  top: -10px;
  font-size: 14px;
  line-height: 1em;
  color: #ff5a00;
  font-weight: 600;
}
#popWrap h1.line {
  height: 70px;
  border-bottom: 2px solid #bbb;
}
#popWrap #popCont {
  overflow-x: hidden;
  padding: 30px 20px;
}
#popWrap #popCont.includeFixedBtn {
  padding-bottom: 106px !important;
}
#popWrap #popCont .warning:first-child {
  margin: -10px 0 10px;
}
#popWrap #popCont.scr {
  overflow-y: scroll;
  margin-right: 5px;
  padding-right: 15px !important;
}
#popWrap.typeB {
  width: 520px;
}
#popWrap.typeB #popCont {
  padding: 10px 20px 30px;
}
#popWrap.typeB h1 {
  height: 76px;
  border-bottom: 0;
  font-size: 24px;
  line-height: 76px;
}
#popWrap.typeB h1.line {
  height: 78px;
  border-bottom: 2px solid #bbb;
}
#popWrap.typeC {
  width: 1080px;
  padding: 0 30px;
}
#popWrap.typeC h1 {
  height: 76px;
  border-bottom: 0;
  font-size: 24px;
  line-height: 76px;
}
#popWrap.typeC h1.line {
  height: 78px;
  border-bottom: 2px solid #bbb;
}
#popWrap.typeC #popCont {
  padding: 10px 20px 30px;
}
#popWrap.typeC .btnArea span button, #popWrap.typeC .btnArea span a {
  max-width: 250px;
}
#popWrap.typeD {
  box-sizing: content-box;
  padding: 0 100px;
  border-radius: 0;
  background: none;
}
#popWrap.typeD .wrap {
  position: relative;
  padding: 0 20px;
  border-radius: 10px;
  background: #fff;
}
#popWrap.typeD .wrap h1 {
  margin: 0;
}
#popWrap.typeD .wrap #popCont {
  padding-left: 0;
  padding-right: 0;
}
#popWrap.typeE {
  width: 850px;
}
#popWrap.typeE h1 {
  height: 76px;
  border-bottom: 0;
  font-size: 24px;
  line-height: 76px;
}
#popWrap.typeE h1.line {
  height: 78px;
  border-bottom: 2px solid #bbb;
}
#popWrap.typeE #popCont {
  padding: 10px 20px 30px;
}
#popWrap.typeE .btnArea span button, #popWrap.typeE .btnArea span a {
  max-width: 250px;
}
#popWrap.typeF {
  width: 770px;
}
#popWrap.typeF h1 {
  height: 76px;
  border-bottom: 0;
  font-size: 24px;
  line-height: 76px;
}
#popWrap.typeF h1.line {
  height: 78px;
  border-bottom: 2px solid #bbb;
}
#popWrap.typeF #popCont {
  padding: 10px 20px 30px;
}
#popWrap.typeG {
  width: 440px;
}
#popWrap.typeG h1 {
  height: 76px;
  border-bottom: 0;
  font-size: 24px;
  line-height: 76px;
}
#popWrap.typeG h1.line {
  height: 78px;
  border-bottom: 2px solid #bbb;
}
#popWrap.typeG #popCont {
  padding: 10px 20px 30px;
}
#popWrap .bgLayer {
  border-radius: 10px;
}

.btnArea {
  display: table;
  width: 100%;
  margin: 40px 0 0 0;
  table-layout: fixed;
}
.btnArea > span {
  display: table-cell;
  padding: 0 5px;
}
.btnArea > span button, .btnArea > span a {
  width: 100%;
  padding: 0;
}
.btnArea > span:first-child {
  padding-left: 0;
}
.btnArea > span:last-child {
  padding-right: 0;
}

.fixedBtn {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 -4px 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.fixedBtn .btn {
  width: 100%;
}

/* 장바구니 */
.cartComplete {
  text-align: center;
  line-height: 1em;
}
.cartComplete strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.cartComplete:before {
  content: "";
  display: block;
  width: 32px;
  height: 42px;
  margin: 0 auto 16px;
  background: url(/static/images/icon/ic_cart3.png) no-repeat 0 0;
}

/* 포토리뷰 */
.photoReviewList {
  overflow: hidden;
  margin: 0 -20px;
}
.photoReviewList li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 161px;
  height: 161px;
  margin: 0 0 10px 10px;
  border-radius: 10px;
  background: #eee;
}
.photoReviewList li img {
  width: 100%;
}
.photoReviewList li:nth-child(6n+1) {
  margin-left: 0;
}
.photoReviewList li .num {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

/* 리뷰상세 */
.reviewPage {
  position: absolute;
  right: 90px;
  top: 34px;
  color: #888;
  font-size: 16px;
  line-height: 16px;
}
.reviewPage .more {
  padding-right: 20px;
  margin-left: 20px;
  background: url(/static/images/icon/ic_viewmore.png) no-repeat 100% 50%;
}

.reviewControls .prev {
  position: absolute;
  left: -100px;
  top: 50%;
  overflow: hidden;
  width: 57px;
  height: 92px;
  margin-top: -39px;
  white-space: nowrap;
  text-indent: 100%;
  background: url(/static/images/icon/ic_prev2.png) no-repeat 0 0;
}
.reviewControls .next {
  position: absolute;
  right: -100px;
  top: 50%;
  overflow: hidden;
  width: 57px;
  height: 92px;
  margin-top: -39px;
  white-space: nowrap;
  text-indent: 100%;
  background: url(/static/images/icon/ic_next2.png) no-repeat 0 0;
}

/* 문의하기, 리뷰쓰기 */
.qnaForm {
  padding: 0 10px;
  margin-bottom: 20px;
}
.qnaForm .pdt {
  width: calc(100% + 20px);
  min-height: 94px;
  padding-top: 0;
  margin: 0 -10px;
  border-bottom: 2px solid #111;
}
.qnaForm .pdt .thumb {
  left: 20px;
  top: 0;
}
.qnaForm .pdt .content {
  padding-left: 102px;
}
.qnaForm h2 {
  margin: 30px 0 10px;
  color: #888;
  line-height: 1em;
}
.qnaForm input[type=text], .qnaForm input[type=file] {
  display: block;
  width: 100%;
}
.qnaForm .txtArea {
  display: block;
  padding: 10px 10px 10px 20px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.qnaForm .txtArea textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 0;
  border: 0;
}
.qnaForm .fileField {
  width: 100%;
  margin-top: 10px;
}
.qnaForm .file {
  margin-top: 10px;
}
.qnaForm .fileText {
  margin-top: 10px;
  font-size: 16px;
}
.qnaForm .fileText img {
  margin: -2px 0 0 4px;
  vertical-align: middle;
}
.qnaForm .fileText:first-of-type {
  padding-top: 10px;
}
.qnaForm .fileText:last-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.qnaForm .attach {
  width: 80px;
  margin-top: 10px;
}
.qnaForm .attach .sizeD {
  min-width: auto;
}

/* 배송지등록 */
.defaultCheck {
  margin-top: 30px;
  font-size: 16px;
}

/* 배송지관리 */
.addressList {
  overflow-y: auto;
  max-height: 350px;
  padding-right: 10px;
  margin-top: -10px;
  border-top: 2px solid #bbb;
}
.addressList li {
  position: relative;
  padding: 20px 90px 20px 40px;
  border-bottom: 1px solid #ddd;
}
.addressList li .default {
  display: inline-block;
  height: 26px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 26px;
  color: #888;
  background: #eee;
}
.addressList li label {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.addressList li .addr {
  font-size: 16px;
}
.addressList li .name {
  margin-top: 5px;
  font-size: 16px;
}
.addressList li .name .num {
  position: relative;
  padding-left: 11px;
  margin-left: 10px;
  color: #888;
}
.addressList li .name .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  background: #ddd;
}
.addressList li .btn {
  position: absolute;
  right: 0;
  top: 50%;
  text-align: right;
  margin-top: -20px;
}
.addressList li .btn button {
  display: inline-block;
  text-align: center;
  width: 28px;
}
.addressList li .btn button.modify:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  background: url(/static/images/icon/ic_edit.png) no-repeat 0 0;
}
.addressList li .btn button.delete:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  background: url(/static/images/icon/ic_del2.png) no-repeat 0 1px;
}
.addressList li .btn button.delete {
  margin-left: 15px;
  color: #aaa;
}
.addressList.manage li {
  padding-left: 0;
}

/* 할인쿠폰 */
.couponHead {
  margin: 20px 0;
  overflow: hidden;
}
.couponHead h2 {
  float: left;
  font-size: 24px;
  line-height: 1em;
}
.couponHead p {
  float: right;
  padding-top: 10px;
  line-height: 1em;
  color: #888;
}
.couponHead ~ .couponHead {
  margin-top: 60px;
}

.totalPrice {
  padding: 30px 0;
  border-radius: 10px;
  text-align: center;
  background: #f5f5f5;
}
.totalPrice p {
  display: inline-block;
  padding-bottom: 18px;
  text-align: center;
  vertical-align: bottom;
  color: #888;
}
.totalPrice p em {
  display: block;
  margin-top: 10px;
  color: #111;
}
.totalPrice p em .num {
  font-size: 20px;
}
.totalPrice p.typeB {
  min-width: 130px;
  padding-bottom: 0;
}
.totalPrice p.typeB .message {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
.totalPrice p.total em {
  font-size: 16px;
}
.totalPrice p.total em .num {
  font-size: 24px;
  font-weight: 600;
}
.totalPrice .mark {
  display: inline-block;
  width: 90px;
  padding-bottom: 18px;
  text-align: center;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 600;
}

/* 병의원예약 */
.clinicReser h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}
.clinicReser .tag {
  margin-top: 15px;
}
.clinicReser .tag span {
  display: inline-block;
  height: 28px;
  padding: 0 8px;
  margin-left: 4px;
  border-radius: 14px;
  line-height: 28px;
  color: #888;
  font-size: 12px;
  background: #f5f5f5;
}
.clinicReser .warning {
  margin-top: 20px;
}
.clinicReser .detail {
  position: relative;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.clinicReser .detail h3 {
  font-size: 18px;
}
.clinicReser .detail .icoGo {
  position: absolute;
  right: 0;
  top: 24px;
  color: #888;
}
.clinicReser .detail > p {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
}
.clinicReser .detail > p.addr:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 15px;
  height: 20px;
  background: url(/static/images/icon/ic_location3.png) no-repeat 0 0;
}
.clinicReser .detail > p.tel {
  background: none;
}
.clinicReser .detail > p.tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 21px;
  height: 21px;
  background: url(/static/images/icon/ic_tel2.png) no-repeat 0 0;
}
.clinicReser .detail .part {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
.clinicReser .detail .part:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 14px;
  height: 18px;
  background: url(/static/images/icon/ic_list.png) no-repeat 0 0;
}
.clinicReser .detail .part h3, .clinicReser .detail .part h4 {
  color: #888;
}
.clinicReser .detail .part p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
}
.clinicReser .detail .time {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
.clinicReser .detail .time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 19px;
  height: 19px;
  background: url(/static/images/icon/ic_time.png) no-repeat 0 0;
}
.clinicReser .detail .time p {
  font-size: 16px;
  line-height: 26px;
}
.clinicReser .detail .time p + p {
  margin-top: 5px;
}
.clinicReser .fieldArea {
  border: 0;
}
.clinicReser .fieldArea h3 {
  position: relative;
  margin-top: 20px;
  font-size: 18px;
}
.clinicReser .fieldArea h3 .icoGo {
  position: absolute;
  right: 0;
  top: 0;
  color: #888;
  font-size: 14px;
}
.clinicReser .fieldArea h3 .icoGo:before, .clinicReser .fieldArea h3 .icoGo:after {
  background: #888;
}
.clinicReser .fieldArea .field {
  padding-top: 10px;
}
.clinicReser .text {
  margin-top: 20px;
  text-align: center;
  color: #888;
}

#popWrap.searchClinicWrap {
  width: 1200px;
  padding: 0;
}
#popWrap.searchClinicWrap h1 {
  padding-left: 30px;
}
#popWrap.searchClinicWrap #popCont {
  overflow: hidden !important;
  height: auto !important;
  padding: 0;
}
#popWrap.searchClinicWrap .clinicArea .mapArea .myLoc {
  right: 20px;
  bottom: 20px;
}
#popWrap.searchClinicWrap .clinicArea .searchArea, #popWrap.searchClinicWrap .clinicArea .clinicDetail {
  left: 20px;
  top: 20px;
  margin-left: 0;
}
#popWrap.searchClinicWrap .clinicArea .clinicDetail .detail {
  padding: 20px 0;
  margin: 20px 20px 0;
  border-top-width: 1px;
}

/* 제품검색, 주문내역 */
.searchPdtResult {
  overflow: hidden;
  margin-top: 30px;
}
.searchPdtResult .total {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1em;
}
.searchPdtResult .total .warning {
  float: right;
  font-size: 14px;
}
.searchPdtResult .scr {
  overflow-y: auto;
  max-height: 451px;
  border-top: 2px solid #bbb;
  border-bottom: 1px solid #bbb;
  text-align: center;
}
.searchPdtResult .scr .warning {
  display: inline-block;
  margin: 100px 0;
}
.searchPdtResult .scr .pdt {
  padding-right: 95px;
  text-align: left;
}
.searchPdtResult .scr .pdt .btnTypeG {
  position: absolute;
  right: 0;
  top: calc(50% - 16px);
  color: #aaa;
  background: #fff;
}
.searchPdtResult .scr .pdt + .pdt {
  border-top: 1px solid #ddd;
}
.searchPdtResult:first-child {
  margin-top: 10px;
}

/* 원료이야기 */
.basePage {
  position: absolute;
  right: 90px;
  top: 34px;
  color: #888;
  font: 16px/16px "Roboto";
}

.baseControls .prev {
  position: absolute;
  left: -100px;
  top: 50%;
  overflow: hidden;
  width: 57px;
  height: 92px;
  margin-top: -39px;
  white-space: nowrap;
  text-indent: 100%;
  background: url(/static/images/icon/ic_prev2.png) no-repeat 0 0;
}
.baseControls .next {
  position: absolute;
  right: -100px;
  top: 50%;
  overflow: hidden;
  width: 57px;
  height: 92px;
  margin-top: -39px;
  white-space: nowrap;
  text-indent: 100%;
  background: url(/static/images/icon/ic_next2.png) no-repeat 0 0;
}

.baseDetail {
  overflow: hidden;
  position: relative;
  min-height: 220px;
}
.baseDetail .icon {
  float: right;
  position: relative;
  width: 210px;
  height: 210px;
  padding: 20px;
  margin: 0 0 60px 60px;
  line-height: 170px;
}
.baseDetail .icon:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background: #fff7ec;
}
.baseDetail .icon img {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.baseDetail .tit {
  font-size: 34px;
  margin-bottom: 20px;
}
.baseDetail .cont {
  font-size: 16px;
  color: #666;
}

.baseRelative {
  position: relative;
  padding: 20px 30px 30px;
  margin-top: 30px;
  border-radius: 10px;
  background: #f5f5f5;
}
.baseRelative h2 {
  margin-bottom: 30px;
  font-size: 18px;
}
.baseRelative ul .pdt {
  width: 50%;
  min-height: 72px;
  padding: 0 20px 0 0;
}
.baseRelative ul .pdt .thumb {
  top: 0;
  background: #fff;
}
.baseRelative .nav {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 0;
}
.baseRelative .nav .prev, .baseRelative .nav .next {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 1px #111;
  border-radius: 30px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-indent: 100%;
}
.baseRelative .nav .prev:before, .baseRelative .nav .next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 9px;
  margin: -5px 0 0 -3px;
  background: url(/static/images/icon/ic_pn.png) no-repeat 0 0;
}
.baseRelative .nav .prev.next:before, .baseRelative .nav .next.next:before {
  background-position-x: -6px;
}
.baseRelative .nav .page {
  display: inline-block;
  width: 50px;
  text-align: center;
  font-family: "Roboto";
  color: #888;
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
}
.baseRelative .nav .page span {
  margin: 0 -4px;
}

/* 정기배송 결제카드 정보변경 */
.cardModify {
  padding-top: 20px;
  border-top: 2px solid #bbb;
}
.cardModify .text {
  font-size: 16px;
  font-weight: 600;
}
.cardModify .text2 {
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
  color: #666;
  background: #f5f5f5;
}
.cardModify .text2 em {
  color: #111;
}
.cardModify .text2 em:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -3px 20px 0 16px;
  vertical-align: middle;
  background: #bbb;
}
.cardModify .text3 {
  margin-bottom: 15px;
}

/* 정기배송해지완료 */
.cancelComplete {
  text-align: center;
  line-height: 1em;
}
.cancelComplete strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.cancelComplete:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto 20px;
  background: url(/static/images/icon/ic_check3.png) no-repeat 0 0;
}

/* 병의원예약목록 */
.myReserList {
  padding-top: 0 !important;
}
.myReserList .list li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.myReserList .list li > .icoFold {
  display: block;
}
.myReserList .list li > .icoFold:before, .myReserList .list li > .icoFold:after {
  top: 12px;
  width: 12px;
}
.myReserList .list li > .icoFold:before {
  right: 5px;
}
.myReserList .list li .status {
  padding-left: 24px;
  color: #888;
  line-height: 18px;
  background: url(/static/images/icon/ic_wait2.png) no-repeat 0 50%;
}
.myReserList .list li .status.complete {
  color: #4279be;
  background-image: url(/static/images/icon/ic_check10.png);
}
.myReserList .list li .name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}
.myReserList .list li .date {
  position: relative;
  padding-left: 90px;
  margin-top: 10px;
  background: url(/static/images/icon/ic_calendar2.png) no-repeat 0 2px;
}
.myReserList .list li .date em {
  position: absolute;
  left: 25px;
  top: 0;
  color: #666;
  font-family: "Assistant", "Noto";
}
.myReserList .list li .date .time:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0;
  vertical-align: middle;
  background: #ddd;
}
.myReserList .list li .type {
  position: relative;
  padding-left: 90px;
  margin-top: 10px;
  background: url(/static/images/icon/ic_list3.png) no-repeat 0 2px;
}
.myReserList .list li .type em {
  position: absolute;
  left: 25px;
  top: 0;
  color: #666;
}
.myReserList .list li .cont {
  padding-left: 25px;
  margin-top: 10px;
  background: url(/static/images/icon/ic_message.png) no-repeat 0 2px;
}
.myReserList .list li .cont em {
  color: #666;
}
.myReserList .list li .cont .txtArea {
  position: relative;
  padding: 15px;
  margin-left: -25px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
}
.myReserList .list li .cont .txtArea:before {
  content: "";
  position: absolute;
  left: 12px;
  top: -7px;
  width: 7px;
  height: 7px;
  background: url(/static/images/icon/ic_balloon5.png) no-repeat 0 0;
}
.myReserList .list li .location {
  margin-top: 20px;
  padding-left: 20px;
  background: url(/static/images/icon/ic_location3.png) no-repeat 0 2px;
}
.myReserList .list li .location a {
  color: #888;
}
.myReserList .list li .btn {
  margin-top: 30px;
}
.myReserList .list li .btn a {
  width: 100%;
}
.myReserList .caution {
  margin-top: 20px;
}
.myReserList .caution li {
  padding: 0;
  margin-top: 5px;
  line-height: 22px;
}
.myReserList .caution li:before {
  display: none;
}

/* 찾아가는길 */
.clinicInfo {
  width: auto;
  padding: 0;
}
.clinicInfo .location {
  margin: 0;
}

/* 재상담예약 */
.reCounselText .text {
  padding-top: 60px;
  text-align: center;
  font-size: 16px;
  background: url(/static/images/icon/ic_warning.png) no-repeat 50% 0;
}
.reCounselText .text2 {
  margin-top: 20px;
  padding: 20px;
  color: #666;
  border-radius: 10px;
  background: #f5f5f5;
}

/* 상담예약취소 */
.cancelCounselText .text {
  padding-top: 60px;
  text-align: center;
  font-size: 16px;
  background: url(/static/images/icon/ic_warning6.png) no-repeat 50% 0;
}
.cancelCounselText .text2 {
  margin-top: 20px;
  padding: 20px;
  color: #666;
  border-radius: 10px;
  background: #f5f5f5;
}

/* 닥터팩장바구니*/
.drpackCart {
  text-align: center;
  margin-top: 20px;
}
.drpackCart ul {
  overflow: hidden;
  margin-top: 40px;
}
.drpackCart ul li {
  float: left;
  width: 33.3%;
  font-size: 12px;
  color: #666;
}
.drpackCart ul li img {
  margin-bottom: 8px;
}

/* 화상상담예약 */
.videoReser .thumb {
  border-radius: 10px;
  text-align: center;
  background: #f0faf1;
}
.videoReser h2 {
  margin-top: 30px;
  font-weight: 400;
}
.videoReser .field .caution {
  margin-top: 10px;
}
.videoReser .field .message {
  padding-left: 0;
  color: #ff5a00;
  font-size: 14px;
}

/* 화상상담예약완료, 닥터팩신청불가 */
.reserComplete {
  text-align: center;
  line-height: 1em;
}
.reserComplete strong {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.reserComplete:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto 20px;
  background: url(/static/images/icon/ic_check3.png) no-repeat 0 0;
}
.reserComplete .text {
  padding: 20px;
  border-radius: 10px;
  color: #666;
  text-align: left;
  background: #f5f5f5;
}
.reserComplete.fail:before {
  background: url(/static/images/icon/ic_warning.png) no-repeat 0 0;
}

/*# sourceMappingURL=popup.css.map */
