@charset "utf-8";

/* 내용관리 */
#ctt {background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:0px 0;line-height:1.6em;margin-top:100px;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

.sub114_wrap{ height:1254px;}
.sub114_wrap img{width:100%;}

.gallery-top-wrap{overflow:hidden;width:1500px; margin:0 auto; position:relative;}
.gallery-top{ height:653px; position:static;}


.gallery-thumbs{width:1500px; background:#fff; margin:6px auto 0;overflow:hidden}
.gallery-thumbs > div > div{opacity:0.6;}
.gallery-thumbs div.swiper-slide-thumb-active{opacity:1;}
.swiper-slide-text{float:left;width:500px; height:653px; background:#0f1f4f; color:#fff; padding-top:110px; padding-left:50px;}
.swiper-slide-text span{font-size:26px;}
.swiper-slide-text h3{font-size:50px; position:relative; margin-bottom:70px; text-align:left;}
.swiper-slide-text h3:after{content:'';height:2px;width:97px; display:block; position:absolute; left:0; bottom:-34px; background:rgba(255,255,255,0.6); text-align:left;}
.swiper-slide-text p{font-size:26px;}
.gallery-top .swiper-button-prev{left:auto; right:126px; border:1px solid #fff; width:77px; height:77px; bottom:40px; top:auto;}
.gallery-top .swiper-button-next{left:auto; right:34px; border:1px solid #fff; width:77px; height:77px; bottom:40px; top:auto;}


#ctt_con {line-height:1.2 !important}
#ctt_con .section06{background:#f2f2f2; text-align:left;width:100%;}
#ctt_con .section06 .container{ width: 850px; max-width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative;}
#ctt_con .section06 .cover{ width:100%; height:50%; position: absolute; left:0;  right:0; bottom:150px;; object-fit: cover; object-position: center; }
#ctt_con .greeting{ width:100%; height:100vh; position: relative; color:#000;}
#ctt_con .greeting .container{ height:100%; position: relative;}
#ctt_con .section06 .greeting.con4{ background:#f2f2f2; padding:6.5% 0 1.9%; box-sizing: border-box;}
#ctt_con .section06 .greeting.con4 .visual{ width:auto; height: 100%; border-radius: 50%; float: right;}
#ctt_con .section06 .greeting.con4 .visual .cover{ width:auto !important; left: auto; opacity: 0; transition: .3s ease;}
#ctt_con .section06 .greeting.con4 .visual .cover.active{ opacity: 1;}
#ctt_con .section06 .greeting.con4 .txtbox{ position: absolute; left:0; top:10%; font-weight: 350;}
#ctt_con .section06 .greeting.con4 .txtbox .tit{     font-size:40px; margin-bottom:42.5px;}
#ctt_con .section06 .greeting.con4 .txtbox .tit strong{ font-weight: 500;}
#ctt_con .section06 .greeting.con4 .txtbox .tit sup{font-size:20px; transform: translateY(-16px); display: inline-block;}
#ctt_con .section06 .greeting.con4 .txtbox .hovertxt{ font-size:38px; width: 71%; color:#ddd; font-weight: 700;}
#ctt_con .section06 .greeting.con4 .txtbox .hovertxt span{ cursor: default; transition: .5s ease; display: inline-block;}
#ctt_con .section06 .greeting.con4 .txtbox .hovertxt span.active{ cursor: default; color:#000;}
#ctt_con .section06 .greeting.con4 .infobox { width:500px; position:relative; font-size:20px; position: absolute;bottom: 200px; left:0; transition:.5s ease;}
#ctt_con .section06 .greeting.con4 .infobox p{ opacity:0; position:absolute; bottom:0; }
#ctt_con .section06 .greeting.con4 .infobox p.active{ opacity:1; /* transform:translateX(0); */}



/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 
.demo {width:1000px;margin:30px auto;}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {content: " ";display: table;}
.lightSlider {overflow: hidden;margin: 0;}
.lSSlideWrapper {max-width: 100%;overflow: hidden;position: relative;}
.lSSlideWrapper > .lightSlider:after {clear: both;}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/css/images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */

/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}


