@charset "utf-8";

/* 공통 */
.clear {
    clear: both;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold !important;
}

.ovfh {
    overflow: hidden !important;
}

.list_init {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac {
    text-align: center;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.mgr0 {
    margin-right: 0 !important;
}

.mgl0 {
    margin-left: 0 !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

* {
    max-height: 100000px
}

/* 모바일에서 폰트 크기가 다르게 나올 때 */

/* 헤더 */
#header {
    height: 100px;
    border-top: 4px solid #333d56;
}

.head {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.head .top_logo {
    height: 100px;
    width: 400px;
    float: left;
    /*padding: 27px 0 34px 5px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.head .top_logo img{
	width: 100%;
	height: 100%;
}

.head .menu_part {
    width: auto;
    height: 100px;
    float: left;
    position: relative;
    margin-left: 86px
}

.menu_part .menu_nav {
    float: left;
    font-size: 19px;
    color: #333;
    margin-top: 8px;
    position: relative;
}

#top_menu .menu_a {
    line-height: 92px;
    padding: 0 33px;
    display: block;
}

#top_menu .menu_nav.menu5 .menu_a {
    padding-right: 35px
}

.head .top_loc {
    position: absolute;
    right: 124px;
    top: 12px;
    z-index: 70;
}

.top_loc li {
    float: left;
    margin-left: 10px;
}

.top_loc li a {
    display: block;
}

.head .lang {
    width: 81px;
    height: 100px;
    font-size: 16px;
    float: right;
    text-align: center;
}

.lang .kor {
    background: #333d56;
    height: 33.33px;
}

.lang .eng {
    background: #333d56;
    height: 33.33px;
}

.lang .cn{
	background: #11af8c;
}

.lang a {
    color: #fff;
    text-align: center;
    line-height: 33.33px;
    display: block
}

.top_loc .logout {
    margin-left: -100px
}

.top_loc .mod {
    margin-left: -50px;
}

/* 메뉴 */
.menu_nav .menu_a:hover {
    color: #11af8c;
}

#top_menu>li>ul {
    display: none;
    position: absolute;
    width: 190px;
    background: #f0f0f0;
    z-index: 250;
    left: 0;
    top: 92px;
    line-height: 25px;
}

#top_menu>li>ul>li {
    border-top: 1px solid #c4c4c4;
}

#top_menu>li>ul>li:last-child {
    border-bottom: 0;
}

#top_menu>li>ul>li>a {
    padding: 7px;
    display: block;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #666;
}

#top_menu>li>ul>li.on>a {
    color: #fff;
    background: #333d56;
}

#top_menu li:first-child>ul {
    left: -22px;
}

#top_menu li:nth-child(2)>ul {
    left: -20px;
}

#top_menu li:nth-child(3)>ul {
    left: -35px;
    width: 220px;
}

#top_menu li:nth-child(4)>ul {
    left: -24px;
}

#top_menu li:last-child>ul {
    left: -36px;
}


/* 메인 비주얼 */
.main_vis {
    height: 485px;
    position: relative;
}

.main_vis .vis_bg li {
    position: absolute;
    height: 485px;
    width: 100%;
    display: none;
}

.vis_dot {
    position: absolute;
    left: 50%;
    top: 435px;
    z-index: 80;
    margin-left: -23px;
}

.vis_dot li {
    float: left;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: url(../images/vis_dot.png) 0px 0px no-repeat;
    margin: 0 5px;
}

.vis_dot li.select {
    height: 13px;
    background: url(../images/vis_dot.png) right 0px no-repeat;
}

.main_vis .txt_vis {
    position: relative;
    width: 1300px;
    margin: 0 auto
}

.main_vis .txt_vis .vis_main_txt1 {
    position: absolute;
    right: 45px;
    top: 70px;
    z-index: 210;
    margin: 28px 48px 0 0
}

.main_vis .txt_vis .vis_main_txt2 {
    display: none;
    position: absolute;
    right: 45px;
    top: 202px;
    z-index: 210;
    margin: 18px 48px 0 0
}

.main_vis .txt_vis .vis_main_txt3 {
    display: none;
    position: absolute;
    right: 45px;
    top: 70px;
    z-index: 210
}

.main_vis .txt_vis .vis_main_txt4 {
    display: none;
    position: absolute;
    right: 45px;
    top: 202px;
    z-index: 210
}

/*  고객센터 및 서비스 */
.service {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.service li {
    width: 33%;
    height: 260px;
    float: left;
    text-align: center;
    position: relative;
    margin: 65px 0;
    border-left: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service li:first-child {
    border-left: 0
}

.service li:first-child {
    /*background: url(../images/service01.png) center 15px no-repeat;*/
    background-image: url(../images/service01.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: 50%;
}

.service li:nth-child(2) {
    background-image: url(../images/service02.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: 50%;
}

.service li:last-child {
    background-image: url(../images/service03.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: 50%;
}

.service .ser_txt {
    font-size: 18px;
    color: #444;
    padding-top: 250px;
    padding-bottom: 5px;
}

.service .service_txt {
    font-size: 14px;
    color: #898989;
    padding: 0 18px
}

.service span {
    font-size: 14px;
    color: #898989;
}

.center {
    background: #374153 url(../images/center_back.png) right center no-repeat;
    width: 290px;
    height: 390px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px
}

.service_center {
    font-size: 21px;
    color: #fff;
    padding-top: 20px;
}

.number {
    font-size: 21px;
    color: #00cb9e;
    *padding-top: 10px;
    line-height: 23px;
}

.number span {
    font-size: 16px;
    color: #fff;
}

.list {
    font-size: 14px;
    color: #f4f4f4;
    background: url(../images/list_dot.png) 1px 16px no-repeat;
    padding-top: 4px;
    padding-left: 10px;
    line-height: 17px;
}

.online {
    width: 208px;
    background-color: #ffc53a;
    font-size: 14.5px;
    margin-top: 10px;
    margin-left: 4px
}

.online a {
    color: #2c2c2c;
    text-align: center;
    display: block;
    line-height: 30px;
    padding-right: 14px;
    background: url(../images/right_arrow.png) 169px center no-repeat;
}

/* main - 제품소개 */
.subject {
    background: url(../images/service_back.png) center top no-repeat;
    height: 608px;
}

.intro {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px
}

.intro h2 {
    font-size: 32px;
    color: #444;
    text-align: center;
    padding-top: 42px;
    font-weight: normal
}

.intro h2 p {
    font-size: 14px;
    color: #797979;
    padding-top: 9px;
}

.intro ul {
    /*width: 805px;*/
    margin: 0 auto;
}

.intro li {
    float: left;
    width: calc(100% / 3 - 20px);
    margin-right:30px;
    margin-top: 51px;
    box-shadow: 5px 5px 10px rgba(7, 3, 4, 0.12)
}

.intro li img{
	width: 100%;
}
.intro li:nth-child(3){margin-right:0;}


.intro .intro_txt {
    width: 100%;
    height: 127px;
    background: #fff;
    font-size: 17px;
    color: #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 22px;
    text-align: center;
}

.c-modal {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:hidden;outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden;}
.c-modal.on {opacity:1;visibility:visible;}
.c-modal-backdrop {position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;}
.c-modal-backdrop.on {opacity:.5;}
.c-modal-dialog {width:auto;max-width:94%;max-height:94%;position:relative;z-index:2;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);border-radius:5px;outline:0;margin:0 auto;opacity:0;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;overflow:hidden;}
.c-modal-dialog.on {opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.c-modal-dialog .content {display:none;}
.c-modal-dialog .video {width:768px;height:432px;}
.c-modal-dialog .video iframe {width:100%;height:100%;}
.c-modal-dialog .video video,.c-modal-dialog .video .video-js {width:100%;height:100%;}
.c-modal-dialog .form {background:#fff;width:500px;max-width:100%;padding:32px 6%;}
.c-modal-dialog .imgshow {background-color:#fff;}
.c-modal-dialog .imgshow .img {max-width:100%;}
.c-modal-dialog .imgshow .move {max-height:94vh;overflow-y:scroll;}
.c-modal-dialog .imgshow .move::-webkit-scrollbar {width:17px;height:17px;background-color:rgba(255,255,255,0.8);}
.c-modal-dialog .img {display:block;margin:0 auto;}
.c-modal-dialog .img>img {max-width:94vw;max-height:94vh;}
.c-modal-off {width:20px;height:20px;color:#fff;position:absolute;z-index:3;right:20px;top:20px;cursor:pointer;-webkit-transition:-webkit-transform .4s ease-out;transition:-webkit-transform .4s ease-out;-o-transition:transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out;}
.c-modal-off::after,.c-modal-off::before {content:'';width:100%;height:2px;background:#ddd;position:absolute;left:0;top:9px;}
.c-modal-off::after {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.c-modal-off::before {-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.c-modal-off:hover {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.vjs-button>.vjs-icon-placeholder:before{display: contents;}

.go {
    font-size: 15px;
    color: #fff;
    width: 107px;
    height: 35px;
    margin: 15px auto 0;
    line-height: 36px;
}

.intro_txt .go01 {
    background: #333d56;
}

.intro_txt .go02 {
    background: #1886d5;
}

.intro_txt .go03 {
    background: #11af8c;
}

/* 공지사항 */
.foot_top {
    height: 60px;
    border-top: 1px solid #d4d4d4;
    overflow: hidden;
}

.notice {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.title {
    width: 110px;
    height: 100%;
    background: url(../images/speak.png) 16px 23px no-repeat;
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 15px;
    color: #555;
    line-height: 60px;
    padding-left: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.notice li {
    float: left;
    width: 469px;
    line-height: 60px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.notice .txt {
    background: url(../images/notice_dot.png) left center no-repeat;
    padding-left: 15px;
}

.txt a {
    color: #555;
}

.notice span {
    font-size: 14px;
    color: #555;
}

.notice .date {
    float: right;
    padding-right: 25px
}

.plus_r {
    background: url(../images/plus_r.png) center no-repeat;
    width: 50px;
    height: 60px;
    float: right
}


/* 서브 비주얼 */
.sub_vis {
    height: 220px;
    position: relative;
}

.sub_vis li {
    position: absolute;
    width: 100%;
    height: 220px;
    display: none;
}

/*.sub_vis li:first-child {background:url(../images/sub_vis01.jpg) center top no-repeat;}*/

/* 서브 콘텐츠 */
.wrap_sub {
    width: 100%;
    height: auto
}

#container_location {
    display: block;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #848995;
    background: #353f57;
}

#container_location>div {
    width: 1300px;
    margin: 0 auto;
}

#container_location>div:after {
    display: block;
    clear: both;
    content: ""
}

#container_location .home a {
    display: block;
    width: 45px;
    height: 48px;
    background: url(../images/sub_home.png) no-repeat 14px 15px;
    background-color: #11af8c;
}

#container_location .lct_area {
    position: relative;
    font-size: 14.5px;
    line-height: 48px;
}

#container_location .lct_area span {
    display: block;
    width: 203px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    border-right: 1px solid #848995;
    background: url(../images/bot_arrow.png) 171px center no-repeat;
    cursor: pointer;
    color: #f7f7f7;
}

#container_location .lct_area.depth2 span {
    width: 231px;
    background: url(../images/bot_arrow.png) 199px center no-repeat;
}

#container_location .lct_area ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 49px;
    z-index: 70;
    border-left: 1px solid #848995;
    border-right: 1px solid #848995;
    background-color: #fff
}

#container_location .lct_area ul li a {
    display: block;
    width: 181px;
    padding-left: 20px;
    border-bottom: 1px solid #848995;
    color: #555;
}

#container_location .lct_area.depth2 ul li a {
    width: 209px;
}

#container_location .lct_area ul li a:hover {
    color: #11af8c;
    font-weight: bold;
}

#container_location .lct_area ul li.on a {
    font-weight: bold;
    color: #11af8c
}

.wrap_sub h2.tit {
    margin: 60px 0 55px;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.5;
    color: #444;
    text-align: center;
}

/* 내용 페이지 */
.page {
    width: 1300px;
    height: auto;
    min-height: 600px;
    padding-bottom: 110px;
    margin: 0 auto;
    overflow: hidden;
}

.page table{
	width: 100%;
}

.page #fwrite{
    font-size: 12px;
}

.page #fwrite tr .th {
    width: 30%;
}

.page #fwrite tr {
    line-height: 40px;
}

.page #fwrite tr th span {
    color: red;
}

.page #fwrite tr input {
    outline: none;
    margin: 0 10px;
    height: 30px;
}

.page #fwrite tr .w {
    width: 70%;
}

.page .shua .tj {
    color: #333;
}

.page .btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.page .btn input {
    margin: 0 10px;
    padding: 10px 20px;
    width: 120px;
}














.page #bo_sch form {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



.js {
    width: 110px;
    height: 24px;
    border: 1px solid #333;
    text-align: left;
    box-sizing: border-box;
    line-height: 22px;
}

.js .tit {
    font-size: 1em;
    line-height: 24px;
    padding-left: 20px;
}

.js p {
    padding-left: 20px;
}

.js .hide {
    display: none;
    border: 1px solid #333;
}

.js .hide p:hover {
    background-color: #58a0ff;
    color: #fff;
}

.tabs_type_a {
    width: 1300px;
    height: 50px;
    overflow: hidden;
    *margin-top: 56px;
    margin-bottom: 50px
}
.tabs_type_a ul{display: flex;}

.tabs_type_a li {
    width: 100%;
    height: 48px;
    border: 1px solid #d4d4d4;
    /*float: left;*/
    text-align: center;
    font-size: 17px;
    color: #444;
    border-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs_type_a li:last-child {
    border-right: 1px solid #d4d4d4;
}

.tabs_type_a li:hover,
.tabs_type_a li.selected {
    background: #11af8c;
    color: #fff;
}

.tabs_type_a li:hover a,
.tabs_type_a li.selected a {
    color: #fff;
}

.tabs_type_a li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
}

.tabs_type_a ul.tab02 li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs_type_a ul.tab03 li {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stit {
    padding-left: 30px;
    margin: 70px 0 18px 20px;
    font-size: 26px;
    color: #444;
    background: url(../images/stit_bullet.png) left 10px no-repeat;
    font-weight: normal
}

.sstit {
    padding-left: 19px;
    margin: 40px 0 15px;
    font-size: 20px;
    color: #444;
    background: url(../images/sstit_bullet.png) left top no-repeat;
    font-weight: normal
}

.txt_n {
    font-size: 15.5px;
    color: #444;
    line-height: 22px;
    padding-bottom: 30px;
    word-break: keep-all
}

.txt_n span {
    color: #11af8c
}

.con_wrap {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-left: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.imgbox {
    width: 100%;
    height: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*인사말*/
.txt_box {
    margin-top: 40px;
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.tb_area {
    width: 46%;
    float: left;
    font-size: 15.5px;
    *background: #ddd;
    padding-top: 10px;
    line-height: 25px
}

.tb_area span{
	color: red;
}

.ceo {
    float: right;
    margin-top: 40px
}

.dline {
    float: left;
    margin-left: 4%;
    width: 1px;
    height: 260px;
    background: url(../images/dashed_line.jpg) left top repeat-y;
}

/*연혁*/
.history {
    width: 100%;
    background: url(../images/history_bg.jpg) right 20px no-repeat;
    padding-top: 20px;
    overflow: hidden
}

.history li {
    margin-bottom: 34px;
    width: 100%;
    overflow: hidden
}

.history li div {
    float: left
}

.history li .h_year {
    width: 136px;
    height: 108px;
    background: url(../images/history_year.jpg) left top no-repeat;
    margin-right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 23px 11px 0;
    text-align: center;
    line-height: 97px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-left: 48px
}

.history li .h_idx {
    position: relative;
    font-size: 18px;
    color: #444;
    padding-top: 35px
}

.history li .h_idx.hi2 {
    padding-top: 20px
}

.history li .h_idx p {
    position: relative;
    padding-left: 15px;
}

.history li .h_idx p:after {
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #1886d5;
    content: ''
}

/*오시는길*/
.loca_wrap {
    width: 100%;
    overflow: hidden
}

.l_tit {
    font-size: 26px;
    color: #444;
    padding-left: 37px;
    margin: 70px 0 18px 20px;
    background: url(../images/location_bullet.jpg) left center no-repeat;
    font-weight: normal
}

.map_box {
    width: 781px;
    height: 626px;
    float: left;
    background: #f5f5f5;
    overflow: hidden;
}

.map_box img{
	width: 100%;
}

.Gmap_print {
    width: 100%;
    height: 100%;
}

.info_box {
    width: 282px;
    height: 100%;
    float: left;
}

.info_box li {
    width: 282px;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center
}

.info_box li:last-child {
    border-bottom: 1px solid #ccc
}

.info_box li.ib_add {
    height: 226px
}

.info_box li .ib_tit {
    font-size: 18.5px;
    margin-bottom: 8px;
    color: #333d56
}

.info_box li .ib_txt {
    font-size: 15px;
    color: #444;
    line-height: 24px;
    word-break: keep-all;
    letter-spacing: -0.2px
}

.ib_icon {
    width: 77px;
    height: 77px;
    border-radius: 45px;
    background: #333d55;
    margin: 25px auto 15px;
    text-align: center;
    line-height: 77px;
}

.info_box li.ib_add .ib_icon {
    background: #11af8c
}

.info_box li.ib_add .ib_icon img {
    margin-left: 4px;
}

.info_box li.ib_add .ib_tit {
    color: #11af8c
}

.Gmap_wrap {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 5px
}

.Gmap_print {
    width: 100%;
    height: 100%
}

/*테이블*/
.bor_tbl {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.bor_tbl .tbl_sstit {
    margin-left: 35px;
}

.tbl01 {
    width: 100%;
    border-top: 2px solid #11af8c;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 14px;
}

.tbl01 td {
    color: #666;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.tbl01 th {
    color: #444;
    background: #f8f8f8;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ccc
}

.nbor_r {
    border-right: 0 !important;
}

.bor_r {
    border-right: 1px solid #ddd !important;
}

.tbl_c {
    text-align: center !important;
}

.ul01 li {
    padding-left: 10px;
    position: relative;
    font-size: 14.5px;
    margin-left: 5px;
    line-height: 22px;
    margin-bottom: 2px
}

.ul01 li:after {
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background: #11af8c;
    content: ''
}

.tbl01 .ul01 li {
    margin-left: 10px
}

.ul02>li {
    margin-bottom: 5px
}

.tbl01.tbl02 td {
    text-align: center;
    height: 45px
}

.tbl01.tbl02 td:last-child {
    text-align: left;
    border-right: 0;
    padding-left: 30px
}

.tbl02 a {
    color: #666;
    padding-left: 30px;
    background: url(../images/tbl_home.png) left center no-repeat;
}

.tbl02 a:hover {
    color: #11af8c
}

.ta_center {
    text-align: center !important;
}

.tbl03 .ul01 li {
    margin-left: 0
}

.tbl03 th {
    padding-right: 30px;
    text-align: left;
}

.tbl_sstit {
    padding-left: 20px;
    *margin-left: 20px;
    background: url(../images/sstit_bullet.png) left top no-repeat;
    background-size: 15px;
    word-break: keep-all
}

.tbl03 tr td:last-child {
    border-right: 0
}

.ul03 li {
    float: left;
    margin-right: 30px
}

.ul03 li:last-child {
    margin-right: 0
}

.tbl01.tbl_lowpd td {
    padding: 15px 12px;
}

/*사업개요*/
.line_box {
    width: 100%;
    padding: 8px;
    background-image: url(../images/cross_line.jpg);
    background-position: left top;
    background-repeat: repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px
}

.lbox {
    background: #fff;
    width: 100%;
    padding: 30px;
    border-spacing: 0;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lbox th {
    width: 105px;
    padding-left: 20px;
    padding-right: 50px
}

.lbox td p {
    word-break: keep-all
}

.lbox td p:last-child {
    padding-bottom: 0
}

/*제품소개 페이지*/
.box_wrap {
    width: 100%;
    height: auto;
    overflow: hidden
}

.box_wrap .bw_img {
    float: left;
    width: 668px;
    height: 478px;
}

.box_wrap .bw_txt {
    float: right;
    width: 365px;
    height: 478px;
}

.box_wrap .bw_txt .bwt_title {
    width: 365px;
    height: 80px;
    background: url(../images/i_txtbg.jpg) left top no-repeat;
    margin-bottom: 20px;
    color: white;
    line-height: 80px;
    font-size: 20px;
    text-align: center
}

.box_wrap .bw_txt .bwt_idx {
    width: 365px;
    height: 378px;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 25px 0;
    font-size: 14.5px;
    color: #444;
    line-height: 24px
}

.img_list li {
    float: left;
    margin-right: 35px;
}

.img_list li:nth-child(3n) {
    margin-right: 0
}

.img_list2 li {
    float: left;
    margin-right: 43px;
}

.img_list2 li:nth-child(2n) {
    margin-right: 0
}

.img_list2 p {
    font-size: 16.5px;
    color: #444;
    padding-top: 20px;
    text-align: center
}

.product {
    overflow: hidden;
}

.product ul {
    overflow: hidden;
}

.prod_tit {
    font-size: 17px;
    color: #11af8c;
    /*text-align: center;*/
    /*width: 700px;*/
    display: inline-block;
    margin-top: 16px;
    margin-left: 431px;
}

/* 기술현황 */
.tech_status {
    width: 100%
}

.ts_img {
    margin-bottom: 40px
}

.ts_idx .tsi_wrap {
    width: 530px;
    margin-right: 40px;
    float: left;
    overflow: hidden
}

.tsi_wrap .tsi_title {
    width: 100%;
    height: 80px;
    background: url(../images/p4_bg.jpg) left top no-repeat;
    margin-bottom: 20px
}

.tsi_wrap .tsi_title p {
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: white
}

.tsi_wrap .tsi_title p span {
    padding: 7px 0 7px 33px;
    background: url(../images/num01.png) left center no-repeat;
}

.tsi_wrap .tsi_title p span.tit02 {
    background: url(../images/num02.png) left center no-repeat;
}

.tsi_wrap .tsi_box {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    overflow: hidden
}

.tsi_box li {
    margin-bottom: 15px
}

.tsi_box li p {
    font-size: 14.5px;
    color: #444;
    line-height: 22px;
    margin-bottom: 10px
}

.tsi_box li:first-child p {
    margin-bottom: 0;
    word-break: keep-all
}

.photo_li li {
    margin-right: 18px;
    float: left
}

.photo_li li:last-child {
    margin-right: 0
}

/*주요고객현황*/
.major_cus {
    width: 100%;
    height: auto
}

.major_cus li {
    width: 240px;
    margin-right: 40px;
    float: left;
    text-align: center;
    margin-bottom: 40px
}

.major_cus li:nth-child(4n) {
    margin-right: 0
}

.major_cus li .logobox {
    text-align: center;
    line-height: 77px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px #ddd;
    margin-bottom: 20px;
    font-size: 19px;
    color: #333d56
}

.major_cus li .logobox strong {
    font-size: 25px;
    color: #11af8c
}

.major_cus li p span {
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    margin-left: 5px;
    line-height: 22px;
}

.major_cus li p span:after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #11af8c;
    content: ''
}

/* 인증 및 특허현황 */
.cert li {
    float: left;
    width: 245px;
    margin-right: 40px;
    margin-bottom: 60px
}

.cert li:nth-child(4n) {
    margin-right: 0
}

.cert li .c_title {
    width: 240px;
    height: 50px;
    background: #11af8c url(../images/cert_title.png) left top no-repeat;
    line-height: 50px;
    text-align: center;
    box-shadow: 5px 5px #ddd;
    margin-top: 15px;
    color: white;
    font-size: 16px
}

/* 그림 샌더 3*/
.stp_li {
    margin-top: 15px
}

.stp_li>li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px
}

.stp_li li .stp_left {
    position: relative;
    float: left;
    width: 210px;
    height: 175px;
    background: url(../images/stp_bg01.png) left top no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 31px;
    text-align: center;
    line-height: 175px;
    margin-right: 125px;
}

.stp_li li:nth-child(2n) .stp_left {
    background: url(../images/stp_bg02.png) left top no-repeat;
}

.stp_li li .stp_left:after {
    position: absolute;
    right: -125px;
    top: 86px;
    width: 130px;
    height: 1px;
    background: #cacaca;
    content: ''
}

.stp_li li .stp_right {
    position: relative;
    float: left;
    width: 725px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 32px 55px;
    border-radius: 30px;
    margin-top: 10px;
}

.stp_li li .stp_right:after {
    position: absolute;
    left: -4px;
    top: 73px;
    width: 8px;
    height: 8px;
    background: #fec739;
    border-radius: 50%;
    content: ''
}

.stp_li li .stp_right li {
    width: 100%;
    padding-left: 35px;
    background: url(../images/plus_icon.png) 20px 8px no-repeat;
    margin-bottom: 10px;
    font-size: 15.5px;
    color: #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stp_li li .stp_right li:last-child {
    margin-bottom: 0
}

/* 그림 샌더 4 */
.gs4_top {
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    background: #f5f5f5
}

.gs4t_img {
    float: left;
    width: 420px;
    background: url(../images/gs_leftop.png) left top no-repeat, url(../images/gs_rightbot.png) right bottom no-repeat;
    background-color: #fff;
    text-align: center;
}

.gs4t_txt {
    float: right;
    width: 700px;
}

.gs4_01 .gs4t_img {
    line-height: 270px
}

.gs4_02 .gs4t_img,
.gs4_03 .gs4t_img,
.gs4_05 .gs4t_img {
    line-height: 200px
}

.gs4_02 .gs4t_txt,
.gs4_03 .gs4t_txt,
.gs4_05 .gs4t_txt {
    padding: 20px 0 0
}

.gs4_04 .gs4t_img {
    line-height: 245px
}

.gs4t_txt p.txt_n {
    padding: 0 0 20px
}

.gs4t_txt p.txt_n strong {
    color: #e8170c;
    font-size: 17px
}

.gs4t_txt p.txt_n a {
    color: #11af8c;
    text-decoration: underline
}

.tbl04 {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 15px;
    text-align: center
}

.tbl04 th {
    color: #fff;
    background: #13ac8b;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
}

.tbl04 td {
    color: #444;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
}

.tbl05 {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 15px;
}

.tbl05 th {
    color: #fff;
    background: #13ac8b;
    padding: 12px 10px;
    border-right: 1px solid #ddd;
    text-align: center
}

.tbl05 tr th:last-child {
    border-right: 0
}

.tbl05 td {
    color: #444;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    text-align: center
}

.bor_t {
    border-top: 1px solid #ddd
}

.nbor_b {
    border-bottom: 0 !important;
}

.linee {
    width: 100%;
    height: 1px;
    margin: 50px 0;
    background: #ddd
}

.belt_wrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.belt_btn {
    width: 100%;
    height: 52px;
    margin: 30px 0 0;
    background: url(../images/col_ddd.jpg) left bottom repeat-x
}

.belt_btn li {
    float: left;
    width: 175px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
    border: 1px solid #ddd;
    border-top: 3px solid #ccc;
    margin-right: 3px;
    background: #f5f5f5
}

.belt_btn li a {
    color: #777;
    font-size: 18px;
    ;
    line-height: 49px;
    text-align: center;
    display: block;
}

.belt_btn li.selected,
.belt_btn li:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #11af8c
}

.belt_btn li.selected a,
.belt_btn li:hover a {
    color: #11af8c
}

.n_con {
    display: none;
    overflow: hidden;
    width: 100%;
}

.belt_wrap .n_con.tabsel {
    display: block;
    width: 100%
}

/* 그림 샌더 5 */
.gsb_box {
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    background: #f5f5f5;
    margin-bottom: 50px
}

.gsb_box.gsbb_last {
    margin-bottom: 0
}

.gsbb_img {
    float: left;
    width: 384px;
    height: 205px;
}

.gsbb_txt {
    float: right;
    width: 590px;
    height: 205px;
    display: table;
}

.gsbbt_wrap {
    display: table-cell;
    vertical-align: middle
}

.gsb_box p.txt_blue {
    font-size: 18px;
    color: #163787;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px
}

.gsb_box p.txt_blue:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 3px;
    background: #11af8c;
    content: ''
}

.gsb_box p.txt_n {
    padding-bottom: 10px;
    word-break: keep-all
}

/* 푸터 */
#footer {
    overflow: hidden;
    background: #353841;
}

.foot_bottom .bot_frame {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.bot_logo {
    width: 350px;
    margin-top: 68px;
    float: left;
    display: flex;
}

.bot_logo img{
	width: 100%;
}

.bot_txt {
    float: left;
    width: 760px;
    margin-top: 35px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bot_share{
	float: right;
	margin-top: 110px;
}

.bot_share .bshare-custom .bshare-sinaminiblog,
.bot_share .bshare-custom .bshare-weixin{
	overflow: hidden;
	border-radius: 4px;
	padding-left: 24px;
}

.bot_txt .top_txt {
    font-size: 13.5px;
    color: #afb0b4;
    line-height: 18px;
}

.bot_txt .copy {
    font-size: 13.5px;
    color: #858688;
    padding-top: 10px;
}

.copy a {
    color: #858688;
}

.barom {
    background: url(../images/barom_logo.png) left center no-repeat;
    padding-left: 19px;
    margin-left: 7px
}