@charset "utf-8";

body {
  background: #F1F1F1;
}



header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #F1F1F1;
  border-bottom: 2px solid #000;
  z-index: 2;
}



h1 {
  position: absolute;
  top: 43px;
  left: 8.33%;
  /* 30/360 */
  /* background: #ccc; */
}

h1>a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'vogue';
  font-weight: normal;
  font-size: 5rem;
  color: #000;
}

.open_btn {
  display: block;
  position: absolute;
  top: 43px;
  right: 8.33%;
  /* 30/360 */
  width: 34px;
  height: 34px;
  border: 2px solid #000;
  text-indent: -9999em;
}

.open_btn span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px;
  background-color: #000; 
}



/* nav-start */
.nav_wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 80.55%;
  height: 100%;
  /* 290/360 */
  background: #000;
}

.nav_header {
  position: fixed;
  top: 0;
  left: 19.444%;
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #fff;
}

.close_btn {
  position: fixed;
  top: 43px;
  right: 10.34%;
  /* 30/290 */
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
}

.close_btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  width: 20px;
  height: 2px;
  background: #fff;
  text-indent: -9999em;
}

.close_btn span:first-child {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_btn span:last-child {
  transform: translate(-50%,-50%) rotate(-45deg);
}


.gnb {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 100px;
  right: 10.34%;
  /* 30/290 */
}

.gnb>li {
  width: auto;
  padding-top: 50px;
}

.gnb>li>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: 'vogue';
  font-size: 2.5rem;
}

.m_social_icon {
  position: absolute;
  top: 468px;
  right: 7.586%;
  /* 22/290 */
  display: flex;
  justify-content: space-between;
}

.m_facebook, .m_instagram, .m_twitter{
  width: 55px;
  height: 55px;
  margin-right: 8px;
}

.m_youtube {
  width: 55px;
  height: 55px;
}
/* navigation-end */




/* main-start */
main {
  margin-top: 100px;
  width: 100%;
  height: 100%;
}


/* visual */
.visual_section {
  width: 100%;
}

.main_visual {
  padding-top: 80px;
  padding-bottom: 167px;
  background: #f1f1f1;
}

.main_visual_text {
  margin: 0 9.722%;
  font-family: 'vogue';
}

.main_visual_text_01 {
  font-size: 10rem;
  text-align: center;
}

.main_visual_text_02 {
  font-size: 1.4rem;
  margin-top: -15px;
}

.main_visual_text_03 {
  font-size:3rem;
}

.main_visual_text_04 {
  text-align: right;
  font-size:3rem;
}

.main_visual_img {
  width: 83.333%;
  /* 300/360 */
  height: 417px;
  margin: 0 auto;
  background: url(../img/main_visual.png) center/cover no-repeat;
}
/* visual-end */


/* about-start */
.about_section {
  width: 100%;
  background: #fff;
}

.main_about {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.about_title {
  width: 72.222%;
  /* 260/360 */
  margin: 0 auto;
  text-align: center;
  font-family: 'vogue';
  font-size: 4rem;
  white-space: nowrap;
}

.about_title span {
  display: inline-block; /* 각 글자들을 인라인 블록으로 설정 */
  width: 12px;
}

.about_line {
  width: 72.222%;
  /* 260/360 */
  height: 1px;
  background: #000;
  margin: 0 auto;
}

.about_img {
  width: 83.333%;
  /* 300/360 */
  height: 343px;
  margin: 60px auto 0;
  background: url(../img/about.png)no-repeat center/cover;
}

.about_text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 30px 12.222% 0 12.222%;
  white-space: normal;
  word-break: keep-all;
  text-align: center;
  font-family: 'Noto Sans KR'; 
}

.about_btn {
  width: 180px;
  height: 48px;
  margin: 50px auto 0px;
  /* 90/360 */
  background: #000;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.about_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 4;
  border-radius: 24px;
}
/* about-end */




/* today-start */
.today_section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.today_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 319px;
  background: #a5a5a5;
}

.main_today {
  position: relative;
  margin-top: 150px;
  width: 100%;
  padding-bottom: 117px;
}


.today_title {
  width: 72.222%;
  /* 260/360 */
  margin: 0 auto;
  text-align: center;
  font-family: 'vogue';
  font-size: 4rem;
}

.today_line {
  width: 72.222%;
  /* 260/360 */
  height: 1px;
  background: #000;
  margin: 0 auto;
}

.today_slider {
  display: flex;
  width: 100%;
  height: 100%;
  /* background: gold; */
}

.today_slide {
  display: flex;
  margin: 0 auto;
  /*65/360*/
  width: 100%;
  height: 100%;
}

.today_slide_01 div {
  width: 63.888%;
  /* 230/360 */
  height: 308px;
  margin: 58px auto 0;
  background: url(../img/today_01.png)no-repeat center/cover;
}

.today_slide_02 {
}

.today_slide_02 div {
  width: 63.888%;
  /* 230/360 */
  height: 308px;
  margin: 58px auto 0;
  background: url(../img/today_02.png)no-repeat center/cover;
}

.today_slide_03 {
}

.today_slide_03 div {
  width: 63.888%;
  /* 230/360 */
  height: 308px;
  margin: 58px auto 0;
  background: url(../img/today_03.png)no-repeat center/cover;
}

.today_slide_04 {
}

.today_slide_04 div {
  width: 63.888%;
  /* 230/360 */
  height: 308px;
  margin: 58px auto 0;
  background: url(../img/today_04.png)no-repeat center/cover;
}

.today_slide_01 p, .today_slide_02 p, .today_slide_03 p, .today_slide_04 p{
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
}

/*  */

.today_section .today_pager {
  height: 7px;
  margin: 40px auto 0;
  text-align: center;
}

.swiper-container .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 48px;
  height: 7px;
  margin: 40px auto 0;
  background: #424242;
  border-radius: 3px; /* 둥글기 */
}

.swiper-pagination-bullet-active {
  background-color: #000;
}
/* today-end */






/* subscribe-start */
.subscribe_section {
  width: 100%;
  height: 100%;
  background: #1B1B1B;
  color: #fff;
}

.main_subscribe {
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 125px;
}


.subscribe_title {
  width: 72.222%;
  /* 260/360 */
  margin: 0 auto;
  text-align: center;
  font-family: 'vogue';
  font-size: 4rem;
  white-space: nowrap;
}

.subscribe_title span {
  display: inline-block;
  width: 12px;
}

.subscribe_line {
  width: 72.222%;
  /* 260/360 */
  height: 1px;
  background: #fff;
  margin: 0 auto;
}


.sub_title {
  white-space: normal;
  word-break: keep-all;
}

.sub_title h3 {
  margin: 60px 31.111% 0 8.333%;
  /* 112/360 */
  /* 30/360 */
  font-size: 2.5rem;
  line-height: 1.3;
}


.sub_title p{
  margin: 10px 6.666% 0 8.333%;
  /* 24/360 */
  /* 30/360 */
  font-size: 1.4rem;
  line-height: 1.4;
}

.subscribe_btn {
  width: 180px;
  /* 180/360 */
  height: 48px;
  margin: 50px auto 0px;
  background: #1B1B1B;
  border: 1px solid #fff;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.subscribe_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 4;
  border-radius: 24px;
}

.subscribe_img {
  width: 81.944%;
  /* 295/360 */
  max-width: 500px;
  height: auto;
  max-height: 500px;
  padding-bottom: 75.375%;
  margin: 50px auto;
  /* 퍼센트 */
  background: url(../img/sub_img2.png)no-repeat center/contain;
}




/* brand-start */
.brand_section {
  width: 100%;
  height: 100%;
}

.main_brand {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.brand_back {
  position: absolute;
  top: 421px;
  left: 0;
  width: 100%;
  height: 1072px;
  background: #fff;
  z-index: -2;
}

.brand_title {
  width: 72.222%;
  /* 260/360 */
  margin: 0 auto;
  text-align: center;
  font-family: 'vogue';
  font-size: 4rem;
}

.brand_line {
  width: 72.222%;
  /* 260/360 */
  height: 1px;
  background: #000;
  margin: 0 auto;
}


/* Brand */
.brand_01, .brand_02, .brand_03 {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.b_img_01 {
  width: 91.666%;
  /* 330/360 */
  height: 349px;
  background: url(../img/brand_01.png)no-repeat center/cover;
}

.b_img_02 {
  width: 91.666%;
  /* 330/360 */
  height: 329px;
  margin-left: auto;
  background: url(../img/brand_02.png)no-repeat center/cover;
}

.b_img_03 {
  width: 91.666%;
  /* 330/360 */
  height: 349px;
  background: url(../img/brand_03.png)no-repeat center/cover;
}


.brand_text_01, .brand_text_02, .brand_text_03 {
  padding-top: 20px;
  font-family: 'Noto Sans KR';
}

.brand_text_01 h3, .brand_text_03 h3 {
  font-size: 1.8rem;
  margin: 20px 0 0 8.333%;
  /* 30/360 */
  line-height: 1.2;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
}

.brand_text_02{
  text-align: right;
  margin-right: 0;
}

.brand_text_02 h3 {
  margin: 20px 8.333% 0 0;
  /* 30/360 */
  font-size: 1.8rem;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
}

.brand_text_02 p{
  margin: 20px 8.333% 0 0;
  /* 30/360 */
  line-height: 1.4;
  font-size: 1.4rem;
  text-align: right;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
}

.brand_text_01 p, .brand_text_03 p {
  margin: 20px 0 0 8.333%;
  /* 30/360 */
  line-height: 1.4;
  font-size: 1.4rem;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
}

.line_rec_01, .line_rec_02, .line_rec_03 {
  display: flex;
  margin: 10px 0 0 0;
}


.line_rec_02 {
  width: 90%;
  margin-left: auto;
  height: 1px;
  background-color: #000;
}

.brand_line_01, .brand_line_03 {
  width: 90%;
  height: 1px;
  background-color: #000;
}

.brand_rec_01, .brand_rec_02, .brand_rec_03 {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #000;
}





/* footprint */
.footprint_section {
  width: 100%;
  height: 100%;
}

.main_footprint {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/footprint.jpg)no-repeat center/cover ;
}

.main_footprint_box {
  width: 100%;
  height: 774px;
  background: #000;
  opacity: 35%;
  z-index: 5;
}

.footprint_box {
  position: absolute;
  top: 70px;
  left: 30px;
  right: 30px;
  width: 83.333%;
  /* 300/360 */
  height: 634px;
  margin: 0 auto;
  background: url(../img/footprint.jpg) no-repeat center/cover;
}

.footprint_box_dark {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.91);
}

.footprint_text {
  position: relative;
  color: #fff;
  text-align: center;
  margin: 0 52px;
}

.main_footprint h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 70px;
  z-index: 5;
}

.foot_line_01 {
  width: 57px;
  height: 2px;
  background: #fff;
  margin: 7px auto 0;
  z-index: 5;
}

.main_footprint h3 {
  font-size: 1.8rem;
  margin: 27px auto 0;
}

.foot_line_02 {
  width: 69px;
  height: 2px;
  background: #fff;
  margin: 7px auto 0;
}

.main_footprint p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 15px;
  word-break: keep-all;
}

.icon {
  flex-direction: column;
  width: 194px;
  margin: 40px auto;
  /* margin: 40px 53px 0 53px; */
  /* 53/300 */
}

.book, .laptop, .chat {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
}


.book_icon {
  width: 70px;
  height: 70px;
  background: url(../img/book2.png)no-repeat center/cover;
}

.laptop_icon {
  width: 69px;
  height: 69px;
  background: url(../img/laptop.png)no-repeat center/cover;
}


.chat_icon {
  width: 71px;
  height: 71px;
  background: url(../img/chat.png)no-repeat center/cover;
}

.foot_text_01{
  position: absolute;
  top: 15px;
  right: 2px;
  color: #fff;
  text-align: center;
}

.foot_text_02 {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #fff;
  text-align: center;
}

.foot_text_03 {
  position: absolute;
  top: 15px;
  right: 26px;
  color: #fff;
  text-align: center;
}



.foot_text_01 strong, .foot_text_02 strong, .foot_text_03 strong {
  font-size: 2.2rem;
}

.foot_text_01 p, .foot_text_02 p, .foot_text_03 p {
  font-size: 1.2rem;
  margin-top: 5px;
}



/* trend-section */
.best_trend {
  width: 100%;
  height: 100%;
}

.main_trend {
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.best_title {
  width: 72.222%;
  /* 260/360 */
  margin: 0 auto;
  text-align: center;
  font-family: 'vogue';
  white-space: nowrap;
  font-size: 4rem;
}

.best_line {
  width: 72.222%;
  /* 260/360 */
  height: 1px;
  background: #000;
  margin: 0 auto;
}

.best_slider {
  /* display: flex;
  width: 100%;
  height: 100%; */
}

/* .best_slide {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
} */

.best_slider .swiper-slide {
  width: 80%;
}

.best_slide_01 {}

.best_slide_01 a {}

.best_slide_01 div {
  height: 291px;
  margin: 60px auto 0;
  background: url(../img/trend_01.png)no-repeat center/cover;
}

.best_slide_01 p {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}

.best_slide_02 {}

.best_slide_02 a {}

.best_slide_02 div {
  height: 291px;
  margin: 60px auto 0;
  background: url(../img/trend_02.png)no-repeat center/cover;
}

.best_slide_02 p {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}

.best_slide_03 {}

.best_slide_03 a {}

.best_slide_03 div {
  height: 291px;
  margin: 60px auto 0;
  background: url(../img/trend_03.png)no-repeat center/cover;
}

.best_slide_03 p {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}

.best_slide_04 div {
  height: 291px;
  margin: 60px auto 0;
  background: url(../img/trend_04.png)no-repeat center/cover;
}

.best_slide_04 p {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}

.best_pager {
  height: 7px;
  margin: 60px auto 0;
  text-align: center;
}





/* social-get in touch-start */
.social {
  width: 100%;
  height: 100%;
  background: url(../img/getback_02.jpg)no-repeat center/cover;
  padding: 40px 0;
}

.main_social {
}

.social_title {
  width: 100%;
}

.social_img {
  width: 83.333%;
  /* 300/360 */
  height: 174px;
  margin: 0 auto 40px;
  background: url(../img/이미지29.png) no-repeat center/cover;
}

.social_text_img_01 {
  position: relative;
  width: 83.333%;
  /* 300/360 */
  height: 80px;
  margin: 0 auto;
  background: url(../img/VOCUEGET2.png) no-repeat center/contain;
}

.social_text_img_02 {
  width: 22.222%;
  /* 80/360 */
  height: 10px;
  margin: 0 50%;
  /* 250/360 */
  background: url(../img/get.png) no-repeat center/contain;
}


.social_icon {
  width: 178px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 65px;
}

.facebook, .instagram, .twitter, .youtube {
  width: 40px;
  height: 40px;
}



/* footer */
footer {
  width: 100%;
  background: #000;
}

.footer_all {
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 20px;
  text-align: center;
}

.footer_all span a{
  display: block;
  text-align: center;
  font-family: 'Vogue';
  font-size: 2.2rem;
  color: #fff;
  padding-top: 15px;
}


.footer_text_01{
  display: none;
}

.footer_text_01 a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
}

.footer_all p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.footer_all p:last-child {
  font-size: 1.2rem;
  padding: 18px 0 35px 0;
}


