html,
body {
    height: 100%;word-break:keep-all;word-wrap: break-word;
}

html {
    overflow-x: hidden;
}

a {
    color: #000; outline: none; 
}
a:focus, a:active { 
    outline: none; 
}

a:hover {
    color: #333;text-decoration: none;
}

a.mybtn4 {
	
	background-color:transparent;
	-webkit-border-top-left-radius:50px;
	-moz-border-radius-topleft:50px;
	border-top-left-radius:50px;
	-webkit-border-top-right-radius:50px;
	-moz-border-radius-topright:50px;
	border-top-right-radius:50px;
	-webkit-border-bottom-right-radius:50px;
	-moz-border-radius-bottomright:50px;
	border-bottom-right-radius:50px;
	-webkit-border-bottom-left-radius:50px;
	-moz-border-radius-bottomleft:50px;
	border-bottom-left-radius:50px;
	text-indent:0;
	border:1px solid #222;
	display:inline-block;
	color:#222;
	font-size:14px;
	font-weight:bold;
	font-family:'Noto Sans KR';
	height:35px;
	line-height:35px;
	width:110px;
	text-decoration:none;
	text-align:center;;margin:5px auto;
}
a.mybtn4:hover {
	
	background-color:#000;border:1px solid #000;
	color:#fff;
}

a.mybtn5 {
	
	background-color:#222;
	-webkit-border-top-left-radius:50px;
	-moz-border-radius-topleft:50px;
	border-top-left-radius:50px;
	-webkit-border-top-right-radius:50px;
	-moz-border-radius-topright:50px;
	border-top-right-radius:50px;
	-webkit-border-bottom-right-radius:50px;
	-moz-border-radius-bottomright:50px;
	border-bottom-right-radius:50px;
	-webkit-border-bottom-left-radius:50px;
	-moz-border-radius-bottomleft:50px;
	border-bottom-left-radius:50px;
	text-indent:0;
	border:1px solid #222;
	display:inline-block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:'Noto Sans KR';
	height:35px;
	line-height:35px;
	width:120px;
	text-decoration:none;
	text-align:center;;margin:5px auto;
}
a.mybtn5:hover {
	
	background-color:#fff;border:1px solid #222;
	color:#222;
}

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

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


/* layout */
#header {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index:10;
    width: 100%;
    height: 85px;
    transition: .5s height, .2s background;

    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    

}

#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: 25%;

}

#header .top_wrap .nav {
    width: 80%;
    justify-content: center;
    align-items: center;


}

#header .top_wrap .etc {
    width: 20%;
    /* text-align: right;
    color: #fff;
    padding-top: 37px;
    font-size: 13px; */

}

#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(min-width:992px) {
    /* #header .top_wrap .etc ul {
        margin-top: -35px;
    } */
}

#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: 85px;
    margin: 0 auto;

}

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

.header h1 {
    padding-top: 10px;
    padding-left: 15px;
}

.header h1 a {
    overflow: hidden;
    display: block;
    height: 42px;
    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;
    margin-left: -120px;
}

.header .gnb {
    text-align: center;

}

.header #gnb {
    background: transparent;
}

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

.header .gnb a {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    color: #222;
    font-family: 'Noto Sans KR', sans-serif;
}

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

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

.header .gnb .depth1>a {
    display: block;
    height: 57px;
    padding: 30px 0 0;
    font-size: 20px;line-height:24px;font-family: 'Noto Sans','Noto Sans KR';font-weight: 700;
}

.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: rgba(255,255,255,1);
}

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

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

}

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

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

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

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

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

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

}

.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: #333;
}

.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);
    font-family: 'Noto Sans KR', sans-serif;
    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: rgba(0,0,0, 1);
}

.header.all .gnb_wrap .depth2>li>a:hover {
    text-decoration: none;
    color: rgba(0,0,0,1);
}

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

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

/* sticky */

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




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

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

}
.header.sticky .gnb a {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    color: #000;
    font-family:'Noto Sans','Noto Sans KR', sans-serif;
}
.header.sticky .gnb .depth1>a {
    display: block;
    padding: 30px 0 0;
    font-size: 18px;line-height: 22px;color: #333;font-weight:700;
}
.header.sticky .top_wrap .etc {
    margin-top: 15px;
    color: #000 !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);
    font-family:'Noto Sans' , 'Noto Sans KR', sans-serif;
    display: inline-block;
    position: relative;
}

/* sticky end */

.top_right_etc {
    z-index: 99999999999999999999999999999999999999;
    top: 0;
    position: absolute;
    right: 0;
    margin-right: 50px;
    margin-top: 25px;
    font-size: 13px;
    color: #fff;
    transition: 0.6s;
 
}
.top_right_etc ul {
    border-radius: 0;
    padding: 0;
    border: 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: 13px;
} 

/* 모바일 메뉴 */
.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: 50%;
}

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

}

#index_swiper .bottom-right .box_wrap .box {
    width: 50%;
    padding: 40px 40px;
}

#index_swiper .bottom-right .box_wrap .box.box01 {
    background: url('../../img/main/visual-icon01.png');
    background-position: 40px 50%;
    padding-left: 130px;
    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: 40px 50%;
    padding-left: 130px;
    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: #82ecff;
    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-top: 40px;
    padding-bottom: 40px;

}

#index_wrap section.section01 .text_wrap {
    position: absolute;
    margin-left: 150px;
    margin-top: 140px;
    z-index: 2;
}

#index_wrap section.section01 .text_wrap span {
    font-size: 16px;
    color: #c2c2c2;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;

}

#index_wrap section.section01 .text_wrap .text {
    margin-top: 20px;
    font-size: 52px;
    color: #000;
    font-weight: 800;
    line-height: 59px;
    font-family: 'Josefin Sans', sans-serif;
}

#index_wrap section.section01 {
    padding-right: 120px;
}

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

#index_wrap section.section01 .box_wrap .box {
    width: 21%;
    margin-left: 40px;
    background: #ddd;
    /* height: 495px; */
    position: relative;
}


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

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

.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 {
    bottom: 0;
    position: absolute;
    background: #fff;
    padding: 22px 15px 12px;
    width: 240px;


}

#index_wrap section.section01 .box_wrap .box .text span {
    position: relative;
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    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;
}

#index_wrap section.section02 {
    background-size: cover;
}

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

#index_wrap section.section02 .box_wrap .box.text_wrap {
    width: 40%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

#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: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 26px;
    font-family: 'NanumSquare';
    color: rgba(255, 255, 255, 1);
    position: relative;
    display: block;
}
#index_wrap section.section02 .box_wrap .box.text_wrap p {
    color: #fff;
}
#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: 220px;
    padding: 13px 20px 15px;
    color: #fff;
    position: relative;
    z-index: 0;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 35px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
}

#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);
    color: #000;
}

#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: 90px;
    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: 3px;
    margin-left: 100px;
}

#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;
    font-family: 'Open Sans', sans-serif;
}

#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: 40px;
}

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

}

#index_wrap section.section04 .box_wrap .box01 {
    width: 20%;
    font-size: 16px;
    color: #858585;
    font-weight: 500;
    padding-top: 24px;
}

#index_wrap section.section04 .box_wrap .box02 {
    width: 52%;
    padding-left: 200px;
    padding-right: 80px;


}

#index_wrap section.section04 .box_wrap .box03 {
    padding-left: 30px;
    width: 28%
}

#index_wrap section.section04 .box_wrap .box01 h1 {
    font-size: 48px;
    color: #000;
    font-weight: 900;
    font-family: 'Noto Sans KR';
    line-height: 59px;
    margin-bottom: 20px;

}

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

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

}

#index_wrap section.section04 .box_wrap .box h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Sans KR';
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

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



#index_wrap section.section04 .box_wrap .box.box03 .tel {
    font-size: 15px;
    color: #333333;
    font-weight: 500;

}
#index_wrap section.section04 .box_wrap .box.box03 .tel ul {
    margin-bottom: 13px;
}
#index_wrap section.section04 .box_wrap .box.box03 .tel ul li {
    font-size: 34px;
    font-weight: 800;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 36px;


}

#index_wrap section.section04 .box_wrap .box.box03 .tel ul li span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'Noto Sans KR';
    font-weight: 600;
    color: #000;
    margin-right: 16px;
    letter-spacing: 0;

}

#index_wrap section.section04 .box_wrap .box.box03 .tel ul li span::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 26px;
}
#index_wrap section.section04 .box_wrap .box.box03 .btn_wrap {
    margin-top: 23px;
}
#index_wrap section.section04 .box_wrap .box.box03 .btn_wrap ul {
    display:flex;
}
#index_wrap section.section04 .box_wrap .box.box03 .btn_wrap ul li {
   margin-right: 5px;
    width: 45%;
}
#index_wrap section.section04 .box_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:500;
    font-family: 'Noto Sans KR';
    
}
#index_wrap section.section04 .box_wrap .box.box03 .btn_wrap ul li a.btn i {
    margin-right: 4px;
}
#index_wrap section.section04 .box_wrap .box.box03 .btn_wrap ul li a.btn.black {
    background: #000;
    color: #fff;
    border: 0;
}
#index_wrap section.section04 .box_wrap .box.box03 .btn_wrap ul li a.btn.black:after {
    border-color: # n;
    background-color: #fff;
}
#index_wrap section.section04 .box_wrap .box.box03 .btn_wrap ul li a.btn.black:hover {
    color: #000;
}
#index_wrap section.section04 .box_wrap .box.box03 .btn_wrap ul li a.btn.gray {
    background: #cdcdcd;
    color: #000;
    border: 0;
}
#index_wrap section.section04 .box_wrap .box.box03 .btn_wrap ul li a.btn.gray:after {
    border-color: #fff;
    background-color: #fff;
}
#index_wrap section.section04 .box_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: 0px;
}

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

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

.s_visual_wrap .slide li {
    height: 530px;
    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;
    top: 0;
}

.s_visual_wrap .slide .content {
    top: 41%;
    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 {
   
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 0;  
    position: relative;
    color: #ce1d00;
    font-size: 60px;
    line-height: 80px;
    font-weight: 900;
    letter-spacing: 0px;
    font-family: 'Montserrat', 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    text-transform: uppercase
}

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

.s_visual_wrap .slide .content p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'Noto Sans KR', 'Malgun Gothic', 'Ubuntu', '�뗭�', dotum, sans-serif;
    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: 22px;
    font-weight: 700;

}

#nav_center ul li a {
    font-size: 22px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
}

#nav_center ul li.active a {
    display: inline-block;
    border-bottom: 2px #ce1d00 solid;
    width:200px;align-items: center;
    padding:25px 15px;    
    font-weight: 700;
    color: #ce1d00;text-align: center

}

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

#nav_center a.javas {
    display: none;
}

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

#sub_content .page-header {}

#sub_content .page-header h1 {
    font-size: 40px;
    font-weight: 600;
    color: #000;text-align: center;
    font-family:'Noto Sans', 'Noto Sans KR';
    margin: 40px auto;

}

/*  서브 레이아웃 마감 */
/* footer */
footer {
    /*    margin-top: 30px;*/
    background-color: #fff;
    border-top:1px solid #ddd;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

footer.sub {
    margin-top: 60px;
}

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 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    
}

footer .footer-menu ul {
    padding-top: 10px;
    padding-bottom: 5px;
}

footer .footer-menu ul li:before {
    color: #464646;
}

footer .footer-menu ul li a {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    padding-left: 0px;
    padding-right: 16px;
}

footer .footer-menu ul li a.blue {
    color: #222
}

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

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

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

footer address {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-family:'Noto Sans', 'Noto Sans KR';font-style: normal;
}

footer p {
    margin-top: 0;
    padding-top: 6px;
    color: #222 !important;
    font-size: 14px;font-weight:400;
}
footer p.call {
    margin-top: 0;
    padding-top: 6px;
    color: #222 !important;
    font-size: 36px;font-weight:800;font-family: 'Montserrat'
}

footer .container .left {width:60%;height: auto; float: left}
footer .container .right {width:35%;height: auto;float: left}

footer p.sns {float:left;margin:5px 10px;font-size:20px;color:#222}
footer p.sns a{color:#222}
footer p.sns a:hover{color:#999}

@media (max-width:991px){
    
footer .container .left {width:98%;height: auto; float: left}
footer .container .right {width:98%;height: auto;float: left;text-align: left}

}

.section-title h1 {
    position: relative;
    z-index: 1;
    margin: 70px auto 10px;
    color: #222;
    font-weight: 900;
    font-size: 55px;
    text-align: center;
    font-family:'Noto Sans','Noto Sans KR'
}

.section-title p {
    position: relative;
    z-index: 1;
    margin: 0px auto 30px;
    color: #666;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    font-family:'Noto Sans','Noto Sans KR'
}


.section-3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url('/theme/ddf/img/main/br_bg.jpg');
    background-position: top center;
    background-size: cover;
}

.brand_txt_section {
    margin: 150px auto 0px;
    width: 50%;
    padding: 10px 0px;
    float: left;
    height: auto;
    overflow: hidden;
}

.first.brandstory_section1 {
    font-family: 'Montserrat';
    padding: 100px 10px 50px 220px;
    width: 100%;
    color: #490021;
    font-weight: 300;
    font-size: 40px;line-height:1.2em;
    text-align: left;
    margin-top: 10px;
    word-break: keep-all;
    word-wrap: break-word
}

.two.brandstory_section1 {
    padding: 60px 0px 50px 30px;
    width: 100%;
    color: #333;
    font-size: 18px;
    text-align: left;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 30px;
}

.txt.brandstory_section1 {
    padding: 100px 30px 50px 220px;
    width: 100%;
    color: #333;
    font-family: 'Noto Sans KR';
    font-size: 24px;font-weight:600;
    text-align: left;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 1.4em;
}

@media (max-width:1200px) {
    .section-title h1 {
    position: relative;
    z-index: 1;
    margin: 30px auto 20px;
    color: #222;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    font-family:'Noto Sans','Noto Sans KR'
}
    
    .section-3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        background:#f2f2f2
    }
    .brand_txt_section {
        margin: 0px auto;
        width: 100%;
        padding: 0px 0px;
    }
    .first.brandstory_section1 {
        font-family: 'Montserrat';
        padding: 80px 10px 10px 10px;
        width: 100%;
        color: #490021;
        font-weight: 300;
       font-size: 22px;line-height:1.2em;
        text-align: left;max-width:1000px;
        margin-top: 0px;
        word-break: keep-all;
        word-wrap: break-word
    }
    .two.brandstory_section1 {
        padding: 40px 0px 0px 0px;
        width: 100%;
        color: #333;
        font-size: 16px;
        text-align: center;
        word-break: keep-all;
        word-wrap: break-word
    }
    .txt.brandstory_section1 {
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #333;
        font-size: 18px;font-weight:600;
        text-align: left;max-width:1000px;
        word-break: keep-all;
        word-wrap: break-word;
        line-height: 1.3em;
    }
}

/* 섹션 4 */

@media (min-width:1280px){
	.section4th {padding-top:0px;overflow:hidden;height:700px;background:url("/theme/ddf/img/main/store_bg.jpg") no-repeat top center;background-size: cover;}
    .section4th .section-inner {width:100%;max-width:1400px; height:auto;margin:30px auto 0px}
	.section4th .section-bottom {height:50%}
	.section4th .section-left {width:100%;padding:30px 0px 30px 0px;overflow:hidden;height:auto;background:rgba(207,48,31, 0.8)}
    .section4th .section-left h3 {color:#fff;font-family: 'GmarketSansBold';font-size: 60px;margin: 10px auto}
    .section4th .section-left h3::before {position: absolute; width: 40px; height: 1px;background: #fff; content: '';  margin-top:95px;margin-left:220px}
    .section4th .section-left p {color:#fff;font-family: 'Noto Sans KR';font-size: 30px;}
    .section4th .section-right {width:100%;padding:80px 0px 30px 0px;overflow:hidden;height:auto}
    .section4th .section-right .box_wrap {display: flex;width:100%;max-width:1430px;margin: 20px auto;}
    .section4th .section-right .box_wrap .box {width:18%;margin:1%;height:260px;text-align: center}
    .section4th .section-right .box_wrap .box img {width:70px;}
    .section4th .section-right .box_wrap .box h1{font-family: 'Noto Sans KR';font-size: 24px;color:#fff;font-weight:600;margin:15px auto}
    .section4th .section-right .box_wrap .box p{font-family: 'Noto Sans KR';font-size: 18px;color:#fff;font-weight:300}
    .section4th .section-right h3 {color:#fff;font-family: 'GmarketSansBold';font-size: 60px;text-align: center}
	.section4th .section-top .section-image {width:100%;margin-left:auto;text-align:center}
    .section4th .section-top .section-image img {width:100%;max-width:1430px}
	.section4th .section-top .section-content, .section4th .section-bottom .section-content {margin-top:20px;color:#fff;text-align:center;overflow:hidden;height:auto}
   
    .section4th .section-top .section-content p {padding:15px 0px;text-align:center;margin-bottom:0;font-size:20px;line-height:30px;font-weight:normal;word-break:keep-all;font-family:'Noto Sans KR','NanumGothic'}
    .section4th .section-bottom {background:#00407a;}
	.section4th .section-bottom .section-left {padding:50px;}
	.section4th .section-bottom .section-content {text-align:center;}
	/* zoom-out action - 이미지 확대 */
	.section4th .zoom-out img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
	.section4th .section-action .zoom-out img {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
	/* delay - 콘텐츠간 딜레이 */
	.section4th .section-top .section-content p, .section4th .section-bottom .section-image img {-webkit-transition-delay:.2s;-moz-transition-delay:.2s;transition-delay:.2s}
	.section4th .section-bottom .section-content h3 {-webkit-transition-delay:.4s;-moz-transition-delay:.4s;transition-delay:.4s;color:#fff;}
	.section4th .section-bottom .section-content p {-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s;color:#fff;}
}

@media (max-width:1279px){
    .section4th {padding-bottom:20px;overflow:hidden;height:auto;background:url("/theme/ddf/img/main/store_bg.jpg") no-repeat top center;background-size: cover;}
	.section4th .section-bottom {height:50%}
	.section4th .section-left {width:100%;padding:20px 0px 30px 0px;overflow:hidden;height:auto;background:rgba(207,48,31, 0.8)}
    .section4th .section-left h3 {color:#fff;font-family: 'GmarketSansBold';font-size: 30px;}
     .section4th .section-left h3::before {position: absolute; width: 40px; height: 1px;background: #fff; content: '';  margin-top:50px;margin-left:95px}
    .section4th .section-left p {color:#fff;font-family: 'Noto Sans KR';font-size: 20px;}
    .section4th .section-right {width:100%;padding:20px 0px 30px 0px;overflow:hidden;height:auto}
     .section4th .section-right h3 {color:#fff;font-family: 'GmarketSansBold';font-size: 30px;text-align: center}
     .section4th .section-right .box_wrap {display: flex;flex-wrap: wrap;width:100%;margin: 20px auto;}
    .section4th .section-right .box_wrap .box {width:31%;margin:1%;height:210px;text-align: center}
    .section4th .section-right .box_wrap .box:nth-child(1) {width:48%;margin:1%;height:210px;text-align: center}
    .section4th .section-right .box_wrap .box:nth-child(2) {width:48%;margin:1%;height:210px;text-align: center}
    .section4th .section-right .box_wrap .box img {width:40px;}
    .section4th .section-right .box_wrap .box h1{font-family: 'Noto Sans KR';font-size: 20px;color:#fff;font-weight:600;margin:15px auto}
    .section4th .section-right .box_wrap .box p{font-family: 'Noto Sans KR';font-size: 14px;color:#fff;font-weight:300;line-height:20px}
	.section4th .section-top .section-image {width:100%;margin-left:auto;text-align:center}
    .section4th .section-top .section-image img {width:100%;max-width:1430px}
	.section4th .section-top .section-content, .section4th .section-bottom .section-content {margin-top:20px;color:#fff;text-align:center;overflow:hidden;height:auto}
   
    .section4th .section-top .section-content p {padding:15px 10px;text-align:center;margin-bottom:0;font-size:16px;line-height:24px;font-weight:normal;word-break:keep-all;font-family:'Noto Sans KR','NanumGothic'}
    
}

@media (min-width:1280px){
    .section06 {width:100%;background:#fff;height: auto}
    .section06 .inner {width:100%;max-width:1430px;height:400px;margin: 0 auto;}
    .section06 .inner .left {width:65%;height:400px;float:left}
    .section06 .inner .right {width:35%;height:400px;float:left;background-color:#88847c;background-image: url("/theme/kcb/img/main/kcb.png");background-repeat: no-repeat;background-position: bottom left;padding: 40px 30px}
    .section06 .inner .right h3{color:#fff;font-family: 'GmarketSansMedium';font-size: 20px;line-height:24px;margin-top:10px}
    .section06 .inner .right p {color:#fff;font-family: 'GmarketSansMedium';font-size: 16px;line-height:40px;}
}

@media (max-width:1279px){
    .section06 {width:100%;background:#fff;height: auto}
    .section06 .inner {width:100%;max-width:1430px;height:400px;margin: 0 auto;}
    .section06 .inner .left {width:100%;height:200px;float:left}
    .section06 .inner .right {width:100%;height:200px;float:left;background-color:#88847c;background-image: url("/theme/kcb/img/main/kcb.png");background-repeat: no-repeat;background-position: bottom right;padding: 15px 20px }
    .section06 .inner .right h3{color:#fff;font-family: 'GmarketSansMedium';font-size:16px;line-height:24px;margin-top:10px}
    .section06 .inner .right p {color:#fff;font-family: 'GmarketSansMedium';font-size:14px;}
}

@media (min-width:1280px){ 

    .section07 {padding-top:0px;overflow:hidden;height:600px;background:url("/theme/web/img/main/cs_bg.jpg") no-repeat top center;background-size: cover;}
    .section07 .inner {width:100%;max-width:1400px;height:auto;margin:10px auto;padding:50px 0px}
    .section07 .inner .box_wrap {display: flex;flex-wrap: wrap;width:100%;margin: 80px auto;}
    .section07 .inner .box_wrap .box:nth-child(3) {width:27%;margin:1% 10px 1% 0px;height:300px;text-align: center;background:rgba(206,29,0, 0.8);padding:30px 0px}
    .section07 .inner .box_wrap .box:nth-child(3) h3 {color:#fff;font-family: 'GmarketSansBold';font-size: 24px;text-align: center;padding:0px;border-bottom: 0px solid #eee;margin:0px}
    .section07 .inner .box_wrap .box:nth-child(3) p {color:#fff;font-size: 16px;text-align: center;font-weight:400}
    .section07 .inner .box_wrap .box:nth-child(3) p a, .section07 .inner .box_wrap .box:nth-child(1) p a{color:#fff;font-size: 16px;text-align: center;font-weight:600}
    .section07 .inner .box_wrap .box {width:35%;margin:1% 15px 1% 0px;height:300px;text-align: center;background:#fff}
    .section07 .inner .box_wrap .box h3 {color:#333;font-family: 'GmarketSansBold';font-size: 24px;text-align: left; padding:10px;border-bottom: 1px solid #eee;margin:20px 20px 5px 20px}
    
}

@media (max-width:1279px){ 
    .section07 {padding-bottom:20px;overflow:hidden;height:auto;background:url("/theme/web/img/main/cs_bg.jpg") no-repeat top center;background-size: cover;}
    .section07 .inner {width:100%;max-width:1400px;height:auto;margin:20px auto;padding:50px 0px 0px 0px}
     .section07 .inner .box_wrap {display: flex;flex-wrap: wrap;width:100%;margin: 0px auto;}
    .section07 .inner .box_wrap .box:nth-child(3) {width:95%;margin:1% auto;height:200px;text-align: center;background:rgba(206,29,0, 0.8); }
    .section07 .inner .box_wrap .box:nth-child(3) h3 {color:#fff;font-family: 'GmarketSansBold';font-size: 20px;text-align: center;padding:0px;border-bottom: 0px solid #eee;margin:0px}
    .section07 .inner .box_wrap .box:nth-child(3) p {color:#fff;font-size: 14px;text-align: center}
     .section07 .inner .box_wrap .box:nth-child(3) p a, .section07 .inner .box_wrap .box:nth-child(1) p a{color:#fff;font-size: 14px;text-align: center;font-weight:600}
    .section07 .inner .box_wrap .box {width:45%;margin:10px auto;height:200px;text-align: center;background:#fff}
    .section07 .inner .box_wrap .box h3 {color:#333;font-family: 'GmarketSansBold';font-size: 16px;text-align: left; padding:10px;border-bottom: 1px solid #eee;margin:5px}
}



.s11_5{padding: 50px 0;}

.s11_swiper{padding-bottom: 70px !important;max-width: 1300px;margin: 0 auto}
.s11_swiper .swiper-pagination3{position: absolute;bottom: 0px !important;left: 0;z-index: 5;width: 100%;display: flex; justify-content:center;}
.s11_swiper .swiper-pagination3 .swiper-pagination-bullet{ width: 10px;height: 10px;background-color: #BFBFBF;transition: all 0.5s ease-in;opacity: 1;}
.s11_swiper .swiper-pagination3 .swiper-pagination-bullet-active{background-color: rgba(207,48,31, 1);}

.s11_swiper .swiper-slide p {text-align: center;margin-top:8px;font-size: 16px;}

@media screen and (max-width: 1260px) { 
     .sub_con {width:100%;margin: 0 auto 50px;padding: 0px 10px}
	.s11_1 .s11_1ul > li{align-items:center; }
	.s11_1 .s11_1ul > .s11_1li1 .thum{}
    .s11_1 .s11_1ul > .s11_1li1 .thum:after {display: block; content: ''; position: absolute; bottom: -30px; left: -50px; width: 0px; height: 0px; 
    background-color: #eee; z-index: -1;}
	.s11_1 .s11_1ul > .s11_1li1 .cont{padding: 0 20px;}

	.s11_1 .s11_1ul > .s11_1li2{margin-top: 50px;}
	.s11_1 .s11_1ul > .s11_1li2 .cont{padding: 0 20px;}
    .s11_1 .s11_1ul > .s11_1li2 .thum:after {display: block; content: ''; position: absolute; bottom: -30px; left: -50px; width: 0px; height: 0px; 
    background-color: #eee; z-index: -1;}
	.s11_1 .s11_1ul > .s11_1li3{margin-top:50px;}
	.s11_1 .s11_1ul > .s11_1li3 .cont{padding: 0 20px;}
     .s11_1 .s11_1ul > .s11_1li3 .thum:after {display: block; content: ''; position: absolute; bottom: -30px; left: -50px; width: 0px; height: 0px; 
    background-color: #eee; z-index: -1;}
	.s11_1 .thum img{width: 400px;}

	.s11_2{padding: 80px 0;}
	.s11_2tit{font-size: 35px;}
	.s11_2cont{font-size: 16px;}

	.s11_3{height: auto;}
	.s11_3desc{padding: 50px 0;font-size: 20px;}
	.s11_3btm{padding: 30px;}
	.s11_3btm .left .tit{font-size: 18px;margin-bottom: 15px;}
	.s11_3btm .left .desc{font-size: 14px;}
	.s11_3btm .left{margin-right: 20px;}
	.s11_3btm .right .cont > li{font-size: 14px;}
	.s11_3btm .right .cont > li.tit{font-size: 18px;}

	.s11_4{padding: 70px 0;}
	.s11_4tit{font-size: 18px;word-break:keep-all; }
	.s11_4cont{font-size: 14px;margin-bottom: 40px;word-break:keep-all; }
	
	.s11_4ul > li{padding: 0 10px;}
	.s11_4ul img{max-width: 100%;}

	.s11_5{padding: 60px 0;}
	.s11_swiper{padding-bottom: 50px !important;text-align: center;}
	.s11_swiper img{max-width: 100%;}

}
@media screen and (max-width: 1000px) { 
	.s11_1 .s11_1ul > li .cont .tit{font-size: 20px;}
	.s11_1 .s11_1ul > li .cont .desc{font-size: 14px;}
}
@media screen and (max-width: 768px) { 
	.s11_1 .s11_1ul > li{flex-direction:column; }
	.s11_1 .s11_1ul > .s11_1li2 .thum{order:-1;}
	.s11_1 .thum{margin-bottom: 20px;}
	.s11_1 .thum img{max-width: 400px;width: 100%;}
	.s11_1 .cont{width: 100%;}
	
	.s11_3desc{padding: 30px 0;font-size: 16px;word-break:keep-all; }
	.s11_2{padding: 50px 0;}
	.s11_2tit{font-size: 23px;}
	.s11_2cont{font-size: 14px;margin-bottom: 30px;word-break:keep-all;padding:0px 10px }
    
    .s11_22{padding: 100px 0 0px 0px;}
   .s11_22tit{text-align: center;font-size: 50px;margin-bottom: 15px;font-family: 'Montserrat';color:#268a79}
 .s11_22cont{position: relative;text-align: center;font-size: 14px;font-weight: 400;color: #333;line-height: 1.4;margin-bottom: 0px;top:-100px;padding:0px 10px}
 .s11_22thum{text-align: center;background: #f4f4f4;padding:35px 0px}
 .s11_22thum img{position: relative;top:-100px; width: 80%;max-width:1300px;min-width:320px}
    
    
	.s11_3btm{padding: 15px;}
	.s11_3btm{flex-direction:column; }
	.s11_3btm .left{margin-right: 0px;}
	.s11_3btm .right .cont > li{padding: 5px;}
	.s11_3btm .right{margin-top: 15px;}
	
	.s11_4ul{flex-wrap:wrap;justify-content:center; }
	.s11_4ul > li{padding: 0 10px;margin-bottom: 20px;width: 230px;}
	.s11_4ul img{max-width: 100%;}

	.s11_swiper .swiper-slide p {text-align: center;margin-top:5px;font-size: 13px;}
}
@media screen and (max-width: 478px) { 
	
}

.imageHolder {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 0px;
    border-radius: 10px
}

.imageHolder img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px 
}

.imageHolder:hover img {
    transform: scale(1.1);
    transition: 0.6s;
    opacity: 1;
}

.imageHolder .caption {
    position: absolute;
    line-height: 40px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    padding: 30% 0 0 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-size: 48px;
    font-family:'Noto Sans','Noto Sans KR'
}

.imageHolder:hover .caption {
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 40px;
    font-size: 48px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width:640px) {
    .imageHolder {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        border-radius: 10px
    }
    .imageHolder img {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 10px 
    }
    .imageHolder .caption {
        position: absolute;
        line-height: 30px;
        width: 100%;
        height: 100%;
        bottom: 0px;
        right: 0px;
        padding: 30% 0 0 0;
        background: rgba(0, 0, 0, 0.4);
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-family: 'Noto Sans','Noto Sans KR'
    }
    .imageHolder:hover .caption {
        color: #fff;
        height: 100%;
        width: 100%;
        line-height: 30px;
        font-size: 30px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        background: rgba(0, 0, 0, 0.1)
    }
}



@media (min-width:1280px){
    .section4th {height: auto;overflow: hidden;background-image: url();padding:20px 0px}
	.section4th .section-top {padding-top:0px;overflow:hidden;height:auto;}
	.section4th .section-bottom {height:50%}
	.section4th .section-left {width:100%;padding:30px 0px 30px 0px;overflow:hidden;height:auto;}
    .section4th .section-left h3 {font-size: 50px; text-align: center; color: #222; font-weight: 900;margin: 10px auto}
    .section4th .section-left h3::before {position: absolute; width: 40px; height: 0px;background: #333c43; content: '';  margin-top:95px;margin-left:420px}
    .section4th .section-left p {color:#333c43;font-family: 'Noto Sans KR';font-size: 20px;}
    
    .section4th .section-right {width:100%;padding:30px 0px 30px 0px;height:auto}
    .section4th .section-right .con {position: relative; overflow: hidden;  height: auto;  width: 100%; max-width: 1300px; margin: 0px auto 20px;  display: flex; justify-content: center; border-top: 0px solid #fff;}
    .section4th .section-right .con li {width: 48%; margin: 1%; float: left; height: auto; background: #fff; border-radius: 0px;border:0px solid #eee}
    .section4th .section-right .con li img{width:100%}
    .section4th .section-right .con div.txt {width: 90%; margin: 0px auto; text-align:center; background: #fff; height: auto; overflow: hidden; padding: 20px 0px; color: #333; font-weight: bold;  font-size: 18px;}
    .section4th .section-right .con div.txt a:hover {color:#666}
     .section4th .section-right h3 {font-size: 50px; text-align: center; color: #222; font-weight: 900;margin-bottom:20px;}
    
    .section4th .section-right .box_wrap {display: flex;width:100%;max-width:1430px;margin: 20px auto;}
    .section4th .section-right .box_wrap .box {width:18%;margin:1%;height:260px;text-align: center}
    .section4th .section-right .box_wrap .box img {width:70px;}
    .section4th .section-right .box_wrap .box h1{font-family: 'Noto Sans KR';font-size: 24px;color:#fff;font-weight:600;margin:15px auto}
    .section4th .section-right .box_wrap .box p{font-family: 'Noto Sans KR';font-size: 18px;color:#fff;font-weight:300}   
	.section4th .section-top .section-image {width:100%;margin-left:auto;text-align:center}
    .section4th .section-top .section-image img {width:100%;max-width:1430px}
	.section4th .section-top .section-content, .section4th .section-bottom .section-content {margin-top:20px;color:#fff;text-align:center;overflow:hidden;height:auto}
   
    .section4th .section-top .section-content p {padding:15px 0px;text-align:center;margin-bottom:0;font-size:20px;line-height:30px;font-weight:normal;word-break:keep-all;font-family:'Noto Sans KR','NanumGothic'}
    .section4th .section-bottom {background:#00407a;}
	.section4th .section-bottom .section-left {padding:50px;}
	.section4th .section-bottom .section-content {text-align:center;}
	/* zoom-out action - 이미지 확대 */
	.section4th .zoom-out img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
	.section4th .section-action .zoom-out img {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
	/* delay - 콘텐츠간 딜레이 */
	.section4th .section-top .section-content p, .section4th .section-bottom .section-image img {-webkit-transition-delay:.2s;-moz-transition-delay:.2s;transition-delay:.2s}
	.section4th .section-bottom .section-content h3 {-webkit-transition-delay:.4s;-moz-transition-delay:.4s;transition-delay:.4s;color:#fff;}
	.section4th .section-bottom .section-content p {-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s;color:#fff;}
}

@media (max-width:1279px){
    .section4th {height: auto;overflow: hidden;background-image: url();padding:10px 0px}
    .section4th .section-top {padding-bottom:20px;overflow:hidden;height:auto;background:url("") no-repeat top center;background-size: cover;}
	.section4th .section-bottom {height:50%}
	.section4th .section-left {width:100%;padding:20px 0px 30px 0px;overflow:hidden;height:auto;}
    .section4th .section-left h3 {font-size: 48px; text-align: center; color: #222; font-weight: 900;}
     .section4th .section-left h3::before {position: absolute; width: 40px; height: 0px;background: #333c43; content: '';  margin-top:50px;margin-left:95px}
    .section4th .section-left p {color:#333c43;font-family: 'Noto Sans KR';font-size: 20px;}
    .section4th .section-right {width:100%;padding:10px 0px 10px 0px;overflow:hidden;height:auto}
    .section4th .section-right .con {position: relative; overflow: hidden;  height: auto;  width: 100%;margin: 0px auto 0px;  display: flex;
                    justify-content: center; border-top: 0px solid #fff;}
     .section4th .section-right .con li {width: 48%; margin: 1%; float: left; height: auto; background: #fff; border-radius: 0px;border:0px solid #eee}
    .section4th .section-right .con li img{width:100%}
    .section4th .section-right .con div.txt {width: 90%; margin: 0px auto; text-align: center; background: #fff; height: auto; overflow: hidden; padding: 20px 0px; color: #333; font-weight: bold;  font-size: 18px;}
    .section4th .section-right .con div.txt a:hover {color:#666}
     .section4th .section-right h3 {font-size: 30px; text-align: center; color: #222; font-weight: 900;margin-bottom:20px;}

     .section4th .section-right .box_wrap {display: flex;flex-wrap: wrap;width:100%;margin: 20px auto;}
    .section4th .section-right .box_wrap .box {width:31%;margin:1%;height:210px;text-align: center}
    .section4th .section-right .box_wrap .box:nth-child(1) {width:48%;margin:1%;height:210px;text-align: center}
    .section4th .section-right .box_wrap .box:nth-child(2) {width:48%;margin:1%;height:210px;text-align: center}
    .section4th .section-right .box_wrap .box img {width:40px;}
    .section4th .section-right .box_wrap .box h1{font-family: 'Noto Sans KR';font-size: 20px;color:#fff;font-weight:600;margin:15px auto}
    .section4th .section-right .box_wrap .box p{font-family: 'Noto Sans KR';font-size: 14px;color:#fff;font-weight:300;line-height:20px}
	.section4th .section-top .section-image {width:100%;margin-left:auto;text-align:center}
    .section4th .section-top .section-image img {width:100%;max-width:1430px}
	.section4th .section-top .section-content, .section4th .section-bottom .section-content {margin-top:20px;color:#fff;text-align:center;overflow:hidden;height:auto}
   
    .section4th .section-top .section-content p {padding:15px 10px;text-align:center;margin-bottom:0;font-size:18px;line-height:24px;font-weight:normal;word-break:keep-all;font-family:'Noto Sans KR','NanumGothic'}
    
}

@media (max-width:990px){
    .section4th .section-right .con li {width: 48%; margin: 1%; float: left; height: auto; background: #fff; border-radius: 0px;border:0px solid #eee}
    .section4th .section-right .con li img{width:100%}
    .section4th .section-right .con div.txt {width: 90%; margin: 0px auto; text-align: center; background: #fff; height: auto; overflow: hidden; padding: 20px 0px; color: #333; font-weight: bold;  font-size: 14px;}
}

