@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face { font-family: 'Chosunilbo_myungjo'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff'); font-weight: normal; font-style: normal; }

/* 초기화 */
*,
*:after,
*:before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
* {font-family:'Roboto',Arial,'Nanum Gothic',NanumGothic,'나눔고딕',Dotum;font-size:100%;line-height:100%;color:#000;-webkit-text-size-adjust:100%;}
.nanumsquare, .nanumsquare * { font-family: 'NanumSquare', sans-serif !important; }

html {position:relative;width:100%;height:100%;overflow-y:scroll}
body {position:relative;width:100%;height:100%;margin:0;padding:0;background:#fff;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}
textarea, select {;font-size:1em}
select {margin:0}
table {border-collapse:collapse;}
p {margin:0;padding:0;word-break:break-all}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
} 
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow: 0 0 5px #9ed4ff;
-moz-box-shadow: 0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}
.placeholdersjs { color:#f00 !important; }

.container {position:relative;max-width:1180px;min-width:940px;margin:0 auto;}
.container:before, .container:after {display:block;clear:both;content:"";}
img {max-width:100%;}

/* 상단 레이아웃 */
#hd {position:relative;height:100px;border-bottom:1px solid hsla(0,100%,100%,.2);}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrap {}
#logo {float:left;}
	#logo a {display:block;line-height:100px;transition:all .3s;}
	#logo a:hover {transform:scale(.9);}
#gnb {float:right;position:relative}
	#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#gnb ul {list-style:none;margin:0;padding:0;}
	#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
	#gnb ul li {float:left;}
	#gnb ul li a {display:block;padding:0 25px;font-family:"Roboto Condensed",Roboto,Arial;font-size:1.4em;font-weight:700;color:#fff;line-height:100px;text-transform:uppercase;transition:all .3s;}
	#gnb ul li a:hover {color:#fc0;text-shadow:0 3px 7px hsla(0,0%,0%,.5);}
#hd.hd_s {position:fixed;left:0;top:0;right:0;height:80px;border-bottom:1px solid hsla(0,0%,0%,.1);box-shadow:0 1px 12px hsla(0,0%,0%,.1);background:#fff;z-index:11;}
	#hd.hd_s #logo a {line-height:80px;}
	#hd.hd_s #gnb ul li a {position:relative;line-height:80px;color:hsla(0,0%,0%,.3);}
	#hd.hd_s #gnb ul li a:hover, #hd.hd_s #gnb ul li a.hover {color:#0077b3;text-shadow:none;}
	#hd.hd_s #gnb ul li a.hover:after {display:block;position:absolute;bottom:0;width:30px;height:4px;margin-bottom:-2px;background:#0077b3;content:"";}
	#hd.hd_s #gnb ul li.src {margin-left:25px;border-left:1px solid hsla(0,0%,0%,.05);border-right:1px solid hsla(0,0%,0%,.05);}
	#hd.hd_s #gnb ul li.src a {padding:0;font-size:0;line-height:0;}
	#hd.hd_s #gnb ul li.src a:before {display:inline-block;width:80px;font-size:20px;content:"\f002";font-family:"FontAwesome";line-height:80px;text-align:center;}
#hd.hd_fix {position:fixed;left:0;top:0;right:0;height:70px;border:none;box-shadow:0 1px 12px hsla(0,0%,0%,.3);background:hsla(0,0%,0%,.7);z-index:11;}
	#hd.hd_fix #logo a {line-height:70px;}
	#hd.hd_fix #gnb ul li a {line-height:70px;}

#hd_sch_wr {}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border:1px solid #efefef;border-radius:2px;background:#fff;overflow:hidden}
#hd_sch #sch_stx {padding-left:10px;height:40px;width:376px;border:0;border-right:0;float:left;}
#hd_sch #sch_submit {height:40px;border:0;background:#fff;color:#253dbe;width:50px;float:left;cursor:pointer;font-size:18px}
.blocker {position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;text-align:center;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.75);overflow:auto;z-index:1;}
.blocker:before {content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em;}
.blocker.behind {background-color:transparent;}
.modal {display:none;position:relative;padding:20px;vertical-align:middle;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;background:#fff;z-index:2;}
.modal a.close-modal {display:block;position:absolute;top:-12.5px;right:-12.5px;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;z-index:333;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');}

/* 하단 */
#ft {position:relative;padding-bottom:40px;border-top:1px solid #e5e5e5;background:#fff;}
	#ft .info {position:relative;list-style:none;margin:-40px 0 0;padding:0;}
	#ft .info:after {display:block;clear:both;content:"";}
	#ft .info li {display:table;float:left;width:25%;height:80px;padding:20px;border-right:1px solid hsla(0,100%,100%,.1);background:#3c81b4;background:-webkit-gradient(linear, 80% 20%, 10% 21%, from(#408abf), to(#336e9d));}
	#ft .info li:after {display:block;clear:both;content:"";}
	#ft .info li div, #ft .info li strong {display:table-cell;}
	#ft .info li div {width:40px;}
	#ft .info li div span {display:block;width:40px;height:40px;border-radius:50%;font-size:0;line-height:0;text-align:center;background:#fff;}
	#ft .info li div span:before {font-family:"FontAwesome";font-size:16px !important;line-height:40px !important;color:#336e9d;}
	#ft .info li strong {height:40px;padding-left:20px;font-weight:normal;color:#fff;line-height:1.3em;text-align:center;vertical-align:middle;}
	#ft .info li.add strong {font-size:.82em;text-align:left;}
	#ft .info li.tel strong {font-size:1.4em;font-weight:500;color:#fc0;}
	#ft .info li.fax strong {font-size:1.4em;}
	#ft .info li.email strong a {color:#fff;}
	#ft .info li.add span:before {content: "\f041";}
	#ft .info li.tel span:before {content: "\f130";}
	#ft .info li.fax span:before {content: "\f1ac";}
	#ft .info li.email span:before {content: "\f0e0";}
	/* All Device */
	@media all and (max-width:1100px) {#ft .info li{width:24%;padding:20px 10px;}#ft .info li.add{width:28%;}}
	#ft h2 {margin:30px 0 20px;}
	#ft .copy {font-size:.88em;color:#999;background:#fff;}
	#ft .copy strong {font-weight:500;color:#666;}
	#ft .copy a.priv {display:inline-block;margin-top:10px;font-size:.9em;font-weight:600;color:#f34;}
	#ft .yeogie {position:absolute;right:0;bottom:0;}
#top_btn {display:block;position:fixed;bottom:20px;right:20px;width:30px;height:30px;border:1px solid #333;border-radius:50%;color:#333;line-height:30px;text-align:center;z-index:90;background:rgba(255,255,255,0.5);overflow:hidden;z-index: 999;white-space:nowrap;visibility:hidden;opacity: 0;-webkit-transition:opacity .3s 0s, visibility 0s .3s;-moz-transition:opacity .3s 0s, visibility 0s .3s;transition:opacity .3s 0s, visibility 0s .3s;transition:all .3s;}
	#top_btn:hover {border-color:#3059c7;color:#fff;background:#3059c7;}
	#top_btn:hover i {color:#fff;}
	#top_btn.cd-is-visible, #top_btn.cd-fade-out, .no-touch #top_btn:hover {-webkit-transition:opacity .3s 0s, visibility 0s 0s;-moz-transition:opacity .3s 0s, visibility 0s 0s;transition: opacity .3s 0s, visibility 0s 0s;}
	#top_btn.cd-is-visible {visibility:visible;opacity:1;}
	#top_btn.cd-fade-out {opacity:.5;}
	.no-touch #top_btn:hover {opacity: 1;}

/* 메인 콘텐츠 */
#wrap_m {position:relative;}
#wrap_m h2.m_tit {margin-bottom:50px;text-align:center;}
	#wrap_m h2.m_tit .en {display:block;font-weight:300;font-size:1.1em;color:hsla(0,0%,0%,.6);letter-spacing:.2em;text-transform:uppercase;}
	#wrap_m h2.m_tit strong {display:block;margin-top:10px;font-size:2.3em;color:hsla(0,0%,0%,1);}
#m_co {padding:70px 0;background:#fff url('../img/m_co_bg.png') no-repeat center bottom;}
	#m_co .container {display:table;width:100%;}
	#m_co .video {display:table-cell;width:40%;height:400px;text-align:center;vertical-align:middle;}
	#m_co .txt {display:table-cell;width:60%;height:400px;padding-left:60px;border:1px solid #ebebeb;border-left:none;font-size:1.4em;font-family:'Chosunilbo_myungjo','NanumMyeongjo','나눔명조','바탕',Sans-Serif;color:#404051;line-height:1.6em;vertical-align:middle;background:#fff;}
	#m_co .more.container {margin-top:30px;font-size:1.5em;color:#a2a2b4;text-align:right;transition:all .3s;}
	#m_co .more.container:hover {color:#000;}
#m_prod {padding:70px 0;background:hsla(226,45%,8%,.8);}
	#m_prod h2.m_tit .en {color:hsla(0,100%,100%,.6);}
	#m_prod h2.m_tit strong {color:#fff;}
#m_map {display:block;position:relative;padding:70px 0 110px;text-align:center;background:#fff;}
	#m_map:after {display:block;clear:both;content:"";}
	#m_map h2 {margin-bottom:50px;}
	#m_map h2 .en {display:block;font-weight:300;font-size:1.1em;color:hsla(0,0%,0%,.6);letter-spacing:.2em;text-transform:uppercase;}
	#m_map h2 strong {display:block;margin-top:10px;font-size:2.3em;color:hsla(0,0%,0%,1);}
	#m_map .map, #m_map .mail {float:left;height:420px;}
	#m_map .map {float:left;width:65%;height:420px;}
	#m_map .mail {width:35%;background:hsla(0,0%,0%,.7);}
	#m_map .mail dl {margin:0 30px 30px;padding:0;}
	#m_map .mail dt {position:absolute;font-size:0;line-height:0;overflow:hidden;}
	#m_map .mail dd {margin:0;text-align:left;}
	#m_map .mail dd label {display:block;margin:20px 0 10px;font-size:.8em;color:hsla(0,100%,100%,.6);}
	#m_map .mail dd label.hidden {position:absolute;font-size:0;line-height:0;overflow:hidden;}
	#m_map .mail dd input {width:100%;height:35px;border:none;border-radius:4px;padding-left:10px;font-size:.9em;}
	#m_map .mail dd textarea {width:100%;height:130px;border:none;border-radius:4px;padding:10px;resize:none;}
	#m_map .mail dd input.btn_submit {width:100%;height:35px;margin-top:20px;border:none;border-radius:4px;color:#fff;background:hsla(0,0%,0%,.3);box-shadow:inset 2px 2px 5px hsla(0,0%,0%,.3);}

/* 서브 */
#wrap_s {position:relative;padding:90px 0 70px;}
#container_title {margin:50px 0;font-size:2.1em;font-weight:normal;text-align:center;}

/* 버튼 */
.bbs_btn {margin:20px 0;text-align:right;}
	.bbs_btn ul {display:inline-block;list-style:none;margin:0;padding:0;}
	.bbs_btn ul:after {display:block;visibility:hidden;clear:both;content:""}
	.bbs_btn ul li {float:left;}
	.bbs_btn ul li + li {margin-left:5px;}
	.bbs_btn label, .bbs_btn label:hover {display:inline-block;padding:0 10px;border:1px solid #ccc;border-radius:3px;font-size:.88em;line-height:38px;background-color:#f0f0f0;cursor:pointer;}
.btn {display:inline-block;height:40px;padding:0 15px;border:1px solid #ccc;border-radius:3px;color:#444 !important;line-height:40px;text-align:center;vertical-align:middle;white-space:nowrap;cursor:pointer;background-color:#fff !important;}
	.btn:active, .btn:hover, .btn:focus {border:1px solid #484d61;background:#484d61 !important;color:#fff !important;}
	.btn:before {margin-right:7px;font-family:'FontAwesome';color:#eb8d32;font-weight:normal;}
	.btn_ok:before {content:'\f046';}
	.btn_ok input {border:none;color:#444 !important;cursor:pointer;background:#fff;}
	.btn_ok:active input, .btn_ok:hover input {background:#333;color:#fff !important;}
	.btn_cancel:before {content:'\f05e';}
	.btn_write:before {content:'\f044';}
	.btn_list:before {content:'\f0c9';}
	.btn_edit:before {content:'\f021';}
	.btn_del:before {content:'\f1f8';}
	.btn_reply:before {content:'\f112';}
	.btn_adm:before {content:'\f013';}
	.btn_prev:before {content:'\f053';}
	.btn_next:before {content:'\f054';}
	.btn_src:before {content:'\f002';}
	.btn_copy:before {content:'\f24d';}
	.btn_mov:before {content:'\f0b2';}
	.btn_zoom:before {content:'\f002';}
	.btn_admin:before {content:'\f021';}
.btn_submit {padding:8px;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em;cursor:pointer;}
/* 게시판 */
#bbs_total {float:left;margin:15px 0;font-weight:400;font-size:.8em;color:#4c4c4c;}
	#bbs_total strong {font-weight:500;color:#4c4c4c;}
#bo_sch {margin-top:30px;text-align:center;background:#fff}
	#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
	#bo_sch form {display:inline-block;border:1px solid #ccc;border-radius:3px;margin:20px auto;text-align:center;background:#fff}
	#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
	#bo_sch select{border:0;margin:9px 5px ;height:20px;float:left;border-right:1px solid #ddd;}
	#bo_sch .sch_input{height:38px;border:0;padding:0;background-color:transparent;float:left}
	#bo_sch .sch_btn{height:38px;float:left;background:url('../img/sch_btn.png') no-repeat 50% 50%;border:0;width:40px;text-indent:-999px;overflow:hidden}
.gall_row .col-gn-0,.gall_row .col-gn-1,.gall_row .col-gn-2,.gall_row .col-gn-3,.gall_row .col-gn-4,.gall_row .col-gn-5,.gall_row .col-gn-6,.gall_row .col-gn-7,.gall_row .col-gn-8,.gall_row .col-gn-9,.gall_row .col-gn-10{position:relative;min-height:1px;padding-left:10px;*padding-left:0;padding-right:10px;*padding-right:0;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0;}
	.gall_row .col-gn-0,.latest_row .col-gn-1{width:100%}
	.gall_row .col-gn-2{width:50%}
	.gall_row .col-gn-3{width:33.33333333%}
	.gall_row .col-gn-4{width:25%}
	.gall_row .col-gn-5{width:20%}
	.gall_row .col-gn-6{width:16.66666667%}
	.gall_row .col-gn-7{width:14.28571428%}
	.gall_row .col-gn-8{width:12.5%}
	.gall_row .col-gn-9{width:11.11111111%}
	.gall_row .col-gn-10{width:10%}
	.gall_row .box_clear{clear:both}
.bo_v_nb {list-style:none;margin:20px 0 0;padding:0;}
	.bo_v_nb:after {display:block;clear:both;content:"";}
	.bo_v_nb li {float:left;width:50%;height:35px;border:1px solid #e9e9e9;background:#f9f9f9;}
	.bo_v_nb li:hover {background:#fff;}
	.bo_v_nb li span.nb_tit {display:inline-block;font-size:.8em;color:#0d6fb5;vertical-align:middle;}
	.bo_v_nb li span.nb_tit:after, .bo_v_nb li span.nb_tit:before {font-family:"FontAwesome";}
	.bo_v_nb li.prev {border-radius:20px 0 0 20px;border-right:none;}
	.bo_v_nb li.prev span.nb_tit {margin-right:10px;}
	.bo_v_nb li.prev span.nb_tit:before {content:"\f060";margin-right:5px;}
	.bo_v_nb li.next {border-radius:0 20px 20px 0;text-align:right;}
	.bo_v_nb li.next span.nb_tit {margin-left:10px;}
	.bo_v_nb li.next span.nb_tit:after {content:"\f061";margin-left:5px;}
	.bo_v_nb li a {display:block;width:100%;padding:0 10px;font-size:.9em;color:#4c4c4c;line-height:35px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
	.bo_v_nb li a:hover {color:#000;}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol {display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li {display: list-item;}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#253dbe;color:#fff;cursor:pointer;border:0}
.btn_submit:hover {background:#0025eb}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}
.full_input{width:100%}
.half_input{width:49.5%}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
