@charset "UTF-8";
/* 
  약관 기본 레이아웃 구성
  .mj-cont (회원 관련, 회원가입, 회원정보수정?? 아마도?)
    .step-nav
    .step-nav-title
    .mjsec
    .mjsec
    .contsec-btns
*/
.mjsec .mjsec-header {
  margin-bottom: 20px;
}

.mjsec .mjsec-header > h4 {
  text-align: center;
  font-size: 21px;
  color: #000000;
}

.mjsec .mjsec-header > div {
  font-size: 18px;
  color: #424242;
  text-align: center;
  margin-top: 5px;
  font-weight: 400;
}

.mjsec + .mjsec {
  margin-top: 70px;
}

.step-nav {
  margin-bottom: 40px;
  background: #f5f5f5;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #9e9e9e;
}

.step-nav ul {
  margin: 0;
  padding: 0;
}

.step-nav ul, .step-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 760px) {
  .step-nav {
    margin-bottom: 0;
    background: none;
    border: 0;
  }
}
.step-nav ul {
  display: flex;
  height: 100%;
}

@media (max-width: 760px) {
  .step-nav ul {
    justify-content: center;
  }
}
.step-nav li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}

.step-nav li + li {
  position: relative;
}

@media (min-width: 761px) {
  .step-nav li + li::after {
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    left: 0;
    border-left: 1px solid #9e9e9e;
  }
}
.step-nav li > span {
  background: #616161;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  border-radius: 40px;
  margin-right: 8px;
}

.step-nav li > strong {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}

@media (max-width: 760px) {
  .step-nav li {
    flex: none;
  }
  .step-nav li::after {
    content: "";
    position: relative;
    display: block;
    width: 14px;
    background: red;
    height: 7px;
    margin-left: 4px;
    margin-right: 4px;
    background: url("../images/step_nav_dots.png") center/100% 100%;
  }
  .step-nav li:last-child::after {
    content: none;
  }
  .step-nav li > span {
    margin-right: 0;
  }
  .step-nav li > strong {
    display: none;
  }
}
.step-nav li._selected {
  background: #fff;
  position: relative;
}

.step-nav li._selected::before {
  content: "";
  position: absolute;
  margin: auto;
  border: 1px solid #222222;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 25px;
}

@media (min-width: 761px) {
  .step-nav li._selected + li::after {
    content: none;
  }
}
.step-nav li._selected > span {
  background: #222222;
}

.step-nav li._selected > strong {
  color: #222222;
  font-weight: 800;
}

@media (max-width: 760px) {
  .step-nav li._selected::before {
    content: none;
  }
}
.step-nav-title {
  font-size: 18px;
  text-align: center;
  margin: 5px 0 20px 0;
  line-height: 1em;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
}

.mj-cont {
  margin-top: 45px;
}

.cont-agg {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
}

.cont-agg + .cont-agg {
  margin-top: 24px;
}

.cont-agg .cont-agg_header {
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  transition: all 0.25s;
}

.cont-agg .cont-agg_header .cont-agg_title {
  font-size: 18px;
  color: #424242;
  margin: 0;
  padding: 0;
  font-weight: 500;
  flex: 1;
}

.cont-agg .cont-agg_header .cont-agg-check {
  margin-left: auto;
  margin-right: 0;
  font-size: 18px;
  color: #666666;
}

.cont-agg .cont-agg_header .cont-agg-check .fc-red {
  font-style: normal;
}

.cont-agg .cont-agg_header .cont-agg-check > * + * {
  margin-left: 10px;
}

@media (max-width: 760px) {
  .cont-agg .cont-agg_header {
    padding: 10px 10px;
    height: auto;
    min-height: 40px;
  }
  .cont-agg .cont-agg_header .cont-agg_title {
    font-size: 12px;
  }
  .cont-agg .cont-agg_header .cont-agg-check {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  .cont-agg .cont-agg_header .cs-checkbox span, .cont-agg .cont-agg_header .cs-checkbox em {
    font-size: 10px;
  }
}
.cont-agg .cont-agg-togglebtn {
  background: #bdbdbd;
  border: 0;
  height: 34px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}

.cont-agg .cont-agg-togglebtn::after {
  margin-left: 15px;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/select_arr.png") center/100% 100%;
  transition: all 0.25s;
}

.cont-agg .cont-agg-cont {
  height: 0;
  transition: all 0.25s;
}

.cont-agg .cont-agg-cont > div {
  padding: 15px;
  height: 250px;
  box-sizing: border-box;
  overflow-y: scroll;
  font-family: Pretendard, sans-serif;
}

.cont-agg .cont-agg-cont > div * {
  font-family: inherit !important;
  font-weight: normal !important;
}

@media (max-width: 760px) {
  .cont-agg .cont-agg-cont {
    font-size: 12px;
  }
  .cont-agg .cont-agg-cont * {
    font-size: inherit !important;
  }
}
.cont-agg.active .cont-agg_header .cont-agg_title {
  color: #222222;
}

.cont-agg.active .cont-agg-cont {
  display: block;
  height: 250px;
}

.cont-agg.active .cont-agg-togglebtn::after {
  transform: rotate(-180deg);
}

.cont-agg.cont-agg-point {
  border: 2px solid #135784;
}

.cont-memberreg .cont-memberreg_header {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  margin-bottom: 10px;
}

.cont-memberreg .cont-memberreg_header > strong {
  font-size: 22px;
  color: #091634;
  font-weight: 500;
}

.cont-memberreg .cont-memberreg_header > div {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  margin-left: 18px;
}

.cont-memberreg + .cont-memberreg {
  margin-top: 35px;
}

.cont-regcomplete {
  width: 700px;
  margin: 0 auto;
}

.cont-regcomplete .cont-regcomplete_header {
  margin-bottom: 15px;
}

.cont-regcomplete .cont-regcomplete_header i {
  width: 66px;
  height: 66px;
  background: url("../images/front/reg_complete.png");
  margin: 0 auto;
  display: block;
}

.cont-regcomplete .cont-regcomplete_header > div {
  margin-top: 22px;
  line-height: 1.27em;
  font-size: 22px;
  color: #091634;
  text-align: center;
}

.cont-regcomplete .cont-regcomplete_header > div strong {
  font-weight: 800;
}

.mj-type-selector {
  display: flex;
  gap: 20px;
}

.mj-type-selector li {
  flex: 1;
}

.mj-type-selector label {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  position: relative;
}

.mj-type-selector label::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.mj-type-selector label i.t_image {
  width: 100px;
  height: 100px;
  width: 60px;
  height: 60px;
}

.mj-type-selector label i.t_image::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.25s;
}

.mj-type-selector label > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  gap: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.25s;
}

.mj-type-selector label > span strong {
  font-size: 18px;
  color: #000000;
  transition: color 0.25s;
  margin-top: 10px;
}

.mj-type-selector input:checked + i + i::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #135784;
  position: absolute;
  z-index: -1;
}

.mj-type-selector input:focus + i + i::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  outline: auto;
}

.mj-type-selector input:focus:not(:focus-visible) + i + i::before {
  outline: none;
}

.mj-type-selector input:checked + i + i + strong {
  color: #fff;
}

.mj-type-selector li > div {
  color: #616161;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5em;
}

@media (max-width: 1000px) {
  .mj-type-selector {
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
  }
  .mj-type-selector li {
    gap: 20px;
    display: flex;
    align-items: flex-start;
  }
  .mj-type-selector label {
    position: relative;
    flex: 0 0 100px;
  }
  .mj-type-selector label i.t_image {
    width: 45%;
    height: 45%;
  }
  .mj-type-selector label > span {
    gap: 5px;
  }
  .mj-type-selector label > span strong {
    position: absolute;
    left: calc(100% + 20px);
    white-space: nowrap;
    top: 0;
    margin-top: 0;
  }
  .mj-type-selector li > div {
    flex: 1;
    text-align: left;
    padding-top: 20px;
  }
  .mj-type-selector input:checked + i + i + strong {
    color: #000;
  }
}
@media (max-width: 760px) {
  .mj-type-selector label {
    flex: 0 0 80px;
  }
}
.identify-selector {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.identify-selector > * {
  flex: 0 0 calc(33.33333% - 20px);
}

.identify-selector .info-text {
  margin-left: 20px;
}

@media (max-width: 1000px) {
  .identify-selector {
    max-width: 500px;
    margin: 0 auto;
    gap: 15px;
    flex-direction: column;
  }
  .identify-selector > * {
    flex: auto;
  }
}
.identify-enterprise {
  padding: 40px 25px;
  border-radius: 24px;
  border: 4px solid #aad9b7;
  text-align: center;
}

.identify-enterprise > div + div {
  margin-top: 10px;
}

.identify-enterprise .cs-flex-auto {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.identify-enterprise .cs-flex-auto strong {
  flex: 0 0 100px;
  text-align: left;
}

.identify-enterprise .btn {
  margin-top: 15px;
  width: 240px;
}

@media (max-width: 760px) {
  .identify-enterprise {
    padding: 15px;
  }
  .identify-enterprise .btn {
    width: 100%;
  }
  .identify-enterprise .cs-flex-auto {
    flex-direction: column;
  }
  .identify-enterprise .cs-flex-auto strong {
    flex: none;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .identify-enterprise .cs-flex-auto .cs-flex-auto_flex1 {
    flex: none;
    margin-left: 0;
  }
}
.keyword-selector_search {
  border: 1px solid #aad9b7;
  display: flex;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
  padding: 20px 0;
}

.keyword-selector_search > strong {
  flex: 0 0 245px;
  text-align: center;
  font-size: 18px;
  color: #2da34f;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #aad9b7;
}

.keyword-selector_search > form {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}

.keyword-selector_search .frm-wrap {
  display: flex;
  justify-content: center;
}

.keyword-selector_search .keyword-selector_text {
  flex: 0 0 430px;
  margin-left: 16px;
  display: flex;
  gap: 8px;
}

.keyword-selector_search .keyword-selector_text input {
  width: 100%;
  flex: 1;
}

@media (max-width: 1200px) {
  .keyword-selector_search {
    flex-direction: column;
  }
  .keyword-selector_search > strong {
    flex: none;
    margin-bottom: 20px;
    border-right: 0;
  }
}
@media (max-width: 1000px) {
  .keyword-selector_search {
    padding-left: 15px;
    padding-right: 15px;
  }
  .keyword-selector_search > strong {
    margin-bottom: 10px;
  }
  .keyword-selector_search > form {
    flex-direction: column;
  }
  .keyword-selector_search .keyword-selector_group > * {
    flex: 1;
  }
  .keyword-selector_search .keyword-selector_text {
    margin-left: 0;
    margin-top: 8px;
    flex: none;
  }
}
.keyword-selector_result {
  border: 1px solid #bdbdbd;
  border-top: 0;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .keyword-selector_result {
    flex-direction: column;
    padding: 0 15px;
  }
}
.keyword-selector_result .result-group {
  flex: 0 0 50%;
  display: flex;
  padding: 15px 10px;
  position: relative;
  align-items: flex-start;
}

.keyword-selector_result .result-group::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  bottom: -1px;
  border-top: 1px solid #bdbdbd;
}

.keyword-selector_result .result-group > strong {
  padding-top: 6px;
  flex: 0 0 100px;
  position: relative;
  display: flex;
  align-items: center;
}

.keyword-selector_result .result-group > strong::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aad9b7;
  display: block;
  margin-right: 5px;
}

@media (max-width: 1000px) {
  .keyword-selector_result .result-group {
    flex-direction: column;
  }
  .keyword-selector_result .result-group > strong {
    flex: none;
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .keyword-selector_result .result-group {
    padding-left: 0;
    padding-right: 0;
  }
}
.keyword-selector_result .result-group_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.keyword-selector_result .result-group_list > div {
  display: flex;
  font-size: 14px;
  background: #f5f5f5;
  color: #616161;
  display: flex;
  align-items: center;
  height: 36px;
  padding-left: 8px;
  border-radius: 18px;
}

.keyword-selector_result .result-group_list > div button {
  height: 36px;
  flex: 0 0 25px;
  width: 25px;
  font-size: 0;
  background: url("../images/icon_x.png") no-repeat center/8px 8px;
  opacity: 0.5;
}

.keyword-selector_result .result-group_list > div button:hover {
  opacity: 1;
}

.login-form-header.cont-join-complte {
  margin-top: 70px;
}

.contsec.cont-join-complte {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
}

.container-extra-btns {
  text-align: right;
  margin-top: -15px;
}

.container-extra-btns + * {
  margin-top: 10px !important;
}

@media (max-width: 760px) {
  .container-extra-btns {
    margin-top: 0;
  }
}
.lay-container .container > * + * {
  margin-top: 40px;
}

@media (max-width: 760px) {
  .lay-container .container > * + * {
    margin-top: 35px;
  }
}
.contsec + .contsec {
  margin-top: 40px;
}

@media (max-width: 760px) {
  .contsec + .contsec {
    margin-top: 35px;
  }
}
.contsec .contsec-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width: 760px) {
  .contsec .contsec-header {
    margin-bottom: 10px;
    display: block;
  }
}
.contsec .contsec-header .contsec-title-description {
  margin-left: 10px;
  margin-top: 3px;
}

@media (max-width: 760px) {
  .contsec .contsec-header .contsec-title-description {
    margin-left: 0;
    margin-top: 5px;
  }
}
.contsec .contsec-title {
  font-size: 21px;
  color: #000000;
}

@media (max-width: 760px) {
  .contsec .contsec-title {
    font-size: 16px;
  }
}
.contsec .contsec-extra, .contsec .contsec-extra2 {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.contsec .contsec-extra small, .contsec .contsec-extra2 small {
  font-size: 14px;
  color: #616161;
}

.contsec .contsec-header + .contsec-title-description {
  margin-top: -10px;
  margin-bottom: 15px;
}

@media (max-width: 760px) {
  .contsec .contsec-header + .contsec-title-description {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.contsec .contsec-extra.tal, .contsec .tal.contsec-extra2 {
  margin-right: auto;
  margin-left: 10px;
}

.contsec .contsec-cont > div + div {
  margin-top: 30px;
}

.contsec .contsec-cont .contsec + .contsec {
  margin-top: 25px;
}

.contsec .contsec-cont .contsec .contsec-header {
  margin-bottom: 10px;
}

.contsec .contsec-cont .contsec-title {
  font-size: 18px;
}

@media (max-width: 760px) {
  .contsec .contsec-cont .contsec-title {
    font-size: 14px;
  }
}
.contsec-btns {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.contsec-btns > * + * {
  margin-left: 10px;
}

@media (max-width: 760px) {
  .contsec-btns {
    margin-top: 40px;
  }
  .contsec-btns.mo-cols-1 {
    gap: 10px;
    flex-direction: column;
  }
  .contsec-btns.mo-cols-1 > * {
    margin-left: 0;
  }
}
.thumn-image {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: block;
  max-width: 300px;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 760px) {
  .thumn-image {
    max-width: 100%;
  }
}
.thumn-image > .thumn-image_imagewrap {
  line-height: 1em;
  padding: 30px;
}

.thumn-image > .thumn-image_imagewrap img {
  max-width: 100%;
}

.thumn-image > .thumn-image_btn {
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
}

.thumn-image > .thumn-image_btn .btn {
  padding-left: 15px;
  padding-right: 15px;
}

.text_pre {
  white-space: pre;
}

@media (max-width: 760px) {
  .tw-info {
    margin-bottom: -30px;
  }
}
.tw-info .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 760px) {
  .tw-info .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.tw-info .container > div b {
  font-size: inherit;
}

.tw-info .container > div .tw-text1 {
  color: #000;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 10px;
}

.tw-info .container > div .tw-text1 b {
  font-weight: 600;
}

.tw-info .container > div .tw-text2 {
  color: #484848;
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 760px) {
  .tw-info .container > div .tw-text1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .tw-info .container > div .tw-text2 {
    font-size: 13px;
  }
}
.tw-info .container > span {
  font-size: 14px;
  background: #3D86C6;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  display: inline-block;
  padding: 0 15px;
  margin-top: 15px;
  font-weight: 400;
}

@media (max-width: 760px) {
  .tw-info .container > span {
    font-size: 12px;
  }
}
.login-form-header .login-form-header_icon {
  text-align: center;
  line-height: 1em;
}

.login-form-header > strong {
  font-size: 21px;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.5em;
}

@media (max-width: 760px) {
  .login-form-header > strong {
    font-size: 13px;
  }
}
.login-form-header .login-form-header_cont {
  text-align: center;
  font-size: 18px;
  color: #424242;
  margin-top: 12px;
}

@media (max-width: 760px) {
  .login-form-header .login-form-header_cont {
    font-size: 11px;
    margin-top: 0;
  }
}
.login-form-header .login-form-header_btns {
  margin-top: 20px;
}

.logo-group{
	display:flex;
	align-items: center;
	gap:0 20px;
	justify-content: flex-start;
}	
	
	
.logo-group a img{height:auto;}
.link-join{display:flex; justify-content: center;margin-top:15px}
.link-join a{
    color: #135784;
    border: 1px solid #135784;
    display: block;
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    transition: all 0.15s;
}
.link-join a:hover,
.link-join a:focus{color:#fff;background-color: #135784;}

@media (max-width: 760px) {
	.logo-group a{display:block;text-align:center;}
	.logo-group a img{height:19px}
	.logo-group{
		gap:0 10px;
		justify-content: center;
	}
  .link-join a{
    max-width: 100%;
  }
}

/*# sourceMappingURL=maps/content.css.map */

/*
2024.09.19 기업회원 업데이트
*/
.identify-certicheck{
  padding: 40px 25px;
  border-radius: 24px;
  border: 4px solid #aad9b7;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0 2rem;
}
.identify-certicheck > div{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem 0;
  flex-direction: column;
}
.identify-certicheck > div p{
  text-align: center;
  color: #616161;
  line-height: 1.6;
}
