@charset "utf-8";
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.button_secret {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.cm {
  color: #afb1b0 !important;
}
.ck {
  color: #000 !important;
}
.cw {
  color: #fff !important;
}
.cb {
  color: #101111 !important;
}
.cl {
  color: #bfbec5 !important;
}
.cg {
  color: #679c80 !important;
}
.cj {
  color: #9a5d7f !important;
}
.cr {
  color: #4e6b7b !important;
}
.title {
  font-size: 15px;
  line-height: 30px;
  word-wrap: normal;
  word-break: keep-all;
}
.title.font, .title .font {
  font-family: 'NanumSquare', sans-serif;
}
.title.thin, .title .thin {
  font-weight: 100;
}
.title.light, .title .light {
  font-weight: 300;
}
.title.medium, .title .medium {
  font-weight: 500;
}
.title.bold, .title .bold {
  font-weight: 700;
}
.title.black, .title .black {
  font-weight: 900;
}
.title.t1, .title .t1 {
  font-size: 25px;
  line-height: 30px;
}
.title.enter {
  white-space: nowrap;
}
.title.enter span, .title .enter span, .title.enter strong, .title .enter strong {
  display: block;
}
.text {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  word-wrap: normal;
  word-break: keep-all;
}
.text.font, .text .font {
  font-family: 'NanumSquare', sans-serif;
}
.text.word, .text .word {
  word-break: break-all;
}
.text.thin, .text .thin {
  font-weight: 100;
}
.text.light, .text .light {
  font-weight: 300;
}
.text.medium, .text .medium {
  font-weight: 500;
}
.text.bold, .text .bold {
  font-weight: 700;
}
.text.black, .text .black {
  font-weight: 900;
}
.text.big, .text .big {
  font-size: 16px;
  line-height: 30px;
}
.text a {
  color: #101111;
}
.text.cw a, .text .cw a {
  color: #fff;
}
.text a:hover {
  color: #101111;
  text-decoration: underline;
  text-decoration-color: #101111;
}
.text.cw a:hover, .text .cw a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #c79d70;
}
.text img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0;
}
.text input {
  display: inline-block;
  vertical-align: middle;
}
.text label {
  cursor: pointer;
}
.text u {
  text-decoration: none;
  border-bottom: rgba(255, 255, 255, 0.1) solid 2px;
}
.overflow {
  min-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.text.enter, .text .enter {
  white-space: nowrap;
}
.text.enter span, .text .enter span, .text.enter strong, .text .enter strong {
  display: block;
}
.line {
  border-style: solid;
  border-color: #dadce1;
}
.line.bcm {
  border-color: rgba(175, 177, 176, 0.2);
}
.line.bcl {
  border-color: rgba(191, 190, 197, 0.2);
}
.line.bcg {
  border-color: rgba(103, 156, 128, 0.2);
}
.line.bcj {
  border-color: rgba(154, 93, 127, 0.2);
}
.line.bcr {
  border-color: rgba(78, 107, 123, 0.2);
}
.line.bcb {
  border-color: #101111
}
.line.bci {
  border-color: rgba(16, 17, 17, 0.2);
}
.line.dashed {
  border-style: dashed;
}
.line.dotted {
  border-style: dotted;
}
.line.bt {
  border-top-width: 1px;
}
.line.bl {
  border-left-width: 1px;
}
.line.br {
  border-right-width: 1px;
}
.line.bb {
  border-bottom-width: 1px;
}
.form {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}
.form .f_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 5px 0;
}
.form .f_field {
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  width: 100%;
}
.form .f_field .ff_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 40px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  color: #101111;
  letter-spacing: -0.5px;
  line-height: 40px;
  text-align: left;
}
.form .f_field .ff_title label {
  position: relative;
}
.form .f_field .ff_wrap {
  display: block;
  margin-left: 100px !important;
}
.form .f_field .ff_wrap.text {
  margin-top: 5px;
}
.form .f_field .ff_wrap.content {
  min-height: 40px;
  margin-top: 0;
  line-height: 40px;
}
.form .f_field input {
  display: inline-block;
  vertical-align: middle;
}
.input {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  outline: none;
  border: rgba(16, 17, 17, 0.2) solid 0;
  font-size: 15px;
  font-weight: 100;
  color: #101111;
  letter-spacing: -0.5px;
  line-height: 38px;
  text-align: left;
}
.input:hover {
  border-color: #101111;
}
.select {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  border: #101111 solid 0;
  font-size: 15px;
  font-weight: 100;
  color: #101111;
  letter-spacing: -0.5px;
  line-height: 38px;
  text-align: left;
}
.select:hover {
  border-color: #101111;
}
.textarea {
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  width: 98%\9;
  min-height: 40px;
  margin: 0;
  padding: 0;
  outline: none;
  border: #b0b0b0 solid 1px;
  border: rgba(16, 17, 17, 0.2) solid 0;
  font-size: 15px;
  font-weight: 100;
  color: #101111;
  letter-spacing: -0.5px;
  line-height: 38px;
  text-align: left;
}
.file {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  outline: none;
  border: rgba(16, 17, 17, 0.2) solid 0;
  font-size: 15px;
  font-weight: 100;
  color: #101111;
  letter-spacing: -0.5px;
  line-height: 38px;
  text-align: left;
}
.file:hover {
  border-color: #101111;
}
.template {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  word-wrap: normal;
  word-break: keep-all;
}
.template > h4 {
  display: block;
  position: relative;
  width: auto;
  margin-top: 30px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #101111;
  line-height: 30px;
}
.template > h4:first-child {
  margin-top: 0;
}
.template > h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: #afb1b0 solid 3px;
}
.template > strong {
  display: block;
  position: relative;
  width: auto;
  margin-top: 20px;
  margin-left: 25px;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #777;
  line-height: 24px;
}
.template > p {
  display: block;
  position: relative;
  width: auto;
  margin-top: 10px;
  margin-left: 25px;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #777;
  line-height: 24px;
}
.template > .box {
  margin-top: 20px;
  margin-left: 25px;
  padding: 20px 25px;
  border: #e6e6e6 solid 1px;
  background-color: #f9f9f9;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #777;
  line-height: 24px;
}
.template strong {
  font-weight: 500;
  color: #101111;
}
.template a {
  color: #101111;
}
.template a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(0, 174, 239, 0.7);
}
.template > ul {
  display: block;
  position: relative;
  width: auto;
  margin-top: 10px;
  margin-left: 25px;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #777;
  line-height: 24px;
}
.template > ul > li {
  position: relative;
  margin: 5px 0;
  padding-left: 10px;
}
.template > ul > li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #999;
}
.template > ul > li > ul {
  display: block;
  position: relative;
  width: auto;
  margin: 5px 15px;
  font-size: 12px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #999;
  line-height: 22px;
}
.template > ul > li > ul > li {
  position: relative;
  padding-left: 10px;
}
.template > ul > li > ul > li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 4px;
  height: 1px;
  background-color: #999;
}
.template > ul > li > p {
  display: block;
  position: relative;
  width: auto;
  margin: 5px 15px;
  padding-left: 10px;
  font-size: 12px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #999;
  line-height: 22px;
}
.template > ul > li > p:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 4px;
  height: 1px;
  background-color: #999;
}
.template > .table {
  margin-top: 10px;
  margin-left: 25px;
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  bottom: 100%;
  z-index: 999999;
  width: auto !important;
  height: auto !important;
  background: rgba(14, 14, 14, 0.9);
}
.popup.on {
  top: 0;
  bottom: 0;
}
.popup .p_box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  width: 300px;
  height: 250px;
  margin-top: -125px;
  margin-left: -150px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: scale(0.8);
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.popup.on .p_box {
  transform: scale(1);
}
.popup .p_out {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: default;
}
.popup .p_head {
  position: relative;
  box-sizing: border-box;
  height: 60px;
  padding: 15px 20px;
  background: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
}
.popup .p_body {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  overflow: auto;
  padding: 50px;
}
.popup .p_title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: left;
  padding-left: 10px;
  font-size: 18px;
  color: #101111;
  letter-spacing: -1px;
  line-height: 30px;
}
.popup .p_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 16px;
  margin-top: -8px;
  border-radius: 2px;
  background-color: #afb1b0;
}
.popup .p_close {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9999;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.popup .p_close:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  border-radius: 2px;
  background-color: #0e0e0e;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.popup .p_close:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  border-radius: 2px;
  background-color: #0e0e0e;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.popup .p_close:hover:before {
  background-color: #afb1b0;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.popup .p_close:hover:after {
  background-color: #afb1b0;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
.popup .p_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.popup .p_body .pb_area {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 50px;
}
.popup .p_body .pb_area:first-child {
  margin-top: 0;
}
.popup .p_body .pb_area.space {
  margin-top: 10px;
}
.popup .p_body .pb_title {
  margin-bottom: 30px;
}
.popup.w400 .p_box {
  width: 400px;
  margin-left: -200px;
}
.popup.w450 .p_box {
  width: 450px;
  margin-left: -225px;
}
.popup.w500 .p_box {
  width: 500px;
  margin-left: -250px;
}
.popup.w550 .p_box {
  width: 550px;
  margin-left: -275px;
}
.popup.w600 .p_box {
  width: 600px;
  margin-left: -300px;
}
.popup.w650 .p_box {
  width: 650px;
  margin-left: -325px;
}
.popup.w700 .p_box {
  width: 700px;
  margin-left: -350px;
}
.popup.w750 .p_box {
  width: 750px;
  margin-left: -375px;
}
.popup.w800 .p_box {
  width: 800px;
  margin-left: -400px;
}
.popup.w850 .p_box {
  width: 850px;
  margin-left: -425px;
}
.popup.w900 .p_box {
  width: 900px;
  margin-left: -450px;
}
.popup.w950 .p_box {
  width: 950px;
  margin-left: -475px;
}
.popup.w1000 .p_box {
  width: 1000px;
  margin-left: -500px;
}
.popup.w1100 .p_box {
  width: 1100px;
  margin-left: -550px;
}
.popup.w1200 .p_box {
  width: 1200px;
  margin-left: -600px;
}
.popup.w50p .p_box {
  left: 25%;
  right: 25%;
  width: auto;
  margin-left: 0;
}
.popup.w60p .p_box {
  left: 20%;
  right: 20%;
  width: auto;
  margin-left: 0;
}
.popup.w70p .p_box {
  left: 15%;
  right: 15%;
  width: auto;
  margin-left: 0;
}
.popup.w80p .p_box {
  left: 10%;
  right: 10%;
  width: auto;
  margin-left: 0;
}
.popup.w90p .p_box {
  left: 5%;
  right: 5%;
  width: auto;
  margin-left: 0;
}
.popup.h300 .p_box {
  height: 300px;
  margin-top: -150px;
}
.popup.h350 .p_box {
  height: 350px;
  margin-top: -175px;
}
.popup.h400 .p_box {
  height: 400px;
  margin-top: -200px;
}
.popup.h450 .p_box {
  height: 450px;
  margin-top: -225px;
}
.popup.h500 .p_box {
  height: 500px;
  margin-top: -250px;
}
.popup.h550 .p_box {
  height: 550px;
  margin-top: -275px;
}
.popup.h600 .p_box {
  height: 600px;
  margin-top: -300px;
}
.popup.h650 .p_box {
  height: 650px;
  margin-top: -325px;
}
.popup.h700 .p_box {
  height: 700px;
  margin-top: -350px;
}
.popup.h750 .p_box {
  height: 750px;
  margin-top: -375px;
}
.popup.h800 .p_box {
  height: 800px;
  margin-top: -400px;
}
.popup.h50p .p_box {
  top: 25%;
  bottom: 25%;
  height: auto;
  margin-top: 0;
}
.popup.h60p .p_box {
  top: 20%;
  bottom: 20%;
  height: auto;
  margin-top: 0;
}
.popup.h70p .p_box {
  top: 15%;
  bottom: 15%;
  height: auto;
  margin-top: 0;
}
.popup.h80p .p_box {
  top: 10%;
  bottom: 10%;
  height: auto;
  margin-top: 0;
}
.popup.h90p .p_box {
  top: 5%;
  bottom: 5%;
  height: auto;
  margin-top: 0;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  width: 200px;
  height: 60px;
  outline: none;
  border: rgba(13, 13, 14, 0.2) solid 1px;
  text-align: center;
}
.btn.icon {
  padding-left: 50px;
  text-align: left;
}
.btn:hover {
  border: #101111 solid 1px;
}
.btn:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.btn:hover:before {
  left: 0;
  width: 100%;
  background-color: #101111;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  color: #101111;
  line-height: 58px;
  letter-spacing: -1px;
}
.btn:hover span {
  color: #fff;
}
.btn.icon span:after {
  content: "";
  position: absolute;
  left: -38px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background-image: url("http://www.glowseoul.co.kr/images/project/icon_inquery.png");
  background-repeat: no-repeat;
  background-size: 200% auto;
}
.btn.icon.i_call {
  background-position: left top;
}
.btn.icon.i_call:hover span:after {
  background-position: right top;
}
.btn.tiny {
  width: 70px;
  min-width: 40px;
  height: 40px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 38px;
}
.btn.tiny span {
  font-size: 14px;
  line-height: 38px;
}
@media all and (max-width:1024px) {
  .popup .p_box {
    left: 10% !important;
    right: 10% !important;
    top: 10% !important;
    bottom: 10% !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .popup .p_body {
    padding: 30px;
  }
  .popup .p_body .pb_area {
    margin-top: 30px;
  }
  .popup .p_body .pb_area:first-child {
    margin-top: 0;
  }
  .popup .p_body .pb_title {
    margin-bottom: 20px;
  }
}
@media all and (max-width:768px) {
  .popup .p_head {
    height: 50px;
    padding: 10px 15px;
  }
  .popup .p_title {
    padding-left: 8px;
    font-size: 16px;
    line-height: 30px;
  }
  .popup .p_body {
    top: 50px;
    padding: 20px;
  }
  .popup .p_body .pb_area {
    margin-top: 20px;
  }
  .popup .p_body .pb_area:first-child {
    margin-top: 0;
  }
  .popup .p_body .pb_title {
    margin-bottom: 15px;
  }
}
@media all and (max-width:600px) {
  .btn {
    float: none;
    width: 100% !important;
  }
  .btn.icon {
    padding-left: 30px;
    text-align: center;
  }
}
@media all and (max-width:480px) {
  .popup .p_body {
    padding: 15px;
  }
  .popup .p_body .pb_area {
    margin-top: 15px;
  }
  .popup .p_body .pb_area:first-child {
    margin-top: 0;
  }
}