@charset "utf-8";

* {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:after, :before {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

/* reset */
html {overflow-y:scroll;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure,figcaption{margin:0;padding:0}
body,input,textarea,select,button,table{font-family:'Noto Sans KR','Apple Gothic','Open Sans',sans-serif;font-size:14px;line-height:1.7em;color:#666;word-break:keep-all;-webkit-text-size-adjust:none;}
img{border:0;vertical-align:top;max-width:100%;}
ul,ol{list-style:none}
fieldset{border:none}
fieldset legend {position:absolute;visibility:hidden;overflow:hidden;width:0;height:0;margin:0;padding:0;font:0/0 Arial;}
button{cursor:pointer}
header,hgroup,article,nav,footer,figure,figcaption,canvas,section,time{display:block}
hr {clear:both;display:none;}
li img, dd img {vertical-align:top;}
*html body img {margin:none; padding:none;} /*for IE 6*/
* {max-height: 1000000px;}

a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
a:hover,
a:active{
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#999;}
:placeholder-shown {color:#999;}

table caption {visibility:hidden; overflow:hidden; width:0; height:0; margin:0; padding:0; font:0/0 Arial;}
input[type="radio"], input[type="checkbox"] {vertical-align:middle !important; margin:-2px 3px 0 0 !important; background:transparent;}
input,select {vertical-align:middle; background:#fff;}
input,textarea,button{-webkit-appearance:none;-webkit-border-radius:0}
input[type='checkbox']{-webkit-appearance:checkbox} 
input[type='radio']{-webkit-appearance:radio}


/* user class */
h1,h2,h3,h4,h5,h6,strong,th,.bold{font-weight:700;}
.semibold {font-weight:500;}
.clear{clear:both;}
.clearfix {*zoom:1;}
.clearfix:after {content:" "; display:block; clear:both;}
.hide {position:absolute;visibility:hidden;overflow:hidden;width:0;height:0;margin:0;padding:0;font:0/0 Arial;}
.pointer {cursor:pointer;}
.input {height:34px; padding:5px 9px; font-size:14px; line-height:22px; border:1px solid #ddd; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.textarea {padding:5px 9px; font-size:14px; line-height:22px; border:1px solid #ddd; overflow:auto; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.select {height:34px; padding:5px 9px; font-size:14px; line-height:22px; border:1px solid #ddd; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
input[type=file].input {border:0;padding:0;}

.mgb2 {margin-bottom:2px !important;}
.mgb3 {margin-bottom:3px !important;}
.mgb4 {margin-bottom:4px !important;}
.mgb5 {margin-bottom:5px !important;}
.mgb6 {margin-bottom:6px !important;}
.mgb7 {margin-bottom:7px !important;}
.mgb8 {margin-bottom:8px !important;}
.mgb9 {margin-bottom:9px !important;}
.mgb10 {margin-bottom:10px !important;}
.mgb15 {margin-bottom:15px !important;}
.mgb20 {margin-bottom:20px !important;}
.mgb25 {margin-bottom:25px !important;}
.mgb30 {margin-bottom:30px !important;}
.mgb35 {margin-bottom:35px !important;}
.mgb40 {margin-bottom:40px !important;}
.mgb45 {margin-bottom:45px !important;}
.mgb50 {margin-bottom:50px !important;}
.mgb55 {margin-bottom:55px !important;}
.mgb60 {margin-bottom:60px !important;}
.mgb70 {margin-bottom:70px !important;}
.mgb80 {margin-bottom:80px !important;}
.mgb90 {margin-bottom:90px !important;}

.fl {float:left;}
.fr {float:right;}

.space-left {text-align:left !important;}
.space-center {text-align:center !important;}
.space-right {text-align:right !important;}

/* layout */
#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:400;text-align:center;text-decoration:none;line-height:50px}

.contain {padding:0 15px;}

/* header */
#wrapper {padding-top:49px;}

#header {position:fixed; top:0; left:0; width:100%; height:50px; background:#18599e; z-index:100;}

.sitelogo {padding:9px 0; text-align:center;}
.sitelogo img {height:32px;}

.btn-m-menu {position:absolute; top:50%; left:15px; margin-top:-12px; width:23px; height:24px; background:url("../images/common/menu.png") 50% 50% no-repeat; background-size:contain; overflow:hidden; text-indent:-999em;}

.btn-top-qa {position:absolute; top:50%; right:15px; margin-top:-13px; width:23px; height:26px; background:url("../images/common/icon_qa.png") 50% 50% no-repeat; background-size:contain; overflow:hidden; text-indent:-999em;}

.mobile-navigation {position:fixed; top:0; left:0; width:300px; height:100%; overflow:auto; background:#fff; transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1); transform:translateX(-100%); z-index:1001;}

.nav-home {padding:0 15px; background:#18599e;}
.nav-home:after {content:""; display:block; clear:both;}
.nav-home .tit {float:left; padding-left:30px; color:#fff; font-size:18px; font-family:"Roboto",sans-serif; font-weight:400; line-height:50px; background:url("../images/common/menu_w.png") 0 50% no-repeat; background-size:23px auto;}
.nav-home .language {float:right; margin-top:13px;}
.nav-home .language a {float:left; margin-left:8px; width:64px; text-align:center; color:#999; font-family:"Roboto",sans-serif; font-size:12px; line-height:24px; background:#fff; border-radius:20px;}
.nav-home .language a strong {color:#666;}

.nav-links {padding:10px 15px; text-align:center; background:#3c75b1;}
.nav-links ul {margin:0 -5px;}
.nav-links ul:after {content:""; display:block; clear:both;}
.nav-links ul li {float:left; width:50%; padding:0 5px;}
.nav-links ul li a {display:block; color:#fff; font-family:"Roboto",sans-serif; font-size:12px; line-height:23px; border:1px solid #e5e5e5;}

.nav-menu {background:#f8f8f8;}
.nav-menu > ul > li {border-bottom:1px solid #e5e5e5;}
.nav-menu > ul > li > a {display:block; padding:10px 20px; color:#333; font-size:18px; font-weight:700; line-height:1.4em;}
.nav-menu > ul > li.has-sub > a {background:url("../images/common/menu_on.png") right 20px center no-repeat; background-size:16px auto;}
.nav-menu .submenu {display:none; background:#fff;}
.nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.nav-menu .submenu ul li a {display:block; padding:10px 20px; color:#333; font-size:13px; font-weight:300; line-height:1.4em;}

.nav-contact {padding:10px 15px; border-bottom:1px solid #e5e5e5;}
.nav-contact a {display:block; padding:12px; color:#fff; font-size:16px; line-height:1.4em; background:#d99011; text-align:center;}

.nav-quick {border-bottom:1px solid #e5e5e5; text-align:center; font-size:11px; font-weight:300; line-height:1.25em; letter-spacing:-.02em;}
.nav-quick ul {display:table; table-layout:fixed; width:100%;}
.nav-quick ul li {display:table-cell; vertical-align:top; border-left:1px solid #e5e5e5;}
.nav-quick ul li a {display:block; padding:8px 0; color:#000;}
.nav-quick ul li img {margin:0 auto 2px; display:block; width:27px;}
.nav-quick ul li strong {font-family:"Roboto",sans-serif;}

.mobile-overlay {display:none; position:fixed; top:0; left:0; right:0; bottom:0; background:#000; opacity:.6; z-index:1000;}

.nav-opened .mobile-navigation {transform:translateX(0);}
.nav-opened .mobile-overlay {display:block;}

/* main */
.m-head {position:relative; margin-bottom:18px;}
.m-head h2 {padding-left:15px; color:#000; font-family:"Roboto",sans-serif; font-size:20px; line-height:1.2em; letter-spacing:-.025em; background:url("../images/main/bullet.png") 0 4px no-repeat; background-size:9px auto;}
.m-head p {color:#000; font-size:11px; font-weight:300; line-height:1.667em; margin-top:8px;}
.m-head .ctr {position:absolute; top:0; right:0;}
.m-head .ctr .prev,
.m-head .ctr .next {float:left; margin-left:6px; width:25px; height:25px; border:1px solid #e5e5e5; background-position:50% 50%; background-repeat:no-repeat; background-size:7px auto; cursor:pointer;}
.m-head .ctr .prev {background-image:url("../images/main/slide_prev.png");}
.m-head .ctr .next {background-image:url("../images/main/slide_next.png");}

.main-sample {padding:40px 0 50px;}
.main-sample .contain {padding:0 20px;}
.main-sample .box {display:block; padding:2px 0 12px; text-align:center; color:#000; background:#fff; border:1px solid #e5e5e5; border-radius:10px; overflow:hidden;}
.main-sample .box img {width:100px;}
.main-sample .box .txt {margin-top:-10px;}
.main-sample .box h3 {font-family:"Roboto",sans-serif; font-size:14px; line-height:1.3em; margin-bottom:3px;}
.main-sample .box p {font-size:11px; font-weight:200; line-height:1.25em;}

.main-board {padding:40px 0 40px; background:#f8f8f8;}
.main-board .contain {padding:0 20px;}
.main-board .col {padding:13px 0;}
.main-board .inner {position:relative;}
.main-board h3 {margin:0 0 9px 3px; color:#000; font-size:17px; line-height:1.2em; letter-spacing:-.02em;}
.main-board h3 span {display:inline-block;}
.main-board h3 .bar {width:1px; height:9px; background:#ccc; margin:0 6px;}
.main-board h3 .txt {color:#666; font-size:11px; font-weight:200; line-height:1.2em;}
.main-board .box {min-height:130px; padding:19px 19px; background:#fff; border:1px solid #e5e5e5; border-radius:0 0 10px 10px;}
.main-board .box ul {border-top:2px solid #18599e;}
.main-board .box ul li {position:relative; padding:0 80px 0 0; border-bottom:1px solid #e5e5e5; height:33px; color:#000; font-size:12px; font-weight:300; line-height:32px; overflow:hidden;}
.main-board .box ul li a {display:inline-block; vertical-align:top; height:32px; overflow:hidden; max-width:100%; white-space:nowrap; word-break:break-all; text-overflow:ellipsis;}
.main-board .box ul li span {position:absolute; top:0; right:0; color:#999; font-weight:300; font-family:"Roboto",sans-serif;}
.main-board .more {position:absolute; top:0; right:0; width:18px; height:18px; overflow:hidden; text-indent:-999em; background:url("../images/main/more.png") 50% 50% no-repeat; background-size:contain;}

.main-media {padding:50px 0 70px; text-align:center; overflow:hidden;}
.main-media .m-head {margin-bottom:15px;}
.main-media .m-head h2 {display:inline-block; vertical-align:top;}
.main-media .slider {position:relative;}
.main-media .swiper-slide {width:77%; opacity:.5;}
.main-media .swiper-slide .video {transform:scale(.85); position:relative; padding-bottom:56.25%; overflow:hidden;}
.main-media .swiper-slide .video iframe {position:absolute; top:0; left:0; width:100%; height:100%;}
.main-media .swiper-slide-active {opacity:1;}
.main-media .swiper-slide-active .video {transform:scale(1);}
.main-media .prev,
.main-media .next {position:absolute; top:50%; margin-top:-15px; width:30px; height:30px; transition:.2s; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; background-size:6px auto; border-radius:100%; box-shadow:0 0 15px rgba(0,0,0,.35); cursor:pointer; z-index:50;}
.main-media .prev {left:10px; background-image:url("../images/main/slide2_prev.png");}
.main-media .next {right:10px; background-image:url("../images/main/slide2_next.png");}
.main-media .prev:hover {transform:translate(-5px)}
.main-media .next:hover {transform:translate(5px)}

.main-social {padding:0 0 75px;}
.main-social .contain {padding:0 20px;}
.main-social .box {display:block; background:#fff; border:1px solid #e5e5e5; border-radius:10px; overflow:hidden;}

/* sub */
.sub-title {text-align:center; padding:42px 0 50px;}
.sub-title h2 {color:#333; font-size:25px; line-height:1.2em;}
.sub-title h2:before,
.sub-title h2:after {content:""; display:inline-block; width:50px; height:1px; background:#ccc; vertical-align:middle; margin:-.2em 12px 0;}
.real-cont {min-height:300px; padding:0 15px 40px;}

/* footer */
.bottom-partners {text-align:center; border-top:1px solid #e5e5e5;}

#footer {text-align:center; font-size:12px; font-weight:100; line-height:18px;}
#footer address {font-style:normal;}
.foot-links {padding:8px 0; background:#252525; color:#fff;}
.foot-links .bar {margin:0 8px;}
.foot-info {padding:20px 0; background:#333; color:#ccc;}
.foot-info .f-info .bar {margin:0 8px;}
.foot-info .f-info .copyright {color:#999; font-size:10px; line-height:14px; margin-top:10px;}
.foot-info .f-sns {margin-top:20px;}
.foot-info .f-sns p {font-family:"Roboto",sans-serif; font-weight:400; margin-bottom:5px;}
.foot-info .f-sns a {margin-left:4px;}
.foot-info .f-sns a:first-child {margin-left:0;}
.foot-info .f-sns img {width:30px;}

/* content */

/* board */
.video-container {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000;}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video{position: absolute;top:0;left:0;width:100%;height:100%;}

/* 검색 */
.board-search {margin-top:30px; text-align:center; border:1px solid #e5e5e5; background:#f8f8f8; padding:19px 10px;}
.board-search * {vertical-align:middle;}
.board-search .input {width:calc(100% - 170px);}
.board-search select.input {width:80px;}
.board-search .btn-pack {min-width:auto; width:70px;}
.board-search.pos-top {margin-top:0; margin-bottom:15px;}

/* 리스트 */
.board-list {border-top:2px solid #ccc; margin-bottom:15px;}
.board-list ul li {padding:12px 5px; border-bottom:1px solid #e5e5e5;}
.board-list img {vertical-align:middle; max-height:14px;}
.board-list .tit {color:#333; font-size:14px; line-height:1.4em;}
.board-list .info {color:#777; font-size:11px; line-height:1.4em; margin-top:5px;}
.board-list .info span {margin-right:10px;}
.board-list .info span:last-child {margin-right:0;}
.board-list .notice {display:inline-block;color:#fff;background:#666;padding:0 8px;min-width:40px;line-height:18px;font-size:12px;text-align:center;}
.board-list .step {display:inline-block;color:#fff;background:#666;padding:0 8px;min-width:45px;line-height:18px;font-size:12px;text-align:center;}
.board-list .step.s1 {background:#999;}
.board-list .step.s2 {background:#ff9900;}

.media-list {overflow:hidden; margin-bottom:-20px;}
.media-list ul {margin:0 -5px;}
.media-list ul:after {content:""; display:block; clear:both;}
.media-list ul li {float:left; width:50%; padding:0 5px; margin-bottom:20px; text-align:center; color:#333; font-size:12px; font-weight:300; line-height:1.625em;}
.media-list ul li:nth-child(2n+1) {clear:left;}
.media-list ul li a {display:block;}
.media-list ul li .thumb {height:0; padding-bottom:64%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.media-list ul li .info {padding:13px 10px;border-bottom:1px solid #e5e5e5;}
.media-list ul li .tit {font-size:14px; line-height:1.3em; font-weight:400; margin-bottom:4px; height:2.6em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

.service-list {overflow:hidden; margin-bottom:-20px;}
.service-list ul {margin:0 -5px;}
.service-list ul:after {content:""; display:block; clear:both;}
.service-list ul li {float:left; width:50%; padding:0 5px; margin-bottom:20px; text-align:center; color:#333; font-size:12px; font-weight:300; line-height:1.625em;}
.service-list ul li:nth-child(2n+1) {clear:left;}
.service-list ul li a {display:block;}
.service-list ul li .thumb {height:0; padding-bottom:100%; border:1px solid #e5e5e5; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; background-size:80% auto;}
.service-list ul li .info {padding:13px 10px;border-bottom:0px solid #e5e5e5;}
.service-list ul li .tit {font-size:14px; line-height:1.3em; font-weight:400; margin-bottom:4px; height:2.6em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}


.faq > ul {border-top:2px solid #ccc; color:#333;}
.faq > ul > li {border-bottom:1px solid #e5e5e5;}
.faq .q,
.faq .a {position:absolute; font-family:"Roboto",sans-serif; font-size:16px; font-weight:500; line-height:1em;}
.faq .question {font-size:14px; line-height:1.4em;}
.faq .question a {position:relative; display:block; padding:8px 0 8px 25px;}
.faq .question .q {left:5px; top:10px;}
.faq .answer {display:none; position:relative; background:#f7f7f7; padding:12px 10px 18px 32px; border-top:1px solid #e5e5e5; font-size:13px; line-height:1.625em;}
.faq .answer .a {left:10px; top:15px;}

/* 글작성 */
.board-write table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #ccc; font-size:14px; line-height:1.5em;}
.board-write table th {padding:7px 5px;  border-bottom:1px solid #e5e5e5; background:#f8f8f8; font-weight:400; color:#000;}
.board-write table td {padding:7px 5px; border-bottom:1px solid #e5e5e5;}
.board-write table td .btn-pack {min-width:50px;}
.board-write + .buttons {margin-top:30px;}

/* 상세보기 */
.board-view .head {border-top:2px solid #ccc;}
.board-view .head .tit {padding:10px 10px; color:#333; background:#f7f7f7; border-bottom:1px solid #e5e5e5;}
.board-view .head .tit h3 {font-size:15px; font-weight:400; line-height:1.3em;}
.board-view .head .info {padding:10px 10px; color:#333; font-size:12px; line-height:1.3em; border-bottom:1px solid #e5e5e5;}
.board-view .head .info .bar {margin:0 6px; opacity:.5; font-weight:100;}
.board-view .head .file {padding:10px 10px; color:#333;font-size:12px; line-height:1.3em;  border-bottom:1px solid #e5e5e5;}
.board-view .head .file img {vertical-align:middle; margin:-.2em 6px 0 0; width:16px;}

.board-view .body {padding:20px 0; border-bottom:1px solid #e5e5e5;}
.board-view .body img {width:auto !important; height:auto !important; max-width:100%; color:#333;}
.board-view .question {margin-top:7px;}
.board-view .answer {background:#f7f7f7;}

.board-view .question,
.board-view .answer {position:relative; min-height:200px; padding:15px 10px 25px 40px; border-bottom:1px solid #e5e5e5; color:#333;}

.board-view .question img,
.board-view .answer img {width:auto !important; height:auto !important; max-width:100%;}

.board-view .question .ico,
.board-view .answer .ico {position:absolute; top:15px; left:10px; font-family:"Roboto",sans-serif; font-size:20px; font-weight:500; line-height:1em;}

/* 이전글,다음글 */
.prev_next { padding:3px 0; font-size:15px; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.prev_next dl {width:100%; padding:6px 0 6px 0; overflow:hidden; clear:both;}
.prev_next dt {float:left; color:#333; padding:0 20px 0 10px; margin-right:20px;}
.prev_next .prev {border-bottom:1px solid #eee;}
.prev_next .prev dt {background: url('/images/bbs/arrow_up.gif') 100% 50% no-repeat;}
.prev_next .next dt {background: url('/images/bbs/arrow_down.gif') 100% 50% no-repeat;}

/* 버튼 */
.buttons {margin:10px 0;}
.buttons:after {content:" "; display:block; clear:both;}
.buttons .cen {text-align:center;}
.buttons .cen .btn-pack {margin:0 2px;}
.buttons .fr {float:right;}
.buttons .fl {float:left;}
.buttons a {text-decoration:none;}
.buttons a,.buttons input {vertical-align:top;}

.btn-pack {min-width:80px;display:inline-block;overflow:visible;position:relative;margin:0;padding:0 10px;background:#fff;color:#000;border:1px solid #e5e5e5;text-align:center;text-decoration:none !important;vertical-align:top;white-space:nowrap;cursor:pointer;outline:0;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.btn-pack.focus {background:#666; border:1px solid #666; color:#fff;}
.btn-pack.medium {height:36px;padding:0 12px;line-height:34px;font-size:14px;}
.btn-pack.large {min-width:110px; height:40px;padding:0 20px;line-height:38px;font-size:14px;}
.btn-pack.xlarge {height:50px;padding:0 40px;line-height:48px;font-size:18px;font-weight:500;}
.btn-pack.small {height:30px;padding:0 10px;line-height:28px;font-size:14px;}
.btn-pack.comment {width:110px; height:62px;padding:0;line-height:60px;font-size:18px;font-weight:400;}
.btn-pack.block {display:block; width:100%;}

/* 페이지목록 */
.paginate {margin:20px 0;text-align:center;line-height:normal;}
.paginate a,  
.paginate strong{display:inline-block;zoom:1;*display:inline;position:relative;margin:0 6px;padding:0;border-bottom:1px solid transparent;font-weight:400;font-size:14px;line-height:28px;letter-spacing:-1px;color:#333;text-decoration:none;vertical-align:middle;}  
.paginate strong{border-bottom:1px solid #333;}  
.paginate a.direction{width:28px;height:28px;padding:0;margin:0 1px;background-color:#fff;background-position:50% 50%;background-repeat:no-repeat;border:1px solid #e5e5e5;}
.paginate a.direction span {font-size:0;line-height:0;text-indent:-999px;}
.paginate a.direction.first {background-image:url("/images/bbs/page_first.png");}
.paginate a.direction.prev {background-image:url("/images/bbs/page_prev.png"); margin-right:10px;}
.paginate a.direction.next {background-image:url("/images/bbs/page_next.png"); margin-left:10px;}
.paginate a.direction.last {background-image:url("/images/bbs/page_last.png");}
.paginate a.direction.disabled {display:none;}

.paginate-wrap {position:relative;}
.paginate-wrap .btn-pack {position:absolute; top:50%; right:0; transform:translateY(-50%);}

/* 비밀번호 */
.board-password {padding:35px 20px; text-align:center; margin:0 auto 30px; background:#f8f8f8; border:1px solid #e5e5e5;}
.board-password h3 {color:#666; font-size:25px; line-height:1.1em; font-family:"Roboto",sans-serif;}
.board-password p {color:#333; font-size:12px; font-weight:300; line-height:1.4em; margin:10px 0 20px;}
.board-password .input {width:90% !important; max-width:300px; height:40px; padding:4px 10px;}

/* 개인정보활용동의 */
.form-agree {position:relative; margin-top:25px; margin-bottom:30px;}
.form-agree dt {font-size:15px; font-weight:700; line-height:1.3em; margin-bottom:8px;}
.form-agree dd {margin-top:10px; line-height:1.4em; font-size:12px;}
.form-agree .scroll-box {position:relative; height:100px; border:1px solid #e5e5e5; text-align:left; font-size:12px; line-height:1.4em; padding:10px; overflow:auto;}


/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:100px;height:40px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:inline-block; vertical-align:middle}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/bbs/img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:100px;height:36px;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('/bbs/img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

.sound_only {display:none;}