.inline-block { display:inline-block }
.img-responsive { max-width:100%; height:auto }
.display-block { display:block }
.ellipsis { display:block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; -moz-binding: url('ellipsis.xml#ellipsis')}

/* align */
.text-align-center { text-align:center ! important }
.text-align-left { text-align:left ! important }
.text-align-right { text-align:right ! important }

/* color & decoration */
.color-black { color:#333 }
.color-red { color:#b50000 }
.color-red2 { color: #f00; }
.color-blue { color:#169ed9 }
.color-orange { color:#ef610b }
.color-orange2 {color:#fe9900;}
.color-green { color: #92cd5c; }
.text-underline { text-decoration:underline }
.text-line-through { text-decoration:line-through }
.bg-gray { background:#f3f3f3 }
.color-gray { color:#999 }
.color-green { color:#87a60d }

/* font */
.word-break { word-break: keep-all; }
.font-12 { font-size:12px }
.font-14 { font-size:14px }
.font-16 { font-size:16px }
.font-17 { font-size:17px }
.font-24 { font-size: 24px; }
.font-bold { font-weight:bold }
.letter-space-0 { letter-spacing:0 }

/* form */
select { border:1px solid #d1d1d1; padding:7px; vertical-align:middle }
input { border:1px solid #d1d1d1; padding:7px; vertical-align:middle }
input[type="submit"], input[type="reset"] { cursor:pointer; letter-spacing:-1px } 
.input-full { width:100% }
.input-lg { width:80% }
.input-sm { width:60% }
.input-xs { width:40% }


/* float */
.overflow { overflow:hidden }
.pull-left { float:left }
.pull-right { float:right }
.absolut-top-right { position:absolute; top:0; right:0 }

/* margin */
.margin-left-4 { margin-left: 4px; }
.margin-left-10 { margin-left: 10px; }
.margin-top-10 { margin-top:10px }
.margin-top-14 { margin-top:14px }
.margin-top-20 { margin-top:20px }
.margin-top-30 { margin-top:30px }
.margin-top-40 { margin-top:40px }
.margin-top-50 { margin-top:50px }
.margin-top-60 { margin-top:60px }
.margin-top-80 { margin-top:80px }
.margin-top-100 { margin-top:100px }
.margin-top-150 { margin-top:150px }
.margin-top-200 { margin-top:200px }

.margin-left-10 {margin-left: 10px;}
.margin-left-20 { margin-left:20px }

/* padding */
.padding-5 { padding: 4px; }
.padding-10 { padding:10px }
.padding-20 { padding:20px }
.padding-30 { padding:30px }
.padding-40 { padding:40px }
.padding-50 { padding:50px }

.padding-top-20 { padding-top:20px }
.padding-top-30 { padding-top:30px }
.padding-top-40 { padding-top:40px }
.padding-top-50 { padding-top:50px }
.padding-top-60 { padding-top:60px }


/* button */
.btn { display:inline-block; transition:all .2s ease; vertical-align:middle }
.btn-xxs { font-size:11px; padding:0 8px }
.btn-xs { font-size:12px; padding:0 10px; height:23px }
.btn-sm { font-size:14px; padding:8px 15px; line-height:16px }
.btn-white-img { background:url(../../images/content/btn-bg-white.gif) repeat-x #fff; border:1px solid #c8ced4; color:#434343 }
.btn-white-img:hover, .btn-white-img:focus { border-color:#666; color:#333 }
.btn-white-border { border:1px solid #ccc; background:#fff; color:#666 }
.btn-white-border:hover, .btn-white-border:focus { color:#397ce0; border-color:#397ce0 }
.btn-blue { background:#00a0ee; border:1px solid #00a0ee; color:#fff }
.btn-blue:hover, .btn-blue:focus { background:#fff; color:#000 }
.btn-blue2 { background:#007bc1; border:1px solid #007bc1; color:#fff }
.btn-blue2:hover, .btn-blue:focus { background:#fff; color:#000 }
.btn-green { background:#87a60d; border:1px solid #87a60d; color:#fff }
.btn-green:hover, .btn-green:focus { background:#fff; color:#333 }
.btn-green2 { background:#6b840a; border:1px solid #6b840a; color:#fff }
.btn-green2:hover, .btn-green:focus { background:#fff; color:#333 }
.btn-gray { background:#a9a9a9; border:1px solid #a9a9a9; color:#fff }
.btn-gray:hover, .btn-gray:focus { background:#fff; color:#333 }
.btn-lightblue { background:#f5f9fc; border:1px solid #c4d3df; color:#5c889e }
.btn-lightblue:hover, .btn-lightblue:focus { border-color:#00a0ee }
.btn-yellow { background:#ffb243; border:1px solid #ffb243; color:#fff }
.btn-gray-dark { background:#6d6d6d; border:1px solid #6d6d6d; color:#fff }
.btn-gray-dark:hover, .btn-gray-dark:focus { background:#fff; color:#333 }
.border-radius { border-radius:3px }

.btn-view-info { width:20px; height:20px; color:#fff; font-weight:bold; line-height:20px; text-align:center; background:#ffae00; border-radius:50px; margin-left:10px; vertical-align:0 }


.btn-reg-bill { display:block; width:160px; margin:10px auto; border:1px solid #d6d6d6; padding:10px; text-align:center; font-size:12px; letter-spacing:-1px; color:#797979 }
.btn-reg-bill img { width:auto; height:24px }
.btn-reg-bill:hover { border-color:#666; color:#333 }


/* box-grid */
.default-box-0 { background:#fff; border:1px solid #d6d6d6 }
.default-box-1 { background:#f5f5f5; border-top:1px solid #e5e5e5 }
.default-box { background:#f5f9fc; border:1px solid #e0e7ed; }
.no-list { padding:80px 0; text-align:center }
.half-grid { width:49% }

/* sort & search */
.sorting-single {  }
.sorting-single span { display:inline-block; margin-right:10px }
.sorting-single select { width:120px }
.search-vertical-t1 { border-top:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; padding:20px }
.search-vertical-t1 span { display:inline-block; margin-right:10px; margin-left:20px }

.search-vertical-t2 { border-top:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; padding:20px }
.search-vertical-t2 p { margin-bottom:5px; font-weight:bold; color:#797979 }
.search-vertical-t2 button.btn-xs { padding:5px 10px; height:auto }
.search-vertical-t2 .sorting-num { width:400px }
.search-vertical-t2 .sorting-num select { width:120px }


/* data-table-list-t1 */
.data-table-list-t1 table { width:100%; border-collapse:collapse }
.data-table-list-t1 thead th { background:#ececec; color:#333; padding:4px; border:1px solid #d1d1d1; border-top:1px solid #636363; font-weight:bold; text-align:center }
.data-table-list-t1 thead th a { display:block }
.data-table-list-t1 thead th a:hover { color:#00a0ee }
.data-table-list-t1 thead th span { display:inline-block; margin-left:4px; font-size:9px; color:#797979 }
.data-table-list-t1 thead th:first-child { border-left:0px none }
.data-table-list-t1 thead th:last-child { border-right:0px none }
.data-table-list-t1 tbody th, .data-table-list-t1 tbody td { padding:8px; border:1px solid #e5e5e5; letter-spacing:0 }
.data-table-list-t1 tbody th:first-child { border-left:0px none }
.data-table-list-t1 tbody td:last-child { border-right:0px none }
.data-table-list-t1 tfoot td { border:1px solid #e0e7ed; background:#f5f9fc; padding:8px; letter-spacing:0 }
.data-table-list-t1 tfoot td:first-child { border-left:0px none }
.data-table-list-t1 tfoot td:last-child { border-right:0px none }
.data-table-list-t1 td input[type="submit"] { height:25px }

/* data-table-list-t2 */
.data-table-list-t2 table { width:100%; border-collapse:collapse }
.data-table-list-t2 th { background:#ececec; color:#333; padding:4px; border:1px solid #d1d1d1; font-weight:bold; text-align:center }
.data-table-list-t2 td { border:1px solid #e0e7ed; background:#fff; padding:8px; letter-spacing:0 }
.inner-td { display:table }
.inner-td p { display:table-row }
.inner-td p span { display:table-cell; padding:7px 0; width:100px }

/* bbs-table-list-t1 */
.bbs-table-list-t1 table { width:100%; border-collapse:collapse }
.bbs-table-list-t1 thead th { background:#f5f9fc; color:#333; padding:4px; border:1px solid #e0e7ed; border-top:1px solid #a3bcd2; font-weight:bold; text-align:center }
.bbs-table-list-t1 thead th:first-child { border-left:0px none }
.bbs-table-list-t1 thead th:last-child { border-right:0px none }
.bbs-table-list-t1 tbody th, .bbs-table-list-t1 tbody td { padding:8px; border:1px solid #e5e5e5; letter-spacing:0 }
.bbs-table-list-t1 tbody th:first-child { border-left:0px none }
.bbs-table-list-t1 tbody td:last-child { border-right:0px none }
.bbs-table-list-t1 tbody tr { transition:all .3s ease }
.bbs-table-list-t1 tbody tr:hover { background:#fffdf3 }


/* data-table-list-t3*/
.data-table-list-t3 table { width:100%; border-collapse:collapse }
.data-table-list-t3 th { background:#e9edfa; color:#333; padding:10px 0px 10px 10px; border:1px solid #d1d1d1; font-weight:bold; text-align:left;  }
.data-table-list-t3 td { border:1px solid #e0e7ed; background:#fff; padding:8px; letter-spacing:0 }
.inner-td { display:table }
.inner-td p { display:table-row }
.inner-td p span { display:table-cell; padding:7px 0; width:100px }


/* 로그인 */
.loginwrap { display:table; width:100%; height:100%; background:#f6f6f6 }
.loginwrap .logBox { display:table-cell; vertical-align:middle; }
.loginwrap .logBox .inner { background:#fff; width:550px; margin:0 auto; overflow:hidden; border:1px solid #d6d6d6; box-shadow:0 0 3px rgba(0,0,0,0.1) }
.loginwrap .logBox .pop_content2 { position:relative; top:0 }
.loginwrap .logBox .pop_content4 { position:relative; height:auto; overflow:hidden }


/* dt-grid-t1 */
.dt-grid-t1 h2 { font-size:16px; background:#ececec; color:#333; padding:8px; border-top:1px solid #636363; border-bottom:1px solid #d6d6d6; text-align:center }
.dt-grid-t1 ul { display:table; width:100% }
.dt-grid-t1 li { display:table-cell; border-bottom:1px solid #dadada; padding:5px }
.dt-grid-t1 li:first-child { background:#f6f6f6; border-right:1px solid #dadada; width:150px; text-align:center }
.dt-grid-t1 li:last-child { text-align:right; padding-right:15px }

/* dt-grid-t2 */
.dt-grid-t2 { border:1px solid #c6d4e0; border-radius:6px }
.dt-grid-t2 h2 { text-align:center; border-bottom:1px solid #c6d4e0; background:#f5f9fc; border-radius:6px 6px 0 0; padding:10px; color:#5c889e; font-size:16px }
.dt-grid-t2 ul { display:table; width:100% }
.dt-grid-t2 li { display:table-cell; border-bottom:1px solid #dadada; padding:5px }
.dt-grid-t2 li:first-child { background:#f6f6f6; border-right:1px solid #dadada; width:150px; text-align:center }
.dt-grid-t2 li:last-child { text-align:right; padding-right:15px }
.dt-grid-t2 .etc-info { margin:15px; font-size:12px; line-height:18px; color:#797979 }

/* simple-list-t1 */
.simple-list-t1 li { background:url(../../images/content/bullet-1.gif) no-repeat left 7px; padding-left:18px }
.simple-list-t1 li li { background:none; padding:0 }
.simple-list-t1 li ol, .simple-list-t1 li ul { margin:10px 0 0 0; width:100% }

/* tab-t1 */
.tab-t1 { margin-top:-1px }
.tab-t1 ul { overflow:hidden; border-left:1px solid #cbcbcb; border-top:1px solid #cbcbcb }
.tab-t1 li { float:left; width:20%; text-align:center; transition:all .3s ease }
.tab-t1 li a { display:block; height:34px; line-height:34px; background:url(../../images/content/tab-bg-default.gif) repeat-x #f7f7f7; border-right:1px solid #cbcbcb; border-bottom:1px solid #cbcbcb }
.tab-t1 li:hover a { background:#f1f1f1 }
.tab-t1 li.current a { background:url(../../images/content/tab-bg-current.gif) repeat-x #009ce9; color:#fff; font-weight:bold }

/* tab-t2 */
.tab-t2 ul { overflow:hidden; border-bottom: 1px solid #434552;  }
.tab-t2 li { float:left; width:120px; margin-left: 1px; margin-right: 1px; text-align:center; transition:all .3s ease }
.tab-t2 li a { display:block; height:34px; line-height:34px; background:url(../../images/content/tab-bg-default.gif) repeat-x #f7f7f7; border: 1px solid #dedede; border-bottom : #434552;}
.tab-t2 li:hover a { background:#f1f1f1 }
.tab-t2 li.current a { background:url(../../images/content/tab-bg-current2.gif) repeat; color:#fff; font-weight:bold }

/* pagnation */
.pagnation { text-align:center }
.pagnation span { margin:0 10px }
.pagnation span, ol { display:inline-block; vertical-align:middle }
.pagnation li { display:table-cell; padding:0 1px }
.pagnation a { display:block; padding:5px 15px; border:1px solid #d6d6d6; transition:all .3s ease }
.pagnation a:hover { background:#f1f1f1 }
.pagnation li.current a, .pagnation li.current a:hover { border-color:#00a0ee; font-weight:bold; color:#00a0ee; background:#fff; cursor:default }

/* bbs-details-wrap */
.bbs-details-wrap h2 { border-top:1px solid #636363; border-bottom:1px solid #d6d6d6; padding:15px 10px }
.bbs-details-wrap .post-info { background:#f6f6f6; border-bottom:1px solid #d6d6d6; padding:8px 10px }
.bbs-details-wrap .post-info span { margin-right:20px; border-right:1px solid #ccc; padding-right:20px }
.bbs-details-wrap .post-info span:last-child { border:0px none }
.bbs-details-wrap .post-content { padding:40px 10px; border-bottom:1px solid #d6d6d6 }

/* faq */
.cs-grp2 {position : relative; width:100%; height : 192px;background : url(../../images/layout/q_01.jpg) no-repeat; }
.cs-grp2 li {float:left; width: 200px; margin-top:60px;}
.cs-grp2 li:first-child {color: #26cae5;}
.cs-grp2 li:nth-child(2) {margin-left:60px; color:#26ade5;}
.cs-grp2 li:nth-child(3) {margin-left:62px;color: #2490da;}
.cs-grp2 li:last-child {width : 100px;margin-left:115px; color: #267de5; }
.cs-grp2 li p {text-align:center; font-size : 18px; font-family : 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕', 'Dotum', 돋움, sans-serif; font-weight: 600; line-height: 180%;}
.cs-grp2 li p span {display:block; color: #cacaca; font-size: 30px;}
.ctrl-faq { margin-top:40px; border-top:1px solid #d6d6d6; padding:20px 0 }
.ctrl-faq .absolut-top-right { top:20px }

.faq_01 p {float:left; width : 190px; border-top:2px solid #c9c9c9; text-align:center; padding-top:10px; line-height:150%; font-size: 14px; color: #6d6d6d; }
.faq_01 p:first-child {}
.faq_01 p:nth-child(2) {margin-left:75px;}
.faq_01 p:nth-child(3) {margin-left: 75px;}
.faq_01 p:nth-child(4) {margin-left: 70px;}
.faq_01:after {content:''; display:block; clear:both;}


.faq-search { background:#f5f9fc; border:1px solid #e0e7ed; padding:20px }
.faq-search > p {float:left; margin-right:20px;}
.faq-search span { display:inline-block; font-weight:bold; color:#434343; margin-right:10px }
.faq-search input[type="text"] { width:570px }
.q_title h1 {font-size: 21px; font-weight: 600; color: #434552; font-family : 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕', 'Dotum', 돋움, sans-serif;}
.q_title p {margin-top:10px; color: #686969; }


/* 보안프로그램 설치 */
.safety-box { background:url(../../images/content/ic-safety.png) no-repeat 30px center #f5f9fc; height:160px; padding:46px 0 0 220px }
.safety-box h2 { font-size:26px; letter-spacing:-2px }
.cs-grp {position : relative; width:100%; height : 192px;background : url(../../images/layout/q_02.jpg) no-repeat; }
.cs-grp li {float:left; width: 25%; margin-top:66px;}
.cs-grp li:first-child {color: #26cae5;width: 200px; margin-left: 5px;}
.cs-grp li:nth-child(2) {width : 140px; margin-left:212px; color:#26ade5;}
.cs-grp li:last-child {width : 100px;margin-left:270px; color: #267de5; }
.cs-grp li .inner { height:176px; text-align:center; }
.cs-grp li p {text-align:center; font-size : 15px; font-family : 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕', 'Dotum', 돋움, sans-serif; font-weight: 600; line-height: 220%;}
.cs-grp li p span {display:block; color: #cacaca; font-size: 30px;}

.safety-grp li {float:left; text-align:center; border-top: 2px solid #c9c9c9; padding-top: 10px; font-size :14px; color: #6d6d6d; font-family : 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕', 'Dotum', 돋움, sans-serif; line-height: 220%; }
.safety-grp li:first-child p {margin-top:20px;}
.safety-grp li:first-child p a {line-height:17n0%;}
.safety-grp li:nth-child(2) {width : 250px; margin-left: 160px;}
.safety-grp li:last-child {width : 200px; margin-left: 150px;}




/* 인터넷빌링이란 */
.eng-title { font-size:48px; color:#d64646; font-weight:bold }
.eng-title-sub { color:#797979; letter-spacing:0; margin-top:10px }

/* 인터넷빌링의장점 */
.advantage dl { display:table; padding-top: 40px; padding-bottom: 40px; border-bottom: 1px solid #e1e1e1; }
.advantage dt, .advantage dd { display:table-cell; vertical-align:middle }
.advantage dt {width : 120px;}
.advantage dd { padding-right:40px; width : 400px;}
.advantage dd strong { font-size:21px }
.advantage dd p { margin-top:10px; font-size: 15px; color: #434552; }
 
/* 청구서 등록 */
.reg-bill .reg-bill-num img { position:absolute; top:36px; left:30px }
.reg-bill-num p { margin:0 0 0 170px }
.reg-bill-num label { font-size:19px; font-weight:bold }
.reg-bill-num p a { background:# }
.reg-bill-num p span { display:inline-block; font-weight:bold; font-size:30px; vertical-align:middle; margin:0 10px }
.reg-bill-num input[type="number"] { width:45px; height:45px; text-align:center; font-size:20px; line-height:45px; padding:0; background:#fff; border:1px solid #e0e7ed; margin-right:5px }
.reg-bill-num input[type="number"]:focus { border-color:#666 }
.reg-bill-num input[type="text"] { width:45px; height:45px; text-align:center; font-size:20px; line-height:45px; padding:0; background:#fff; border:1px solid #e0e7ed; margin-right:5px }
.reg-bill-num input[type="text"]:focus { border-color:#666 }



/* 등록 가능한 청구기관 */
.ct_wrap {position : relative; border-bottom: 1px solid #e1e1e1;padding-top:40px; padding-bottom:40px;}
.ct_wrap h1 {float:left; width : 184px; margin-left:20px;}
.ct_wrap ul {float: left; margin-left: 40px; }
.ct_wrap ul li {font-size : 15px; font-family : 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕', 'Dotum', 돋움, sans-serif; color: #404040; line-height:180%;}
.ct_wrap ul li:first-child {color: #0091dc; font-weight: 600;}
.ct_wrap p a {display: block; position : absolute; bottom: 0; right: 0; width : 164px; height: 36px; background-color: #434552; color: #fff; text-align:center; line-height: 256%;}
.ct_01 {position : absolute; bottom: 50px; right: 0; background : url(../../images/layout/chunggu_pop.png) no-repeat; width : 164px; height: 50px; color: #fff; text-align:center; line-height: 40px;}
.ct_wrap:after {content:''; display:block; clear:Both;}


/* 로그인 */
.login-form label { display:inline-block; font-weight:bold; width:100px }
.login-form input[type="text"], .login-form input[type="password"] { width:250px }
.login-form .save-id { margin-left:104px }
.login-form .save-id label { font-weight:normal; width:auto }

/* 회원가입 */
.join-step { overflow:hidden }
.join-step ol { width:1000px }
.join-step li { width:230px; float:left; margin-right:20px; border-bottom:2px solid #d6d6d6; padding-bottom:8px; font-size:16px; color:#797979 }
.join-step li.current { border-color:#434343; font-weight:bold; color:#01a1f0 }
.join-form iframe { width:938px; height:140px; padding:0; margin:0; border:1px solid #d6d6d6; padding:20px }
.join-form-textarea { border:0px none; padding:0; width:100%; height:100%; color:#797979; overflow:auto }
.certy-box { background:url(../../images/content/ic-safety.png) no-repeat 30px center #f5f9fc; height:180px; padding:46px 30px 0 220px }

.join-form-2 { border-top:2px solid #434343 }
.join-form-2 li { display:table; width:100% }
.join-form-2 li p { display:table-cell; padding:10px; vertical-align:middle }
.join-form-2 li p:first-child { width:140px; font-weight:bold; background:#f5f9fc; border:1px solid #e0e7ed; border-top:0px none; padding-left:25px }
.join-form-2 li p:last-child { background:#fff; border:1px solid #d6d6d6; border-left:0px none; border-top:0px none }
.join-end-box { background:url(../../images/content/ic-safety.png) no-repeat 30px center #f5f9fc; height:170px; padding:30px 30px 0 220px }

/* modal */

.backDrop { background-color: #000; display: none; filter: alpha(opacity=0); opacity: .0; width: 100%; height: 100%; left: 0px; top: 0px; position: fixed; z-index: 50 }
.modalbox { width:100%; height:100%; position:absolute; top:0; left:0; display: none; opacity: 0; z-index: 50 }
.ui-dialog .inner-box { position:relative; max-width:800px; margin:150px auto; background:#fff; border:1px solid #373737; z-index: 51 }
.modal-titie { font-family:"NanumGothic","Malgun Gothic", "맑은 고딕", "돋움",dotum,Helvetica,sans-serif; background:#444; color:#fff; font-size:21px; height:50px; line-height:50px; text-indent:15px }
.ui-dialog .alert-info { background:#eef3f7; border:1px solid #dee8f0; padding:10px; font-size:12px; line-height:18px }
/* .ui-dialog .close { position:absolute; top:0; right:0; background:#373737; display:inline-block; width:50px; height:50px; text-align:center } */
/* .ui-dialog .close img { margin-top:13px } */
.ui-dialog .inner-content { margin:15px }
.ui-dialog .data-info { color:#797979; line-height:18px }

/* 모달 콘텐츠 박스 사이즈 */
.view-info-1 .inner-box { width:400px } /* 세무정보 조회 모달 박스 */
.view-info-2 .inner-box { width:560px } /* 청구서 등록 > 고객번호 샘플 보기 */


/* 캘린터 */
.cl_wrap thead th {background-color: #dae5ed; height: 35px; font-size: 15px;}
.cl {height:100px; vertical-align: text-top;}
.cl td:hover {background-color: #f6f6f6;}

/* 개별클래스 */
.wd_100 {width: 100px;}
.wd_250 {width: 250px;}
.wd40 {width: 40%;}
.wd80 {width : 80%;}
.wd90 {width: 90%;}
.wd100 {width: 100%; min-height: 300px;border:1px solid #d1d1d1;}

.cancle_wrap {width:100%;}
.cancle_01 {float:left; width : 150px;}
.cancle_02 {float:right; width: 780px; font-size:20px;}
.cancle_03 {float:right; width: 780px; font-size: 12px;}
.cancle_wrap:after {content:''; display:block; clear:both;}

.dw {margin-top:10px;padding-bottom:10px;border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;}
.dw li {float:left; background : url(../../images/layout/dw_bg.png); width : 291px; height: 36px; margin-left:45px; margin-top:10px;}
.dw li:first-child, .dw li:nth-child(4) {margin-left:0px;}
.dw p {width: 90%; margin: 5px auto; margin-left:30px;height: 35px; font-size: 13px; color: #fff;} 
.dw p span {float:left; display:block;font-size: 30px; margin-right:10px; }
.dw:after {content:''; display:block; clear:both;}

.dw2 {margin-top:10px;padding-bottom:10px;border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;}
.dw2 li {float:left; background : url(../../images/layout/dw_bg2.png); width : 240px; height: 36px; margin-top:10px;}
.dw2 li:first-child, .dw li:nth-child(4) {margin-left:0px;}
.dw2 p {width: 90%; margin: 5px auto; margin-left:30px;height: 35px; font-size: 13px; color: #fff;} 
.dw2 p span {float:left; display:block;font-size: 30px; margin-right:10px; }
.dw2:after {content:''; display:block; clear:both;}




/* 개인정보취급방침 */
.section-link ul { overflow:hidden; margin:20px 0 }
.section-link li { float:left; width:33.2%; text-align:center } 
.section-link li a { display:block; border-bottom:1px solid #d6d6d6; height:36px; line-height:36px; margin:0 10px; font-size:12px; transition:all .5s ease }
.section-link li:nth-child(1) a, .section-link li:nth-child(3) a, .section-link li:nth-child(4) a,
.section-link li:nth-child(6) a, .section-link li:nth-child(7) a, .section-link li:nth-child(9) a { margin:0 }
.section-link li a:hover { border-color:#21c8ff }

.privacy-content { color:#666; word-break:keep-all }
.privacy-content li { background:url(../../images/content/bul_list02.gif) no-repeat left 11px; padding-left:10px; margin:5px 0 }
.privacy-content li strong { color:#434343 }
.privacy-content p { font-size:14px; }
.privacy-content li a { text-decoration:underline }

/* 제휴문의 */
.ds-table-list table { width:100% }
.ds-table-list thead th { color:#fff; font-weight:bold; font-size:15px; padding:10px 15px; text-align:center }
.ds-table-list thead th:nth-child(1) { background:url(../../images/content/ds-th-bg-1.gif) repeat }
.ds-table-list thead th:nth-child(2) { background:url(../../images/content/ds-th-bg-2.gif) repeat; width:360px; border-left:1px solid #fff; border-right:1px solid #fff }
.ds-table-list thead th:nth-child(3) { background:url(../../images/content/ds-th-bg-3.gif) repeat; width:360px }
.ds-table-list tbody td { padding:15px; color:#666; font-size:13px; word-break:keep-all; border-bottom:1px solid #d6d6d6 }
.ds-table-list tbody td:nth-child(2) { border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6 }
.ds-table-list tbody td:nth-child(1) { color:#434343; font-weight:bold; text-align:center }
.ds-table-list tbody td strong { color:#434343 }

.mrt-list { border-top:2px solid #7c7c7c }
.mrt-list li { display:table; width:100%; border-bottom:1px solid #d6d6d6; word-break:keep-all }
.mrt-list li span { display:table-cell; padding:20px }
.mrt-list li span:first-child { width:128px; padding-left:50px; font-weight:bold; font-size:13px; border-right:1px solid #d6d6d6 }
.mrt-list li:nth-child(1) span:first-child { background:url(../../images/content/ic-num-1.png) no-repeat left center }
.mrt-list li:nth-child(2) span:first-child { background:url(../../images/content/ic-num-2.png) no-repeat left center }
.mrt-list li:nth-child(3) span:first-child { background:url(../../images/content/ic-num-3.png) no-repeat left center }
.mrt-list li span strong { color:#ed6400 }
.q-appl-info { background:url(../../images/content/ic-question-2.png) no-repeat 30px center #f5f9fc; padding-left:130px; color:#666 }
.q-appl-info strong { color:#434343 }
.q-appl-info a { color:#3b7dea; text-decoration:underline }

/* 사이트맵 */
.sitemap-box .single { float:left; width:23%; margin-right:2%; margin-top:30px }
.sitemap-box .single p { background:url(../../images/content/ds-th-bg-1.gif) repeat; text-align:center; color:#fff; padding:15px; font-size:15px }
.sitemap-box .single:hover p { background:url(../../images/content/ds-th-bg-2.gif) repeat }
.sitemap-box .single li { border-bottom:1px solid #d6d6d6; padding:7px 0 }
.sitemap-box .single li li { border:0px none; padding:4px 0; font-size:12px; text-indent:10px }
.sitemap-box .single li li:before { content:"- "; }
.sitemap-box .single li ul { background:#f6f6f6; margin:10px 0; padding:10px 0 }
.sitemap-box .single li a:hover { color:#797979 }

/* 청구서등록 2016-05-19 수정 */
.bill-top-ment{margin:50px 0 60px; color:#424242; line-height:26px; font-size:15px;}
.bill-top-ment a{text-decoration:underline; color:#6aa42c;}

.reg-bill-num{padding:20px 5px; position:relative; margin-bottom:20px;}
.reg-bill-num ul{}
.reg-bill-num ul li{display:inline-block; padding:0 15px 0 11px; border-right:1px solid #d6e1e3;}
.reg-bill-num ul li:last-child{border-right:none;}
.reg-bill-num ul li .bill-name, .reg-bill-num ul li .bill-num{width:150px;}
.reg-bill-num ul li .bill-phone{width:65px;}
.reg-bill-num ul li .bill-field{width:236px;}
.reg-bill-num ul li p{margin:0;}
.reg-bill-num ul li p:first-child{font-weight:bold; font-size:14px; color:#424242; padding-bottom:7px;}
.reg-bill-num ul li input{border:1px solid #dbdbdb;}
.reg-bill-num .bill-close{position:absolute; top:0; right:0; display:block;}

.bill-add-wrap{text-align:right; margin-top:20px;}

/* 청구서 등록 () */
/*.reg-bill .reg-bill-num img { position:absolute; top:36px; left:30px }  이 부분 삭제 */
.reg-bill-num p { margin:0 0 0 170px }

/* 청구서 등록 예시 이미지 */
.register-wrappop {display:none; width:539px; height:194px; position:absolute; top:130px; left:0px;}
.register-wrappop-sg {display:none; width:539px; height:194px; position:absolute; top:120px; left:0px;}
.register-wrappop-ich {display:none; width:539px; height:194px; position:absolute; top:120px; left:0px;}

/* 모달 */
.modalbox { width:100%; height:100%; position:fixed; display:none; opacity:0; top:0; left:0; z-index: 50 }
.modalbox .inner-box { position:relative; max-width:800px; margin:15px auto 0; background:#fff; border:1px solid #373737; z-index: 51;}
.modalbox .inner-box2{top:30%;}



/* 2016-07-11 - 청구서 조회 */
.modalbox .inner-box3, .modalbox .inner-box4{top:25%;}
.modalbox .inner-box4{height:82%;}
.inner-content2{height:88%; max-height:88%; overflow-y:auto;}



/* 2016 07 12 추가 */
.tableHidden { display : none; visibility : hidden }
.newDateTable table { table-layout : fixed }
.newDateTable table td:first-child { border-left : none }
.newDateTable input { display : block; width : 100%; border : 1px solid #d3d3d3; box-sizing : border-box }
.newDateTable tr td:first-child input { border : transparent; text-align : center; cursor : inherit  }

.modalTableWrap { position : fixed; top : 0; left : 0; width : 100%; height : 100%; background : rgba(0, 0, 0, 0.5); display : none; z-index : 9999 }
.modalTableWrap .modalTable { display : table; width : 900px; height : 100%; table-layout : fixed; margin : 0 auto }
.modalTableWrap .modalTableCell { display : table-cell; vertical-align : middle }
.modalTableWrap .modalTableCell .inner { background : #fff }
.modalTableWrap .modalTableCell .inner .title { background : #444; padding : 15px; position : relative; font-size : 24px; color : #fff }
.modalTableWrap .modalTableCell .inner .title span { border-left : 1px solid #a1a1a1; color : #a1a1a1; padding : 0 0 0 15px; margin : 0 0 0 15px; font-size : 16px }
.modalTableWrap .modalTableCell .inner .title a { position : absolute; top : 0; right : 0; width : 60px; height : 55px; line-height : 45px; background : #373737 url(../../images/content/btn-close-modal.png) no-repeat center center; text-indent : -9999px; text-align : center }
.modalTableWrap .modalTableCell .scheduleTable { padding : 20px; box-sizing : border-box }
.modalTableWrap .modalTableCell .scheduleTable .stHead { width : 200px; margin : 0 auto; position : relative; text-align : center; font-size : 24px }
.modalTableWrap .modalTableCell .scheduleTable .stHead a { position : absolute; top : 0; left : 0; width : 27px; height : 27px; text-align : center; line-height : 27px; background : #dedede url(../../images/content/icModalPrev.png) no-repeat center center; text-indent : -9999px; transition : all .3s ease }
.modalTableWrap .modalTableCell .scheduleTable .stHead a:last-child { left : inherit; right : 0; background : #dedede url(../../images/content/icModalNext.png) no-repeat center center; }
.modalTableWrap .modalTableCell .scheduleTable .stHead a:hover { background : #b2b2b2 url(../../images/content/icModalPrev.png) no-repeat center center }
.modalTableWrap .modalTableCell .scheduleTable .stHead a:last-child:hover { background : #b2b2b2 url(../../images/content/icModalNext.png) no-repeat center center }
.modalTableWrap .modalTableCell .scheduleTable table { width : 100%; table-layout : fixed; border-collapse : separate }
.modalTableWrap .modalTableCell .scheduleTable table td:last-child { border-right : 1px solid #cacaca }
.modalTableWrap .modalTableCell .scheduleTable table th, .modalTableWrap .modalTableCell .scheduleTable table td { text-align : center; padding : 15px; box-sizing : border-box; height : 100px; position : relative }
.modalTableWrap .modalTableCell .scheduleTable table td { border-left : 1px solid #cacaca; border-bottom : 1px solid #cacaca; font-size:12px; padding : 30px 15px 15px 15px; letter-spacing : 0 }
.modalTableWrap .modalTableCell .scheduleTable table th { vertical-align : bottom; height : 80px; border-bottom : 1px solid #cacaca  }
.modalTableWrap .modalTableCell .scheduleTable table th span { display : block; margin : 0 auto; border-radius : 100%; width : 35px; height : 35px; background : #dcdcdc; font-size : 16px; text-align : center; line-height : 35px; letter-spacing : -1px  }
.modalTableWrap .modalTableCell .scheduleTable table th:first-child span { background : #db4040; color : #fff }
.modalTableWrap .modalTableCell .scheduleTable table th:last-child span { background : #3173eb; color : #fff }
.modalTableWrap .modalTableCell .scheduleTable table td span { position : absolute; top : 10px; right : 15px; font-size : 16px; color : #666; width : 100%; text-align : right }
.modalTableWrap .modalTableCell .scheduleTable table td span b { position : absolute; top : 0; right : 20px; font-size : 11px; font-weight : normal; letter-spacing : -1px  }
.modalTableWrap .modalTableCell .scheduleTable .redColor { color : #db4040 }
.modalTableWrap .modalTableCell .scheduleTable .greenColor { color : #63a835 }
.modalTableWrap .modalTableCell .scheduleTable .blueColor { color : #3173eb }
.modalTableWrap .modalTableCell .scheduleTable .grayBg { background : #f6f6f6 }

.tableGoBtn { display : inline-block; margin : 0 20px 20px 0; padding : 15px 15px 15px 50px; background : #444 url(../../images/main/ic-tableBtmCheck.png) no-repeat left 15px center; color : #ececec }



/* 2016 07 14 */
.fileModalWrap { position : fixed; top : 0; left : 0; width : 100%; height : 100%; background : rgba(0, 0, 0, 0.5); display : none; z-index : 9 }
.fileModalWrap .fileModal { display : table; width : 550px; height : 100%; margin : 0 auto; table-layout : fixed }
.fileModalWrap .fileModal .cell { display : table-cell; vertical-align : middle }
.fileModalWrap .fileModal .cell > h1 { background : #444; color : #fff; font-size : 24px; position : relative; padding : 19px }
.fileModalWrap .fileModal .cell > h1 a { position : absolute; top : 0; right : 0; width : 60px; height : 60px; background : #373737 url(../../images/content/btn-close-modal.png) no-repeat center center }
.fileModalWrap .inner { background : #fff; padding : 20px 15px }
.fileModalWrap .Imgtxt { position : relative; padding : 0 0 0 95px; font-size : 16px }
.fileModalWrap .Imgtxt span { position : absolute; top : 4px; left : 0; width : 95px; text-align : center }
.fileModalWrap .Imgtxt span img { display : block; width : 60%; max-width : 100%; height : auto !important; margin : 0 auto }
.fileModalWrap .Imgtxt strong { color : #0063c9 }
.fileModalWrap .mdtxt { margin : 20px 0; border : 1px solid #d7d7d7; background : #f6f6f6; padding : 10px; font-size : 14px; word-break : keep-all }
.fileModalWrap .mdtxt strong { color : #0063c9 }
.fileModalWrap .addTxt, .fileModalWrap .addFile { margin : 0 0 20px 0 }
.fileModalWrap .hasStar { font-size : 15px; margin : 0 0 5px 0 }
.fileModalWrap .hasStar b { color : #d23433; margin : 0 5px 0 0 }
.fileModalWrap .addFile > div { position : relative }
.fileModalWrap .addTxt textarea { display : block; width : 100%; height : 270px; border : 1px solid #d6d6d6; padding : 10px; box-sizing : border-box }
.fileModalWrap .modalBtn { text-align : center }
.fileModalWrap .modalBtn button { display : inline-block; border-radius : 5px; padding : 8px 25px; color : #fff; background : #00a0ee; transition : all .3s ease; border : 1px solid transparent; font-size : 15px }
.fileModalWrap .modalBtn button:last-child { background : #a2a2a2 }


.file-input-textbox { width : 400px  }
.file-input-div { position: absolute; top : 0; right : 0; width: 100px; height: 32px; overflow: hidden } 
.file-input-button { width: 100px; position: absolute; top: 0px; background : #00a0ee; color: #fff; line-height : 20px }
.file-input-hidden { font-size: 45px; position: absolute; right: 0px; top: 0px; opacity: 0; filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0 }




/* 20161013 - 서비스둘러보기 */
.newScDiv { height:100%; position:relative; border-bottom:1px solid #fff; text-align:center; box-sizing:border-box; overflow:hidden; }
.fstSection { background:url('../../images/content/newScBg01.jpg') no-repeat bottom left; background-size:cover; }
.contentsWrap li:nth-child(1) { background:url('../../images/content/newScBg02.jpg') top left; }
.contentsWrap li:nth-child(2) { background:url('../../images/content/newScBg03.jpg') top left; }
.contentsWrap li:nth-child(3) { background:url('../../images/content/newScBg04.jpg') top left; }
.contentsWrap li:nth-child(4) { background:url('../../images/content/newScBg05.jpg') top left; }

.newScDiv h1 { color:#252736; font-size:35px; padding:10% 0 18px 0; line-height:40px; }
.newScDiv .white { color:#fff; font-size:25px; text-shadow:1px 1px 2px rgba(0,0,0,0.15); font-weight:bold; }
.newScDiv .ment { margin-top:38px; background-color:rgba(255,255,255,0.3); font-size:15px; color:#434552; display:inline-block; padding:2px 5px; }
.newScDiv .ment2 { font-size:14px; }
.newScDiv .ment2 span { text-decoration:underline; }
.newScDiv .down { display:block; margin:45px auto 0; width:156px; height:180px; background:url('../../images/content/down-bg.png') no-repeat left top; color:#fff; font-size:20px; line-height:26px;
					padding-top:30px;}
.newScDiv .down span { display:block; padding-top:10px; }
.newScDiv .scrollDown { position:absolute; bottom:38px; left:50%; margin-left:-65px; color:#fff; font-size:11px; line-height:18px; width:130px; border-radius:35px;
						padding:4px 0 7px; background-color:rgba(62,130,138,0.4); }
.newScDiv .step { width:90px; height:90px; border-radius:100%; background-color:#ff6c00; margin:0 auto; color:#fff; line-height:36px; font-size:16px; box-sizing:border-box; padding-top:9px;
					opacity:0; animation-delay:.2s; -webkit-animation-delay:.2s; }
.contentsWrap li:nth-child(1) .step { padding-top:17px; }
.contentsWrap li:nth-child(2) .step { background-color:#7ec415; }
.contentsWrap li:nth-child(3) .step { background-color:#5c92c8; }
.contentsWrap li:nth-child(4) .step { background-color:#434552; }
.newScDiv .step span:first-child { font-size:12px; display:block; position:relative; letter-spacing:0; line-height:20px; }
.newScDiv .step span:first-child:after { display:block; height:1px; width:16px; content:''; background-color:rgba(255,255,255,0.7); position:absolute; bottom:0; left:50%; margin-left:-8px; }
.newScDiv .step span:last-child { line-height:19px; display:block; padding-top:10px; }
.newScDiv .h2 { color:#545454; font-size:1.5em; line-height:35px; margin-top:40px; opacity:0; animation-delay:.6s; -webkit-animation-delay:.6s; }

.newScDiv.active .step { animation-duration: 1s; -webkit-animation-name: fadeInAni; animation-name: fadeInAni; -webkit-animation-fill-mode:both; animation-fill-mode:both; opacity:1; }
.newScDiv.active .h2 { animation-duration: 1s; -webkit-animation-name: fadeInAni; animation-name: fadeInAni; -webkit-animation-fill-mode:both; animation-fill-mode:both; opacity:1; }
.newScDiv.active .imgCont { animation-duration: .7s; -webkit-animation-name: appearAni; animation-name: appearAni; -webkit-animation-fill-mode:both; animation-fill-mode:both; opacity:1; }
.newScDiv.default .step { animation-duration: .3s; -webkit-animation-name: fadeOutAni; animation-name: fadeOutAni; -webkit-animation-fill-mode:both; animation-fill-mode:both; opacity:0; }
.newScDiv.default .h2 { animation-duration: .3s; -webkit-animation-name: fadeOutAni; animation-name: fadeOutAni; -webkit-animation-fill-mode:both; animation-fill-mode:both; opacity:0; }
.newScDiv.default .imgCont { animation-duration: .3s; -webkit-animation-name: hideAni; animation-name: hideAni; -webkit-animation-fill-mode:both; animation-fill-mode:both; opacity:0; }

.newScDiv .conImgBox { position:relative; margin-top:5%; }
.newScDiv .conImgBox p { position:absolute; opacity:0; }
.newScDiv .conImgBox01 p:nth-child(1) { left:-34px; top:10px; animation-delay:1s; -webkit-animation-delay:1s; }
.newScDiv .conImgBox01 p:nth-child(2) { left:-66px; animation-delay:1.4s; -webkit-animation-delay:1.4s; }
.newScDiv .conImgBox01 p:nth-child(3) { right:-67px; top:18px; animation-delay:1.8s; -webkit-animation-delay:1.8s; }

.newScDiv .conImgBox02 p img, .newScDiv .conImgBox03 p img { width:85%; }
.newScDiv .conImgBox02 p:nth-child(1) { animation-delay:1s; -webkit-animation-delay:1s; left:248px; top:-22px; }
.newScDiv .conImgBox02 p:nth-child(2) { animation-delay:1.4s; -webkit-animation-delay:1.4s; left:223px; top:-30px; }
.newScDiv .conImgBox02 p:nth-child(3) { animation-delay:1.8s; -webkit-animation-delay:1.8s; left:-255px; top:10px; }
.newScDiv .conImgBox02 p:nth-child(4) { animation-delay:2.2s; -webkit-animation-delay:2.2s; left:-255px; top:211px; }
.newScDiv .conImgBox02 p:nth-child(5) { animation-delay:2.6s; -webkit-animation-delay:2.6s; right:-221px; top:-29px; }
.newScDiv .conImgBox02 p:nth-child(6) { animation-delay:3s; -webkit-animation-delay:3s; right:-221px; top:129px; }

.newScDiv .conImgBox03 p:nth-child(1) { animation-delay:1s; -webkit-animation-delay:1s; left:45px; top:0; }
.newScDiv .conImgBox03 p:nth-child(2) { animation-delay:1.4s; -webkit-animation-delay:1.4s; left:8px; top:-7px; }
.newScDiv .conImgBox03 p:nth-child(3) { animation-delay:1.8s; -webkit-animation-delay:1.8s; left:418px; top:76px; }
.newScDiv .conImgBox03 p:nth-child(4) { animation-delay:2.2s; -webkit-animation-delay:2.2s; right:-15px; top:-57px; }
.newScDiv .conImgBox03 p:nth-child(5) { animation-delay:2.6s; -webkit-animation-delay:2.6s; right:-35px; top:193px; }

.newScDiv .conImgBox04 p img { width:90%; }
.newScDiv .conImgBox04 p:nth-child(1) { animation-delay:1s; -webkit-animation-delay:1s; left:-10px; top:0; }
.newScDiv .conImgBox04 p:nth-child(2) { animation-delay:1.4s; -webkit-animation-delay:1.4s; left:-39px; top:-7px; }
.newScDiv .conImgBox04 p:nth-child(3) { animation-delay:1.8s; -webkit-animation-delay:1.8s; right:-35px; top:28px; }
.newScDiv.default .conImgBox .imgCont { animation-delay:.2s !important; -webkit-animation-delay:.2s !important; }


@keyframes fadeInAni {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeInAni {
  0% { opacity:0; }
  100% { opacity:1; }
}

@keyframes fadeOutAni {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes fadeOutAni {
  0% { opacity:1; }
  100% { opacity:0; }
}

@keyframes appearAni {
  0% { transform:translateY(50px); -webkit-transform:translateY(50px); opacity:0; }
  100% { transform:translateY(0); -webkit-transform:translateY(0); opacity:1; }
}
@-webkit-keyframes appearAni {
  0% { transform:translateY(50px); -webkit-transform:translateY(50px); opacity:0; }
  100% { transform:translateY(0); -webkit-transform:translateY(0); opacity:1; }
}

@keyframes hideAni {
  0% { transform:translateY(0); -webkit-transform:translateY(0); opacity:1; }
  100% { transform:translateY(50px); -webkit-transform:translateY(50px); opacity:0; }
}
@-webkit-keyframes hideAni {
  0% { transform:translateY(0); -webkit-transform:translateY(0); opacity:1; }
  100% { transform:translateY(50px); -webkit-transform:translateY(50px); opacity:0; }
}

.pd90 { padding:3% 0; box-sizing:border-box; }
.bulletWrap { position:fixed; right:35px; top:50%; margin-top:-67.5px; }
.bulletWrap ul li { margin-bottom:11px; }
.bulletWrap ul li a { display:block; width:18px; height:18px; border-radius:100%; background-color:#fff; box-shadow:2px 2px 2px rgba(0,0,0,0.3);transition:all .3s ease; -webkit-transition:all .3s ease;}
.bulletWrap ul li.active a { background-color:#434552; }
.bulletWrap .top { margin-left:-2.5px; color:#434552; }







