@charset "utf-8";

/* 
 * 작성자 : 강희창
 * 최종수정일 : 2011-12-16
 * 이메일/메신저 : chocobo@nate.com
 */

/* reset css */
html,body{margin:0;padding:0;height:100%}
body{font:12px/165% "돋움", Dotum, "굴림", Gulim, Arial, sans-serif;color:#666}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,tbody,tfoot,thead,th,td{margin:0;padding:0}
input,textarea,select,td,th{font-size:12px;vertical-align:middle;color:#7b7f80}
table{border-spacing:0;border-collapse:collapse}
ol,ul,li{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%}
hr, legend, caption, .hidden{position:absolute;top:0;left:-3000px;visibility:hidden;overflow:hidden;line-height:0.1%;font-size:0.1%;width:0.1%;height:0.1%}
caption{position:relative}
abbr,acronym,img,fieldset{border:0 none}
label{cursor:pointer}
em,address{font-style:normal}
a:link,a:visited{color:#acacac;text-decoration:none}
a:hover,a:active{text-decoration:none}

/** html input{margin:-1px 0}
*:first-child+html input{margin:-1px 0}*/

.ipt_tx{padding:0 5px}
#wrap{width:960px;margin:0 auto}
/* 201303 추가 [D] skipnavi 처리  */
#skipnavi {position:absolute; left:0; margin:0 auto; top:-90em; width:100%; z-index:88; font-size:1.15em;}/* 20180528 top값 수정 */
#skipnavi a:active, #skipnavi a:focus {text-align:center; background-color:#ffffff; border:none; color:#333; position:absolute; top:10.0em; width:100%; left:0;}
/* //201303 추가 [D] skipnavi 처리  */
#header{position:relative;width:100%;height:110px}
#header h1{position:absolute;left:0;top:25px}
#header #topMenu{position:absolute;right:0;top:7px}
#header #topMenu li{display:none;float:left}
#header #topMenu li.first{display:block}
#header #navi{position:absolute;right:0;top:38px}
#header #navi li{display:inline;float:left;margin-left:13px}
#header #gnb{overflow:hidden;width:100%;padding-top:70px}
#header #gnb li{float:left}

#container{width:100%;margin-top:50px}
#container:after{content:'';display:block;clear:both;height:0;font-size:0;line-height:0}
#container h3{height:43px}
/* #main #container{margin-top:37px} 20180528 회사소개메인페이지 상단 간격 수정*/
#conLeft{float:left;width:319px}
#conLeft p.txt{margin-bottom:20px}
#conLeft #location{position:relative;width:204px;padding:15px 0;text-align:center}
#conLeft #location ul{}
#conLeft #location p a{display:inline-block;overflow:hidden;position:absolute;top:21px;width:8px;height:15px;text-indent:-5000px}
#conLeft #location p a.prev{left:0;background:url('../../image/introduction/b_arr01.gif') no-repeat 0 0}
#conLeft #location p a.next{right:0;background:url('../../image/introduction/b_arr02.gif') no-repeat 0 0}
#conLeft .navi{overflow:hidden;width:100%}
#conLeft .navi li{float:left;} /* 201303 수정 */
#conRight{overflow:hidden;float:right;width:640px;margin-bottom:60px;border-left:1px solid #e1e1e1}
#conRight #faq{margin-top:-1px}
#conRight #faq dt{margin-left:25px;padding:17px 0 5px 20px;border-top:1px solid #e1e1e1;background:url('../../image/introduction/ic_off.gif') no-repeat 0 21px}
#conRight #faq dt.on{background:url('../../image/introduction/ic_on.gif') no-repeat 0 21px}
/* 201303 삭제 [D] selector-dummy 주석처리 */
#conRight #faq dt a{display:block;background:url('../../image/introduction/ic_faq.gif') no-repeat 100% 0;/* selector-dummy:expression(this.hideFocus=true) */}
/* //201303 삭제 [D] selector-dummy 주석처리 */
#conRight #faq dt.on a{background-position:100% -24px}
#conRight #faq dd{padding:0 0 10px 51px}
#conRight #faq dd ul{margin:10px 0 5px}
#conRight #faq li{padding-left:19px;background:url('../../image/introduction/ic_q.gif') no-repeat 0 3px}
#conRight #faq li a{}
#conRight #faq li a:link,
#conRight #faq li a:visited{color:#2d75af}
#conRight #faq li a:hover,
#conRight #faq li a:focus, /* 201303 2차 추가 */
#conRight #faq li a:active{color:#2d75af;text-decoration:underline}
/*#ban{overflow:hidden;width:100%;margin-top:45px}
#ban li{float:left;font-size:0;line-height:0}*/
#ban{position:relative;width:100%;clear:both}
#ban .animateMe{overflow:hidden;position:relative;width:900px;height:230px;margin-left:29px}
#ban .animateMe ul{position:absolute;left:0;top:0}
#ban .animateMe li{float:left}
#ban .animateMe li img{width:180px;height:220px}
#ban p.sbtn span{display:block;position:absolute;top:0;height:218px;border:1px solid #e1e1e1}
#ban p.sbtn span.prev{left:0;width:28px}
#ban p.sbtn span.next{right:0;width:29px}
#ban p.sbtn a{display:block;overflow:hidden;height:218px;text-indent:-5000px}
#ban p.sbtn a.prev{background:url('../../image/introduction/k_mprev.gif') no-repeat 7px -150px}
#ban p.sbtn a.prev:hover{background-position:7px 70px}
#ban p.sbtn a.prev:focus{background-position:7px 70px} /* 201303 2차 추가 */
#ban p.sbtn a.next{background:url('../../image/introduction/k_mnext.gif') no-repeat 6px -150px}
#ban p.sbtn a.next:hover{background-position:6px 70px}
#ban p.sbtn a.next:focus{background-position:6px 70px} /* 201303 2차 추가 */
#anchor{height:125px;padding-top:11px;background:url('../../image/introduction/k_anchor.gif') no-repeat 0 0;text-align:center}
#anchor li{display:inline}
/* 201303 삭제 [D] margin-top:-25px;padding:35px 0;을 margin 삭제후 padding:10px 0 35px 0; 으로 변경 */
#container .contents{position:relative;width:100%;padding:10px 0 35px 0;border-bottom:1px solid #e0e0e0}
/* //201303 삭제 [D] margin-top:-25px;padding:35px 0;을 margin 삭제후 padding:10px 0 35px 0; 으로 변경 */
#container .contents:after{content:'';display:block;clear:both;height:0;font-size:0;line-height:0}
#container .contents h4{float:left;width:202px;margin-top:25px;text-align:center}
#container .contents .anchor{float:left;width:726px}
#container .contents .btop{position:absolute;right:0;bottom:-43px;z-index:2}
#container .contents02 .conLeft{display:inline;float:left;width:470px;margin-left:60px}
#container .contents02 .anchor{width:360px}
#container .contents02 h4{float:none;text-align:left}
#container .contents02 p{margin-top:33px;line-height:18px}
#container .contents02 p a{margin-left:14px}
#container .contents02 p img{vertical-align:middle}
#container .contents02 p strong{display:block;margin:3px 0 10px;color:#2d75af}
#container .contents02 dl.cont{line-height:20px}
#container .contents02 dl.cont dt{margin-top:18px;font-weight:bold;font-size:16px;color:#000}
#container .contents02 dl.cont dd{margin-top:2px}
#container .contents02 .anchor{float:right;margin:127px 0 0 0}
#container .section{padding-left:1px}
#container .section h5{margin:25px 0 20px -1px}
#container .section .linkbt{display:block;width:104px;margin-top:5px}
#container ul.cont{margin-top:-15px}
/* 201303 삭제 [D] zoom:1 주석처리 */
#container ul.cont li{padding:11px 0 0 11px;background:url('../../image/introduction/ic_cross02.gif') no-repeat 0 18px;text-align:justify;/* zoom:1 */} /* 20180102 수정 */
/* //201303 삭제 [D] zoom:1주석처리 */
#container ul.cont li li{padding:0 0 0 9px;background-image:none;text-indent:-9px}
/* 201303 삭제 [D] margin-top:-4px 삭제 */
#container p.cont{margin-top:-4px;/*padding-left:8px;background:url('../../image/introduction/ic_cross.gif') no-repeat 0 7px;*/text-align:justify}
#container div.table{width:725px;background:url('../../image/introduction/k_th02.gif') no-repeat 0 0}
#container div.table .infor{margin-top:5px}
#container div.table02{width:725px;background:url('../../image/introduction/k_th.gif') no-repeat 0 0}
#container .tbl{width:725px;border-bottom:2px solid #c6d8e6}
#container .tbl thead th{background:url('../../image/introduction/k_div.gif') no-repeat 0 50%;line-height:35px;color:#fff}
#container .tbl thead th.first{background-image:none}
#container .tbl tbody th{padding:8px 5px 6px;line-height:16px;border-bottom:1px solid #e0e0e0;color:#2d75af}
#container .tbl tbody td{padding:8px 5px 6px;text-align:center;line-height:16px;border-bottom:1px solid #e0e0e0}
#container .tbl tbody th.t1{padding:8px 0 6px;border-bottom:2px solid #c6d8e6;font-weight:bold;line-height:13px;color:#2d75af}
#container .tbl tbody th.t2{padding-left:9px;background-color:#f4f8fb;font-weight:normal;font-size:11px;color:#2d75af;text-align:left}
#container .tbl .cont{margin:0 0 0 3px}
#container .tbl .cont em{font-weight:bold}
#container .tbl .cont strong{font-size:14px;line-height:20px;color:#2d75af}
#container .tbl p.cont{padding-left:8px}
#container .tbl ul.cont li{padding-top:0;background-image:none}
#container .tbl ul.cont ul{margin-top:4px}
#container .tbl .last th,
#container .tbl .last td{border-bottom:2px solid #c6d8e6}
#container .tbl02 thead th{height:35px;line-height:35px;letter-spacing:-1px}
#container .tbl02 tbody th{font-weight:normal;color:#2d75af}
#container .tbl02 tbody td{padding:12px 5px 10px}
#container div.table02 .tbl02 thead th{height:54px;line-height:19px}
#container .tbl03{border-top:2px solid #c6d8e6}
#container .tbl03 tbody td{padding:4px 5px 3px;border-left:1px solid #e0e0e0}
/* 201303 삭제 [D] 테이블 해당사항 없음 적용 낭독기에서 읽어줌 */
#container .tbl03 tbody td span{visibility:hidden}
/* //201303 삭제 [D] 테이블 해당사항 없음 적용 낭독기에서 읽어줌 */
/* 201303 삭제 [D] margin-top:10px; 삭제*/
#container .pic01{display:inline-block;overflow:hidden;width:100%;/* margin-top:-10px; */padding-top:5px;font-size:11px}
#container .pic01 li{float:left;margin:25px 35px 0 0}
#container .pic01 li.even{margin-right:0}
#container .pic01 img{display:block;margin-bottom:7px}
#container .pic01 a{display:block;margin-top:5px}
#container .pic02{overflow:hidden;width:100%;font-size:11px}
#container .pic02 li{float:left;margin-right:7px}
#container .pic02 img{display:block;margin-bottom:7px}
#container .pic03 li{margin-right:20px}
#container .smartpay{margin-top:29px}
#container .smartpay h6{font-size:0;line-height:0}
#container .smartpay ul{margin-top:8px;padding-top:0;line-height:20px}
#container .smartpay li{width:345px;font-size:12px;float:left;margin:0 35px 0 0}
#container .smartpay li.even{width:345px;font-size:12px;float:left;margin:0}
#container .smartpay li img{margin-top:10px}

/* 201303 2차 수정 */
#container .brand{overflow:hidden;width:100%}
#container .brand .grard{display:inline;float:left;margin-left:0;text-align:center;letter-spacing:-1px}
#container .brand li.first{position:relative;width:134px; float:left; text-align:center; margin:0 15px 0 0;font-weight:bold;letter-spacing:0}
#container #brand01 li img{display:block;width:auto;margin:5px auto 0}
#container #brand01 li span{display:inline-block;width:100%;height:81px;padding-top:13px;background:url('../../image/introduction/k_tbox01.gif') no-repeat 0 0}
#container #brand01 li.first span{height:auto;padding-top:0;background:url('../../image/introduction/k_tbox03.gif') no-repeat 0 0}
#container #brand01 li.first{line-height:94px;background-image:none;color:#2d75af}
#container #brand01 li ul li {display:inline;float:left;width:134px;margin-left:10px;text-align:center;letter-spacing:-1px;padding-bottom:13px;background:url('../../image/introduction/img_barr.gif') no-repeat 50% 100%;line-height:18px}
#container #brand01 li span{display:inline-block;width:100%;height:81px;padding-top:13px;background:url('../../image/introduction/k_tbox01.gif') no-repeat 0 0}
#container #brand02{margin:7px 0 19px}
#container #brand02 ul li {float:left; margin-left:10px; width:134px; background:url('../../image/introduction/k_tbox02.gif') no-repeat 0 0;line-height:35px;color:#fff;letter-spacing:0}
#container #brand02 li.first{background:url('../../image/introduction/k_tbox.gif') no-repeat 0 0;line-height:35px;color:#2d75af;letter-spacing:-1px}
#container #brand01 li.first img,
#container #brand02 li.first img{position:absolute;right:-9px;top:50%;margin-top:-10px}
#container #brand01 li.first,
#container #brand02 li.first{padding-bottom:0}

#divConsult{background:url('../../image/introduction/k_bmid.gif') repeat-y 0 0}
#divConsult .inner{padding-top:10px;background:url('../../image/introduction/k_btop.gif') no-repeat 0 0}
#divConsult div.consult{width:890px;margin:0 auto;padding:28px 0 23px;border-bottom:1px solid #e0e0e0} /* 20180102 수정 */
#divConsult div.consult:after{content:'';display:block;clear:both;height:0;font-size:0;line-height:0}
#divConsult h4{float:left;width:167px}
#divConsult div.cont{float:left}
#divConsult div.cont dl{overflow:hidden;width:450px} /* 20180102 수정 */
#divConsult div.cont dt{float:left;width:77px;padding-top:7px;} /* 20180102 수정 */
#divConsult div.cont dt img{vertical-align:middle}
* html #divConsult div.cont dt img{margin-top:5px}
#divConsult div.cont dd{float:left;width:370px;height:38px} /* 20180102 수정 */
#divConsult div.cont dd #firstemailaddress.ipt_tx{width:142px;} /* 20180102 추가 */
#divConsult div.cont dd .ipt_tx{width:149px;height:22px;line-height:22px;} /* 20180102 수정 */
#divConsult div.cont dd .ipt_s{width:89px} /* 20180102 수정 */
#divConsult div.cont dd .ipt_m{width:89px} /* 20180102 수정 */
#divConsult div.cont dd .ipt_l{width:325px} /* 20180102 수정 */
#divConsult p.cont,
#divConsult ul.cont{margin-top:0}
#divConsult ul.cont{margin-top:3px} /* 20180102 추가 */
#divConsult ul.cont li{padding-top:0;background-position:0 7px}
/* 201303 삭제 [D] zoom:1 주석처리 */
#divConsult ul.consult{overflow:hidden;/* zoom:1; */margin:30px 0 13px} /* 20180102 수정 */
/* //201303 삭제 [D] zoom:1 주석처리 */
#divConsult ul.consult li{float:left;position:relative;width:146px;padding-left:24px;font-size:0;line-height:0}
#divConsult ul.consult li input{position:absolute;left:0;top:0;width:13px;height:13px}
#divConsult ul.consult li a{display:block;margin-top:8px}

/* 20130626 추가 */
#divConsult h5.cont_type{font-size:14px;color:#6c7071;padding-bottom:5px}
#divConsult .agree_policy{padding-bottom:0;width:717px;} /* 20180102 수정 */
#divConsult .agree_policy .hidden_box{width:100%;background:#fff;text-align:center;} /* 20180102 수정 */
#divConsult .agree_policy > span label{color:#666}
#divConsult .agree_policy input{border:0;}
#divConsult .agree_policy span{margin:0 4px}
#divConsult .agree_policy .hidden_box ol{padding-top:10px;padding-left:10px; color:#666}
#divConsult .agree_policy .hidden_box li{padding-bottom:8px;line-height:18px;}
#divConsult .agree_policy .hidden_box li p{padding-left:8px;line-height:18px;}
/* //20130626 추가 */

#divConsult .infor{padding:27px 0 31px;font-weight:bold;color:#6c7071}
#divConsult .infor p{font-size:14px;text-align:center/*padding-left:203px;background:url('../../image/introduction/ic_consult.gif') no-repeat 77px 0*/}
#divConsult .infor em{color:#f6921e}
#divConsult .infor a:link,
#divConsult .infor a:visited{color:#f6921e}
#divConsult .infor a:hover,
#divConsult .infor a:active{color:#f6921e}
#divConsult .bbtn{padding-bottom:33px;background:url('../../image/introduction/k_bbtm.gif') no-repeat 0 100%;text-align:center}

#main #bnnrslidewrap{display:none}
#bnnrslidewrap{position:relative;width:100%;height:58px;margin-top:132px;background:url('../../image/introduction/k_ban.gif') no-repeat 0 0}
#bnnrslidewrap .animateMe02{overflow:hidden;position:absolute;top:11px;left:35px;width:925px;height:47px}/*20150618 수정*/
#bnnrslidewrap .animateMe02 li{float:left}
#bnnrslidewrap .animateMe02 li a{padding:0 30px} /*20150618 수정*/
#bnnrslidewrap .animateMe02 li a img{width:auto}
#bnnrslidewrap .animateMe02 ul.rolling-list{position:absolute;top:0;left:0}
#bnnrslidewrap .animateMe02 ul.rolling-list li.rolling-bnnr {float:left}
#bnnrslidewrap .animateMe02 ul.rolling-list li.rolling-bnnr a,
#bnnrslidewrap .animateMe02 ul.rolling-list li.rolling-bnnr img {float:left}
#bnnrslidewrap .sbtn a.prev{left:21px;top:21px;background:url("../../image/introduction/b_arr01.gif") 0 0 no-repeat}
#bnnrslidewrap .sbtn a.prev:hover{background-image:url('../../image/introduction/b_arr01_ov.gif')}
#bnnrslidewrap .sbtn a.next{right:21px;top:21px;background:url("../../image/introduction/b_arr02.gif") 0 0 no-repeat}
#bnnrslidewrap .sbtn a.next:hover{background-image:url('../../image/introduction/b_arr02_ov.gif')}
#bnnrslidewrap .sbtn a{display:block;overflow:hidden;position:absolute;width:8px;height:15px;text-indent:-5000px;cursor:pointer}

#main #footer{margin-top:60px;border-top:1px solid #e1e1e1}
/* 201303 추가 [D] margin-top 의미 없는 테그 삭제, overflow:hidden추가 */
#footer{overflow:hidden;}
/* //201303 추가 [D] margin-top 의미 없는 테그 삭제, overflow:hidden추가 */
/* 201303 추가 [D] overflow:hidden 추가 margin-bootm:60px 추가 (IE 외 브라우저에서 푸터 하단 여백 없음 해결) */
#footer .foot{position:relative;width:100%;margin-top:19px;margin-bottom:60px;overflow:hidden;} /* 20171117 수정 */
/* //201303 추가 [D] overflow:hidden 추가 margin-bootm:60px 추가 (IE 외 브라우저에서 푸터 하단 여백 없음 해결) */
#footer .logo{position:absolute;left:1px}
#footer .ecomer{margin-left:132px;font-size:0;line-height:0;margin-top:7px;} /* 20171117 수정 */
#footer address{margin:6px 0 0 132px;font-size:0;line-height:0}
/* 201303 삭제 [D] margin-bottom 삭제후 위에서 범위 잡아줌 */
#footer .copy{margin:3px 0 0 132px;font-size:0;line-height:0}
/* //201303 삭제 [D] margin-bottom 삭제 위에서 범위 잡아줌 */
#footer #link{position:absolute;right:0;top:0;width:95px}
#footer #link .inner{position:relative;width:100%}
#footer #link ul{position:absolute;left:0;bottom:19px;width:98%;padding:5px 0 2px;border:1px solid #ccc;background:#fff}
#footer #link li{margin-left:5px;font:bold 11px/18px dotum;letter-spacing:-1px}


/* 140903 프로모션 추가 */
.promotion {float:left; width:958px; height:113px; border:1px solid #e1e1e1; margin:-30px 0px 30px 0px} /* 프로모션이 지난 후 삭제될 배너로 margin-top:-30px로 강제 조정합니다. */
.content_input_area {width:700px;height:200px;border:1px solid #bfbfbf;border-top:1px solid #616161;margin-bottom:2px;background:#fff}
.event_end {text-align:center; font-size:15px; border-top:1px dashed #ccc; padding:15px 20px 33px 20px; margin:-10px 37px;}
/* //140903 프로모션 추가 */

/* 140903 메인 레이어팝업 */
.main_event_popup {position:absolute; width:100%; *width: 978px;margin:0 auto; top: 128px; z-index:99999;}
.main_event_popup .img_resize {max-width:978px; min-width:300px;background: #fff;}
.main_pop_img {min-width:300px;max-width:978px;margin:0 auto;} 
.main_event_popup .bottom_margin {padding-right:6px; font-size:10pt;color:#ffffff;}
.main_event_popup .center_text {*width:340px;max-width:340px;min-width:340px;padding:20px; font-size:10pt;color:#000;line-height:22px;border:1px solid #f0f0f0;text-align:left;}

/* 140905 프로모션 페이지 상단 배너 */
.promotion_top_banner {width:958px; height:472px; border:1px solid #e1e1e1; margin:-40px 0px 30px 0px}

/* 20141022 추가 */
#footer .foot.foot_new {height:75px;}
#footer #link.link_new {width:180px;height:75px;}

/* 20160114 추가 수정*/
#footer #link.link_new {width:70px;}

/*2016.05.18 agreement add*/
#privacy_container{width:100%;margin-top:30px}
#privacy_container #anchorwrap{width:100%;height:171px;background:#f2f2f2;letter-spacing:-0.75px;margin-top:18px}     
#privacy_container #anchorwrap p{padding:18px 0 15px 30px}
#privacy_container #anchorwrap ul {float:left;padding-left:31px;margin-right:58px}
#privacy_container #anchorwrap ul li{line-height:18px}

#privacy_container #contents .section_wrap{padding:27px 0 5px;letter-spacing:-0.75px }
#privacy_container #contents .section_wrap h4{font-size:16px;line-height:18px;padding-bottom:14px;color:#333}
#privacy_container #contents .section_wrap ul li dl dt.number{margin-left:12px}
#privacy_container #contents .section_wrap ul li dl dd.number{padding-left:24px}
#privacy_container #contents .section_wrap ul li dl dd.number span{margin-left:-12px}
#privacy_container #contents .section_wrap ul li dl dt span{margin-left:-12px;}
#privacy_container #contents .section_wrap ul li dl dt,dd{line-height:16px}
#privacy_container #contents .section_wrap ul li dl dd{padding-left:12px}
#privacy_container #contents .section_wrap table{border-top:1px #bbbbbb solid;border-left:1px #bbbbbb solid;width:650px;height:55px;margin-top:4px;text-align:center;color:#666666}
#privacy_container #contents .section_wrap table thead{background:#eeeeee}
#privacy_container #contents .section_wrap table th{padding:6px;line-height:16px;border-right:1px #bbbbbb solid}      /* 20161109 td 없앰 수정 */
#privacy_container #contents .section_wrap table td{padding:6px;line-height:16px;border-right:1px #bbbbbb solid;border-bottom:1px #bbbbbb solid;}      /* 20161109 수정 */

/* 20180102 LECS 홍보사이트 상담하기 */
#divConsult .agree_policy .hidden_box table {width:100%;border:1px solid #d3d3d3;}
#divConsult .agree_policy .hidden_box table tr th {padding:7px 0;font-size:13px;background-color:#e2e2e2;border:1px solid #d9d9d9;border-bottom:0}
#divConsult .agree_policy .hidden_box table tr th span {color:#525252;}
#divConsult .agree_policy .hidden_box table tr td {padding:20px 0;font-size:13px;border:1px solid #d9d9d9;border-top:0;}
#divConsult .agree_policy .hidden_box table tr td span {color:#303030;display:block;}
#divConsult .agree_policy .hidden_box table tr td.agree_check {line-height:normal;height:auto;}
#divConsult .agree_policy .hidden_box table tr td.agree_check span {padding-top:5px;text-align:left;padding-left:53px;}
#divConsult .agree_policy .hidden_box table tr td.agree_check span label {padding-left:7px;}
#divConsult .agree_policy > span {padding:11px 0 0 11px;background:url('../../image/introduction/ic_cross02.gif') no-repeat 0 18px;display:block;margin:0 1px;}

/* 20180315 메인배너수정 */
.ban{display:inline-block;width:100%}
.ban ul li{float:left;margin-left:18px}
.ban ul li:first-child{margin-left:0}
.ban .sbtn{display:none}

/* 20180430 개인정보처리방침 내용 수정 */
.privacy_select{position:relative;left:0;font-size:0;line-height:0;margin-top:20px;}