@charset "utf-8";
/* PC-1024 */




/* gate-1024 */
@media screen and (min-width:1024px) {
  
body {
  /* background: #F1F1F1; */
}



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



h1 {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  /* background: #ccc; */
}

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

.open_btn {
  display: none;
  /* display: block;
  position: absolute; */
  /* top: 37px; */
  /* right: 6.25%; */
  /* 48/768 */
  /* width: 63px; */
  /* height: 63px; */
  /* border: 2px solid #000;
  text-indent: -9999em; */
}

.open_btn span {
  /* display: block; */
  /* width: 36px; */
  /* height: 2px; */
  /* margin: 12px auto; */
  /* background-color: #000;  */
}



/* nav-start */
.nav_wrap {
  display: block !important;
  position: static;
  top: 0;
  left: 50%;
  transform: translateX(-50deg);
  width: 100%;
  height: auto;
  background: none;
  /* background: #000; */
}

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

.close_btn {
  display: none;
  /* position: fixed;
  top: 37px;
  right: 6.25%; */
  /* 48/768 */
  /* width: 63px;
  height: 63px;
  border: 2px solid #fff; */
}

.close_btn span {
  /* display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  width: 40px;
  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: row;
  position: absolute;
  /* justify-content: space-between; */
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  width: 70%;
  /* 48/768 */
}

.gnb>li {
  /* width: auto; */
  /* padding-top: 80px; */
}

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

/* .gnb>li>a:nth-child(n):hover{
  color: #fff;
} */


.gnb > li > a {
  position: relative;
  display: inline-block;
  padding: 5px 0; 
}

.gnb > li > a:before{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
}

.gnb > li > a:before {
  top: 0; 
  left: 0;
  right: 0;
}

.gnb > li > a:hover:before{
  width: 100%;
}



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

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

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




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


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

.main_visual {
  padding-top: 88px;
  padding-bottom: 89px;
  
  background: #f1f1f1;
}

.main_visual_text {
  font-family: 'vogue';
  z-index: 10;
}

.main_visual_text_01 {
  font-size: 24rem;
  margin-right: 6.51%;
  /* 50/768 */
  margin-left: 22.526%;
  /* 173/768 */
}

.main_visual_text_02 {
  font-size: 2.2rem;
  margin-top: -25px;
}

.main_visual_text_03 {
  font-size: 8rem;
  line-height: 0.8;
  margin-top: 5px;
}

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

.main_visual_img {
  width: 89.062%;
  /* 912/1024 */
  height: 517px;
  margin: -35px auto;
  background: url(../img/main_visual.png) no-repeat/center;
}

/* visual-end */


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

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

.about_title {
  width: 72.222%;
  /* 260/360 */
  margin-left: 5.371%;
  /* 55/1024 */
  text-align: start;
  font-family: 'vogue';
  font-size: 8rem;
  white-space: nowrap;
}

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

.about_line {
  width: 47.656%;
  /* 488/1024 */
  height: 2px;
  background: #000;
  margin-left: 5.371%;
  /* 55/1024 */
}

.about_img {
  width: 89.941%;
  /* 912/1024 */
  height: 621px;
  margin: 100px 5.371% 0 5.371%;
  /* 55/1024 */
  /* background: url(../img/about.png)no-repeat center/cover; */
}

.about_text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 40px 17.285% 0px 17.285%;
  /* 177/1024 */
  /* white-space: normal;
  word-break: keep-all;
  text-align: center;
  font-family: 'Noto Sans KR';  */
}

.about_btn {
  width: 300px;
  height: 80px;
  margin: 100px auto 0px;
  /* background: #000; */
  border-radius: 40px;
  /* 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.8rem;
  line-height: 4.5;
  border-radius: 40px;
}
/* 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: 659px;
  background: #E2E2E2;
}

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


.today_title {
  transform: rotate(-90deg);
  position: absolute;
  top: 360px;
  left: 7.812%;
  /* 80/1024 */
  text-align: left;
  transform-origin: left center;
  /* font-family: 'vogue'; */
  /* font-size: 8rem; */
}

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

.today_slider {
  display: flex;
  width: 81.6406%;
  /* 836/768 */
  height: 100%;
  margin-top: 140px;
  margin-left: 200px;
  margin-right: 0;
}

.today_slide {
  display: flex;
  height: 100%;
}

.today_slide_01, .today_slide_02, .today_slide_03, .today_slide_04 {
  width: 60%;         
}


.today_slide_01 div {
  width: 100%;
  height: 589px;
  background: url(../img/today_01.png)no-repeat center/cover;
}

.today_slide_02 div {
  width: 100%;
  height: 589px;
  background: url(../img/today_02.png)no-repeat center/cover;
}


.today_slide_03 div {
  width: 100%;
  height: 589px;
  background: url(../img/today_03.png)no-repeat center/cover;
}


.today_slide_04 div {
  width: 100%;
  height: 589px;
  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: 2.2rem;
  text-align: center;
}

/*  */

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

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

.today_section .today_pager .swiper-pagination-bullet {
  width: 15.625%;
  /* 120/768 */
  height: 10px;
  background: #424242;
  margin: 0 15px;
  border-radius: 5px; /* 둥글기 */
}

.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: 260px;
}


.subscribe_title {
  width: 72.222%;
  /* 260/360 */
  margin-left: 55px;
  text-align: start;
  font-family: 'vogue';
  font-size: 8rem;
}

.subscribe_line {
  width: 47.656%;
  /* 488/1024 */
  height: 2px;
  background: #fff;
  margin-left: 55px;
}


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

.sub_title h3 {
  margin: 30px 59.472% 0 6.445%;
  /* 609/1024 */
  /* 66/1024 */
  font-size: 4rem;
  line-height: 1.3;
}


.sub_title p{
  margin-top: 25px;
  margin-left: 6.445%;
  /* 609/1024 */
  /* 66/1024 */
  font-size: 2rem;
  line-height: 1.4;
}

.subscribe_btn {
  width: 300px;
  height: 80px;
  margin: 68px 50.911% 0 10.026%;
  /* 391/768 */
  /* 77/768 */
  border-radius: 40px;
  /* 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.8rem;
  line-height: 4;
  border-radius: 40px;
}

.subscribe_img {
  width: 80.371%;
  /* 823/1024 */
  max-width: none;
  height: auto;
  max-height: none;
  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 {
  /* width: 100%;
  height: 100%; */
  padding-top: 260px;
  padding-bottom: 260px;
}

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

.brand_title {
  width: 72.222%;
  /* 260/360 */
  margin-left: 55px;
  text-align: start;
  font-family: 'vogue';
  font-size: 8rem;
}

.brand_line {
  width: 47.656%;
  /* 488/1024 */
  height: 2px;
  background: #000;
  margin-left: 55px;
}


/* Brand */
.brand_01,.brand_03 {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 150px;
}

.brand_02 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 150px;
}

.b_img_01 {
  width: 45.703%;
  /* 468/1024 */
  height: 596px;
  margin-right: auto;
  /* 48/768 */
  background: url(../img/brand_01.png)no-repeat center/cover;
}

.b_img_02 {
  width: 45.703%;
  /* 468/1024 */
  height: 596px;
  margin-left: auto;
  /* 48/768 */
  background: url(../img/brand_02.png)no-repeat center/cover;
}

.b_img_03 {
  width: 45.703%;
  /* 468/1024 */
  height: 596px;
  margin-left: 6.25%;
  /* 48/768 */
  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: 3.8rem;
  margin: 20px 0 0 75px;
  /* 30/360 */
  line-height: 1.3;
  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: 3.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.8rem;
  text-align: right;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
}

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

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


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

.brand_line_01, .brand_line_03 {
  width: 58.593%;
  /* 553/768 */
  height: 2px;
  /* background-color: #000; */
}

.brand_line_03 {
  width: 72.005%;
  /* 450/768 */
  height: 2px;
  /* background-color: #000; */
}

.brand_rec_01, .brand_rec_02, .brand_rec_03 {
  width: 15px;
  height: 15px;
  margin-top: -7.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: 1106px;
  /* background: #000; */
  /* opacity: 35%; */
  /* z-index: 5; */
}

.footprint_box {
  /* position: absolute; */
  top: 163px;
  left: 56px;
  right: 56px;
  width: 89.062%;
  /* 912/1024 */
  /* height: 638px; */
  height: 780px;
  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 auto;
}

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

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

.main_footprint h3 {
  font-size: 3.8rem;
  margin: 66px auto 0;
}

.foot_line_02 {
  width: 107px;
  height: 3px;
  background: #fff;
  margin: 11px auto 0;
}

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

.icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 648px;
  margin: 94px auto 115px;
  /* margin: 40px 53px 0 53px; */
  /* 53/300 */
}




.book_icon, .laptop_icon, .chat_icon {
  margin: 0 auto;
}


.book, .laptop, .chat {
  margin: 0 10px;
}


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

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


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


.foot_text_01, .foot_text_02, .foot_text_03 {
  margin: 20px auto 0;
}



.foot_text_01{
  /* color: #fff;
  text-align: center; */
  position: sticky;
}

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

.foot_text_03 {
  position: sticky;
  /* 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: 4.2rem;
}

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



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

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

.best_title {
  width: 72.222%;
  /* 260/360 */
  margin-left: 55px;
  text-align: start;
  font-family: 'vogue';
  font-size: 8rem;
}

.best_line {
  width: 47.656%;
  /* 488/1024 */
  height: 2px;
  background: #000;
  margin-left: 55px;
}

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

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



.best_slide_01, .best_slide_02, .best_slide_03, .best_slide_04 {
  width: 80%;
}

.best_slide_01 a {}

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

.best_slide_02 {}

.best_slide_02 a {}

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

.best_slide_03 {}

.best_slide_03 a {}

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

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

.best_slide_01 p
,.best_slide_02 p
,.best_slide_03 p
,.best_slide_04 p {
  margin-top: 20px;
  font-size: 2.2rem;
  text-align: center;
}

.best_pager {
  margin-top: 130px;
}


.best_trend .best_pager .swiper-pagination-bullet {
    width: 15.625%;
    /* 120/768 */
    height: 10px;
    background: #424242;
    margin: 0 15px;
    border-radius: 5px; /* 둥글기 */
}





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

.main_social {
}

.social_title {
  width: 100%;
}

.social_img {
  width: 73.632%;
  /* 754/1024 */
  height: 475px;
  margin: 0 auto 40px;
  background: url(../img/이미지29.png) no-repeat center/cover;
}

.social_text_img_01 {
  width: 51.074%;
  /* 523/1024 */
  height: 241px;
  margin: 50px auto 0;
  background: url(../img/VOCUEGET2.png) no-repeat center/contain;
}

.social_text_img_02 {
  width: 20%;
  /* 80/360 */
  height: 20px;
  margin: 0 58.593%;
  /* 450/768 */
  background: url(../img/get.png) no-repeat center/contain;
}


.social_icon {
  width: 550px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}

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



/* footer */
footer {
  width: 100%;
  height: 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: 6rem;
  color: #fff;
}


.footer_text_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}


.footer_text_01 a {
  display: block;
  font-size: 1.8rem;
}



.footer_text_01 a:not(:last-child)::after {
  content: "|"; 
  margin: 0 20px; 
  /* 20/768 */
  color: #fff;
}

.footer_text_02  {
  line-height: 1.4;
  margin: 27px auto 0;
}

.footer_text_02 p {
  font-size: 1.8rem;
}

.footer_text_02 p:last-child {
  font-size: 1.8rem;
}

}