:lang(ko) body {
  word-break: keep-all;
  overflow-wrap: break-word;
}

:lang(en) body {
  font-family: "MaruBuri-Regular", sans-serif;
}

img, video {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  border: 0 none;
}

.hide-txt {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.point {
  color: #e4412b;
}

[class*=page-title] {
  font-weight: 700;
  font-size: 6.4rem;
  font-family: "MaruBuri-Regular", "Noto Sans KR", sans-serif;
  line-height: 1.1;
  color: #222222;
}

.page-title01 {
  font-size: 6.4rem;
  line-height: 1.42;
}

.page-title02 {
  font-size: 5.6rem;
}

.page-title03 {
  font-size: 4rem;
}

.page-title04 {
  font-size: 3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
}

.btn-default {
  height: 9.2rem;
  border: 1px solid #000000;
  border-radius: 5rem;
  font-weight: bold;
  font-size: 3rem;
  color: #000000;
  transition: color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-default:hover {
  color: #ffffff;
  background-color: #000;
}

.btn-primary,
a.btn-primary {
  position: relative;
  height: 6.4rem;
  padding: 0 8.5rem 0 4rem;
  border: 1px solid #E4412B;
  border-radius: 6rem;
  font-weight: bold;
  font-size: 3rem;
  color: #E4412B;
  transition: color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-primary::before,
a.btn-primary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 3.4rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background-image: url("../images/ico_arrow_right02_off.svg");
  transition: transform 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-primary:hover, .btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:focus {
  color: #ffffff;
  background-color: #E4412B;
}
.btn-primary:hover::before, .btn-primary:focus::before,
a.btn-primary:hover::before,
a.btn-primary:focus::before {
  transform: translate(10px, -50%);
  background-image: url("../images/ico_arrow_right02_on.svg");
}

a.btn-link-tag,
.btn-link-tag {
  height: 4rem;
  padding: 0 1.6rem;
  border: 1px solid #a5acb0;
  border-radius: 2rem;
  color: #000000;
  background-origin: border-box;
}

a.btn-link-tag {
  transition: color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a.btn-link-tag:hover, a.btn-link-tag:focus {
  color: #fff;
  border-color: transparent;
  background-color: #000;
}

.btn-url {
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-family: "MaruBuri-Regular", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #6a737b;
  transition: background-color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-url:hover, .btn-url:focus {
  background-color: #E4412B;
}

.btn-group {
  display: flex;
  justify-content: center;
}

.checkbox-txt {
  position: relative;
}
.checkbox-txt input {
  position: absolute;
  opacity: 0;
}
.checkbox-txt input:checked + label::before {
  border-color: transparent;
  background-color: #000;
  background-image: url("../images/ico_check.svg");
}
.checkbox-txt input:focus + label::before {
  box-shadow: 0 0 3px 2px rgba(14, 76, 245, 0.4);
}
.checkbox-txt label {
  position: relative;
  padding-left: 4.8rem;
}
.checkbox-txt label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #A5ACB0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.3rem auto;
  background-origin: border-box;
  transform: translateY(-50%);
}

.checkbox-btn-group {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-btn-group .checkbox-item {
  margin-bottom: 1.2rem;
}
.checkbox-btn-group .checkbox-item ~ .checkbox-item {
  margin-left: -1px;
}

.checkbox-item {
  position: relative;
}
.checkbox-item > .input-checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox-item > .input-checkbox:checked + label {
  color: #ffffff;
  border-color: transparent;
  background: #E4412B;
}
.checkbox-item > .input-checkbox:checked + label::before {
  background-image: url("../images/ico_arrow_btm_on.svg");
}
.checkbox-item > .input-checkbox:focus + label {
  box-shadow: 0 0 3px 2px rgba(14, 76, 245, 0.4);
}
.checkbox-item > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 6rem;
  padding: 0 4.8rem 0 6.9rem;
  border: 1px solid #A5ACB0;
  margin-right: 1.2rem;
  border-radius: 1.6rem;
  font-size: 2rem;
  color: #A5ACB0;
  white-space: pre-wrap;
}
.checkbox-item > label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.8rem;
  width: 1.5rem;
  height: 0.8rem;
  transform: translateY(-50%);
  background-image: url("../images/ico_arrow_btm_off.svg");
  background-size: 100% 100%;
}

.radio-btn-group {
  display: flex;
  flex-wrap: wrap;
}

.radio-item {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.radio-item > .input-radio {
  position: absolute;
}
.radio-item > .input-radio:checked + label {
  color: #ffffff;
  background-color: #E4412B;
}
.radio-item > .input-radio:checked + label::before {
  background-image: url("../images/ico_arrow_btm_on.svg");
}
.radio-item > .input-radio:focus + label {
  box-shadow: 0 0 3px 2px rgba(14, 76, 245, 0.4);
}
.radio-item > label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding: 0 4.8rem 0 6.9rem;
  border: 1px solid #a5acb0;
  border-radius: 1.6rem;
  font-size: 2rem;
  background-origin: border-box;
}
.radio-item > label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.8rem;
  width: 1.5rem;
  height: 0.8rem;
  transform: translateY(-50%);
  background-image: url("../images/ico_arrow_btm_off.svg");
  background-size: 100% 100%;
}

.input-text, .textarea-text {
  border-bottom: 1px solid #d1d4d3;
  font-size: 2rem;
  color: #000000;
}
.input-text::-moz-placeholder, .textarea-text::-moz-placeholder {
  color: #a5acb0;
}
.input-text:-ms-input-placeholder, .textarea-text:-ms-input-placeholder {
  color: #a5acb0;
}
.input-text::placeholder, .textarea-text::placeholder {
  color: #a5acb0;
}

.input-text {
  height: 6.2rem;
}
.input-text.is-error {
  border-bottom-color: #e4412b;
}

.textarea-text {
  width: 100%;
  padding: 4rem;
  border: 1px solid #d1d4d3;
}

.alert-message {
  margin-top: 1rem;
  color: #e4412b;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
}
.pagination > .num {
  border-radius: 50%;
  font-size: 1.8rem;
}
.pagination > .num.is-current, .pagination > .num:hover {
  color: #ffffff;
  background: #DA3A16;
}
.pagination > .page {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pagination > .first {
  background-image: url("../images/ico_pagination_first.svg");
}
.pagination > .next {
  background-image: url("../images/ico_pagination_next.svg");
}
.pagination > .prev {
  background-image: url("../images/ico_pagination_prev.svg");
}
.pagination > .last {
  background-image: url("../images/ico_pagination_last.svg");
}

.pagination.mobile {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}
.pagination.mobile .page {
  width: 3rem;
  height: 4rem;
  background-position: 50% 50%;
  background-size: 1.2rem auto;
}
.pagination.mobile .page.prev {
  background-image: url("/images/mobile/ico_pagination_prev.svg");
}
.pagination.mobile .page.next {
  background-image: url("/images/mobile/ico_pagination_next.svg");
}
.pagination.mobile .number {
  display: inline-flex;
  margin: 0 2.5rem;
  font-size: 1.6rem;
  color: #A5ACB0;
}
.pagination.mobile .number > strong {
  padding-right: 2.5rem;
  margin-right: 1rem;
  font-weight: 700;
  font-family: "MaruBuri-Regular" sans-serif;
  color: #000000;
  background: url("/images/mobile/ico_slash.svg") no-repeat 100% 50%;
  background-size: 1.5rem auto;
}

.list-type01 {
  font-size: 1.8rem;
}
.list-type01 li {
  position: relative;
  padding-left: 1.5rem;
  color: #6A737B;
}
.list-type01 li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.full-bleed > .inner {
  max-width: 1144rem;
  margin: auto;
}

.grid-3columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(32rem, 144rem) 1fr;
  grid-template-columns: 1fr minmax(auto, 144rem) 1fr;
}
.grid-3columns div:only-child {
  grid-column: 2;
}

.l-middle {
  max-width: 148rem;
  padding: 0 2rem;
  margin: auto;
}

.mbr {
  display: none;
}

.container {
  width: 100%;
}

#header {
  width: 100%;
  min-height: 12rem;
  padding: 0 17rem;
  margin: 0 auto;
  transition: height 0.3s ease-in;
}
#header #headerWrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  color: #fff;
  justify-content: space-between;
}

a.site-logo {
  padding: 26px 0;
  font-size: 22px;
  line-height: 28px;
  font-family: "MaruBuri-Regular";
  font-weight: 600;
  color: #fff;
}

.navigation {
  max-width: 62.7rem;
  height: 100%;
  padding: 28px 0 0 0;
}
.navigation > ul {
  display: flex;
}
.navigation > ul > li {
  position: relative;
}
#header.is-active .navigation > ul > li .navigation {
  height: 32rem;
}
#header.is-active .navigation > ul > li .submenu {
  opacity: 1;
  visibility: visible;
}
.navigation > ul > li:last-child a.menu01::after {
  content: "  ";
  position: absolute;
  top: 4px;
  right: -20px;
  width: 24px;
  height: 24px;
}
.navigation a {
  display: block;
  padding: 7px 0;
  font-size: 16px;
  font-family: "MaruBuri-Regular", sans-serif;
  line-height: 1;
  color: #fff;
}
.navigation a.menu01 {
  position: relative;
  z-index: 1;
  padding: 4px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.navigation a.menu01::after {
  content: " / ";
  position: absolute;
  top: 4px;
  right: -20px;
  width: 24px;
  height: 24px;
}
.navigation .submenu {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 210px;
  padding-top: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.navigation .submenu a:hover {
  color: #e4412b;
  text-decoration: underline;
}

.utility-menu {
  right: 0;
}
.utility-menu .lang-change {
  display: block;
  padding: 1rem;
  margin-right: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: MaruBuri-Regular, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.utility-menu .btn-search {
  font-family: "MaruBuri-Regular";
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  border-radius: 2px;
  padding: 10px 20px;
  background-color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
.utility-menu .btn-menu {
  position: relative;
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  display: none;
}
.utility-menu .btn-menu::before, .utility-menu .btn-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transform-origin: 50% 50%;
  transition: box-shadow 0.1s ease-in 0s, transform 0.1s ease-in 0.1s;
}
.utility-menu .btn-menu::before {
  box-shadow: 0 -8px 0 0 #fff;
}
.utility-menu .btn-menu::after {
  box-shadow: 0 8px 0 0 #fff;
}

.search-laypop-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: 370px 0 100px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.search-laypop-wrap .btn-search {
  position: absolute;
  top: 45px;
  right: 40px;
}

.search-field {
  position: relative;
  max-width: 1000px;
  height: 100px;
  padding: 0 110px 0 30px;
  border: 1px solid #36424A;
  margin: auto;
}
.search-field input[type=search] {
  width: 100%;
  height: 100%;
  font-size: 40px;
}
.search-field input[type=search]::-moz-placeholder {
  color: #a5acb0;
}
.search-field input[type=search]:-ms-input-placeholder {
  color: #a5acb0;
}
.search-field input[type=search]::placeholder {
  color: #a5acb0;
}
.search-field .btn-search-form {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #36424a url("../images/ico_search_result.svg") no-repeat 50% 50%;
  background-size: 24px auto;
  transform: translateY(-50%);
}

#header.is-search-open .site-logo {
  z-index: 20;
}
#header.is-search-open .search-laypop-wrap {
  visibility: visible;
  opacity: 1;
}

#headerSection {
  position: relative;
  width: 100%;
  background-image: url(/img/hero-6-cover-dark.png);
  background-size: cover;
  background-color: #000;
  color: #fff;
}
#headerSection .hcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 130px 0px 250px;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
#headerSection .hcontainer .row .main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1050px;
  height: 200px;
}
#headerSection .hcontainer .row .main-content #title {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 0px;
  gap: 20px;
  max-width: 890px;
}
#headerSection .hcontainer .row .main-content #title h1 {
  display: flex;
  flex-direction: row;
}
#headerSection .hcontainer .row .main-content .sub {
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  letter-spacing: -0.5px;
  max-width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
#headerSection .hcontainer .row .main-content #title h1 .t1, #headerSection .hcontainer .row .main-content #title h1 .t2 {
  display: block;
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  width: 330px;
}
#headerSection .hcontainer .row .main-content #title h1 .t1 em, #headerSection .hcontainer .row .main-content #title h1 .t2 em {
  color: #23A6F0;
  font-weight: 700;
}
#headerSection .hcontainer .row .main-content #title h1 .line {
  display: block;
  width: 210px;
  border-top: 1px solid #FFFFFF;
  margin: 0 20px;
  height: 20px;
  margin-top: 90px;
}

#center {
  width: 100%;
  min-height: 900px;
  background: #252B42;
}
#center #centerWrap {
  padding-top: 120px;
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#center #centerWrap h2.member {
  width: 172px;
  height: 120px;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  color: #fff;
  letter-spacing: 0.2px;
  margin-right: 60px;
  position: relative;
}
#center #centerWrap h2.member:after {
  content: "/";
  position: absolute;
  bottom: -30px;
  color: #23A6F0;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  left: 0;
}
#center #centerWrap .ceterCon {
  max-width: 818px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 92px;
}
#center #centerWrap .ceterCon .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 360px;
}
#center #centerWrap .ceterCon .col-md-6 .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: right;
  width: 100%;
  color: #FFFFFF;
  display: block;
  margin-top: 130px;
  margin-bottom: 34px;
  position: relative;
}
#center #centerWrap .ceterCon .col-md-6 .name:after {
  content: "/";
  right: 5px;
  position: absolute;
  bottom: -30px;
  color: #23A6F0;
  font-size: 12px;
  line-height: 18px;
}
#center #centerWrap .ceterCon .col-md-6 p {
  text-align: right;
  color: #fff;
  font-family: "Nanum Gothic";
  font-size: 14px;
  opacity: 0.8;
}
#center #centerWrap .ceterCon .col-md-6 a {
  display: block;
  text-align: right;
  font-family: "Nanum Gothic";
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
#center #centerWrap .ceterCon .col-md-6 a::after {
  content: " > ";
  color: #fff;
  margin-left: 10px;
}
#center #centerWrap .ceterCon .col-md-6:first-child .name {
  text-align: left;
  margin-top: 30px;
}
#center #centerWrap .ceterCon .col-md-6:first-child .name:after {
  left: 0px;
}
#center #centerWrap .ceterCon .col-md-6:first-child p {
  text-align: left;
}
#center #centerWrap .ceterCon .col-md-6:first-child a {
  display: block;
  text-align: left;
}

#consulting #consultingWrap {
  padding-top: 160px;
  flex: none;
  order: 2;
  flex-grow: 0;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
#consulting #consultingWrap h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  /* identical to box height, or 136% */
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
}
#consulting #consultingWrap p {
  margin-top: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
  opacity: 0.8;
}
#consulting #consultingWrap .row {
  margin: 80px 0 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 30px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}
#consulting #consultingWrap .row .col-md-5 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 3px 40px 20px;
  gap: 20px;
  width: 240px;
  height: 306px;
  background: #FFFFFF;
  border: 1px solid #252B42;
  flex: none;
  order: 0;
  flex-grow: 0;
}
#consulting #consultingWrap .row .col-md-5 .textWrap h3 {
  font-family: "MaruBuri-Regular";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 36px;
  position: relative;
}
#consulting #consultingWrap .row .col-md-5 .textWrap h3:after {
  position: absolute;
  content: "/";
  font-size: 12px;
  line-height: 18px;
  bottom: -30px;
  left: 0;
}
#consulting #consultingWrap .row .col-md-5 p {
  font-family: "NanumGothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  letter-spacing: 0.2px;
  opacity: 0.8;
  flex: none;
  order: 2;
  flex-grow: 0;
  text-align: left;
  min-height: 80px;
}
#consulting #consultingWrap .row .col-md-5 a {
  font-family: "NanumGothic";
  color: #23A6F0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
}
#consulting #consultingWrap .row .col-md-5 a::after {
  content: " > ";
  color: #23A6F0;
  margin-left: 10px;
}

#consulting2 #consultingWrap2 {
  padding-top: 160px;
  flex: none;
  order: 2;
  flex-grow: 0;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
#consulting2 #consultingWrap2 h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  /* identical to box height, or 136% */
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
}
#consulting2 #consultingWrap2 p {
  margin-top: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
  opacity: 0.8;
}
#consulting2 #consultingWrap2 .row {
  margin: 80px 0 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 30px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}
#consulting2 #consultingWrap2 .row .col-md-5 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 33px;
  gap: 20px;
  width: 240px;
  height: 306px;
  background: #FFFFFF;
  border: 1px solid #252B42;
  flex: none;
  order: 0;
  flex-grow: 0;
}
#consulting2 #consultingWrap2 .row .col-md-5 .textWrap h3 {
  font-family: "MaruBuri-Regular";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 36px;
  position: relative;
}
#consulting2 #consultingWrap2 .row .col-md-5 .textWrap h3:after {
  position: absolute;
  content: "/";
  font-size: 12px;
  line-height: 18px;
  bottom: -30px;
  left: 0;
}
#consulting2 #consultingWrap2 .row .col-md-5 p {
  font-family: "NanumGothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  letter-spacing: 0.2px;
  opacity: 0.8;
  flex: none;
  order: 2;
  flex-grow: 0;
  text-align: left;
  min-height: 80px;
}
#consulting2 #consultingWrap2 .row .col-md-5 a {
  font-family: "NanumGothic";
  color: #23A6F0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
}
#consulting2 #consultingWrap2 .row .col-md-5 a::after {
  content: " > ";
  color: #23A6F0;
  margin-left: 10px;
}

#program {
  background: #252B42;
}
#program #programWrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 160px 0px;
  gap: 60px;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
#program #programWrap .titleAre {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 240px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
#program #programWrap .titleAre h2 {
  font-family: "MaruBuri-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  /* or 136% */
  letter-spacing: 0.2px;
  position: relative;
  margin-top: 35px;
  color: #FFFFFF;
}
#program #programWrap .titleAre h2::after {
  content: "/";
  color: #23A6F0;
  position: absolute;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height, or 150% */
  text-align: center;
  top: -35px;
  left: 0;
}
#program #programWrap .titleAre p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  letter-spacing: 0.2px;
  color: #FFFFFF;
  opacity: 0.8;
}
#program #programWrap .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 750px;
}
#program #programWrap .row .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 750px;
}
#program #programWrap .row .row .col-md-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 40px;
  gap: 20px;
  width: 365px;
  height: 250px;
  /* light-background-color */
  border: 1px solid #FFFFFF;
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}
#program #programWrap .row .row .col-md-5 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height, or 150% */
  color: #FFFFFF;
  position: relative;
  margin-bottom: 34px;
}
#program #programWrap .row .row .col-md-5 h3:after {
  position: absolute;
  content: "/";
  font-size: 12px;
  line-height: 18px;
  bottom: -30px;
  left: 0;
}
#program #programWrap .row .row .col-md-5 p {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  letter-spacing: 0.2px;
  color: #FFFFFF;
  opacity: 0.8;
  /* Inside auto layout */
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}
#program #programWrap .row .row .col-md-5 a {
  font-family: "NanumGothic";
  color: #23A6F0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
}
#program #programWrap .row .row .col-md-5 a::after {
  content: " > ";
  color: #23A6F0;
  margin-left: 10px;
}

#program2 {
  background: #737373;
}
#program2 #programWrap2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 160px 0px;
  gap: 40px;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
#program2 #programWrap2 .titleAre {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 240px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
#program2 #programWrap2 .titleAre h2 {
  font-family: "MaruBuri-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  /* or 136% */
  letter-spacing: 0.2px;
  position: relative;
  margin-top: 35px;
  color: #FFFFFF;
}
#program2 #programWrap2 .titleAre h2::after {
  content: "/";
  color: #23A6F0;
  position: absolute;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height, or 150% */
  text-align: center;
  top: -35px;
  left: 0;
}
#program2 #programWrap2 .titleAre p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  letter-spacing: 0.2px;
  color: #FFFFFF;
  opacity: 0.8;
}
#program2 #programWrap2 .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 1200px;
}
#program2 #programWrap2 .row .row {
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
}
#program2 #programWrap2 .row .row .col-md-5 {
  width: 282px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #FFFFFF;
  background-color: #fff;
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
#program2 #programWrap2 .row .row .col-md-5 img {
  width: 280px;
  height: 193px;
  cursor: pointer;
}
#program2 #programWrap2 .row .row .col-md-5 .txt {
  padding: 20px;
}

#con {
  background: #737373;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#con #conWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
#con #conWrap .col-md-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#con #conWrap .col-md-3 .cmT {
  margin-top: 18px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  width: 78px;
  position: relative;
  margin-right: 120px;
}
#con #conWrap .col-md-3 .cmT::before {
  content: "/";
  color: #23A6F0;
  position: absolute;
  top: -22px;
  font-size: 12px;
}
#con #conWrap .col-md-3 .cmT::after {
  content: "";
  display: block;
  width: 70px;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  left: 100px;
  top: 18px;
  height: 1px;
}
#con #conWrap .col-md-3:first-child {
  margin-right: 120px;
}
#con #conWrap .col-md-3:first-child .cmT {
  margin-right: 180px;
}
#con #conWrap .col-md-3:first-child .cmT::after {
  content: "";
  display: block;
  width: 120px;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  left: 100px;
  top: 18px;
  height: 1px;
}
#con #conWrap .col-md-3 .cmc {
  font-family: "Nanum Gothic";
  font-size: 14px;
}
#con #conWrap .col-md-3 .cmc span.tt {
  display: inline-block;
  min-width: 100px;
}

@media screen and (max-width: 1919px) {
  #program2 #programWrap2 {
    flex-direction: column;
  }
  #program2 #programWrap2 .titleAre {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-left: 100px;
  }
}
#faq {
  background-image: url("/img/hero-6-cover-dark2.png");
  background-size: cover;
  background-color: #252626;
  padding: 80px 0;
}
#faq #faqWrap {
  width: 1050px;
  margin: 0 auto;
}
#faq #faqWrap h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.2px;
  margin: 0 auto;
  color: #FFFFFF;
  padding: 36px 0 40px;
  position: relative;
}
#faq #faqWrap h2::before {
  content: "/";
  position: absolute;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #23A6F0;
  top: 0;
  left: 50%;
}
#faq #faqWrap .con {
  padding: 0px;
  width: 1050px;
}
#faq #faqWrap .con .col-md-3 {
  border: 1px solid rgba(255, 255, 255, 0.4);
  /* Inside auto layout */
  margin-bottom: 10px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
  min-width: 64px;
}
#faq #faqWrap .con .col-md-3 .th {
  padding: 20px 40px;
  width: 100%;
}
#faq #faqWrap .con .col-md-3 .th a {
  width: 100%;
  display: block;
  color: #fff;
  font-family: "NanumGothic";
}
#faq #faqWrap .con .col-md-3 .th span {
  color: #23A6F0;
}
#faq #faqWrap .con .col-md-3 .cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 40px;
  width: 990px;
  color: #fff;
  font-family: "NanumGothic";
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 40px;
  display: none;
}
#faq #faqWrap .con .col-md-3.active .cont {
  display: block;
  transition: all 0.3s;
}

#map {
  background: #252B42;
}
#map #mapWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px;
  gap: 30px;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
#map #mapWrap h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.2px;
  margin: 0 auto;
  color: #FFFFFF;
  padding: 36px 0 40px;
  position: relative;
}
#map #mapWrap h2::before {
  content: "/";
  position: absolute;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #23A6F0;
  top: 0;
  left: 50%;
}
#map #mapWrap .con {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
}
#map #mapWrap .con h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  letter-spacing: 0.2px;
  /* light-text-color */
  color: #FFFFFF;
  font-family: "NanumGothic";
}
#map #mapWrap .con ul {
  margin-top: 14px;
  color: #fff;
  font-family: "NanumGothic";
  font-size: 14px;
}
#map #mapWrap .con ul .tt, #map #mapWrap .con ul .tc {
  display: inline-block;
  vertical-align: top;
}
#map #mapWrap .con ul .tt {
  min-width: 90px;
}

#footer .inner {
  width: 272px;
  margin: 25px auto;
  font-size: 14px;
  line-height: 24px;
  font-family: "NanumGothic";
  color: #000;
}

.visual-head {
  padding-top: 31.25%;
  background-size: 100% auto;
}

[class*=ico-welfare] {
  width: 11.2rem;
  height: 11.2rem;
  background-position: 50% 50%;
}

.ico-welfare01 {
  background-image: url("../images/ico_welfare01.svg");
}

.ico-welfare02 {
  background-image: url("../images/ico_welfare02.svg");
}

.ico-welfare03 {
  background-image: url("../images/ico_welfare03.svg");
}

.ico-welfare04 {
  background-image: url("../images/ico_welfare04.svg");
}

.ico-welfare05 {
  background-image: url("../images/ico_welfare05.svg");
}

.ico-welfare06 {
  background-image: url("../images/ico_welfare06.svg");
}

.ico-welfare07 {
  background-image: url("../images/ico_welfare07.svg");
}

.ico-welfare08 {
  background-image: url("../images/ico_welfare08.svg");
}

.ico-welfare09 {
  background-image: url("../images/ico_welfare09.svg");
}

.ico-welfare10 {
  background-image: url("../images/ico_welfare10.svg");
}

.ico-welfare11 {
  background-image: url("../images/ico_welfare11.svg");
}

.ico-welfare12 {
  background-image: url("../images/ico_welfare12.svg");
}

.bgtype01 {
  background-color: #EBF2F2;
}

.header .unit-tit {
  font-size: 1.6rem;
  color: #E4412B;
}
.header .key-sentences {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 5.6rem;
  color: #000000;
}

.floating-menu-group {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
}
.floating-menu-group.is-absolute {
  position: absolute;
  bottom: 300px;
}

.floating-menu {
  width: 88px;
}
.floating-menu li {
  position: relative;
}
.floating-menu li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.floating-menu li ~ li {
  margin-top: 20px;
}
.floating-menu li.is-active a {
  width: 320px;
  opacity: 1;
}
.floating-menu li.is-active .btn-floating-menu {
  transform: rotate(405deg);
}

.btn-floating-menu {
  display: block;
  position: relative;
  z-index: 5;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000000;
  background-size: 45px auto;
  transition: all ease 0.51s;
  pointer-events: none;
}
.btn-floating-menu.floating-contactus {
  background-image: url("/images/main/ico_contactus.svg");
}
.btn-floating-menu.floating-apply {
  background-image: url("/images/main/ico_apply.svg");
}
.btn-floating-menu.floating-phonenumber {
  background-color: #e4412b;
  background-image: url("/images/main/ico_phonenumber.svg");
}
.btn-floating-menu.floating-phonenumber + a {
  background-color: #e4412b;
}
.btn-floating-menu + a {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 88px;
  height: 88px;
  padding-right: 55px;
  border-radius: 44px;
  font-size: 24px;
  color: #ffffff;
  background-color: #000000;
  display: flex;
  opacity: 0;
  transition: opacity 0.2s ease-in, width 0.1s ease-in;
}

.laypopup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30;
  width: 650px;
  padding-bottom: 30px;
  transform: translate(-50%, -50%);
}
.laypopup-container.swiperLa {
  width: 640px;
}
.laypopup-container > button {
  position: fixed;
  z-index: 999999;
  top: 1.8rem;
  right: 2rem;
  width: 28px;
  height: 28px;
}
.laypopup-container > button::before {
  background: #000;
  height: 2px;
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
  transform: rotate(45deg);
}
.laypopup-container > button .blind {
  position: absolute;
  left: -99999px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -99999px;
  clip: rect(0, 0, 0, 0);
}
.laypopup-container > button::after {
  background: #000;
  height: 2px;
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
  transform: rotate(-45deg);
  z-index: 999999;
}
.laypopup-container .laypopup-wrap {
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
.laypopup-container .swiper-wrapper {
  background-color: #f3f3f3;
}
.laypopup-container .btn-close-laypopup {
  position: absolute;
  top: 30px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("/images/ico_close_popup.svg");
}
.laypopup-container .inner {
  padding: 70px 19px;
  background-color: #fff;
}
.laypopup-container .inner h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.laypopup-container .inner p {
  font-size: 16px;
  font-family: "NanumGothic";
}
.laypopup-container .contents {
  overflow-y: auto;
  max-height: 580px;
  padding: 0;
  background-color: #f3f3f3;
}
.laypopup-container .contents img {
  max-width: 100%;
}
.laypopup-container .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 30px;
  border-top: 1px solid #dddddd;
  background-color: #f3f3f3;
}
.laypopup-container .footer .todaycheck input {
  position: absolute;
  opacity: 0;
}
.laypopup-container .footer .todaycheck input + .txt {
  display: block;
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  color: #6A737B;
}
.laypopup-container .footer .todaycheck input + .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #36424a;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px auto;
  transform: translateY(-50%);
}
.laypopup-container .footer .todaycheck input:checked + .txt::before {
  background-image: url("../images/ico_check_popup.svg");
}
.laypopup-container .footer .btn-close {
  font-size: 18px;
  color: #e4412b;
}
.laypopup-container .swiper-pagination {
  bottom: -4px;
  width: 100%;
}
.laypopup-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #dddddd;
  margin: 0 8px;
  border-radius: 50%;
  background-color: transparent;
}
.laypopup-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dddddd;
}

.dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1023px) {
  #headerSection .hcontainer {
    padding: 30px 0px 250px;
  }
  #headerSection .hcontainer .row {
    width: 100%;
    padding: 0 15px;
  }
  #headerSection .hcontainer .row .main-content #title h1 .t1, #headerSection .hcontainer .row .main-content #title h1 .t2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
  #headerSection .hcontainer .row .main-content .sub {
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    letter-spacing: -0.5px;
  }
  #map #mapWrap h2, #consulting #consultingWrap h2, #program #programWrap .titleAre h2, #center #centerWrap h2.member, #program2 #programWrap2 .titleAre h2, #faq #faqWrap h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    /* or 122% */
    letter-spacing: 0.2px;
    padding: 36px 0 40px;
  }
  #headerSection .hcontainer .row .main-content #title h1 {
    flex-direction: column;
  }
  #headerSection .hcontainer .row .main-content #title h1 .t2::before {
    content: "|";
    position: absolute;
    left: 45%;
  }
  #con {
    height: auto;
    padding: 30px 0 0 20px;
  }
  #con #conWrap {
    flex-direction: column;
  }
  #con #conWrap .col-md-3 br {
    display: none;
  }
  #con #conWrap .col-md-3:first-child {
    margin-right: 0;
  }
  #con #conWrap .col-md-3 {
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }
  #con #conWrap .col-md-3:first-child .cmT {
    margin-right: 20px;
    margin-top: 0;
  }
  #con #conWrap .col-md-3:first-child .cmT::after {
    display: none;
  }
  #con #conWrap .col-md-3 .cmc {
    width: auto;
    flex-grow: 3;
  }
  #con #conWrap .col-md-3 .cmT {
    width: 100%;
    margin-right: 20px;
    margin-top: 0;
    display: flex;
    align-items: stretch;
    flex-grow: 1;
  }
  #con #conWrap .col-md-3 .cmT::after {
    display: none;
  }
  #center #centerWrap {
    padding-top: 40px;
    flex-direction: column;
  }
  #center #centerWrap h2.member {
    width: 100%;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.2px;
    margin: 0 auto;
    color: #FFFFFF;
    position: relative;
    padding: 36px 0 40px;
  }
  #center #centerWrap h2.member::after {
    content: "/";
    position: absolute;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #23A6F0;
    top: 0;
    left: 50%;
  }
  #center #centerWrap .ceterCon {
    flex-direction: column;
  }
  #center #centerWrap .ceterCon .col-md-6 .top img {
    width: 90%;
  }
  #center #centerWrap .ceterCon .col-md-6:first-child .name::after {
    left: 160px;
    bottom: 15px;
  }
  #center #centerWrap .ceterCon .col-md-6 .name {
    margin-top: 0;
  }
  #center #centerWrap .ceterCon .col-md-6 .name::after {
    right: 160px;
    bottom: 15px;
  }
  #center #centerWrap .ceterCon .col-md-6 p {
    width: 98%;
  }
  #center #centerWrap .bottom {
    box-sizing: border-box;
    padding-left: 20px;
  }
  #consulting #consultingWrap {
    padding-top: 60px;
    overflow: hidden;
  }
  #consulting #consultingWrap p {
    font-size: 16px;
    line-height: 24px;
  }
  #consulting #consultingWrap .row {
    gap: 0;
  }
  #consulting #consultingWrap .row .swiper-slide {
    width: 80%;
  }
  #consulting2 #consultingWrap2 {
    padding-top: 60px;
    overflow: hidden;
  }
  #consulting2 #consultingWrap2 .row {
    gap: 0;
  }
  #consulting2 #consultingWrap2 .row .swiper-slide {
    width: 80%;
  }
  #program #programWrap {
    padding: 40px 0;
    flex-direction: column;
  }
  #program #programWrap .titleAre {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #program #programWrap .titleAre p {
    font-size: 16px;
    line-height: 24px;
  }
  #program #programWrap .titleAre h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.2px;
    margin: 0 auto;
    color: #FFFFFF;
    position: relative;
    padding: 36px 0 40px;
  }
  #program #programWrap .titleAre h2::after {
    content: "/";
    position: absolute;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #23A6F0;
    top: 0;
    left: 50%;
  }
  #program #programWrap .row {
    width: 100%;
  }
  #program #programWrap .row .row {
    width: 90%;
    flex-direction: column;
  }
  #program #programWrap .row .row .col-md-5 {
    width: 100%;
    margin-left: 20px;
  }
  #program #programWrap .row .row .col-md-5 h3 {
    margin-bottom: 10px;
  }
  #program #programWrap .row .row .col-md-5 h3::after {
    bottom: 10px;
    left: 190px;
  }
  #program2 #programWrap2 {
    padding: 40px 0;
    overflow: hidden;
    flex-direction: column;
  }
  #program2 #programWrap2 .titleAre {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: 0;
  }
  #program2 #programWrap2 .titleAre p {
    font-size: 16px;
    line-height: 24px;
  }
  #program2 #programWrap2 .titleAre h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.2px;
    margin: 0 auto;
    color: #FFFFFF;
    position: relative;
    padding: 36px 0 40px;
  }
  #program2 #programWrap2 .titleAre h2::after {
    content: "/";
    position: absolute;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #23A6F0;
    top: 0;
    left: 50%;
  }
  #program2 #programWrap2 .row {
    max-width: 100%;
    width: 100%;
    gap: 0;
    margin-left: 2px;
    display: block;
  }
  #program2 #programWrap2 .row .row {
    width: 100%;
    flex-wrap: nowrap;
  }
  #program2 #programWrap2 .row .row .col-md-5 {
    max-width: 360px;
    align-self: center;
    align-items: initial;
  }
  #program2 #programWrap2 .row .row .col-md-5 .img {
    width: 100%;
  }
  #program2 #programWrap2 .row .row .col-md-5 .img img {
    width: 100%;
  }
  #program2 #programWrap2 .row .row .col-md-5 h3 {
    margin-bottom: 10px;
  }
  #program2 #programWrap2 .row .row .col-md-5 h3::after {
    bottom: 10px;
    left: 190px;
  }
  #faq {
    padding: 40px 0;
  }
  #faq #faqWrap {
    width: 90%;
  }
  #faq #faqWrap .con {
    width: 100%;
  }
  #faq #faqWrap .con .col-md-3 .cont {
    width: 100%;
  }
  #map #mapWrap {
    padding: 40px 0;
    gap: 40px;
  }
  #map #mapWrap .con {
    flex-direction: column;
    gap: 40px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  #header {
    min-height: 7.2rem;
    padding: 0 20px;
  }
  a.site-logo {
    top: 0;
    padding: 20px 0 0 0;
  }
  .navigation {
    padding: 3.2rem 0 0;
  }
  .navigation a {
    font-size: 1.4rem;
  }
  .navigation a.menu01 {
    padding-right: 7rem;
    font-size: 1.6rem;
  }
  .utility-menu {
    top: 2.5rem;
    right: 2rem;
  }
  .breadcrumbs + .page-header {
    margin-top: 3.5rem;
  }
  .directory-container {
    padding: 6rem 2rem 4rem;
  }
  .directory-container .directory-list {
    flex-wrap: wrap;
    width: auto;
    margin-bottom: 1rem;
  }
  .directory-container .directory {
    flex-basis: 50%;
    margin-bottom: 1rem;
  }
  .directory-container .directory:nth-child(1) {
    order: 1;
  }
  .directory-container .directory:nth-child(2) {
    order: 3;
  }
  .directory-container .directory:nth-child(3) {
    order: 2;
  }
  .directory-container .directory:nth-child(4) {
    order: 4;
  }
  .directory-container .btn-sns-share {
    position: static;
    display: inline-flex;
    width: 4rem;
    height: 4rem;
  }
  .directory-container .btn-sns-share .ico-facebook {
    width: 100%;
    height: 100%;
  }
  .client-partners-group li {
    width: 17.26%;
  }
}
@media screen and (max-width: 1023px) {
  #headerSection .hcontainer .row .main-content #title h1 .line {
    display: none;
  }
  .dbr {
    display: none;
  }
  .mbr {
    display: block;
  }
  .btn-primary, a.btn-primary {
    height: 40px;
    padding-right: 50px;
    padding-left: 20px;
    border-radius: 20px;
    font-size: 14px;
  }
  .btn-primary::before, a.btn-primary::before {
    right: 20px;
    width: 22px;
    height: 16px;
    background-image: url(../images/mobile/ico_arrow_right02_off.svg);
    background-size: 100% 100%;
  }
  a.btn-link-tag,
.btn-link-tag {
    height: 33px;
    padding: 0 12px;
    border-radius: 17px;
    font-size: 14px;
  }
  .ico-map {
    width: 1.6rem;
    height: 2.1rem;
  }
  .ico-phone {
    width: 1.3rem;
    height: 2.1rem;
  }
  .ico-fax {
    width: 2.1rem;
    height: 2rem;
  }
  .ico-email {
    width: 2rem;
    height: 1.4rem;
  }
  .checkbox-btn-group .checkbox-item {
    margin-bottom: 1rem;
  }
  .checkbox-item > label {
    height: 4.2rem;
    padding-right: 2rem;
    padding-left: 3.7rem;
    border-radius: 0.8rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .checkbox-item > label::before {
    left: 2rem;
    width: 0.9rem;
    height: 0.5rem;
  }
  .radio-btn-group .radio-item {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
  .radio-item {
    margin-right: 0;
  }
  .radio-item > label {
    height: 4.2rem;
    padding-right: 2rem;
    padding-left: 3.7rem;
    border-radius: 0.8rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .radio-item > label::before {
    left: 2rem;
    width: 0.9rem;
    height: 0.5rem;
  }
  .pagination {
    margin-top: 80px;
  }
  .pagination.desktop {
    display: none;
  }
  .pagination.mobile {
    display: flex;
  }
  .search-laypop-wrap {
    padding: 227px 20px 0;
    box-sizing: border-box;
  }
  .search-laypop-wrap .search-field {
    height: 60px;
    padding: 0 70px 0 20px;
  }
  .search-laypop-wrap .search-field input[type=search] {
    font-size: 18px;
  }
  .search-laypop-wrap .search-field .btn-search-form {
    right: 20px;
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
  .search-laypop-wrap .btn-search {
    top: 24px;
    right: 20px;
  }
  .search-laypop-wrap .btn-search .ico-close {
    width: 24px;
    height: 24px;
  }
  .utility-menu {
    top: 1.5rem !important;
  }
  #main {
    overflow: hidden;
  }
  .page-title01 {
    font-size: 28px;
  }
  .page-title02 {
    font-size: 24px;
  }
  .page-title03 {
    font-size: 20px;
  }
  .page-title04 {
    font-size: 18px;
  }
  .navigation {
    display: none;
  }
  .utility-menu .lang-change {
    display: none;
  }
  .utility-menu .btn-menu {
    display: inline-flex;
    margin-top: 20px;
  }
  .breadcrumbs {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .breadcrumbs + .page-header {
    margin-top: 30px;
  }
  #main .page-header .headline {
    font-size: 1.8rem;
  }
  .directory-container {
    display: none;
  }
  #footer {
    padding: 4rem 2rem;
  }
  #footer .inner {
    font-size: 14px;
  }
  #footer .footer-information .information {
    display: block;
  }
  #footer .footer-information .information li {
    float: left;
  }
  #footer .footer-information .information li.email {
    float: none;
    clear: both;
  }
  #footer .btn-sns-share,
#footer .copyrights {
    position: static;
  }
  #footer .btn-sns-share {
    margin-top: 30px;
    margin-left: -5px;
  }
  #footer .copyrights {
    display: block;
    margin-top: 30px;
  }
  .btn-backtop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 2px solid #000000;
    border-radius: 50%;
    background: #ffffff url("../images/ico_back_to_top.svg") no-repeat 50% 50%;
    background-size: 16px 18px;
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out;
  }
  .btn-backtop.is-fixed {
    transform: translateY(200%);
  }
  .header .key-sentences {
    margin-top: 1rem;
    font-size: 24px;
  }
  .laypopup-container {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    margin-left: 0;
    margin-top: 0 !important;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: initial;
    padding-bottom: 0;
  }
  .laypopup-container.swiperLa {
    width: 100%;
  }
  .laypopup-container .laypopup-wrap {
    height: 100%;
  }
  .laypopup-container .contents {
    max-height: 460px;
  }
  .laypopup-container .btn-close-laypopup {
    top: 30px;
    width: 20px;
    height: 20px;
    background-size: 100% auto;
  }
  .laypopup-container p {
    height: 100%;
    overflow: scroll;
  }
  .laypopup-container .inner {
    height: calc(100% - 39px);
  }
  .laypopup-container .footer {
    height: 39px;
    padding: 0 20px;
  }
  .laypopup-container .footer .todaycheck input + .txt {
    padding-left: 24px;
    font-size: 14px;
  }
  .laypopup-container .footer .todaycheck input + .txt::before {
    width: 20px;
    height: 20px;
    background-size: 12px auto;
  }
  .laypopup-container .footer .btn-close {
    font-size: 14px;
  }
  .laypopup-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 3px;
  }
}
@media screen and (max-width: 768px) {
  .floating-menu-group {
    right: 20px;
    bottom: 45px;
    margin-bottom: 0;
  }
  .floating-menu-group.is-absolute {
    position: absolute;
  }
  .floating-menu {
    width: 44px;
  }
  .floating-menu li::before {
    width: 44px;
    height: 44px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .floating-menu li.is-active a {
    width: 44px;
  }
  .floating-menu li + li {
    margin-top: 8px;
  }
  .btn-floating-menu {
    width: 44px;
    height: 44px;
  }
  .btn-floating-menu.floating-contactus {
    background-size: 20px auto;
  }
  .btn-floating-menu.floating-apply {
    background-size: 23px auto;
  }
  .btn-floating-menu.floating-phonenumber {
    background-size: 23px auto;
  }
  .btn-floating-menu + a {
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 0;
    color: transparent;
    background-color: transparent !important;
    opacity: 1;
  }
}
body.openLayer-mode {
  height: 100%;
  overflow: hidden;
}

body.is-open #mobile-sidebar {
  visibility: visible;
  transform: translateX(0);
}
body.is-open .btn-search {
  opacity: 0;
}
body.is-open .btn-menu::before, body.is-open .btn-menu::after {
  box-shadow: none;
}
body.is-open .btn-menu::before {
  transform: rotate(45deg);
}
body.is-open .btn-menu::after {
  transform: rotate(-45deg);
}

#mobile-sidebar {
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: calc(100% - 70px);
  padding: 0 27px;
  background-color: #fff;
  transform: translateX(100%);
  visibility: hidden;
  transition: visibility 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s;
}
#mobile-sidebar .btn-lang-switch {
  position: absolute;
  top: -44px;
  right: 20px;
  font-family: "MaruBuri-Regular";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.mobile-navigation a {
  display: block;
  font-family: MaruBuri-Regular;
}
.mobile-navigation > ul > li {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #dddddd;
}
.mobile-navigation > ul > li > a {
  display: flex;
  align-items: center;
  height: 78px;
  font-weight: 700;
  font-size: 24px;
}
.mobile-navigation > ul > li > .btn-toggle-navi {
  position: absolute;
  top: 28px;
  right: 5px;
  overflow: hidden;
  width: 26px;
  height: 26px;
}
.mobile-navigation > ul > li > .btn-toggle-navi::before, .mobile-navigation > ul > li > .btn-toggle-navi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #000000;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}
.mobile-navigation > ul > li > .btn-toggle-navi::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.mobile-navigation > ul > li.is-active > .btn-toggle-navi::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.mobile-navigation > ul > li.is-active .submenu {
  display: flex;
}
.mobile-navigation > ul .submenu {
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-top: 10px;
  display: none;
}
.mobile-navigation > ul .submenu > li {
  width: 50%;
}
.mobile-navigation > ul .submenu > li a {
  padding: 6px 0;
  font-size: 16px;
  color: #6a737b;
}/*# sourceMappingURL=styles.css.map */