/* BASIC css start */
.onyourowntime {
  font-family: "NotoSansCJKR";
  color: #000;
  box-sizing: border-box;
}
.onyourowntime .section {
  /*min-width: 1402px;*/
}

.onyourowntime .section1 {
  position: relative;
  padding-bottom: 100px;
}
.onyourowntime .section1 .cont1 {
  position: relative;
  width:100%;
}

.onyourowntime .section1 .cont1 .slider {
    width: 100%;
}
.onyourowntime .section1 .cont1 .slider .slick-list {

  width:100%;
}
.onyourowntime .section1 .cont1 .slider div {
height:100%;

}
.onyourowntime .section1 .cont1 .slider div img {
    width: 100%;
    height:100%;
    object-fit:cover;
}

.onyourowntime .section1 .cont1 .slider + div {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  font-family: "helveticaneueLTPro-53", "NotoSansCJKR";
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  
}

.onyourowntime .section1 .cont1 .slider + div a {
  display: inline-block;
  border-bottom: 2px solid #fff;
  font-size: 20px;
  color: #fff;
}


.onyourowntime .section1 .cont2 {
  /*position: absolute;*/
  top: 370px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  height:25vw;
  transform: translateY(-17vw);  
  pointer-events: auto;
  
}

.onyourowntime .section1 .cont2 a {
  display:block;
  position:relative; 
  height:25vw;
  overflow:hidden;
  display:flex;
  justify-content:center;  
  width:30%;
}
.onyourowntime .section1 .cont2 img {
  position:absolute;
  bottom:0;
  height:100%;
  width:auto;
  
}
.onyourowntime .section1 .cont3 {
  margin-top: -300px;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.onyourowntime .section1 .cont3 span {
  font-family: "helveticaneueLTPro-53", "NotoSansCJKR";
  font-weight: 400;
}

.onyourowntime .section2 {
  padding: 100px 0;
  background: #ebeae6;
  position:relative;
  aspect-ratio:2/1;
}
.onyourowntime .section2 .tab-menu {
  display: flex;
  justify-content: center;
  gap: 200px;
}
.onyourowntime .section2 .tab-menu li a {
  font-size: 20px;
  font-weight: 700;
}
.onyourowntime .section2 .tab-menu li.act a {
  border-bottom: 2px solid #000;
}
.onyourowntime .section2 .tab-cont {
  /*display: flex;*/
  display: none;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 0;
  width:80%;

  /*position:absolute;
  left:50%;
  transform: translateX(-50%);
  width:70%; */
    
}

.onyourowntime .section2 .tab-cont.act {
  /*opacity:1;*/
  display:flex;
}
.onyourowntime .section2 .tab-cont .cont1 {
  width: 50%;
  aspect-ratio: 1 / 1;
}
.onyourowntime .section2 .tab-cont .cont1 div img {
  width: 100%;
}
.onyourowntime .section2 .tab-cont .cont2 {
  width: 50%;
  text-align: center;
}
.onyourowntime .section2 .tab-cont .cont2 .img img {
  width: 80%;
}
.onyourowntime .section2 .tab-cont .cont2 .t1 {
  font-family: "helveticaneueLTPro-53", "NotoSansCJKR";
  font-size: 20px;
}
.onyourowntime .section2 .tab-cont .cont2 .t2 {
  margin: 10px 0 20px;
  font-size: 30px;
  font-weight: 700;
}
.onyourowntime .section2 .tab-cont .cont2 .btn a {
  border-bottom: 1px solid #000;
  font-family: "helveticaneueLTPro-53", "NotoSansCJKR";
  font-size: 20px;
  font-weight: 700;
}


.onyourowntime .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  appearance: none;
  background: none;
  font-size: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.onyourowntime .slick-arrow::after {
  content: "";
  position: absolute;
  top: 6px;
  display: block;
  width: 26px;
  height: 26px;
}
.onyourowntime .slick-prev {
  left: 30px;
}
.onyourowntime .slick-prev::after {
  left: 12px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
}
.onyourowntime .slick-next {
  right: 30px;
}
.onyourowntime .slick-next::after {
  right: 12px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(-45deg);
}

.onyourowntime .section3 {
  padding: 100px 0;
  text-align: center;
}
.onyourowntime .section3 p {
  font-size: 20px;
  line-height: 2;
}
.onyourowntime .section3 p span {
  font-family: "helveticaneueLTPro-53", "NotoSansCJKR";
}
.onyourowntime .section3 a {
  display: inline-block;
  margin-top: 60px;
  font-size: 26px;
  font-weight: 700;
  text-decoration: underline;
}

.onyourowntime .section4 {
  aspect-ratio: 16 / 9;
}

.onyourowntime .section5 {
  padding: 100px 0 100px 0;
  text-align: center;
}
.onyourowntime .section5 p {
  font-family: "helveticaneueLTPro-53", "NotoSansCJKR";
  font-size: 40px;
  font-weight: 700;
}
.onyourowntime .section5 p + p {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}
.onyourowntime .section5 .box-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 60px;
}
.onyourowntime .section5 .box-wrap > div {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  transition: width 0.3s ease-out;
  overflow: hidden;
}
/* .onyourowntime .section5 .box-wrap > div:hover {
  width: 160%;
} */
.onyourowntime .section5 .movie-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100%;
  margin-left: -100%;
  overflow: hidden;
}
.onyourowntime .section5 .movie-box > div {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  text-align: center;
}
.onyourowntime .section5 .movie-box > div video {
  width: auto !important;
  height: 90%;
}
.onyourowntime .section5 .box-wrap > div .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 115px;
  font-size: 0;
  background: url(https://korea.coach.com/design/coachkorea/Promotion_Page/VCTBR_24SS/btn_play.png);
  background-size: 100%;
  transform: translate(-50%, -50%);
}
.onyourowntime .section5 .box-wrap > div .pause {
  display: none;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 25px;
  height: 25px;
  font-size: 0;
  background: url(https://korea.coach.com/design/coachkorea/Promotion_Page/VCTBR_24SS/btn_pause.png);
  background-size: 100%;
  transform: translate(-50%, -50%);
}
.onyourowntime .section5 .box-wrap > div span {
  position:absolute; bottom:5%; width:100%; left:0; font-size: 20px; font-family: "helveticaneueLTPro-53", "NotoSansCJKR";
}
.onyourowntime .section6 {
  position: relative;
}
.onyourowntime .section6 > img {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.onyourowntime .section6 > div {
  position: absolute;
  top: 50%;
  left: 200px;
  font-family: "helveticaneueLTPro-53", "NotoSansCJKR";
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  transform: translateY(-50%);
}
.onyourowntime .section6 > div .btn {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}
.onyourowntime .section6 > div .btn a {
  border-bottom: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
/* BASIC css end */

