/* 초기화 */
eset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  	font-family: "Noto Sans KR",sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
 -webkit-tap-highlight-color:transparent;
}}
:focus {
    outline: none;
}

.wrapper {background:#1b1b1b}

ul, li {    list-style: none;    padding: 0;}

/* 페이지 로더 */
.page-loader {position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:#1b1b1b}
.page-loader .logo-loader {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}
.page-loader .logo-loader:before, .page-loader .logo-loader:after {content:"";position:absolute;top:60px;left:0;height:1px}
.page-loader .logo-loader:before {width:100%;background:rgba(255,255,255,.4)}
.page-loader .logo-loader:after {width:0;background:#fff;-webkit-transition:all 1.2s ease;-moz-transition:all 1.2s ease;-o-transition:all 1.2s ease;-ms-transition:all 1.2s ease;transition:all 1.2s ease}
.page-loader .logo-loader.active:after {width:100%}
.page-loader .logo-loader img {max-height:45px;width:auto}
.page-loader .logo-loader h5 {margin:40px 0 0;text-align:center;letter-spacing:5px;font-size:12px;color:#fff}




#fullpage {z-index:99;  }
/* 메인 네비게이션 */
#fp-nav ul li {position:relative;width:50px;height:1px;margin:0 0 50px;padding-right:50px}
#fp-nav ul li:last-child {margin-bottom:0}
#fp-nav ul li a {position:absolute;right:0;width:0px;height:1px;background:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}
.fp-tooltip a {width: 100% !important;    display: block !important;    position: relative !important;    background: none !important;    height: 30px !important;    color: #fff !important;}
#fp-nav ul li a span {display:none}
#fp-nav ul li:hover a, #fp-nav ul li a.active, #fp-nav ul li a:hover, #fp-nav ul li a.active:hover {width:50px}
#fp-nav ul li .fp-tooltip {top:-9px;right:60px !important;opacity:.5;width:auto;font-size:12px;color:#fff}
#fp-nav ul li:hover .fp-tooltip, #fp-nav li a.active + .fp-tooltip {-webkit-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;width:auto;opacity:1}

/*
#fp-nav.on ul li a {position:absolute;right:0;width:0px;height:1px;background:#000;-webkit-transition:all .2s ease;transition:all .2s ease}
#fp-nav.on ul li a span {display:none}
#fp-nav.on ul li:hover a, #fp-nav ul li a.active, #fp-nav ul li a:hover, #fp-nav ul li a.active:hover {width:50px}
#fp-nav.on ul li .fp-tooltip {top:-9px;right:60px !important;opacity:.5;width:auto;font-size:12px;color:#000}
#fp-nav.on ul li:hover .fp-tooltip, #fp-nav li a.active + .fp-tooltip {-webkit-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;width:auto;opacity:1}
*/
/* section-inner - 스크롤 이동시 애니메이션 */
@media (min-width:992px){
	.section-inner {height:100dvh;transition:.5s linear;transform:translate3d(0px, 0px, 0px) scale(1.1)}
	.section.active .section-inner {transform:translate3d(0px, 0px, 0px) scale(1)}
}

/* section last - footer */
.section-inner .table-wrap {display:table;height:100%}
.section-inner .table-cell {display:table-cell;vertical-align:middle}

.section4th {background:#1b1b1b}
/* section last - footer */
.section-last {height:auto !important}


.header.on  {background:#f5f6f7}
div.tool-bar span, div.tool-bar span{					display: block;					width:28px;					height:2px;					background:#505050;					margin-bottom:8px;}

.ebslider-main-slider-wrap {position:relative;padding:0px}
/* 슬라이더 */
.ebslider-main-slider {position:relative}
.ebslider-main-slider .ebslider-main-slider-inner {margin-bottom:0}
.ebslider-main-slider-inner .item {position:relative;overflow:hidden}

#mute_btn{
    z-index: 10000;
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 48px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    border: none;
}
#mute_btn img{
    width: 80%;
}
/* 이미지 */
.ebslider-main-slider-inner .item .slider-image {position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center center}
/* 슬라이더 내용 */
.ebslider-main-slider-inner .slider-caption {position:absolute;top:50%;z-index:1;transform:translateY(-50%);width:100%;padding:0 100px}
.ebslider-main-slider-inner .slider-caption h2 {position:relative;margin:0 0 10px;color:#fff;font-size:36px;font-weight:700; }
.ebslider-main-slider-inner .slider-caption p {margin-bottom:50px;padding:0;color:#fff;font-size:15px;font-weight:300; }
/* 애니메이션 */
.ebslider-main-slider-inner .item .slider-image {-webkit-transition:all 2s ease-in-out;-moz-transition:all 2s ease-in-out;-ms-transition:all 2s ease-in-out;-o-transition:all 2s ease-in-out;transition:all 2s ease-in-out;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.ebslider-main-slider-inner .slick-active .text-animation.item .slider-image {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.ebslider-main-slider-inner .slider-caption h2, .ebslider-main-slider-inner .slider-caption p, .ebslider-main-slider-inner .slider-caption .btn-more {-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .7s ease-in-out}
.ebslider-main-slider-inner .slider-caption h2, .ebslider-main-slider-inner .slider-caption p, .ebslider-main-slider-inner .slider-caption .btn-more {opacity:0;-webkit-transform:translate3d(0,15px,0);-moz-transform:translate3d(0,15px,0);-o-transform:translate3d(0,15px,0);-ms-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}
.ebslider-main-slider-inner .slider-caption p {transition-delay:.7s}
.ebslider-main-slider-inner .slider-caption .btn-more {transition-delay:1.4s}
.ebslider-main-slider-inner .slick-active .text-animation.item .slider-caption h2, .ebslider-main-slider-inner .slick-active .text-animation.item .slider-caption p, .ebslider-main-slider-inner .slick-active .text-animation.item .slider-caption .btn-more {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}

/* 컨트롤 점 */
.ebslider-main-slider-inner .slick-dots {bottom:50px;padding:0 100px;text-align:left;z-index:2}
.ebslider-main-slider-inner .slick-dots li {width:40px;height:40px;margin:0 3px 0 0}
.ebslider-main-slider-inner .slick-dots li button {width:40px;height:40px;margin-left:0;transform-origin:center}
.ebslider-main-slider-inner .slick-dots li button:before {content:"";top:50%;width:40px;height:3px;background-color:#fff;opacity:1;transition:.3s}
.ebslider-main-slider-inner .slick-dots li button:hover:before, .ebslider-main-slider-inner .slick-dots li.slick-active button:before {transform:rotate(45deg)}
.ebslider-main-slider-inner .slick-dots li.slick-active button:before {opacity:1;background:#f7be07}


@media (max-width:991px){
	.ebslider-main-slider-inner .slider-caption, .ebslider-main-slider-inner .slick-dots {padding:0 50px}
	.ebslider-main-slider-inner .slider-caption h2 {font-size:26px}
.ebslider-main-slider-inner .slider-caption p {margin-bottom:30px;font-size:13px !important}
.brand-story .container {padding-top:20% !important}
.bump {padding:5% !important}
}
@media (max-width:767px){
	.ebslider-main-slider-inner .slider-caption {padding:20px 20px 5px 20px;background:rgba(0,0,0,.35)}
	.ebslider-main-slider-inner .slider-caption h2 {font-size:20px}
.ebslider-main-slider-inner .slider-caption p {margin-bottom:20px}
	.ebslider-main-slider-inner .slick-dots {bottom:30px;padding:0 20px}
	.ebslider-main-slider-inner .slick-dots li, .ebslider-main-slider-inner .slick-dots li button {width:25px;height:25px}
	.ebslider-main-slider-inner .slick-dots li button:before {width:25px;height:2px}

.mobile-padding-20 {padding:80px 0}
#mute_btn{
 top: 100px;
 bottom: 0;
}



}
.center {text-align:center}


.mercilife-world {display:table;height:100vh;width:100%;position:relative;background-image:url("/imgs/home/home2_bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}
.mercilife-world-inner {display:table-cell;vertical-align:middle}
/* 타아틀 */
.mercilife-world .master-title {max-width:600px;margin:0 auto 20px}
.mercilife-world .master-title h2 {margin:0;font-size:34px;font-weight:700;color:rgba(255,255,255, 0.8)}
.mercilife-world .master-title h3 {margin:10px 0 0;font-size:15px;font-weight:300;color:rgba(255,255,255, 0.8)}


/* alert */
.mercilife-world .eyoom-form label.error {font-size:12px;color:#fff}
.mercilife-world .contact-email-alert p {padding:10px;border-left:2px solid #0074E8;color:#fff;background:#444}

@media (max-width:991px) {
	.mercilife-world {display:block;height:auto;padding:50px 15px}
	.mercilife-world-inner {display:block}
}
@media (max-width:767px) {
	.mercilife-world .master-title h2 {font-size:24px}
	.mercilife-world .master-title h3 {font-size:13px}
}

.brand-story {display:table;height:100vh;width:100%;position:relative;background-image:url("/imgs/home/home3_bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}
.brand-story-inner {display:table-cell;vertical-align:middle}
/* 타아틀 */
.brand-story .master-title {max-width:600px;margin:0 auto 20px}
.brand-story .master-title h2 {margin:0;font-size:34px;font-weight:700;color:rgba(255,255,255, 0.8)}
.brand-story .master-title h3 {margin:10px 0 0;font-size:15px;font-weight:300;color:rgba(255,255,255, 0.8)}


/* alert */
.brand-story .eyoom-form label.error {font-size:12px;color:#fff}
.brand-story .contact-email-alert p {padding:10px;border-left:2px solid #0074E8;color:#fff;background:#444}






.gallery {display:table;height:100dvh;width:100%;position:relative;background-image:url("/imgs/home/home4_bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}

.section04 .title_box{
    text-align: center;
}
.section04 .title_box .main_title{
    font-family: 'Noto Sans KR';
    font-size:32px;
	font-weight: 600;
    color: #fff;
    margin-bottom:11px;
    text-transform:capitalize;
}
.section04 .title_box .main_text{
    font-size:16px;
    font-weight:300;
    color:#dcdcdc;
    letter-spacing:-0.04em;
}
.section04 .swiper{
    margin-top:40px;
    overflow: hidden;
}
.section04 .swiper .note{
    width:100%;
    border:2px solid #303030;
    box-sizing:border-box;
}
.section04 .swiper .note:hover{
    border:2px solid #7f0985;
}
.section04 .swiper .note .img{width:100%;height:220px;}
.section04 .swiper .note .img img{width:100%;}
.section04 .swiper .note .text_box{
    border-top:0;
    padding:36px 30px;
	color: #fff;
}
.section04 .swiper .note .num{
    font-family: 'Taviraj', serif;
    font-size:18px;
    font-weight: 300;
    color:#a8a8a8;
    text-transform:capitalize;
}
.section04 .swiper .note .title{
    font-size:24px;
    letter-spacing:-0.06em;
    margin:16px 0 20px;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
	color:#fff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.section04 .swiper .note .text{
    font-size:17px;
    font-weight:300;
    color:#dcdcdc;
    letter-spacing:-0.04em;
    line-height:26px;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
    word-break:keep-all;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section04 .button_box{
    position:absolute;
    top:50px;
    right: 30px;
    width: 111px;
    height:60px;
    background:rgba(32,32,32,0.8);
}
.section04 .swiper-button-next, .section04 .swiper-button-prev{
    width:55px;
    height: 60px;
    position:absolute;
    top:0;
    display: inline-block;
    margin-top:0;
    background-size:auto;
}
.section04 .swiper-button-next{background:url('/imgs/sec04_indicator_right.png') no-repeat center;right: 0;}
.section04 .swiper-button-prev{background:url('/imgs/sec04_indicator_left.png') no-repeat center;left:0;}
.section04 .swiper-button-prev:after{content:'';display:inline-block;width:1px;height:14px;background:#787878;position:absolute;
top:calc(50% - 7px);right:-1px;}
.section04 .inner{
    max-width:1320px;
    height:100dvh;
    position: relative;
    margin: 0 auto;
    display:flex;
    align-items:center;
}
.more_btn{
    text-align: center;
    margin: 50px auto;
}
.more_btn button{
    width: 120px;
    height: 58px;
    background: none;
    border: none;
    
}
.more_btn button a{
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
.more_btn button:hover{
    background: #fff;
    /* border: 2px #7f0985 solid;} */
}
    .more_btn button:hover a{
color: #730197;
    }
.normal {font-weight:normal;  font-size:14px;   line-height: 28px;}


.section04 .aaa {
    width: 100%;
    position: relative;
}
.section04 a.lt_img {
    width: 30% !important;
    display: inline-block;
    float: left;
    margin: 1%;
}



.company-history ul li {font-size: 16px !important;
    font-family: 'Noto Sans KR';line-height: 23px;
    font-weight: normal;}







@media (max-width:991px) {
	.brand-story {display:block;height:auto;padding:50px 15px}
	.brand-story-inner {display:block}
}
@media (max-width:767px) {
	.brand-story .master-title h2 {font-size:24px}
	.brand-story .master-title h3 {font-size:13px}
    .more_btn{margin: 10px auto;}
    .more_btn button{
    width: 100px;
    height: 48px;   
}
}
.location {height:100dvh;width:100%;background-image:url("/imgs/home/home5_bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;display: flex;align-items: center;justify-content: center;}
.location-inner {margin-top: 70px;}
/* 타아틀 */
.location .master-title {max-width:600px;margin:0 auto 20px}
.location .master-title h2 {margin:0;font-size:34px;font-weight:700;color:rgba(255,255,255, 0.8)}
.location .master-title h3 {margin:10px 0 0;font-size:15px;font-weight:300;color:rgba(255,255,255, 0.8)}


/* alert */
.location .eyoom-form label.error {font-size:12px;color:#fff}
.location .contact-email-alert p {padding:10px;border-left:2px solid #0074E8;color:#fff;background:#444}
@media (max-width:991px) {
	.location {padding:50px 15px}
	.location-inner {display:block;width: 100%;margin-top: 0;}
 
}
@media (max-width:767px) {
    .location .master-title h2 {font-size:24px}
	.location .master-title h3 {font-size:13px}
}
.bump h2 {height:100px}



/* ceo 인사말 */

.company-ceo {display:table;height:100vh;width:100%;position:relative;background-image:url("/imgs/about/about_introduction_bg_1.jpg");background-repeat:no-repeat;background-size:90%;background-position:center;}
.company-ceo-inner {padding: 5% 10%;
/* background-image: url(/imgs/articles_bg.png);background-repeat:no-repeat;background-size:90%;background-position:center; */
}
.company-ceo-inner > #intro {margin-top: 20px;}

.company-ceo2 {display:table;height:100vh;width:100%;position:relative;background-image:url("/imgs/articles_bg.jpg");background-repeat:no-repeat;background-size:100%;background-position:center;padding: 5% 15px;}
.supports {display:table;height:100vh;width:100%;position:relative;
    background-image:url("/imgs/articles_bg.png");background-repeat:no-repeat;background-size:100%;background-position:center
}


@media (max-width:991px) {
    .company-ceo2{
        background-image: none;
    }
}


/* 타아틀 */
.company-ceo .master-title {max-width:600px;margin:0 auto 20px}
.company-ceo .master-title h2 {margin:0;font-size:34px;font-weight:700;color:rgba(255,255,255, 0.8)}
.company-ceo .master-title h3 {margin:10px 0 0;font-size:15px;font-weight:300;color:rgba(255,255,255, 0.8)}

/* alert */
.company-ceo .eyoom-form label.error {font-size:12px;color:#fff}
.company-ceo .contact-email-alert p {padding:10px;border-left:2px solid #0074E8;color:#fff;background:#444}

@media (max-width:991px) {
	.company-ceo {display:block;height:auto;padding:5% 15px}
	.company-ceo-inner {display:block; margin: 20% 0; width: 100%;padding: 0 20px;}
}
@media (max-width:767px) {
	.company-ceo .master-title h2 {font-size:24px}
	.company-ceo .master-title h3 {font-size:13px}
	.company-ceo {background:#fff}
}



.vision {display:table;height:100vh;width:100%;position:relative;background-image:url("/imgs/about/about_vision_bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}



/* 기업이념 */

.company-philosophy {display:table;height:100vh;width:100%;position:relative;background-image:url("/imgs/about/about_philosophy_bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}
.company-philosophy-inner {display:table-cell;vertical-align:middle}
/* 타아틀 */
.company-philosophy .master-title {max-width:600px;margin:0 auto 20px}
.company-philosophy .master-title h2 {margin:0;font-size:34px;font-weight:700;color:rgba(255,255,255, 0.8)}
.company-philosophy .master-title h3 {margin:10px 0 0;font-size:15px;font-weight:300;color:rgba(255,255,255, 0.8)}

/* alert */
.company-philosophy .eyoom-form label.error {font-size:12px;color:#fff}
.company-philosophy .contact-email-alert p {padding:10px;border-left:2px solid #0074E8;color:#fff;background:#444}

@media (max-width:991px) {
	.company-philosophy {display:block;height:auto;padding:50px 15px}
	.company-philosophy-inner {display:block}
}
@media (max-width:767px) {
	.company-philosophy .master-title h2 {font-size:24px}
	.company-philosophy .master-title h3 {font-size:13px}
}

/* 인증 및 수상 */

.company-certification{display:table;height:100vh;width:100%;position:relative;background-image:url("/imgs/about/about_award_bg.png");background-repeat:no-repeat;background-size:cover;background-position:center}
.company-philosophy-inner {display:table-cell;vertical-align:middle}
/* 타아틀 */
.company-certification.master-title {max-width:600px;margin:0 auto 20px}
.company-certification.master-title h2 {margin:0;font-size:34px;font-weight:700;color:rgba(255,255,255, 0.8)}
.company-certification.master-title h3 {margin:10px 0 0;font-size:15px;font-weight:300;color:rgba(255,255,255, 0.8)}

/* alert */
.company-certification.eyoom-form label.error {font-size:12px;color:#fff}
.company-certification.contact-email-alert p {padding:10px;border-left:2px solid #0074E8;color:#fff;background:#444}

@media (max-width:991px) {
	.company-certification{display:block;height:auto;padding:50px 15px}
	.company-philosophy-inner {display:block}
}
@media (max-width:767px) {
	.company-certification.master-title h2 {font-size:24px}
	.company-certification.master-title h3 {font-size:13px}
}


.company-history{display:table;height:100vh;width:100%;position:relative;}
.company-philosophy-inner {display:table-cell;vertical-align:middle}
/* 타아틀 */
.company-history.master-title {max-width:600px;margin:0 auto 20px}
.company-history.master-title h2 {margin:0;font-size:34px;font-weight:700;color:rgba(255,255,255, 0.8)}
.company-history.master-title h3 {margin:10px 0 0;font-size:15px;font-weight:300;color:rgba(255,255,255, 0.8)}

/* alert */
.company-history.eyoom-form label.error {font-size:12px;color:#fff}
.company-history.contact-email-alert p {padding:10px;border-left:2px solid #0074E8;color:#fff;background:#444}

@media (max-width:991px) {
	.company-history{display:block;height:auto;padding:50px 15px}
	.company-philosophy-inner {display:block}
}
@media (max-width:767px) {
	.company-history.master-title h2 {font-size:24px}
	.company-history.master-title h3 {font-size:13px}
}

.company-history{background-image:url("/imgs/about/about_history_bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}


.space {clear:both; height:0px; display:block }
.space5 {clear:both; height:5px; display:block }
.space10 {clear:both; height:10px; display:block }
.space20 {clear:both; height:20px; display:block }
.space30 {clear:both; height:30px; display:block }
.space40 {clear:both; height:40px; display:block }
.space50 {clear:both; height:50px; display:block }



.company.greeting p {   font-size: 16px !important;}

.sub_warp {
    /* padding-bottom: 120px; */
    /* background: #f9f9f9; */
}

.sub_inner {
    max-width: 1400px;
    background: #fff;
    margin: 0 auto 0;
    padding-bottom: 180px;
}

#bo_list .profile_img {display:inline-block;margin-right:5px}
#bo_list .profile_img img{border-radius:50%}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold;color:#ed6478;font-size:0.86em}

#bo_sch {text-align:center;background:#fff;padding:48px 0;margin:0 0 60px;position: relative;}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{width:200px;border:1px solid #dcdcdc;height:60px;padding:0 20px;color:#787878;font-size:17px;letter-spacing:-0.02em;vertical-align: middle;
    background:url(img/select.png) no-repeat 90% center;
    -webkit-appearance: none; //기본 화살표 안보이게
}
#bo_sch .sch_input{border-radius:0;width:40%;height:60px;border:1px solid #dcdcdc;padding:0 20px;font-size:17px;color:#787878;box-sizing:border-box;}
#bo_sch .sch_btn{height:60px;position:absolute;top:48px;left:74%;width:45px;background:url(../../../img/sch_icon.png) no-repeat center;text-indent:-9999px;border:0;}

#bo_gall li.empty_list {padding:85px 0;text-align:center}


.bo_v_nb {margin:20px 0;position:relative;clear:both;text-align:left;}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {float:left;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;background:#fff;height:100px;width:calc(50% - 50px);box-sizing:border-box;}
.bo_v_nb li:first-child{text-align:right;}
.bo_v_nb li:nth-child(2){background:#730197;width:100px;}
.bo_v_nb li:nth-child(2) a{display:block;width:100%;height:100%;padding:0;background:url(/img/notice_icon.png)no-repeat center;}
.bo_v_nb li a{padding:27px 58px;color:#646464;font-size:16px;letter-spacing:-0.04em;display:block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.bo_v_nb li i{font-size:13px}
.bo_v_nb li .nb_tit{display:block;font-size:22px;color:#303030;margin-bottom:12px;letter-spacing:-0.02em;}
.bo_v_nb li .nb_date{float:right;color:#888}

.gall_box .box .date{
    font-family: 'Taviraj', serif;
    font-size:20px;
    color:#646464;
    font-weight:300;
    margin-bottom:40px;
}
.gall_box .box .titel{
    font-size:20px;
    color:#323232;
    letter-spacing:-0.04em;
    line-height:32px;
    margin-bottom:20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
	font-weight:bold;
    text-overflow: ellipsis;
    /* 여러 줄 자르기 추가 스타일 */
    white-space: normal;
    /* height: 64px; */
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* .gall_box .gall_img{width:100%; height: 300px; } */
.gall_box .gall_img img{width:100%;}
.gall_box .bottom_box{
    margin-top:20px;
}
.gall_box .bottom_box .bo_text{
    font-size:17px;
    color:#646464;
    letter-spacing:-0.04em;
    line-height:27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 여러 줄 자르기 추가 스타일 */
    white-space: normal;
    height: 57px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 맵 */
.map {
    height:400px;
}
.adrr .tit_logo{
    width:225px;
    margin:60px auto 40px;
}
.adrr .tit_logo img{width:100%;}
.adrr .hq{
    border-top:2px solid #797878;
    border-bottom: 1px solid #dcdcdc;
}
.adrr .hq div{
    width:100%;
    height:50px;
    line-height:50px;
    font-size:14px;
    letter-spacing:-0.04em;
    border-bottom: 1px solid #dcdcdc;
}
.adrr .hq div .ti{
    display:inline-block;
    width:20%;
    text-align:center;
    color:#505050;
    font-weight:400;
}
.adrr .hq div.te{width:49%;display:inline-block;border-bottom:0;}
.adrr .hq div.te .ti{width:41%; }
.adrr .hq div .te{
    display:inline-block;
    padding:0 40px;
    color:#646464;
    font-weight:400;
    box-sizing:border-box;
}
.adrr .hq div .e{letter-spacing: normal;}

@media all and (max-width:640px){
	.adrr .hq div {
		font-size: 13px;
		height: 65px;
		line-height: 25px;
		text-align: center;
	}
	.adrr .hq div .ti {
		width: 100%;
		display: block;
	}
	.adrr .hq div .te {
		padding: 0 0 0 2px;
	}
	.adrr .hq div.te {
		display: block;
		width: 100%;
	}
}


/* 인사말 */
#philosophy {
    background-position: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

    #philosophy .jumbotron {
        background: rgba(255, 255, 255, 0.8);
    }

        #philosophy .jumbotron p {
            font-size: 13px;
        }

        #philosophy .jumbotron img {
            height: 100px;
            margin-bottom: 25px;
        }

    #philosophy .row {
        margin-bottom: 2.5%;
    }
#award {
    background-position: center;
    padding-top: 7%;
    padding-bottom: 7%;
}

#history {
    padding: 5% 10%;
}

    #history .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    #history .timeline {
        list-style: none;
        padding: 20px 0 20px;
        position: relative;
    }

        #history .timeline:before {
            top: 0;
            bottom: 0;
            position: absolute;
            content: " ";
            width: 3px;
            background-color: #eee;
            left: 50%;
            margin-left: -1.5px;
        }

        #history .timeline > li {
            margin-bottom: 20px;
            position: relative;
        }

            #history .timeline > li:before, #history .timeline > li:after {
                content: " ";
                display: table;
            }

            #history .timeline > li:after {
                clear: both;
            }

            #history .timeline > li > .timeline-panel {
                width: 46%;
                float: left;
                border: 1px solid #d4d4d4;
                border-radius: 2px;
                padding: 20px;
                position: relative;
                -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
                box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
				background: #fff;
            }

                #history .timeline > li > .timeline-panel:before {
                    position: absolute;
                    top: 26px;
                    right: -15px;
                    display: inline-block;
                    border-top: 15px solid transparent;
                    border-left: 15px solid #ccc;
                    border-right: 0 solid #ccc;
                    border-bottom: 15px solid transparent;
                    content: " ";
                }

                #history .timeline > li > .timeline-panel:after {
                    position: absolute;
                    top: 27px;
                    right: -14px;
                    display: inline-block;
                    border-top: 14px solid transparent;
                    border-left: 14px solid #fff;
                    border-right: 0 solid #fff;
                    border-bottom: 14px solid transparent;
                    content: " ";
                }

            #history .timeline > li > .timeline-badge {
                color: #fff;
                width: 50px;
                height: 50px;
                line-height: 50px;
                font-size: 1.4em;
                text-align: center;
                position: absolute;
                top: 16px;
                left: 50%;
                margin-left: -25px;
                background-color: #999999;
                z-index: 100;
                border-radius: 50% !important;
            }
            #history .timeline > li > .timeline-badge i {
			font-size:24px !important;

			}
            #history .timeline > li.timeline-inverted > .timeline-panel {
                float: right;
            }

                #history .timeline > li.timeline-inverted > .timeline-panel:before {
                    border-left-width: 0;
                    border-right-width: 15px;
                    left: -15px;
                    right: auto;
                }

                #history .timeline > li.timeline-inverted > .timeline-panel:after {
                    border-left-width: 0;
                    border-right-width: 14px;
                    left: -14px;
                    right: auto;
                }

    #history .timeline-badge.primary {
        background-color: #2e6da4 !important;
    }

    #history .timeline-badge.success {
        background-color: #3f903f !important;
    }

    #history .timeline-badge.warning {
        background-color: #f0ad4e !important;
    }

    #history .timeline-badge.danger {
        background-color: #d9534f !important;
    }

    #history .timeline-badge.info {
        background-color: #5bc0de !important;
    }

    #history .timeline-title {
        margin-top: 0;
        color: inherit;
    }

    #history .timeline-body > p,
    #history .timeline-body > ul {
        margin-bottom: 0;
    }

        #history .timeline-body > p + p {
            margin-top: 5px;
        }
.timeline-body .timeline-title {text-align:center;     padding-top: 20px;}


@media only screen and (max-width: 991px) {
    #history .timeline:before {
        left: 40px;
    }

    #history .timeline > li > .timeline-panel {
        width: calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
    }

    #history .timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    #history .timeline > li > .timeline-panel {
        float: right;
    }

        #history .timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        #history .timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

#history .row {
    margin-bottom: 2.5%;
}
.mobile-nav-title a:hover,
.mobile-nav-title a:focus,
.mobile-nav-title a{color:#f7be07;   text-decoration: none;}

/* 브랜드 */

.wrapper.brand header {    position: fixed;
    background:#000;
    transition: all .3s ease;}
.wrapper.brand {background:transparent}
@media (min-width:992px){
.wrapper.brand .container{padding-top:200px}
}
@media (max-width:991px){
.wrapper.brand .container{padding-top:100px}

}

.wrapper.brand h3,
.wrapper.brand h2,
.wrapper.brand h1{color:#fff}
.bump {
    padding-top: 5%;
    padding-bottom: 10%;
}


@media (max-width: 991px) {

	#fp-nav {display:none}
	.bump h2 {height:40px}
	.mobile-padding-20 {padding:10px 0}
	.margin-top100 {margin-top:50px}
	.newsdate {display:none}
	.map {		height: 220px;	}
	.adrr .hq div {    font-size: 13px;    height: 60px; }
	.adrr .hq div .ti {    height: 20px;}
	.padd-u750 {width: 200px;    margin: 70px auto; }
}

