@font-face { font-family: 'KHNPHD'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KHNPHD.woff') format('woff'); font-weight: normal; font-style: normal; }
#wrap {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  width: 1400px;
}

#mainContainer {
  width: 100%;
  min-height: 100%;
  background-color: #000; 
  overflow: hidden;
  display: block; 
  box-sizing: border-box;
  top: 0;
  left: 0;
}

body.MSIE #mainContainer { overflow: auto; background-color: transparent; position: static; height: auto; }
body.MSIE #mainContainer .swiper-wrapper { display: block; transform: inherit; }
body.MSIE #mainContainer .swiper-slide { display: block; height: auto; }

.mainSection { box-sizing: border-box;  overflow: hidden; }
.mainSection > .inner { width: 92%; max-width: 1490px; margin: 0 auto; }
.mainSection .setTitle { width: 88%; text-align: center; margin: 0 auto; margin-bottom: 60px; }
.mainSection .setTitle .tit1 { font-size: 50px; color: #2a2a2a; font-weight: 400; line-height: 1; }
.mainSection .setTitle .tit2 { font-size: 14px; color: #6f6f6f; margin-top: 20px; letter-spacing: 9px; font-family: 'Roboto', sans-serif; }

.mainSection > .inner { max-width: 100%; padding: 0 40px; box-sizing: border-box; text-align: left; position: relative; }
.mainSection > .inner:before { content: ''; position: absolute; top: 0; right: -56px; width: 277px; height: 100%; background-color: #fff; z-index: 2; }
.mainSection .title { text-align: left; margin-left: 75%; padding-left: 60px; position: relative; z-index: 3; display: inline-block; padding-top: 50px; padding-bottom: 20px; }
.mainSection .title:after { content: ''; width: 30px; height: 4px; background-color: #333; position: absolute; bottom: 0; left: 60px; }
.mainSection .title .tit { font-size: 55px; color: #2a2a2a; line-height: 1; font-family: "KHNPHD"; font-weight: 600; }
.mainSection .title .txt { font-size: 15px; color: #727272; margin-top: 20px; max-width: 240px; }
.mainSection .img_slider { padding-right: 15%; margin-top: -176px; position: relative; z-index: 1; }
.mainSection .img_slider .slick-list { overflow: inherit; }
.mainSection .img_slider .item { box-sizing: border-box; text-align: left; display: table !important; width: 100%; }
.mainSection .img_slider .item > .inner { display: block; position: relative; width: 70%; height: 0; padding-top: 36%; overflow: hidden; }
.mainSection .img_slider .item > .inner:before { content: ''; display: block; width: 100%; height: 100%; position: absolute;  top: 0; left: 0; z-index: 2; background-color: rgba(0,0,0,0.2); background-image: url(../images/main/main_hi_media_play.png); background-size: 12%; background-position: center; background-repeat: no-repeat; 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainSection .img_slider .item > .inner:hover:before { background-image: url(../images/main/main_hi_media_play_on.png); background-size: 12.1%; }
/*.mainSection .img_slider .item img { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; }*/

.mainSection .txt_slider { position: absolute; bottom: 0; left: 72%; width: 415px; height: 50%; z-index: 2; padding-left: 60px; box-sizing: border-box; }
.mainSection .txt_slider .item {  }
.mainSection .txt_slider .item > .inner {  }
.mainSection .txt_slider .item .tit { font-size: 26px; font-weight: 400; color: #000; line-height: 1.4; max-width: 280px; white-space: nowrap; }
.mainSection .txt_slider .slick-arrow { width: 70px; height: 70px; border: 1px solid #999; box-sizing: border-box; background-repeat: no-repeat; background-position: center; background-color: #fff; position: absolute; text-indent: -9999px; bottom: 30px; z-index: 1; 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainSection .txt_slider .slick-prev { background-image: url(http://www.hifertility.co.kr/images/main/main_hi_media_prev.png); left: 60px; }
.mainSection .txt_slider .slick-next { background-image: url(http://www.hifertility.co.kr/images/main/main_hi_media_next.png); left: 129px; }
.mainSection .txt_slider .slick-arrow:hover { border-color: #333; z-index: 2; }

.mainSection .txt_slider .slick-prev:hover { background-image: url(http://www.hifertility.co.kr/images/main/main_hi_media_prev_on.png); }
.mainSection .txt_slider .slick-next:hover { background-image: url(http://www.hifertility.co.kr/images/main/main_hi_media_next_on.png); }
