@charset "utf-8";

.mo {
  display: none;
}

.mo_resp_563 {
  display: none;
}

.mo_resp_400 {
  display: none;
}

/*명승파크골프*/
.mb150 {
  margin-bottom: 150px;
}

/*parkgolf*/
/*parkgolf 공통*/


#sub_con .wrap {
  font-size: 25px;
  font-weight: 400;
}

#sub_con .wrap h2 {
  font-family: 'esamanru', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}

.wrap .sec_title p {
  margin: 20px 0 50px;
  word-break: keep-all;
}

#sub_con .sec01 {
  display: flex;
  column-gap: 40px;
}

#sub_con .sec01 img {
  display: block;
  width: 100%;
}

#sub_con .sec01 .img {
  width: calc(50% - 20px);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

#sub_con .sec01 .pg_text {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
}

#sub_con .sec01 .pg_text h3 {
  margin: 50px 0;
  font-family: 'esamanru', sans-serif;
  font-size: 70px;
  font-weight: 700;
}

#sub_con .sec01 .pg_text p {
  line-height: 1.5;
  word-break: keep-all;
}

#sub_con .sec01 .pg_text ul {
  display: flex;
  margin-top: auto;
  margin-right: 40px;
}

#sub_con .sec01 .pg_text ul li {
  position: relative;
  width: calc(100% / 3);
  text-align: center;
}

#sub_con .sec01 .pg_text ul li::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background: #ddd;
}

#sub_con .sec01 .pg_text ul li:last-child::before {
  display: none;
}

#sub_con .sec01 .pg_text ul li p {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 700;
}

#sub_con .sec01 .pg_text ul li span {
  display: block;
  line-height: 1.1;
}

#sub_con .sec02 {
  background: #f8f8f8;
  padding: 50px 0;
}

#sub_con .sec02 h2 {
  text-align: center;
}

#sub_con .sec02 ul {
  display: flex;
  column-gap: 20px;
  margin-top: 80px;
}

#sub_con .sec02 ul li {
  width: calc((100% - 60px) / 4);
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
}

#sub_con .sec02 ul li img {
  display: block;
}

#sub_con .sec02 ul li .txt {
  vertical-align: bottom;
}

#sub_con .sec02 ul li b {
  display: block;
  margin: 30px 0 20px;
  font-weight: 700;
}

#sub_con .sec02 ul li:nth-child(3) b {
  margin: 20px 0;
}

#sub_con .sec02 ul li p {
  font-size: 18px;
  word-break: keep-all;
}

#sub_con .sec03 ul {
  position: relative;
  display: flex;
  column-gap: 40px;
}

#sub_con .sec03 ul::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 112px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background: #fff;
}

#sub_con .sec03 ul li {
  width: calc((100% - 40px / 2));
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

#sub_con .sec03 h5 {
  position: relative;
  margin-bottom: 55px;
  font-family: 'esamanru', sans-serif;
  font-size: 40px;
  font-weight: 700;
}

#sub_con .sec03 h5::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 129%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: #fff;
}

#sub_con .sec03 .normalgolf,
#sub_con .sec03 .parkgolf {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.5;
}

#sub_con .sec03 .normalgolf {
  background: #367C50;
}

#sub_con .sec03 .parkgolf {
  background: url(../img/sub/pg_dif.jpg) top center /cover no-repeat;
}

#sub_con .sec04 ul.materials {
  position: relative;
  display: flex;
  column-gap: 66px;
}

#sub_con .sec04 ul.materials::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 68px;
  background: #ddd;
}

#sub_con .sec04 ul.materials::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 140%;
  transform: translateX(-50%);
  width: 30px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background: #ccdcff;
}

#sub_con .sec04 ul.materials li {
  width: calc((100% - 132px) / 2);
  padding: 55px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}

#sub_con .sec04 ul.usage {
  display: flex;
  column-gap: 40px;
  margin-top: 95px;
}

#sub_con .sec04 ul.usage li {
  width: calc((100% - 120px) / 4);
  padding: 65px 0 45px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}

#sub_con .sec04 ul.usage p {
  position: relative;
  display: inline-block;
  word-break: keep-all;
}

#sub_con .sec04 ul.usage span {
  position: absolute;
  left: -38px;
  top: -17px;
  font-family: 'esamanru', sans-serif;
  font-size: 45px;
  color: #0051ff;
  opacity: 0.2;
}

/*05회사소개 영역*/
/*introduce 영역*/
#sub_con .intro {
  display: flex;
  align-items: center;
}

#sub_con .intro .intro_img {
  width: 50%;
}

#sub_con .intro img {
  display: block;
}

#sub_con .intro .intro_text {
  width: 50%;
  margin-top: 65px;
}

#sub_con .intro .intro_text .title {
  font-family: 'esamanru', sans-serif;
}

#sub_con .intro .intro_text .title h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

#sub_con .intro .intro_text .title span {
  font-weight: 900;
  color: #0085d6;
}

#sub_con .intro .intro_text p {
  margin-top: 55px;
  line-height: 1.4;
  word-break: keep-all;
}

/*history 영역*/
#sub_con .history .his_cont {
  position: relative;
}

#sub_con .history .his_cont div.cont_wrap {
  display: flex;
  column-gap: 100px;
  margin-top: 125px;
}

#sub_con .history>ul>li {
  margin-bottom: 130px;
}

/*동그란 점 + 라인*/
#sub_con .history .his_cont::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #ddd;
}

#sub_con .history .his_cont span.ball {
  position: relative;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  display: block;
}

#sub_con .history .his_cont span.ball::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #0185D7;
  opacity: 0.5;
}

#sub_con .history .his_cont span.ball::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #0185D7;
  opacity: 0.5;
}

#sub_con .history .his_cont .cont_wrap>div {
  width: calc((100% - 100px) / 2);
}

#sub_con .history .his_cont img {
  display: block;
  border-radius: 20px;
}

/*history his_cont*/
#sub_con .history .num_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
}

#sub_con .history .right .num_title::before {
  content: "";
  position: absolute;
  left: -58px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0185D7;
}

#sub_con .history .right .his_right li {
  position: relative;
  margin-bottom: 80px;
}

#sub_con .history .right .his_right li::before {
  content: "";
  position: absolute;
  left: -58px;
  top: 3px;
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0185D7;
}

#sub_con .history .right .his_right li:first-child::before {
  display: none;
}

#sub_con .history .right .his_right p {
  margin-bottom: 40px;
  font-size: 28px;
  color: #777;
  line-height: 1.4;
  word-break: keep-all;
}

#sub_con .history .right .his_right p span {
  float: right;
  font-weight: 300;
  color: #acacac;
}

/*history his_cont 왼쪽 영역*/
#sub_con .history .left {
  text-align: right;
}

#sub_con .history .left .num_title {
  position: relative;
}

#sub_con .history .left .num_title::before {
  content: "";
  position: absolute;
  right: -58px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0185D7;
}

#sub_con .history .left .his_right p {
  margin-bottom: 40px;
  font-size: 28px;
  color: #777;
  line-height: 1.4;
  word-break: keep-all;
}

#sub_con .history .left .his_right p span {
  float: left;
  font-weight: 300;
  color: #acacac;
}

/*location 영역*/
#sub_con .location .map iframe {
  width: 100%;
  height: 615px;
  border-radius: 20px;
}

#sub_con .location .impor {
  margin-top: 50px;
}

#sub_con .location .impor ul {
  display: flex;
  column-gap: 40px;
}

#sub_con .location .impor ul li {
  position: relative;
  width: calc((100% - 40px) / 2);
  padding: 40px 30px;
  border-radius: 20px;
  background: #f7f7f7;
  line-height: 2;
}

#sub_con .location .impor .impor_title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

#sub_con .location .impor .impor_cont>div {
  display: flex;
  width: 65%;
}

#sub_con .location .impor .impor_cont span {
  display: block;
  width: 100px;
  font-weight: 600;
}

#sub_con .location .impor .impor_cont p {
  width: calc((100% - 100px));
  /* word-break: keep-all; */
}

#sub_con .location .impor li .img {
  position: absolute;
  right: 30px;
  bottom: 40px;
}

#sub_con .location .impor li:nth-child(1) .img {
  width: 21%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background: #fff url(../img/sub/loc_icon01.png) center 50% / 59% no-repeat;
}

#sub_con .location .impor li:nth-child(2) .img {
  width: 21%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background: #fff url(../img/sub/loc_icon02.png) center 50% / 59% no-repeat;
}

/*03_product 영역*/
#sub_con .product .tabs {
  display: flex;
  justify-content: center;
  column-gap: 130px;
  margin-bottom: 60px;
  padding-top: 50px;
  font-size: 35px;
  font-weight: 600;
  color: #777;
}

#sub_con .product .tabs li:hover {
  color: #0185D7;
  cursor: pointer;
  transition: color 0.2s linear;
}

#sub_con .product .tabs li.on {
  color: #0185D7;
  cursor: pointer;
}

#sub_con .product .tabbox li {
  display: flex;
  column-gap: 40px;
}

#sub_con .product .tabbox .pro_left {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  width: calc(30% - 20px);
}

#sub_con .product .tabbox .pro_intro {
  padding: 45px 35px;
  border-radius: 20px;
  background: #0064a4;
}

#sub_con .product .tabbox .pro_intro h5 {
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

#sub_con .product .tabbox .pro_intro p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  word-break: keep-all;
}

#sub_con .product .tabbox .pro_intro p:last-child {
  margin-bottom: 0;
}

#sub_con .product .tabbox a.play {}

#sub_con .product .tabbox a.play img {
  display: block;
  width: 100%;
  margin-top: 20px;
}

#sub_con .product .tabbox .pro_right {
  width: calc(70% - 20px);
  justify-content: space-between;
}

#sub_con .product .tabbox .pro03 li {
  display: block;
}

/*20260306 pro 추가 영역*/
#sub_con .product .pro_introdu .pro_sec {
  margin-top: 150px;
}
#sub_con .product .pro_course {
  display: flex;
  align-items: end;
  padding: 30px 10px 60px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
#sub_con .product .pro_course img {
  display: block;
  width: 70%;
}
#sub_con .product .pro_course .text span {
  display: block;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}
#sub_con .product .pro_course .text p {
  font-size: 22px;
  line-height: 1.4;
  word-break: keep-all;
}
#sub_con .product .pro_sec01 > ul {
  position: relative;
  display: flex;
  column-gap: 40px;
  margin-top: 40px;
}
#sub_con .product .pro_sec01 > ul::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0064a4;
}
#sub_con .product .pro_sec01 > ul li {
  display: block;
  width: calc((100% - 40px) / 2);
  border: 1px solid #ddd;
  border-radius: 20px;
  text-align: center;
}
#sub_con .product .pro_sec01 > ul li:last-child {
  background: #F7FAFF;
}
#sub_con .product .pro_sec01 > ul li .tit {
  margin-top: 70px;
}
#sub_con .product .pro_sec01 > ul li .tit h6 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.5;
}
#sub_con .product .pro_sec01 > ul li .tit p {
  font-size: 26px;
  font-weight: 400;
}
#sub_con .product .pro_sec01 > ul li img {
  display: block;
  margin: 0 auto;
}
#sub_con .product .pro_sec01 > ul li:first-child img {
  margin-top: 86px;
}
#sub_con .product .pro_sec01 > ul li:last-child img {
  margin-top: 50px;
}
#sub_con .product .pro_sec01 .pro_half {
  display: flex;
  column-gap: 10%;
  justify-content: center;
  align-items: end;
  margin: 20px 0 70px;
}
#sub_con .product .pro_sec01 .pro_half .line {
  width: 1px;
  height: 70px;
  margin-bottom: 36px;
  border-radius: 50px;
  background: #ddd;
}
#sub_con .product .pro_sec01 .pro_half img {
  margin: 0 auto  !important;
}
#sub_con .product .pro_sec01 .pro_half p {
  margin-top: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
#sub_con .product .pro_sec01 .pro_half span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

#sub_con .product .pro_sec02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 800px;
  text-align: center;
  color: #fff;
}
#sub_con .product .pro_sec02::before {
  content: "";
  position: absolute;
  left: -170px;
  width: 2500px;
  z-index: -2;
  height: 800px;
  background: url(../img/sub/prointro_bg.jpg) center top / cover no-repeat;
  background-attachment: fixed;
}
#sub_con .product .pro_sec02 span {
  display: block;
  font-size: 30px;
  font-weight: 500;
}
#sub_con .product .pro_sec02 h3 {
  margin: 34px 0 90px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.3;
  word-break: keep-all;
}
#sub_con .product .pro_sec02 p {
  font-size: 22px;
  line-height: 1.4;
  word-break: keep-all;
}
#sub_con .product .pro_sec03 ul {
  display: flex;
  column-gap: 2px;
}
#sub_con .product .pro_sec03 ul li {
  position: relative;
  width: calc((100% - 6px) / 4);
  height: 457px;
  cursor: pointer;
  transition: all 0.5s ease;
}
#sub_con .product .pro_sec03 ul li::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  transition: all 0.3s ease;
}
#sub_con .product .pro_sec03 ul li.unr01 {
  background: url(../img/sub/pro_unreal01.jpg) left top / cover no-repeat;
}
#sub_con .product .pro_sec03 ul li.unr02 {
  background: url(../img/sub/pro_unreal02.jpg) center top / cover no-repeat;
}
#sub_con .product .pro_sec03 ul li.unr03 {
  background: url(../img/sub/pro_unreal03.jpg) center top / cover no-repeat;
}
#sub_con .product .pro_sec03 ul li.unr04 {
  background: url(../img/sub/pro_unreal04.jpg) left top / cover no-repeat;
}
#sub_con .product .pro_sec03 ul li.big {
  width: 70%;
}
#sub_con .product .pro_sec03 ul li.small::before {
  opacity: 1;
}

#sub_con .product .pro_sec04 img {
  display: block;
  margin: 50px auto 0;
}


#sub_con .product .pro_sec05 {
  display: flex;
  flex-direction: column;
  padding: 130px 0;
  border-radius: 20px;
  background: url(../img/sub/pro_inquiry.jpg) center center / cover no-repeat;
  text-align: center;
  color: #fff;
}
#sub_con .product .pro_sec05 > p {
  max-width: 800px;
  margin: 30px auto 70px;
  line-height: 1.4;
  word-break: keep-all;
}
#sub_con .product .pro_sec05 div p {
  font-size: 20px;
  line-height: 1.4;
}

/*sensor*/
.sensor {
  clear: both;
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 60px;
}

.sensor:first-child {
  margin-top: 0;
}

.sensor h3 {
  width: 25%;
  float: left;
  font-family: 'esamanru', sans-serif;
  color: #0085d6;
  font-weight: 400;
}

.sensor_con {
  width: calc(100% - 25%);
  float: right;
  padding-bottom: 60px;
  border-bottom: #ddd 1px solid;
}

.sensor:last-child .sensor_con {
  border-bottom: none;
}

.sensor_con h4 {
  font-family: 'esamanru', sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.sensor_con p {
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 1.5;
  word-break: keep-all;
}

.sensor_con>img {
  max-width: 100%;
  border-radius: 20px;
}

#sensor02 .sec_con>img {
  width: 48%;
  float: left;
  border-radius: 20px;
}

#sensor02 .sec_con>ol {
  width: 48%;
  float: right;
}

#sensor02 .sec_con li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

#sensor02 .sec_con li:before {
  content: '';
  display: inline-block;
  background: #0085d6;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

#sensor02 .sec_con li strong {
  display: block;
  line-height: 1.2;
  font-family: 'esamanru', sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

#sensor02 .sec_con li p {
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
}

.kiosk>img {
  display: block;
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 50px;
}

.kiosk_con h3 {
  font-family: 'esamanru', sans-serif;
  font-size: 40px;
  margin-bottom: 50px;
}

.kiosk_con h3 span {
  font-family: 'esamanru', sans-serif;
  font-size: 25px;
  color: #0085d6;
  display: block;
  margin-bottom: 10px;
}

.kiosk_con h4 {
  background: #0085d6;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 26px;
}

.kiosk_con ul {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.kiosk_con ul.last {
  border-top: #e8e8e8 1px solid;
  padding-top: 30px;
}

.kiosk_con ul li {
  display: block !important;
  clear: both;
  overflow: hidden;
  padding: 5px 0;
}

.kiosk_con ul li h5 {
  font-size: 25px;
  display: inline-block;
  width: 30%;
  float: left;
}

.kiosk_con ul li p {
  font-size: 22px;
  color: #767676;
  width: 70%;
  float: right;
  line-height: 1.5;
}



.option {
  clear: both;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}

.option:first-child {
  margin-top: 0;
}

.option>img {
  display: block;
  width: 35%;
  border-radius: 20px;
  float: left;
}

.option_con {
  width: 59%;
  float: right;
  padding-top: 49px;
}

.option_con h3 {
  font-family: 'esamanru', sans-serif;
  font-size: 40px;
  margin-bottom: 50px;
}

.option_con h3 span {
  font-family: 'esamanru', sans-serif;
  font-size: 25px;
  color: #0085d6;
  display: block;
  margin-bottom: 10px;
}

.option_con h4 {
  background: #0085d6;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 26px;
}

.option_con ul {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.option_con ul.last {
  border-top: #e8e8e8 1px solid;
  padding-top: 30px;
}

.option_con ul li {
  display: block !important;
  width: 50%;
  overflow: hidden;
  padding: 5px 0;
  float: left;
}

.option_con ul li h5 {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}

.option_con ul li p {
  font-size: 22px;
  color: #767676;
  clear: both;
  line-height: 1.5;
}


.hardware {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  border-bottom: #e8e8e8 1px solid;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hardware:first-child {
  padding-top: 0;
}

.hardware:last-child {
  border-bottom: none;
}

.img_hd {
  width: 35%;
  text-align: center;
  order: 1;
}

.hardware h3 {
  width: 30%;
  font-family: 'esamanru', sans-serif;
  font-size: 40px;
  order: 2;
}

.hw_con {
  width: 35%;
  order: 3;
}

.hw_con li {
  position: relative;
  padding: 10px 0 10px 25px;
  overflow: hidden;
}

.hw_con li:before {
  content: '';
  display: inline-block;
  background: #0085d6;
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
}

/*반응형 시작*/
@media all and (max-width:1592px) {

  /*parkgolf*/
  #sub_con .sec01 {
    height: 500px;
  }

  #sub_con .sec01 .pg_text h3 {
    margin: 20px 0;
  }

  #sub_con .sec01 .img {
    width: 40%;
    height: 100%;
  }

  #sub_con .sec01 .img img {
    height: 100%;
    object-fit: cover;
  }

  #sub_con .sec01 .pg_text {
    width: 60%;
  }
  #sub_con .wrap h2 {
    font-size: 40px;
  }
  .wrap .sec_title p {
    margin: 10px 0 50px;
  }
  /*05회사소개 영역*/
  /*introduce 영역*/
  #sub_con .intro {
    column-gap: 70px;
  }

  #sub_con .intro .intro_text {
    margin-top: 0px;
  }

  /*history his_cont*/
  #sub_con .history .right .his_right p span {
    float: none;
    display: block;
  }

  #sub_con .history .left .his_right p span {
    float: none;
    display: block;
  }

  /*spec영역*/
  .hardware {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    column-gap: 30px;
  }

  .hardware h3 {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .img_hd {
    width: calc((100% - 30px) / 2);
    order: 2;
  }

  .hw_con {
    width: calc((100% - 30px) / 2);
  }

  .tabbox .pro04 li {
    flex-wrap: wrap;
    row-gap: 70px;
  }

  .pro04 .kiosk {
    display: flex;
    align-items: center;
    column-gap: 100px;
    width: 100%;
  }

  .pro04 .kiosk>img {
    width: calc(40% - 50px);
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
  }

  .pro04 .kiosk_con {
    width: calc(60% - 50px);
  }
}

@media all and (max-width:1300px) {
  .option>img {
    width: 38%;
  }

  .option_con {
    width: 57%;
    padding-top: 0;
  }

}


@media all and (max-width:1200px) {

  /*05회사소개 영역*/
  /*introduce 영역*/
  #sub_con .intro {
    column-gap: 35px;
  }

  #sub_con .intro .intro_text .title h3 {
    font-size: 40px;
  }

  #sub_con .intro .intro_text p {
    margin-top: 35px;
  }

  /*03_product 영역*/
  #sub_con .product .tabbox li {
    column-gap: 10px;
  }

  #sub_con .product .tabbox .pro_left {
    width: calc(30% - 10px);
  }

  #sub_con .product .tabbox .pro_right {
    width: calc(70% - 10px);
  }

  .kiosk_con ul li h5 {
    width: 24%;
  }

  .kiosk_con ul li p {
    width: 74%;
  }

  /*20260306 pro 추가 영역*/
  #sub_con .product .pro_course {
    flex-wrap: wrap;
    padding: 30px;
  }
  #sub_con .product .pro_course img {
    margin: 20px auto;
  }
  #sub_con .product .pro_course .text {
    width: 100%;
  }
  #sub_con .product .pro_course .text span {
    margin-bottom: 4px;
  }
  #sub_con .product .pro_course .text p {
    font-size: 20px;
  }
}



@media all and (max-width:1100px) {

  .sensor h3 {
    width: 100%;
    float: none;
    clear: both;
    font-family: 'esamanru', sans-serif;
    color: #0085d6;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .sensor_con {
    width: 100%;
    clear: both;
    float: left;
    padding-bottom: 60px;
    border-bottom: #ddd 1px solid;
  }


}

@media all and (max-width:1080px) {

  /*명승파크골프*/
  .mb150 {
    margin-bottom: 80px;
  }


  /*parkgolf 공통*/
  #sub_con .wrap {
    font-size: 22px;
  }

  /*parkgolf*/
  #sub_con .sec01 {
    column-gap: 20px;
    height: 390px;
  }

  #sub_con .sec01 .img {
    width: 45%;
  }

  #sub_con .sec01 .pg_text {
    width: 55%;
  }

  #sub_con .sec01 .pg_text h3 {
    margin: 20px 0 10px;
    font-size: 50px;
  }

  #sub_con .sec01 .pg_text ul li p {
    margin-bottom: 12px;
    font-size: 26px;
  }

  #sub_con .sec03 ul {
    column-gap: 20px;
  }

  #sub_con .sec03 ul::before {
    width: 80px;
  }

  #sub_con .sec04 ul.materials {
    column-gap: 30px;
  }

  #sub_con .sec04 ul.usage {
    column-gap: 20px;
  }

  #sub_con .sec04 ul.usage li {
    width: calc((100% - 60px) / 4);
    padding: 65px 8px 45px;
  }

  /*05회사소개 영역*/
  /*introduce 영역*/
  #sub_con .intro .intro_img {
    width: 40%;
  }

  #sub_con .intro .intro_text {
    width: 58%;
  }

  #sub_con .intro .intro_text .title h3 {
    font-size: 35px;
  }

  #sub_con .intro .intro_text p {
    margin-top: 25px;
  }

  /*history his_cont*/
  #sub_con .history .his_cont div.cont_wrap {
    column-gap: 50px;
  }

  #sub_con .history .his_cont .cont_wrap>div {
    width: calc((100% - 50px) / 2);
  }

  #sub_con .history .num_title {
    margin-bottom: 30px;
    font-size: 35px;
  }

  #sub_con .history .right .num_title::before {
    left: -32px;
  }

  #sub_con .history .right .his_right li {
    margin-bottom: 50px;
  }

  #sub_con .history .right .his_right li::before {
    left: -32px;
  }

  #sub_con .history .right .his_right p {
    margin-bottom: 17px;
    font-size: 25px;
  }

  #sub_con .history .left .num_title::before {
    right: -32px;
  }

  #sub_con .history .left .his_right li {
    margin-bottom: 50px;
  }

  #sub_con .history .left .his_right p {
    margin-bottom: 17px;
    font-size: 25px;
  }

  /*location 영역*/
  #sub_con .location .map iframe {
    height: 410px;
  }

  #sub_con .location .impor ul {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  #sub_con .location .impor ul li {
    width: 100%;
  }

  #sub_con .location .impor li:nth-child(1) .img {
    width: 158px;
  }

  #sub_con .location .impor li:nth-child(2) .img {
    width: 158px;
  }

  /*03_product 영역*/
  #sub_con .product .tabs {
    column-gap: 90px;
    padding-top: 30px;
    font-size: 30px;
  }

  #sub_con .product .tabbox li {
    flex-direction: column;
    row-gap: 20px;
  }

  #sub_con .product .tabbox .pro_left {
    flex-direction: row;
    column-gap: 20px;
    width: 100%;
    order: 2;
  }

  #sub_con .product .tabbox .pro_right {
    width: 100%;
    order: 1;
  }

  #sub_con .product .tabbox .pro_intro {
    width: 75%;
  }

  #sub_con .product .tabbox a.play {
    width: 35%;
    height: 10%;
    aspect-ratio: 75/28;
  }

  #sub_con .product .tabbox a.play img {
    margin-top: 0;
  }

  .kiosk {
    clear: both;
    margin-top: 30px;
  }

  .kiosk:first-child {
    margin-top: 0;
  }

  .kiosk>img {
    display: block;
    margin: 0 auto 30px;
  }

  .option>img {
    display: block;
    width: auto;
    margin: 0 auto 30px;
    max-width: 100%;
    float: none;
  }

  .option_con {
    width: 100%;
    padding-top: 0;
    clear: both;
  }

  /*20260306 pro 추가 영역*/
  #sub_con .product .pro_course img {
    width: 100%;
    margin: 20px auto 40px;
  }
  #sub_con .product .pro_course .text span {
    font-size: 22px;
  }
  #sub_con .product .pro_course .text p {
    font-size: 18px;
  }

  #sub_con .product .pro_sec01 > ul {
    column-gap: 20px;
  }
  #sub_con .product .pro_sec01 > ul::before {
    width: 55px;
  }
  #sub_con .product .pro_sec01 > ul li {
    width: calc((100% - 20px) / 2);
  }
  #sub_con .product .pro_sec01 > ul li .tit {
    margin-top: 40px;
  }
  #sub_con .product .pro_sec01 > ul li .tit h6 {
    font-size: 30px;
  }
  #sub_con .product .pro_sec01 > ul li .tit p {
    font-size: 22px;
  }
  #sub_con .product .pro_sec01 .pro_half img {
    width: 70%;
  }
  #sub_con .product .pro_sec01 .pro_half {
    column-gap: 4%;
    margin: 20px 0 50px;
  }
  #sub_con .product .pro_sec01 .pro_half p {
    font-size: 20px;
  }

  #sub_con .product .pro_sec02 {
    height: 600px;
  }
  #sub_con .product .pro_sec02::before {
    height: 600px;
  }
  #sub_con .product .pro_sec02 span {
    font-size: 25px;
  }
  #sub_con .product .pro_sec02 h3 {
    margin: 15px 0 45px;
    font-size: 36px;
  }

  #sub_con .product .pro_sec03 ul {
    flex-wrap: wrap;
    row-gap: 2px;
  }
  #sub_con .product .pro_sec03 ul li {
    width: calc((100% - 2px) / 2);
    height: auto;
    aspect-ratio: 3/2;
  }


  /*spec영역*/
  .hardware {
    column-gap: 50px;
  }

  .img_hd {
    width: calc(45% - 25px);
  }

  .hw_con {
    width: calc(55% - 25px);
  }

  .pro04 .kiosk {
    column-gap: 30px;
  }

  .pro04 .kiosk>img {
    width: calc(40% - 15px);
  }

  .pro04 .kiosk_con {
    width: calc(60% - 15px);
  }

  .kiosk_con h3 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .kiosk_con ul {
    margin-top: 20px;
  }

  .kiosk_con h3 span {
    font-size: 22px;
  }

  .kiosk_con h4 {
    font-size: 18px;
  }

  .kiosk_con ul li h5 {
    width: 110px;
  }

  .kiosk_con ul li p {
    width: calc(100% - 110px);
  }
}

@media all and (max-width:840px) {

  /*공통*/
  .wrap .sec_title p {
    margin: 10px 0 40px;
  }

  /*parkgolf*/
  #sub_con .sec01 {
    display: block;
    height: auto;
  }

  #sub_con .sec01 .img {
    width: 90%;
    height: 290px;
  }

  #sub_con .sec01 .pg_text {
    width: 100%;
  }

  #sub_con .sec01 .pg_text ul {
    margin-top: 52px;
    margin-right: 0;
  }

  #sub_con .sec01 .pg_text h3 {
    margin: 50px 0 10px;
  }

  #sub_con .sec02 ul {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 40px;
  }

  #sub_con .sec02 ul li {
    width: calc((100% - 20px) / 2);
  }

  /*05회사소개 영역*/
  /*introduce 영역*/
  #sub_con .intro {
    display: block;
  }

  #sub_con .intro .intro_img {
    width: 100%;
  }

  #sub_con .intro img {
    width: 70%;
    margin: 0 auto;
  }

  #sub_con .intro .intro_text {
    width: 100%;
    margin-top: 75px;
  }

  #sub_con .intro .intro_text .title h3 {
    font-size: 45px;
  }

  /*history his_cont*/
  #sub_con .history>ul>li {
    margin-bottom: 80px;
  }

  #sub_con .history .his_cont div.cont_wrap {
    display: block;
    margin-top: 0px;
  }

  #sub_con .history .his_cont .cont_wrap>div {
    width: 100%;
  }

  #sub_con .history .his_cont img {
    width: 100%;
    border-radius: 10px;
  }

  #sub_con .history .his_cont .cont_wrap .his_right {
    margin-left: 50px;
    margin-top: 80px;
  }

  #sub_con .history .right .his_right li {
    width: 82%;
  }

  /*동그란 점 + 라인*/
  #sub_con .history .his_cont span.ball {
    display: none;
  }

  #sub_con .history .his_cont::before {
    left: 25px;
    top: 0;
    z-index: -1;
  }


  #sub_con .history>ul>li>ul {
    overflow: hidden;
  }

  /*history left영역*/
  #sub_con .history .left .his_cont div.cont_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  #sub_con .history .left .his_cont div.cont_wrap .his_right {
    width: 100%;
    order: 2;
  }

  #sub_con .history .left .his_cont div.cont_wrap .his_left {
    width: 100%;
    order: 1;
  }

  #sub_con .history .left .his_cont .cont_wrap .his_right {
    margin-right: 50px;
    margin-left: 0;
  }

  /*동그란 점 + 라인*/
  #sub_con .history .left .his_cont::before {
    left: auto;
    right: 25px;
    top: 0px;
    z-index: -1;
  }

  .img_hd.long img {
    height: 360px;
    object-fit: cover;
  }

  .tabbox .pro04 li {
    row-gap: 80px !important;
  }

  .pro04 .kiosk {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .pro04 .kiosk>img {
    width: 49%;
    height: 440px;
  }

  .pro04 .kiosk_con {
    width: 100%;
    padding: 0 10%;
  }
}

@media all and (max-width:660px) {

  /*공통*/
  .mb150 {
    margin-bottom: 60px;
  }

  #sub_con .wrap {
    font-size: 16px;
  }

  #sub_con .wrap h2 {
    font-size: 35px;
  }

  .wrap .sec_title p {
    margin: 10px 0 25px;
    font-size: 18px;
    line-height: 1.3;
  }

  /*parkgolf*/
  #sub_con .sec01 .img {
    width: 90%;
    height: 200px;
  }

  #sub_con .sec01 .pg_text h3 {
    margin: 30px 0 10px;
    font-size: 35px;
  }

  #sub_con .sec01 .pg_text ul {
    margin-top: 30px;
  }

  #sub_con .sec01 .pg_text ul li::before {
    height: 55px;
  }

  #sub_con .sec01 .pg_text ul li p {
    font-size: 20px;
  }

  #sub_con .sec03 ul {
    display: block;
  }

  #sub_con .sec03 ul::before {
    width: 60px;
  }

  #sub_con .sec03 ul li {
    width: 100%;
    height: 325px;
  }

  #sub_con .sec03 ul li.normalgolf {
    margin-bottom: 20px;
  }

  #sub_con .sec03 h5 {
    margin-bottom: 35px;
    font-size: 30px;
  }

  #sub_con .sec03 h5::before {
    height: 16px;
  }

  #sub_con .sec04 ul.materials {
    column-gap: 10px;
  }

  #sub_con .sec04 ul.materials::before {
    height: 40px;
  }

  #sub_con .sec04 ul.materials::after {
    width: 22px;
  }

  #sub_con .sec04 ul.materials li {
    padding: 30px 8px;
  }

  #sub_con .sec04 ul.usage {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 70px;
  }

  #sub_con .sec04 ul.usage li {
    width: calc((100% - 10px) / 2);
    padding: 35px 25px 30px;
  }

  #sub_con .sec04 ul.usage span {
    left: -19px;
    top: -10px;
    font-size: 25px;
  }

  /*05회사소개 영역*/
  /*introduce 영역*/
  #sub_con .intro .intro_text .title h3 {
    font-size: 30px;
  }

  #sub_con .intro .intro_text .title h3 span {
    word-break: keep-all;
  }

  /*history his_cont*/
  #sub_con .history>ul>li {
    margin-bottom: 50px;
  }

  #sub_con .history .his_cont .cont_wrap .his_right {
    margin-left: 50px;
    margin-top: 40px;
  }

  #sub_con .history .num_title {
    font-size: 30px;
  }

  #sub_con .history .right .his_right li {
    margin-bottom: 35px;
  }

  #sub_con .history .right .his_right p {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #sub_con .history .left .his_right li {
    margin-bottom: 35px;
  }

  #sub_con .history .left .his_right p {
    margin-bottom: 10px;
    font-size: 20px;
  }

  /*location 영역*/
  #sub_con .location .map iframe {
    border-radius: 15px;
  }

  #sub_con .location .impor {
    margin-top: 20px;
  }

  #sub_con .location .impor .impor_title {
    margin-bottom: 00px;
    font-size: 24px;
    font-weight: 700;
  }

  #sub_con .location .impor .impor_cont>div {
    width: 75%;
    font-size: 20px;
  }

  #sub_con .location .impor ul {
    row-gap: 15px;
  }

  #sub_con .location .impor ul li {
    padding: 20px 30px;
    border-radius: 15px;
  }

  #sub_con .location .impor .impor_cont span {
    width: 83px;
  }

  #sub_con .location .impor li:nth-child(1) .img {
    width: 98px;
  }

  #sub_con .location .impor li:nth-child(2) .img {
    width: 98px;
  }

  /*03_product 영역*/
  #sub_con .product .tabs {
    column-gap: 40px;
    margin-bottom: 24px;
    padding-top: 10px;
    font-size: 22px;
  }

  #sub_con .product .tabbox li {
    row-gap: 10px;
  }

  #sub_con .product .tabbox .pro_left {
    flex-wrap: wrap;
    justify-content: end;
    row-gap: 10px;
  }

  #sub_con .product .tabbox .pro_intro {
    width: 100%;
    padding: 30px 25px;
    border-radius: 10px;
  }

  #sub_con .product .tabbox .pro_intro h5 {
    margin-bottom: 12px;
    font-size: 24px;
  }

  #sub_con .product .tabbox .pro_intro p {
    font-size: 16px;
  }

  #sub_con .product .tabbox a.play {
    width: 45%;
  }

  .sensor_con p,
  #sensor02 .sec_con li p,
  .kiosk_con ul li p,
  .option_con ul li p {
    font-size: 16px;
  }

  .kiosk_con ul li h5 {
    width: 84px;
    font-size: 20px;
  }

  .kiosk_con ul li p {
    width: calc(100% - 87px);
  }

  .sensor h3,
  .kiosk_con h3 span,
  .option_con h3 span {
    font-size: 20px;
  }

  .sensor_con h4,
  .kiosk_con h3,
  .option_con h3 {
    font-size: 30px;

  }

  #sensor02 .sec_con>img {
    width: 100%;
  }

  #sensor02 .sec_con>ol {
    width: 100%;
    float: right;
    clear: both;
    margin-top: 30px;
  }

  #sensor02 .sec_con li strong,
  .kiosk_con h4,
  .option_con h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .sensor_con {
    padding-bottom: 30px;
  }

  .sensor {
    margin-top: 30px;
  }

  .option_con ul li {
    width: 100%;
  }

  /*20260306 pro 추가 영역*/
  #sub_con .product .pro_introdu .pro_sec {
    margin-top: 90px;
  }
  #sub_con .product .pro_course {
    padding: 20px;
  }
  #sub_con .product .pro_course img {
    margin: 20px auto;
  }
  #sub_con .product .pro_course .text span {
    font-size: 18px;
  }
  #sub_con .product .pro_course .text p {
    font-size: 16px;
  }

  #sub_con .product .pro_sec01 > ul {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #sub_con .product .pro_sec01 > ul::before {
    margin-top: -40px;
  }
  #sub_con .product .pro_sec01 > ul li {
    width: 100%;
  }
  #sub_con .product .pro_sec01 > ul li:first-child img {
    margin-top: 20px;
  }
  #sub_con .product .pro_sec01 .pro_half {
    column-gap: 10%;
  }
  #sub_con .product .pro_sec01 .pro_half img {
    width: 85%;
  }

  #sub_con .product .pro_sec02 span {
    font-size: 18px;
  }
  #sub_con .product .pro_sec02 h3 {
    font-size: 28px;
  }
  #sub_con .product .pro_sec02 p {
    font-size: 16px;
  }

  #sub_con .product .pro_sec03 ul li {
    width: 100%;
  }

  #sub_con .product .pro_sec05 {
    padding: 80px 0;
  }
  #sub_con .product .pro_sec05 > p {
    margin: 12px auto 50px;
    padding: 0 30px;
  }
  #sub_con .product .pro_sec05 div p {
    font-size: 16px;
  }

  /*spec영역*/
  .pro03 {
    margin-top: 70px;
  }

  .pro04 {
    margin-top: 70px;
  }

  .hardware {
    column-gap: 24px;
  }

  .hardware h3 {
    font-size: 30px;
  }

  .img_hd.long img {
    height: 240px;
  }

  .hw_con li {
    padding: 10px 0 10px 14px;
  }

  .hw_con li:before {
    width: 7px;
  }

  .hw_con {
    width: calc(55% - 12px);
  }

}

@media all and (max-width:600px) {

  #sub_con .product .tabs {
    display: block;
    text-align: center;
  }

  #sub_con .product .tabs li {
    display: inline-block;
    margin: 0 11px;
  }

  .pro04 .kiosk>img {
    width: 80%;
    height: 100%;
  }

  .pro04 .kiosk_con {
    padding: 0 5%;
  }
}

@media all and (max-width:490px) {
  #sub_con .wrap h2 {
    font-size: 35px;
  }

  #sub_con .sec02 ul {
    row-gap: 10px;
    column-gap: 0px;
    margin-top: 40px;
  }

  #sub_con .sec02 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 20px;
  }

  #sub_con .sec02 ul li .txt {
    vertical-align: bottom;
    width: calc(100% - 112px);
  }


  #sub_con .sec02 ul li div:first-child {
    width: 100px;
  }

  #sub_con .sec02 ul li b {
    margin: 0px 0 10px;
    font-size: 20px;
  }

  #sub_con .sec02 ul li p {
    font-size: 16px;
    line-height: 1.5;
    word-break: keep-all;
  }

  #sub_con .sec04 ul.materials::before {
    height: 30px;
  }

  #sub_con .sec04 ul.materials::after {
    top: 125%;
  }

  /*05회사소개 영역*/
  /*introduce 영역*/
  #sub_con .intro .intro_text {
    margin-top: 45px;
  }

  /*location 영역*/
  #sub_con .location .impor .impor_title {
    font-size: 22px;
  }

  #sub_con .location .impor .impor_cont>div {
    width: 100%;
    font-size: 18px;
  }

  #sub_con .location .impor .impor_cont span {
    width: 68px;
  }

  #sub_con .location .impor .impor_cont p {
    width: calc(100% - 83px);
  }

  #sub_con .location .impor ul li {
    padding: 10px 22px;
  }

  #sub_con .location .impor li .img {
    display: none;
  }

  /*03_product 영역*/
  #sub_con .product .tabs {
    justify-content: space-between;
    column-gap: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }

  #sub_con .product .tabbox a.play {
    width: 60%;
  }

  /*20260306 pro 추가 영역*/
  #sub_con .product .pro_sec01 > ul {
    row-gap: 10px;
    margin-top: 30px;
  }
  #sub_con .product .pro_sec01 > ul::before {
    width: 45px;
    margin-top: -34px;
  }
  #sub_con .product .pro_sec01 > ul li .tit {
    margin-top: 24px;
  }
  #sub_con .product .pro_sec01 > ul li .tit h6 {
    font-size: 23px;
  }
  #sub_con .product .pro_sec01 > ul li .tit p {
    font-size: 18px;
  }
  #sub_con .product .pro_sec01 .pro_half {
    column-gap: 4%;
  }
  #sub_con .product .pro_sec01 .pro_half img {
    width: 70%;
  }
  #sub_con .product .pro_sec01 .pro_half p {
    font-size: 18px;
  }

  #sub_con .product .pro_sec02 h3 {
    font-size: 25px;
  }
  #sub_con .product .pro_sec02 p {
    padding: 0 20px;
    font-size: 15px;
  }

  #sub_con .product .pro_sec05 h2 {
    font-size: 30px;
  }


  /*spec영역*/
  .img_hd {
    width: 70%;
  }

  .hardware h3 {
    font-size: 25px;
  }

  .hw_con {
    width: 100%;
    padding: 0 13%;
  }

  .tabbox .pro04 li {
    row-gap: 40px !important;
  }
}

@media all and (max-width:400px) {

  .sensor_con h4,
  .kiosk_con h3 {
    font-size: 25px;
  }

  #sensor02 .sec_con li strong {
    font-size: 22px;
  }

  .kiosk_con h4,
  .option_con ul li h5,
  .option_con h4 {
    font-size: 18px;
  }

  .kiosk_con h3 {
    margin-bottom: 20px;
  }
}

@media all and (max-width:390px) {}