html,
body {
    height: 100%;
}

html {
    overflow-x: hidden;
}

a {
    color: #000;
}

@media(min-width:1400px) {
    .container {
        width: 1430px;
    }
}

@media(max-width:1279px) {
    .container {
        width: auto;
    }
}


/* layout */
#header {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 80px;
    transition: .5s height, .2s background;
    /* border-bottom: 1px rgba(255, 255, 255, 0.1) solid; 
	background: rgba(0, 0, 0, 0.2); */
}

#header .top_wrap {
    display: flex;

}

#header .top_wrap .logo,
#header .top_wrap .nav,
#header .top_wrap .etc {

    padding-left: 15px;
    padding-right: 15px;
}

#header .top_wrap .logo {
    width: 270px;

}

#header .top_wrap .nav {
    width:calc(85% - 270px);
    justify-content: center;
    align-items: center;


}

#header .top_wrap .etc {
    width: 15%;
    text-align: right;
    color: #fff;
    padding-top: 30px;
    font-size: 85%;

}
#header .top_wrap .etc .eng {
	padding:5px 15px;
	border-radius:30px;
	border:1px solid #fff;
	background: rgba(0,0,0,0.3);

}
#header .top_wrap .etc a.eng {
	color:#fff;
}
#header .top_wrap .etc a.eng:hover {text-decoration: none;}

#header .top_wrap .etc ul {
    /* margin-right: 15px;
    border-radius: 0;
    padding: 0;
    min-width: 100px;
    background: #000;
    padding-top: 6px;
    padding-bottom: 6px; */
}

@media(max-width:992px) {
    /* #header .top_wrap .etc ul {
        margin-top: -35px;
    } */
	.header h1 a {margin-top:12px;height:33px !important;background-size: 85% !important;}
}

#header .top_wrap .etc ul li {
    text-align: right;
    border-bottom: 1px rgb(31, 31, 31) solid;
}

#header .top_wrap .etc ul li:last-child {
    border: 0;
}

#header .top_wrap .etc ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    color: #fff;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li {
    /*    font-size: 13px;*/
    /*    border-bottom: 1px #eee solid;*/
    padding-bottom: 20px;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li:last-child {
    border-bottom: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu>li>a {
    display: block;
    padding: 8px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px #ddd solid;
    float: left;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu>li:last-child>a {
    border: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu {
    min-width: auto;
    padding: 0;
    margin: 12px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .top_wrap .etc span.lang i {
    margin-left: 6px;

}

.header .inner {
    position: relative;
    width: 100%;
    height: 79px;
    margin: 0 auto;

}

.header .inner:after {
    display: block;
    clear: both;
    content: "";
}

.header h1 {
    padding-top: 17px;
    padding-left: 30px;
}

.header h1 a {
    overflow: hidden;
    display: block;
    height: 45px;
    background: url(../../img/common/logo.png) 0 0 no-repeat;
    text-indent: -9999px;

}

.header .gnb_wrap {
    /* position: absolute;
    left: 50%;
    top: 0;
    width: 800px;
    margin-left: -341px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .gnb {
    text-align: center;

}

.header #gnb {
    background: transparent;
}

.header .gnb li {
    float: left;
    width: 180px;
    text-align: left;
}

/* .header .gnb li:nth-child(1) {width: 135px;}
.header .gnb li:nth-child(2) {width: 135px;}
.header .gnb li:nth-child(3) {width: 145px;}
.header .gnb li:nth-child(4) {width: 200px;}
.header .gnb li:nth-child(5) {width: 135px;} */


* .header .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #fff;
}

.header .gnb:after {
    display: block;
    clear: both;
    content: "";
}

.header .gnb .depth1 {
    position: relative;
}

.header .gnb .depth1>a {
    display: block;
    height: 49px;
    padding: 30px 0 0;
    font-size: 20px;
}

.header .gnb .depth1>a:hover,
.header .gnb .depth1>a:focus,
.header .gnb .depth1.on>a:hover,
.header .gnb .depth1.on>a {
    color: #000 !important;
    text-decoration: none;
}

.header .gnb .depth2 {
    display: none;
}


/* header sub */
#header.sub {
    background: #fff;
}

#header.sub:before {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    background: #6b9ecc;
    content: "";
}

.header.sub h1 a {
    background-position: 0 100%;
}

.header.sub .gnb .depth1>a {
    color: #333;
}

.header.sub .gnb .depth1>a:hover {
    color: #6b9ecc;
}

#header.sub .top_wrap .etc {
    color: #000;
}

/* header_hover */
#header.all {
    height: 270px;
    background: #fff;
    z-index: 1100;
}

#header.all:before {
    position: absolute;
    left: 0;
    top: 85px;
    width: 100%;
    height: 240px;
    background: #f1f1f3;
    content: "";
}

.header.all h1 a {
    background-position: 0 100%;
}

.header.all .gnb_wrap {}

.header.all .gnb_wrap .gnb {
    /* overflow: hidden;
    width: 1140px;
    margin: 0 auto;
    text-align: left; */
}

.header.all .gnb_wrap .gnb a {
    color: #666;
}

.header.all .gnb_wrap .gnb a:hover,
.header.all .gnb_wrap .gnb a:focus {
    color: #6b9ecc;
}

.header.all .gnb_wrap .depth1 {
    overflow: hidden;
}

.header.all .gnb_wrap .depth1>a {
    margin-bottom: 70px;
    color: #333;
}

.header.all .gnb_wrap .depth1>a:hover,
.header.all .gnb_wrap .depth1>a:focus {
    color: #333;
}

.header.all .gnb_wrap .depth1.menu1 {
    margin-left: 0;
}

.header.all .gnb_wrap .depth2 {
    display: block;
}

.header.all .gnb_wrap .depth2>li {
    margin-bottom: 12px;
}

.header.all .gnb_wrap .depth2>li>a {
    padding-bottom: 4px;
    font-size: 15px;
    font-weight:500;
    line-height: 1em;
    color: rgb(87, 87, 87);
    display: inline-block;
    position: relative;
}

.header.all .gnb_wrap .depth2>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;


}

.header.all .gnb_wrap .depth2>li>a:hover:before {
    width: 100%;
    background: #000;
}

.header.all .gnb_wrap .depth2>li>a:hover {
    text-decoration: none;
    color: #000;
}

/* .header.all .gnb_wrap .depth2>li>a:before {
    content: "· "
}

.header.all .gnb_wrap .depth2>li>a:hover {
    text-decoration: none;
} */

/* sticky */

/* #header.sticky {
    top: -30px
} */
.header.sticky {
    position: fixed !important;
    top: 0;
      background-color: rgba(255,255,255,1) !important;
      border-bottom: 1px #eee solid !important;
      z-index: 99999999999999;
      transition: 1s
  }
  




.header.sticky h1 {
    /* padding-top: 22px;
    padding-left: 30px;
    width: 120px;     
    padding-top: 30px; */
}

.header.sticky h1 a {
    overflow: hidden;
    display: block;
    background: url(../../img/common/logo.png) 0 100% no-repeat;
    text-indent: -9999px;
    

}
.header.sticky .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #000;
}
.header.sticky .gnb .depth1>a {
    display: block;
    padding: 29px 0 0;
    font-size: 20px;
}
.header.sticky .top_wrap .etc {
    /* margin-top: 15px; 
    color: #fff !important;*/
    
}
/* header_hover */
.header.sticky.all .gnb_wrap .depth2>li>a {
    padding-bottom: 3px;
    font-size: 14px;
    font-weight:500;
    line-height: 1em;
    color: rgb(87, 87, 87);
    display: inline-block;
    position: relative;
}

/* sticky end */

.top_right_etc {
    z-index: 99999999999;
    top: 0;
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: 40px;
    font-size: 13px;
    color: #fff;
    transition: 0.6s;
 
}
.top_right_etc ul {
    border-radius: 0;
    padding: 0;
    min-width: 100px;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    border: 1px #ddd solid;
}
.top_right_etc ul li a {
    line-height: 32px;
    font-size:13px;
    color: #000;
    border-bottom: 1px rgb(231, 231, 231) solid;
}
.top_right_etc ul li a:hover {
    background: rgb(241, 241, 241);
}
.top_right_etc.sub {
    color: #000;
} 
/* sticky top_right_etc */
.top_right_etc.sticky {
     position: fixed !important;
     color: #000;
     margin-top: 23px;
} 

/* 모바일 메뉴 */
.row-offcanvas {
    height: 100%;
}

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: 20px;
    background-color: transparent;
    border: 0;
}

/* 모바일 메뉴 마감 */
#index_swiper .bottom-right {
    z-index: 999999999999999999999999999999999999999;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    width: 40%;
}

#index_swiper .bottom-right .box_wrap {
    display: flex;

}

#index_swiper .bottom-right .box_wrap .box {
    width: 50%;
    padding: 30px 20px;
	word-break: keep-all;
}

#index_swiper .bottom-right .box_wrap .box.box01 {
    background: url('../../img/main/visual-icon01.png');
    background-position: 30px 50%;
    padding-left: 120px;
    background-repeat: no-repeat;
    border-right: 1px #ddd solid;
}

#index_swiper .bottom-right .box_wrap .box.box02 {
    background: url('../../img/main/visual-icon02.png');
    background-position: 30px 50%;
    padding-left: 120px;
    background-repeat: no-repeat;
}

#index_swiper .bottom-right .box_wrap .box dt {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    display:inline-block;
    position: relative
}

#index_swiper .bottom-right .box_wrap .box dd {
    font-size: 15px;
    color: #989898;
}
#index_swiper .bottom-right .box_wrap  .box  dl dt::before {
    background: #accc99;
    content: "";
    height: 4px;
    left: 0;
    margin-top: 30px;
    position: absolute;
    width: 0%;
    transition: 0.5s;
    z-index: -1
}

#index_swiper .bottom-right .box_wrap  .box  dl dt:hover::before {
    width: 100%;
}

#index_swiper .bottom-right .box_wrap  .box  dl dt a:hover {
    text-decoration: none;
    color: #000;
}
/* #index_swiper .bottom-right .box_wrap  .box  dl dt a {
    text-decoration: none; 
    color: #000;
} */
/* 인덱스 */
#index_wrap {}

#index_wrap section.section01 {
    padding:10vw 0;
}

#index_wrap section.section01 .text_wrap {
	text-align:center;
}

#index_wrap section.section01 .text_wrap span {
    font-size: 35px;
    font-weight:600;
	margin-bottom:30px;

}

#index_wrap section.section01 .text_wrap .utext {
    margin:20px 0 45px;
    font-weight:300;
	line-height:160%;
}

#index_wrap section.section01 .box_wrap {
    display: flex;
    /* flex-direction:row-reverse
    justify-content: flex-end; */
}

#index_wrap section.section01 .box_wrap .box {
    width:calc(100%/3);
    position: relative;
}


#index_wrap section.section01 .box_wrap .box {
    overflow: hidden
}

#index_wrap section.section01 .box_wrap .box img {
    width: 100%;
}

#index_wrap section.section01 .box_wrap .box02 {position:relative;top:5vw}

.scale {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
    /* 부드러운 모션을 위해 추가*/
}

.scale:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

#index_wrap section.section01 .box_wrap .box .text {
    position: absolute;
	top:calc(50% - 20px);
	left:calc(50% - 85px);
    background:rgba(255, 255, 255, 0.7);
	height:40px;
	line-height:40px;
	text-align:center;
    width:170px;
}

#index_wrap section.section01 .box_wrap .box .text span {
    position: relative;
    display: inline-block;
    font-weight:600;
    color: #000;
    font-size: 15px;
    letter-spacing: 2px;
}

/* #index_wrap section.section01 .box_wrap .box .text span::after {
    position: absolute;
    width: 32px;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 12px;
    margin-left: 56px;
} */
/* 메인 하단 */
.b_contant {overflow:hidden;background: url('../../img/main/con_l_bg.jpg') 0 0 repeat-y;}
.b_contant .container::after {background: url('../../img/main/con_r_bg.jpg');background-position:left top;background-size:cover;display: block;width: calc((100% - 1430px) / 2);position: absolute;height:100%;right: 0;}
.b_contant .container {background:rgba(255,255,255,1.00);padding:0 !important;}
#index_wrap section.section02 {
    background-size: cover;
}
.b_contant .container .b_con_img {width:60%;float:left;border-left:5px solid #775e4c;background:#775e4c;}
.b_contant .container ul {float:left;max-width:314px;width:calc(100% / 3);border-right:5px solid #775e4c}
.b_contant .container ul li img {width:100%;}
.b_contant .container ul li.b_block {padding:5px 0;position:relative;}
.b_contant .container ul:nth-child(2) li.b_block {height:calc(100% - 1px)}
.b_contant .container ul li.b_block span {display:block;position:absolute;top: calc(50% - 20px);left: calc(50% - 60px);background: rgba(0, 0,0, 0.5);height: 40px;line-height: 40px;text-align: center;width:120px;color:#fff;font-size:16px;border: 1px solid #fff}
.b_contant .container .b_con_text {width:40%;float:right;padding: 5%;margin-top:20%;}
.b_contant .container .b_con_text .bt_lnk  {font-size:16px;width:150px;}
.b_contant .container .b_con_text h1 {font-size: 35px;font-weight:600;margin-bottom: 26px;}
.b_contant .container .b_con_text p {line-height:160%;word-break:keep-all;}
.b_contant .container .b_con_text .bt_lnk {margin-top:3vw;}


.b_contant .container ul li.b_block span:hover {background: rgba(255, 255, 255, 0.9);color:#000;transition: all 0.3s;}


#index_wrap section.section02 .box_wrap {
    display: flex;
    height: 60vmin;
    align-items: center;
    flex-direction: row;
	text-align:center;
}


#index_wrap section.section02 .box_wrap .box.text_wrap {
    width:100%;
    color:rgba(255, 255, 255, 0.7);
}

#index_wrap section.section02 .box_wrap .box.video_wrap {
    width: 50%;
    margin-left: auto;
    position: relative;
}

#index_wrap section.section02 .box_wrap .box.video_wrap .over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    /* transition: .2s ease; */
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#index_wrap section.section02 .box_wrap .box.video_wrap:hover .over {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

#index_wrap section.section02 .box_wrap .box.video_wrap .play {
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    color: #fff;
}


#index_wrap section.section02 .box_wrap .box.video_wrap img {
    cursor: pointer;
    width: 100%;
}

#index_wrap section.section02 .box_wrap .box.text_wrap h1 {
    font-size: 35px;
    font-weight:600;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    display: block;
}
#index_wrap section.section02 .box_wrap .box.text_wrap p {
    color: #fff;line-height:160%;
}
/* #index_wrap section.section02 .box_wrap .box.text_wrap h1::before {
    position: absolute;
    width: 40px;
    height: 1px;
    background: #fff;
    content: '';
    margin-top: -16px;
} */

#index_wrap section.section02 .box_wrap .box.text_wrap .btn_wrap .bt_basic_lnk {
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    width: 170px;
    padding: 13px 20px 15px;
    color: #fff;
    position: relative;
    z-index: 0;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 35px;
    font-weight: 400;
}

#index_wrap section.section02 .box_wrap .box.text_wrap .btn_wrap .bt_lnk::after {
     /* content: '';
    background-color: rgb(255, 255, 255, 1);
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
    color: #000;
   width: 20px;
    margin-left: 180px;
    margin-top: 28px;
    height: 1px; */
}

#index_wrap section.section02 .box_wrap .box.text_wrap .btn_wrap .bt_lnk:hover {
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 1);
}

/* #index_wrap section.section02 .box_wrap .box.text_wrap .btn_wrap .bt_lnk span {

    position: relative;
}

#index_wrap section.section02 .box_wrap .box.text_wrap .btn_wrap .bt_lnk span::after {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    content: '';
    margin-left: 30px;
    margin-top: 12px;
    transition: all 0.3s;
}

#index_wrap section.section02 .box_wrap .box.text_wrap .btn_wrap .bt_lnk:hover span::after {
    background: #000;
    height: 1px;
    margin-left: 45px;
} */

#index_wrap section.section03 {
    margin-top: 80px;
}

#index_wrap section.section03 .title {
    text-align: center;
    font-size: 20px;
    color: #9d9d9d;
    margin-bottom: 70px;
}

#index_wrap section.section03 .title h1 {
    font-size: 36px;
    margin-bottom: 12px;
}

#index_wrap section.section03 .box_wrap {
    /* display:flex; */
    /* justify-content: space-between; */
}

#index_wrap section.section03 .box_wrap .box {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;

}

#index_wrap section.section03 .box_wrap .box img {
    width: 100%;
}

#index_wrap section.section03 .box_wrap .box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    /* transition: .5s ease; */
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#index_wrap section.section03 .box_wrap .box:hover .overlay {
    opacity: 1;
}


#index_wrap section.section03 .box_wrap .box .overlay .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    line-height: 22px;
    padding-left: 80px;
    padding-right: 80px;
}

#index_wrap section.section03 .box_wrap .box .overlay .text a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 26px;
}

#index_wrap section.section03 .box_wrap .box .overlay .text a h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 26px;
}

#index_wrap section.section03 .box_wrap .box .overlay .text a:focus,
#index_wrap section.section03 .box_wrap .box .overlay .text a:hover {
    text-decoration: none;
    outline: none;
}


#index_wrap section.section03 .box_wrap .slider {
    position: relative;
}

#index_wrap section.section03 .box_wrap .slider .slick-list {
    margin: 0 -18px !important;
}

#index_wrap section.section03 .box_wrap .slick-slide {
    margin: 0 9px !important;
}

/* 도트 */
.slider-gallery .slick-dots {
    display: block !important;
    bottom: -55px;
}

.slider-gallery .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slider-gallery .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;

}

.slider-gallery .slick-dots li button:before {
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    opacity: .15;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.4s;
}

.slider-gallery .slick-dots li button:before {
    opacity: .15;
    color: #000;
}

.slider-gallery .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

/* 도트 마감 */
#index_wrap section.section04 {
    background: #f7f9fa;
    margin-top: 80px;
}

#index_wrap section.section04 .Bbox_wrap {
    display: flex;
    margin-top: 72px;
    margin-bottom: 72px;

}

#index_wrap section.section04 .Bbox_wrap .box01 {
    width: 25%;
    font-size: 16px;
    color: #858585;
    font-weight:600;
    /* padding-top: 24px; */
}

#index_wrap section.section04 .Bbox_wrap .box02 {
    width: 40%;
    padding-left: 140px;
    padding-right: 80px;


}

#index_wrap section.section04 .Bbox_wrap .box03 {
    width: 35%
	
}

#index_wrap section.section04 .Bbox_wrap .box01 h1 {
    font-size: 48px;
    color: #000;
    font-weight: 900;
    line-height: 59px;
    margin-bottom: 20px;

}

#index_wrap section.section04 .Bbox_wrap .box01 h1 span {
    display: inline-block;
    position: relative;
    z-index: 1
}

#index_wrap section.section04 .Bbox_wrap .box01 h1 span::before {
    position: absolute;
    width: 100%;
    height: 12px;
    background: #aee4ff;
    content: '';
    margin-top: 46px;
    z-index: -1;

}

#index_wrap section.section04 .Bbox_wrap .box h2 {
    font-size: 20px;
    font-weight:600;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* margin-bottom: 30px; */
}

/* #index_wrap section.section04 .Bbox_wrap .box h2::before {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #aee4ff;
    content: '';
    margin-top: 28px;
    z-index: -1;
}
#index_wrap section.section04 .Bbox_wrap .box h2 a:hover {
    text-decoration: none;
}
*/

#index_wrap section.section04 .Bbox_wrap .box.box02 h2 {margin-bottom:30px;}
#index_wrap section.section04 .Bbox_wrap .box.box02 .tel {
    font-size: 15px;
    color: #333333;
    font-weight:600;

}
#index_wrap section.section04 .Bbox_wrap .box.box02 .tel ul {
    margin-bottom: 13px;
}
#index_wrap section.section04 .Bbox_wrap .box.box02 .tel ul li {
    font-size: 40px;
    font-weight:600;
    padding: 0;
    line-height: 45px;
	color: #333333;
}
#index_wrap section.section04 .Bbox_wrap .box.box02 .tel ul li a {
    color: #333333;
	text-decoration:none;
}

#index_wrap section.section04 .Bbox_wrap .box.box02 .tel ul li span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-right: 16px;
    letter-spacing: 0;

}

/* #index_wrap section.section04 .Bbox_wrap .box.box02 .tel ul li span::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 26px;
} */

#index_wrap section.section04 .Bbox_wrap .box03 img {width:100%;max-width:380px;}

#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap {
    margin-top: 23px;
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul {
    display:flex;
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul li {
   margin-right: 5px;
    width: 45%;
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul li a.btn {
    height: 48px;
    font-size: 15px;
    border-radius: 0;
    line-height: 46px;
    padding: 0px 28px;
    letter-spacing: 0;
    width: 100%;
    font-weight:600;
    
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul li a.btn i {
    margin-right: 4px;
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul li a.btn.black {
    background: #000;
    color: #fff;
    border: 0;
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul li a.btn.black:after {
   background-color: #fff;
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul li a.btn.black:hover {
    color: #000;
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul li a.btn.gray {
    background: #cdcdcd;
    color: #000;
    border: 0;
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul li a.btn.gray:after {
    border-color: #fff;
    background-color: #fff;
}
#index_wrap section.section04 .Bbox_wrap .box.box03 .btn_wrap ul li a.btn.gray:hover {
    color: #000;
}


#index_wrap section.section05 {}

#index_wrap section.section05 .slider-gallery02 {
    margin-top: 50px;
    margin-bottom: 50px;
}

#index_wrap section.section05 .slider-gallery02 .slider img {
    border: 1px #e6e6e6 solid;
}

#index_wrap section.section05 .slider-gallery02 .slider a:hover,
#index_wrap section.section05 .slider-gallery02 .slider a:focus {
    outline: none;

}

/* 인덱스 마감 */



/*  sub layout */
/* 서브비주얼 */

@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}

.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    overflow: hidden;
    margin-top: 80px;
}

.s_visual_wrap .slide {
    position: relative;
    height: 400px;
    top: 0;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
    margin-top: -100px;
    top: -100px;
}

.s_visual_wrap .slide li {
    height: 400px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    /*
-webkit-animation: zoom 20s ease-in-out infinite alternate;
-moz-animation: zoom 20s ease-in-out infinite alternate;
-o-animation: zoom 20s ease-in-out infinite alternate;
-ms-animation: zoom 20s ease-in-out infinite alternate;
*/
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
    padding: 0;
    margin: 0;
}

.s_visual_wrap .slide .content {
    top: 30%;
    position: relative;
    z-index: 1;
    text-align: center;
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
}

.s_visual_wrap .slide .content h1 {
    font-size: 54px;
    font-weight:600;
    color: #fff;
    /*        padding-bottom: 0;*/
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    position: relative;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}



.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 서브비주얼 마감 */
/* 서브네비 */
#nav_center {
    border-bottom: 1px #ddd solid;
    display: block;
    position: relative;


}

#nav_center ul {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#nav_center li.init,
#nav_center ul li i {
    display: none;
}

#nav_center ul li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight:600;

}

#nav_center ul li a {
    font-size: 19px;
    font-weight:500;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
}

#nav_center ul li.active a {
    border-bottom: 5px #775e4c solid;
    font-weight: 500;
    color: #000;

}

#nav_center ul li a:focus,
#nav_center ul li a:hover {
    text-decoration: none;
    color: #000;
}

#nav_center a.javas {
    display: none;
}

/* 서브네 마감 */
/*  서브 레이아웃 */
#sub_content {
    margin-top: 90px;
}

#sub_content .page-header {}

#sub_content .page-header h1 {
    font-size: 40px;
    font-weight:600;
    color: #000;
    margin-bottom: 30px;
	text-align:center;

}

/*  서브 레이아웃 마감 */
/* footer */
footer {
    background-color: #e3e3e3;
    padding: 0 0 90px 0!important;
	position:relative;
}

footer.sub {margin-top:3vw;
}

footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;
}

footer .footer-menu {background-color: #efefef;text-align:center;}

footer .footer-menu ul {
    padding-top: 18px;
    padding-bottom: 12px;
}

footer .footer-menu ul li a {
    font-size: 16px;
    color: #333;
    font-weight:500;
}

footer .footer-menu ul li a:hover {text-decoration:none;}
footer .footer-menu ul li a.blue {
    color: #663300;
}

footer .breadcrumb {
    margin-bottom:0px;
    background-color: transparent;
}

footer p.logo {
    float: right;
    margin-top: 23px;
    display: none;
}

footer p.logo img {
    width: 80%;
}

footer address {
    margin-top: 25px;
    font-size: 16px;
    line-height: 23px;
    color: #333;
    font-style: normal;
	text-align:center;
}

footer p {
    margin-top: 0;
    padding-top: 6px;
    color: #777 !important;
    font-size: 14px;
}

.textSha {text-shadow:0 0 5px rgba(0, 0, 0, 0.5)}
.conLeft {float:left;}
.conRight {float:right;}

.btmLink {text-align:center;maring-top:10px;}
.btmLink a {display:inline-block;width:25px;height:25px;margin-right:10px;font-size:0;text-indent:-99999em;border-radius:50%}
.btmLink a:nth-child(1) {background:#a2a2a2 url("../../img/common/btm_icon00.png") 50% 50% no-repeat;background-size:75%;}/* 인스타그램 */
.btmLink a:nth-child(2) {background:#a2a2a2 url("../../img/common/btm_icon01.png") 50% 50% no-repeat;background-size:75%;}/* 페이스북 */
.btmLink a:nth-child(3) {background:#a2a2a2 url("../../img/common/btm_icon02.png") 50% 50% no-repeat;background-size:75%;}/* 유튜브 */
.btmLink a:nth-child(4) {background:#a2a2a2 url("../../img/common/btm_icon03.png") 50% 50% no-repeat;background-size:75%;}/* 블로그 */
.btmLink a:hover {background-color:#927e69;}

/* 추가 */
.company01 {margin-top:4vw;}
.stitle01 {font-size:35px;font-weight:600}
.stitle02 {font-size:28px;margin-bottom:10px;line-height:130%;font-weight:600}
.company01 {line-height:160%;}
.company01 .stitle01 {margin-bottom:30px;}
.company01 p.in_text  {margin-bottom:10vh;}
.clear_box {clear:both;padding:3.5vh 0;overflow:hidden;}
.clear_box .comp_img {width:50%;}
.clear_box .comp_img img {width:100%;}
.clear_box .comp_text {width:calc(50% - 80px);float:left;}
.fleft_box .comp_text {margin:10vh 30px 0 50px;}
.fleft_box .comp_img {float:left;}
.fright_box .comp_img {float:right;}
.fright_box .comp_text {margin:10vh 50px 0 30px;text-align:right;}

.company02 {padding:10vh 0;background: rgba(239,239,239,1.00);margin-top:80px;overflow:hidden;}
.company02 ul {width:100%;max-width:1400px;margin:50px auto 0;}
.company02 ul li {width:16%;margin:0 2% ;display:inline;text-align: center;float:left;font-size:14px;}
.company02 ul li img {width:100%;}
.company02 ul li p {display:inline-block;margin-top:10px;min-height:60px;}

/* catalog */
.catalog_area {background:url("../../img/company/catalog_bg.jpg") 50% 0 no-repeat;background-size:cover;text-align:center;overflow:hidden;padding:2vw }
.catalog_box:nth-child(1) {width:65.2%;}
.catalog_box:nth-child(2) {width:34.8%;}
.catalog_box:nth-child(3) {width:50%;}
.catalog_box {padding:3vw 1vw;text-align:center;float:left;}
.catalog_area h4 {font-size: 32px;font-weight:600;margin-bottom:3vh;color:#fff;text-shadow:1px 1px 3px rgba(0, 0, 0, 0.7);}
.catalog_area .img100 img {width:100%;max-width:950px;margin:0 auto;}
.view_btn {display:inline-block;padding:10px 30px;color:#FFF;border:1px solid #990000;text-decoration:none;margin:0 5px;text-shadow:1px 1px 5px rgba(0, 0, 0, 0.8);background:rgba(153, 0, 0, 0.6);}
.view_btn:hover {background:#990000;color:#fff!important;text-decoration:none;}
.view_btn:visited {color:#FFF;text-decoration:none;}


.img100 img {width:100%;}
.font90p {font-size:90%;}
.font85p {font-size:85%;}
.blind {display:none;}
.clear {clear:both;}


.s_ti {text-align: center;font-size: 28px;font-weight:600;padding:30px 0;position:relative;}
.s_ti span {display:block;font-size:16px;color:#777;font-weight:200;padding:10px 0;}

.s_ti2 {clear:both;text-align: center;font-size: 28px;font-weight:600;padding:40px 0 20px;}
.s_ti2 span {display:inline-block;padding:10px 30px;border:1px solid #999;}

.p_li  { clear: both; } 
.p_li li { float:left; width: 20%; padding:1%; }
.p_li li img {width: 100%;  border: 1px solid #BFBFBF; }
.p_li li h3, .p_li2 li h3  { text-align: center; font-size: 17px; font-weight:500; letter-spacing: -1px; margin-top: 10px;word-break:keep-all;}
.p_li2 li h3  { text-align: center; font-size: 17px; font-weight:500; letter-spacing: -1px; margin-top: 10px;min-height:40px;word-break:keep-all;}
.p_li li p { text-align: center;padding-top: 5px;letter-spacing:-1px;font-size:15px;word-break:keep-all;line-height:120%;}
.p_li li .cell {min-height:85px;}
.p_li2 {clear: both;margin-bottom:45px;overflow:hidden;} 
.p_li2 li { float:left; width:calc(100% / 3); padding:1%}
.p_li2 li img {width: 100%;}
.fa_text {margin:1vw 1% 2vw 1%;line-height:160%;}

.mainVisual {background:url("../../img/main/mainv_01.jpg") 50% 0 no-repeat;background-size:cover;height:100%;}

.mainVisual .content {margin-top:17%;}
.mainVisual .textSha h1 {
    color: #fff;
    font-size: 70px;
    line-height: 85px;
    font-weight:600;
    font-family: 'Gmarket Sans', 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
}

.mainVisual .textSha .line {
    width: 42.3%;
    height: 3px;
    background-color:rgba(255,255,255,0.3);
    margin:5.5%  0;
}

.mainVisual .textSha p {
    font-size: 16px;
    line-height: 29px;
    color: rgba(255, 255, 255, 1.0);
    /*    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;*/
    /*    opacity: 0;*/
	max-width:400px;
}

.mainVisual .textSha h2 {font-size:18px;font-weight:400;margin-bottom:5%;color:rgba(255,255,255,1.00) !important;}
.m_btn_wrap .mlogo {display:inline-block;height:45px;}
.m_btn_wrap .mlogo:nth-child(2) {margin:0 5%;}
.mlogo img {height:100%;}

.left_sns {position:absolute;left:20px;top:30%;text-align:center;z-index:99999;width:25px;}
.left_sns span {display:inline-block;width:3px;background-color:rgba(255,255,255,0.3);padding:70px 0;}
.left_sns a {display:block;
    width: 25px;
    height: 25px;
    margin: 15px 0;
    font-size: 0;
    text-indent: -99999em;
}
.left_sns a.lsns01 {background:url("../../img/main/left_sns01.png") 50% 50% no-repeat;background-size:98%;}
.left_sns a.lsns02 {background:url("../../img/main/left_sns02.png") 50% 50% no-repeat;background-size:98%;}
.left_sns a.lsns03 {background:url("../../img/main/left_sns03.png") 50% 50% no-repeat;background-size:98%;}
.left_sns a.lsns04 {background:url("../../img/main/left_sns04.png") 50% 50% no-repeat;background-size:98%;}
.parallax_wrap {background-image:url("../../img/main/main_con_bg.jpg")}

.cert_area {background:#f4f4f4;padding:3.5vw;text-align:center;overflow:hidden;}
.cert_area li {width:30%;float:left;margin-left:5%}
.cert_area li:first-child {margin-left:0%}
.cert_area li img {width:100%;}

.product_part1, .product_part2 {margin-top:4vw;letter-spacing:-1px;}
.product_part1 h4, .product_part2 h4 {font-size:22px;font-weight:500;margin-bottom:20px;}
.product_part2 {overflow:hidden;}
.product_part2 .left {float:left;width:47%;}
.product_part2 .right {float:right;width:47%;}
.product_part2 .thum {width:120px;float:left}
.product_part2 .text {width:calc(100% - 140px);float:right;}
.product_part2 strong {display:inline-block;margin-bottom:10px;font-size:18px;font-weight:500;}

.mt2p {margin-top:2%;}
.mt5p {margin-top:5%;}
.mt7p {margin-top:7%;}
.mt10p {margin-top:10%;}
.mt15p {margin-top:15%;}

@media (max-width:1400px) {
.b_contant {background:none;}
}
@media (max-width:1279px) {
	.mainVisual {background:url("../../img/main/mainv_01s.jpg") 50% 0 no-repeat;background-size:cover;height:100%;}
	.mainVisual .content {width:50%;margin:20vh auto;}
	.mainVisual .textSha .line {width:100%;margin:15% auto 10%;}
	.m_btn_wrap .mlogo {height:40px;}
	.m_btn_wrap .mlogo:nth-child(2) {margin:0 8%;}
}
@media (max-width: 992px) {
	.parallax_wrap .container {overflow:hidden;background:url("../../img/main/main_con_bg.jpg") 50% 0 no-repeat;background-size:cover;}
	 .container {overflow:hidden;}
	.left_sns {display:none;}
	.stitle02 {font-size:22px;font-weight:600;word-break:keep-all;}
	.company01 {margin-top:80px;}
	.company01 p.in_text {margin-bottom:50px;}	
	.company01 p {font-size:15px;}
	.clear_box .comp_img {width:100%;}
	.clear_box .comp_text {width:95%;margin:30px 2.5% 50px 2.5%;text-align:left;}
	.clear_box {padding:0;}
	.s_ti {text-align: center;font-size: 20px;}
	.s_ti span {display:block;font-size:13px;color:#777;}
	.s_ti2 {font-size: 20px;padding:20px 0 10px;}
	.s_ti2 span {display:inline-block;padding:5px 15px;}
	.pc_b { display: none; }
	.p_li li h3, .p_li2 li h3  { text-align: center; font-size: 16px;letter-spacing: -1px; margin-top: 10px;  }
	.p_li li {width: 50%; padding: 10px 10px 0px 10px; font-size: 12px;  }
	.p_li2 li {width: 50%;}
	#index_wrap section.section01 {padding:10vw 0 0;}
	.mainVisual .textSha h1 {font-size:55px;line-height:60px;}
	.mainVisual .textSha p {font-size: 14px;line-height:20px;letter-spacing:-0.015em;}
		.mainVisual .textSha h2 {font-size:16px;text-align:center;}
	.mainVisual .content {width:90%;margin:30vh auto;}
	.m_btn_wrap {text-align:center;}
	.m_btn_wrap .mlogo {height:32px;}
	.m_btn_wrap .mlogo:nth-child(2) {margin:0 10%;}
	#index_wrap section.section01 .box_wrap .box02 {top:0;}
	#index_wrap section.section01 .box_wrap .box .text {top:calc(50% - 15px);left:calc(50% - 50px);height:30px;line-height:30px;width:100px;}
	.b_contant .container ul li.b_block span {top: calc(50% - 15px);left: calc(50% - 50px);height: 30px;line-height: 30px;text-align: center;width:100px;font-size:12px;}
	#index_wrap section.section02 .box_wrap .box.text_wrap .btn_wrap .bt_basic_lnk {width: 120px;padding:10px 0 11px;
    font-size: 13px;margin-top: 25px;font-weight: 400;}	
	.b_contant .b_con_img .b_none {display:none;}
	.b_contant .container .b_con_img {width:100%;}
	.b_contant .container .b_con_text {width:100%;margin:5% 0;text-align:center;}
	.b_contant .container .b_con_text h1 {font-size:26px;}
	.b_contant .container .b_con_text p {font-size:14px;}
	.b_contant .container .b_con_text .bt_lnk {font-size:14px;width:120px;height:30px;line-height:30px;padding:0;}
	footer {padding: 0 0 70px 0!important;}	
	.view_btn {padding:7px 20px;font-size:15px;}
	.cert_area {padding:30px 10px;}
	.product_part2 .left, .product_part2 .right {clear:both;width:100%;margin-bottom:7vw}
	.product_part1 h4, .product_part2 h4 {font-size: 20px;margin-bottom: 10px;}
	
.product_part2 strong {font-size:15px;margin-bottom:5px;}
}