.sct_sub_txt {
  font-size: 17px;
  color: #555;
  font-weight: 300;
  padding: 5px 0 10px 0;
}

#header_wrap {
    width: 100%;
    min-width: 1300px;
    overflow-x: hidden
}


#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    border: 0px solid red;
    background: rgba(0,0,0,0.6);
    z-index: 500 !important;
    height: 80px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#header h1 {
    position: absolute;
    display: block;
    line-height: 80px;
    left: 0;
    transition: all .3s ease-in-out;
    background: none
}

#header h1 a img {
    vertical-align: middle;
    max-height: 40px;
    margin-bottom: 5px;
    margin-left: 30px
}

#header.header_on {
    height: 360px !important
}

#lnb {
    position: relative;
    float: right;
    margin-right: 0px;
    line-height: 80px !important;
    background: none
}

#lnb:hover .lnb_wrap {
    height: 340px
}

#ln .lnb_wrap {
    position: relative;
    overflow: hidden;
    height: 80px;
    min-height: 80px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#lnb .lnb_wrap > ul > li {
    float: left
}

#lnb .lnb_wrap > ul > li > a {
    display: block;
    width: 100%;
    padding: 0 40px;
    font-size: 1.2em;
    color: #eee;
    height: 80px;
    line-height: 80px;
    border-bottom: 0px solid rgba(255,255,255,0)
}

#lnb .lnb_wrap > ul > li > a > span {
    display: block;
    background: rgba(255,255,255,0);
    width: 0px;
    height: 2px;
    margin: 0 auto;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#lnb .lnb_wrap > ul > li.current > a {
    color: #fff;
    border-bottom: 0px solid rgba(255,255,255,1);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#lnb .lnb_wrap > ul > li.actived > a {
    color: #fff;
    border-bottom: 0px solid rgba(255,255,255,1);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

#lnb .lnb_wrap > ul > li.current > a > span {
    display: block;
    background: rgba(255,255,255,1);
    width: 100%
}

#lnb .lnb_wrap > ul > li.actived > a > span {
    display: block;
    background: rgba(255,255,255,1);
    width: 100%
}

#lnb .lnb_sub {
    margin-top: 10px;
    text-align: center
}

#lnb .lnb_sub li a {
    display: block;
    color: rgba(255,255,255,1);
    padding: 0;
    margin: 0 0 2px 0;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    letter-spacing: -0.5px
}

#lnb .lnb_sub li a:hover {
    display: block;
    color: #cfa972;
    font-weight: 700
}

#gnbb {
    position: absolute;
    right: 0;
    display: none
}

#gnbb a {
    color: #fff;
    text-align: center;
    font-size: 0.85em;
    line-height: 80px;
    padding: 5px 10px;
    margin: 0 2px;
    background: #534741
}

#gnbb a:hover {
    background: #fff;
    color: #000
}

.jbFixed {
    min-height: auto !important
}

.jbFixed .header_in {
    position: fixed !important;
    top: 0px;
    width: 100% !important;
    background: rgba(12,30,55,0.95);
    z-index: 11
}

.jbFixed .header_in #lnb {
    margin-top: 0
}

.jbFixed .header_in #lnb:hover .lnb_wrap {
    height: 340px
}

.jbFixed .header_in #lnb .lnb_wrap {
    height: 60px;
    min-height: 60px
}

.jbFixed .header_in #lnb .lnb_wrap > ul > li > a {
    height: 60px;
    line-height: 60px
}

.jbFixed .header_in #gnbb a {
    height: 60px;
    line-height: 60px !important
}

.jbFixed .header_in h1 {
    height: 60px;
    line-height: 60px !important
}

.jbFixed .header_in h1 img {
    width: 80%;
    transition: all .3s ease-in-out
}

section.section_main {
    padding: 40px 0;
}
/*section01*/
.section01 {padding: 40px 0;}
.section01 .s1_wrap {width: 100%;  display: flex; justify-content: space-between; flex-wrap: wrap; overflow: hidden;}
.section01 .s1_wrap .left{ width:48%; margin:0 1%; position: relative;}
.section01 .s1_wrap .left_img { width: 100%; background-image: url(../img/main_night.jpg); background-repeat:no-repeat;background-position:center center;background-size:cover; height: 0; padding-top: 57%; }
.section01 .s1_wrap a { display: block; width: 100%; font-size: 20px;padding-top: 1em;}
.section01 .s1_wrap h2 { font-weight:600; font-size:40px; padding-top: 2em;}
.section01 .s1_wrap p { opacity: 0.8; font-weight:500; font-size:20px; margin:10px 0 20px;padding-top: 1em;}
.section01 .s1_wrap .right{ width:48%; margin:0 1%; margin-bottom:22px; position: relative;}
.section01 .s1_wrap .right_txt {padding-left:  8em;}
.section01 .s1_wrap .right_img { width: 100%; background-image: url(../img/main_day.jpg); background-repeat:no-repeat;background-position:center center;background-size:cover; clear:both; height: 0; padding-top: 57%;}



@media screen and (max-width:980px) {
    .section01 .inner li { width:50%}
    .section01 .s1_wrap .right_txt,
    .section01 .s1_wrap .left_txt {
        padding-left: 1em;
    }
    .section01 .s1_wrap .left,
    .section01 .s1_wrap .right {
        width: 100%;
    }
    .section02 .s1_wrap {
        display: flex;
        flex-direction: column-reverse;
    }
        
}
@media screen and (max-width:640px) {
    .section01 {
        padding: 15px 15px 35px;
    }
}
@media screen and (max-width:576px) {
    .section01 .s1_wrap .left h2, .section01 .s1_wrap .right h2 {font-size:26px}
    .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 .inner .right { width:100%; margin-left:0}
    .section01 .s1_wrap p {
        font-size: 16px; word-break: keep-all;
    }
    .section01 .s1_wrap p br {
        display: none;
    }
}
/*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;
}