@charset "UTF-8";
/* 위치 지정 */
.absolute {
  position: absolute;
  left: 0;
  top: 0;
}

@font-face {
  font-family: "SOGANGUNIVERSITYTTF";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/SOGANGUNIVERSITYTTF.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.main_part01 {
  position: relative;
}
.main_part01 .counter {
  position: absolute;
  bottom: 18%;
  color: #ffffff;
  font-family: "SOGANGUNIVERSITYTTF";
  font-size: 4.7vw;
  left: 47.8%;
}

.main_part02 .relative .absolute {
  width: 50vw;
}

.main_part03 {
  height: 870px;
  background-image: url("../img/main/main03_bg.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
}

.main_part04 {
  height: 861px;
  background-image: url("../img/main/main04_bg.jpg");
  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;
  background-position: center;
}
.main_part04 .p04_btn_box, .main_part04 .p04_slide_box {
  margin-top: 90px;
  position: relative;
}
.main_part04 .p04_btn_box {
  margin-right: 20px;
}
.main_part04 .p04_btn_box a {
  position: absolute;
  left: 8%;
  top: 38%;
  border-radius: 20px;
  display: inline-block;
  padding: 0 0.7em;
  font-size: 19pt;
  font-family: "Marcellus", "Noto Sans KR", "돋음, Dotum", "Arial", "sans-serif";
  font-weight: 400;
  border-radius: 100px;
  line-height: 1.7;
  color: #86755f;
  background-color: #fff;
  background-position: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_part04 .p04_btn_box a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(90deg, transparent 50%, #fff 50%);
  background-size: 200%;
  -webkit-transition: background-position 400ms ease, color 400ms ease;
  transition: background-position 400ms ease, color 400ms ease;
  background-position: left;
  color: #fff;
  border: 1px solid #86755f;
}
.main_part04 .p04_btn_box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-weight: 500;
}
.main_part04 .p04_btn_box .arrow-icon line,
.main_part04 .p04_btn_box .arrow-icon polyline {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.main_part04 .p04_btn_box a:hover .arrow-icon line,
.main_part04 .p04_btn_box a:hover .arrow-icon polyline {
  stroke: #ffffff;
}
.main_part04 .p04_slide_box {
  width: 890px;
  height: 450px;
  background-color: #ffffff;
}

.main_part05 {
  height: 878px;
  background-image: url("../img/main/main05_bg.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
}

.main_time_con {
  position: relative;
  background-color: #fff;
}
.main_time_con a {
  position: absolute;
  left: 33%;
  bottom: 23%;
  width: 25vw;
}
.main_time_con .jstar_map {
  position: absolute;
  right: 15.4%;
  bottom: 6vw;
  width: 29%;
}
.main_time_con .jstar_map .wrap_controllers {
  display: none;
}

.roughmap_maker_label .roughmap_lebel_text {
  width: 90px;
}

/* footer */
#footer {
  height: 250px;
  color: #ffffff;
  background-color: #b8ac9d;
  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;
  padding: 3rem;
}
#footer #footer_container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer #footer_container .footer_logo {
  width: 24%;
  margin-right: 2vw;
}
#footer #footer_container .footer_middle {
  width: 46%;
  font-size: 1.15vw;
}
#footer #footer_container .footer_end {
  width: 20%;
  font-size: 1vw;
}
#footer #footer_container .footer_end li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer #footer_container .footer_end span {
  display: inline-block;
  width: 40px;
  text-align: center;
}
#footer #footer_container .footer_end a {
  display: inline-block;
  width: 8vw;
  color: #ffffff !important;
  text-align: left;
}
#footer #footer_container .f_margin_l {
  margin-right: 25px;
}
#footer #footer_container .f_margin {
  margin-right: 15px;
}

/* tail_sub_page CSS*/
.tail_slide {
  width: 100%;
  height: 865px;
  background-image: url("../img/main/tail_slide_bg.jpg");
  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;
  position: relative;
}

/* ------------------- moblie CSS -----------------------------------*/
@media all and (max-width: 768px) {
  img {
    width: 100%;
  }
  .main_part01 .counter {
    font-size: 9vw;
    bottom: 22.5%;
  }
  .main_part03 {
    height: auto;
    background-image: none;
    position: relative;
  }
  .main_part03 img {
    width: 100%;
  }
  .main_part04 {
    height: auto;
    background-image: none;
    position: relative;
  }
  .main_part04 .m_p04_btn_box img:nth-child(2) {
    position: absolute;
    top: 20%;
  }
  .main_part04 .p04_slide_box {
    position: absolute;
    width: 84%;
    margin: 0 auto;
    height: 40%;
    top: 45%;
  }
  .main_part05 {
    height: auto;
    background-image: none;
    position: relative;
  }
  .main_part05 img {
    width: 100%;
  }
  .main_time_con {
    width: 100%;
    height: auto;
  }
  .main_time_con .jstar_map {
    width: 90%;
    margin: 0 auto;
    margin-top: 1em;
    position: static;
  }
  .main_time_con a {
    bottom: 6%;
    width: 50%;
    left: 45%;
  }
  #footer {
    display: block;
    height: auto;
  }
  #footer #footer_container {
    width: 100%;
    display: block;
    padding-bottom: 7vw;
  }
  #footer #footer_container .footer_logo {
    width: 80%;
    margin: 0 auto;
    padding: 2.5em 1.7em 1em;
  }
  #footer #footer_container .footer_logo img {
    width: 90%;
    margin: 0 auto;
  }
  #footer #footer_container .footer_middle {
    width: 100%;
    font-size: 3vw;
    text-align: center;
  }
  #footer #footer_container .footer_end {
    width: 100%;
    font-size: 4vw;
    margin-top: 6vw;
  }
  #footer #footer_container .footer_end ul {
    width: 60%;
    margin: 0 auto;
  }
  #footer #footer_container .footer_end a {
    text-align: center;
    width: 30vw;
  }
  #footer #footer_container .footer_end .a_text {
    width: 19vw;
  }
  #footer #footer_container .footer_end span {
    width: 20px;
  }
  #footer #footer_container .f_margin_l {
    margin-left: 10px;
  }
  #footer #footer_container .f_margin {
    margin-right: 5px;
  }
  .tail_slide {
    width: 100%;
    height: auto;
    background-image: none;
    position: relative;
  }
}
@media (max-width: 1023px) {
  img {
    width: 100%;
  }
  .main_part01 .counter {
    font-size: 9vw;
    bottom: 22.5%;
  }
  .main_part03 {
    height: auto;
    background-image: none;
    position: relative;
  }
  .main_part03 img {
    width: 100%;
  }
  .main_part05 {
    height: auto;
    background-image: none;
    position: relative;
  }
  .main_part05 img {
    width: 100%;
  }
  .main_part04 {
    height: auto;
    background-image: none;
    position: relative;
  }
  .main_part04 .m_p04_btn_box {
    width: 100%;
  }
  .main_part04 .m_p04_btn_box img:nth-child(2) {
    position: absolute;
    top: 20%;
  }
  .main_part04 .p04_slide_box {
    position: absolute;
    width: 84%;
    margin: 0 auto;
    height: 40%;
    top: 45%;
  }
  .main_time_con {
    width: 100%;
    height: auto;
  }
  .main_time_con .jstar_map {
    width: 93%;
    margin: 0 auto;
    margin-top: 1.5em;
    position: static;
  }
  .main_time_con a {
    bottom: 6%;
    width: 50%;
    left: 45%;
  }
  #footer {
    display: block;
    height: auto;
  }
  #footer #footer_container {
    width: 100%;
    display: block;
    padding-bottom: 7vw;
  }
  #footer #footer_container .footer_logo {
    width: 80%;
    margin: 0 auto;
    padding: 2.5em 1.7em 1em;
  }
  #footer #footer_container .footer_logo img {
    width: 90%;
    margin: 0 auto;
  }
  #footer #footer_container .footer_middle {
    width: 100%;
    font-size: 3vw;
    text-align: center;
  }
  #footer #footer_container .footer_end {
    width: 100%;
    font-size: 4vw;
    margin-top: 6vw;
  }
  #footer #footer_container .footer_end ul {
    width: 60%;
    margin: 0 auto;
  }
  #footer #footer_container .footer_end a {
    text-align: center;
    width: 30vw;
  }
  #footer #footer_container .footer_end .a_text {
    width: 19vw;
  }
  #footer #footer_container .footer_end span {
    width: 20px;
  }
  #footer #footer_container .f_margin_l {
    margin-left: 10px;
  }
  #footer #footer_container .f_margin {
    margin-right: 5px;
  }
  .tail_slide {
    width: 100%;
    height: auto;
    background-image: none;
    position: relative;
  }
}
#sideBar,
#topSpacer {
  display: none;
}

#ctWrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto !important;
}

#hd {
  background: #FFFFFF;
}

@-webkit-keyframes header_ani {
  0% {
    top: -80%;
  }
  100% {
    top: 0%;
  }
}

@keyframes header_ani {
  0% {
    top: -80%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes btn-top {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes btn-top {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@media all and (max-width: 980px) {
  #hd,
  #hd #tnb,
  #hd #gnb {
    background: #fff;
  }
  #topSpacer {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .ta_view {
    display: none;
  }
}
.top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  z-index: 90;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: rgba(200, 174, 144, 0.4);
  border: none;
  color: #fefefe;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.top_btn:hover {
  background: #b39477;
  color: #fefefe;
  -webkit-animation: btn-top 3s infinite;
          animation: btn-top 3s infinite;
}
.top_btn.active {
  visibility: visible;
  opacity: 1;
}

.header_inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 15px;
}
.header_inner-wrap .header_quick a:nth-child(1) {
  display: block;
}
.header_inner-wrap .header_quick .header_quick_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2%;
}
.header_inner-wrap .header_quick .header_quick_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.con_wrap {
  width: 100%;
}
.con_wrap .video {
  width: 1903px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.map_btns {
  width: 100%;
  gap: 15px;
  margin: 0 auto 3%;
}
.map_btns button {
  position: relative;
  width: 49.5%;
  height: 100%;
  border-radius: 0px;
  padding: 2em 0;
}
.map_btns button a {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.6em;
  color: #2a2a2a;
}
.map_btns button a::before {
  content: ">>";
  clear: both;
  display: block;
  position: absolute;
  top: 67%;
  left: 63%;
  width: 30px;
  line-height: 1.2em;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.map_btns button a:first-child::before {
  -webkit-transform: translate(280%, -80%);
          transform: translate(280%, -80%);
}
.map_btns button a:first-child:hover::before {
  -webkit-transform: translate(380%, -63%);
          transform: translate(380%, -63%);
  opacity: 1;
}
.map_btns button a:last-child::before {
  -webkit-transform: translate(280%, -63%);
          transform: translate(280%, -63%);
}
.map_btns button a:last-child:hover::before {
  -webkit-transform: translate(380%, -63%);
          transform: translate(380%, -63%);
  opacity: 1;
}
.map_btns button a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
}
.map_btns button a ul li {
  text-align: left;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: -0.03em;
}
.map_btns button a ul li:first-child {
  width: 20%;
}
.map_btns button a ul li:first-child img {
  width: 3vw;
}
.map_btns button a ul li:last-child {
  width: 75%;
}
.map_btns button a ul li:last-child span {
  font-weight: 600;
}

.tel_btn {
  background-color: #d3d3d3;
}
.tel_btn:hover {
  background-color: #e7e7e7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wechat_btn {
  background-color: #5fd53f;
}
.wechat_btn:hover {
  background-color: #89e171;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wechat_btn img {
  width: 3vw !important;
}
.wechat_btn li b {
  font-size: small;
}

.kakao_btn {
  background-color: #ffe600;
}
.kakao_btn:hover {
  background-color: #fff278;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shinning::after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  background: rgba(255, 255, 255, 0.13);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.shinning:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-duration: 1.7s, 1.7s, 1.45s;
          transition-duration: 1.7s, 1.7s, 1.45s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.con_left, .con_right {
  width: 50%;
  position: relative;
}

.main_con4 {
  overflow: hidden;
}
.main_con4 .swiper-button-next, .main_con4 .swiper-button-prev {
  top: 51.5%;
  width: 2.5vw;
  height: 2.5vw;
  max-width: 50px;
  max-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  mix-blend-mode: luminosity;
}
.main_con4 .swiper-button-next:hover, .main_con4 .swiper-button-prev:hover {
  opacity: 0.4s;
}
.main_con4 .swiper-button-next {
  right: 5%;
}
.main_con4 .swiper-button-prev {
  left: 5%;
}
.main_con4 .tour_container {
  width: 60%;
  margin: 0 auto;
  padding: 0 0 8%;
}
.main_con4 .gallery-top {
  margin: 0 auto 2%;
}
.main_con4 .gallery-thumbs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.main_con4 .gallery-thumbs .swiper-slide {
  background-color: #d3e4f8;
  cursor: pointer;
}
.main_con4 .gallery-thumbs .swiper-slide img {
  opacity: 0.15;
}
.main_con4 .gallery-thumbs .swiper-slide-active img {
  opacity: 1;
}

.main_con4_01 {
  max-height: 613px;
  overflow: hidden;
}

.main_con4_02 {
  max-height: 613px;
  overflow: hidden;
}
.main_con4_02 .main_con4_txt {
  left: 45.5%;
}

.main_con4_txt {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 22%;
  bottom: 16%;
  font-size: 1.2rem;
}
.main_con4_txt button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.main_con4_txt button.learn-more {
  width: 14rem;
  height: auto;
}
.main_con4_txt button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 1.625rem;
}
.main_con4_txt button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.main_con4_txt button.learn-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.325rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.main_con4_txt button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main_con4_txt button.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem 0;
  margin: 0 0 0 2.05rem;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
.main_con4_txt button:hover .circle {
  width: 100%;
}
.main_con4_txt button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.main_con4_txt button:hover .button-text {
  color: #fff;
}

.main_con5 {
  width: 100%;
  max-width: 1423px;
  max-height: 800px;
  margin: 15rem auto;
}
.main_con5 .main_subj_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_con5 .main_subj_ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.main_con5 .main_subj_ul li .title {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 2rem;
  width: 100%;
  color: #fff;
  z-index: 99;
  text-align: center;
}
.main_con5 .main_subj_ul li .title .plus {
  width: 30px;
  height: 30px;
  line-height: 1.7rem;
  text-align: center;
  display: inline-block;
  color: #222222;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.main_con5 .main_subj_ul li .title p {
  font-size: 1.2rem;
  font-weight: lighter;
}
.main_con5 .main_subj_ul li .title h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
.main_con5 .main_subj_ul li:hover .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.main_con5 .main_subj_ul li:hover .title p, .main_con5 .main_subj_ul li:hover .title h3 {
  letter-spacing: 1.2px;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #b39477;
}
.main_con5 .main_subj_ul li:hover .title .plus {
  color: #fff;
  background-color: #b39477;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.main_con_time {
  width: 100%;
  height: 100%;
  max-height: 1448px;
  background-color: #f9f9f9;
  padding: 8rem 0 10rem 0;
  display: inline-table;
}

.main_con_time_inner {
  margin: 0 auto;
}
.main_con_time_inner .main_map {
  padding-top: 0.7rem;
}
.main_con_time_inner .main_time {
  position: relative;
}
.main_con_time_inner .main_time p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 45%;
  left: 75%;
  z-index: 9;
  width: 31.3vw;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 720px) {
  .main_con_time_inner .main_time p {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    top: 0;
    left: 0;
    margin: 4.5% auto 0;
  }
}

.main_con_link {
  max-width: 1399px;
  margin: 0 auto;
  padding-top: 1rem;
}

@media (max-width: 720px) {
  .con_left, .con_right {
    width: 100%;
    max-width: 720px;
  }
  .m_con_wrap {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden;
  }
  .m_con_wrap .video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .main_con01 {
    margin-top: -75px;
  }
  .main_con02 .main_con02_txt {
    width: 80%;
  }
  .main_con4_01, .main_con4_02 {
    height: auto;
    max-height: 100%;
  }
  .main_con4_txt {
    left: 29%;
    text-decoration: underline;
    text-underline-offset: 10px;
  }
  .main_con4_02 .main_con4_txt {
    left: 29%;
  }
  .main_con5 {
    width: 100%;
    max-width: 720px;
    max-height: 100%;
    margin: 0 auto;
  }
  .main_con5 .main_subj_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    margin: 2.5rem auto;
  }
  .main_con5 .main_subj_ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 1.5%;
  }
  .main_con5 .main_subj_ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main_con5 .main_subj_ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main_con5 .main_subj_ul li:nth-child(2) p, .main_con5 .main_subj_ul li:nth-child(2) h3 {
    color: #000;
  }
  .main_con5 .main_subj_ul li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .main_con5 .main_subj_ul li:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .main_con5 .main_subj_ul li:nth-child(4) p, .main_con5 .main_subj_ul li:nth-child(4) h3 {
    color: #000;
  }
  .main_con5 .main_subj_ul li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    display: block;
  }
  .main_con5 .main_subj_ul li:nth-child(5) .title {
    bottom: 20%;
  }
  .main_con5 .main_subj_ul li .title {
    bottom: 1rem;
  }
  .main_con5 .main_subj_ul li .title .plus {
    width: 25px;
    height: 25px;
    line-height: 1.4rem;
    border-radius: 100%;
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 12px;
  }
  .main_con5 .main_subj_ul li .title p {
    font-size: 0.7rem;
  }
  .main_con5 .main_subj_ul li .title h3 {
    font-size: 1.4rem;
  }
  .main_con_time {
    max-width: 720px;
    max-height: 100%;
    padding: 2.5rem 0;
  }
  .main_con_time_inner {
    max-width: 720px;
  }
  .main_con_time_inner .main_map, .main_con_time_inner .main_navi {
    padding-top: 0.7rem;
  }
  .main_con_link {
    max-width: 720px;
  }
  .map_btns button {
    width: 100%;
  }
  .map_btns button a ul {
    margin-left: 0;
  }
  .map_btns button a ul li {
    text-align: center;
  }
  .map_btns button a ul li:first-child {
    width: 24%;
  }
  .map_btns button a ul li:first-child img {
    width: 11vw;
  }
  .map_btns button a ul li:last-child {
    width: 70%;
    font-size: 18px;
    text-align: left;
  }
  .map_btns button.wechat_btn img {
    width: 12vw !important;
  }
}
.gnb_logo {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right;
}
.gnb_logo img {
  width: 60%;
}

@media (max-width: 1023px) {
  img {
    width: 100%;
  }
  .mobile_view {
    display: block !important;
    text-align: center;
  }
  .pc_view {
    display: none !important;
  }
}