.sct_sub_txt {
  font-size: 17px;
  color: #555;
  font-weight: 300;
  padding: 5px 0 10px 0;
}


/*section01*/
.section01 {padding-bottom: 200px;}
.section01 .s1_wrap {width: 100%;  display: flex; justify-content: space-between; flex-wrap: wrap; overflow: hidden;}
.section01 .s1_wrap .left{ width:55%;  background-image: url(../img/s1_img01.jpg); background-repeat:no-repeat;background-position:center center;background-size:cover; }

.section01 .s1_wrap .left a { display: block; width: 100%; height: 700px; padding:55px}
.section01 .s1_wrap .left h2 { color:#fff; font-weight:600; font-size:32px;}
.section01 .s1_wrap .left p { color:#fff; opacity: 0.8; font-weight:500; font-size:17px; margin:10px 0 20px}
.section01 .s1_wrap .right{ width:43%; margin-left:2%;}
.section01 .s1_wrap .right .top { width:100%; margin-bottom:22px; background-image: url(../img/s1_img02.jpg); background-repeat:no-repeat;background-position:center center;background-size:cover; clear:both;}

.section01 .s1_wrap .right .bottom { width:100%; background-image: url(../img/s1_img03.jpg); background-repeat:no-repeat;background-position:center center;background-size:cover; clear:both}

.section01 .s1_wrap .right .top a { display:block; width:100%; height:339px; padding:40px;}
.section01 .s1_wrap .right .bottom a { display:block; width:100%; height:339px; padding:40px}


.section01 .s1_wrap .right h2 {color:#fff; font-weight:600; font-size:32px}
.section01 .s1_wrap .right p {color: #fff; opacity: 0.8; font-weight: 300; font-size:17px; margin: 10px 0 20px;}


@media screen and (max-width:980px) {
    .section01 .inner li { width:50%}
}
@media screen and (max-width:640px) {
    .section01 {padding-bottom: 100px;}
}
@media screen and (max-width:576px) {
    .section01 .s1_wrap .left h2, .section01 .s1_wrap .right h2 {font-size:28px}
    .section01 .s1_wrap .left h3, .section01 .s1_wrap .right h3 {font-size:20px}
    .section01 li { width:100%}
    .section01 .inner .left { width:100%; margin-bottom: 17px;}
    .section01 .s1_wrap .left a {height: 339px; padding:40px}
    .section01 .inner .right { width:100%; margin-left:0}
}
/*section01*/

.section02  {width:100%;  clear:both; overflow: hidden;}
.section02 .photo { width:52%; min-height:529px; float:left}
.section02 .photo .li { width:100%; min-height:529px; background-size:cover; background-position:center; background-repeat:no-repeat;}
.section02 .photo .img01 { background-image:url(../img/section02_img01.jpg)}
.section02 .photo .img02 { background-image:url(../img/section02_img02.jpg)}
.section02 .photo  .owl-nav {position: absolute;top: 50%;margin-top: -25px; width:100%;}
.section02 .photo  .owl-nav .owl-prev {width:31px;height:61px;position:absolute;left:20px; background-color:transparent; cursor:pointer; background-image: url(../img/prevBtn_off.png);background-repeat: no-repeat; text-indent:-9999px}
.section02 .photo  .owl-nav .owl-next {width:31px;height:61px;position:absolute;right:20px; background-color:transparent;  cursor:pointer;  background-image: url(../img/nextBtn_off.png);background-repeat: no-repeat; text-indent:-9999px}
.section02 .photo  .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:35px;}
.section02 .photo  .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:30px;height:5px;display:inline-block;margin-left:10px}
.section02 .photo  .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
.section02 .txt { width:48%; min-height:529px; background-color:#527764; padding:95px 0px 95px 95px; float:left;  box-sizing:border-box}
.section02 .txt h2 { max-width:550px; font-size:42px; letter-spacing:-1px; font-weight:bold; color:#fff; word-break:keep-all}
.section02 .txt span { display: block; padding: 40px 0 0;color: #fff; opacity:0.8; font-size: 17px;line-height: 1.6; font-weight: 300; letter-spacing:0; max-width:700px; word-break:keep-all}
.section02 a {display:inline-block; font-size:14px;  margin-top:40px; border:1px solid #3e976c; text-align:center; color:#fff; background-color:#3e976c; line-height:40px; padding:0 30px; transition: all 0.2s}
.section02 a:hover {padding:0 40px; transition: all 0.3s; background-color:#3e976c; border:1px solid #3e976c; color:#fff} 

@media screen and (max-width:976px) {
	.section02 .photo { width:100%; clear:both; float:none}
	.section02 .txt  { width:100%; clear:both; float:none}
}

@media screen and (max-width:576px) {
	.section02 .txt { padding:45px}
	.section02 .txt h2 { font-size:28px;}
	.section02 .txt span { width:100%}
}


/* section03 */

.section03 {
  padding: 200px 0; 
}

.section03 h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 40px;
}

.drag_slider .owl-carousel .owl-item {
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}

.drag_slider .owl-carousel .item .img_box {
  overflow: hidden;
}
.drag_slider .owl-carousel .item .img_box img {
  transition: transform 0.6s ease-in-out;
  -webkit-transition: transform 0.6s ease-in-out;
}
.drag_slider .owl-carousel .item:hover .img_box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.drag_slider .owl-carousel .txt_box {
  padding: 32px 0px;
}
.drag_slider .owl-carousel .txt_box h3 {
  display: block;
  font-size: 24px;
  line-height: 1.75;
  color: #1a1a1a;
  text-align: center;
}
.drag_slider .owl-carousel .txt_box p {
  color: #555;
  text-align: center;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.drag_slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.drag_slider .owl-carousel .owl-item.active {
  opacity: 1;
}

.drag_slider .owl-carousel .owl-scrollbar {
  margin-top: 20px;
  border-radius: 10px;
  height: 5px;
  width: 100%;
  background: #f1f1f1;
  box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
  position: relative;
  transform: scale(0.9);
}


.drag_slider .owl-carousel .owl-scrollbar .owl-scroll-handle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #4575bd;
  position: absolute;
  top: -5px;
  left: -1px;
}


.drag_slider .owl-carousel .owl-scrollbar .owl-scroll-handle:hover {
  transform: scale(2);
  transition: transform 0.2s ease-in-out;
}

.drag_slider .owl-carousel .owl-scrollbar .owl-scroll-progress {
  background: #333;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.drag_slider .owl-carousel .owl-dots {
  display: none;
}

.drag_slider .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: transparent;
  padding: 0;
  bottom: 50px;
}

.drag_slider .owl-carousel .owl-nav button.disabled {
  color: #ddd;
}

.drag_slider .owl-carousel .owl-nav button > span {
  display: none;
}

.drag_slider .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.drag_slider .owl-carousel .owl-nav button.owl-prev::before {
  content: "\f053";
  font-size: 30px;
  font-family: "FontAwesome";
  text-indent: 0;
}

.drag_slider .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.drag_slider .owl-carousel .owl-nav button.owl-next::before {
  content: "\f054";
  font-size: 30px;
  font-family: "FontAwesome";
  text-indent: 0;
}

@media screen and (max-width:639px) {
  .section03 {
    padding: 100px 0;
  }
}

@media screen and (max-width:576px) {
  .section03 h2 {
    font-size:28px
  }
}
/* section03 */

.sct_img {
  overflow: hidden;
}
.sct_img img {
  transition: all 0.2s linear;
}

.btn_wish {
  color: #c1c4c6;
}
.button_on .fa-heart-o,
.style_class .fa-heart-o {
  color: red;
}

/*하단 컨텐츠*/
.left_box {
  position: absolute;
  right: 110px;
  padding-right: 50px;
}
.btn-more2 {
  position: absolute;
  right: -85px;
  transform: rotate(90deg);
  margin-top: -208px;
}
.more_arrow {
  padding-left: 10px;
}
.middle_text01 {
  padding-bottom: 20px;
}