@charset "UTF-8";
/* 변수설정 */
/* 믹스인 MIXIN */
/* 웹폰트 */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url("/assets/webfonts/NotoSansKR-Light.woff2") format("woff2"), url("/assets/webfonts/NotoSansKR-Light.woff") format("woff"), url("/assets/webfonts/NotoSansKR-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/webfonts/NotoSansKR-Regular.woff2") format("woff2"), url("/assets/webfonts/NotoSansKR-Regular.woff") format("woff"), url("/assets/webfonts/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/webfonts/NotoSansKR-Medium.woff2") format("woff2"), url("/assets/webfonts/NotoSansKR-Medium.woff") format("woff"), url("/assets/webfonts/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/webfonts/NotoSansKR-Bold.woff2") format("woff2"), url("/assets/webfonts/NotoSansKR-Bold.woff") format("woff"), url("/assets/webfonts/NotoSansKR-Bold.otf") format("opentype");
}

/* 디폴트 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  height: 100%;
  font-size: 10px;
  -webkit-text-size-adjust: none;
}

body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 360px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #444444;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Noto Sans KR", "Noto Sans CJK KR", "Helvetica", "apple sd gothic neo", "Arial", "Malgun Gothic", sans-serif;
  line-height: 1.5;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
strong,
b,
th {
  font-weight: 500;
}

pre {
  font-family: "Noto Sans KR", "Noto Sans CJK KR", "Helvetica", "apple sd gothic neo", "Arial", "Malgun Gothic", sans-serif;
  white-space: pre-wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

ul,
ol {
  margin-bottom: 0;
}

ul li,
ol li {
  list-style: none;
}

p {
  margin-bottom: 0;
}

a,
select,
button,
input,
textarea {
  font-family: inherit;
}

a,
button,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

dl {
  margin-bottom: 0;
}

button,
input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  background: transparent;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

caption.sr-only {
  position: static;
  width: auto;
  height: 0;
}

.clearfix {
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

/* 공통 컴포넌트 */
/* 간격 */
.mt-none {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mt-sm {
  margin-top: 10px !important;
}

.mt-md {
  margin-top: 15px !important;
}

.mt-lg {
  margin-top: 20px !important;
}

.mt-xl {
  margin-top: 25px !important;
}

.mt-xxl {
  margin-top: 30px !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.mb-sm {
  margin-bottom: 10px !important;
}

.mb-md {
  margin-bottom: 15px !important;
}

.mb-lg {
  margin-bottom: 20px !important;
}

.mb-xl {
  margin-bottom: 25px !important;
}

.mb-xxl {
  margin-bottom: 30px !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mr-xs {
  margin-right: 5px !important;
}

.mr-sm {
  margin-right: 10px !important;
}

.mr-md {
  margin-right: 15px !important;
}

.mr-lg {
  margin-right: 20px !important;
}

.mr-xl {
  margin-right: 25px !important;
}

.mr-xxl {
  margin-right: 30px !important;
}

.ml-none {
  margin-left: 0 !important;
}

.ml-xs {
  margin-left: 5px !important;
}

.ml-sm {
  margin-left: 10px !important;
}

.ml-md {
  margin-left: 15px !important;
}

.ml-lg {
  margin-left: 20px !important;
}

.ml-xl {
  margin-left: 25px !important;
}

.ml-xxl {
  margin-left: 30px !important;
}

/* 입력요소 */
input,
label,
select {
  display: inline-block;
  vertical-align: middle;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  width: 100%;
  color: #444444;
  font-size: inherit;
  padding: 7px 15px 8px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=checkbox]):not([type=radio]):focus,
select:focus,
textarea:focus {
  outline: none;
}

input:not([type=checkbox]):not([type=radio]):disabled, input:not([type=checkbox]):not([type=radio]).disabled,
select:disabled,
select.disabled,
textarea:disabled,
textarea.disabled {
  background-color: #f5f5f5;
}

input:not([type=checkbox]):not([type=radio]):disabled.bg-none, input:not([type=checkbox]):not([type=radio]).disabled.bg-none,
select:disabled.bg-none,
select.disabled.bg-none,
textarea:disabled.bg-none,
textarea.disabled.bg-none {
  background-color: #ffffff;
}

input:not([type=checkbox]):not([type=radio]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999 !important;
}

input:not([type=checkbox]):not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999 !important;
  opacity: 1;
}

input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999 !important;
}

select {
  padding-right: 40px;
  background: #ffffff url(/assets/images/common/icon/ico-arr-down1.png) no-repeat center right 10px;
  background-size: auto 8px;
}

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

input[type=checkbox],
input[type=radio] {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox],
input[type=radio] {
  background-image: url(/assets/images/common/icon/ico-check.png);
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-image: url(/assets/images/common/icon/ico-check-on.png);
}

label {
  cursor: pointer;
}

label + input[type=checkbox],
label + input[type=radio] {
  margin-left: .8rem;
}

label + input[type=checkbox] + label,
label + input[type=radio] + label {
  margin-left: 1.2rem;
}

.form-area .copy {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  color: #222222;
  font-size: 1.6rem;
  text-align: center;
}

.form-area .copy strong {
  display: block;
  margin-bottom: 12px;
  font-size: 2.4rem;
}

.form-item {
  position: relative;
  overflow: hidden;
}

.form-item-ctrl {
  position: absolute;
  top: 0;
  right: 0;
}

.form-item-ctrl .btn-clear {
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  width: 4.5rem;
  height: 4.5rem;
  margin-top: -.2rem;
  vertical-align: middle;
  background-image: url(/assets/images/icon/ico-delete.png);
  background-size: auto 1.5rem;
  opacity: 0;
  cursor: text;
}

.form-item-ctrl .btn-clear.show {
  opacity: 1;
  cursor: pointer;
}

.form-group {
  display: table;
  width: 100%;
}

.form-group .form-item {
  display: table-cell;
  width: 100%;
}

.form-group .form-addon {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.form-group.form-price input {
  text-align: right;
}

.form-group.form-price .form-addon {
  padding-left: 5px;
  font-weight: 500;
  font-size: 1.6rem;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input-dong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-dong .item {
  font-weight: 500;
  font-size: 1.4rem;
}

.input-dong .item + .item {
  margin-left: 10px;
}

.input-dong input:not([type=checkbox]):not([type=radio]) {
  width: 85px;
}

/* 버튼 */
.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -5px 0;
}

.btn-area .btn {
  margin: 0 5px;
}

.btn-area.btn-fixed {
  position: fixed;
  right: 20px;
  bottom: 70px;
  left: 20px;
  z-index: 200;
}

.btn-area.btn-bottom {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
}

.btn-area.btn-bottom .btn {
  border-radius: 0;
}

button:disabled, button.disabled,
a:disabled,
a.disabled {
  color: #999999;
  background-color: #eeeeee;
  cursor: text;
}

.btn {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}

.btn-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  border-radius: 25px;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #e61e40;
}

.btn-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  border-radius: 25px;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #444444;
}

.btn-style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  border-radius: 25px;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #7b68a7;
}

.btn-style4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  border-radius: 25px;
  font-size: 1.6rem;
  border: 1px solid #d5d5d5;
  color: #222222;
  background-color: #ffffff;
}

.btn-fixed {
  position: fixed;
  right: 0;
  bottom: 50px;
  left: 0;
  border-radius: 0;
  font-size: 1.4rem;
}

.btn-sm {
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
}

/* 글꼴(타이포) */
.text-xxs {
  font-size: 1.1rem !important;
}

.text-xs {
  font-size: 1.2rem !important;
}

.text-sm {
  font-size: 1.3rem !important;
}

.text-md {
  font-size: 1.4rem !important;
}

.text-lg {
  font-size: 1.6rem !important;
}

.text-xl {
  font-size: 1.8rem !important;
}

.text-xxl {
  font-size: 2.4rem !important;
}

.text-normal {
  font-weight: 400;
}

.text-bold {
  font-weight: 700;
}

.text-color1 {
  color: #e61e40 !important;
}

.text-color2 {
  color: #ffffff !important;
}

.text-color3 {
  color: #222222 !important;
}

.text-underline {
  text-decoration: underline;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/* 목록 */
.list .text {
  padding-left: 1.8rem;
}

/* 테이블 */
.table-wrap {
  margin-top: -5px;
}

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

.table th,
.table td {
  height: 50px;
  color: #222222;
}

.table th {
  padding: 5px 0 5px 10px;
  font-weight: 500;
  text-align: left;
}

.table td {
  padding: 5px 10px;
  font-size: 1.6rem;
}

.table-view th,
.table-view td {
  height: 36px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.table-data {
  position: relative;
  width: calc(100% + 1px);
  margin-left: -1px;
  border-top: 1px solid #e61e40;
  border-bottom: 1px solid #cccccc;
}

.table-data:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}

.table-data th,
.table-data td {
  padding: 7px 6px;
  border-left: 1px solid #e5e5e5;
  font-size: 1.2rem;
  text-align: center;
}

.table-data td {
  border-top: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.table-data thead th {
  height: 30px;
  background-color: #fafafa;
}

.table-list {
  border-top: 1px solid #e61e40;
  border-bottom: 1px solid #cccccc;
}

.table-list:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}

.table-list th,
.table-list td {
  padding: 7px 6px;
  font-size: 1.4rem;
  text-align: center;
}

.table-list td {
  border-top: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.table-list thead {
  background-color: #fafafa;
}

.table-list thead th {
  height: 40px;
  background-color: #fafafa;
}

.table-scroll thead {
  display: block;
}

.table-scroll tbody {
  display: block;
  max-height: 171px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-scroll.table-mobile th:first-child,
.table-scroll.table-mobile td:first-child {
  width: 60%;
}

.table-scroll.table-mobile th:last-child,
.table-scroll.table-mobile td:last-child {
  width: 40%;
}

/* 탭메뉴 */
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  border-bottom: 2px solid #e61e40;
}

.tab-list li.on {
  display: block;
}

.tab-list li.on a {
  color: #ffffff;
  border-color: #e61e40;
  background-color: #e61e40;
}

.tab-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #d5d5d5;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 0;
  font-size: 1.6rem;
  text-align: center;
  background-color: #ffffff;
}

.tab-cont {
  padding: 20px 0 0;
}

/* 레이어팝업 */
.layer-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 300;
}

.layer-popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.modal-dialog.modal-sm {
  width: 320px;
  max-width: calc(100vw - 40px);
  height: inherit;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}

.modal-dialog.modal-sm .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 67px;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.modal-dialog.modal-sm .modal-header .modal-tit {
  color: #e61e40;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}

.modal-dialog.modal-sm .modal-content {
  height: inherit;
  min-height: 120px;
  padding: 20px;
}

.modal-dialog.modal-sm .msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  text-align: center;
}

.modal-dialog.modal-sm .btn-area {
  margin: 0;
}

.modal-dialog.modal-sm .btn {
  height: 40px;
  margin: 0;
  border-radius: 0;
}

.modal-dialog.modal-sm .table th {
  padding-left: 0;
}

.modal-dialog.modal-sm .table td {
  padding: 0;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: 60px;
  padding-left: 42px;
  z-index: 400;
}

.modal-header .modal-tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  color: #222222;
  font-weight: 400;
  font-size: 1.6rem;
}

.modal-header .btn-back {
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 60px;
  background-image: url(/assets/images/common/button/btn-back.png);
  background-position: 21px 50%;
  background-size: auto 18px;
}

.modal-content {
  width: 100%;
  height: calc(100% - 110px);
  padding: 0 20px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content.pb-cont {
  padding-bottom: 90px;
}

.layer-modal {
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#layer-consultant .consultant-info {
  padding-bottom: 18px;
  text-align: center;
}

#layer-consultant .consultant-info .pic {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
}

#layer-consultant .consultant-info .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

#layer-consultant .consultant-info .name {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}

#layer-consultant .consultant-info .tel {
  color: #222222;
}

#layer-consultant .consultant-info .copy {
  margin-top: 5px;
  color: #666666;
  font-size: 1.2rem;
}

#layer-state .modal-dialog {
  width: 250px;
}

#layer-state .state-list {
  margin: -20px;
}

#layer-state .state-list li {
  margin-top: -1px;
}

#layer-state .state-list li:first-child input + label {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#layer-state .state-list li input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#layer-state .state-list li input:checked + label {
  position: relative;
  border: 1px solid #e61e40;
  font-weight: 500;
  color: #e61e40;
}

#layer-state .state-list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: 1px solid #e5e5e5;
  color: #222222;
  background-color: #ffffff;
}

.terms-area {
  max-height: 415px;
  margin: -20px;
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#layer-modify .form-area {
  max-height: 415px;
}

#layer-modify .table-wrap {
  padding-bottom: 15px;
}

/* 컨텐츠 */
/* 메인 */
.main-content {
  height: 100%;
  padding: 60px 20px 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.main-content .feature-wrap {
  padding: 20px 0 0;
}

.main-content .feature-wrap .title {
  margin-bottom: 17px;
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}

.main-content .feature-wrap .list li {
  display: table;
  position: relative;
  width: 100%;
  height: 113px;
  margin-top: 10px;
  font-size: 1.2rem;
}

.main-content .feature-wrap .list li:before {
  content: '';
  position: absolute;
  top: 0;
  width: 113px;
  height: 113px;
  background-repeat: no-repeat;
  background-size: auto 113px;
}

.main-content .feature-wrap .list li:nth-child(1) {
  padding-left: 134px;
}

.main-content .feature-wrap .list li:nth-child(1):before {
  left: 0;
  background-image: url(/assets/images/content/img-feature1.jpg);
}

.main-content .feature-wrap .list li:nth-child(2) {
  padding-right: 134px;
  text-align: right;
}

.main-content .feature-wrap .list li:nth-child(2):before {
  right: 0;
  background-image: url(/assets/images/content/img-feature2.jpg);
}

.main-content .feature-wrap .list li:nth-child(3) {
  padding-left: 134px;
}

.main-content .feature-wrap .list li:nth-child(3):before {
  left: 0;
  background-image: url(/assets/images/content/img-feature3.jpg);
}

.main-content .feature-wrap .list li .cont {
  display: table-cell;
  vertical-align: middle;
}

.main-content .feature-wrap .list li strong {
  display: block;
  color: #e61e40;
  font-size: 1.4rem;
}

.visual-slider {
  margin-bottom: 20px;
}

.visual-slider .owl-dots {
  position: absolute;
  right: 7px;
  bottom: 1px;
  margin-top: 0;
}

.visual-slider .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 3px;
  background-color: #ffffff;
}

.visual-slider .owl-dots .owl-dot.active span {
  background-color: #e61e40;
}

.visual-slider .item {
  position: relative;
  padding-top: 62.5%;
  border-radius: 5px;
  overflow: hidden;
}

.visual-slider .item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.visual-slider .item .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
}

.visual-slider .item .copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.8rem;
}

.consultant-recruit {
  position: relative;
  padding: 20px 0 24px 68px;
  background: url(/assets/images/common/icon/ico-consultant.png) no-repeat 10px 50%;
  background-size: auto 55px;
}

.consultant-recruit:before, .consultant-recruit:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
}

.consultant-recruit:before {
  bottom: 0;
  left: -20px;
  width: 70px;
  height: 87px;
  background-image: url(/assets/images/main/bg-consultant1.png);
  background-size: auto 87px;
  z-index: -1;
}

.consultant-recruit:after {
  top: 0;
  right: -20px;
  width: 111px;
  height: 48px;
  background-image: url(/assets/images/main/bg-consultant2.png);
  background-size: auto 48px;
  z-index: -1;
}

.consultant-recruit dt {
  margin-bottom: 4px;
  color: #e61e40;
  font-weight: 500;
  font-size: 1.8rem;
}

.company-intro {
  padding: 20px 0 39px;
}

.company-intro .title {
  margin-bottom: 17px;
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}

.company-intro .desc {
  min-height: 113px;
  padding: 0 0 0 134px;
  font-size: 1.2rem;
  background: url(/assets/images/main/bg-company.png) no-repeat 0 0;
  background-size: auto 113px;
}

.company-intro .desc strong {
  display: block;
  margin-bottom: 5px;
  color: #222222;
}

.company-intro .btn-area {
  margin-top: 10px;
}

.company-intro .btn-more {
  display: block;
  padding-right: 33px;
  color: #e61e40;
  background: url(/assets/images/main/bg-more.png) no-repeat right bottom 4px;
  background-size: auto 7px;
}

#footer {
  height: 146px;
  margin: 0 -20px;
  padding: 17px 20px 0;
  color: #767676;
  font-size: 1.2rem;
  text-align: center;
  background-color: #f5f5f5;
}

#footer .terms-list {
  margin-bottom: 15px;
}

#footer .terms-list li {
  display: inline-block;
}

#footer .terms-list li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -2px 10px 0 7px;
  vertical-align: middle;
  background-color: #888888;
}

#footer .terms-list li:first-child:before {
  display: none;
}

#footer .company-name {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.6rem;
}

#footer address {
  font-style: normal;
}

.btn-tel {
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 58px;
  height: 58px;
  background: url(/assets/images/common/button/btn-tel1.png?v=1) no-repeat;
  background-size: auto 58px;
  z-index: 200;
}

/* 서브 */
.division-line {
  width: calc(100% + 40px);
  height: 5px;
  margin: 0 -20px;
  background-color: #eeeeee;
}

.join-agree {
  position: relative;
  margin-top: 16px;
  padding-right: 10px;
  padding-left: 45px;
}

.join-agree input {
  position: absolute;
  top: -1px;
  left: 10px;
}

.btn-inquiry {
  position: relative;
  height: 60px;
  font-weight: 500;
  background: #7b68a7 url(/assets/images/common/icon/ico-consultant.png) no-repeat 20px bottom;
  background-size: auto 55px;
}

.btn-inquiry:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 29px;
  background: url(/assets/images/content/bg-inquiry1.png) no-repeat;
  background-size: auto 29px;
}

.btn-inquiry:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 19px;
  background: url(/assets/images/content/bg-inquiry2.png) no-repeat;
  background-size: auto 19px;
}

.no-data {
  padding: 40px 0;
  text-align: center;
}

.no-data .text {
  color: #666666;
  font-size: 1.6rem;
}

.request-list > li, .request-view > li {
  position: relative;
}

.request-list .date, .request-view .date {
  margin-bottom: 3px;
  color: #666666;
  font-size: 1.2rem;
}

.request-list .name, .request-view .name {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}

.request-list .commnet-new, .request-view .commnet-new {
  display: inline-block;
  margin: -4px 0 0 1px;
  padding: 0 9px 2px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 1.6rem;
  vertical-align: middle;
  background-color: #e61e40;
}

.request-list .info span, .request-view .info span {
  color: #666666;
  font-size: 1.2rem;
}

.request-list .info span:before, .request-view .info span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -2px 4px 0 1px;
  vertical-align: middle;
  background-color: #888888;
}

.request-list .info span:first-child:before, .request-view .info span:first-child:before {
  display: none;
}

.request-list .consultant, .request-view .consultant {
  position: relative;
  margin-top: 10px;
  color: #222222;
}

.request-list .consultant dt, .request-view .consultant dt {
  font-size: 1.2rem;
}

.request-list .consultant dd.person, .request-view .consultant dd.person {
  font-weight: 500;
}

.request-list .consultant dd.person.matching, .request-view .consultant dd.person.matching {
  color: #e61e40;
  /*font-size: 1.2rem;*/
}

.request-list .consultant dd.pic, .request-view .consultant dd.pic {
  position: absolute;
  top: -1px;
  right: 0;
  width: 40px;
  height: 40px;
}

.request-list .consultant dd.pic img, .request-view .consultant dd.pic img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.request-list .btn-tel, .request-view .btn-tel {
  position: absolute;
  bottom: 10px;
  right: 55px;
  width: 40px;
  height: 40px;
  background-image: url(/assets/images/common/button/btn-tel2.png);
  background-size: auto 40px;
}

.request-list .state, .request-view .state {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px 1px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.2rem;
}

.request-list .state.type1, .request-view .state.type1 {
  background-color: #7b68a7;
}

.request-list .state.type2, .request-view .state.type2 {
  background-color: #e61e40;
}

.request-list .state.type3, .request-view .state.type3 {
  background-color: #666666;
}

.request-list .state.type4, .request-view .state.type4 {
  border: 1px solid #d5d5d5;
  color: #222222;
  background-color: #ffffff;
}

.request-list.consultant .consultant-info, .request-view.consultant .consultant-info {
  margin-bottom: 8px;
}

.request-list.consultant .consultant-info .name,
.request-list.consultant .consultant-info .tel, .request-view.consultant .consultant-info .name,
.request-view.consultant .consultant-info .tel {
  display: inline-block;
  font-weight: 500;
}

.request-list.consultant .name, .request-view.consultant .name {
  font-size: 1.4rem;
}

.request-list.consultant .btn-tel, .request-view.consultant .btn-tel {
  top: 10px;
  bottom: auto;
  right: 10px;
}

.request-list {
  border-top: 1px solid #cccccc;
}

.request-list li {
  border-bottom: 1px solid #cccccc;
}

.request-list li.new {
  background-color: #fff1f1;
}

.request-list li a {
  display: block;
  padding: 10px;
}

.request-view {
  position: relative;
  height: 100%;
  padding-top: 136px;
}

.request-view .top-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px;
  border-bottom: 1px solid #444444;
  background-color: #ffffff;
  z-index: 100;
}

.request-view .top-info .pic a {
  display: block;
}

.request-view .btn-info-toggle {
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 40px;
  height: 24px;
  border: 1px solid #666666;
  border-top: 0;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #ffffff;
}

.request-view .btn-info-toggle span {
  display: block;
  margin-top: -2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url(/assets/images/common/icon/ico-arr-right3.png) no-repeat 50% 50%;
  background-size: auto 14px;
}

.request-view .btn-info-toggle.closed span {
  margin-top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.request-view.consultant {
  padding-top: 84px;
}

.request-view.consultant .consultant-info {
  margin-bottom: 0;
}

.request-view.consultant .consultant-info .tel {
  display: inline-block;
  padding: 0;
}

.request-view.consultant .info2 {
  margin-top: 5px;
}

.request-view.consultant .info2:after {
  display: block;
  clear: both;
  content: '';
}

.request-view.consultant .info2 dt,
.request-view.consultant .info2 dd {
  float: left;
  font-size: 1.2rem;
}

.request-view.consultant .info2 dt {
  clear: both;
}

.request-view.consultant .info2 dd {
  margin-left: 6px;
  color: #e61e40;
  font-weight: 500;
}

.request-view.consultant .info-detail {
  display: none;
  position: relative;
}

.request-view.consultant .note dt {
  font-size: 1.2rem;
}

.request-view.consultant .note dt:after {
  display: block;
  clear: both;
  content: '';
}

.request-view.consultant .note dd {
  margin-top: 5px;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  line-height: 1.4;
  background-color: #ffffff;
}

.request-view.consultant .note .btn-toggle {
  float: right;
  margin-top: -6px;
  padding: 3px 10px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #444444;
}

.request-view.consultant .btn-state {
  margin-top: 10px;
  width: 100%;
  height: 30px;
  border-radius: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #7b68a7;
}

.request-view.consultant .btn-tel {
  right: 10px;
}

.request-view.consultant .btn-modify {
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  position: absolute;
  top: 14px;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(/assets/images/common/button/btn-modify.png);
  background-size: auto 40px;
}

.request-view.consultant .comment-body {
  padding-top: 25px;
}

.notice-box {
  max-height: 77px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.request-view.consultant .comment-body .message.to .cont {
  border-color: #d3c6f1;
  background-color: #f2ecff;
}

.request-view.consultant .comment-body .message.to .cont:before {
  background-image: url(/assets/images/content/bg-message3.png);
}

.request-view.consultant .comment-body .message.from .cont {
  display: block;
  margin-top: -15px;
}

.request-view.consultant .comment-footer .btn-send {
  background-image: url(/assets/images/common/button/btn-send2.png);
}

.request-view.new .top-info,
.request-view.new .btn-info-toggle {
  background-color: #fff1f1;
}

.comment-area {
  height: 100%;
  overflow: hidden;
}

.comment-body {
  height: calc(100% - 50px);
  padding: 10px;
  background-color: #fafafa;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.comment-body:after {
  display: block;
  clear: both;
  content: '';
}

.comment-body .no-data {
  padding: 20px 0;
}

.comment-body .no-data .text {
  color: #666666;
  font-size: 1.1rem;
}

.comment-body .message {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 1.2rem;
}

.comment-body .message .cont {
  display: block;
  position: relative;
  width: 225px;
  padding: 10px;
  border-radius: 5px;
  color: #222222;
}

.comment-body .message .cont:before {
  content: '';
  position: absolute;
  top: -1px;
  width: 6px;
  height: 6px;
  background-size: auto 6px;
}

.comment-body .message.from {
  width: 100%;
  padding-left: 41px;
}

.comment-body .message.from .pic {
  display: inline-block;
  margin-left: -41px;
  width: 30px;
  height: 30px;
}

.comment-body .message.from .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-body .message.from .name {
  display: inline-block;
}

.comment-body .message.from .cont {
  border: 1px solid #e5e5e5;
  border-top-left-radius: 0;
  background-color: #ffffff;
}

.comment-body .message.from .cont:before {
  left: -6px;
  background-image: url(/assets/images/content/bg-message1.png);
}

.comment-body .message.from .date {
  width: 225px;
  text-align: right;
}

.comment-body .message.to {
  float: right;
  padding-right: 6px;
}

.comment-body .message.to .cont {
  border: 1px solid #ebc3c3;
  border-top-right-radius: 0;
  background-color: #fff1f1;
}

.comment-body .message.to .cont:before {
  right: -6px;
  background-image: url(/assets/images/content/bg-message2.png);
}

.comment-body .name {
  display: inline-block;
  margin-top: -2px;
  margin-left: 7px;
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
  vertical-align: middle;
}

.comment-body .date {
  margin-top: 1px;
  color: #666666;
  font-size: 1.1rem;
}

.comment-body .btn-delete {
  position: absolute;
  right: 6px;
  bottom: 0;
  color: #e61e40;
  font-size: 1.1rem;
}

.comment-footer .input-box {
  position: relative;
}

.comment-footer textarea {
  padding: 13px 50px 14px 15px;
  border-radius: 0;
  font-size: 1.4rem;
}

.comment-footer input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.comment-footer .btn-file,
.comment-footer .btn-send {
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 30px;
  height: 30px;
  background-size: auto 30px;
}

.comment-footer .btn-file {
  left: 10px;
  background-image: url(/assets/images/common/button/btn-add.png);
}

.comment-footer .btn-send {
  right: 10px;
  background-image: url(/assets/images/common/button/btn-send1.png);
}

.ui-datepicker {
  width: calc(100% - 30px);
  max-width: 360px;
  padding: 8px 5px 0;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  color: #222222;
  font-family: "Noto Sans KR", "Noto Sans CJK KR", "Helvetica", "apple sd gothic neo", "Arial", "Malgun Gothic", sans-serif;
}

.ui-datepicker td {
  padding: 3px;
}

.ui-datepicker .ui-widget-header {
  border: 0;
  color: #222222;
  background-color: inherit;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  top: 5px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  background-image: url(/assets/images/common/icon/ico-arr-right3.png);
  background-position: 50% 50%;
  background-size: auto 12px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-title {
  font-size: 1.6rem;
}

.ui-datepicker .ui-datepicker-calendar {
  margin-top: 3px;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 auto !important;
  padding: 7px 0 6px;
  border: 0;
  color: #666666;
  text-align: center;
  background-color: inherit;
}

.ui-datepicker .ui-state-highlight {
  border: 1px solid #666666 !important;
  border-radius: 50%;
  color: #666666;
  background-color: inherit;
}

.ui-datepicker .ui-state-active {
  border: 1px solid #e61e40 !important;
  border-radius: 50%;
  color: #ffffff;
  background-color: #e61e40;
}

#layer-request2 .modal-content {
  height: calc(100% - 60px);
}

#layer-request2 .tab-area {
  height: 100%;
}

#layer-request2 .tab-cont {
  height: 100%;
  padding-top: 0;
}

.board-accordion {
  border-top: 1px solid #e61e40;
  border-bottom: 1px solid #cccccc;
}

.accordion-title {
  position: relative;
  padding: 11px 60px 11px 10px;
  border-top: 1px solid #e5e5e5;
  font-weight: 500;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.accordion-title:first-child {
  border-top: 0;
}

.accordion-title.ui-state-active {
  color: #e61e40;
  -webkit-text-emphasis: none;
          text-emphasis: none;
  white-space: normal;
  overflow: visible;
}

.accordion-title .date {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
  color: #666666;
  font-weight: 400;
  font-size: 1.1rem;
}

.accordion-content {
  padding: 10px 20px;
  border-top: 1px solid #e5e5e5;
  color: #444444;
  background-color: #fafafa;
}

.accordion-content img {
  height: auto !important;
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}

.pagination .page-item.active .page-link {
  border-color: #e61e40;
  color: #ffffff;
  background-color: #e61e40;
}

.pagination .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 2.5px;
  border: 1px solid #cccccc;
  font-size: 1.1rem;
  background-color: #ffffff;
}

.pagination .page-item .page-link img {
  height: 14px;
}

.image-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-top: 37.5%;
}

.image-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit-guide .cont {
  text-align: center;
}

.profile-area .pic {
  position: relative;
  width: 80px;
  height: 80px;
}

.profile-area .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-area .btn-upload {
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/common/button/btn-modify.png);
  background-position: right bottom;
  background-size: auto 30px;
}

.profile-area input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.profile-area .btn-delete {
  position: absolute;
  right: -80px;
  bottom: 0;
  min-width: 60px;
  height: 30px;
  padding: 6px 10px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 1.2rem;
  background-color: #666666;
}

.profile-area .btn-delete:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 16px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background-image: url(/assets/images/common/icon/ico-delete.png);
  background-size: auto 16px;
}

.blog-area .title {
  margin: 40px 0 10px;
  color: #222222;
  font-size: 1.8rem;
}

.blog-area .title:first-child {
  margin-top: 0;
}

.blog-area .both {
  margin-top: -5px;
  margin-bottom: 15px;
}

.blog-area .both .left {
  padding-top: 5px;
}

.blog-area .both input[type=checkbox],
.blog-area .both input[type=radio] {
  margin-right: 5px;
}

.blog-area .btn-xs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 1.4rem;
}

.blog-area .text-color {
  color: #447fef;
}

/* 레이아웃 */
body {
  position: static !important;
  min-width: 840px;
  overflow-x: initial;
}

body.fixed #header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  font-size: 1.4rem;
}

.form-group.form-price .form-addon {
  font-size: 1.4rem;
}

#header > .inner,
#container > .inner,
#footer > .inner {
  position: relative;
  width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

#header {
  position: relative;
  height: 96px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  z-index: 100;
}

#header .inner {
  text-align: right;
}

#header .logo {
  position: absolute;
  top: 30px;
  left: 20px;
}

#header .logo a {
  display: block;
}

#header .logo a img {
  vertical-align: top;
}

.gnb {
  padding-top: 27px;
}

.gnb-list {
  display: inline-block;
  vertical-align: middle;
}

.gnb-list li {
  display: inline-block;
}

.gnb-list li.active a {
  color: #e61e40;
}

.gnb-list li a {
  display: block;
  padding: 5px 12px;
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}

.gnb .info-wrap {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.gnb .info-wrap .btn {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  color: #222222;
  font-size: 1.6rem;
}

.gnb .info-wrap .btn.btn-login {
  font-weight: 500;
}

.gnb .info-wrap .btn.btn-info {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.gnb .info-wrap .btn.btn-info.on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.gnb .info-wrap .info-layer {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.gnb .info-wrap .info-layer a {
  display: block;
  margin-top: -1px;
  padding: 4px 0 5px 16px;
  color: #222222;
  font-size: 1.6rem;
  text-align: left;
  background-color: #ffffff;
}

.gnb .info-wrap .info-layer a + a {
  border-top: 1px solid #e5e5e5;
}

#container .inner {
  position: relative;
  min-height: calc(100vh - 226px);
  padding-top: 60px;
  padding-bottom: 100px;
}

.btn-tel {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: 40px;
  padding: 4px 15px 6px 45px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  text-indent: inherit;
  background: #444444 url(/assets/images/common/icon/ico-tel.png) no-repeat 15px 50%;
}

.btn-blog {
  position: absolute;
  right: 191px;
  bottom: 20px;
  height: 40px;
  padding: 6px 15px 8px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #19CE60;
  z-index: 200;
}

#footer {
  position: relative;
  height: 130px;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #eeeeee;
}

#footer .inner {
  padding-top: 15px;
}

#footer .top-cont:after {
  display: block;
  clear: both;
  content: '';
}

#footer .top-cont li {
  display: inline-block;
  color: #666666;
  font-size: 1.4rem;
}

#footer .top-cont li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: -2px 9px 0 8px;
  vertical-align: middle;
  background-color: #888888;
}

#footer .top-cont li:first-child:before {
  display: none;
}

#footer .top-cont .float-right li {
  font-size: 1.3rem;
}

#footer .btm-cont {
  margin-top: 19px;
  padding-left: 70px;
}

#footer .btm-cont .logo-btm {
  position: absolute;
  top: 62px;
  left: 20px;
}

#footer .btm-cont address {
  color: #666666;
}

#footer .btm-cont .btn-admin {
  position: absolute;
  top: 55px;
  right: 0;
  padding: 4px 18px 5px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  color: #666666;
  font-size: 1.3rem;
}

/* 메인 */
.main {
  /*
	&:before {
		content: '';
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #d6d8d9 url(/assets/images/main/bg-main.jpg) no-repeat 50% 0;
		background-size: 100% auto;
		z-index: -1;
	}
	*/
}

.main #header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main #container .inner {
  padding-top: 60px;
  padding-bottom: 235px;
}

.main .copy-wrap {
  margin-bottom: 60px;
  color: #222222;
  text-align: center;
}

.main .copy-wrap .main-copy {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.main .copy-wrap .sub-copy {
  font-weight: 500;
  font-size: 3rem;
}

.main .tab-area {
  margin-bottom: 50px;
}

.main .tab-cont {
  position: relative;
  height: 133px;
  padding: 18px 20px 20px;
  background-color: #f5f5f5;
}

.main .form-area input:not([type=checkbox]):not([type=radio]),
.main .form-area select {
  height: 30px;
  padding: 5px 10px 6px;
  border: 0;
  font-size: 1.4rem;
}

.main .form-area select {
  padding-right: 25px;
  background-position: center right 10px;
  background-size: auto 8px;
}

.main .form-area .item {
  display: inline-block;
  margin-right: 2px;
}

.main .form-area dt {
  margin-bottom: 7px;
  color: #222222;
  font-weight: 500;
}

.main .form-area .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 95px;
  height: 93px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.6rem;
}

.main .join-agree {
  margin-top: 10px;
  padding-right: 95px;
  padding-left: 35px;
  text-align: right;
}

.main .join-agree input {
  position: static;
}

.main .consultant-recruit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 0;
}

.main .consultant-recruit:before, .main .consultant-recruit:after {
  display: none;
}

.main .btn-blog{
	bottom:120px;	
}
.main .btn-tel{
	bottom:120px;	
}

.main #recruit-guide {
  display: none;
  border-top: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.main #recruit-guide .inner {
  width: 720px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.main #recruit-guide .image-wrap {
  padding-top: 33.33333%;
}

.main #recruit-guide .cont p {
  font-size: 1.8rem;
}

.main #recruit-guide .cont .text-lg {
  font-size: 2.4rem !important;
}

/* 서브 */
.tab-list li {
  height: 43px;
}

.tab-list li a {
  font-size: 1.8rem;
}

.table th,
.table td {
  font-size: 1.8rem;
}

.table-data th,
.table-data td {
  font-size: 1.8rem;
}

.table-data.style2 {
  border-top-color: #d5d5d5;
  border-bottom: 0;
}

.table-data.style2 th,
.table-data.style2 td {
  padding: 10px 15px;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4rem;
}

.table-data.style2 th {
  background-color: #fafafa;
}

.table-data.style2 td {
  text-align: left;
}

.table-view th,
.table-view td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.table-write th,
.table-write td {
  font-size: 1.4rem;
}

.table-list th,
.table-list td {
  font-size: 1.4rem;
}

.table-scroll tbody {
  max-height: 150px;
}

.table-scroll.table-pc th:nth-child(1),
.table-scroll.table-pc td:nth-child(1) {
  width: 100px;
}

.table-scroll.table-pc th:nth-child(2),
.table-scroll.table-pc td:nth-child(2) {
  width: calc(100% - 330px);
}

.table-scroll.table-pc th:nth-child(3),
.table-scroll.table-pc td:nth-child(3) {
  width: 230px;
}

.modal-dialog.modal-sm {
  width: 400px;
}

.modal-dialog.modal-sm .modal-header .modal-tit {
  color: #222222;
  font-size: 2rem;
}

.modal-dialog.modal-sm .modal-content {
  max-height: calc(100vh - 300px);
  padding: 20px 25px;
  font-size: 1.6rem;
}

.feature-wrap {
  width: 900px;
  margin-left: -50px;
  padding-bottom: 34px;
  text-align: center;
}

.feature-wrap .title {
  margin-top: 40px;
  margin-bottom: 70px;
  color: #222222;
  font-size: 3rem;
}

.feature-wrap .list {
  display: inline-block;
  width: 900px;
}

.feature-wrap .list:after {
  display: block;
  clear: both;
  content: '';
}

.feature-wrap .list li {
  float: left;
  width: calc(33.33333% - 100px);
  margin: 0 50px;
  color: #666666;
  font-size: 1.6rem;
}

.feature-wrap .list li:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
  background-repeat: no-repeat;
  background-size: auto 200px;
}

.feature-wrap .list li:nth-child(1):before {
  background-image: url(/assets/images/content/img-feature1.jpg);
}

.feature-wrap .list li:nth-child(2):before {
  background-image: url(/assets/images/content/img-feature2.jpg);
}

.feature-wrap .list li:nth-child(3):before {
  background-image: url(/assets/images/content/img-feature3.jpg);
}

.feature-wrap .list li strong {
  display: block;
  margin-bottom: 20px;
  color: #e61e40;
  font-size: 2rem;
}

.company-info {
  width: 720px;
  margin: 0 auto;
}

.company-info .image-wrap {
  padding-top: 33.33333%;
}

.company-info .cont {
  font-size: 1.8rem;
}

.company-info .cont .text-lg {
  font-size: 2.4rem !important;
}

.login-area {
  width: 460px;
  margin: 0 auto;
}

.notice-area {
  width: 720px;
  margin: 0 auto;
}

.notice-area .title {
  margin-bottom: 18px;
  color: #222222;
  font-size: 2.6rem;
  text-align: center;
}

.accordion-title {
  padding: 13px 80px 13px 10px;
  font-size: 1.4rem;
}

.accordion-title .date {
  top: calc(50% - 11px);
  font-size: 1.3rem;
}

.accordion-content {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pagination {
  margin-top: 40px;
}

.pagination .page-item.page-prev {
  margin-right: 5px;
}

.pagination .page-item.page-next {
  margin-left: 5px;
}

.no-data .text {
  font-size: 1.8rem;
}

.both:after {
  display: block;
  clear: both;
  content: '';
}

.both .left {
  float: left;
}

.both .right {
  float: right;
}

.request-area {
  width: 720px;
  margin: 0 auto;
}

.request-area .title {
  margin-bottom: 28px;
  color: #222222;
  font-size: 2.6rem;
  text-align: center;
}

.request-area .tab-cont {
  padding-top: 0;
}

.request-list .commnet-new, .request-view .commnet-new {
  padding: 3px 9px;
  border-radius: 13px;
  font-size: 1.3rem;
}

.request-list .consultant dt, .request-view .consultant dt {
  font-size: 1.4rem;
}

.request-list .consultant dd, .request-view .consultant dd {
  font-size: 1.6rem;
}

.request-list .consultant dd.person.matching, .request-view .consultant dd.person.matching {
  font-size: 1.4rem;
}

.request-list .consultant dd.pic, .request-view .consultant dd.pic {
  top: -3px;
  right: -80px;
  width: 50px;
  height: 50px;
}

.request-list .consultant dd.pic img, .request-view .consultant dd.pic img {
  width: 50px;
  height: 50px;
}

.request-list {
  margin-top: 0;
}

.request-list li a {
  position: relative;
  padding: 20px 100px 20px 20px;
}

.request-list .state {
  position: absolute;
  top: 19px;
  right: 20px;
  min-width: 85px;
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.request-list .state.new {
  border-color: #e61e40;
  color: #ffffff;
  background-color: #e61e40;
}

.request-list .state.counsel {
  border-color: #7b68a7;
  color: #ffffff;
  background-color: #7b68a7;
}

.request-list .state.complete {
  border: 1px solid #e5e5e5;
  color: #e61e40;
  background-color: #ffffff;
}

.request-list .date {
  font-size: 1.4rem;
}

.request-list .name {
  font-size: 2rem;
}

.request-list .info span {
  font-size: 1.4rem;
}

.request-list.consultant .consultant-info {
  margin-bottom: 10px;
}

.request-list.consultant .consultant-info .name {
  font-size: 2.2rem;
}

.request-list.consultant .consultant-info .tel {
  font-size: 1.4rem;
}

.request-list.consultant .name {
  font-size: 2rem;
}

.request-view {
  padding-top: 0;
}

.request-view .request-date {
  color: #666666;
  font-size: 1.6rem;
}

.request-view .request-date span {
  margin-left: 10px;
}

.request-view .top-info {
  position: static;
  padding: 0 20px 20px;
}

.request-view .top-info .date {
  font-size: 1.4rem;
}

.request-view .top-info .name {
  font-size: 2rem;
}

.request-view .top-info .info span {
  font-size: 1.4rem;
}

.request-view .info-detail {
  display: block;
}

.request-view .consultant dd.pic {
  right: 0;
}

.request-view .table-wrap {
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.request-view.consultant {
  padding-top: 0;
}

.comment-body {
  max-height: 450px;
  padding: 20px 20px 5px;
}

.notice-box {
  margin-bottom: 25px;
}

.notice-box .text {
  font-size: 1.4rem;
}

.comment-body .no-data .text {
  font-size: 1.6rem;
}

.comment-body .name {
  font-size: 1.6rem !important;
}

.comment-body .message {
  margin-bottom: 25px;
}

.comment-body .message .cont {
  width: 445px;
  font-size: 1.4rem;
}

.comment-body .message.from .cont {
  margin-top: 3px !important;
}

.comment-body .message.from .date {
  width: 445px;
}

.comment-body .date {
  font-size: 1.3rem;
}

.comment-body .btn-delete {
  font-size: 1.3rem;
}

.comment-footer textarea {
  font-size: 1.4rem;
}

.request-state {
  position: relative;
}

.request-state dt,
.request-state dd {
  display: inline-block;
}

.request-state dt {
  font-size: 1.6rem;
}

.request-state dd {
  margin-left: 11px;
}

.request-state .btn-state-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 32px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.4rem;
  background-color: #7b68a7;
}

.request-state .btn-state-open.on {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.state-layer {
  display: none;
  position: absolute;
  top: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  z-index: 100;
}

.state-layer li {
  margin-top: -1px;
}

.state-layer li:first-child {
  margin-top: 0;
}

.state-layer li:last-child input + label {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.state-layer li input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.state-layer li input:checked + label {
  position: relative;
  border: 1px solid #e61e40;
  color: #e61e40;
  z-index: 100;
}

.state-layer li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 30px;
  border: 1px solid #e5e5e5;
  color: #444444;
  font-weight: 500;
  background-color: #ffffff;
}

.btn-center,
.btn-right {
  display: block;
}

.btn-center .btn,
.btn-right .btn {
  display: inline-block;
  width: 150px;
  height: 40px;
  padding: 7px 0;
}

.btn-center {
  text-align: center;
}

.btn-right {
  text-align: right;
}

.btn-right + .text-center {
  margin-top: -35px;
}

.btn-right + .text-center .pagination {
  margin-top: 0;
}

.chk-list input[type=checkbox],
.chk-list input[type=radio] {
  margin-right: 5px;
}

.chk-list label {
  margin: 2px 20px 2px 0;
}

.terms-area {
  max-height: initial;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

.search-btn-area button {
  height: 28px;
  padding-right: 30px;
  padding-left: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  color: #222222;
  background-color: #ffffff;
}

.search-btn-area span {
  position: absolute;
  width: 23px;
  right: 5px;
  background: url(/assets/images/common/icon/ico-arr-right3.png) no-repeat 50% 50%;
  background-size: auto 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-btn-area span.open {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.search-more {
  display: none;
}

.clickable-table tbody tr:hover {
  cursor: pointer;
}

.clickable-table tbody tr:hover td {
  background-color: #fbfbfb;
}

.blog-area .title {
  margin: 60px 0 15px;
  font-size: 2rem;
}

.blog-area .both {
  font-size: 1.6rem;
}

.blog-area .both input[type=checkbox],
.blog-area .both input[type=radio] {
  margin-right: 0;
}

.blog-area .text-color {
  color: #447fef;
}

.blog-area .pagination {
  margin-top: 20px;
}

.layer-popup .modal-sm {
  margin: 0;
}
