.red {
  color: #e20700;
}

.orange {
  color: #ff9600;
}

.greeting .wrap ul li, .prod ul.orange-dot li,
.prod p.orange-dot {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.greeting .wrap ul li:before, .prod ul.orange-dot li:before,
.prod p.orange-dot:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0;
  top: 1.1rem;
  background: #ff9600;
  border-radius: 50%;
}

.prod .table1 {
  border-top: 2px solid #ff9600;
  width: 100%;
}
.prod .table1 th, .prod .table1 td {
  padding: 2rem;
  text-align: center;
  border: 1px solid #ccc;
  word-break: keep-all;
}
.prod .table1 th {
  color: #ff9600;
}
.prod .table1 th:first-of-type,
.prod .table1 td:first-of-type {
  border-left: 0;
}
.prod .table1 th:last-of-type,
.prod .table1 td:last-of-type {
  border-right: 0;
}
@media (max-width: 576px) {
  .prod .table1 th, .prod .table1 td {
    padding: 1.5rem 1rem;
  }
}

.greeting .bg-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  height: 50rem;
  background: url(/img/hk/greeting_bg.png) no-repeat center/cover;
}
.greeting .bg-box p {
  color: #fff;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.3;
}
.greeting .bg-box p b {
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .greeting .bg-box {
    gap: 1.5rem;
    height: 40rem;
  }
  .greeting .bg-box p {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .greeting .bg-box p {
    font-size: 2.8rem;
  }
}
.greeting .txt {
  padding: 6.5rem 0 8rem;
  margin-bottom: 10rem;
  border-bottom: 1px solid #ccc;
}
.greeting .txt p {
  padding-bottom: 2rem;
}
.greeting .txt p.p1 {
  padding-bottom: 3.5rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.greeting .wrap p {
  padding-bottom: 3.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
.greeting .wrap + .wrap {
  margin-top: 5rem;
}

.location .map-wrap {
  overflow: hidden;
  position: relative;
  height: 50rem;
}
.location .map-wrap .root_daum_roughmap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.location .map-wrap .root_daum_roughmap .map_border {
  display: none;
}
@media (max-width: 768px) {
  .location .map-wrap {
    height: 43rem;
  }
}
@media (max-width: 576px) {
  .location .map-wrap {
    height: 36rem;
  }
}
.location .info p {
  padding: 5.5rem 0 3.5rem;
  font-size: 3.5rem;
  font-weight: 700;
}
.location .info li {
  display: inline-block;
  margin-right: 5rem;
  font-size: 2.5rem;
  color: #999;
}
.location .info li b {
  display: inline-block;
  font-weight: 400;
  color: #111;
}
@media (max-width: 768px) {
  .location .info p {
    padding: 5rem 0 3rem;
    font-size: 3.2rem;
  }
  .location .info li {
    margin-right: 0;
    width: 100%;
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .location .info p {
    padding: 4rem 0 2rem;
    font-size: 2.5rem;
  }
  .location .info li {
    font-size: 2rem;
  }
}

.prod .con {
  margin-bottom: 7rem;
}
@media (max-width: 576px) {
  .prod .con {
    margin-bottom: 5rem;
  }
}
.prod .tit {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .prod .tit {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
}
.prod .grid {
  display: grid;
  gap: 30px;
}
.prod .grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.prod .grid.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.prod .grid.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.prod .grid.gap0 {
  gap: 0;
}
@media (max-width: 720px) {
  .prod .grid {
    gap: 30px 20px;
  }
  .prod .grid.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .prod .grid {
    gap: 20px;
  }
  .prod .grid.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .prod .grid.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 440px) {
  .prod .grid {
    gap: 10px;
  }
}
.prod .img-box, .prod table, .prod ul {
  margin-bottom: 4rem;
}
.prod li {
  margin-bottom: 1rem;
}

.prod1 .con1 .img-box {
  margin-bottom: 6rem;
}
@media (max-width: 576px) {
  .prod1 .con1 .img-box {
    margin-bottom: 3rem;
  }
}
.prod1 .con2 .img {
  background: #262626;
}
.prod1 .con2 table tr {
  display: flex;
  flex-wrap: wrap;
}
.prod1 .con2 table td {
  display: block;
  margin: 0 0 0 -1px;
  width: 33.3333%;
  border-top: 0;
}
.prod1 .con2 table td .flex {
  justify-content: start;
  gap: 2rem;
  text-align: left;
}
.prod1 .con2 table td .flex b {
  font-weight: 500;
  color: #ff9600;
}
@media (min-width: 769px) {
  .prod1 .con2 table td:nth-of-type(3n) {
    border-right: 0;
  }
  .prod1 .con2 table td:nth-of-type(3n+1) {
    border-left: 0;
  }
}
@media (max-width: 768px) {
  .prod1 .con2 table td {
    width: 50%;
  }
  .prod1 .con2 table td:nth-of-type(2n) {
    border-right: 0;
  }
  .prod1 .con2 table td:nth-of-type(2n+1) {
    border-left: 0;
  }
  .prod1 .con2 table td .flex {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .prod1 .con2 table td {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }
}
.prod1 .con3 b.orange {
  display: block;
  margin-bottom: 3rem;
}
.prod1 .con5 .img-box2 {
  display: flex;
  background: #ebebeb;
  height: 410px;
}
.prod1 .con5 .img-box2 .img {
  width: 50%;
}
.prod1 .con5 .img-box2 .img img {
  height: 410px !important;
  object-fit: cover;
}
.prod1 .con5 .img-box2 .txt {
  padding: 5rem 4rem 0;
  width: 50%;
}
.prod1 .con5 .img-box2 .txt_tit {
  font-size: 2.5rem;
  font-weight: 500;
}
.prod1 .con5 .img-box2 .txt_char {
  margin: 2rem 0;
  font-weight: 500;
}
.prod1 .con5 .img-box2 .txt ul {
  margin-bottom: 0;
}
.prod1 .con5 .img-box2 .txt ul li {
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .prod1 .con5 .img-box2 {
    flex-direction: column;
    height: auto;
  }
  .prod1 .con5 .img-box2 .img {
    width: 100%;
  }
  .prod1 .con5 .img-box2 .img img {
    height: auto !important;
    object-fit: inherit;
  }
  .prod1 .con5 .img-box2 .txt {
    width: 100%;
    padding: 4rem 3rem;
  }
}
@media (max-width: 576px) {
  .prod1 .con5 .img-box2 .txt {
    padding: 3rem 2rem;
  }
  .prod1 .con5 .img-box2 .txt_tit {
    font-size: 2.3rem;
  }
  .prod1 .con5 .img-box2 .txt_char {
    margin: 1rem 0;
  }
}
.prod1 .step .img {
  position: relative;
  margin: -1px 0 0 -1px;
  border: 1px solid #ccc;
}
.prod1 .step .img:after {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 10;
  background: #ff9600 url("/img/hk/ico_arrow_right.png") no-repeat center;
  border-radius: 50%;
}
.prod1 .step .img:last-of-type:after {
  display: none;
}
@media (max-width: 700px) {
  .prod1 .step .img:nth-of-type(2n):after {
    display: none;
  }
}

.num li {
  display: flex;
  justify-content: start;
  gap: 2rem;
  font-weight: 500;
}
.num li b {
  font-weight: 500;
  color: #ff9600;
}
@media (max-width: 768px) {
  .num li {
    gap: 1rem;
  }
}

/*# sourceMappingURL=page.css.map */
