    html,
body {
    height: 100%;
}


@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/* etc */

html {
    overflow-x: hidden
}

.row-offcanvas {
    height: 100%;
}

a {
    color: inherit; text-decoration: none !important;
}

/*@media(min-width:1170px) {*/
@media(min-width:1280px) {
    .container {
        width: 1280px;
    }
}
@media(max-width:1279px) {
    .container {
        width: auto;
    }
}

.js-parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
/*    background: url('../../img/main/section_04_bg.jpg');*/
    
}


/* header */

#header_wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 97px;
    transition: .5s height, .2s background;
}

#header_wrap.top_menu_06 {
    /* background-color: #fff; */
}

#header_wrap.top_menu_06 h1 {
    overflow: hidden;
    width: 190px;
    padding-top: 6px;
    padding-left: 0px;
}
#header_wrap .container{
	position: relative;
}
#header_wrap.top_menu_06 h1 a {
    overflow: hidden;
    display: block;
    height: 42px;
    background: url(../../img/main/logo-white.png) 0 0 no-repeat;
    text-indent: -9999px;
    /*    background: url(../../img/main/logo-white.png) top center no-repeat;*/
    text-indent: -9999px;
}

#header_wrap.top_menu_06.sub h1 a {
/*     background: url(../../img/main/logo-white.png) 0 100% no-repeat; */
    text-indent: -9999px;
}

#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
/*     left: 45%; */
    top: 0;
	right: 0;
/*     width: 900px;
    margin-left: -270px; */
}

#header_wrap.top_menu_06 .gnb {
    text-align: center;
    background-color: transparent;
	padding-right: 130px;
}

#header_wrap.top_menu_06 .gnb li {
    float: left;
/*     width: 137px; */
width:160px;
    text-align: center;
}



#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #fff;
}

#header_wrap.top_menu_06 .gnb:after {
    display: block;
    clear: both;
    content: "";
}

#header_wrap.top_menu_06 .gnb .depth1 {
    position: relative;
}

#header_wrap.top_menu_06 .gnb .depth1 > a {
    display: block;
    height: 57px;
    padding: 40px 0 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'NotoSans', 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:before {
    background: linear-gradient(to right, #3037c0, #3037c0);
    background: -webkit-linear-gradient(to right, #3037c0, #3037c0);
/*     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); */
    margin-top: 30px;
    content: "";
    height: 3px;
    position: absolute;
    width: 0%;
    transition: 0.5s;
	left:50%;
    transform: translate(-50%, 0);
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
    color: #4568DC;
    width: 120px;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover {
    color: #4568DC;
}

#header_wrap.top_menu_06 .gnb .depth2 {
    display: none;
}

#header_wrap.top_menu_06 .top_right_menu {
    float: right;
    top: 0;
    position: absolute;
/* 	left:100%; */
	right: 15px;
    margin-top: 31px;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white {
    display: inline-block;
	 background: none;
    color: #fff;
    transition: 0.4s;
    border: 1px #fff solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white:hover {
    background-color: #f6f6f6;
    color: #000
}


/* 투명 */

#header_wrap.top_menu_06.transparent {
    background-color: transparent;
}

#header_wrap.top_menu_06.transparent .gnb a {
    color: #fff;
}

#header_wrap.top_menu_06.transparent .top_right_menu .btn-white {
    display: inline-block;
    background-color: transparent;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #fff solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 32px;
}


/* header_hover */

#header_wrap.full_down {
    height: 240px;
    background-color: rgba(255, 255, 255, 255);
    z-index: 1100;
}

#header_wrap.full_down:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 190px;
    background-color: rgb(255, 255, 255, 0.6);
    border-top: 0;
    /*    border-bottom: 1px #cacaca solid;*/
    content: "";
}

#header_wrap.top_menu_06.full_down h1 a {
    background-position: 0 100%;
}

#header_wrap.top_menu_06.full_down .menu_wrap {}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb {
    overflow: hidden;
    /*    width: 1140px;*/
    margin: 0 auto;
    text-align: left;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a {
    color: #666;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:focus {
    color: #000;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 {
    overflow: hidden;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a {
    margin-bottom: 30px;
    color: #000;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:focus {
    color: #000;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 {
    display: block;
    padding-top: 2px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li {
    display: block;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
    color: #3e3e3e;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:hover {
    color: #e60012;
/*     padding-left: 4px; */
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:before {
    /*    content: "· "*/
}


/* 투명  풀다운  */

#header_wrap.top_menu_06.transparent {}

#header_wrap.top_menu_06.transparent.full_down {
    height: 240px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1100;
}

#header_wrap.top_menu_06.transparent.full_down:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 190px;
    background-color: rgb(255, 255, 255, 1);
    border-top: 0;
    /*    border-top: 1px #f6f6f6 solid;*/
    content: "";
}


/* 모바일 메뉴 */

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 20px;
    background-color: transparent;
    border: 0;
}

@media(max-width:997px) {
    .menu_wrap {
        display: none;
    }
    .js-offcanvas-btn {
        display: block;
    }
    .sidebar-offcanvas {
        display: block !important;
    }
}


/* 모바일 메뉴 마감 */

/*비주얼영역*/
.visual_slider{position:relative; top:0px; max-height:920px; overflow:hidden}
.banner_txt {
    position: absolute;
    top:48%; left:50%;
    transform: translate(-50%, -50%);
    z-index: 50;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
		width: 100%;
}
.top_btxt {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 20px;
	word-break: keep-all;
	width: 100%;
}
.sub_btxt {
	color: #fff;
	font-size: 20px;
	line-height: 1.9;
	word-break: keep-all;
		width: 100%;
}

@media (max-width: 1080px) {
    .top_btxt {
    font-size: 50px;
		margin-bottom: 10px;
    }
	.sub_btxt {
	font-size: 17px;
		line-height: 1.6;
	}
}

@media (max-width: 700px) {
    .top_btxt {
    font-size: 30px;
		margin-bottom: 10px;
    }
	.sub_btxt {
	font-size: 14px;
	}
	.banner_txt {
	top:58%;
	}
}

@media (max-width: 450px) {
    .top_btxt {
    font-size: 20px;
		margin-bottom: 0px;
    }
	.sub_btxt {
	display: none;
	}
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}
.main-carousel {
    padding: 0;
    display: block;
    position: relative;
}
/* index- content */

.index-content {}

.index-content .section-01 {
    padding-top: 100px;
    background-color: #f4f4f4;
    padding-bottom: 50px;
	overflow:hidden;
}



.index-content .section-01 .btn_wrap {
    text-align: center;
    margin-top: 50px;
}

.index-content .section-01 .btn_wrap a.btn-pack.blue {
    background-color: #fff;
    border: 1px #000 solid;
    color: #000;
    
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0;
    height: 46px;
    line-height: 42px;
    min-width: 200px;
    background-image: url('../../img/main/btn-line-hover.png');
    background-repeat: no-repeat;
    background-position: 86% 50%;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    /*    font-weight: 400;*/
}

.index-content .section-01 .btn_wrap a.btn-pack.blue:hover {
    background-color: #3037c0;
    border-color: #3037c0;
    color: #fff;
    background-image: url('../../img/main/btn-line.png');
}

.index-content .title_wrap {
    text-align: center; padding: 0 20px;
}

.index-content .title_wrap h2 {
    font-size: 52px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #000;
    margin-bottom: 25px;
}

.index-content .title_wrap p {
    font-size: 18px;
    font-family: 'NotoSans', sans-serif;
    color: #fff;
}

.index-content .section-02 {
    margin: 0;
}

.index-content .section-02 .contant_wrap {
    background: url('../../img/main/company_01_bg.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

.index-content .section-02 .text-box {
    padding-top: 40px;
    padding-right: 40px;
}

.index-content .section-02 .text-box h3 {
    font-size: 52px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.index-content .section-02 .text-box .line {
    width: 35px;
    height: 1px;
    background-color: #000;
    margin-top: 20px;
}

.index-content .section-02 .text-box p.text {
    font-size: 18px;
    margin-top: 55px;
    margin-bottom: 50px;
    font-family: 'Nanum Barun Gothic', sans-serif;
    line-height: 28px;
}

.index-content .section-02 p.image {
    padding-top: 80px;
    padding-left: 20px;
}

.index-content .section-02 p.btn_wrap a.btn-pack.white {
    border: 1px #000 solid;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0;
    height: 46px;
    line-height: 45px;
    min-width: 200px;
    background-image: url('../../img/main/btn-line-black.png');
    background-repeat: no-repeat;
    background-position: 86% 50%;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .2);
    /*    font-weight: 400;*/
}

.index-content .section-02 p.btn_wrap a.btn-pack.white:hover {
    box-shadow: none;
    background-color: #fff;
}


.index-content .section-02 p.btn_wrap a.btn-pack.white2 {
    border: 1px #fff solid;
	background: none;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0;
    height: 46px;
    line-height: 45px;
    min-width: 200px;
    background-image: url('../../img/main/btn-line-black.png');
    background-repeat: no-repeat;
    background-position: 86% 50%;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    /* box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .2); */
    /*    font-weight: 400;*/
}

.index-content .section-02 p.btn_wrap a.btn-pack.white2:hover {
    box-shadow: none;
    background-color: #fff;
	color: #000;
}



.index-content .section-03 {
     margin: 100px 0; 
}

.index-content .section-03 .box_wrap {
    margin-top: -50px;
    background-image: linear-gradient( -30deg, #1865d6 10%, #0f44b5 100%);
    min-height: 357px;
}

.index-content .section-03 .box_wrap .text_box {
    padding: 40px 50px;
}

.index-content .section-03 .box_wrap .text_box .title_wrap_01 {
    margin-bottom: 20px;
}

.index-content .section-03 .box_wrap .text_box .title_wrap_01 h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.index-content .section-03 .box_wrap .text_box .title_wrap_01 p {
    color: #c7d8f2;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.index-content .section-03 .box_wrap .text_box .title_wrap_01 .line {
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
}
.index-content .section-03 .arrows_wrap {
    float: right;
    right: 0;
    text-align: right;
    bottom: 0;
    position: absolute;
    padding-right: 15px;
}

.index-content .section-03 .box_wrap .btn_wrap {
    margin-top: 22px;
}

.index-content .section-03 .box_wrap .btn_wrap a.btn {
    /*    background-color: #0f43b4;*/
    background-color: rgba(15, 67, 180, 0.9);
    border: 1px #0f43b4 solid;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0;
    height: 46px;
    line-height: 42px;
    min-width: 180px;
    background-image: url(../../img/main/btn-line.png);
    background-repeat: no-repeat;
    background-position: 86% 50%;
    text-align: left;
    font-size: 14px;
}

.index-content .section-03 .box_wrap .btn_wrap a.btn:hover {
    /*    background-color: #0f43b4;*/
    background-color: transparent;
    border: 1px #fff solid;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0;
    height: 46px;
    line-height: 42px;
    min-width: 180px;
    background-image: url(../../img/main/btn-line.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    text-align: left;
    font-size: 14px;
}

.index-content .section-03 .box_wrap .text_box .tel span.text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', 'Ubuntu', sans-serif;
    letter-spacing: 1px;
}

.index-content .section-03 .box_wrap .text_box .tel .box {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3em;
    padding: 7px 20px;
    text-transform: capitalize;
    font-size: 14px;
    color: #dad4f8;
    font-weight: 900;
    margin-right: 5px;
    font-family: 'Nanum Barun Gothic', sans-serif;
}



.index-content .section-04 {
    position: relative;
}

.index-content .section-04 .dot-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    /*    top: 100%;*/
}

.index-content .section-04 .parallax_wrap {
    padding-top: 115px;
    padding-bottom: 115px;
    /*    background-size: cover;*/
}

.index-content .section-04 .youtube {
    margin-left: 75px;
    margin-top: 20px;
    cursor: pointer;
    width: 488px;
    height: 306px;

}
.index-content .section-04 .youtube .bg {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 488px;
    height: 306px;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
/*    transition: 1s;*/
}
.index-content .section-04 .youtube .bg:hover {
    background-color: rgb(0, 0, 0, 0);
}
.index-content .section-04 .youtube .bg span {
    color:  rgba(255, 255, 255, 0.5);
    font-size: 62px;
    top: 42%;
    
}
.index-content .section-04 .box_wrap .content_wrap {
    margin-top: 20px;
    margin-left: 80px;
}

.index-content .section-04 .box_wrap dl {}

.index-content .section-04 .box_wrap dl dt {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 62px;
}

.index-content .section-04 .box_wrap dl dd {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}

.index-content .section-04 .btn.white {
    border: 1px #000 solid;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0;
    height: 52px;
    line-height: 50px;
    min-width: 200px;
    background-color: #fff;
    background-image: url(../../img/main/btn-line-black.png);
    background-repeat: no-repeat;
    background-position: 86% 50%;
    position: relative;
    z-index: 0;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .2);
    /* font-weight: 400; */
}

.index-content .section-04 .btn.white:hover {
    background-color: #000;
    color: #fff;
    background-image: url(../../img/main/btn-line.png);
}


/* 새창 유튜브 */

.lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 999999999999999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 9999999999999999;
}

@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top: 10%;
    }
}

@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top: 13%;
    }
}

.lightbox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
/*세번째 영상 인사말 제품소개 등등 네모칸라인*/
.about_left {
	width: 37%;
    height: 976px;
    float: left;
	padding-right: 70px;
}
.about_left .mo{display:none;}


.about_left dl {
	padding: 350px 0;
}

.about_right {
	width: 62%;
    float: left;
    height: 976px;
}
.about_right ul li {
	float:left;
	width:50%;
	height:488px;
	text-align:center;
	padding:200px 0;
}
.about_right ul li.cont1 {
	background:url('/theme/theme04/img/back01.jpg')  no-repeat;
	background-size:cover;
	position:relative;
}
.about_right ul li.cont2 {
	background:url('/theme/theme04/img/back04.jpg')  no-repeat;
	background-size:cover;
	position:relative;
}
.about_right ul li.cont3 {
	background:url('/theme/theme04/img/back05.jpg')  no-repeat;
	background-size:cover;
	position:relative;
}
.about_right ul li.cont4 {
	background:url('/theme/theme04/img/back02.jpg')  no-repeat;
	background-size:cover;
	position:relative;
}
.about_right ul li a {
	display:block;
}
.about_right ul li.cont1 span.bg {
	position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 114px;
    height: 116px;
    background: #3037c0;
    opacity: 0.5;	
}
.about_right ul li.cont2 span.bg {
	position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 114px;
    height: 116px;
    background: #3037c0;
    opacity: 0.5;	
}
.about_right ul li.cont3 span.bg {
	position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 114px;
    height: 116px;
    background: #3037c0;
    opacity: 0.5;	
}
.about_right ul li.cont4 span.bg {
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 114px;
    height: 116px;
    background:#3037c0;
    opacity: 0.5;	
}
.about_right ul li.cont1:hover {background:#3037c0;}
.about_right ul li.cont2:hover {background:#3037c0; }
.about_right ul li.cont3:hover {background:#3037c0;}
.about_right ul li.cont4:hover {background:#3037c0;}
.about_right ul li:hover dd.con_text02 {display:block;}
dt.con_text01 {
	font-size:30px;
	font-weight:bold;
	margin-bottom:15px;
	color:#fff;
}
dd.con_text02 {
	font-size:18px;
	color:#fff;
	display:none;
}
dt.about_text01 span{
	font-size:40px;
	font-weight:bold;
	margin-bottom:15px;
	color:#fff;
    position:relative;
}

dt.about_text01 span::before {
	content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-color: #3037c050;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
dd.about_text02 {
	font-size:18px;
	color:rgba(255, 255, 255, 0.6);
	line-height:1.7;
	word-break: keep-all;
}
@media screen and (max-width:1200px) {
section.about_wrap {
	height:auto;
	padding: 0px 0;
    margin-top: 0;
}
.about_left {
	width:100%;
	float:none;
	height:auto;
	padding:0px 0px 50px 0;
	
}
.about_left .mo{display:block;}

.about_right {
	width:100%;
	float:none;
}

.about_left dl {
	margin-top:0px;
	margin-left:0px;
	text-align:left;
	padding:50px;
	display:none;
}
.backs_text {width:90%; padding:30px 20px; line-height:45px;}
.backs {width:100%;}
.about_right {height:auto;}
.about_right ul li { padding: 100px 0; height:259px;}
section.back_wrap {padding:0px 0;}
.backs_btn {
    margin-top: 59px !important;
	width: 10% !important;
}
.backs_text2{	
    width: 93%;
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family: 나눔명조;
    line-height: 1.6em;
    float: left;
	display:none;}

}

/*네모 칸 라인 ed*/

/*다양한 혜택 라인(자세히보기)*/
	#sec05_container{width:100%; background-color:#f6f6f6; padding: 246px 0; padding: 45px 0 377px 0;}
	.sec05_wp{max-width:1086px; margin:0 auto; padding:0 15px; }
	.sec05_top{}
	.sec05_btt{padding-top:18px;}
	.sec05_box1{float:left; width:49%;height:316px; padding: 68px 19px 37px 0; border: 1px solid #dadada; background-color:#fff;}
	.sec05_box2{float:right; width:49%;height:316px; padding: 68px 19px 37px 0; border: 1px solid #dadada; background-color:#fff;}
	.sec05_box3{float:left; width:49%;height:316px; padding: 45px 19px 37px 0; border: 1px solid #dadada; background-color:#fff;}
	.sec05_box4{float:right; width:49%;height:316px; padding: 45px 19px 37px 0; border: 1px solid #dadada; background-color:#fff;}
	.sec05_img{float:left; width:136px; }
	.sec05_img img{width: 100% ; padding: 0 0 0 14px;}
	.sec05_txt{float:right; width: 68%; }
	.sec05_txt h2{font-weight: 400; color: #212121; font-size: 2.25rem;/*  line-height: 1.9; */ word-break: keep-all;}
	.sec05_txt p{font-size: 2rem; line-height: 1.6rem; color: #787878; word-break: keep-all;}
	.sec05_txt p.p2{color: #0056b3; text-decoration: underline; line-height: 3.2;}

	.sec05_top::after{display:block; content:''; clear:both;}

@media (max-width: 1020px){
	#sec05_container {    
		padding: 45px 0 53px 0;
	}
	.sec05_box1 {
		float: none;
		width: 49%;
		height:100%;
		padding: 45px 0px 39px 0;
		border: 1px solid #dadada;
		background-color: #fff;
		margin:0 auto;
	}
	.sec05_box2 {
		float: none;
		width: 49%;
		height:100%;
		padding: 45px 0px 39px 0;
		border: 1px solid #dadada;
		background-color: #fff;
		margin:0 auto;
		margin-top:20px;
	}
	.sec05_box3 {
		float: none;
		width: 49%;
		height:100%;
		padding: 45px 0px 39px 0;
		border: 1px solid #dadada;
		background-color: #fff;
		margin:0 auto;
	}
	.sec05_box4 {
		float: none;
		width: 49%;
		height:100%;
		padding: 45px 0px 39px 0;
		border: 1px solid #dadada;
		background-color: #fff;
		margin:0 auto;
		margin-top:20px;
	}

	.sec05_img {
		float: none;
		width: 136px;
		margin:0 auto;
		width: 200px;
	}

	.sec05_txt {
		float: none;
		width: 68%;
		text-align:center;
		margin:0 auto;
		padding-top: 20px;
	}
}
@media (max-width: 520px){
	.sec05_box1 {
		float: none;
		width: 96%;
	}
	.sec05_box2 {
		float: none;
		width: 96%;
	}
	.sec05_box3 {
		float: none;
		width: 96%;
	}
	.sec05_box4 {
		float: none;
		width: 96%;
	}
	.sec05_img {   
		width: 130px;
	}
	.sec05_txt h2 {	
		font-size: 2.5rem;
	}
	.sec05_txt p {
		font-size: 1.5rem;
	}
	.sec05_img {   
	    width: 145px;
	}
}

/*다양한 혜택 라인(자세히보기) ed*/

/*오시는 길 지도*/
.main_info_bg { background:#f6f6f6; }
.main_info{max-width:1200px; margin:0 auto; padding:20px 0px}
.main_info:after {display:block;visibility:hidden;clear:both;content:""}
.main_info .location { float:left; width:50%; padding:20px;}
.main_con_tit {font-family:Ubuntu;  font-size: 52px;font-weight: 600;margin-bottom:25px;}
.main_con_detail{font-size: 20px;-ms-word-break: ;word-break: keep-all;margin-bottom:70px;}
#main_contact{float:left;width:50%;padding:20px;color:#000;}
.main_con { overflow:hidden; margin-top:30px; text-align:center; }
.main_txt_wr{text-align:center;}
#main_contact p{color:#000; font-size:20px; font-weight:600; line-height:60px;}
#main_contact i{font-size:23px; line-height:45px; color:#000; position:relative; z-index:2; float:left;}
#main_contact li { font-size:18px; line-height:45px; }
#main_contact li:after {display:block;visibility:hidden;clear:both;content:""}
#main_contact .time{position:relative}
#main_contact .time:before{content:'';position:absolute;top:50%;left:0;width:100%;height:1px ;background-image: linear-gradient(90deg, #666 25%, #222222 25%, #222222 50%, #666 50%, #666 75%, #222222 75%, #222222 100%);
background-size: 8.00px 8.00px;;z-index:0}
#main_contact .text{background:#222;padding-right:10px;z-index:2;display:inline-block;line-height:30px;position:relative}
#main_contact .num{background:#222;float:right;padding-left:10px;z-index:2;display:inline-block;line-height:30px;position:relative}
#main_contact a{display:block; text-align:center; background: #2e8d24; color: #fff; margin-top:20px; line-height:45px; font-weight: 300;}

@media (max-width: 969px){
	.main_info {padding:20px 0}
	.main_info .location, #ft_contact{ width:100%; }
	#main_contact{ width:100%; padding:0 30px;}
	#main_contact p { font-size:13px; margin-bottom:0; }
	#main_contact i { font-size:18px; line-height:30px; }
	#main_contact li { font-size:15px; line-height:30px;  }
	
	.main_con { margin-top:10px; }
}
/*오시는 길 지도 ed*/

/*띠배너 st*/
.banner-wrap{width:100%;height:100%;position:relative;}
.banner_line img{width:100%;height:100%;transition: all 1s ease-in-out;}
.banner_line02{display:none;}
.banner_line02 img{width:100%; height:100%;}
.banner-text{position:absolute; top:30%; left:30%; text-align:center;
					}
.banner-text h2{font-size:3.5vw; color:#fff;  transition: all 1s ease-in-out;}
.banner-text p{font-size:1.5vw;color:#fff;  transition: all 1s ease-in-out;}
.banner-hover:hover .banner-text h2{color:#bbffa7;}
.banner-hover:hover .banner-text p{color:#bbffa7;}
.banner-hover:hover .banner_line img{filter:brightness(50%);}
.banner-hover:hover .banner_line02 img{filter:brightness(50%);}
@media(max-width:1000px){
.index-content .section-03{margin:0;}
.banner_line{display:none;}
.banner_line02{display:block;}
.banner-text{position:absolute; top:36%; left:21%; text-align:center;
					}
.banner-text h2{font-size:5.5vw; color:#fff;}
.banner-text p{font-size:2.5vw;color:#fff;}
}
/*띠배너 ed*/
/* IGNORE FORM THIS POINT ON */

#playme {
    background: #007fed;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
}


/*  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;
}

.s_visual_wrap .slide {
    position: relative;
    height: 452px;
    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: 452px;
    background-position: 50% 50%;
    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: 47%;
    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: 38px;
    font-weight: 800;
    color: #fff;
/*     font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif; */
    /*        padding-bottom: 0;*/
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 0;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
/*     font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif; */
}

.s_visual_wrap .line {
    margin: 0 auto;
    width: 150px;
    height: 3px;
    background-color: #ef8a12;
    opacity: 0;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-name: s-title-line;
    margin-top: 15px;
    animation-fill-mode: forwards;
}

.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes s-title-line {
    from {
        width: 0%;
        height: 3px;
    }
    to {
        width: 150px;
        height: 3px;
        opacity: 1;
    }
}


/* 서브비주얼 마감*/


/* 서브 중앙메뉴 */

.sub_three_map_wrap {
    margin-top: -33px;
    position: relative;
}

.sub_three_map_wrap .sub_three_map {
/*     background-color: #fff; */
    border-left: 1px #ffffff20 solid;
    border-right: 1px #ffffff20 solid;
    /*    border-top: 1px #ffffff20 solid;*/
}

.sub_three_map_wrap .sub_three_map .col-md-4,
.sub_three_map_wrap .sub_three_map .col-md-6,
.sub_three_map_wrap .sub_three_map .col-md-6 {
    padding: 0;
    margin: 0;
    border-bottom: 1px #ffffff20 solid;
}

.sub_three_map_wrap .sub_three_map .home {
    background: url('../../img/sub/box-home.png');
    background-position: 10% 50%;
    background-repeat: no-repeat;
    color: #000;
    line-height: 32px;
    display: block;
    /*    font-size: 16px;*/
    /*    padding-left: 40px;*/
    background-color: #fff;
    padding: 16px;
    padding-left: 68px;
    font-weight: 700;
    font-size: 15px;
    border-top: 1px #ffffff20 solid;
}

.sub_three_map_wrap .sub_three_map .menus {
    border-left: 1px #ffffff20 solid;
    border-right: 1px #ffffff20 solid;
    background-color: #fff;
    border-top: 1px #ffffff20 solid;
}

.sub_three_map_wrap .sub_three_map .last {
    background-color: #fff;
    border-bottom: 0;
    display: block;
    border-top: 2px #fff solid;
    display: inline-block;
}

.sub_three_nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9
}

.sub_three_nav ul li {
    display: block;
}

.sub_three_nav ul li a,
.sub_three_nav ul li a:visited {
    font-weight: 700;
    font-size: 15px;
    display: block;
    padding: 16px;
    padding-left: 30px;
    color: #000;
    text-decoration: none;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    /*    font-weight: 400;*/
    text-transform: capitalize;
    line-height: 32px;
}

.sub_three_nav ul li a:hover {
    /*    color: #000;*/
}

.sub_three_nav .dropdown-active {
    background-color: #484b50;
    font-weight: 600;
}

.sub_three_nav .dropdown-active a,
.sub_three_nav .dropdown-active a:visited {
    color: #000;
}

.sub_three_nav ul ul {
    position: absolute;
    background-color: #f5f5f5;
    width: 100%;
}

.sub_three_nav ul ul li {
    display: block;
}

.clickSlide span {
    float: right;
    padding-top: 27px;
    padding-right: 25px;
    font-weight: 100;
    color: #535353;
}

.sub_three_nav ul ul li a,
.sub_three_nav ul ul li a:visited {
    display: block;
    padding: 12px !important;
    color: #535353 !important;
    border-bottom: 1px #d9d9d9 solid;
    font-weight: 700;
    padding-left: 22px !important;
    font-size: 14px;
}

.sub_three_nav ul ul li a:hover {
    background-color: #d9d9d9;
    color: #000;
}

.sub_three_nav ul ul li:first-child {
    border-top: 1px #d9d9d9 solid;
}

.sub_three_nav ul ul li:last-child {
    border-bottom: 0 !important;
}

.sub_three_map_wrap .sub_three_map .depth1,
.sub_three_map_wrap .sub_three_map .depth2 {
    color: #fff;
    background: url('../../img/sub/box-down.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.sub_three_map_wrap .sub_three_map .depth2 a {
    font-weight: 700;
}


/* 서브 중앙메뉴 마감 */

#sub_content {
    /*    margin-top: 120px;*/
/*     margin-bottom: 80px; */
	background-color: #fff;
}

#sub_content .breadcrumb_wrap {
    /*    border-top: 1px #eee solid;*/
    border-bottom: 1px #eee solid;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .sub_tab {}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child {
    border-left: 1px #eee solid;
    background: none;
    padding-right: 0;
    /*    background-color: #000;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child span {
    /*    color: #fff;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li {
    padding: 0;
    margin: 0;
    float: left;
    border-right: 1px #eee solid;
    cursor: pointer;
    background: url('../../img/main/arr.png') 90% 50%;
    background-repeat: no-repeat;
    padding-right: 15px;
}

#sub_content .breadcrumb_wrap .sub_tab > li:hover {
    /*    background-color: #f7f7f7;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li > a {
    font-size: 15px;
    line-height: 58px;
    padding-left: 35px;
    padding-right: 35px;
    height: 58px;
    display: block;
    margin: 0;
}

#sub_content .breadcrumb_wrap .sub_tab > li:last-child {
    font-weight: 600;
}

#sub_content .breadcrumb_wrap .sub_tab .glyphicon-home {
    font-size: 18px;
    padding-top: 20px;
}

#sub_content .breadcrumb_wrap .sub_tab .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border: 1px #eee solid;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li:last-child {
    border-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li {
    border-bottom: 1px #eee solid;
}

#sub_content .breadcrumb_wrap .sub_tab li a,
#sub_content .breadcrumb_wrap .sub_tab li a:active,
#sub_content .breadcrumb_wrap .sub_tab li a:hover {
    text-decoration: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab > li > a > span.caret {
    text-align: right;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a:hover {
    background: #f7f7f7 !important;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li span {
    float: right;
    font-size: 11px;
    color: #5c5c5c;
    line-height: 27px;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a {
    font-size: 13px;
    line-height: 32px;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .breadcrumb {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    padding-top: 18px;
}

#sub_content .breadcrumb_wrap .breadcrumb li,
#sub_content .breadcrumb_wrap .breadcrumb li a {
    font-size: 12px;
    line-height: auto;
    color: #000;
}

#sub_content .page-header {
    margin: 100px 0 60px 0;
    /*    padding-bottom: 30px;*/
    text-align: center;
    clear: both;
    border-bottom: 0;
}

#sub_content .page-header h1 {
    font-size: 36px;
    color: #000;
    font-weight: 900;
    display: inline-block;
    padding-bottom: 10px;
    background: url("../../img/sub/header-line.png") repeat-x left bottom;
}

#sub_content .page-header .line {
    border-bottom: 1px #74de54 solid;
    width: 120px;
    /*    width: 100%;*/
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    /*    display: none;*/
}

#sub_content .page-header p {
    font-size: 15px;
    /*    padding-left: 12px;*/
}


/* footer */

.footer {
    /*    margin-top: 30px;*/
     background-color: #1b1b1b;
    padding-bottom: 40px;
	text-align:center;
}

.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: 25px;
    padding-bottom: 20px;
    background-color: #1b1b1b;
    /* border-bottom: 1px #1f2226 solid; */
}

.footer .footer-menu ul {
    padding-top: 18px;
    padding-bottom: 12px;
}

.footer .footer-menu ul li:before {
    color: #464646;
}

.footer .footer-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #f8f8f9;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.footer .footer-menu ul li a.blue {
    font-weight: 600;
    color: #1864d5
}

.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: 25px;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff80;
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color:  #ffffff80;
    font-size: 16px;
}


.data-image { background-size: cover; }

@media (min-width:1200px) {
    .index-content section.info-one .company_wrap {
        padding-right: 0px;
    }
    .index-content section.info-one .business_wrap {
        /*    padding-right: 10px;  */
    }
    .index-content section.info-one .info_wrap {
        padding-left: 0px;
    }
    .index-content section.info-two .latest {
        padding-left: 0px;
    }
}

@media (max-width: 992px) {
    .index-content section.info-one .business {
        margin-bottom: 15px;
        margin-top: 15px;
        clear: both;
    }
    .index-content section.info-two .latest {
        margin-top: 15px;
    }
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 14px;
        line-height: 60px;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
    }
    .animate {
        opacity: 0;
    }
    .s_visual_wrap .slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_visual_wrap .slide .content h1 {
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
        /*        padding-bottom: 0;*/
        margin-bottom: 12px;
        margin-top: 0;
        padding-top: 0;
    }
    .s_visual_wrap .slide .content p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
}

	.cstxt { color: #fff; padding-top: 20px; }
	.mainban1 { width: 100%; margin: 0 auto; padding: 200px 0 200px 0px; background: url(/theme/theme04/img/main/main-ban1_bg.jpg)no-repeat; background-size: cover; background-attachment: fixed; text-align: center; line-height: 53px; }
	.mainban1 .ban1txt1 { font-size: 40px; font-weight: bold; color: #fff;  }
	.mainban1 .ban1txt2 { font-size: 18px; font-weight: normal; color: #fff;  }
	.mainban1 .ban1txt3 { font-size: 16px; font-weight: normal; color: #fff;  }

	@media (max-width: 767px) {
		.mainban1 { width: 100%; margin: 0 auto; padding: 50px 10px; text-align: center; line-height: 30px; }
		.mainban1 .ban1txt1 { font-size: 20px; font-weight: bold; color: #fff;  }
		.mainban1 .ban1txt2 { font-size: 15px; font-weight: normal; color: #fff;  }
		.section-02 p.image {  }
	}


    @media (max-width: 767px) {
        .visual_bottom {
            display: none;
        }
        .index-content section.company .company_story dl dt {
            font-size: 26px;
        }
        .index-content section.company .company_story dl dt span {
            font-size: 26px;
            color: #607fab;
        }
        section.product .content h2 {
            font-size: 32px;
            color: #fff;
        }
        section.product .content h2 p {
            padding-top: 5px;
            font-size: 16px;
            color: #fff;
        }
        .product_bg {
            height: 100%;
            display: block;
            background: rgba(0, 0, 0, 0.3);
        }
        section.info-two #tab_wrap {
            padding-bottom: 0;
            margin-bottom: 0;
        }
        section.info-two {
            padding-top: 40px;
        }
        section.info-twop.text {
            font-size: 20px;
            line-height: 27px;
        }
        section.info-two.latest_wrap {
            margin-top: 30px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        #sub_content .page-header small {
            display: none;
        }
        #sub_content .breadcrumb_wrap .container {
            padding: 0;
            margin: 0;
        }
        #sub_content .breadcrumb_wrap .sub_tab > li:first-child a {
            padding-left: 15px;
            padding-right: 15px;
        }
        #sub_content .breadcrumb_wrap .sub_tab > li > a {
            padding-left: 35px;
            padding-right: 35px;
        }
        #sub_content .page-header {
            /*        margin-bottom: 20px;*/
        }
        section.info-two .product .arrows_wrap {
            margin-top: 10px;
        }
		#sub_content .page-header h1{
		font-size: 26px;
		}
    }
    @media (max-width: 480px) {
        section.info-two .nav-tabs > li > a {
            border: none;
            color: #000;
            background: #f8f8f8 !important;
            font-size: 16px !important;
            font-weight: 600;
            border-left: 1px #ffffff20 solid;
            border-bottom: 1px #ffffff20 solid;
            border-radius: 0;
            padding-top: 13px;
            padding-bottom: 13px;
        }
        section.info-two.tab-pane {
            padding: 0;
        }
        section.info-two.tab-content {
            padding: 15px;
            border-bottom: 1px #ffffff20 solid;
            min-height: auto;
            height: auto;
        }
        .footer p.logo {
            display: none;
        }
    }

/*company 인사말*/
.comleft { float: left; width:45%; text-align: center;	}
.comleft img { width: 100%;  height: 100%; max-width: 383px; margin-top: 2%;}
.comright { float: left; width: 55%; line-height: 36px; font-size: 18px; }
.comright .comtit { font-size: 28px; color: #ff7e00; font-weight: bold; padding-bottom: 20px; }
.comright span { color: #3179bd; font-weight: bold; }
.comright .intro-name { color: #000; font-weight: bold; font-size: 28px; }
.comright span.sfont { font-size: 13px; color: #000; }
@media(max-width:923px){
	.comleft { float: none; width: 100%;	}
	.comright { float: none; width: 100%; margin: 50px auto; padding: 0 10px; text-align: center;	 }
}
/*company 인사말 ed*/
/*content*/
.conten { font-family: 'Nanum Gothic'; font-size: 22px; color: #000; position: relative; width: 100%; margin: 0; padding: 0;   }

/* .greeting { text-align: center; margin: 0; padding: 0; }
.greeting .greetxt1 { font-size: 25px; font-family: 'Nanum Myeongjo', serif; font-weight: 800; line-height: 40px; margin-bottom: 20px; color: #0d6fb8;   }
.greeting .greetxt2 { font-size: 19px;  margin-bottom: 20px; line-height: 40px;  }
.greetingbg { width: 100%; margin: 70px 0; padding: 12% 10%; background: #0d6cb3 url(/theme/theme04/img/sub/greetiingbg_01.jpg)no-repeat left; overflow: hidden; background-size:cover; text-align: center;	 }

.greetingbg span { display: inline-block; font-size: 18px; color: #fff; line-height: 28px; text-align: center; padding: 5%; }
.greetingbg span.br { border-right: 1px solid #2592e2; }

.greeting .greetxt3 { width: 90%; margin: 50px auto 0 auto; }
.greeting .greetxt3-1 { font-size: 19px;  text-align: left; margin: 0px 0 30px 0; line-height: 40px; font-size: 19px;  background:url(/theme/theme04/img/sub/greetiingbg_02.jpg)no-repeat right top;   }
.greeting .greetxt3-1 strong { color: #0d6fb8; }
.greeting .greetxt3-2 { font-size: 19px;  text-align: right; margin: 0px; line-height: 40px;  font-size: 19px; }
.greeting .greetxt3-2 span { color: #000; font-size: 65px; font-family: 'Nanum Pen Script', cursive; padding-left: 20px; } */

.vision { width: 100%; margin: 0; /* padding: 20% 10%; background: #0d6cb3 url(/theme/theme04/img/sub/visionbg.jpg); */ text-align: center; color: #fff; background-size:cover; }
.vision .vtxt1 { font-size: 25px; color: #000; margin:50px 0; letter-spacing: 1px; }
.vision .vtxt2 { font-size: 16px; margin-bottom:50px; line-height:2em;}*/



.con_table { width: 100%; border-top: 2px solid #0d6fb8;  }
.con_table th { font-size: 16px; padding: 10px 10px; line-height: 28px; text-align: center; background: #f6f6f6;	 }
.con_table td { font-size: 16px; padding: 10px 10px; line-height: 28px; text-align: center; background: #fff; border: 1px solid #dddddd;	 }
.con_table th strong { color: #0d6fb8; }
/* .con_table tr:last-child td { border-bottom: 1px solid #9c9c9c; } */

.map { text-align: center; }
.map a.fastmap { display: inline-block; padding: 15px 85px; font-size: 15px; color: #fff; background: #3037c0; border-radius:5px;		 }

.probox { overflow: hidden; margin: 50px 0; padding: 0; display:flex; align-items:center;}
.probox > .spec{ margin:0 auto;}
.probox2{overflow: hidden; margin: 50px 0; padding: 0; display:flex;justify-content:space-between;}
.probox2 h3{color:#3037c0;}
.probox2 > .spec{text-align:center;}
.probox2 > .spec > table{margin:0 auto;}
.pro-img { width: 50%; text-align: center; }
.pro-img img { width: 70%; max-width:550px;  }
.spec {width: 33.33%; }
.c11table{width:90%;}
.probox3{overflow: hidden; margin: 50px 0; padding: 0; display:flex;}
.table-wrap{width:50%;}
@media(max-width:1133px){
.probox2{flex-wrap:wrap;}
}
@media(max-width:1000px){
.probox3{display:block; margin:0 auto;}
.pro-img{margin:0 auto; width:70%;}
.table-wrap{width:100%;}
.table-wrap>.con_table{margin:0 auto;}
}

@media(max-width:760px){
.probox,.probox2{overflow: hidden; margin: 50px 0; padding: 0; display:block;}

.c11table{width:100%;}
.probox > .spec > table{margin:0 auto; width:100%;}
}


.c20pro {width:100%;}
.c20pro img { width:33%;}

.spec2 { overflow: hidden; margin-top: 96px; }
.spec2 .spec2-txt1 { float: left; width: 50%; text-align: center; font-size: 18px; line-height: 32px; margin: 0 0 40px 0;	}
.spec2 .spec2-txt2 { float: left; width: 50%; text-align: center; font-size: 18px; line-height: 32px; margin: 0 0 40px 0; }
.spec2 .spec2-txt3 {  width: 100%; text-align: center; font-size: 18px; line-height: 32px; margin: 0 0 40px 0;	}

.spec2 .spec2-txt4 { float: left; width: 32%; text-align: center; font-size: 18px; line-height: 32px; margin: 0 0 40px 0; }
.spec2 .spec2-txt5 { float: left; width: 32%; text-align: center; font-size: 18px; line-height: 32px; margin: 0 0 40px 0; }
.spec2 .spec2-txt6 { float: left; width: 32%; text-align: center; font-size: 18px; line-height: 32px; margin: 0 0 40px 0; }


.blue-stxt { font-size: 18px; color: #0d6fb8; font-weight: bold; }
.spec2-txt1 img { width: 100%; max-width:545px; }
.spec2-txt2 img { width: 100%; max-width:542px; }
.spec2-txt3 img { width: 100%; max-width:875px; }
.spec2-txt4 img { width: 100%; max-width:348px; }
.spec2-txt5 img { width: 100%; max-width:348px; }
.spec2-txt6 img { width: 100%; max-width:348px; }
.spec2 .tl { text-align: left; }
.mt60 { margin-top: 60px; border-top: 2px dotted #eee; padding-top: 120px; }

.spec2-txt11 { text-align: left; width: 100%; max-width:400px; margin: 0 auto; padding-left: 15px;	 }
.spec2-txt12 { text-align: left; width: 100%; max-width:400px; margin: 0 auto; padding-left: 10px;	 }
.spec2-txt13 { text-align: left; width: 100%; max-width:875px; margin: 0 auto; padding: 30px 0 0 10px;	 }
.spec2-txt14 { text-align: left; width: 100%; max-width:348px; margin: 0 auto; padding: 30px 0 0 10px;	 }
.spec2-txt15 { text-align: left; width: 100%; max-width:348px; margin: 0 auto; padding: 30px 0 0 10px;	 }
.spec2-txt16 { text-align: left; width: 100%; max-width:348px; margin: 0 auto; padding: 30px 0 0 10px;	 }

.ptit { font-size: 22px; color: #000; text-align: center; }
.spectable { overflow: hidden; }

/* A/S information st*/
.infor_wrap{width:100%; margin:0 auto;
 display:flex; justify-content:space-between;align-items:center;}
.infor_wrap img{width:40%;}
.text-infor{width:45%;}
.text-infor h2{font-weight:300; line-height:4rem;}
.text-infor strong{font-size:35px;}
.information_link_btn{
width:100%; display:flex;}
.information_link_btn a{display:block; font-size:25px; padding:5px; border-radius:4px; background-color:#6ee24b;}
.information_link_btn li:first-child {margin-right:8px;}
.information_link_btn li:last-child {margin-left:8px;}
.information_link_btn a:hover{color:#fff; background-color:#3037c0;
text-decoration:none;}
.sec_text_infor{margin:50px 0;}
.sec_text_infor p {
	line-height:3rem;
	font-size:16px;
	text-align:center;
}
.c20pro table {
    border-collapse: collapse;
    width: 100%;
}
.c20pro td, th {
    border: 1px solid #ffffff1a;
    text-align: left;
    padding: 15px;
	font-size:20px;
}
.first-tit-table{background-color:rgba(113,209,78,0.5);
 font-weight:bold;}
/* A/S information ed*/
@media(max-width:1070px){
.information_link_btn{display:block;}
.information_link_btn a{margin:10px 0; text-align:center;}
.information_link_btn li:first-child {margin-right:0px;}
.information_link_btn li:last-child {margin-left:0px;}
}
@media(max-width:754px){
.infor_wrap{display:block;}
.text-infor{width:100%;}
}
@media (max-width: 974px) {
	.pro-img { float: none; width: 100%; }
	.spec { float: none; width: 100%; }	
	.c20pro img { width:100%; }
	.spec2 .spec2-txt1 { float: none; width: 100%; }
	.spec2 .spec2-txt2 { float: none; width: 100%; }
	.spec2 .spec2-txt4 { float: none; width: 100%; }
	.spec2 .spec2-txt5 { float: none; width: 100%; }
	.spec2 .spec2-txt6 { float: none; width: 100%; }
}

@media (max-width: 992px) {
	.greeting .greetxt3-1 { background: none; }
	.greeting .greetxt3-1 br { display: none; } 
}

/*인사말*/
	.intro_bg { height: 400px; width: 100%; background: url(/theme/theme04/img/intro_bg.jpg) top no-repeat; background-attachment: fixed; background-size: cover; text-align: center; overflow: hidden; position: relative; margin:80px 0; color:#fff;}
	.intro_bg>div{position: absolute; top:50%; left:50%;transform: translate(-50%, -50%);width: 100%; padding: 0 20px;}
	.intro_bg p.en-title{font-size:45px; font-weight:bold; font-family: montserrat;width: 100%;}
	.intro_bg p{font-size:18px; margin-top: 10px; line-height: 1.6;width: 100%;}


@media(max-width:768px) {
	.intro_bg p.en-title{font-size:35px;}
	.intro_bg p{font-size:16px;}
}


	.intro_txt{max-width: 1200px; padding: 100px 15px; margin: 0 auto;}
	.intro_txt p{font-size: 18px; color: #1d1d1b; margin-bottom: 30px; line-height: 1.7; word-break: keep-all;}
	.intro_txt p strong{font-size: 26px; color: #68a1c1;}
	.intro_txt .ceo{font-size: 20px; color: #005AAB; font-weight:600; margin-top: 30px;}
	.intro_txt .ceo span{font-size: 26px; color: #000; font-weight:800; }

@media(max-width:767px){
	.intro_txt{	padding: 50px 15px;}
}
/*인사말*/

.content_area{max-width: 1280px; margin: 0 auto; padding: 0 20px 100px 20px;}

.lead {
color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}

.lead.leadtit {
color: #ffffff;
    font-size: 30px;
    font-weight: 800;
	margin-bottom: 30px;
}

.greeting .lead{max-width:1000px;word-break: keep-all;  color: #000;}
.greeting .lead.leadtit{color: #000;}
.greeting .ceo{font-weight: bold; font-size: 20px; color: #3037c0; font-weight: 600;}
.greeting .ceo span{font-size: 24px; color: #000;}

 @media (max-width:600px) {
    .lead { font-size: 16px }
	.lead.leadtit { font-size: 24px;}
}

/* 사업소개 */

.biz{padding: 60px 0; border-top: 1px solid rgba(255, 255, 255, 0.2);}
.biz .lead{margin-bottom: 40px;}
.biz .leadtit{margin-bottom: 20px;}
.biz .leadtit span{color: #3037c0;}

.biz .imgwrap{overflow:hidden;border-radius: 10px; width: 100%;}
.biz img{transition: all 0.2s linear; max-width: 100%;}
.biz img:hover{transform: scale(1.05);}

/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 50px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:4px; background-color: rgba(48, 55, 192, 0.5); 
overflow: hidden; border-bottom-left-radius:2px; border-bottom-right-radius:4px;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;position: relative;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 40px; line-height:1.3;color: #3037c0;font-weight: 800;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 30px;line-height: 1.6;font-weight: 500; color:#000;}
.history_area dd p {display: block;}
.history_area dd .img_box {display: block;margin-top: 39px;}

.history_area dt:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 2px;
    border-top: 1px dashed #d5d5d5;
    top: 20px;
    right: 5px;
}
.history_area dl.left>dt:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 2px;
    border-top: 1px dashed #d5d5d5;
    top: 20px;
    left: 5px;
}
.history_area .lead {
    padding-bottom: 15px;color: #ffffffe0;
}
.history_area dd strong {
    display: block;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.img_box img { max-width: 100%}

.sub_history_year {
    width: 180px;
    height: 180px;
    background: #3037c0;
    border-radius: 180px;
    text-align: center;
    margin: 0px auto;
}
.sub_history_year p {
    display: table;
    height: 100%;
    width: 100%;
	font-size: 18px;
}
.sub_history_year p span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 37px;
}

@media (max-width: 960px){
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:26px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}	
	.history_area dt:before, .history_area dl.left>dt:before {display: none;}
}
/*연혁*/

/* 인증사항 */
.section-title{position:relative}

.section-title h3 {
position:relative;
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #fff;
    position: relative;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ffffff33;
	font-weight: 600;
}

.section-title h3:after {
    position: absolute;
    content: "";
    background-color: #3037c0;
    height: 5px;
    width: 120px;
    bottom: -3px;
    left: 0;
}

.section-title h3 i{
	color: #3037c0;
}
/* 인증사항 */

/* 제품 */
.pd .imgwrap{display: flex; flex-wrap:wrap; justify-content:space-between; width: 100%; background: #222; padding: 5rem; border-radius:10px; margin-bottom: 10rem;}
.pd .imgwrap img{width: calc((100% - 30px) / 2); }

.pd .contwrap{display: flex;padding: 10rem 0; flex-wrap:wrap;border-top: 1px solid rgba(255, 255, 255, 0.2);}	
.pd .contwrap .tit-box {width: 20%;}
.pd .contwrap .txt-box {width: calc(100% - 20%);}
.strength-list > li:first-of-type {
    margin-top: 0;
}
.strength-list > li {
    display: flex;
    margin-top: 2rem;
}
.strength-list .icon-box {
    width: 16rem;
    background: #222;
    border-radius: 1rem 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.strength-list .icon-box span {
    display: block;
    position: relative;
    height: 0;
    width: 4.8rem;
    padding-top: 100%;
}
.img-center {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.strength-list .list-txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 16rem);
    border: 5px solid #222;
    box-sizing: border-box;
    border-radius: 0 1rem 1rem 0;
    padding: 0 4rem;
    box-sizing: border-box;
    transition: all 0.3s;
}

.strength-list .list-txt-box .txt01 {
    font-size: 2rem;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
.strength-list .list-txt-box .txt01 span{
    color: #3037c0;
}
.strength-list .list-txt-box .txt02 {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    line-height: 1.35;
    margin-top: 1.7rem;
}
ul.strength-list2 .list-txt-box{padding-right: 220px;}
ul.strength-list2>li:nth-of-type(1)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle1.png) no-repeat right center;}
ul.strength-list2>li:nth-of-type(2)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle2.png) no-repeat right center;}
ul.strength-list2>li:nth-of-type(3)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle3.png) no-repeat right center;}
ul.strength-list2>li:nth-of-type(4)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle4.png) no-repeat right center;}
ul.strength-list2>li:nth-of-type(5)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle5.png) no-repeat right center;}
ul.strength-list2>li:nth-of-type(6)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle6.png) no-repeat right center;}

.cloud-list {
    display: flex;
    flex-direction: column;
    background: #222;
    border-radius: 5px;
}
.cloud-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3.25rem 6rem;
}
.cloud-list li:last-of-type {
	border-bottom: 0;
}
.cloud-list .icon-box {
    width: 4.6rem;
    margin-right: 3rem;
}
.cloud-list .icon-box span {
    display: block;
    position: relative;
    height: 0;
    padding-top: 97.83%;
}
.cloud-list .txt {
    width: calc(100% - 4.6rem);
    font-size: 2rem;
    letter-spacing: -0.065em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    line-height: 1.5em;
}
.btnwrap{text-align: center; margin-bottom: 30px;}
.dh_btn{color: #fff; background-color: #3037c0; border-radius: 50px; display: inline-block; font-size: 22px; padding: 10px 30px; font-weight: 600;}
.dh_table{ margin-top: 6rem;width: 100%;}
.dh_table.mb{display: none;}
.dh_table tr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 6.5rem;
}
.dh_table tr td {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    letter-spacing: -0.05em;
    padding: 1.8rem 2.8rem;
    box-sizing: border-box;
    line-height: 1.45;
	word-break: keep-all;
}
.dh_table img{
 width: 100%;
}
.dh_table.center{text-align: center;}

.dh_table tr:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dhi .imgwrap img{width: 100%; border-radius:10px;}
.dhiwrap{display: flex;align-items: center;justify-content: space-between; flex-wrap:wrap;background: #222; padding: 5rem; border-radius:10px; margin-bottom: 10rem;}
.dhiwrap>div{width: calc((100% - 50px) / 2); }


.pro-tit-box {margin-bottom: 4.7rem; border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
/* .pro-list-box{padding-bottom:4.7rem ;border-bottom: 1px solid rgba(255, 255, 255, 0.1); } */
.pro-list-box .lead{font-weight: 400;}
.pro-list-box .lead b{font-weight: 700; color: #fff;}
.dhi .con>h3{font-size: 32px;margin: 80px 0; font-weight: 600; color: #3037c0; text-align: center;}

.sub-con-list { display: flex; justify-content: space-between; flex-wrap:wrap;}
.sub-con-list>li { display: flex; align-items: center;flex-direction: column; border: 5px solid rgba(255, 255, 255, 0.05); width: calc((100% - 5.4rem) / 3);
    border-radius: 1rem; padding: 2rem 2rem 5.5rem 2rem; box-sizing: border-box;}
.sub-con-list>li img{width: 100%; border-radius: 1rem;}
.sub-con-list>li .icon-tit {font-size: 1.8rem; letter-spacing: -0.05em; color: rgba(255,255,255,0.6); font-weight: 500; line-height: 1.66em; text-align: center; margin-top: 3.5rem;}
.sub-con-list>li .icon-tit b{font-size: 2rem; font-weight:800; display: block; color: #fff; margin-bottom: 20px;}

.sub-con-list2 { display: flex; justify-content: space-between; flex-wrap:wrap; margin-top: 10rem;}
.sub-con-list2 li { display: flex; align-items: center;flex-direction: column; width: calc((100% - 8.1rem) / 4); box-sizing: border-box; margin-bottom: 5rem;}
.sub-con-list2 li img{width: 100%; border-radius: 1rem;}
.sub-con-list2 li .lead{text-align: center;}
.sub-con-list2 li .lead b{font-size: 2rem; font-weight:800; display: block; color: #fff; margin: 20px 0 10px 0;}

.sub-con-list3 { display: flex; justify-content: space-between; flex-wrap:wrap;margin-top: 5rem;}
.sub-con-list3 li { display: flex; align-items: center;flex-direction: column; border: 5px solid rgba(255, 255, 255, 0.05); width: calc((100% - 5.4rem) / 4);
    border-radius: 1rem; padding: 2rem 2rem 5.5rem 2rem; box-sizing: border-box;}
.sub-con-list3 li img{width: 100%; border-radius: 1rem;}
.sub-con-list3 li .icon-tit {font-size: 1.8rem; letter-spacing: -0.05em; color: rgba(255,255,255,0.6); font-weight: 500; line-height: 1.66em; text-align: center; margin-top: 3.5rem;}
.sub-con-list3 li .icon-tit b{font-size: 2rem; font-weight:800; display: block; color: #fff; margin-bottom: 20px;}

#sub_m_list3 img{max-width: 100%; display: block; margin: 0 auto;}
#sub_m_list4>img{max-width: 100%; display: block; margin: 0 auto;}
#dhi .content_area img.pc{}
#dhi .content_area img.mb{display: none;}

.per100{text-align: center;}
.per100 h3{display: inline-block; padding-bottom: 10px; border-bottom: 1px solid #3037c0; margin: 0 auto; color: #3037c0; font-weight: 700; font-size: 30px;}

.wline{width: 100%; height: 1px; background: rgba(255, 255, 255, 0.2); margin: 10rem 0;}

.numb span{color: #3037c0;}
ul.nsf-con { margin: 2.3rem 0 10rem 0;}
ul.nsf-con li {display: flex; align-items: center; margin-top: 1.2rem;}
ul.nsf-con li:first-of-type {margin-top: 0;}
ul.nsf-con li .dot {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    align-self: flex-start;
    position: relative;
    top: 12px;
}
ul.nsf-con li em {
    width: calc(100% - 4px);
    box-sizing: border-box;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    padding-left: 1rem;
	font-style: normal;
	word-break: keep-all;
}
.nsf-con .nsf-tit {
    font-size: 2rem;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 500;
	display: block;
}
.conimg{max-width: 100%; border-radius: 10px; margin: 0 auto;}

ul.imgwrap{width: 100%; display: flex; justify-content: space-between; flex-wrap:wrap; background: #222; padding: 5rem; border-radius: 10px;}
ul.imgwrap3{width: 100%; display: flex; justify-content: center; gap:10px; flex-wrap:wrap; background: #222; padding: 5rem; border-radius: 10px;}
ul.imgwrap2{width: 100%; display: flex; justify-content:space-between; flex-wrap:wrap; background: #222; padding: 5rem; border-radius: 10px;}
ul.imgwrap1{width: 100%; text-align: center;background: #222; padding: 5rem; border-radius: 10px;}

ul.imgwrap li{width: calc( (100% - 50px) / 6 ); font-size: 15px; text-align: center; color: rgba(255, 255, 255, 0.6); word-break: keep-all;}
ul.imgwrap li img{width: 100%; margin-bottom: 10px;}
ul.imgwrap1 li{width: 100%;}
ul.imgwrap2 li{width: calc( (100% - 10px) / 2 ); }

@media (max-width: 1280px) {
    .pd .contwrap .tit-box {
        width: 100%;
        margin-bottom: 3rem;
    }
    .pd .contwrap .txt-box {
        width: 100%;
	}
}

@media (max-width: 900px) {
	ul.imgwrap li{width: calc( (100% - 20px) / 3 ); margin-bottom: 20px;}
	.about_right ul li.cont1 span.bg {width: 25%; height: 25%;}
	.about_right ul li.cont2 span.bg {width: 25%; height: 25%;}
	.about_right ul li.cont3 span.bg {width: 25%; height: 25%;}
	.about_right ul li.cont4 span.bg {width: 25%; height: 25%;}
	dt.con_text01 {font-size: 24px;}
}

@media (max-width: 800px) {
	
    .strength-list .icon-box {
        width: 10rem;
    }
    .strength-list .list-txt-box {
        padding: 2rem;
        width: calc(100% - 10rem);
    }
	.strength-list .list-txt-box .txt01 {
        font-size: 1.8rem;
    }
	.strength-list .list-txt-box .txt02 {
        font-size: 1.5rem;
    }
	.pd .imgwrap img{width: 100%; }
	.pd .imgwrap img:first-child{margin-bottom: 20px; }
	.pd .imgwrap{padding: 2rem;}
	ul.imgwrap{padding: 2rem;}
	ul.imgwrap1{padding: 2rem;}
	ul.imgwrap2{padding: 2rem;}
	ul.imgwrap3{padding: 2rem;}
	.cloud-list li {padding: 3rem;}
	.cloud-list .txt { font-size: 1.7rem; }
	.dh_table.mb{display: block;}
	.dh_table.pc{display: none;}
	.dh_table tr td { padding: 1rem; font-size: 1.5rem; }
	.dhiwrap>div{width: 100%; }
	.dhiwrap .txtwrap {margin-top: 4.5rem;}
	.dhiwrap{padding: 2.5rem;}
	.sub-con-list>li {padding: 2rem;width: 100%;margin-right: 0;flex-direction: row; justify-content: space-around;margin-top: 2rem;}
	.sub-con-list>li:first-of-type {margin-top: 0;}
	.sub-con-list>li img{width: 15rem; margin-right:20px;}
	.sub-con-list>li .icon-tit {margin-top: 0; font-size: 1.6rem;}
	.sub-con-list>li .icon-tit b {font-size: 1.7rem;}
	.sub-con-list2 li { width: calc((100% - 2.7rem) / 2);}
	.sub-con-list3 li {padding: 2rem;width: 100%;margin-right: 0;flex-direction: row; justify-content: space-around;margin-top: 2rem;}
	.sub-con-list3 li:first-of-type {margin-top: 0;}
	.sub-con-list3 li img{width: 15rem; margin-right:20px;}
	.sub-con-list3 li .icon-tit {margin-top: 0; font-size: 1.6rem;}
	.sub-con-list3 li .icon-tit b {font-size: 1.7rem;}
	.dhi .con>h3{font-size: 22px;}
	.index-content .title_wrap h2 {font-size: 36px;}
	.index-content .title_wrap p {font-size: 16px;}
	.index-content .section-01 {padding-top: 50px;}
	dt.about_text01 span {font-size: 34px;}
	dd.about_text02 {font-size: 16px;}
}
@media (max-width: 600px) {
    .sub-con-list>li {flex-direction:column;}
	.sub-con-list>li img {margin-right: 0; margin-bottom: 20px;}
	.sub-con-list3 li {flex-direction:column;}
	.sub-con-list3 li img {margin-right: 0; margin-bottom: 20px;}
	#dhi .content_area img.pc{display: none;}
	#dhi .content_area img.mb{display: block;}
	ul.strength-list2 .list-txt-box{padding-right: 2rem; padding-bottom: 80px;}
	ul.strength-list2>li:nth-of-type(1)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle1.png) no-repeat bottom center;}
	ul.strength-list2>li:nth-of-type(2)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle2.png) no-repeat bottom center;}
	ul.strength-list2>li:nth-of-type(3)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle3.png) no-repeat bottom center;}
	ul.strength-list2>li:nth-of-type(4)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle4.png) no-repeat bottom center;}
	ul.strength-list2>li:nth-of-type(5)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle5.png) no-repeat bottom center;}
	ul.strength-list2>li:nth-of-type(6)>div.list-txt-box{background: url(/theme/theme04/img/arrow_triangle6.png) no-repeat bottom center;}
	ul.imgwrap li{width: calc( (100% - 10px) / 2); margin-bottom: 20px;}
}


/* 제품 */

.btn-pack {
    min-width: 100px;
    height: 40px;
    line-height: 38px;
}
.btn-pack {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4c4c4c;
    padding: 0px 20px;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    vertical-align: middle;
}


.inner {
    max-width: 1200px;
    margin: 0 auto;}

.tl_video_bg_wrap .video_area {background-image:url(/theme/theme04/img/movie_bg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;height:506px;position:relative;z-index:1;align-items:center;background-attachment:fixed}
.tl_video_bg_wrap .video_area .intro_video_iner {width: 100%;height: 100%;}
.tl_video_bg_wrap .video_area .intro_video_icon {display: inline-block; margin-top: 50px;}
.tl_video_bg_wrap .video_area .video-play-button{position:absolute;z-index:10;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;width:32px;height:44px; background: linear-gradient(to right,#f7f7f7,#eee);
    float: left;border-radius:50%;padding:18px 20px 18px 28px}
.tl_video_bg_wrap .video_area .video-play-button:before{content:"";position:absolute;z-index:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:rgba(255,255,255,.3);border-radius:50%;animation:pulse-border 1.5s ease-out infinite}
.tl_video_bg_wrap .video_area .video-play-button:after{content:"";position:absolute;z-index:1;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:rgba(255,255,255,.2);border-radius:50%;transition:all .2s}
.tl_video_bg_wrap .video_area .video-play-button:hover:after {background: rgba(255, 255, 255, 0.3);}
.tl_video_bg_wrap .video_area .video-play-button img{position:relative;z-index:3;max-width:100%;width:auto;height:auto}
.tl_video_bg_wrap .video_area .video-play-button span { display: inline-block; position: relative; z-index: 3; top: 8px; cursor: pointer;}
.tl_video_bg_wrap .video_area .ti-control-play:before { content: "\e6ad";font-size: 28px;color: #444;}

@keyframes pulse-border {
  0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity: 1;}
  100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity: 0;}
}

.down_tx{color:#fff; position:absolute; top:50%; left:150px; transform:translateY(-50%)}
.down_tx h2{font-size:80px; line-height:80px;font-weight: bold;}
.down_tx h3{font-size:47px;}

@media(max-width:1000px){
	.down_tx{left:50px;}
	.down_tx h2{font-size:70px; line-height:70px;font-weight: bold;}
	.down_tx h3{font-size:42px;}
}

@media(max-width:650px){
	.down_tx{text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
	.down_tx h2{font-size:60px; line-height:60px;font-weight: bold;}
	.down_tx h3{font-size:36px;}
}
.section_02_txt {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 30px;
    color: #fff;
    word-break: keep-all;
    line-height: 35px;
}

.section_02 {
	width: 100%;
	height:auto;
	padding: 100px 0px;
	display:flex;
	flex-flow: column;
}
.section_02_txt span {
    font-size: 16px;
    font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
}
.section_02 img {
	width:100%;
	
}

.se_02_icon_wrap {
	width:100%;
	display:flex;
	flex-flow: column;
	align-items: center;
}

.ex_img_txt {
	width:80%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.se_02_icon {
	width:70%;
	display:flex;
	justify-content:space-between;
}

.se_02_icon li {
	width:23%;
}

.s2_icon_wrap{width:150px; margin:50px auto; border-radius:100%; box-shadow:0px 0px 10px #ccc; }
.s2_icon_wrap img{width:100%;}

.se02_txt {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
	margin-bottom: 15px;
}
.se02_sub_txt {
    color: #676767;
    text-align: center;
    font-size: 17px;
    word-break: keep-all;
}
.se02_sub_txt p{
    font-size: 17px;
	color: rgba(255, 255, 255, 0.6);
}
@media(max-width:650px){
	.section_02_txt {font-size: 33px;}
}
.business {
    height: auto;
    width: 100%;
    background: url(/theme/theme04/img/main_bg02.jpg) top no-repeat;
	background-attachment: fixed;
    background-size: cover;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.business .effect {
	position: relative;
	transition: 1s all;
}

.business::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.2);
}


.business .en-title {
    font-size: 18px;
	margin: 100px 0 10px 0;
	color: rgba(255, 255, 255, 0.6);
}
.business h4 {
	font-size: 45px;
	color: #fff;
	font-weight: bold;
}
.business .text {
    margin: 30px 0 0;
    font-size: 18px;
	padding: 0 20px;
    color: #fff;
}

.business .item-list {
    margin: 80px auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    position: relative;
    overflow: hidden;
}
.business .item-list > li {
    float: left;
    margin-left: 1%;
    width: 24%;
}

.business .item-list p {
	color: #252525;
	margin: 10px;
	font-size: 18px;
	
}
@media screen and (max-width:969px) {
	.business .item-list > li {width: 48%; margin-bottom: 30px;}
}

@media screen and (max-width:650px) {
	.business h4 { font-size: 33px; }
	.business .item-list > li { width: 100%;}
}

@media(max-width:1249px) and (min-width:830px){
	.se_02_icon {
	width:95%;
	display:flex;
	justify-content:space-between;

	}

	.se_02_icon li {
		width:23%;
	}

	.s2_icon_wrap{width:150px; margin:50px auto; border-radius:100%; box-shadow:0px 0px 10px #ccc; padding:10px; }
	.s2_icon_wrap img{width:100%;}

	.se02_sub_txt {
		
		color: #676767;
		text-align:center;
		font-size: 1.3em !important;
		word-break: keep-all;
	}

	.se02_txt {
		color: #333;
		text-align:center;
		margin-bottom:10px;
		font-size: 21px;
		font-weight: bold;
	}

}

@media(max-width:829px){
	.se_02_icon {
	width:95%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

	}

	.se_02_icon li {
		width:48%;
	}

	.s2_icon_wrap{width:150px; margin:60px auto; border-radius:100%; box-shadow:0px 0px 10px #ccc; padding:10px; }
	.s2_icon_wrap img{width:100%;}

	.se02_sub_txt {
		
		color: #676767;
		text-align:center;
		font-size: 1.3em !important;
		word-break: keep-all;
	}

	.se02_txt {
		text-align:center;
		margin-bottom:10px;
		font-size: 18px;
		font-weight: bold;
	}
	.se02_sub_txt p {
		font-size: 16px;
	}
}