* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "맑은 고딕", "Malgun Gothic", AppleGothic, "Lucida Grande",
    Dotum, Tahoma, Verdana, UnDotum, sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #666666;
  /* width: 100%; */
}

.grid {
  display: grid;
}

.grid__3_cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid__4_cols {
  grid-template-columns: repeat(4, 1fr);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 96rem;
  margin: 0 auto;
  position: relative;
  padding: 0 1.6rem;
}
/*******************************************************************************************************/
/* HEADER */
/*******************************************************************************************************/
.header-mouseout {
  /* position: relative; */
}

.header-container {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: start; */
  /* gap: 4.8rem; */
  position: relative;;
}
.header {

  /* display: flex;
  align-items: center;
  position: relative;
  gap: 1.6rem;
  max-width: 96rem;
  margin: 0 auto; */
}
/****************** DESKTOP HEADER *************************/
#mobile_menu {
  display: none;
}

#desktop_menu {
  /* position: relative; */
}


.desktop-main-container {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  max-width: 96rem;
  margin: 0 auto;
}

.desktop-sub-container {
  background-color: #d62f40;
}

.mobile-sub-container {
  background-color: #d62f40;
}

.main-nav {
  padding-left: 2rem;
  /* min-width: 80rem; */
}

/****************** MOBILE HEADER *************************/
.mobile-header-top-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mobile-main-nav {

}

.header-logo-desktop {
  width: 100%;
}
.header-logo-mobile {
  width: 100%;
  margin: 0 auto;
}

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

.mobile-main-nav {
  display: none;
  position: inherit;
  /* background-color: red; */
  width: 100%;
}
.mobile-main-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-main-nav-item {
  width: 100%;
  border-top: 1px solid rgb(238, 238, 238);
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  height: 6rem;
}

.mobile-main-nav-item-a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.mobile-nav-main-item-title {
  color: rgb(0, 0, 0);
  font-size: 2rem;

  /* display: flex; */
  /* flex-direction: column; */
}

.mobile-nav-main-item-down-icon {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}
.mobile-nav-main-item-up-icon {
  width: 1.7rem;
  height: 1rem;
}

.mobile-item-active {
  background-color: rgb(221, 30, 58);
}

.mobile-item-active .mobile-nav-main-item-title {
  color: white !important;
}

.mobile-item-active .mobile-nav-main-item-down-icon,
.mobile-item-active .mobile-nav-main-item-up-icon {
  color: white !important
}

.sub-list-container {
  background-color: rgb(245, 245, 245)
}
.sub-list {
  list-style: none;
  display: none;

  flex-direction: column;
  /* gap: 1rem; */
  padding: 2rem 3rem;
}

.sub-list li {
  padding: 1rem 1.5rem;
  /* border-bottom: 1px solid  */
  border-bottom: 1px solid rgb(238, 238, 238);
}

.sub-list li a {
  font-size: 1.6rem;
}

.sub-item-active {
  display: flex;
}

.sub-open {}

/***************************************/

























.main-nav-list {
  list-style: none;
  display: flex;
  gap: 3.2rem;
  gap: 4.6rem;
  /* gap: 32px; */
  align-items: center;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover .main-nav-engItem,
.main-nav-link:hover .main-nav-korItem {
  color: #d53040;
}

.main-nav-item {
}

.main-nav-engItem {
  font-size: 1rem;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color: #676767;
  margin-bottom: 0.4rem;
}

.main-nav-korItem {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  color: #676767;
}

.main-nav-link--touch {
  display: none !important;
}

/* @media (max-width: 600px) {
  .main-nav-link--touch {
    display: block !important;
  }
  .main-nav-link--desktop {
    display: none !important;
  }
} */
/******************************************************************/
/* ë¹¨ê°„ìƒ‰ sub nav */

.red-outer {
  background-color: #d62f40;
}

.section-header--red {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1.6rem;
  /* width: 96rem; */
  max-width: 96rem;
  /* width: 106rem; */
  margin: 0 auto;
  /* width: 96rem; */

  /* padding: 0.8rem 0; */
  /* margin-top: 2.4rem; */
  padding: 2rem 0;
  background-color: #d62f40;
  /* width: 100%; */
  /* border: 2px solid orange; */
}

.red-container {
  /* width: 96rem;
display: flex;
justify-content: center; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* justify-content: space-around; */
  width: 96rem;
  /* width: 100%; */
  margin: 0 auto;
  position: relative;
  /* background-color: blue !important; */
}

.red-nav {
  /* display: none; */
  visibility: hidden;
  border: none;
  outline: none;
  cursor: pointer;

  position: absolute;
}

.red-company-list,
.red-business-list,
.red-pr-list,
.red-careers-list,
.red-customer-list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  align-items: center;
}

.red-company-nav {
  /* bottom: 40%; */
  left: 20%;
}

.red-business-nav {
  left: 25%;
}

.red-pr-nav {
  left: 50%;
  /* left: 10%; */
}

.red-careers-nav {
  left: 65%;
}

.red-customer-nav {
  left: 70%;
}

.active {
  /* display: block; */
  visibility: visible;
}

.red-nav ul li a {
  font-size: 1.1rem;
}

.red-nav a {
  color: white;
  white-space: nowrap;
}
.red-nav a:hover {
  color: #f6ff00;
}


/* FOOTER */
.footer {
}

.footer-outer {
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}

.footer-container--top {
  max-width: 96rem;
  margin: 0 auto;

  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  margin-top: -2px;
  margin-bottom: -2px;
}

.footer-container--topinner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-container-topleft {
  display: flex;
  justify-content: space-around;
  gap: 1.6rem;
}

.footer-container-topleft p {
  font-weight: 700;
  cursor: pointer;
}

.footer-container-topleft p:hover {
  color: #d22843;
}

.footer-personal {
  color: #d22843;
}

.footer-container--bottom {
  display: flex;
  /* flex-direction: column; */
  gap: 0.8rem;
}

.footer-container {
  min-width: 96rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.grid {
  display: grid;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.grid--footer {
  grid-template-columns: 1fr;
}

.logo-col {
  /* border-top: 2px solid #e4e4e4;
border-bottom: 2px solid #e4e4e4;   */

}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-nav-list li a div{
  display: flex;
  align-items: center;
  justify-content: center;
}

select {
  font-size: 1.2rem;
  color: #666666;
}

.footer-nav-list select option {
  font-size: 1rem;
  color: #666666;
}

.footer-option {
  font-size: 1rem;
  color: #666666;
}

.footer-logo {
  /* background-image: url("../images/btsnsNew.jpg"); */
  width: 2.8rem;
  height: 2.8rem;
  /* margin-right: 4px; */
  margin: 0 auto;
  /* padding: 0 1rem; */
  /* display: inline-block; */
  background-size: 100%;
  /* padding: 0 1rem; */
}

.footer-logo--youtube {
  /* width: 37.4px; */
  /* height: 31px; */
  /* display: inline-block; */
  /* background-position: 0px 0px; */
  background-image: url("../images/footer/YoutubeIcon.svg");

  width: 2.2rem;
  height: 2.2rem;
}

.footer-logo--x {
  /* width: 37.4px; */
  /* height: 31px; */
  /* display: inline-block; */
  /* background-position: -37.4px 0px; */
  background-image: url("../images/footer/XIcon.svg");
  width: 2.2rem;
  height: 2.2rem;
}

.footer-logo--facebook {
  /* width: 37.4px; */
  /* height: 31px; */
  /* display: inline-block; */
  /* background-position: -74.8px 0px; */
  background-image: url("../images/footer/FacebookIcon.svg");
}

.footer-logo--naver {
  background-image: url("../images/footer/NaverBlogIcon.svg");
}

.footer-logo--naver {
  /* width: 37.4px; */
  /* height: 31px; */
  /* display: inline-block; */
  /* background-position: -112.2px 0px; */
  background-image: url("../images/footer/NaverBlogIcon.svg");
}

.footer-logo--instagram {
  /* width: 37.4px; */
  /* height: 31px; */
  /* display: inline-block; */
  /* background-position: -149.6px 0px; */
  background-image: url("../images/footer/InstagramIcon.svg");
  width: 2.2rem;
  height: 2.2rem;
}

.about-col {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  gap: 0.8rem;
  /* width: 960px; */
  /* margin-bottom: 1.2rem; */
}

.about-col p {
  /* border-right: 2px solid #e4e4e4; */
}

.footer-select {
}

.footer-paper--img {
  width: 40px;
  height: 31px;
}

.address-col {
  display: flex;
  font-size: 1.2rem;
  gap: 0.8rem;
  /* margin-top: 0.8rem; */
  margin-bottom: 0.4rem;
}

.copyright {
  margin-top: 0.8rem;
  color: #d42230;
  font-size: 1.2rem;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;

  color: #e4e4e4;
}

.margin-top-md {
  margin-top: 1.2rem;
}

.margin-bottom-sm {
  margin-bottom: 2rem !important;
}

.margin_bottom_md {
  margin-bottom: 3.2rem !important;
}

.image-link-page {
  position: relative;
}

.recruit-main {
  margin-bottom: 0.2px;
}

.main-md {
  margin-bottom: 0.2rem;
}
