* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.html {
  overflow-y: hidden;
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

/* .wrap{
         background-color: gray; 
         margin: 0 auto;} */

.page {
  position: relative;
}

/*======메뉴바========  */

.menu_box {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-around;
}

.logo_text {
  width: 220px;
  height: 80px;
  /* background-color: aliceblue; */
  font-size: 60px;
  font-weight: 800;
  font-family: "Moirai One", cursive;
  color: #0660d5f0;
}

.menu_wrap {
  width: calc((100vw - 310px));
  height: 80px;
}

.top_menu {
  width: 25%;
  height: 100%;
  font-size: 25px;
  line-height: 80px;
  font-weight: 700;
  float: left;
  color: skyblue;
  text-align: center;
}

.top_menu > a {
  color: lightblue;
}

.top_menu:hover a {
  color: darkblue;
}

.menu_icon {
  width: 50px;
  height: 100%;
  text-align: center;
  float: right;
  font-weight: 900;
  font-size: 50px;
  /* background-color: blueviolet; */
  line-height: 80px;
}
.but {
  width: 39px;
  height: 39px;
  position: fixed;
  right: 14px;
  bottom: 10px;
  background-color: rgb(22, 90, 173);
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}
.but > a {
  color: white;
}

/* ===========1 페이지============ */
.mask {
  width: 100%;
  height: 700px;
  overflow: hidden;
  background-color: azure;
}

.move_box {
  width: 100%;
  height: 1400px;
}
.img_box {
  width: 100%;
  height: 50%;
  background-color: #eee;
}
.move_img_1 {
  background-position: center;
  background-image: url(./img/main_kazha.jpg);
  background-repeat: no-repeat;
}

.move_img_2 {
  background-image: url(./img/bts_jk.png);
  background-position: center;
  background-repeat: no-repeat;
}

.main_text {
  font-size: 50px;
  font-weight: 800;
  font-style: italic;
  position: absolute;
  top: 60%;
  right: 3%;
  font-family: Arial, Helvetica, sans-serif;
  color: #0660d5f0;
  text-shadow: 1px 1px whitesmoke;
}

/* ==========2 페이지=========== */

.width_box {
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: center;
  padding: 19px;
  box-sizing: border-box;
}

.cos_icon {
  width: 46px;
  height: 70px;
}

.title_1 {
  width: 235px;
  height: 100%;
  text-align: center;
  line-height: 30px;
  padding-top: 10px;
}

.full_box {
  width: 100%;
  height: 80%;
  display: flex;
  gap:10px;
  justify-content: space-evenly;
  /* background-color: rgb(234, 217, 220); */
}



.right_box {
  width: 48%;
  height: 100%;
  /* border: 10px solid blue; */
  float: right;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.float_box > img {
  size: cover;
}
.float_wrap {
  width: 18vw;
  height: 18vw;
  /* border: 1px solid red; */
  perspective: 500px;
  cursor: pointer;
  background-color: white;
}
.float_wrap .card {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform-style: preserve-3d;
}
.float_wrap:hover .card {
  transform: rotateY(180deg);
}
.float_wrap .card > div {
  position: absolute;
  top: 0;
  left: 0;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  border-radius: 20px;
  backface-visibility: hidden;
}
.float_wrap .card .back {
  background-color: #2b2323;
  z-index: 5;
  color: white;
  opacity: 0.7;
  transition: all 0.5s;
  transform: rotateY(180deg);
}
.back {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  padding-top: 40px;
  box-sizing: border-box;
}
.back a {
  color: white;
}
.card_back_img {
  width: 120px;
  height: 120px;
}
/* -----3 페이지 ------------*/

.subtitle_text {
  line-height: 80px;
  padding-left: 20px;
}

.left_box_2 {
  position: relative;
  width: 40vw;
  height: 100%;
  margin-left: 10px;
  background-color: rgb(234, 217, 220);
}

.model {
  position: absolute;
  left: 0;
  width: 20vw;
  height: 31vw;
}

.left_text_1 {
  position: absolute;
  left: 4%;
  bottom: 10%;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  line-height: 35px;
  color:rgb(236, 172, 20)
}

.left_text_2 {
  position: absolute;
  left: 55%;
  top: 15%;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  line-height: 35px;
  color:rgb(219, 69, 114)
}

.yourstyle {
  position: absolute;
  background-color: rgb(240, 245, 162);
  bottom: 0;
  right: 0;
  width: 20vw;
  height: 25vw;
  color: rgb(32, 9, 144);
  font-size: 100px;
  font-weight: 900;
  line-height: 20vw;
  text-align: center;

  transition: 0.2s ease-in-out;
}
.yourstyle:hover {
  transform: scale(0.9);
  border-radius: 70px;
  cursor: pointer;
}

.right_box_2 {
  width: 60vw;
  height: 100%;
  float: right;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border: 1px solid rgb(151, 148, 148);
}

.outbox {
  width: 45%;
  height: 100%;
  background-color: white;
}

/* 오른쪽 박스 */
/* 트라이 아이콘 박스 */

.mini_title {
  width: 96%;
  height: 30px;
  color: #333;
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  background-color: yellow;
  padding-left: 20px;
}

.item_box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 93%;
  border: 1px solid beige;
}

.item {
  width: 100%;
  height: 80%;
  cursor: pointer;
}
.i_icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #ced5e8;
  margin: auto;
  position: relative;
}

.icon_name_1,
.icon_name_2,
.icon_name_3 {
  display: none;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  top: 33px;
  left: 13px;
}
/* 아이템 박스 뒤집기 */
.i_text_box_wrap {
  width: 80px;
  height: 80%;
  /* background-color: whitesmoke; */
  perspective: 500px;
  cursor: pointer;
  margin: 0 auto;
  padding-top: 10px;
}
.i_text_box {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.i_text_box_wrap:hover .i_text_box {
  transform: rotateY(180deg);
}

.i_text_box_wrap .i_text_box > div {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}
.i_text {
  writing-mode: vertical-rl;
  line-height: 28px;
  margin: 0 auto;
}
.more_item_box {
  background-color: white;
  z-index: 5;
  opacity: 0.9;
  transition: all 3s;
  transform: rotateY(180deg);
}
.more_item {
  width: 50px;
  height: 50px;
  border: 1px solid lightcoral;
  border-radius: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-top: 15px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}

/* 메이크업 룩 상자 */

.m_box {
  width: 30%;
  height: 250px;
  border-radius: 200px;
  text-align: center;
  cursor: pointer;
}
.m_face {
  width: 100%;
  height: 50%;
  border-radius: 50px;
  margin-top: 10px;
}
.m_box:nth-child(1) {
  background-color: #d9c1bd;
}

.m_box:nth-child(2) {
  background-color: #eae8e9;
}

.m_box:nth-child(3) {
  background-color: #ced5e8;
}

/* -------------4페이지--------------- */
.light_icon > img {
  width: 60px;
  height: 60px;
}

.button {
  width: 100px;
  height: 35px;
  border: lightblue 2px solid;
  border-radius: 20px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  background-color: lightblue;
  
}

.event_box {
  position: absolute;
  bottom: 10;
  width: 100%;
  /* height: 70%; */
  /* background-color: rgb(244, 244, 246); */
  display: flex;
  justify-content: space-around;
}

.e_box {
  width: 20vw;
  height: 44%;
  /* background-color: greenyellow; */
  margin-top: 100px;
}

.e_box > img {
  height: 85%;
  object-fit: cover;
}

.news_text {
  text-align: center;
  line-height: 100px;
}

/* -------------푸터--------------- */
.footer {
  background-color: rgb(187, 217, 227);
  padding: 14px;
  position: relative;
  box-sizing: border-box;
}
.fot_icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: space-around;
}


.out_con {
  width: 94%;
  display: flex;
  justify-content: space-around;
}

.contact_box {
  width: 40%;
  height: 80%;
  float: left;
  line-height: 30px;
  font-weight: 700;
  /* margin-left: 20vw; */
  /* border: 1px solid black; */
}

.contact_box:nth-child(1) {
  margin-right: 10px;
}

.con_1 {
  
  padding-right: 440px;
 
}
.con_2,.con_3 {
  margin-top: 20px;
  font-size: 14px;
}

.fot_logo {
 
  font-size: 40px;
  font-weight: 800;
  font-family: "Moirai One", cursive;
  color: skyblue;

}
