@charset "UTF-8";
@import url("./style_sh.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap");
[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 10px;
}

.f-ibm {
  font-family: "IBM Plex Sans KR", sans-serif;
}

body {
  font-family: "SUIT", "Noto Sans KR", sans-serif;
  color: #000;
  height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
  min-width: 1600px;
}

img {
  border: 0;
  vertical-align: bottom;
}


a {
  font-family: "SUIT", "Noto Sans KR", sans-serif;
  color: #000;
  text-decoration: none;
}

button {
  font-family: "SUIT", "Noto Sans KR", sans-serif;
  cursor: pointer;
}

textarea {
  resize: none;
}

label {
  vertical-align: middle;
}

button {
  border: none;
  background: none;
}

b,
strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  box-sizing: border-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* scss 변수 */
.fc-blue {
  color: #0e74bc;
}

.fc-blue-bg {
  background-color: #0e74bc;
}

.scm {
  /*screen_middle*/
  width: 1124px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

/**/
.add_eng::before {
  content: url("../img/eng.png");
  display: block;
  margin-bottom: 20px;
}

.add_eng_wh::before {
  content: url("../img/eng_wh.png");
  display: block;
  margin-bottom: 20px;
}

.nor_txt {
  font-size: 18px;
  line-height: 1.4;
}

.section-ttl {
  font-family: "IBM Plex Sans KR", sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

/**/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  transition: all ease 0.5s;
}
.header.bg {
  background: rgba(0, 0, 0, 0.3);
}
.header_inner {
  width: 90%;
  min-width: 1400px;
  max-width: 1920px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.header .gnb {
  height: 100%;
  margin-left: auto;
}
.header .gnb > ul {
  height: 100%;
  display: flex;
}
.header .gnb > ul > li {
  height: 100%;
  margin-left: 20px;
  position: relative;
}
.header .gnb > ul .mainmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
  letter-spacing: 0;
}
.header .login-menu {
  display: flex;
  margin-left: 20px;
}
.header .login-menu li {
  margin-left: 10px;
}
.header .login-menu a {
  color: #fff;
  font-size: 14px;
}
.header .btn_menu {
  border: none;
  background: none;
  margin-left: 40px;
}
.header .gnb_sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
  border-top: 2px solid #fff;
}
.header .gnb_sub li {
  margin: 8px 0;
}
.header .gnb_sub a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
  text-align: center;
  transition: all ease 0.3s;
}
.header .gnb_sub a:hover {
  color: #0e74bc;
}

.quick_menu {
  position: fixed;
  right: 3vw;
  bottom: 5vh;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.quick_menu.open ul li:nth-child(1) {
  bottom: 190px;
  right: 0;
}
.quick_menu.open ul li:nth-child(2) {
  bottom: 125px;
  right: 0;
}
.quick_menu.open ul li:nth-child(3) {
  bottom: 60px;
  right: 0;
}
.quick_menu.open ul li:nth-child(4) {
  bottom: -5px;
  right: 0;
}
.quick_menu.open .quick_btn {
  background: #28b0f3;
  transform: rotate(45deg);
  color: #fff;
}
.quick_menu ul {
  position: relative;
  height: 270px;
}
.quick_menu li {
  width: 200px;
  margin-top: 10px;
  position: absolute;
  z-index: 8;
  transition: all ease 0.6s;
  display: none;
}
.quick_menu li:nth-child(1) {
  bottom: -76px;
  right: 0;
}
.quick_menu li:nth-child(2) {
  bottom: -76px;
  right: 0;
}
.quick_menu li:nth-child(3) {
  bottom: -76px;
  right: 0;
}
.quick_menu li:nth-child(4) {
  bottom: -76px;
  right: 0;
}
.quick_menu li:hover span {
  opacity: 1;
}
.quick_menu li a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.quick_menu li a div {
  margin-left: 14px;
}
.quick_menu li a span {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transition: all ease 0.3s;
  opacity: 0;
}
.quick_menu .quick_btn {
  background: #0e74bc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  transition: all ease 0.5s;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-size: 50px;
  color: #fff;
}

/********** //헤더 **********/
.mainbanner {
  width: 100%;
  height: 846px;
  overflow: hidden;
}
.mainbanner .swiper {
  width: 100%;
  height: 100%;
}
.mainbanner .swiper-slide {
  position: relative;
}
.mainbanner .swiper-slide .dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.mainbanner .swiper-slide .mainbanner_video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mainbanner .mainbanner_cont {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  opacity: 0;
  transform: translateY(100px);
  transition: all ease 3s;
  position: relative;
  z-index: 3;
}
.mainbanner .mainbanner_cont .line {
  text-indent: -9999px;
  width: 1px;
  background: #fff;
  color: #fff;
  height: 150px;
  margin: 18px 0;
  margin-bottom: 25px;
}
.mainbanner .mainbanner_cont .mainbanner_txt1 .fc-blue {
  color: #45afff;
}
.mainbanner .mainbanner_cont .mainbanner_txt1:has(.fc-blue-bg) {
  font-size: 34px;
  font-family: "IBM Plex Sans KR", sans-serif;
}
.mainbanner .mainbanner_cont .mainbanner_txt1:has(.fc-blue-bg) .fc-blue-bg {
  padding: 0 10px;
}
.mainbanner .mainbanner_cont .mainbanner_txt2 .fc-blue {
  color: #45afff;
}
.mainbanner .mainbanner_cont .mainbanner_txt2:has(.fc-blue-bg) {
  font-size: 34px;
  font-family: "IBM Plex Sans KR", sans-serif;
}
.mainbanner .mainbanner_cont .mainbanner_txt2:has(.fc-blue-bg) .fc-blue-bg {
  line-height: 2;
  padding: 0 10px;
}
.mainbanner .swiper-slide1 {
  background: url("../img/mainbanner01.jpg") no-repeat center;
}
.mainbanner .swiper-slide2 {
  background: url("../img/mainbanner02.jpg") no-repeat center;
}
.mainbanner .swiper-slide3 {
  background: url("../img/mainbanner03.jpg") no-repeat center;
}

.swiper-slide-active .mainbanner_cont {
  transform: translateY(0);
  opacity: 1;
}

.roundbox-blue {
  background: #0e74bc;
  color: #fff;
  width: 50%;
  border-radius: 0 80px 0 0;
}

.main-intro {
  width: 100%;
  height: 588px;
  background: url("../img/main_intro.jpg") no-repeat right center;
}
.main-intro .roundbox-blue {
  margin-top: -40px;
  position: relative;
  z-index: 8;
  height: 100%;
}
.main-intro .roundbox-blue .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 564px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-intro .roundbox-blue h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.section_inner {
  width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.main-event {
  width: 100%;
  height: 860px;
}
.main-event .section_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-event-ttl {
  width: 300px;
  height: 470px;
  background: #fff;
  position: absolute;
  left: calc(50% - 690px);
  top: 250px;
  z-index: 1;
}
.main-event-ttl a {
  font-size: 16px;
  font-weight: 500;
  color: #0e74bc;
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #0e74bc;
  border-radius: 40px;
  transition: all ease 0.5s;
}
.main-event-ttl a::after {
  content: ">>";
  margin-left: 16px;
  letter-spacing: -6px;
  font-weight: 500;
  font-size: 16px;
}
.main-event-ttl a:hover {
  color: #fff;
  background: #0e74bc;
}
.main-event-roll {
  width: 1120px;
  position: absolute;
  overflow: hidden;
  top: 250px;
  left: calc(50% - 340px);
}
.main-event-roll .swiper-slide a {
  position: relative;
  display: block;
}
.main-event-roll .swiper-slide a:hover .main-event-hover {
  opacity: 1;
}
.main-event-roll .swiper-slide .main-event-hover {
  opacity: 0;
  transition: all ease 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 116, 188, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-event-roll .swiper-slide .main-event-hover .main-event-cate {
  background: #252525;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  font-weight: 500;
}
.main-event-roll .swiper-slide .main-event-hover .main-event-httl {
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
}
.main-event-roll .swiper-slide img {
  width: 100%;
}
.main-event .swiper-button-prev {
  left: calc(50% - 348px);
  top: calc(50% + 24px);
  z-index: 1;
}

.main-doc {
  width: 100%;
  height: 750px;
  background: url("../img/main_doc_bg.jpg") no-repeat center bottom;
  position: relative;
}
.main-doc-link {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 677px);
  z-index: 9;
}
.main-doc-link a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  font-size: 18px;
  transition: all ease 0.5s;
}
.main-doc-link a:hover {
  border-color: #0e74bc;
  background: #0e74bc;
  color: #fff;
}
.main-doc .swiper {
  width: 100%;
  height: 100%;
}
.main-doc .swiper-slide {
  background-position: center;
  background-size: cover;
}
.main-doc .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.main-doc .swiper-slide img {
  display: block;
  width: 100%;
}
.main-doc .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-doc .main_doc_img1 {
  position: absolute;
  left: calc(50% - 272px);
  bottom: 0;
}
.main-doc .main_doc_img2 {
  position: absolute;
  left: calc(50% - 272px);
  bottom: 0;
}

.main-special {
  padding: 160px 0;
  background: #f8f8f8;
}
.main-special ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-special ul li {
  width: 412px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.main-special ul:hover li:not(:hover) {
  transform: scale(0.95);
  filter: grayscale(0.7);
}

.main-notice {
  padding: 160px 0;
}
.main-notice .swiper {
  margin-top: 50px;
}
.main-notice .section-ttl p {
  font-family: "SUIT", sans-serif;
}
.main-notice .main-notice-img {
  overflow: hidden;
}
.main-notice .main-notice-img:hover img {
  transform: scale(1.08);
}
.main-notice .main-notice-img img {
  width: 100%;
  transition: all ease 0.5s;
}
.main-notice .main-notice-ttl {
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
  width: 290px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.main-btm {
  padding-bottom: 100px;
}
.main-btm .section_inner {
  padding: 0 130px;
  display: flex;
}
.main-btm .btm-ttl {
  font-size: 30px;
  font-weight: 600;
}

.main-review {
  width: 50%;
  padding-right: 80px;
}
.main-review ul {
  margin-top: 50px;
}
.main-review li {
  border-bottom: 1px solid #ebebeb;
}
.main-review a {
  font-size: 16px;
  display: flex;
  font-family: "Noto Sans KR", sans-serif;
  padding: 20px 0;
}
.main-review a .main-review-ttl {
  display: inline-block;
  font-size: 16px;
  width: 370px;
  overflow: hidden;
}
.main-review a .main-review-date {
  margin-left: auto;
  font-size: 13px;
  color: #636363;
}

.main-info {
  width: 50%;
}
.main-info-img {
  margin-top: 50px;
}
.main-info-btns {
  display: flex;
  margin-top: 50px;
}
.main-info-btns a {
  width: 230px;
  height: 50px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-weight: 600;
  transition: all ease 0.5s;
  padding: 0 30px;
  display: flex;
}
.main-info-btns a::after {
  content: ">>";
  margin-left: auto;
  letter-spacing: -6px;
  font-weight: 500;
  font-size: 18px;
}
.main-info-btns a:first-child {
  margin-right: 35px;
}
.main-info-btns a:hover {
  background: #0e74bc;
  color: #fff;
}
.main-info-btns a:hover .fc-blue {
  color: #fff;
}

.footer {
  font-size: 16px;
}
.footer .ft-top {
  width: 1400px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .ft-top-menu {
  display: flex;
}
.footer .ft-top-menu li {
  margin: 0 10px;
}
.footer .ft-top-menu a {
  font-size: 16px;
  font-weight: 500;
}
.footer .ft-top-icons {
  display: flex;
}
.footer .ft-top-icons li {
  margin: 0 6px;
}
.footer .ft-content {
  width: 100%;
  background: url("../img/ft_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  display: flex;
}
.footer .ft-content .section_inner {
  padding: 60px 130px 90px;
  display: flex;
}
.footer .ft-content .ft-logo {
  margin-right: 70px;
}
.footer .ft-content .ft-about {
  margin-right: 90px;
}
.footer .ft-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.footer .ft-content a {
  color: #fff;
}
.footer .ft-content p {
  margin-bottom: 10px;
}

/********** sub **********/
/********** 상세 공통  **********/
.btn_lineblue {
  display: inline-block;
  padding: 8px 26px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #0e74bc;
  color: #0e74bc;
  border-radius: 40px;
  transition: all ease 0.3s;
  font-weight: 500;
}
.btn_lineblue::after {
  content: ">>";
  margin-left: 20px;
  letter-spacing: -6px;
  font-weight: 500;
  font-size: 20px;
}
.btn_lineblue:hover {
  background: #0e74bc;
  color: #fff;
}

.link_reserv {
  display: inline-block;
  border: 2px solid #0e74bc;
  color: #0e74bc;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  transition: all ease 0.3s;
  position: absolute;
  bottom: 180px;
  left: calc(50% - 10px);
}
.link_reserv:hover {
  background: #0e74bc;
  color: #fff;
}
.link_reserv::after {
  content: ">>";
  margin-left: 20px;
  letter-spacing: -6px;
  font-weight: 500;
  font-size: 20px;
}

.sub_visual {
  width: 100%;
  height: 930px;
  background-image: url("../img/sub_visual_line.png"), url("../img/sub_visual1.jpg");
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: 580px top, left center;
  position: relative;
}
.sub_visual_ttl {
  font-size: clamp(1.5rem, 5vw, 3.4375rem);
  line-height: 1.3;
  color: #fff;
  padding-top: 500px;
  padding-left: 640px;
  white-space: nowrap;
  font-family: "IBM Plex Sans KR", sans-serif;
}
.sub_visual.sub1 {
  background-image: url("../img/sub_visual_line.png"), url("../img/sub_visual1.jpg");
}
.sub_visual.sub2 {
  background-image: url("../img/sub_visual_line.png"), url("../img/sub_visual2.jpg");
}
.sub_visual.sub3 {
  background-image: url("../img/sub_visual_line.png"), url("../img/sub_visual3.jpg");
}
.sub_visual.sub4 {
  background-image: url("../img/sub_visual_line.png"), url("../img/sub_visual4.jpg");
}
.sub_visual.sub5 {
  background-image: url("../img/sub_visual_line.png"), url("../img/sub_visual5.jpg");
}
.sub_visual.sub6 {
  background-image: url("../img/sub_visual_line.png"), url("../img/sub_visual6.jpg");
}
.sub_visual.sub7 {
  background-image: url("../img/sub_visual_line.png"), url("../img/sub_visual7.jpg");
}
.sub_visual.sub8 {
  background-image: url("../img/sub_visual_line.png"), url("../img/sub_visual8.jpg");
}
.sub_visual_tel {
  position: absolute;
  top: 340px;
  left: 80px;
}
.sub_visual_tel p {
  font-size: 18px;
  font-weight: 500;
  padding-left: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 14px;
}
.sub_visual_tel p:first-child {
  background: url("../img/icon_ph.png") no-repeat left center;
}
.sub_visual_tel p:nth-child(2) {
  background: url("../img/icon_fax.png") no-repeat left center;
}
.sub_visual_tel p:nth-child(3) {
  background: url("../img/icon_ka.png") no-repeat left center;
}
.sub_visual_tel p:last-child {
  background: url("../img/icon_insta.png") no-repeat left center;
}
.sub_visual .sub_visual_box {
  background: #0e74bc;
  width: 520px;
  height: 496px;
  border-radius: 0 0 100px 0;
  position: absolute;
  bottom: -128px;
  left: 0;
  z-index: 5;
  padding-top: 105px;
  padding-left: 80px;
  color: #fff;
}
.sub_visual .sub_visual_box_ttl {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.sub_visual .sub_visual_box_ttl::before {
  content: "EASYBOM";
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 100;
  letter-spacing: 2px;
}
.sub_visual .sub_visual_box_sttl {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 60px;
}
.sub_visual .sub_lnb {
  position: absolute;
  bottom: -35px;
  left: 545px;
  z-index: 3;
  background: #fff;
  height: 70px;
  display: flex;
  white-space: nowrap;
}
.sub_visual .sub_lnb_home {
  width: 70px;
  height: 100%;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_visual .sub_lnb_menu {
  width: 960px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.sub_visual .sub_lnb_menu li {
  margin: 0 10px;
}
.sub_visual .sub_lnb_menu li.active a {
  color: #111111;
  font-weight: 600;
}
.sub_visual .sub_lnb_menu a {
  font-size: 22px;
  color: #a1a1a1;
  padding: 4px 6px;
  letter-spacing: -0.025em;
}

.img1920 {
  width: 1400px;
  margin: 0 auto;
}

.img1920 img {
  margin-left: -260px;
}

@media(max-width:768px){
  .img1920>img{
    width: 200%;
    max-width: none;          /* ← 1) 캡 해제 */
    position: relative;       /* ← 2) left가 먹도록 */
    left: 50%;
    transform: translateX(-50%); /* 가운데 맞춤 */
  }
}

.sub_common {
  width: 100%;
  overflow: hidden;
  background: url("../img/sub_common_bg.jpg") no-repeat center;
  background-attachment: fixed;
  padding-top: 210px;
  padding-bottom: 290px;
  position: relative;
  text-align: center;
  color: #fff;
}
.sub_common h2 {
  font-size: 55px;
  font-weight: 600;
}
.sub_common p {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 40px;
}
.sub_common_logo {
  	position: absolute;
	top: 69%;
	left: 50%;
	transform: translateX(-50%);
        width: 150px;
	height: 150px;
}
.sub_common_logo img {
	width:100%
}
.sub_map {
  width: 100%;
  height: 690px;
  position: relative;
}
.sub_map_contact {
  position: absolute;
  top: 100px;
  left: 200px;
}

/*상세페이지 내 탭 파트*/
.subTab_section {
  width: 1254px;
  margin: 0 auto;
  max-height: 840px;
  height: 100vh;
  border-left: 3px solid #f4f4f4;
  border-right: 3px solid #f4f4f4;
  position: relative;
  left: 6px;
  padding-top: 150px;
  display: flex;
}
.subTab_section::after {
  content: "";
  display: block;
  width: 100vw;
  height: 3px;
  background: #f4f4f4;
  position: absolute;
  top: calc(100% - 3px);
  left: -18%;
}
.subTab_section .subTab_tag {
  position: absolute;
  top: 95px;
  right: -18px;
}

.subTab_menu {
  width: 300px;
  padding-left: 70px;
}
.subTab_menu h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "IBM Plex Sans KR", sans-serif;
}

.subTabSwiper-pagination {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.subTabSwiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 1;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.subTabSwiper-pagination .swiper-pagination-bullet-active {
  color: #0e74bc;
  font-weight: 600;
}
.subTabSwiper-pagination .swiper-pagination-bullet-active::before {
  content: url("../img/subtab_index.png");
  position: absolute;
  left: -86px;
  top: -5px;
}

.subTab_contents {
  width: calc(100% - 300px);
}

.subTabSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.subTabSwiper .swiper-slide {
  padding-top: 60px;
}

.sub3-4 .subTab_section {
  height: 650px;
}

/* //상세페이지 내 탭 파트 */
/* 상세 내 팝업 레이어 */
.pop-layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.pop-layer-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-layer-inner > div {
  position: relative;
}
.pop-layer-content {
  background: #fff;
  padding: 60px 70px;
  border-radius: 40px;
}
.pop-layer-close {
  position: absolute;
  right: 35px;
  top: 25px;
  font-size: 32px;
  font-weight: 800;
  color: #333;
}

/* 비주얼 바로 아래 제목-설명 부분 */
.subject-titles {
  position: relative;
}
.subject-titles-txt {
  position: absolute;
  left: calc(50% - 14px);
  top: 308px;
  z-index: 3;
}
.subject-titles-txt p {
  color: #0e74bc;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
.subject-titles-txt h2 {
  font-family: "IBM Plex Sans KR", sans-serif;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 500;
}
.subject-titles-txt h2 b {
  font-size: 40px;
  font-weight: 700;
}
.subject-titles-txt h4 {
  font-size: 19px;
  line-height: 1.4;
}

/* 패럴 배경 아래 라운드 흰박스 올라오는 부분*/
.parall-round {
  width: 100%;
  height: 620px;
  background-attachment: fixed;
}

.parall-title {
  padding-top: 128px;
  color: #Fff;
  text-align: center;
}
.parall-title h2 {
  font-family: "IBM Plex Sans KR", sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.roundbox {
  margin-top: -300px;
  width: calc(100% - 344px);
  min-width: 1576px;
  margin-left: 344px;
  background: #fff;
  border-radius: 100px 0 0 0;
}
.roundbox-swiper {
  padding-top: 30px;
}

.roundbox-roll {
  padding: 125px 0 85px 90px;
  display: flex;
}

.roundbox-swiper {
  width: 1126px;
  overflow: hidden;
}
.roundbox-swiper .swiper {
  width: 100%;
}

.roundbox-ttl {
  width: 360px;
  font-size: 45px;
  line-height: 1.2;
}
.roundbox-ttl h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px;
}

.roundbox-nav {
  margin-top: 60px;
}
.roundbox-nav-prev, .roundbox-nav-next {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 600;
  color: #707070;
  border-radius: 50%;
  background: #fff;
  transition: all ease 0.2s;
}
.roundbox-nav-prev:hover, .roundbox-nav-next:hover {
  color: #fff;
  background: #0e74bc;
}

.whline-box {
  margin: 90px auto 0;
  text-align: left;
  display: flex;
  justify-content: center;
}
.whline-box li {
  border: 1px solid #fff;
  padding: 30px;
  color: #fff;
  transition: all ease 0.5s;
  margin: 0 20px;
}
.whline-box li:hover {
  background: #fff;
  color: #111;
}
.whline-box li em {
  margin-bottom: 20px;
  display: block;
}
.whline-box-ttl {
  font-size: 25px;
  font-weight: 500;
}
.whline-box-sttl {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 40px;
}

/********** //상세 공통  **********/
.sub1-1-pa {
  width: 100%;
  height: 815px;
  background: url("../img/sub1-1-parall.jpg") no-repeat center;
  background-attachment: fixed;
  position: relative;
}
.sub1-1-pa-txt {
  position: absolute;
  top: 0;
  left: calc(50% - 633px);
}

.sub1-2-roll {
  padding: 160px 0;
}
.sub1-2-roll .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
  height: auto;
}

.sub1-3 {
  background: #f7f7f7;
  padding-top: 220px;
}
.sub1-3-inner {
  width: calc(100% - 344px);
  min-width: 1576px;
  margin-left: 344px;
  background: #fff;
  border-radius: 100px 0 0 0;
}

.equip-roll {
  padding: 125px 0 85px 90px;
  display: flex;
}

.equip-swiper {
  width: calc(100% - 300px);
  overflow: hidden;
}

.equip-ttl {
  width: 300px;
  padding-top: 40px;
  font-size: 45px;
}

.equip-nav {
  margin-top: 100px;
}
.equip-nav-prev, .equip-nav-next {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 600;
  color: #707070;
  border-radius: 50%;
  background: #fff;
  transition: all ease 0.2s;
}
.equip-nav-prev:hover, .equip-nav-next:hover {
  color: #fff;
  background: #0e74bc;
}

.sub1-4 {
  background: #f7f7f7;
  padding-top: 220px;
}
.sub1-4-inner {
  width: calc(100% - 344px);
  margin-left: 344px;
  background: #fff;
  border-radius: 100px 0 0 0;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}

.interior-roll {
  padding: 125px 0 85px 90px;
  display: flex;
}

.interior-ttl {
  width: 300px;
  padding-top: 40px;
  font-size: 45px;
}

.interior-nav {
  margin-top: 100px;
}
.interior-nav-prev, .interior-nav-next {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 600;
  color: #707070;
  border-radius: 50%;
  background: #fff;
  transition: all ease 0.2s;
}
.interior-nav-prev:hover, .interior-nav-next:hover {
  color: #fff;
  background: #0e74bc;
}
.interior-nav-prev2, .interior-nav-next2 {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 600;
  color: #707070;
  border-radius: 50%;
  background: #fff;
  transition: all ease 0.2s;
}
.interior-nav-prev2:hover, .interior-nav-next2:hover {
  color: #fff;
  background: #0e74bc;
}

/* 둘러보기 슬라이드 */
.interior_container {
  width: 850px;
  overflow: hidden;
}
.interior_container .interior-swiper,
.interior_container .interior-swiper2 {
  height: 477px;
  margin-bottom: 20px;
}

.interior-swiper2 {
  overflow: hidden;
}

.interior_container .interior-swiper img,
.interior_container .interior-swiper2 img {
  width: 100%;
}
.interior_container .interior-swiper .inter_txt,
.interior_container .interior-swiper2 .inter_txt {
  font-size: 25px;
  background: rgba(14, 116, 188, 0.48);
  color: #fff;
  font-weight: 800;
  padding: 25px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.interior_container .interior-thumb-swiper .swiper-slide-thumb-active {
  border: 2px solid #0e74bc;
}
.interior_container .interior-thumb-swiper .swiper-slide {
  width: 25%;
}
.interior_container .interior-thumb-swiper .swiper-slide img {
  width: 100%;
}

.sub2-2-2 {
  position: relative;
}
.sub2-2-2-ment {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #0e74bc;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 18px;
}
.sub2-2-2 ul {
  width: 100%;
  height: 360px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 140px;
  display: flex;
  padding-left: 285px;
}
.sub2-2-2 ul li {
  flex: 1;
  cursor: pointer;
}
.sub2-2-hover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.sub2-2-hover.open {
  display: block;
}
.sub2-2-hover .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub2-2-hover .inner > div {
  position: relative;
}
.sub2-2-hover-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 32px;
  font-weight: 800;
}

.sub2-3 .link_reserv {
  bottom: 150px;
}
.sub2-3-2 {
  height: 825px;
  background: url("../img/sub2-3-2.jpg") no-repeat center;
}
.sub2-3-2 ul {
  text-align: center;
}
.sub2-3-2 ul li {
  margin: 0 50px;
}
.sub2-3-2 ul .sub2-3-2-stxt {
  margin: 30px 0;
  font-size: 30px;
  font-weight: 500;
}
.sub2-3-2 ul .sub2-3-2-stxt p {
  margin-bottom: 6px;
}
.sub2-3-2 ul .odometer,
.sub2-3-2 ul em {
  color: #159cfb;
  font-size: 40px;
  font-weight: 600;
}
.sub2-3-2 .nor_txt {
  font-size: 20px;
}

/* sub2-4 */
.sub2-4-hover {
  width: 1151px;
  height: 297px;
  margin: 0 auto;
  background: url("../img/sub2-4-h.png") no-repeat center;
  position: relative;
  display: flex;
}
.sub2-4-hover p {
  width: 50%;
  height: 100%;
}
.sub2-4-hover .sub2-4-himg {
  position: absolute;
  top: 0;
  left: 0;
}
.sub2-4-hover .sub2-4-himg img {
  display: none;
}
.sub2-4 .parall-round1 {
  background: url("../img/sub2-4-2.jpg") no-repeat center;
}
.sub2-4 .parall-round2 {
  background: url("../img/sub2-4-4.jpg") no-repeat center;
}
.sub2-4 .link_reserv {
  bottom: 150px;
}

.btn_r {
  background: #0e74bc;
  color: #fff;
  width: 80%;
  height: 60px;
  border-radius: 40px;
  font-size: 24px;
  margin: 0 auto;
}

.sub2-4-anBox-layer a {
  border: 2px solid #0e74bc;
  text-align: center;
  font-size: 22px;
  color: #0e74bc;
  border-radius: 40px;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  font-weight: 600;
  transition: all ease 0.3s;
}
.sub2-4-anBox-layer a:hover {
  background: #0e74bc;
  color: #fff;
}

.qbox {
  width: 422px;
  height: 225px;
  background: #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 34px;
}
.qbox input[type=radio] {
  display: none;
}
.qbox input[type=radio]:checked + label {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.qbox label {
  width: 165px;
  height: 165px;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #ccc;
}
.qbox-t {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}
.qbox .q-txt {
  width: 100%;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
}

/* sub3-1 */
.sub3-1-2 a, .sub3-1-3 a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  color: #0e74bc;
  border-radius: 40px;
  border: 1px solid #0e74bc;
  position: absolute;
  transition: all ease 0.3s;
}
.sub3-1-2 a:hover, .sub3-1-3 a:hover {
  background: #0e74bc;
  color: #fff;
}
.sub3-1-2 a {
  bottom: 160px;
  left: calc(50% - 30px);
}
.sub3-1-3 a {
  bottom: 160px;
  right: calc(50% - 40px);
}
.sub3-1 .qbox {
  padding: 30px 50px;
}
.sub3-1 input[type=radio] + label {
  width: 155px;
  height: 42px;
  border-radius: 30px;
  background: #fff;
  padding: 0;
  line-height: 42px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.sub3-1 input[type=radio]:checked + label {
  background: #0e74bc;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.sub3-1 .parall-round1 {
  background: url("../img/sub3-1-4.jpg") no-repeat center;
  background-attachment: fixed;
}

/* //sub3-1 */
/* 드래그 비포앤에프터 */
.dragContents {
  width: 400px;
  background-size: cover;
  position: absolute;
  left: calc(50% - 540px);
  top: 300px;
}
.dragContents .drag_circle {
  width: 370px;
  height: 370px;
  overflow: hidden;
  margin: 0 auto;
  background: url("../img/sub3-2-c1.png") no-repeat center top;
  background-size: 100%;
  position: relative;
}
.dragContents .drag_circle img {
  margin: 0;
}
.dragContents .drag_circle img.drag_after {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
  opacity: 1;
}
.dragContents .drag_control {
  position: relative;
  margin-top: 20px;
}
.dragContents .drag_control:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #eee;
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 0;
  font-size: 20px;
  color: #eee;
}
.dragContents .drag_control:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #eee;
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 0;
  font-size: 20px;
  color: #eee;
}
.dragContents .drag_label {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.dragContents .drag_bar {
  width: 360px;
  margin: 0 auto;
  position: relative;
}
.dragContents .drag_bar:before {
  content: "◀";
  position: absolute;
  left: -16px;
  top: -9px;
  z-index: 0;
  font-size: 20px;
  color: #eee;
}
.dragContents .drag_bar:after {
  content: "▶";
  position: absolute;
  right: -16px;
  top: -9px;
  z-index: 0;
  font-size: 20px;
  color: #eee;
}
.dragContents .drag_line {
  display: block;
  width: 96%;
  height: 2px;
  margin: 0 auto;
  background: #eee;
  position: relative;
}
.dragContents .drag_handle {
  background: none;
  border: none;
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 1;
  margin-left: -11px;
  margin-top: -11px;
}
.dragContents .drag_handle img {
  margin-right: -11px;
  margin-left: 0;
}

.sub3-2 .link_reserv {
  bottom: 100px;
  left: calc(50% + 20px);
}

.sub3-2-1 {
  background: url("../img/sub3-2-1.jpg") no-repeat center;
}

.sub3-3 .dragContents .drag_circle {
  background: url("../img/sub3-3-c1.png") no-repeat center top;
}
.sub3-3 .link_reserv {
  bottom: 140px;
  left: calc(50% + 20px);
}
.sub3-3 .parall-round1 {
  background: url("../img/sub3-3-3.jpg") no-repeat center;
  background-attachment: fixed;
}

.sub3-4 .link_reserv {
  bottom: 90px;
  left: calc(50% + 20px);
}

.sub4-1 .parall-round1 {
  background: url("../img/sub4-1-3.jpg") no-repeat center;
  background-attachment: fixed;
}
.sub4-1 .roundboxSwiper2 .swiper-slide {
  width: 330px;
}

.sub4-2 .drag_circle {
  background: url("../img/sub4-2-c1.png") no-repeat center top;
}
.sub4-2-map {
  width: 100%;
  height: 840px;
  position: relative;
}
.sub4-2-map-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
.sub4-2-map .scr_down {
  position: absolute;
  left: calc(50% - 13.5px);
  bottom: 30px;
  z-index: 99;
  padding: 10px;
  animation: bounce 2s ease-in-out infinite;
}
.sub4-2-3 .link1 {
  position: absolute;
  top: 580px;
  left: calc(50% - 100px);
  font-size: 20px;
}
.sub4-2-3 .link2 {
  position: absolute;
  top: 580px;
  left: calc(50% + 250px);
  font-size: 20px;
}
.sub4-2-3 .link_reserv {
  position: absolute;
  bottom: 180px;
  left: calc(50% + 20px);
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
}
.sub4-2-3 .link_reserv::after {
  content: ">>";
  margin-left: 20px;
  letter-spacing: -6px;
  font-weight: 500;
  font-size: 20px;
}

.sub4-5-6-link .link_reserv {
  bottom: 915px;
}

.sub5-1 .parall-round1 {
  background: url("../img/sub5-1-3.jpg") no-repeat center;
  background-attachment: fixed;
}
.sub5-1 .sub5-1-1 .flex {
  align-items: flex-end;
}
.sub5-1 .sub5-1-1 .flex > div {
  margin: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub5-1 .link_reserv {
  bottom: 100px;
  left: calc(50% + 20px);
}

.sub5-2 .drag_circle {
  background: url("../img/sub5-2-c1.png") no-repeat top center;
}
.sub5-2 .link_reserv {
  bottom: 180px;
  left: calc(50% + 20px);
}

.sub5-3 .drag_circle {
  background: url("../img/sub5-2-c1.png") no-repeat top center;
}
.sub5-3 .dragContents .drag_circle img.drag_after1 {
  opacity: 0;
}
.sub5-3 .dragContents .drag_circle img.drag_after2 {
  opacity: 0;
}
.sub5-3 .drag_label {
  text-align: center;
}
.sub5-3 .dragContents .drag_handle {
  left: 50%;
}
.sub5-3 .link_reserv {
  bottom: 180px;
  left: calc(50% + 20px);
}
.sub5-3-3 .nor_txt {
  position: absolute;
  top: 180px;
  left: 260px;
  font-size: 22px;
}
.sub5-3-3 .nor_txt b {
  font-size: 25px;
  font-weight: 700;
}

.sub5-4 .drag_circle {
  background: url("../img/sub5-2-c1.png") no-repeat top center;
}
.sub5-4 .link_reserv {
  bottom: 240px;
  left: calc(50% + 20px);
}
.sub5-4-2 div {
  position: absolute;
  left: 95px;
  top: 160px;
  line-height: 1.3;
  color: #fff;
}
.sub5-4-2 span {
  font-size: 22px;
  font-weight: 400;
}
.sub5-4-2 p {
  font-size: 24px;
  font-weight: 600;
}

.sub5-5-2 {
  width: 1150px;
  margin: 0 auto;
}
.sub5-5-2 .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub5-5-2 .flex .vari_ttl {
  width: 400px;
  font-size: 45px;
  line-height: 1.2;
}
.sub5-5-2 .flex .vari_ttl p {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 50px;
}
.sub5-5-2 .vari_box {
  width: 670px;
}
.sub5-5-2 .vari_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub5-5-2 .vari_box ul li {
  width: 205px;
  height: 170px;
  background: #333;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  border-radius: 0 20px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  line-height: 1.2;
  transition: all ease 0.3s;
}
.sub5-5-2 .vari_box ul li a {
  color: #fff;
}
.sub5-5-2 .vari_box ul li:hover {
  background: #0e74bc;
}
.sub5-5-2 .vari_box ul li small {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.sub6-1 .link_reserv {
  bottom: 170px;
  left: calc(50% + 40px);
}
.sub6-1 .parall-round {
  background: url("../img/sub6-1-9.jpg") no-repeat center;
  background-attachment: fixed;
}
.sub6-1 .parall-round1 {
  background: url("../img/sub6-1-10.jpg") no-repeat center;
  background-attachment: fixed;
}
.sub6-1 .roundbox .f-ibm {
  font-weight: 400;
}
.sub6-1-icons {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #fafafa;
}
.sub6-1-icons ul {
  position: relative;
  display: flex;
}
.sub6-1-icons ul::after {
  content: "";
  display: block;
  width: 740px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: calc(50% - 370px);
  top: 235px;
  z-index: 0;
}
.sub6-1-icons ul li {
  width: 33.333%;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all ease 0.3s;
}
.sub6-1-icons ul li:hover {
  transform: scale(1.1);
}

.sub6-1-3 {
  position: relative;
  background: url("../img/sub6-1-3.jpg") no-repeat center;
  width: 100%;
  height: 830px;
  padding-top: 440px;
}
.sub6-1-3 .whline-box li {
  width: 230px;
}
.sub6-1-3 .whline-box li em {
  margin-bottom: 40px;
}

.sub6-1-5 {
  position: relative;
  background: url("../img/sub6-1-5.jpg") no-repeat center;
  width: 100%;
  height: 1020px;
  padding-top: 530px;
}
.sub6-1-5 .whline-box {
  width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub6-1-5 .whline-box-sttl {
  margin-top: 20px;
  font-size: 15px;
}
.sub6-1-5 .whline-box li {
  width: 385px;
  height: 160px;
  margin: 0;
  margin-bottom: 20px;
}
.sub6-1-5 .whline-box li em {
  margin-bottom: 40px;
}

.sub6-1-7 {
  position: relative;
  background: url("../img/sub6-1-7.jpg") no-repeat center;
  width: 100%;
  height: 985px;
  padding-top: 530px;
}
.sub6-1-7 .whline-box {
  width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub6-1-7 .whline-box-sttl {
  margin-top: 20px;
  font-size: 15px;
}
.sub6-1-7 .whline-box li {
  width: 385px;
  height: 160px;
  margin: 0;
  margin-bottom: 20px;
}
.sub6-1-7 .whline-box li em {
  margin-bottom: 40px;
}

.sub6-2-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sub6-2-3 .aos-txt {
  font-size: 24px;
  font-weight: 500;
  position: absolute;
}
.sub6-2-3 .aos-txt.aos1 {
  bottom: 657px;
  right: calc(50% + 203px);
}
.sub6-2-3 .aos-txt.aos2 {
  bottom: 505px;
  right: calc(50% + 290px);
}
.sub6-2-3 .aos-txt.aos3 {
  bottom: 365px;
  right: calc(50% + 290px);
}
.sub6-2-3 .aos-txt.aos4 {
  bottom: 215px;
  right: calc(50% + 203px);
}
.sub6-2-3 .aos-txt.aos5 {
  bottom: 215px;
  left: calc(50% + 203px);
}
.sub6-2-3 .aos-txt.aos6 {
  bottom: 365px;
  left: calc(50% + 290px);
}
.sub6-2-3 .aos-txt.aos7 {
  bottom: 505px;
  left: calc(50% + 290px);
}
.sub6-2-3 .aos-txt.aos8 {
  bottom: 657px;
  left: calc(50% + 203px);
}
.sub6-2-3 .aos-txt:nth-child(1)::after,
.sub6-2-3 .aos-txt:nth-child(2)::after,
.sub6-2-3 .aos-txt:nth-child(3)::after,
.sub6-2-3 .aos-txt:nth-child(4)::after {
  content: "●";
  color: #0e74bc;
  margin-left: 4px;
  font-size: 18px;
  position: relative;
  top: -2px;
}
.sub6-2-3 .aos-txt:nth-child(5)::before,
.sub6-2-3 .aos-txt:nth-child(6)::before,
.sub6-2-3 .aos-txt:nth-child(7)::before,
.sub6-2-3 .aos-txt:nth-child(8)::before {
  content: "●";
  color: #0e74bc;
  margin-right: 4px;
  font-size: 18px;
  position: relative;
  top: -2px;
}

.sub6-3-r {
  padding: 150px 0 100px;
}
.sub6-3-rttl {
  text-align: center;
  font-size: 45px;
  font-family: "IBM Plex Sans KR", sans-serif;
  font-weight: 600;
}
.sub6-3-rttl small {
  font-size: 35px;
  font-weight: 500;
}
.sub6-3-r .subSwiperWrap {
  width: 500px;
  margin: 0 auto;
}
.sub6-3-r .subSwiperWrap .swiper-button-next {
  color: #ccc;
  font-size: 24px;
  top: 78px;
  right: 0;
}
.sub6-3-r .subSwiperWrap .swiper-button-prev {
  color: #ccc;
  font-size: 24px;
  top: 78px;
  left: 0;
}
.sub6-3-r .swiper {
  width: 414px;
  margin: 50px auto;
  overflow: hidden;
  text-align: center;
}
.sub6-3-r .swiper p {
  color: #0e74bc;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.sub6-3-r .swiper-wrapper {
  height: auto;
}
.sub6-3-r .swiper-slide {
  height: auto;
}
.sub6-3-r .btn_lineblue {
  padding: 4px 15px;
  margin-top: 20px;
}

.sub6-3-2 {
  background: url("../img/sub6-3-2.jpg") no-repeat center;
}
.sub6-3-2 li {
  width: 250px;
}

.sub6-4 .drag_circle {
  background: url("../img/sub6-4-c1.png") no-repeat top center;
}

.sub6-4-2 {
  padding: 150px 0 170px;
}
.sub6-4-2 ul {
  width: 1124px;
  margin: 100px auto 0;
  flex-wrap: wrap;
}
.sub6-4-2 ul li {
  width: 224px;
  height: 224px;
  margin: 20px;
  transition: all ease 0.2s;
}
.sub6-4-2 ul li:nth-child(1) {
  background: url("../img/sub6-4-c1-off.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(2) {
  background: url("../img/sub6-4-c2-off.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(3) {
  background: url("../img/sub6-4-c3-off.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(4) {
  background: url("../img/sub6-4-c4-off.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(5) {
  background: url("../img/sub6-4-c5-off.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(6) {
  background: url("../img/sub6-4-c6-off.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(7) {
  background: url("../img/sub6-4-c7-off.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(1):hover {
  background: url("../img/sub6-4-c1-on.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(2):hover {
  background: url("../img/sub6-4-c2-on.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(3):hover {
  background: url("../img/sub6-4-c3-on.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(4):hover {
  background: url("../img/sub6-4-c4-on.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(5):hover {
  background: url("../img/sub6-4-c5-on.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(6):hover {
  background: url("../img/sub6-4-c6-on.png") no-repeat center;
}
.sub6-4-2 ul li:nth-child(7):hover {
  background: url("../img/sub6-4-c7-on.png") no-repeat center;
}

.sub6-5 .drag_circle {
  background: url("../img/sub6-5-c1.png") no-repeat top center;
}

.sub6-5-3 {
  background: #f7f7f7;
  padding: 160px 0 170px;
  text-align: center;
}
.sub6-5-3-t img {
  margin-left: -200px;
}
.sub6-5-3 .hover-frame {
  background: url("../img/sub6-5-3-bg.jpg") no-repeat center;
}

.hover-frame {
  width: 1248px;
  margin: 0 auto;
  height: 530px;
  display: flex;
  margin-top: 130px;
}
.hover-frame li {
  flex: 1;
  text-align: center;
  position: relative;
  border-right: 1px solid #fff;
  color: #fff;
  padding-top: 240px;
  transition: all ease 0.5s;
}
.hover-frame .hover-num {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 60px;
  font-weight: 100;
  transition: all ease 0.5s;
}
.hover-frame .hover-ttl {
  font-size: 26px;
  font-weight: 600;
}
.hover-frame .hover-ttl:after {
  content: url("../img/icon_btn_arrow_wh.png");
  display: block;
  margin-top: 40px;
}
.hover-frame .hover-sttl {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 200px;
  left: 0;
  font-size: 20px;
  line-height: 1.3;
  transform: translateY(40px);
  transition: all ease 0.5s;
}
.hover-frame li:hover {
  background: rgba(14, 116, 188, 0.7);
}
.hover-frame li:hover .hover-ttl {
  opacity: 0;
}
.hover-frame li:hover .hover-sttl {
  opacity: 1;
  transform: translateY(0);
}
.hover-frame li:hover .hover-num {
  transform: translateY(-30px);
}

.sub7-1-t {
  position: relative;
}
.sub7-1-t .nor_txt {
  position: absolute;
  top: 124px;
  left: 130px;
  z-index: 1;
  font-size: 21px;
  line-height: 1.4;
}
.sub7-1-t .nor_txt h2 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sub7-1-2 {
  background: url("../img/sub7-1-3.jpg") no-repeat center;
  background-size: cover;
}

.sub7-1-3 {
  padding: 150px 0 170px;
}
.sub7-1-3 ul {
  width: 1290px;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub7-1-3 ul li {
  width: 224px;
  height: 224px;
  margin: 10px;
  transition: all ease 0.2s;
}
.sub7-1-3 ul li:nth-child(1) {
  background: url("../img/sub7-1-c1-off.png") no-repeat center;
}
.sub7-1-3 ul li:nth-child(2) {
  background: url("../img/sub7-1-c2-off.png") no-repeat center;
}
.sub7-1-3 ul li:nth-child(3) {
  background: url("../img/sub7-1-c3-off.png") no-repeat center;
}
.sub7-1-3 ul li:nth-child(4) {
  background: url("../img/sub7-1-c4-off.png") no-repeat center;
}
.sub7-1-3 ul li:nth-child(5) {
  background: url("../img/sub7-1-c5-off.png") no-repeat center;
}
.sub7-1-3 ul li:nth-child(1):hover {
  background: url("../img/sub7-1-c1-on.png") no-repeat center;
}
.sub7-1-3 ul li:nth-child(2):hover {
  background: url("../img/sub7-1-c2-on.png") no-repeat center;
}
.sub7-1-3 ul li:nth-child(3):hover {
  background: url("../img/sub7-1-c3-on.png") no-repeat center;
}
.sub7-1-3 ul li:nth-child(4):hover {
  background: url("../img/sub7-1-c4-on.png") no-repeat center;
}
.sub7-1-3 ul li:nth-child(5):hover {
  background: url("../img/sub7-1-c5-on.png") no-repeat center;
}

.sub7-3-b .nor_txt {
  position: absolute;
  top: 100px;
  left: 150px;
  z-index: 1;
  font-size: 28px;
  line-height: 1.4;
}
.sub7-3-b .nor_txt h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sub7-4-2 .link_reserv {
  left: calc(50% + 20px);
}

.sub7-4-4 {
  background: url("../img/sub7-4-4.jpg") no-repeat center;
  background-size: cover;
}
.sub7-4-4 li {
  width: 300px;
  line-height: 1.2;
}
.sub7-4-4 li .whline-box-ttl {
  margin-top: 70px;
}

.online {
  min-height: 1370px;
  padding-top: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.online .subject-titles-txt {
  padding-bottom: 105px;
  position: static;
  text-align: center;
}
.online .photo_area {
  position: relative;
}
.online .photo_area .txt_up {
  color: #222;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  margin-left: calc(50% - 73px);
}
.online .photo_area .txt_up p {
  font-size: 60px;
  font-weight: 800;
  padding-bottom: 46px;
}
.online .photo_area .txt_up span {
  font-size: 23px;
  font-weight: 400;
}
.online .photo_area .link_box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 55px;
}
.online .photo_area .link_box a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 500;
  padding: 20px 0 20px 0;
  border: 2px solid #222;
  border-radius: 20px;
}
.online .photo_area .link_box a:hover {
  color: #fff;
  background: #222;
  transition: all ease 0.2s;
}

/********** //sub **********/
/********** 빠른상담신청 **********/
.btm_counsel.up {
  bottom: 0;
}

.btm_counsel {
  position: fixed;
  bottom: -110px;
  left: 50%;
  z-index: 99999;
  max-width: 100%;
  width: 1590px;
  transform: translateX(-50%);
  transition: bottom ease 1s;
}

.btm_counsel_btn {
  width: 230px;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  line-height: 40px;
  background: #0e74bc;
  font-size: 22px;
  border-radius: 14px 14px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btm_counsel_btn button {
  color: #fff;
  font-weight: 600;
  font-family: "IBM Plex Sans KR", sans-serif;
}

.btm_counsel_inner {
  display: flex;
  border-radius: 20px 20px 0 0;
  background: rgba(46, 46, 46, 0.9);
  padding: 20px;
}

.btm_counsel_ttl {
  width: 155px;
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.04em;
  font-weight: 500;
  text-align: center;
  padding-right: 20px;
  padding-top: 4px;
  display: flex;
  align-items: center;
}

.btm_counsel_ttl p {
  margin-bottom: 8px;
}

.btm_counsel form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #0e74bc;
  border-radius: 5px;
}

.btm_counsel form input {
  border: none;
  background: none;
  font-size: 18px;
  color: #fff;
}

.btm_counsel form ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

.btm_counsel form li {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.btm_counsel form li:first-child {
  margin-left: 0;
}

.btm_counsel form .li_txt {
  height: 36px;
  border-bottom: 2px solid #fff;
}

.btm_counsel form .li_txt input {
  width: 200px;
}

.btm_counsel form .li_txt .ipt_content {
  width: 300px;
}

.btm_counsel form .cs_label {
  font-size: 20px;
  color: #fff;
  margin-right: 8px;
}

.btm_counsel form .li_check {
  font-size: 20px;
  color: #fff;
  margin-left: 70px;
}

.btm_counsel form .li_check a {
  font-size: 20px;
  color: #fff;
}

.btm_counsel form .li_check input[type=checkbox] {
  display: none;
}

.btm_counsel form .li_check input[type=checkbox] + label {
  padding: 3px 0 3px 33px;
  background: url("../img/icon_cs_off.png") no-repeat left center;
}

.btm_counsel form .li_check input[type=checkbox]:checked + label {
  background: url("../img/icon_cs_on.png") no-repeat left center;
}

.btm_counsel .li_btn {
  margin-left: 30px;
}

.btm_counsel .li_btn button {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  border: none;
  font-size: 22px;
  font-weight: 600;
  color: #4a3124;
  border-radius: 5px;
}

/********** //빠른상담신청 **********/
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
.gray-line {
  width: 100%;
  height: 3px;
  background: #f3f3f3;
}

.blinking {
  animation: blink 1s step-end infinite alternate;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */


.map_img{
  width: 100%;
  display: flex;
  justify-content: center;
}

.map_img img{
  width: 100%;
  margin-left: 0;
}



/* @media(max-width:768px){

    .img1920.mb_img_custom.one img {
      width: auto;
      max-width: none;
      position: relative;
      left: auto;
      transform: translateX(0%);
  }

  .map_img.mb_img_custom.two img{
    width: 200%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-25%);
    display: block;
  }
} */

@media(max-width:1000px){
  .map_img{overflow: hidden;}
  .map_img img{width: 200%;}
}

.sub_visual .sub_lnb_menu{width: 1000px !important;}

/* 
@media(max-width:1024px){
  #gall_ul .gall_img a{flex-direction: column; gap: 20px;}

  #bo_gall .gall_img{min-height: 340px;}
  
  #bo_gall .gall_img .thumb_txt{word-break: keep-all;}
}
 */
