html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
}
body {
  padding: 4rem 0 0;
  margin: 0;
  color: #282828;
  font-family: 'NanumSquare', sans-serif;
  letter-spacing: -1px;
  -webkit-tap-highlight-color: transparent;
}
#title-bar {
  position: fixed;
  width: 100%;
  height: 4rem;
  top: 0px;
  left: 0;

  text-align: center;
  background: #FFF;
  z-index: 9;
}
/*
#title-bar .btn-close, #title-bar .btn-back, #title-bar .btn-menu {
  position: absolute;
  width: 1.53rem;
  height: 1.53rem;
  top: 1.2rem;
  left: 1.9rem;
}*/

#title-bar .btn-close, #title-bar .btn-back, #title-bar .btn-menu {
  position: absolute;
  width: 1.53rem;
  height: 1.53rem;
  top: 1.6rem;
  left: 1.9rem;
}

#title-bar .btn-back {
  width: 0.84rem;
}
#title-bar .btn-menu {
  left: unset;
  right: 1.9rem;
}
#title-bar .title-text {
  font-size: 1.6rem;
  line-height: 4rem;
}
.content-area {
  padding: 1.8rem 2.8rem;
}
#bottom-button-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: #FBFBFB;
  padding: 1.2rem 2rem;
  box-sizing: border-box;
  border-top: 1px solid #E2E2E2;
}
.text-bold {
  font-weight: 800;
}
.guide-line-1 {
  height: 1px;
  background: #F2F2F2;
}
.guide-line-12 {
  height: 12px;
  background: #F2F2F2;
}
input::placeholder {
  color: #C8C8C8;
  font-size: 1.2rem;
  text-align: left;
}
.btn-normal {
  width: 100%;
  height: 5.0rem;
  border: none;
  color: #FFF;
  border-radius: 3rem;
  background: #9067FF;
  font-size: 1.4rem;
  outline-style: none;
}
.btn-white {
  width: 100%;
  height: 3.8rem;
  border-radius: 3rem;
  font-size: 1.4rem;
  outline-style: none;
  background: #FFF;
  color: #9067FF;
  border: 1px solid #9067FF;
}
.btn-cancel {
  background: #717171;
}
#button-area-1 {
  text-align: center;
}
#button-area-1 > button {
  width: 24rem;
  height: 3.8rem;
  background: #36BBF3;
  border-radius: 3rem;
  border: none;
  color: #FFF;
  letter-spacing: -1px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
#bottom-button-area > button {
  height: 100%;
}
#bnb {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #FBFBFB;
  border-top: 1px solid #C8C8C8;
  text-align: center;
  padding: 0.88rem;
  box-sizing: border-box;
}
#bnb img {
  width: 2rem;
  margin: 0 3rem;
}
#bnb img:first-child {
  margin-left: 1.8rem;
}
#bnb img:last-child {
  margin-right: 1.8rem;
}
/* INPUT CHECKBOX */
input[type=checkbox] + label {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url('/assets/images/ic_checkbox_02_off.png') center center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-right: 1rem;
}
input[type=checkbox]:checked + label {
  background: url('/assets/images/ic_checkbox_02_on.png') center center no-repeat;
  background-size: contain;
}
input[type=checkbox] {
  display: none;
}
@media (min-width: 360px) {
  
}

@media (min-width: 411px) {

}