/* insights 공지사항 */
.nodata {
  line-height: 200px;
  font-size: 1.125em;
  font-weight: 500;
  color: #AAAAC4;
}

.nolist_box {
  text-align: center;
  border-radius: 8px;
  padding: 60px;
  background: #F2F2F5;
}

.nolist_box p {
  padding-top: 16px;
  font-size: 1.125em;
  font-weight: 500;
  color: #AAAAC4;
}

.board_head {
  text-align: right;
  margin-bottom: 20px;
}

.board_head>form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.board_head .search_box {
  display: inline-flex;
}

.total {
  display: flex;
  align-items: center;
  gap: 4px;
}

.total b {
  color: var(--primary);
}


.board_cont .info_box {
  margin-bottom: 12px;
}

.board_list.tbl_box {
  border-top: 2px solid #344054;
  text-align: center;
  table-layout: fixed;
  color: #667085;
}

.board_list.tbl_box tr {
  transition: all .2s ease;
}

.board_list.tbl_box tr:hover {
  background: #F9FAFB;
}

.board_list.tbl_box tr:hover a {
  text-decoration: underline;
}

.board_list.tbl_box thead th,
.board_list.tbl_box thead td {
  color: #101828;
  border-bottom: 1px solid #e4e7ec;
}

.board_list.tbl_box tbody th,
.board_list.tbl_box tbody td {}

.board_list .num img {
  width: 24px;
  height: 24px;
}

.board_list .num {
  width: 80px;
}

.board_list .writer {
  width: 140px;
}

.board_list .date {
  width: 140px;
}

.board_list td.tit {
  text-align: left;
  font-weight: 600;
  color: #101828;
}

.board_list td.tit a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board_list .file img {
  width: 24px;
}

.board_list .tit.secret {
  background: url(/img/lock.svg) no-repeat center left;
  padding-left: 28px;
  background-size: 20px;
}

.board_foot {
  margin-top: 40px;
}

.board_btn {
  text-align: right;
  padding-top: 20px;
}

.board_btn .btn {
  width: 160px;
}

.board_cont .board_btn .btn {
  width: 120px;
}

.paging,
.paging>ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging .paging_btn li {
  opacity: 0.6;
  transition: all .2s ease;
}

.paging .paging_btn li:hover {
  opacity: 1;
}

.paging .paging_num {
  margin: 0 20px;
}

.paging ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: content-box;
}

.paging ul li a {
  display: block;
}

.paging ul li a img {
  vertical-align: middle;
}

.paging .paging_btn li {
  width: 28px;
}

.paging .paging_num li a {
  color: #838B9C;
  font-weight: bold;
  transition: all .2s ease;
}

.paging .paging_num li:hover a {
  color: #475467;
  font-weight: bold;
}

.paging .paging_num li.chk a,
.paging .paging_num li.chk:hover a {
  font-weight: bold;
  color: #101828;
  border-bottom: 3px solid #101828;
}

/* insights 인사이트 */
.board_content h3 {
  font-size: 36px;
  color: var(--title);
  margin-bottom: 8px;
}

.board_content h3:not(:first-child) {
  margin-top: 80px;
}

.column {
  padding: 20px;
  border-top: 2px solid var(--title);
  border-bottom: 1px solid #CCD0D9;
}

.column>ul {}

.column>ul>li {}

.column>ul>li>a {
  display: flex;
  gap: 48px;
}

.column .img_box {
  width: 30%;
}

.column .txt_box {
  flex: 1;
  padding: 60px 80px 32px 0;
}

.column .txt_box b {
  display: block;
  color: var(--primary);
  margin-bottom: 4px;

  transform: translateY(30%);
  transition: 1s .1s ease;
  opacity: 0;
}

.column .txt_box strong {
  color: var(--title);
  font-size: 28px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;

  margin-bottom: 12px;

  transform: translateY(30%);
  transition: 1s .1s ease;
  opacity: 0;
}

.column .txt_box p {
  color: #667085;
  font-size: 18px;
  line-height: 1.7;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

  margin-bottom: 20px;

  transform: translateY(30%);
  transition: 1s .3s ease;
  opacity: 0;
}

.column .txt_box .date {
  font-size: 14px;
  color: #838B9C;

  transform: translateY(30%);
  transition: 1s .5s ease;
  opacity: 0;
}

.column .swiper-slide.swiper-slide-active .txt_box b,
.column .swiper-slide.swiper-slide-active .txt_box strong,
.column .swiper-slide.swiper-slide-active .txt_box p,
.column .swiper-slide.swiper-slide-active .txt_box .date {
  opacity: 1;
  transform: none;
}

.column .swiper-button-prev:after,
.column .swiper-button-next:after {
  display: none;
}

.column .swiper-button-prev,
.column .swiper-button-next {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.column .swiper-button-prev svg,
.column .swiper-button-next svg {
  color: #fff;
  width: 20px;
  height: 20px;
  display: none;
}

.column .swiper-button-prev {
  background-image: url(/img/prev.svg);
  left: 0;
}

.column .swiper-button-next {
  background-image: url(/img/next.svg);
  right: 0;
}

.column .swiper-pagination {
  width: auto;
  left: calc(30% + 48px);
  top: 20px;
  font-size: 14px;
  color: #6b7684;
}

.column .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
  font-size: 18px;
  color: var(--primary);
}

/* 갤러리 */
.gallery_list>ul {
  display: flex;
  flex-wrap: wrap;
}

.gallery_list>ul>li {
  border: 1px solid #E4E7EC;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 28px;
}

.gallery_list>ul>li .desc {
  padding: 12px 4px;
}

.gallery_list>ul>li .desc .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  max-height: calc(1em * 1.6 * 2);

  font-size: 18px;
  color: #010819;
}

.gallery_list>ul>li .desc .date {
  color: #8F90A6;
  padding-top: 16px;
  font-size: 14px;
}

.gallery_list .photo>li {
  width: calc((100% - 60px) / 4);

  background: #F9FAFB;
  padding: 8px;
}

.gallery_list .photo>li:nth-child(4n) {
  margin-right: 0;
}

.gallery_list .photo>li .img_box {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  z-index: 1;
}

.gallery_list .photo>li .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.gallery_list .photo>li .desc {
  text-align: center;
}

.gallery_list>.photo>li .desc .tit {
  height: calc(1em * 1.6 * 2);
}

.insights .btn_box {
  justify-content: center;
}


/* 게시판상세보기 */
.board_view .board_view_head {
  border-top: 2px solid #344054;
}

.board_view .board_view_head .bv_title {
  padding: 20px;
  border-bottom: 1px solid #E4E7EC;
}

.board_view .board_view_head .bv_title strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #101828;
}

.board_view .board_view_head .bv_title .bv_info {
  display: flex;
  color: #475467;
  margin-top: 20px;
}

.board_view .board_view_head .bv_title .bv_info li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.board_view .board_view_head .bv_title .bv_info li:first-child {
  padding-left: 0;
}


.board_view .board_view_head .bv_title .bv_info li b {
  font-weight: 500;
}

.board_view .board_view_head .bv_title .bv_info li span {
  opacity: 0.8;
}

.board_view .board_view_head .bv_file {
  padding: 16px 20px;
  border-bottom: 1px solid #E4E7EC;
  background: #F9FAFB;
}

.board_view .board_view_head .bv_file li {
  padding: 6px 0 6px 24px;
  background: url(/img/download.svg) no-repeat center left;
  background-size: 16px;
}

.insights_view .board_view .board_view_head .bv_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.insights_view .board_view .board_view_head .bv_title strong {
  font-size: 22px;
}

.insights_view .board_view .board_view_head .bv_title .bv_info {
  flex: 0 0 auto;
  margin: 0;
}

.insights_view .board_view .board_view_head .bv_title .bv_info li img {
  width: 20px;
  height: 20px;
}

.board_view .board_view_cont {}

.board_view .board_view_cont .bv_context {
  padding: 20px;
  border-bottom: 1px solid #E4E7EC;
  line-height: 1.6em;
  min-height: 300px;
}

.board_pn_list {
  margin-top: 40px;
  border-top: 1px solid #e4e7ec;
}

.board_pn_list dl {
  display: flex;
  border-bottom: 1px solid #e4e7ec;
  line-height: 1.6em;
}

.board_pn_list dl dt {
  position: relative;
  color: #101828;
  font-weight: 600;
  width: 120px;
  padding: 16px 24px;
}

.board_pn_list dl dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background: #e4e7ec;
}

.board_pn_list dl dt img {
  position: absolute;
  height: 16px;
  right: 20px;
  top: calc(50% - 8px);
}

.board_pn_list dl dd {
  width: calc(100% - 120px);
  padding: 16px 24px;
  color: #838B9C;
}

.board_pn_list dl dd a {
  color: #101828;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board_pn_list dl dd a:hover {
  text-decoration: underline;
}

.bv_answer {
  background: #F4F5F8;
  padding: 20px;
  border-top: 1px solid #E4E7EC;
  border-bottom: 1px solid #E4E7EC;
  line-height: 1.6em;
}

.bv_answer .bv_answer_head {
  display: flex;
  margin-bottom: 8px;
}

.bv_answer .bv_answer_head .bv_tit {
  display: block;
  font-weight: 700;
  font-weight: normal;
  font-size: 20px;
  color: #0B3190;
  margin-right: 12px;
}

.bv_answer .bv_answer_head .bv_info {
  color: #8F90A6;
  font-size: 0.9em;
}

.bv_answer .bv_answer_cont {
  background: #fff;
  padding: 16px;
  color: #475467;
  line-height: 1.6em;
  border: 4px solid #F2F4F7;
}


/* 게시판 글쓰기 */
.bw_head {
  margin-bottom: 80px;
}

.bw_head h3 {
  font-weight: 700;
  font-size: 48px;
  color: #101828;
  margin-bottom: 12px;
}

.bw_head p {
  font-size: 18px;
  color: #475467;
}

.bw_foot {
  margin-top: 20px;
}

.bw_foot .board_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* contact */
.contact .bw_head {
  text-align: center;
}

.contact dl {
  display: flex;
}

.contact dl+dl {
  margin-top: 120px;
}

.contact dl dt {
  width: 24%;
}

.contact dl dt b {
  display: block;
  color: var(--primary);
  font-weight: 800;
}

.contact dl dt strong {
  color: #101828;
  font-size: 32px;
}

.contact dl dd {
  flex: 1;
}

.contact dl dd .input_box_list>li {
  display: flex;
}

.contact dl dd .input_box_list>li>.flex {
  align-items: center;
}

.contact dl dd .input_box_list>li>.flex input {
  width: 300px;
}

.contact dl dd .input_box_list>li>.flex .ui_chk {
  width: 160px;
}

.contact dl dd .input_box_list>li label {
  margin: 0;
  flex: 0 0 auto;
  width: 160px;
  font-size: 18px;
  font-weight: 600;
  gap: 12px;
}

.contact dl dd .input_box_list>li .ui_rdo label {
  font-weight: 500;
}

.contact dl dd .input_box_list input[type="text"],
.contact dl dd .input_box_list textarea {
  width: 100%;
}

.contact .scroll_area {
  color: #475467;
  line-height: 1.6em;
}

.contact .scroll_area+.ui_chk {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
}

.contact .scroll_area+.ui_chk label {
  justify-content: flex-end;
}

.chkinout_box {
  display: flex;
  gap: 8px;
}

.chkinout_box>div {
  display: flex;
  gap: 4px;
}

.ui_inp_cal {
  width: 180px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  color: var(--txt);
  gap: 6px;
  height: 45px;
  padding: 0 16px;
}

.ui_inp_cal input {
  padding: 0;
}

.ui_inp_cal input:read-only {
  background: #fff;
  border: 0;
}

.ui_inp_cal input img {
  width: 20px;
  height: 20px;
}


/* 오시는길 */
.location .bw_head {
  text-align: center;
}

.office_box {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.office_box>div {
  flex: 1;
}

.office_box .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.office_box .title_box h3 {
  font-size: 24px;
  color: var(--title);
}

.office_box .title_box .btn {
  background: var(--line);
  color: var(--txt);
}

.office_box .map_box {
  border-radius: 4px;
  overflow: hidden;
}

.office_box .map_box iframe {
  width: 100%;
}

.office_box .dl_box {
  margin-top: 12px;
}

.office_box .dl_box dl:first-child {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.office_box .dl_box dl+dl {
  margin-top: 8px;
}

.office_box .dl_box dt {
  display: flex;
  gap: 8px;
}

.office_box .dl_box dt img {
  width: 20px;
  height: 20px;
}



/* 이용약관 */
.terms_box {
  color: #475467;
  line-height: 1.6em;
}

.terms_box h4 {
  color: #101828;
  color: #061127;
  font-size: 1.25em;
  margin-bottom: 16px;
  font-weight: normal;
}

.terms_box .h4_list {
  margin-bottom: 60px;
}

.terms_box .h4_list>li {
  margin-bottom: 24px;
}

.terms_box h5 {
  color: #101828;
  color: #3568d4;
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 12px;
}

.terms_box .txt_list>li {
  text-indent: -20px;
  padding-left: 20px;
  margin: 8px 0;
}

.terms_box .inner_list {
  padding-left: 20px;
}

.terms_box .inner_list li {
  margin: 4px 0;
}

.privacy_box {
  color: #475467;
  line-height: 1.6em;
}

.privacy_box .notice_box {
  margin-bottom: 32px;
  font-size: 18px;
  color: #101828;
  letter-spacing: -0.5px;
  line-height: 1.5;
}

.privacy_box .grey_line_box,
.privacy_box .grey_box {
  margin-bottom: 20px;
}

.privacy_box h5 {
  color: #101828;
  color: #3568d4;
  font-size: 18px;
  font-weight: 600;
  font-weight: normal;
  margin-bottom: 12px;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 1px solid #c7c9d9;
}

.privacy_box .h5_list {
  margin-bottom: 60px;
}

.privacy_box .h5_list>p {
  color: #101828;
  margin-bottom: 8px;
  font-weight: 500;
}

.privacy_box .num_list>li {
  padding-left: 28px;
  margin: 8px 0;
}

.privacy_box .num_list>li:before {
  top: 1px;
}

.privacy_box h6 {
  color: #101828;
  font-weight: 600;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

/* 이메일무단수집거부 */
.privacy_box .notice_box p {
  font-weight: 500;
  margin-bottom: 12px;
}

.privacy_box .h5_list>p+span,
.privacy_box .notice_box span {
  font-size: 15px;
  color: #667085;
}





/* service */
.bs_process {
  display: flex;
  letter-spacing: -1px;
}

.bs_process li {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

.bs_process .ico_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--bg03);
}

.bs_process .ico_box:before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  border: 2px dashed var(--line);
  position: absolute;
  left: 100%;
  top: calc(50% - 1px);
}

.bs_process li:last-child .ico_box:before {
  width: 32px;
}

.bs_process li:last-child .ico_box:after {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 99;
  background: url(/img/mna_arrow.svg) no-repeat center;
  background-size: 100%;
  background-color: #fff;
  opacity: 0.2;
  right: -60px;
  top: calc(50% - 15px);
}

.bs_process .ico_box img {
  width: 48px;
  height: 48px;
}

.bs_process .txt_box {
  flex: 1;
  padding: 28px 28px;
  text-align: center;
}

.bs_process .txt_box strong {
  color: var(--title);
  font-size: 24px;
}

.bs_process .txt_box p {
  font-size: 17px;
  color: var(--txt-sub02);
  margin-top: 8px;
}

.sub_tit_box img {
  width: 32px;
}

.sub_tit_box p {
  text-align: center;
  line-height: 1.6;
}

.sub_tit_box p b {
  color: var(--primary-dark);
  font-size: inherit;
  letter-spacing: inherit;
}

.service_list {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.service_list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.service_list .ico_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--primary-darker);
  background: #193365;
}

.service_list .ico_box img {
  width: 52px;
  height: 52px;
}

.service_list .txt_box {
  text-align: center;
  letter-spacing: -0.5px;
}

.service_list .txt_box strong {
  display: block;
  font-size: 22px;
  color: var(--primary);
  margin-bottom: 12px;
}

.service_list .txt_box p {
  font-size: 18px;
}

.sub_tit {
  margin-bottom: 20px;
}

.sub_tit h4 {
  font-size: 32px;
  color: var(--title);
}

.sub_tit h5 {
  font-size: 24px;
  color: var(--title);
}

.sub_tit p {
  font-size: 18px;
  margin-top: 12px;
}

.sub_tit.v2 {
  border-bottom: 2px solid var(--txt);
  padding-bottom: 20px;
  margin-bottom: 32px;
}

.sub_tit.v3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}



.service03 .sub_content>article:first-of-type {
  padding: 20px 0 100px;
}

.trust_list {
  display: flex;
  gap: 50px;
}

.trust_list>li {
  flex: 1;
}

.trust_list .img_box {
  height: 240px;
}

.trust_list .img_box img {
  transition: all ease-in .3s;
}

.trust_list>li:hover .img_box img {
  transform: scale(1.1);
}

.trust_list .txt_box {
  position: relative;
  text-align: center;
  width: 80%;
  margin: -60px auto 0;
  background-color: #fff;
  z-index: 2;
}

.trust_list .txt_box h5 {
  font-size: 24px;
  color: var(--title);
  line-height: 100px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}

.trust_list .txt_box h5 small {
  display: block;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.8;
}

.trust_list .txt_box .bu_list {
  font-size: 18px;
  padding: 0 20px;
}

.trust_list .txt_box .bu_list>li {
  padding-left: 20px;

  padding-left: 0;
}

.trust_list .txt_box .bu_list>li:before {
  width: 8px;
  height: 4px;
  border-radius: 50px;
  top: 12px;

  display: none;
}

.trust_list .txt_box .bu_list p {
  margin-bottom: 4px;

  margin-bottom: 10px;
  font-weight: 500;
}

.trust_list .txt_box .sq_list {
  font-size: 16px;
  color: var(--txt-sub02);
}

.trust_list .txt_box .sq_list li {
  margin-top: 3px;
}

.trust_list .txt_box .sq_list li:before {
  opacity: 0.4;
}

.service_list.ch4 .ico_box {
  width: 100px;
  height: 100px;
  background: var(--primary-lighter);
}

.service_list.ch4 .ico_box img {
  width: 44px;
}

.ma_box {
  display: flex;
  gap: 40px;
}

.ma_box .sub_tit {
  width: 210px;
  flex: 0 0 auto;
  font-size: 20px;
}

.ma_box .sub_tit h4 {
  font-size: 60px;
}

.ma_box .img-wrap {
  margin-top: 40px;
}

.ma_process {
  display: flex;
  gap: 32px;
  letter-spacing: -0.5px;
}

.ma_process li {
  position: relative;
  padding: 52px 24px;
  border: 1px solid var(--border);
  background-color: #fff;
  flex: 1;
  text-align: center;
}

.ma_process li:not(:last-child):after {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  background: url(/img/mna_arrow.svg) no-repeat center;
  background-size: 24px;
  top: calc(50% - 20px);
  right: -32px;
  opacity: 0.8;
}

.ma_process li .ico_box {
  width: 52px;
  height: 52px;
  margin: 0 auto 32px;
}

.ma_process li .ico_box img {
  width: 100%;
  height: 100%;
}

.ma_process li strong {
  position: relative;
  display: inline-block;
  color: var(--title);
  font-size: 22px;
  z-index: 3;
  margin-bottom: 12px;
}

.ma_process li strong:after {
  content: '01';
  position: absolute;
  font-weight: 900;
  font-size: 36px;
  color: var(--bg03);
  top: -25px;
  right: -16px;
  z-index: -1;
}

.ma_process li:nth-of-type(2) strong::after {
  content: '02';
}

.ma_process li:nth-of-type(3) strong::after {
  content: '03';
}

.ma_process li:nth-of-type(4) strong::after {
  content: '04';
}

.ma_process li:nth-of-type(5) strong::after {
  content: '05';
}

.ma_process li p {
  font-weight: 500;
  color: var(--txt-sub02);
}


.process>ul {
  display: flex;
  gap: 50px;
  letter-spacing: -0.5px;
}

.process>ul>li {
  position: relative;
  flex: 1;
}

.process>ul>li:not(:last-child)::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/img/process_dots.svg) no-repeat;
  right: calc(12px - 50px);
  top: calc((244px / 2) - 12px);
  opacity: 0.4;
}

.process ul li .uses_circle {
  width: 244px;
  height: 244px;
  border: 25px solid #000;
  border-radius: 100%;
}

.process ul li .uses_circle span {
  font-size: 14px;
  font-weight: 800;
  color: #002359;
}

.process ul li .uses_circle p {
  font-size: 22px;
  color: var(--title);
  font-weight: 700;
  padding: 0 8px;
  margin-top: 12px;
  height: 66px;
}

.process ul li:nth-of-type(1) .uses_circle {
  border-color: #dce3ff
}

.process ul li:nth-of-type(2) .uses_circle {
  border-color: #c2caff
}

.process ul li:nth-of-type(3) .uses_circle {
  border-color: #939ce0
}

.process ul li:nth-of-type(4) .uses_circle {
  border-color: #6570b1
}

.process ul li:nth-of-type(5) .uses_circle {
  border-color: #384884
}

.process ul li .uses_circle .in_circle {
  box-shadow: -2px 12px 20px 0px #e3e3e3;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 11px 9px 20px 0px rgba(0, 35, 89, 0.2);
}

.process ul li .text_box {
  position: relative;
  margin-top: 50px;
  padding: 28px 20px;
  border: 2px solid var(--border);
  border-radius: 8px;
  min-height: 200px;
}

.process ul li .text_box::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 52px;
  background-color: var(--border);
  position: absolute;
  top: -52px;
  left: 50%;
}

.process ul li .text_box ul.bu_list li {
  line-height: 1.6;
  color: var(--txt-sub01);
  font-weight: 500;
}

.process ul li .text_box ul.bu_list li::before {
  width: 3px;
  height: 3px;
  background-color: var(--title);
  top: 11px;
}

.immigration_box {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 200px;
}

.immigration_box>div {
  flex: 1;
}

.immigration_box>.img_box {
  height: 560px;
}

.immigration_box .sub_tit {
  margin-bottom: 52px;
}

.immigration_box .sub_tit h4 {
  font-size: 36px;
}

.immigration_box .sub_tit p {
  font-size: 20px;
  margin-top: 20px;
}

.immigration_box ul li {
  width: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background-color: #e5ecff;
  background-color: #eceeff;
  color: #0d2960;
}

.immigration_box ul li+li {
  margin-top: 12px;
}

.immigration_box ul li:nth-child(2n) {
  background-color: #c2caff;
}




/* 호텔 CSS */
/* ROOMS */
.title_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.title_box h2 {
  font-size: 40px;
  color: var(--title);
}


.room_list {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 60px;
}

.room_list>li {
  width: calc((100% - 60px) / 2);
  width: calc((100% - 120px) / 3);
}

.room_list .img_box {
  position: relative;
}

.room_list .img_box .tag {
  position: absolute;
  top: 16px;
  right: 16px;
}

.room_list .txt_box {
  width: 100%;
  flex: 1;
  padding-top: 32px;
}

.room_list .txt_box .tit_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.room_list .txt_box .tit_box strong {
  font-size: 28px;
  color: var(--title);
}

.room_list .txt_box .tit_box strong .btn {}

.room_list .txt_box dl:last-child {
  justify-content: space-between;
  align-items: flex-end;
}

.room_list .txt_box .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--point);
}

.room .tab_menu {
  font-size: 18px;
}

.room .tab_content {
  padding-top: 40px;
}

.tab_content .room_list {
  gap: 120px 80px;
}

.tab_content .room_list li {
  width: calc((100% - 80px) / 2);
}

.tab_content .room_list .img_box {
  height: 320px;
}

/* company */
.company #sub_visual {
  height: 480px;
  padding: 80px 0 0;
}

.company #sub_container {
  padding-bottom: 0;
}

.company [class^="desc_wrap"] {
  display: flex;
  gap: 100px;
  margin-bottom: 120px;
}

[class^="desc_wrap"] strong {
  font-size: 56px;
  font-family: var(--main-font);
  font-weight: 400;
  color: var(--primary-light);
  white-space: nowrap;
}

.desc_wrap div {
  font-size: 18px;
  padding-top: 36px;
  line-height: 1.7;
}

.desc_wrap2 {
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}

.desc_wrap2 strong {
  color: var(--title);
  font-size: 40px;
  font-weight: 500;
}

.desc_wrap2 div {
  font-size: 18px;
  line-height: 1.7;
  color: var(--txt-sub02);
}

.fix_wrap {
  position: relative;
  width: 100%;
  height: 540px;
}

.fix_wrap .core {
  -webkit-clip-path: inset(0 0 0);
  clip-path: inset(0 0 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fix_wrap .core img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.service_wrap {
  background: var(--primary-bg);
  padding: 120px 0 160px;
}

.service_wrap ul {
  display: flex;
  flex-direction: column;
  padding: 0 2%;
}

.service_wrap ul li {
  width: 580px;
  width: 44%;
}

.service_wrap ul li:nth-child(2n) {
  margin-top: -180px;
  margin-left: auto;
}

.service_wrap .img_box {
  height: 380px;
}

.service_wrap .txt_box {
  margin-top: 32px;
  line-height: 1.6;
}

.service_wrap .txt_box strong {
  color: var(--title);
  font-size: 36px;
}

.service_wrap .txt_box p {
  margin-top: 16px;
  font-size: 18px;
}

/* 경영철학 */
#sub_container.philosophy {
  padding-bottom: 0;
}

.philosophy article:first-child {
  padding-bottom: 120px;
}

.philosophy article:last-child {
  background: var(--bg01);
  padding: 80px 0 180px;
}

.vm_box {}

.vm_box dl {
  position: relative;
  text-align: center;
}

.vm_box dl dt {
  font-size: 20px;
  color: var(--primary-lighter);
  font-weight: 800;
}

.vm_box dl dd {
  font-size: 20px;
  line-height: 1.7;
}

.vm_box dl dd strong {
  display: block;
  font-size: 40px;
  color: var(--title);
  margin-bottom: 20px;
}

.vm_box dl+dl {
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid var(--line);
}

.vm_box dl+dl dt {
  text-align: right;
}

.value_list {
  display: flex;
  letter-spacing: -0.5px;
}

.value_list li {
  flex: 1;
  text-align: center;
}

.value_list .img_box {
  display: inline-block;
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
}

.value_list .img_box img {}

.value_list .txt_box {
  padding: 0 28px;
}

.value_list .txt_box strong {
  display: block;
  font-size: 32px;
  color: var(--primary-darkest);
  margin-bottom: 4px;
}

.value_list .txt_box span {
  display: block;
  font-size: 20px;
  color: var(--gray-400);
  margin-bottom: 24px;
  font-weight: 600;

  color: var(--primary);
  opacity: 0.6;
}

.value_list .txt_box p {
  line-height: 1.7;
}

.philosophy .sub_tit {
  margin-bottom: 40px;
}

.philosophy .sub_tit h4 {
  font-size: 24px;
}

/* 골프리조트 */
.golfprice .sub_content>article+article,
.golf .sub_content>article+article {
  margin-top: 60px;
}

.sub_tit_box {
  padding-bottom: 60px;
  text-align: center;
}

.sub_tit_box b {
  font-weight: 600;
  color: var(--primary-light);
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.sub_tit_box h3 {
  font-size: 52px;
  color: var(--title);
  margin-bottom: 20px;
}


.sub_tit_box strong {
  display: block;
  color: var(--primary-dark);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sub_tit_box p {
  font-size: 18px;
  color: var(--txt-sub);
}

.sub_tit_box p+p {
  margin-top: 8px;
}

.golf article>.flex>div {
  width: calc(70% - 40px);
}

.golf article>.flex>div.img_box {
  width: 30%;
  height: 367px;
  margin-right: 40px;
}

.golf .dl_list dl {
  padding: 20px 40px;
}

.golf .dl_list .bu_list li {
  display: flex;
  align-items: center;
}

.golf .dl_list .bu_list li strong {
  width: 80px;
  color: var(--txt-sub02);
  font-weight: 500;
}

.golf .tbl_box td b {
  color: var(--title);
}

.golf .ul_list li {
  align-items: center;
}

.golf .ul_list li+li {
  margin-top: 40px;
}

.golf .ul_list li .img_box {
  height: 320px;
}

.golf .bg_wrap {
  padding: 120px 0;
}



/* 코스안내 */

.hole_wrap {
  display: flex;
  align-items: center;

  overflow: hidden;
}

.hole_wrap .list_wrap {
  background: var(--primary-dark);
  padding: 60px;
  width: 20%;
  border-radius: 8px;
  overflow: hidden;
}

.hole_wrap .list_wrap ul {
  height: 100%;
  position: relative;
}

.hole_wrap .list_wrap ul:before {
  content: '';
  display: block;
  position: absolute;
  left: 18px;
  top: 20px;
  width: 1px;
  height: calc(100% - 70px);
  background: #fff;
  opacity: 0.2;
}

.hole_wrap .list_wrap li {
  position: relative;
  border-radius: 30px;
}

.hole_wrap .list_wrap li+li {
  position: relative;
  margin-top: 20px;
}

.hole_wrap .list_wrap li:last-child {
  margin-bottom: 0;
}

.hole_wrap .list_wrap li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -4.5px;
}


.hole_wrap .list_wrap li.active {
  background: var(--point);
}

.hole_wrap .list_wrap li.active:before {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hole_wrap .list_wrap li.active:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  border: 3px solid #fff;
  border-radius: 10px;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.4;
}

.hole_wrap .list_wrap li a {
  font-size: 18px;
  font-weight: 500;
  padding: 0 28px 0 48px;
  line-height: 40px;
  color: #fff;
}

.hole_wrap .hole_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  padding: 60px;
  height: 640px;
}

.hole_wrap .hole_img img {
  height: 100%;
}

.hole_wrap .hole_info {
  width: 40%;
  text-transform: uppercase;
}

.hole_info .course_name {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px;
  margin-bottom: 24px;
  text-align: center;
  border-radius: 50px;
  background: var(--primary);
  color: #fff;
}

.hole_info .hole_score {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hole_info .hole_score h2 {
  color: var(--title);
  font-size: 52px;
}

.hole_info .hole_score h2 span {
  font-size: 120px;
}

.hole_info .hole_score .right {
  font-size: 18px;
  font-weight: 500;
}

.hole_info .hole_score .right span {
  color: var(--title);
  font-size: 40px;
  font-weight: 600;
  margin-left: 8px;
}

.hole_info .hole_score .right span.hdcp:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 22px;
  background: var(--border);
  margin: 0 20px 0 24px;
  vertical-align: baseline;
}

.hole_info .hole_tip {
  width: 100%;
  padding: 36px 0;
  border: solid var(--line);
  border-width: 1px 0;
  min-height: 180px;
}

.hole_info .hole_tit {
  font-size: 20px;
  font-weight: bold;
  color: #13a10e;
  margin-bottom: 20px;
}

.hole_info .hole_tip .tip_txt {
  font-size: 18px;
  font-weight: 500;
  color: var(--txt-sub02);
}

/* 골프리조트 > 요금안내 */
.golfprice #sub_container {
  padding-bottom: 0;
}

.golfprice .bg_box {
  margin-top: 60px;
  padding: 60px 0 120px;
  background: var(--bg01);
}

.golfprice .dl_card_box>dl dt {
  font-size: 17px;
  margin-bottom: 8px;
}

.room_top_wrap {}

.room_top_wrap .room_top_box {}

.room_top_wrap .room_top_box .mySwiper2 .swiper-wrapper {
  height: auto;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

.room_top_wrap .room_top_box .mySwiper {
  margin-top: 16px;
}

.room_top_wrap .room_top_box .mySwiper .swiper-wrapper {
  height: 120px;
}

.room_top_wrap .room_top_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room_top_wrap .bg_area {
  background: #816c5b;
  margin-top: -60vh;
  height: 66vh;
}


.room_top_box .swiper_controls {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  gap: 12px;
}

.room_top_box .swiper_controls>div {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.room_top_box .swiper_controls {
  .swiper-progressbar {
    background: rgba(255, 255, 255, 0.4);
    width: 120px;
    height: 2px;
  }

  .swiper-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
  }

  .swiper-fraction {
    width: auto;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 12px;

    .swiper-pagination-current,
    .swiper-pagination-total {
      font-size: 16px;
      font-weight: 500;
    }
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    flex: 0 0 auto;
  }

  .swiper-button-prev {
    background-image: url(/img/prev.svg);
  }

  .swiper-button-next {
    background-image: url(/img/next.svg);
  }

  .swiper-button-prev:before,
  .swiper-button-next:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    background-color: #fff;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
  }

  .swiper-button-prev:hover:before,
  .swiper-button-next:hover:before {
    transform: scale(1);
  }

  .swiper-button-prev:hover:before {
    background-image: url(/img/on_prev.svg);
  }

  .swiper-button-next:hover:before {
    background-image: url(/img/on_next.svg);
  }
}


.option_item_wrap {
  margin-top: 60px;
  margin-bottom: 120px;
  text-align: center;
}

.option_item_wrap>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.option_item_wrap>ul>li {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.option_item_wrap>ul>li+li {
  border-left: 1px solid var(--line);
}

.option_item_wrap [class^="ico_"] {
  width: 60px;
  height: 60px;
}

.option_item_wrap dl dt {
  color: var(--txt-sub02);
}

.option_item_wrap dl dd {
  color: var(--title);
  margin-top: 8px;
  font-weight: 500;
}

.ico_bed {
  background-image: url(/img/ico_bed.svg);
}

.ico_view {
  background-image: url(/img/ico_view.svg);
}

.ico_accept {
  background-image: url(/img/ico_accept.svg);
}

.ico_size {
  background-image: url(/img/ico_size.svg);
}

.ico_time {
  background-image: url(/img/ico_time.svg);
}

.amenity_wrap {
  margin-bottom: 120px;

  .list_area {
    margin-top: 32px;
  }

  .list_area dl {
    display: flex;
  }

  .list_area dl+dl {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--line);
  }

  .list_area dl dt {
    font-size: 24px;
    font-weight: 600;
    color: var(--title);
    width: 25%;
  }

  .list_area dl dd {
    display: flex;
    width: 75%;
  }
}

.amenity_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0px;

  li {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    gap: 8px;

    .ico_area {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: var(--bg01);

      [class^="ico_"] {
        width: 24px;
        height: 24px;
      }
    }


    p {}
  }

}

.ico_ordinary {
  background-image: url(/img/amenity_ordinary.svg);
}

.ico_bathroom {
  background-image: url(/img/amenity_bathroom.svg);
}

.ico_etc {
  background-image: url(/img/ico_bagheart.svg);
  background-image: url(/img/ico_gift.svg);
  background-image: url(/img/amenity_etc.svg);
}


/* 부대시설 */
.facility {
  .swiper_controls {
    width: calc(100% + 60px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    z-index: 1;

    .swiper-button-prev,
    .swiper-button-next {
      background-color: var(--primary);

      width: 60px;
      height: 60px;
      background-size: 28px;
      border-radius: 0;
    }
  }

  .swiper-pagination-fraction {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 8px 24px;
    border-radius: 20px;
    color: #fff;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

    font-size: 10px;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(.5rem);

    .swiper-pagination-total,
    .swiper-pagination-current {
      font-size: 16px;
      font-weight: 700;
    }
  }
}

.facility .sub_content>article+article {
  margin-top: 60px;
}

.info_divider_box {
  display: flex;
  align-items: center;
  background: var(--bg01);
  padding: 40px 0;
  margin-bottom: 40px;
}

.info_divider_box>li {
  /* width: calc(100% / 3); */
  min-width: 30%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 80px;
}

.info_divider_box>li+li {
  border-left: 1px solid var(--line);
}

.info_divider_box [class^="ico_"] {
  width: 60px;
  height: 60px;
}

.info_divider_box dl dt {
  color: var(--txt-sub02);
}

.info_divider_box dl dd {
  color: var(--title);
  margin-top: 8px;
  font-weight: 500;
}

.info_divider_box dl dd p {
  display: flex;
}

.info_divider_box dl dd p b {
  color: var(--txt-sub02);
  font-weight: 500;
  width: 40px;
}

.info_divider_box dl dd p+p {
  margin-top: 2px;
}

.facility_img_box {
  position: relative;
}

.facility_img_box .swiper {
  height: 80vh;
  max-height: 740px;
}

.facility_img_box .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ico_service {
  background-image: url(/img/ico_service.svg);
}

.ico_swim {
  background-image: url(/img/ico_swim.svg);
}

.ico_restaurant {
  background-image: url(/img/ico_restaurant.svg);
}

.ico_garden {
  background-image: url(/img/ico_garden.svg);
}

.ico_location {
  background-image: url(/img/ico_location.svg);
}

.facility_info_box {
  display: flex;
}

.facility_info_box .sub_tit {
  width: 200px;
}