﻿@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url("/Gateway/hyundai/fonts/Noto_Sans_KR/NotoSansKR-Light.otf") format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url("/Gateway/hyundai/fonts/Noto_Sans_KR/NotoSansKR-Regular.otf") format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url("/Gateway/hyundai/fonts/Noto_Sans_KR/NotoSansKR-Medium.otf") format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	src: url("/Gateway/hyundai/fonts/Noto_Sans_KR/NotoSansKR-Bold.otf") format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url("/Gateway/hyundai/fonts/Noto_Sans_KR/NotoSansKR-Black.otf") format('opentype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}

.m-l-20 {
    margin-left: 20px;
}

.info-summary {
  height: 490px;
  background: #952e3f;
  padding: 30px 15px;
}

.info-summary h3 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.info-summary p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.13px;
  line-height: 18px;
  word-break: keep-all;
}

.info-wrapper {
  border-top: 3px solid #1798A0;
  padding: 20px 15px 10px;
  text-align: left;
  margin-right: 20px;
}

.info-title {
  font-size: 40px;
  font-weight: 900;
  color: #1798A0;
  letter-spacing: -0.3px;
  line-height: 48px;
}

.info-title2 {
  font-size: 30px;
  font-weight: 500;
  color: #28B0B8;
  letter-spacing: -0.3px;
}

.info-title-kr {
  font-size: 18px;
  font-weight: 500;
  color: #28B0B8;
  letter-spacing: -0.3px;
}

.info-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #AEE1E4;
  letter-spacing: -0.15px;
}

.info-content-title {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  letter-spacing: -0.2px;
  margin: 20px 0px 5px;
}

.info-content {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  letter-spacing: -0.13px;
  text-align: justify;
  word-break: keep-all;
}

.info-content-dot {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  letter-spacing: -0.13px;
  text-align: justify;
  padding-left: 10px;
  margin-bottom: 10px;
}

.info-content-dot::before {
  position: absolute;
  content: "•";
  top: 0;
  left: 0;
  color: #888888;
}

.footnote {
  color: #bbbbbb;
}

.info-detail {
  background: #3d3d3d;
  padding: 15px;
}

.info-detail dl:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}

.info-detail dt {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.12px;
  color: #cacaca;
}

.info-detail dd {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.11px;
  color: #ffffff;
  word-break: keep-all;
}

#btn-buynow {
  display: inline-block;
  width: 100%;
  height: 40px;
  background: #1798A0;
  color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

#btn-sample {
  display: inline-block;
  width: 100%;
  height: 40px;
  background: #ffc000;
  color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 500;
}

#btn-sample2 {
  display: inline-block;
  width: 100%;
  height: 40px;
  background: #FFD44B;
  color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 500;
}

#btn-buynow:hover, #btn-sample:hover, #btn-sample2:hover {
  text-decoration: none;
}