@charset "UTF-8";

/* ==========================================================================
   #GLOBAL
   ========================================================================== */
/* ==========================================================================
   #MIXIN
   ========================================================================== */
/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/* ==========================================================================
   #SPRITE
   ========================================================================== */
/* ==========================================================================
   #FONTS
   ========================================================================== */
html,
body {
  font-family: 'Nanum Gothic', sans-serif;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.538;
  font-weight: 300;
  letter-spacing: -0.3px;
  color: #B7B7B7;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dt,
dd,
ol,
ul,
div,
span,
figcaption,
figure,
hr,
address,
table,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
html {
  font-size: 14px;
  line-height: 1.5714;
  overflow-y: scroll;
  min-height: 100%;
}

body {
  position: relative;
  backface-visibility: hidden;
  margin: 0 auto;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
  color: #000;
}

h3 {
  font-size: 24px;
  color: #222;
}

h4 {
  font-size: 20px;
  color: #222;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

strong {
  font-weight: 700;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
img {
  max-width: 100%;
  vertical-align: top;
}

/* ==========================================================================
   #FORM
   ========================================================================== */
fieldset {
  min-width: 0;
  border: 0;
}

legend {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

pre {
  font-family: 'Nanum Gothic', sans-serif;
  line-height: 26px;
  font-size: 14px;
  white-space: pre-line;
  word-wrap: break-word;
}

textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  resize: none;
  border: none;
  font-family: 'Nanum Gothic', sans-serif;
  line-height: 26px;
  font-size: 14px;
  white-space: pre-line;
  word-wrap: break-word;
  box-sizing: border-box;
}

select {
  font-size: 15px;
  width: 100%;
  /* 원하는 너비설정 */
  padding: .8em .5em;
  /* 여백으로 높이 설정 */
  font-family: inherit;
  /* 폰트 상속 */
  /*  */
  background: url("../image/ico-select.png") no-repeat 97% 50%;
  background-size: 10px 5px;
  border-bottom: 1px solid #C9C9C9;
  border: none;
  border-radius: 0px;
  /* iOS 둥근모서리 제거 */
  /* 네이티브 외형 감추기*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}


.textarea-qna {
  border: 1px solid #C9C9C9;
  border-radius: 0;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  min-height: 150px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btns {
  overflow: hidden;
  margin-bottom: 20px;
}

.btns .btn {
  display: block;
  color: #fff;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.btns .btn.btn-full {
  width: 100%;
}

.btns .btn.btn-half {
  width: 50%;
  margin: 0 auto;
}

.btns .btn-ready {
  background: #e5e5e5;
}

.btns .btn-able {
  background: #00BCD4;
}

.btns .btn-col2 {
  width: calc((100% - 60px) / 2);
  float: left;
  margin-left: 20px;
}

/* ==========================================================================
   #LISTS
   ========================================================================== */
ol,
ul,
li {
  list-style: none;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #666;
}

/* ==========================================================================
   #INPUT
   ========================================================================== */
input,
select {
  vertical-align: middle;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  border: none;
  background: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  overflow: visible;
  font: inherit;
  line-height: normal;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

input[type="text"]:not(.disable_input_type),
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"] {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  font-family: 'Nanum Gothic', sans-serif;
  letter-spacing: -0.3px;
  background-color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: top;
  color: #222;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.uneditable-input.focus,
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
.m-uneditable-input:focus {
  color: #222;
}

input[type=image] {
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0 !important;
  border: 0 none !important;
  background: none;
}

input[type=radio],
input[type=checkbox]:not(.disable_chekbox) {
  width: 16px !important;
  height: 16px !important;
  margin-right: -16px !important;
  line-height: 1;
  border: 0;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

input[type=radio]+label,
input[type=checkbox]+label {
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  text-align: left;
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  color: #333;
}

input[type=radio]+label:last-child,
input[type=checkbox]+label:last-child {
  margin-right: 0;
}

input[type=radio]+label:before,
input[type=radio]+label:after,
input[type=checkbox]+label:before,
input[type=checkbox]+label:after {
  vertical-align: middle;
  display: inline-block;
  content: "";
}

/* ==================================
   #CHECKBOX
   ================================== */
.checkbox input[type=checkbox]+label:before {
  position: absolute;
  box-sizing: border-box;
}

.checkbox input[type=checkbox]+label:after {
  position: absolute;
  box-sizing: border-box;
}

.checkbox input[type=checkbox]+label:before {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 1px;
  background: #fff;
  border: 1px solid #3ad1a6;
  border-radius: 0;
}

.checkbox input[type=checkbox]:checked+label:after {
  left: 3px;
  top: 3px;
  background: url("../image/btn_Next_Normal.svg") no-repeat 0 0;
  width: 12px;
  height: 15px;
  background-size: 12px 15px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

:placeholder-shown {
  /* Standard  */
  color: #999;
}

a.github {
  display: block;
  margin-top: 2em;
  color: white;
}

/* ==========================================================================
   #TABLE
   ========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

th {
  font-weight: 400;
  vertical-align: bottom;
}

td {
  font-weight: 400;
  vertical-align: top;
}

/* @import 'objects/_layout'; grid */
/* ==========================================================================
   ANIMATION
   ========================================================================== */
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    -o-transform: scale(1);
  }

  50% {
    -o-transform: scale(0.5);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bounceScale {

  from,
  10%,
  20%,
  40%,
  50%,
  70%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  10% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  50% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  70% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceScale {

  from,
  10%,
  20%,
  40%,
  50%,
  70%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  10% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  50% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  70% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounce {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounce {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounces {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounces {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.range_unit {
  display: block;
  text-align: center;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
}

.mini-pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 10%;
  width: 80%;
  min-height: 200px;
  margin-top: -100px;
  z-index: 21;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.mini-pop .pop-header {
  height: 34px;
  line-height: 34px;
  text-align: left;
  position: relative;
  padding: 10px;
  border: none;
  margin: 0;
}

.mini-pop .pop-header .nav-title {
  font-size: 18px;
  font-weight: 700;
}

.mini-body {
  position: relative;
  padding-bottom: 70px;
  overflow: auto;
  margin: 0 20px;
  text-align: center;
}

.dimed {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -1900px;
  background: rgba(0, 0, 0, 0.2);
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}



.message {
  overflow: hidden;
  padding: 15px;
}

.message dl dt {
  width: 42px;
  float: left;
}

.message dl dt img {
  width: 42px;
  height: auto;
}

.message dl dd {
  float: right;
  width: calc(100% - 52px);
}

.message dl dd .bubble {
  background: #fff;
  border-radius: 5px;
  line-height: 1.4;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.message dl dd .bubble .graph {
  margin-left: 20px;
  display: block;
  width: 100%;
}

.message dl dd .bubble .graph em {
  display: inline-block;
  width: 15px;
  height: 10px;
}

.message dl dd .bubble:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 15px;
  bottom: auto;
  left: -8px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  border-width: 4px 8px 4px 0;
  border-color: transparent #999;
}

.message dl dd .bubble:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 15px;
  bottom: auto;
  left: -8px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  border-width: 4px 8px 4px 0;
  border-color: transparent #fff;
}

.message dl dd .bubble hr {
  margin: 0 10px;
  border: none;
  border-top: 1px solid #d6d6d6;
}

.message dl dd .bubble .block-p {
  color: #262626;
  font-size: 15px;
  padding: 10px;
}

.message dl dd .bubble .block-p ul {
  margin: 3px 0 0 0;
}

.message dl dd .bubble .block-p ul li {
  padding-left: 14px;
  position: relative;
}

.message dl dd .bubble .block-p ul li:after {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.message dl dd .bubble .block-p.center {
  padding-bottom: 5px;
}

.message dl dd .bubble .block-p i {
  width: 16px;
  height: 16px;
}

.message dl dd .bubble .block-p i img {
  width: 16px;
  height: 16px;
}

.message dl dd .bubble .block-p+.block-p {
  padding-top: 0;
}

.message dl dd .bubble .block-desc {
  font-size: 14px;
  overflow: hidden;
}

.message dl dd .bubble .from-commentary {
  overflow: hidden;
  position: relative;
  margin-top: -10px;
  padding-top: 10px;
  min-height: 65px;
}

.message dl dd .bubble .from {
  color: #9b9b9b;
  font-size: 12px;
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  width: calc(100% - 85px);
  box-sizing: border-box;
  overflow: hidden;
  float: left;
}

.message dl dd .bubble .from-character {
  width: 100px;
  height: 95px;
  position: absolute;
  bottom: -20px;
  right: -5px;
}

.message dl dd .bubble .from-character img {
  width: auto;
  height: auto;
}

.message dl dd .bubble.bubble-gray {
  background: #4b4b4b;
  padding: 5px;
}

.message dl dd .bubble.bubble-gray:before {
  border-color: transparent #4b4b4b;
}

.message dl dd .bubble.bubble-gray:after {
  border-color: transparent #4b4b4b;
}

.message dl dd .bubble-more {
  background: #fff;
  border-radius: 5px;
  line-height: 1.4;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.message dl dd .time {
  text-align: left;
  font-size: 11px;
  color: #4A4A4A;
  margin: 5px 0 0 15px;
  display: inline-block;
}

.btn-alert {
  position: absolute;
  right: -25px;
  top: 5px;
  color: #C9C9C9;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: 2px;
}

.btn-alert:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 2px;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #C9C9C9;
  border-radius: 50%;
}

.util-date {
  margin: 40px 12px 30px 12px;
  text-align: center;
}

.util-date .check {
  display: inline;
  color: #00bcd4;
  font-size: 24px;
  font-weight: 900;
  border-bottom: 2px solid #00bcd4;
}

.util-date p {
  text-align: left;
  margin: 25px 0;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  line-height: 1.2;
}

.util-date p strong {
  font-weight: 700;
}

.util-date figure img {
  height: 150px;
}

.util-title {
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 600
}

.util-def {
  padding: 0 12px;
}

.content-view {}

.util-app .app_top {
  margin: 15px 0;
  position: relative;
}

.util-app .app_top img {
  width: 100%;
}

.util-app .app_top .app_text {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 26px;
  font-weight: 700;
  color: rgba(29, 29, 29, 0.8);
  line-height: 1.5;
}

.util-app .app_top .app_text img {
  height: 20px;
  width: auto;
  vertical-align: baseline;
}

.util-app .app_top .app_desc {
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.8);
  line-height: 1.3;
}

.util-app .app_versioin {
  margin: 25px auto 10px auto;
  text-align: center;
}

.util-app .app_versioin.app_waiting {
  margin-top: 70px;
}

.util-app .app_versioin figure img {
  width: 73px;
  height: auto;
}

.util-app .app_versioin .app_excuseme {
  font-size: 18px;
  color: #f64d55;
  font-weight: 700;
  margin: 5px 0 10px 0;
}

.util-app .app_versioin .app_exam {
  color: rgba(29, 29, 29, 0.8);
  font-size: 15px;
  line-height: 1.3;
}

.util-app .app_versioin .app_sorry {
  margin: 23px 0;
  font-size: 16px;
  color: #00bcd4;
  font-weight: 700;
  line-height: 1.35;
}

.util-app .app_btn {
  margin: 0 30px;
}

.util-app .app_btn a {
  display: block;
  margin-bottom: 5px;
}

.util-app .app_intro {
  margin: 20px 0 0 0;
}

.util-app .app_slide {
  background: #f0f0f0;
  padding: 0 0 30px 0;
}

.util-app .app_slide .slide {
  padding: 20px 0;
  text-align: center;
}

.util-app .app_slide .slide-1 .slide_pic figure,
.util-app .app_slide .slide-2 .slide_pic figure {
  margin: 0 30px;
}

.util-app .app_slide .slide-1 .slide_pic figure img,
.util-app .app_slide .slide-2 .slide_pic figure img {
  width: 100%;
}

.util-app .app_slide .slide-3 .slide_pic figure {
  margin: 0 10px;
}

.util-app .app_slide .slide-3 .slide_pic figure img {
  width: 100%;
}

.util-app .app_slide .indicate span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
  margin: 0 3px;
}

.util-app .app_slide .indicate span.this-on {
  background: #00bcd4;
}

.util-app .app_slide .slide_title {
  color: #00bcd4;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #00bcd4;
  line-height: 1.3;
  display: inline-block;
}

.util-app .app_slide .slide_desc {
  color: rgba(29, 29, 29, 0.8);
  font-size: 15px;
  line-height: 1.3;
  margin: 20px 0;
}

/*
    닥터헬씽 인터페이스 페이지
*/

.pre_02 .tabs {
  margin: 15px;
}

.pre_02 li {
  width: 50%;
  height: 30px;
  float: left;
}

.pre_02 .tab-1 .tab-link {
  background: #e6e6e6;
  font-size: 12px;
  text-align: center;
  line-height: 30px
}

.pre_02 .tab-1 .left {
  border-radius: 8px 0 0 8px;
}

.pre_02 .tab-1 .right {
  border-radius: 0 8px 8px 0;
}

.pre_02 .tab-1 .is-selected {
  background: #ff563e;
  font-weight: 700
}

.pre_02 .tab-1 .is-selected a {
  color: #fff;
}

.pre_02 .util-redy {
  margin: 30px 10px 30px 20px;
  overflow: hidden;
  text-align: center;
  background: url("../images/ch_DR.png") no-repeat 45% bottom;
  background-size: 150px auto;
  display: table;
  padding-top: 80px;
  width: calc(100% - 30px)
}

.pre_02 .util-redy .util-age {
  line-height: 1.3;
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
  width: 50%
}

.pre_02 .util-redy .util-age span {
  display: block;
  font-size: 5vw;
  color: #222;
  font-weight: 700;
}

.pre_02 .util-redy .util-age em {
  display: inline-block;
  font-size: 14px;
  color: #222;
  font-style: normal;
}

.pre_02 .util-redy .util-age strong {
  display: block;
  font-size: 45px;
  color: #222;
}

.pre_02 .util-redy .util-age strong em {
  display: inline-block;
  font-size: 20px;
  color: #222;
  font-style: normal;
}

.pre_02 .util-redy .util-age+.util-age {
  padding-left: 17%
}

.pre_02 .list-area {
  padding: 0 15px 15px 15px;
}

.pre_02 .list-area .list_box {
  height: 70px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.pre_02 .list-area .list_box figure {
  position: relative;
  width: 45px;
  height: 45px;
  padding-right: 15px;
  float: left;
}

.pre_02 .list-area .list_box figure img {
  margin: 5px 0 0 0;
}

.pre_02 .list-area .list_box .list_name {
  font-size: 18px;
  padding-bottom: 8px;
  color: #222;
  font-weight: 700;
  display: inline-block;
}

.pre_02 .list-area .list_box .list_info {
  display: block;
  font-size: 13px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pre .list-area {
  padding: 0 15px 15px 15px;
}

.pre .list-area .list_box {
  min-height: 55px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.pre .list-area .list_box .list_name {
  font-size: 15px;
  padding-bottom: 8px;
  color: #222;
  font-weight: 700;
  display: inline-block;
}

.pre .list-area .list_box .list_info {
  display: block;
  font-size: 13px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*실사용자 인증하기 step1 : user_confirm.html -start-*/
.nav-header_customer {
  height: 56px;
  line-height: 56px;
  background-color: #f9f9f9;
  text-align: center;
  position: relative;
}

.nav-header_customer .nav-title {
  color: #333;
  font-size: 19px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.nav-header_customer .btn-back {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
}

.nav-header_customer .banner_imhealth {
  margin: 8px 7px 0 7px;
  max-width: 95%;
  height: auto;
}

.nav-header_customer .img_num {
  position: absolute;
  right: 43px;
  top: 55%;
  margin-top: -13px;
  width: 22px;
  height: 22px;
}

.nav-header_customer .img_num2 {
  position: absolute;
  right: 15px;
  top: 55%;
  margin-top: -13px;
  width: 22px;
  height: 22px;
}

.nav-header_customer .img_kakao {
  position: absolute;
  right: 15px;
  top: 45%;
  margin-top: -13px;
  width: 32px;
  height: 32px;
}

.user_check {
  border: solid 0.8px #dedede;
  background-color: #f9f9f9;
  margin: 10px 8px 10px 8px;
  padding: 15px 12px;
}

.user_cert {
  height: 160px;
  border: solid 0.8px #00a69d;
  background-color: #f9f9f9;
  margin: 0 8px 10px 8px;
  padding: 15px 12px;
}

.frm_type li label {
  display: inline-block;
  float: left;
  width: 109px;
  height: 47px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
  line-height: 45px;
  clear: both;
}

.frm_type li span {
  font-size: 12px;
  padding-left: 20px;
  color: #333
}

.frm_type li .birth-label {
  display: inline-block;
  float: left;
  width: 200px;
  height: 47px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
  line-height: 45px;
  clear: both;
}

.frm_type input {
  width: calc(100% - 121px);
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 8px;
  margin-bottom: 6px;
  font-size: 15px;
  outline-color: #7167bb;
}

.frm_type .cert-birth {
  width: calc(100% - 14px);
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 8px;
  margin-bottom: 6px;
  font-size: 15px;
  border-radius: 6px;
  outline-color: #00a69d;
}

.frm_type input.birth {
  float: left;
  width: calc(100% - 229px);
}

.frm_type input.sex {
  float: left;
  width: 49px;
  margin-left: 5px;
  height: 49px;

}

.security {
  height: 85px;
  border: solid 0.8px #dedede;
  background-color: #f9f9f9;
  margin: 10px 8px 10px 8px;
  top: 366px;
  right: 7px;
}

.essentialpoint_check {
  height: 100px;
}

.essentialpoint_check input {
  width: 17px;
  height: 17px;
  border: 1px solid #bcbcbc;
  cursor: pointer;
  background-color: #fff;
  left: 20px;
  position: relative;
  z-index: 99999;
}

.essentialpoint_check #all {
  margin-left: 9px;
  margin-top: 6px;
  vertical-align: bottom;
}

.essentialpoint_check .checkbox_essential {
  border: solid 0.8px #dedede;
  margin: 5px 8px 10px 8px;
  padding: 7px 0 7px 0;
}

.essentialpoint_check .checkbox_essential p {
  font-size: 14px;
  color: #555;
  text-decoration: underline;
  margin-left: 13px;
  margin-top: 3px;
}

.certi_btn_area {
  height: 45px;
  /*background-color: #7167bb;*/
  background-color: #ccc;
  text-align: center;
  margin: 36px 8px 8px;
}

.footer-btn-active {
  background-color: #7167bb;
}

.certi_btn_area .buttons {
  margin-top: 8px;
}

.certi_btn_area a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 9px;
}

.certi_btn_area_gr {
  height: 45px;
  background-color: #00a69d;
  text-align: center;
  margin: 450px 8px 8px;
}

.certi_btn_area_gr .buttons {
  margin-top: 8px;
}

.certi_btn_area_gr a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 9px;
}


#mobilenu {
  color: #7e7a7a;
}

#phonenu {
  color: #7e7a7a;
}

#username {
  color: #7e7a7a;
}

#mobilenu {
  color: #7e7a7a;
}

input[id="a"] {
  position: relative;
  top: -1.5px;
  width: 18px;
  height: 18px;
  border: solid 1px #707070;
  background-color: #fff;
}

label[for="a"] {
  position: relative;
  top: -4.5px;
}

input[id="b"] {
  position: relative;
  top: -0.5px;
  width: 18px;
  height: 18px;
  border: solid 1px #707070;
  background-color: #fff;
}

label[for="b"] {
  position: relative;
  top: -4.5px;
}

label[for="all"] {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin: 0 4px;
}

/*실사용자 인증하기 step1 : user_confirm.html -end-*/

/*실사용자 인증하기 step2 : user_confirm_02.html -start-*/
.nav-header_customer {
  position: relative;
}

.nav-header_customer .img_num3 {
  position: absolute;
  right: 43px;
  top: 55%;
  margin-top: -13px;
  width: 22px;
  height: 22px;
}

.nav-header_customer .img_num4 {
  position: absolute;
  right: 15px;
  top: 55%;
  margin-top: -13px;
  width: 22px;
  height: 22px;
}

.user_wrap {
  position: relative;
}

.user_announce .user_code {

  border: solid 0.8px #dedede;
  background-color: #f9f9f9;
  margin: 0 8px 25px 8px;
  padding: 7px 17px 17px 17px;
}

.user_announce .user_code li {
  margin-top: 10px;
  color: #333;
}

.user_announce .user_codebox {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.user_announce .user_codebox input {
  width: calc(100% - 107px);
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 12px;
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
}

label[for="verification_code"] {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-left: 13px;
  padding-top: 13px;
  display: inline-block;
}

.banner_imhealth {
  width: calc(100% - 14px);
  margin: 8px 7px;
  max-height: 140px
}

.user_announce .code_time {
  display: inline-block;
  float: right;
  margin-right: 9px;
}

.user_announce .code_time p {
  float: right;
  color: #333;
  font-weight: bold;
}

.user_announce .code_time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.user_announce .code_time .text_red {
  color: #ff0d0d;
  font-weight: bold;
}

.user_announce .verification_code input {
  float: right;
  width: calc(100% - 135px);
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 12px;
  margin-bottom: 6px;
  font-size: 15px;
}

.buttons_agree {
  margin: 100px 7px 10px 7px;
  display: block;
  text-align: center;
}

.buttons_agree .button_confirm {
  height: 45px;
  background-color: #7167bb;
  text-align: center;
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: bottom;
}

.button_confirm a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding-top: 8px;
}

.buttons_agree .button_retry {
  display: inline-block;
  height: 45px;
  background-color: #9c9c9c;
  text-align: center;
  width: 95px;
  float: left;
}

.buttons_agree .button_retry a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding-top: 8px;
}

/*실사용자 인증하기 step2 : user_confirm_02.html -end-*/

/*실사용자 인증하기 step2 : user_confirm_03.html -start-*/
.mobile_service .service_subject {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 33px 0;
}

.img_confirmError {
  width: 100%;
  height: 200px;
  object-fit: contain;
  text-align: center;
}

.text_confirmError p {
  font-size: 14px;
  text-align: center;
  color: #333;
  line-height: 1.64;
  margin-bottom: 25px;
}

.text_confirmError span {
  font-weight: bold;
}

.text_confirmError .text_first {
  margin-top: 21px;
}

.service_center {
  width: calc(100% - 10px);
  height: 35px;
  border: solid 1px #7167bb;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  margin: 0 4px 8px;
}

/*실사용자 인증하기 step2 : user_confirm_03.html -end-*/


/*팝업창 user_confirm_popup.html -start-*/
.alert_agreement {
  position: fixed;
  top: 40%;
  left: 5%;
  width: 90%;
  min-height: 344px;
  margin-top: -150px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  color: rgba(29, 29, 29, 0.8);
  text-align: center;
  line-height: 1.79;
  z-index: 100000;
}

.alert_sec {
  position: fixed;
  top: 50%;
  left: 5%;
  width: 90%;
  min-height: 200px;
  margin-top: -150px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  color: rgba(29, 29, 29, 0.8);
  text-align: center;
  line-height: 1.79;
  z-index: 100000;
}

.alert_cert {
  position: fixed;
  top: 50%;
  left: 5%;
  width: 90%;
  margin-top: -150px;
  z-index: 21;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  color: rgba(29, 29, 29, 0.8);
  text-align: center;
  line-height: 1.79;
}

.information_agree {
  text-align: center;
  margin: 18px 15px 15px;
  font-size: 18px;
  overflow: scroll;
  height: 344px;
}

.information_alert {
  text-align: center;
  margin: 18px 15px 15px;
  font-size: 18px;
  height: 344px;
  overflow: hidden;
}



.information_agree::-webkit-scrollbar {
  display: none;
}

.btn_confirm {
  position: relative;
  top: 1px;
}


.cert_suc {
  text-align: center;
  margin: 18px 15px 15px;
  font-size: 18px;
  overflow: scroll;
  height: 355px;
  line-height: 24px
}

.cert_suc::-webkit-scrollbar {
  display: none;
}

.btn_confirm {
  position: relative;
  top: 6px;
}

.cert_suc img {
  width: 62px;
  margin: 0 auto;
}

.cert_suc .mid-span {
  font-weight: 100;
  font-size: 14px;
  color: #7e7a7a;
}

.cert_suc .bottom-span-bold {
  font-weight: 600;
  font-size: 14px;
}

.cert_suc .bottom-span {
  font-weight: 100;
  font-size: 14px;
  color: #7e7a7a;
  font-family: 'Nanum Gothic'

}

.text-red {
  color: #ff3d3d;
  font-weight: bold
}

.span-text-red {
  color: #ff3d3d;

}

.cert_fail {
  text-align: center;
  margin: 18px 15px 15px;
  font-size: 18px;
  overflow: scroll;
  height: 355px;
  line-height: 24px
}

.cert_fail::-webkit-scrollbar {
  display: none;
}

.btn_confirm {
  position: relative;
  top: 6px;
}

.cert_fail img {
  width: 62px;
  margin: 0 auto;
}

.cert_fail .mid-span {
  font-weight: 100;
  font-size: 14px;
  color: #7e7a7a;
}

.cert_fail .bottom-span-bold {
  font-weight: 600;
  font-size: 14px;
}

.cert_fail .bottom-span {
  font-weight: 100;
  font-size: 14px;
  color: #7e7a7a;
  font-family: 'Nanum Gothic'

}




.btn_confirm .btn_enter {
  position: absolute;
  top: -10px;
  left: 0;
  color: #fff;
  width: 100%;
  height: 42px;
  background-color: #7167bb;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 8px 0 0 0;
}

.btn_confirm .btn_enter_gr {
  position: absolute;
  /*top: 210px;*/
  left: 0;
  color: #fff;
  width: 100%;
  height: 42px;
  background-color: #00a69d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 8px 0 0 0;
}

.btn_confirm .btn_enter_down_gr {
  left: 0;
  color: #fff;
  width: 100%;
  height: 45px;
  background-color: #00a69d;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 10px 0 0 0;
  border-radius: 3px
}

.btn_confirm .btn_enter_down_gr img {
  width: 16px;
  margin: 4px
}


/*팝업창 user_confirm_popup.html -end-*/


/*===============251001-모아데이타 폰트==================*/

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: url(../common/fonts/Pretendard-Black.woff) format('woff');
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url(../common/fonts/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url(../common/fonts/Pretendard-Bold.woff) format('woff');
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url(../common/fonts/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url(../common/fonts/Pretendard-Medium.woff) format('woff');
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url(../common/fonts/Pretendard-Regular.woff) format('woff');
}

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url(../common/fonts/Pretendard-Light.woff) format('woff');
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: url(../common/fonts/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: url(../common/fonts/Pretendard-Thin.woff) format('woff');
}


/*===============251001-모아데이타 신규페이지==시작==================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.icon16 {
  height: 16px;
  width: 16px;
}

.icon20 {
  height: 20px;
  width: 20px;
}

.icon24 {
  height: 24px;
  width: 24px;
}

.icon28 {
  height: 28px;
  width: 28px;
}

.icon32 {
  height: 32px;
  width: 32px;
}

.icon36 {
  height: 36px;
  width: 36px;
}

.icon40 {
  height: 40px;
  width: 40px;
}

.icon44 {
  height: 44px;
  width: 44px;
}

.icon60 {
  height: 60px;
  width: 60px;
  min-width: 60px;
}

.icon72 {
  height: 72px;
  width: 72px;
}

.icon80 {
  width: 80px;
}

.mt-2px {
  margin-top: 2px;
}

.mt-3px {
  margin-top: 4px;
}

.mt-4px {
  margin-top: 4px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-6px {
  margin-top: 6px;
}

.mt-8px {
  margin-top: 8px;
}

.mt-9px {
  margin-top: 9px;
}

.mt-10px {
  margin-top: 10px;
}


.mt-12px {
  margin-top: 12px;
}

.mt-13px {
  margin-top: 13px;
}

.mt-14px {
  margin-top: 14px;
}

.mt-15px {
  margin-top: 15px;
}

.mt-16px {
  margin-top: 16px;
}

.mt-17px {
  margin-top: 17px;
}

.mt-18px {
  margin-top: 18px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-21px {
  margin-top: 21px;
}

.mt-22px {
  margin-top: 22px;
}

.mt-24px {
  margin-top: 24px;
}

.mt-26px {
  margin-top: 26px;
}

.mt-28px {
  margin-top: 28px;
}

.mt-29px {
  margin-top: 29px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-31px {
  margin-top: 31px;
}

.mt-32px {
  margin-top: 32px;
}

.mt-33px {
  margin-top: 33px;
}

.mt-36px {
  margin-top: 36px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-42px {
  margin-top: 42px;
}

.mt-48px {
  margin-top: 48px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-12px {
  margin-bottom: 12px;
}

.mb-20px {
  margin-bottom: 20px;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}


.container {
  width: 100%;
  height: 100dvh;
}

.header-grid {
  position: fixed;
  top: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  height: 52px;
  background: #fff;
}

.header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.page-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: transparent;
}

.spacer52 {
  height: 52px;
  min-height: 52px;
}

.spacer56 {
  height: 56px;
  min-height: 56px;
}

.spacer60 {
  height: 60px;
  min-height: 60px;
}

.spacer80 {
  height: 80px;
  min-height: 80px;
}

.spacer140 {
  height: 140px;
  min-height: 140px;
}

.wrapper {
  min-width: 280px;
  box-sizing: border-box;
}

.wrapper-onboarding {
  min-width: 280px;
  box-sizing: border-box;

  background-image: url('/images/onbording-img02.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.wrapper-center {
  min-width: 280px;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-box0 {
  padding: 0 0;
}

.content-box16 {
  padding: 0 16px;
  overflow: visible;
}

.content-box24 {
  padding: 0 24px;
  overflow: visible;
}

.content-box40 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
}

.onbording-img-box {
  position: relative;
  display: flex;
  justify-content: center;
}

.onbording-img-size {
  width: 100%;
  max-width: 550px;
  border-radius: 0 0 30px 30px;
}

.onboarding-logo {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.onboarding-type-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.onbording-logo-size02 {
  width: 140px;
  height: 18px;
}

.onbording-logo-size {
  height: 32px;
}

.onbording-title01 {
  color: #034EA2;
  text-align: center;
  font-family: "Pretendard";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  word-break: keep-all;
}

.w-line32px {
  width: 32px;
  height: 1px;
  background: #034EA2;
}

.w-line01 {
  width: 100%;
  height: 12px;
  background: #F6F6F6;
  overflow: visible;
}

.w-line02 {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
;
}

.onbording-text01 {
  color: #034EA2;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  word-break: keep-all;
}

.result-view-btn {
  display: flex;
  width: 100%;
  padding: 22px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #034EA2;
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  white-space: nowrap;
  overflow: hidden;
}

.result-start-btn {
  display: flex;
  width: 100%;
  padding: 22px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
  color: #4BC7D3;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  white-space: nowrap;
  overflow: hidden;
}

.button-area {
  position: fixed;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  padding: 16px 40px;
  height: 126px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 25.19%, #FFF 100%);
  width: 100%;
}

.button-area02 {
  position: fixed;
  display: flex;
  align-items: flex-end;
  bottom: 20px;
  padding: 16px 40px;
  height: 126px;
  width: 100%;
}

.button-area03 {
  position: fixed;
  display: flex;
  align-items: flex-end;
  bottom: 20px;
  padding: 16px;
  height: 126px;
  width: 100%;
}

.button-area04 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 10px;
  padding: 16px 40px;
  height: 126px;
  width: 100%;
}

.onbording-title-round {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 12px;
  background: #F6F6F6;
  width: 100%;

  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.onboarding-txt01 {
  color: #727272;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.onboarding-txt02 {
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.32px;
  word-break: keep-all;
}

.onboarding-txt03 {
  color: #FFF;
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.56px;
  text-align: left;
}

.onboarding-txt04 {
  color: #FFF;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
  word-break: keep-all;
}

.onboarding-txt05 {
  color: #D9D9D9;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.32px;
  word-break: keep-all;
}

.point-color-blue {
  color: #034EA2 !important;
}

.point-color-red {
  color: #FF5D5D !important;
}

.point-color-green {
  color: #009286 !important;
}

.method-img-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.method-img-size {
  width: 100%;
  height: auto;
  max-width: 260px;
  min-width: 0;
}

.keypad-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #034EA2;
  padding: 12px 0 20px 0;
  z-index: 1000;
}

.keypad-group {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 4fr);
  grid-template-rows: repeat(auto-fill, 68px);
  justify-items: center;
  align-items: center;
}

.keypad-guide-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.keypad-guide-text {
  position: fixed;
  bottom: 320px;
  left: 50%;
  transform: translate(-50%, -50%);

  color: #F00;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  letter-spacing: -0.28px;
  text-decoration-line: underline;
}


.keypad-group .keypad-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;

  font-family: Pretendard;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  width: 100%;
  height: 68px;
}

.keypad-group .keypad-item:active {
  background-color: #4f6175;
;
}

.keypad-item-text {
  font-family: "Noto Sans CJK KR" !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.keypad-svg {
  height: 68px;
  width: 125px;
}


.birthday-group {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  width: 244px;
}

.birthday-circle {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #EBECF0;
  border: 1px solid #DDDDDD;
  border-radius: 50px;
  caret-color: transparent;
}

.birthday-circle.on {
  background: #111111;
  border: 1px solid #1f1f1f;
}

.f-x-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.birthday-text01 {
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.birthday-text02 {
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.popup-group {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  padding: 24px;
  z-index: 1002;
}

.popup-round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  width: 100%;
  border-radius: 24px;
  background: #fff;
}

.popup-btn-group {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.20);
  z-index: 1001;
}

.popup-text01 {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.popup-text02 {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.ok-blue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: #034EA2;

  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  height: 56px;
}

.ok-lightblue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: #4BC7D3;

  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  height: 56px;
}

.ok-gray-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: #E6E6E6;

  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  height: 56px;
}

.gray-round {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px;
  border-radius: 8px;
  background: #F6F6F6;

  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.28px;
}

.arrow-right-btn {
  margin-left: auto;
}

.new-result-txt01 {
  color: #111;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.new-result-txt02 {
  color: #666;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.24px;
}

.new-result-txt03 {
  color: #111;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.result-round-red {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  gap: 15px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(196, 13, 13, 0.50);
  padding: 20px 24px;

  color: #FF5D5D;
  text-align: left;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.result-round-blue {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  gap: 15px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 4px 0 #3F99FF;
  padding: 20px 24px;

  color: #034EA2;
  text-align: left;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.result-round-green {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  gap: 15px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 4px 0 #009286;
  padding: 20px 24px;

  color: #009286;
  text-align: left;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.agree-group {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.checkbox-type02-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url("/images/check-off-icon.svg") no-repeat center center / contain;
  margin-right: 12px;
  transition: 0.1s;
}

.checkbox-wrap.active .checkbox-type02-icon {
  background-image: url("/images/check-on-icon.svg");
}

.checkbox-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: url("/images/check-off-icon.svg") no-repeat center center / contain;
  margin-right: 12px;
  transition: 0.1s;
}

.checkbox-wrap.active .checkbox-icon {
  background-image: url("/images/check-on-icon.svg");
}

.checkbox-label {
  color: gray;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.checkbox-label-type02 {
  color: gray;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  word-break: keep-all;
}

.agree-txt01 {
  color: #111;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.36px;
  word-break: keep-all;
}

.agree-txt02 {
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.28px;
  word-break: keep-all;
}

.agree-txt03 {
  color: #111;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  word-break: keep-all;
}

.agree-txt04 {
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  word-break: keep-all;
}

.agree-txt05 {
  color: #666;
  font-size: 16px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.agree-txt06 {
  color: #111;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.agree-round-box {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
}

.register-wrap-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.agree-description-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  background: #F6F6F6;

  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
  word-break: keep-all;
}

.loading-txt01 {
  color: #111;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  text-align: center;
  word-break: keep-all;
}

.loading-txt02 {
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.32px;
  word-break: keep-all;
}

.loading-txt03 {
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.28px;
}

.lightblue-point {
  color: #4BC7D3 !important;
}

.blue-point {
  color: #034EA2 !important;
}

.splash-ani {
  max-width: 450px;
}

.splash-ani02 {
  width: 240px;
  height: 240px;
}

.txt-under {
  text-decoration-line: underline;
}

.f-c-c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.button-ani {
  position: absolute;
  width: 110px;
  top: -3px;
  left: 0px;
}

.register-point-color {
  color: #FA4F4F !important;
}

.text-b {
  font-weight: 700 !important;
}

.f-start {
  display: flex;
  align-items: flex-start;
}

.mr-4 {
  margin-right: 4px;
}

.mr-8px {
  margin-right: 8px;
}

.ml-12px {
  margin-left: 12px;
}

.ml-25px {
  margin-left: 25px;
}


.agree-table {
  width: 100%;
  border-collapse: collapse;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.agree-table-head {
  background-color: #f2f2f2;
}

.agree-table-row {
  border-bottom: 1px solid #ddd;
}

.agree-table-cell {
  padding: 12px;
  text-align: center;
  vertical-align:middle;
  border: 1px solid #ccc;
}

.agree-table-body .agree-table-row:hover {
  background-color: #f9f9f9;
}



/*===============251001-모아데이타 신규페이지==END==================*/

/* 반응형 웹뷰 768 해상도 및 가운데 설정 */
@media screen and (min-width: 768px) {
  html, body {
    margin: 0;
    padding: 0;
  }

  .header-grid {
    position: fixed;
    top: 0;
    width: 768px;
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    height: 52px;
    background: #fff;
  }

  body {
    width: 768px;
    margin: 0 auto;
  }

  .button-area {
    position: fixed;
    display: flex;
    align-items: flex-end;
    bottom: 0;
    padding: 16px 40px;
    height: 126px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 25.19%, #FFF 100%);
    width: 768px;
  }

  .button-area02 {
    position: fixed;
    display: flex;
    align-items: flex-end;
    bottom: 20px;
    padding: 16px 40px;
    height: 126px;
    width: 768px;
  }

  .button-area03 {
    position: fixed;
    display: flex;
    align-items: flex-end;
    bottom: 20px;
    padding: 16px;
    height: 126px;
    width: 768px;
  }

  .button-area04 {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    bottom: 10px;
    padding: 16px 40px;
    height: 126px;
    width: 768px;
  }

  .alert_cert {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 690px;
    transform: translate(-50%, -50%);
    z-index: 21;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    color: rgba(29, 29, 29, 0.8);
    text-align: center;
    line-height: 1.79;
  }
}