* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 'Noto Sans Korean', 'Apple SD Gothic Neo',
    'Malgun Gothic', 'Nanum Gothic', 'Noto Sans', 'sans-serif';
}

body {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

/* 헤더 스타일 */
/* header {
  position: fixed;
  height: 65px;
  width: 100%;
  z-index: 3;
  padding: 35px 15px 0px 15px;
}

header.scrolled {
  background: #fff;
  height: 65px;
  color: #ff592a;
}

header .container {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
} */

/* 로고 스타일 */
.logo-div {
  max-width: 197px;
  width: 100%;
  height: 100%;
}

header img.default-logo {
  position: absolute;
  opacity: 1;
  z-index: 1;
}

header.scrolled img.default-logo {
  opacity: 0;
}

header img.scrolled-logo {
  position: absolute;
  opacity: 0;
  z-index: 2;
}

header.scrolled img.scrolled-logo {
  opacity: 1;
}

/* 내비게이션 스타일 */
.nav-div {
  padding-top: 20px;
  width: 1160px;
}

/* nav ul {
  list-style: none;
  width: 100%;
  text-align: right !important;
  align-items: center;
  font-size: 14px;
} */

/* nav li {
  display: inline;
  margin-left: 60px;
  position: relative;
  padding-bottom: 20px;
} */

/* 마우스 오버 시 글자 색상 */
header:not(.scrolled) nav li:hover a {
  color: #ff592a;
}

header.scrolled nav li:hover a {
  color: #000;
}

header.scrolled span.select-label {
  color: #ff592a;
}

header.scrolled nav li a.com {
  border-bottom: solid 2px #ff592a !important;
}

/* 드롭다운 메뉴 스타일 */
.select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.select-dropdown a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
}

.select-dropdown a:hover {
  background: #f1f1f1;
}

.language-select,
.product-select {
  cursor: pointer;
}

.language-select .select-label {
  background: #ffffff00;
  border-radius: 4px;
  position: relative;
}

.language-select .select-dropdown {
  width: 100px;
}

.product-select .select-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 120px;
  width: 100%;
  z-index: 1;
}

.product-select:hover .select-dropdown {
  display: block;
}

.product-select .select-dropdown a {
  display: block;
  padding: 12px 16px;
  color: black;
  text-decoration: none;
}

.product-select .select-dropdown a:hover {
  background-color: #f1f1f1;
}

main {
  flex: 1;
  margin-top: 200px;
}

main .container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}



/* 콘텐츠 섹션 스타일 */
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.content-item {
  background: #fff;
  width: 100%;
  height: 100%;
  /*margin-bottom: 120px;*/
}

.product-eng,
.product-han {
  text-align: center;
  font-size: 48px;
}

.product-eng {
  font-weight: 900;
}

.product-han {
  font-weight: 100;
  margin-bottom: 60px;
}

div .select-product {
  display: flex;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}

div .select-product ul {
  z-index: 2;
  display: flex;
  text-align: center;
  margin: auto;
  max-width: 1400px;
  width: 100%;
  list-style: none;
  height: 58px;
}

div .select-product li {
  display: flex;
  width: 25%;
}

div.select-product > ul > li > .noselect:hover {
  background: #e5e7eb;
}

div .select-product a.noselect {
  border: none;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  width: 100%;
  padding-top: 15px;
}

div .select-product a.select {
  border: none;
  background-color: #ff592a;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  padding-top: 15px;
}


.product-item {
  background: #fff;
  padding: 10px 0;
  max-width: 436px;
  text-align: center;
}

.product-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-item h4 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 100;
}

/* 푸터 스타일 */
/* footer {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  color: #fff;
  padding: 120px 0 60px;
  font-size: 13px;
  height: 195px;
}

footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-item {
  text-align: left;
  max-width: 500px;
}

.footer-logo {
  max-width: 193px;
  height: auto;
  text-align: left;
} */

.none-deco {
  text-decoration: none;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.main-color {
  color: #ff592a;
}

.light-gray {
  color:#f1f1f1;
}

.gray {
  color: #e5e7eb;
}

.dark-gray {
  color: #757575;
}

.back-color {
  background: #212121;
}

.fs13 {
  font-size: 13px;
}

.fs20 {
  font-size: 20px;
}


.mt60 {
  margin-top: 60px;
}