    html,
body {
    height: 100%;
}


/* etc */

html {
    overflow-x: hidden
}

.row-offcanvas {
    height: 100%;
	margin-top: 97px;
}

a {
    color: #000;
}

/*@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: 250px;
    padding-top: 0px;
    padding-left: 0px;
	margin: 10px 0px 0 0;
}

#header_wrap.top_menu_06 h1 a {
    overflow: hidden;
    display: block;
    height: 75px;
    background: url(../../img/logo.jpg) 0 100% 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/logo.jpg) 0 100% no-repeat;
    text-indent: -9999px;
}

#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
    left: 48%;
    top: 0;
    width: 900px;
    margin-left: -270px;
}

#header_wrap.top_menu_06 .gnb {
    text-align: center;
    background-color: transparent;
}

#header_wrap.top_menu_06 .gnb li {
    float: left;
    width: 137px;
    text-align: left;
}

@media(max-width:1050px) {
	#header_wrap.top_menu_06 .menu_wrap { left: 52%; }
}


#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #000;
}

#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: 16px;
    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, #B06AB3, #4568DC);
    background: -webkit-linear-gradient(to right, #B06AB3, #4568DC);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-top: 36px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0%;
    transition: 0.5s;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
    color: #4568DC;
    width: 80px;
}

#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%;
    margin-top: 33px;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white {
    display: inline-block;
    background-color: #fff;
    color: #9c9c9c !important;
    transition: 0.4s;
    border: 1px #eee 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: #000;
}

#header_wrap.top_menu_06.transparent .top_right_menu .btn-white {
    display: inline-block;
    background-color: transparent;
    color: #000 !important;
    transition: 0.4s;
    border: 1px #000 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: 347px;
    background-color: rgba(255, 255, 255, 255);
    z-index: 1100;
}

#header_wrap.full_down:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 290px;
    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: #000;
    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: 347px;
    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: 290px;
    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;
    }
}


/* 모바일 메뉴 마감 */


/* index- content */

.index-content {}

.index-content .section-01 {
    padding-top: 100px;
    background-color: #f4f4f4;
    padding-bottom: 50px;
}



.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: 'Ubuntu', sans-serif;
    /*    font-weight: 400;*/
}

.index-content .section-01 .btn_wrap a.btn-pack.blue:hover {
    background-color: #0f43b4;
    border-color: #0f43b4;
    color: #fff;
    background-image: url('../../img/main/btn-line.png');
}

.index-content .title_wrap {
    text-align: center;
}

.index-content .title_wrap h2 {
    font-size: 52px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    margin-bottom: 25px;
}

.index-content .title_wrap p {
    font-size: 20px;
    font-family: 'NotoSans', sans-serif;
    color: #363636;
}

.index-content .section-02 {
    margin-top: 135px;
}

.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: 'Ubuntu', 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: 'Ubuntu', 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: 'Ubuntu', 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 {
    background-color: #faf8f6;
    margin-top: 135px;
    padding-bottom: 80px;
}

.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: 'Ubuntu', 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: 'Ubuntu', 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;
}


/* 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: 252px;
    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: 32%;
    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%;
}

@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 #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    /*    border-top: 1px #e3e3e3 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 #e3e3e3 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: #fafafa;
    padding: 16px;
    padding-left: 68px;
    font-weight: 700;
    font-size: 15px;
    border-top: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .menus {
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    background-color: #fafafa;
    border-top: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .last {
    background-color: #fff;
    border-bottom: 0;
    display: block;
    border-top: 2px #000 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: 400;
    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: #37393D;
    width: 100%;
}

.sub_three_nav ul ul li {
    display: block;
}

.clickSlide span {
    float: right;
    padding-top: 27px;
    padding-right: 25px;
    font-weight: 100;
    color: #3d3d3d;
}

.sub_three_nav ul ul li a,
.sub_three_nav ul ul li a:visited {
    display: block;
    padding: 12px !important;
    color: #c9c9c9 !important;
    border-bottom: 1px #2b2c30 solid;
    font-weight: 400;
    padding-left: 22px !important;
    font-size: 14px;
}

.sub_three_nav ul ul li a:hover {
    background-color: #2b2c30;
    color: #000;
}

.sub_three_nav ul ul li:first-child {
    border-top: 1px #2b2c30 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: 900;
	display: inline-block;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90%;
	
}


/* 서브 중앙메뉴 마감 */

#sub_content {
    /*    margin-top: 120px;*/
    margin-bottom: 80px;
}

#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-top: 70px;
    /*    padding-bottom: 30px;*/
    text-align: center;
    clear: both;
    border-bottom: 0;
}

#sub_content .page-header h1 {
    font-size: 33px;
    color: #0d6fb8;
    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 #fc7d11 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: #13161b;
    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: #13161b;
    /* 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: #fff;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Nanum Barun Gothic', sans-serif;
}


.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;
        }
    }
    @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 #e3e3e3 solid;
            border-bottom: 1px #e3e3e3 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 #e3e3e3 solid;
            min-height: auto;
            height: auto;
        }
        .footer p.logo {
            display: none;
        }
    }


/*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 20px; }
.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: #fff; padding-bottom: 40px; letter-spacing: 1px;}
.vision .vtxt2 { font-size: 45px; color: #ffc600; font-family: 'Nanum Myeongjo', serif; font-weight: 800; }
.vision .vtxt2 span { color: #fff; font-weight: 300; font-size: 18px; }


.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-bottom: 1px solid #f6f6f6;	 }
.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: #0d6fb8; border-radius:5px;		 }

.probox { overflow: hidden; margin: 50px 0; padding: 0; }
.pro-img { float: left; width: 50%; text-align: center; }
.pro-img img { width: 70%; max-width:550px;  }
.spec { float: left; width: 50%; }

.c20pro { text-align: center; }
.c20pro img { width:47%; padding: 5px; }

.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; }


.mainbanner1 { max-width:1280px; margin: 60px auto 0 auto; padding: 0 0 0 10px; overflow: hidden;   }
.mainbanner1 a { display: inline-block; overflow: hidden; width: 24%; text-align: left; font-size: 14px; color: #383838; margin: 0; padding: 0 15px;	}
.mainbanner1 a img { width: 100%; max-width:280px; }
.mainbanner1 p.tit { font-size: 18px; padding-top: 20px; display: inline-block;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }


.sub_history_year {
    width: 180px;
    height: 180px;
    background: #0d6fb8;
    border-radius: 180px;
    text-align: center;
    margin: 50px auto 0px auto;
}

.sub_history_year p {
    display: table;
    height: 100%;
    width: 100%;
}

.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;
}


.sub_history_style01_ul {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-top: 70px;
    z-index: 100;
    padding-bottom: 100px;
}

.sub_history_style01_ul li {
    position: relative;
    width: 47%;
    text-align: right;
    padding-right: 3%;
	margin-bottom: 50px;
}

.sub_history_style01_ul dl dt {
    position: relative;
    font-size: 25px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #0d6fb8;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0px;
}


.sub_history_style01_ul dl dd {
    margin: 0px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.5px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}

.sub_history_style01_ul li dl dt:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    border-top: 1px dashed #d5d5d5;
    top: 50%;
    right: -47px;
}

.sub_history_style01_ul:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: 1px dashed #d5d5d5;
    left: 50%;
    top: 0px;
    z-index: 0;
}

.sub_history_style01_ul li dt span.sub_history_dot_span {
    right: -81px;
}

.sub_history_dot_span {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #0d6fb8;
    border-radius: 10px;
    z-index: 100;
    top: 50%;
    margin-top: -5px;
}

.sub_history_style01_ul li:nth-child(2n) {
    width: 43%;
    margin-left: 57%;
    text-align: left;
}

.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
    left: -92px;
}

.sub_history_style01_ul li:nth-child(2n) dl dt:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    border-top: 1px dashed #d5d5d5;
    top: 50%;
    left: -52px;
}


.tac { text-align: center; }
.orgin { text-align: center; margin: 0; padding: 0 0 100px 0; background: url(/theme/theme04/img/orgimg1-bg.jpg)no-repeat bottom; background-size:cover;		 } 
.orgin .pc img { width: 100%; max-width: 659px; }
.orgin .mobile img { width: 100%; max-width: 187px; }

.pc { display: block; }
.mobile { display: none;}


.pro-tab { width: 100%; max-width:1280px; margin:0px auto; padding: 0; text-align: center; }
.pro-tab a { display: inline-block; padding: 10px 35px; margin: 5px 2px; font-size: 16px; color: #818181; border: 1px solid #818181 ; text-decoration: none;}
.pro-tab a:hover { color: #fff; text-decoration: none; border: 1px solid #0d6fb8 ; background-color: #0d6fb8 ;  }
.pro-tab a.on { color: #fff; text-decoration: none; border: 1px solid #0d6fb8 ; background-color: #0d6fb8 ;  }


.pro-con1 { max-width: 1200px; margin: 0 auto; text-align: left; padding: 30px 0 50px 0; font-size: 16px; font-weight: 400; line-height: 35px; color: #585858; }
.pro-con1 h5 { color: #0d6fb8; font-size: 25px; font-weight: bold; margin: 20px 0; line-height: 35px; }
.pro-con1 h6 { color: #000; font-size: 23px; font-weight: bold; margin: 20px 0;  line-height: 35px;}
.pro-con1 .pro-txt { overflow: hidden; width: 100%; margin: 10px 0; }
.pro-con1 .c04-img { overflow: hidden; width: 100%; text-align: center; margin: 0px 0;	 }
.pro-con1 .c04-img img { width:100%; }
.pro-con1 p.stit { font-size: 18px; font-weight: 400; color: #000; margin: 10px 0; }

.proimg-box { overflow: hidden; margin: 20px 0; padding: 0; width: 100%; } 
.proimg-box .imgboxl { float: left; width: 40%; vertical-align: top;  padding: 10px; text-align: center;  }
.proimg-box .imgboxr { float: left; width: 60%; vertical-align: top;  }
.proimg-box .imgboxr h6 { margin: 0; }


.con_table td.chr01 { background: #6fb6eb; color: #fff;	  }
.con_table td.chr01_1 { background: #6fb6eb; color: #fff;	  }
.con_table td.chr05_1 { background: #f5f5f5; border-bottom: 1px solid #dadada;  }
.con_table td.chr03_1 { border-right: 1px solid #eee; }
.con_table td.chr03_2 { border-right: 1px solid #eee; }
.con_table tr td:last-child { border-right: 0; }
.mt80 { margin-top: 80px !important; }

.review-wrap .thumbnail .caption a { display: inline-block;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; text-align: left;	}


@media(max-width:650px){
	.pc { display: none; }
	.mobile { display: block;}
	
	
}

@media(max-width:750px){
	.proimg-box .imgboxl { float: none; width: 100%; vertical-align: top;  padding: 10px; text-align: center;  }
	.proimg-box .imgboxr { float: none; width: 100%; vertical-align: top;  padding: 0 10px;  }
}

@media(max-width:1200px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -76px;
	}

	.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -87px;
	}
}


@media(max-width:1100px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -70px;
	}

	.company_03 .sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -81px;
	}
}


@media(max-width:1000px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -63px;
	}

	.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -73px;
	}
}



@media(max-width:900px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -57px;
	}

	.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -66px;
	}
}



@media(max-width:800px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -51px;
	}

	.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -60px;
	}
}


@media(max-width:700px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -45px;
	}

	.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -54px;
	}
}


@media(max-width:600px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -39px;
	}

	.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -48px;
	}
}


@media(max-width:500px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -33px;
	}

	.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -37px;
	}
}


@media(max-width:400px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -29px;
	}

	.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -32px;
	}
}


@media(max-width:300px){
	.sub_history_style01_ul li dt span.sub_history_dot_span{
		right: -21px;
	}

	.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
		left: -24px;
	}
}




@media (max-width: 1058px) {
	.mainbanner1 a { font-size: 0; }
}
	

@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; } 
}

@media (max-width: 662px) {
	.mainbanner1 a { width: 49%; text-align: center; }
}