@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {
    font-family: 'Nanum Gothic';
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 18px;
    letter-spacing: normal
}

/* delete vertical-align,font:inherit; */
body, html {
    width: 100%;
    font-size: 12px;
    color: #222;
}

* {
    font-family: NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
}

ol, ul, li {
    list-style: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a {
    border: 0px
}


/* 레이아웃 */
#wrap {
    width: 100%;
    height: 100%;
}

/* 메뉴 */


.menubg {
    width: 100%;
    height: 80px;
}

.menu {
    width: 1150px;
    margin: 0 auto;
    height: 85px;
}

.slider {
    padding-top: 179px;
}

.slide_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: relative;
    top: 50%;
    transform: translateY(calc(-50% - 30px))
}

.slide a {
    display: none;
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
}

.idx_button {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.idx_button a {
    width: 100px;
    height: 3px;
    background: rgba(255, 255, 255, .3);
    margin: 0 2px;
    border-radius: 10px;
    transition: all ease .2s;
}

.idx_button a:hover {
    background: rgba(255, 255, 255, .7);
}

.idx_button a.active {
    background: #fff;
}


.maintop {
    width: 100%;
    min-width: 1200px;
    height: fit-content;
    background: url(../images/main001.png) top center no-repeat;
    background-size: auto 380px;
}

.maintop > p {
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    background: #009a68;
    color: #fff;
}

.mainfla {
    position: relative;
    height: 380px;
    width: 1200px;
    margin: 0 auto;
}

.move_img {
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 40px
}

.move_txt {
    opacity: 0;
    margin-left: -25px;
    position: absolute;
    top: 100px;
    left: 730px
}

.mainfla .tel {
    position: absolute;
    bottom: 0px;
    right: 0px
}


.txt_003 {
    font-size: 18px;
    font-weight: 600;
    color: #06C;
    border-bottom: #CCCCCC dotted 1px;
    padding-bottom: 10px;
    padding-top: 5px;
    text-indent: 28px;
    background: url(../../images/sub_depth.gif) no-repeat 10px 10px;
    background-color: #f6f6f6
}

#contents {
    width: 1200px;
    padding: 0px 0 10px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.contents1 {
    position: relative;
    width: 1150px;
    height: 180px;
    margin: 0px auto 10px auto;
    padding-bottom: 10px;
}

.product {
    position: relative;
    float: left;
    width: 1150px;
    height: 180px;
}

.product h1 {
    position: relative;
    font-size: 22px;
    color: #18609C;
    font-weight: 600;
    letter-spacing: -0.7pt;
    padding: 10px 0px 5px 0px;
}


.setmain4 {
    position: relative;
    float: left;
    width: 345px;
    height: 173px;
    padding: 5px 0 0px 0px;
    border: #005781 solid 2px;
    margin-right: 10px;
}


.setmain5 {
    position: relative;
    float: left;
    width: 425px;
    height: 175px;
    padding: 10px 0 0px 0px;
    background: url(../images/index_16.jpg) no-repeat;
}

.setmain5 .stext {
    position: relative;
    float: right;
    width: 185px;
}

.setmain5 .stext ul {
    margin-bottom: 10px
}

.setmain5 .stext li {
    position: relative;
    padding: 2px 30px;
    background: url(../images/point.gif) no-repeat 10px;
}


#contents_m {
    position: relative;
    width: 100%;
    padding: 30px 0 30px 0;
}

.contents2 {
    position: relative;
    width: 1150px;
    height: fit-content;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}


.contents3 {
    position: relative;
    width: 1150px;
    height: 630px;
    margin: 20px auto;
}

.pro_con {
    margin: 0 auto;
    margin-bottom: 30px;
}

.pro_con ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro_con ul li {
    position: relative;
    width: calc(100% / 3 - 15px);
    height: 300px;
    padding: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    text-align: center;
    margin-bottom: 25px;
    transition: all ease .2s;
}

.pro_con ul li:hover {
    box-shadow: 0 0 1px 2px rgba(32, 128, 208, 1);
    border-radius: 10px;
}

.pro_con ul li:hover .con2 {
    background-color: #18609C;
    color: #fff;
}

.pro_con ul li:hover .con1 {
    transform: translateY(0);
}

.pro_con ul li p {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.pro_con ul li .con1 {
    height: 210px;
    padding: 5px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(30px);
    transition: all ease .2s;
}

.pro_con ul li .con1 a {
    display: block;
}

.pro_con ul li .con2 {
    overflow: hidden;
    height: fit-content;
    font-size: 14px;
    width: 95%;
    font-weight: normal;
    color: transparent;
    padding: 5px 10px;
    transition: all ease .2s;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}


.noticemain {
    border: #e7e7e7 solid 1px;
    position: relative;
    float: left;
    width: 310px;
    height: 135px;
    padding: 0px 0 0px 0px; /*border:#CCC solid 1px;   background:#fff url(../images/bar.png) top left  no-repeat; */
    margin-right: 10px
}

.noticemain h1 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.7pt;
    padding: 10px 0px 5px 0px;
    border-bottom: 2px solid #18b4e7;
    margin-bottom: 5px;
}

.noticemain > div {
    height: 100%;
}

.noticemain .lat {
    height: 100%;
    margin-bottom: 0;
}

.noticemain .lat ul {
    height: calc(100% - 38px);
    padding: 0 10px 10px;
    overflow: auto;

}

.noticemain .lat_title {
    padding: 10px;
    height: fit-content;
    line-height: 1;
}

.noticemain .lat_title a {
    color: #18609C;
}

.noticemain .empty_li {
    margin-top: 30px;
    line-height: 100%;
    border: none;
}

.contents2 > div:not(.noticemain) {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 135px;
    padding: 10px;
    border: #e7e7e7 solid 1px;
    margin-right: 10px;
}

.contents2 > div:not(.noticemain) h1 {
    position: relative;
    font-size: 16px;
    color: #18609C;
    font-weight: 600;
    letter-spacing: -0.7pt;
}

.contents2 > div:not(.noticemain) i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #2080D0;
}

.contents2 > div:not(.noticemain, .setmain3) p {
    padding-top: 10px;
}

.contents2 > div .gogo {
    display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 10px;
    background: #009a68;
    transition: all ease .2s;
}

.contents2 > .noticemain .gogo {
    bottom: auto;
    top: 10px;
    right: 10px;
}

.contents2 > .noticemain .gogo a {
    width: 18px;
    height: 18px;
    padding: 0;
    line-height: 18px;
    text-align: center;
    font-weight: 300;
}

.contents2 > div .gogo a {
    font-size: 14px;
    display: block;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
}

.contents2 > div:not(.noticemain) .gogo:hover {
    margin-left: 5px;
}

.contents2 > div:not(.noticemain, .setmain3) {
    width: 247px;
}

.setmain3 {
    width: 298px;
    margin-right: 0 !important;
}
.setmain3 p {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.setmain3 p span {
    font-size: 16px;
    margin-right: 10px;
    font-weight: 400;
    color: #000;
}

.setmain3 .cs_t {
    color: #b00209;
    font-weight: bold;
    font-size: 22px;

}
.setmain3 .cs_f {
    color: #009a68;
    font-size: 22px;
    font-weight: bold;
}
.setmain3 .cs_e {
    color: #0C134F;
    font-size: 18px;
    font-weight: bold;
}
/** 서브 */

/* 서브플래시 */
.subtop {
    width: 100%;
    height: 150px;
    background: url(../../images/main001.png) center 62% no-repeat;
    min-width: 1200px;
}

.subfla {
    position: relative;
    width: 1200px;
    height: 100px;
    margin: 0px auto; /*background:url(../../images/sub01.jpg);*/
}

.smove_img {
    opacity: 0;
    margin-top: -25px;
    position: absolute;
    top: 0px;
    left: 0px
}

.smove_txt {
    opacity: 0;
    margin-left: -25px;
    position: absolute;
    top: 25px;
    left: 330px;
}


.subcontent {
    width: 970px;
    padding-left: 25px;
    position: relative;
    float: left;
}

/* 좌측메뉴 */
.lnb {
    float: left;
    width: 230px;
    position: relative;
    margin: 0 0 100px 0;
}

.lnb h3 {
    padding: 45px 0 45px 15px;
    font-size: 23px;
    line-height: 30px;
    color: #fff;
    font-family: NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
    background: linear-gradient(to left, #18609C, #2080D0);
    font-weight: 700;
}

.lnb h3 p.stit {
    color: #b1d3f5;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0.3pt;
    margin-bottom: 7px;
}

.lnb ul {
    margin-bottom: 20px
}

.lnb li {
    position: relative;
}
.lnb li:hover {

}
.lnb li:hover a i {
    margin-right: 10px;
    color: #fff;
}

/* 텍스트 메뉴 */
.lnb li a {
    padding: 14px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #18609C;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    transition: background ease .2s;
}
.lnb li a i {
    transition: all ease .2s;
    color: #2080D0;
}

.lnb li:hover a,
.lnb li.active a {
    color: #fff;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(to left, #18609C, #2080D0);
}


/*depth_3*/
.lnb ol.depth_3 {
    color: #333;
    font-weight: bold !important;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    padding: 11px 0 8px 15px;
}

.depth_3 dd a:link, .depth_3 dd a:visited {
    display: block;
    color: #333;
    font-size: 13px;
    height: 28px;
    background: #fafafa url('../../images/dot.gif') 0 8px no-repeat !important;
    padding-left: 8px;
}

.depth_3 dd a:hover {
    display: block;
    color: #18b4e7;
}

.depth_linktop {
    color: #fff !important;
    font-weight: bold !important;
}

.depth_linktop:hover {
    text-decoration: none
}


.lnb_common dl {
    border: 1px solid #e7e7e7;
    background: url(../images/i_call.png) no-repeat right 0px top 12px;
    padding: 5px 10px 10px;
    color: #666;
}

.lnb_common dl dt {
    position: relative;
    color: #33302e;
    font-size: 14px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.lnb_common dl dd.tel {
    font-weight: 700;
    font-size: 22px;
    color: #b00209;
    line-height: 25px;
    padding-top: 8px
}

.lnb_common dl dd.tel2 {
    font-weight: 600;
    font-size: 15px;
    color: #666;
    line-height: 25px;
}

.lnb_common dl dd.fax {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-top: 8px
}

.lnb_common dl dd.fax span {
    color: #333;
}

.lnb_common dl dd.email {
    font-size: 13px;
    color: #666;
    padding-top: 5px
}


.lnb_banner {
    border: 1px solid #e7e7e7;
    padding: 2px;
    color: #666;
    margin-top: 5px
}


.page-title {
    height: 65px;
    border-bottom: #ddd solid 1px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 30px;
}

.page-title-text {
    font-size: 28px;
    font-weight: 600;
    color: #999;
}

.page-navi {
    float: right;
    margin: 5px 0 5px;
}

.sub_com {
    padding-top: 10px;
    margin-top: 10px;
}


.greeting_con {
    position: relative;
    overflow: hidden;
    background: url('../../images/greeting.jpg') right bottom no-repeat;
    width: 880px
}

.greeting_con h4 {
    font-size: 25px;
    color: #0c58a3;
    letter-spacing: -1pt;
    padding-bottom: 15px;
    line-height: 33px;
}

.greeting_con p.stit {
    font-size: 16px;
    color: #6b6f73;
    letter-spacing: -0.5pt;
    padding-bottom: 20px;
    font-weight: 600;
}

.greeting_txt {
    font-size: 14px;
}

.greeting_ceo {
    font-size: 15px;
    color: #6b6f73;
    letter-spacing: -1pt;
    padding-top: 35px;
    background: url('../../company/img/greeting_sign.gif') 160px bottom no-repeat;
}

.greeting_name {
    font-size: 23px;
    color: #333;
    letter-spacing: -1pt;
    font-weight: 700;
    margin-left: 5px
}

/******** 공통CSS ********/
.point_txt01 {
    color: #333;
    font-weight: 700;
}

.point_txt02 {
    color: #2987e4;
    letter-spacing: -1pt;
    line-height: 35px;
}

.point_txt03 {
    color: #2987e4;
    letter-spacing: -1pt;
    line-height: 28px;
}

.point_txt04 {
    color: #2987e4;
    font-weight: 700;
}


#foot {
    width: 100%;
    min-width: 1200px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    color: #333;
    background: #f2f2f2;
	
}

#foot .footer {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 1150px;
    padding: 30px 0;
	
}

.footer h2 {
    float: left;
    width: 180px;
    padding-left: 0px;
}

.footer ul {
    float: left;
    margin-left: 30px;
}

.footer li {
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
	line-height:1.6;
}

.footer li.copy {
    color: #333;	
	line-height:1;
	
}

.footer li p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}


