@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a:any-link {
  text-decoration: none;
}

.hidden {
  position: absolute;
  left: -9999px;
}

h1,
h2,
h3 {
  text-align: center;
}

#wrap {
    min-width: 1024px;
}

header {
  width: 100%;
  height: 100vh;
  background-image: url(../images/image_index/index_sub.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  top: 0;
  background-attachment: scroll;
  z-index: -1;
}

header {
    position: relative;
    top: 0;
    background-attachment: scroll;
    z-index: -1;
  }

#lnb {
  width: 100%;
  height: 40px;
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 1;
}

#lnb > ul {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}

#lnb > ul > li {
  width: 25%;
  font-family: Wanted Sans;
  font-size: 12px;
}

#lnb > ul > li > a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

#lnb > ul > li > a img {
margin-top: 6px;
}

#lnb > ul > li > a:hover {
  color: #ed1c24;
  font-weight: bold;
}

#lnb > ul > li > ul {
    background-color: #ed1c24;
    display: none;
  }
  
#lnb > ul > li > ul > li {
    text-align: center;
    width: 100%;
  }
  
#lnb > ul > li > ul > li > a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    }
  
#lnb > ul > li > ul > li > a:hover {
  background-color: #ffffff;
  color: #ed1c24; 
  font-weight: bold;
    }
  
.submenu {
    z-index: 1;
  }


article {
  height: 100vh;
}

#content-1 {
  width: 100%;
  height: 100vh;
  background-image: url(../images/image_index/img_index_02.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

#content-1 .h3 {
    padding-top: 50px;
    font-size: 120px;
    color: #ed1c24;
    font-family: Wanted Sans;
    font-weight: 800;
}

#content-1 h1 {
    color: #ffffff;
    font-size: 30px;
    font-family: Wanted Sans;
    text-align: center;
}

#content-1 .textwrap1 {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

#content-1 .text1 {
  width: 350px;
  height: 130px;
}

#content-1 .text1 > p {
    font-size: 20px;
    font-family: Wanted Sans;
    color: #ffffff;
    text-align: left;
}

#content-1 .text1 > t1 {
    font-size: 65px;
    font-family: GmarketSansTTFBold;
    color: #e70012;
    line-height: 1.5;
}

#content-1 .text2 {
    width: 250px;
    height: 130px;
}

#content-1 .text2 > p {
  font-size: 20px;
  font-family: Wanted Sans;
  color: #ffffff;
  text-align: left;
}

#content-1 .text2 > t1 {
  font-size: 65px;
  font-family: GmarketSansTTFBold;
  color: #00ff00;
  line-height: 1.5;
}

#content-1 .textwrap2 {
    display: flex;
    justify-content: center;
}

#content-1 .text3 {
    width: 350px;
    height: 180px;
}

#content-1 .text3 > p {
  font-size: 20px;
  font-family: Wanted Sans;
  color: #ffffff;
  text-align: left;
}

#content-1 .text3 > t1 {
  font-size: 65px;
  font-family: GmarketSansTTFBold;
  color: #fff200;
  line-height: 1.5;
}


#content-1 .text4 {
    width: 250px;
    height: 180px;
}

#content-1 .text4 > p {
  font-size: 20px;
  font-family: Wanted Sans;
  color: #ffffff;
  text-align: left;
}

#content-1 .text4 > t1 {
  font-size: 65px;
  font-family: GmarketSansTTFBold;
  color: #ffffff;
  line-height: 1.5;
}

#content-1 .p1 {
  padding: 15px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  font-family: Wanted Sans;
  color: #fff;
}


/* content-2 시작 */

#content-2 {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}

#content-2 .h3 {
  padding-top: 50px;
  font-size: 120px;
  color: #0f0f0f;
  font-family: Wanted Sans;
  font-weight: 800;
}

#content-2 h1 {
    color: #ed1c24;
    font-size: 30px;
    font-family: Wanted Sans;
}

/* 브랜드 소개 이미지 3개 */

#content-2 .brand_intro {
  display: flex;
  justify-content: center;
}

#content-2 .brand_intro .img {
  padding: 10px 10px;
  margin-top: 20px;
}

#content-2 .brand_intro .t1 {
  font-size: 45px;
  color: #ed1c24;
  font-family: Wanted Sans;
  font-weight: 800;
  margin-left: 20px;
}

#content-2 .brand_intro .t_1 {
  font-size: 25px;
  color: #000;
  font-family: Wanted Sans;
  margin-left: 20px;
}

#content-2 .p1 {
  padding: 40px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  font-family: Wanted Sans;
}

#content-2 .p2 {
text-align: center;
}

#content-2 .p2 img {
  width: 20px;
  object-fit: contain;
  }


#content-3 {
background-image: url(../images/image_index/img_index_03.jpg);
background-position: center;
background-size: cover;
overflow: hidden;
}

#content-3 .h3 {
  padding-top: 50px;
  font-size: 120px;
  color: ##0f0f0f;
  font-family: Wanted Sans;
  font-weight: 800;
}

#content-3 h1 {
    color: #ed1c24;
    font-size: 30px;
    font-family: Wanted Sans;
}

#content-3 h2 {
    color: #1a1a1a;
    font-size: 12px;
    font-family: Wanted Sans;
}

content-3  {
    font-size: 10px;
    font-family: Wanted Sans;
    text-align: center;
}

#content-3 div {
    margin-top: 40px;
    text-align: center;
}

#content-3 p {
    margin-top: 90px;
    font-size: 14px;
    font-family: Wanted Sans;
    text-align: center;
}

#content-4 {
    background-image: url(../images/image_index/img_index_06.jpg);
  }

#content-4 .h3 {
  padding-top: 50px;
  font-size: 120px;
  color: #0f0f0f;
  font-family: Wanted Sans;
  font-weight: 800;
}

#content-4 h1 {
    color: #ed1c24;
    font-size: 30px;
    font-family: Wanted Sans;
}

#content-4 .box_container {
  justify-content: center;
  display: flex;
} 

#content-4 .box_container .box1 {
  margin-top: 45px;
}
#content-4 .box_container .box2 {
  margin: 200px 60px;
  font-family: Wanted Sans;
  color: #fff;
  font-size: 19px;
  line-height: 2;
}

footer {
    width: 100%;
    height: 100px;
  background-color: #ebebeb;
}

footer h2 {
    padding: 40px;
    text-align: center;
    font-size: 12px;
    font-family: Wanted Sans;
    color: #636363;
}

footer a {
  color: #0f0f0f;
}

/* content3_btn 영역 */

content-3 .btn {
    margin: 0 auto;
}

.myButton {
	background-color:#ed1c24;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
  font-family: Wanted Sans;
	font-size:14px;
	padding:10px 15px;
	text-decoration:none;
  border: 0;
}
.myButton:hover {
	background-color:#f7941d;
}
.myButton:active {
	position:relative;
	top:1px;
}

/* modal */

* {
  box-sizing: border-box;
}

.all_modal {
  text-align: center;
  margin-top: 31px;
}

.modal {
  /* 스타일 - customize */
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  padding: 20px;

  /* 트랜지션 효과 */
  transition: opacity 0.3s ease-in-out;
  opacity: 0;

  /* 화면 전체를 덮게하는 코드 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* 중앙에 오게하는 코드 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  /* 스타일 - customize */
  width: 650px;
  height: 750px;
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-family: Wanted Sans;
  line-height: 2;

  /* 트랜지션 효과 */
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: scale(0.8);
}

.modal.show {
  /* 모달이 열렸을 때 보여지게 하는 코드 */
  opacity: 1;
  pointer-events: auto;
}

.modal.show .modal-content {
  /* 모달이 열렸을 때 보여지게 하는 코드 */
  opacity: 1;
  transform: scale(1);
  text-align: left;
  padding: 40px 50px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  padding: 80px 15px;
}

.close:hover {
  color: black;
}