@charset "utf-8";
/* SIR 지운아빠 */
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);/* 나눔스퀘어 */
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css); /* 나눔명조 */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:600');



/*조선신명조*/
@font-face {
    font-family: 'ChosunSm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 본고딕 웹폰트 가져오기 */ 
/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */ 
/*@font-face {
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&display=swap');

@font-face{
	font-family:"NanumSquareB";
	src:url('../fonts/NanumSquareB.eot');
	src:url('../fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NanumSquareB.woff') format('woff'),
	url('../fonts/NanumSquareB.ttf') format('truetype');
	src:local('?'), url('../fonts/NanumSquareB.woff') format('woff');
}

/* 초기화 */
html {overflow-y:scroll; overflow-x:hidden}
body {margin:0;padding:0;font-size:1.20em; letter-spacing:0em; font-family: 'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
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}
ol, ul, li, dd, dl, dt{list-style:none; padding:0; margin:0;}
/* li dd 사이 간격 제어 */
ul::after {
    content: "";
    clear: both;
    display: table;
}
ul > dd {
    /*float: left;*/
}
dl::after {
    content: "";
    clear: both;
    display: table;
}
dl > dd {
    /*float: left;*/
}
.btn{border-radius: 2px;}
.cf:after{display:block; content:""; clear: both;}
.hide{display:none;}

#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
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}
input, button {margin:0;padding:0;font-size:1em}
input[type="radio"]{ margin:0 4px 0 0 !important}
button {cursor:pointer}
label {display: inline-block; max-width: 100%; margin-bottom: 0px; font-weight: 500 !important; color: #555;}
textarea, select {font-size:1.2em !important; color:#555}
select {margin:0}
p {word-break:break-all; font-size: 1.20em;line-height: 1.5em;/*color: #454545; letter-spacing:-.010em; font-weight:400; margin:0 !important*/}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#565656;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:none;}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;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_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}


/* 전체 검색 */
#hd_sch {float:right;margin:0 0 0 10px;padding:0}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {
    padding-left: 5px;
    width: 170px;
    height: 38px;
    border: 0;
    background: transparent;
    line-height: 38px;
	font-size: 1.10em;
	font-family: 'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;
}
#hd_sch #sch_submit {
    width: 45px;
    height: 38px;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/common/sch_btn.png) no-repeat 50%;
}


/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}


/* 상단 레이아웃 */
#hd {
	z-index:99;
	position:fixed;
	width:100%;
	background:#fff; 
	/*border-bottom:1px  solid #dadada;*/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .1s;
	transition: -webkit-transform .1s;
	transition: transform .1s;
	transition: transform .1s, -webkit-transform .1s;
	transition: all 0.5s;
	}
#hd::after {
  clear: both;
  content: "";
  display: block;
}
#hd.is-hidden {
  -webkit-transform: translateY(-66%);
      -ms-transform: translateY(-66%);
          transform: translateY(-66%);
		  background:#fff;
}
.hd_zindex {z-index:999 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {position:relative;margin:0 auto; width:100%;zoom:1; position:relative;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#hd_wrapper.on{position:fixed;margin:0 auto;/*padding:0 0 5px 0;*/width:100%;zoom:1; /*height:110px;*/ z-index:7; top:0; background:#fff; /*box-shadow:rgb(0,0,0,0.2) 1px 1px 2px 0px; box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 0px;*/transition: all 0.2s; /*transform:translateY(-100%);*/}
#hd_wrapper.white #gnb,
#hd_wrapper.on #gnb{background: #fff;}
#hd_wrapper.container{padding-left:0; padding-right:0;}
@media (max-width: 992px) {
#hd {min-width:100%; border-bottom:1px  solid #dadada; position:relative}
#hd_wrapper{width:100%;}
#hd.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.hd_pops { display:none}
}
	
	
/*SMS*/

#sms_pop .hd_bn{background:#1677c4;; padding:20px 30px; border-radius: 5px;}
#sms_pop .hd_bn p{ font-size:2em; margin-bottom:5px; color:#fff}
#sms_pop .hd_bn span{opacity:0.8;}
#sms_pop .hd_bn span strong{ color:##FF0;}
#sms_pop .cus{text-align:center; padding:10px 20px;}
#sms_pop .cus p.call{ font-size:2.8em; margin:5px 0; padding:0 15px; text-align:left;}
#sms_pop .cus p.call i{width:45px; height:45px; line-height:45px; border-radius:50%; text-align:center; font-size:25px; background:#fff; color:#333; margin-right:5px;}
#sms_pop .cus p a{color:#fff;}
#sms_pop .cus p.time{text-align:left; margin:12px 0; font-size:1.1em;}
#sms_pop .cus p.time strong{ display:block;}
#sms_pop .cus p.time span{ color:#fff;}

#sms_pop{position:relative; background:#3b90c9; padding:5px 0; color:#fff; position:fixed; width:100%; bottom:0; z-index:9999;}
#sms_pop .title{font-size:1.2em; margin-bottom:5px; font-weight:600; text-align:left;}
#sms_pop .title strong{ color:#FF0; display:block;}
#sms_pop .title span{font-weight:normal; font-size:0.9em;}

.sms_opener, 
.sms_closer{border:0; background:#3b90c9;; text-align:center; width:150px; padding:7px 0px; border-radius:10px 10px 0 0; font-weight:600; font-size:16px;
			position:absolute; left:50%; top:-30px; margin-left:-75px; color:#fff}

.sms_div{padding:10px 0; z-index:999; display:none}
.sms_div .container{ width:1200px}
.sms_div p.text-left input[type=checkbox]{ margin:0 4px 0 0;}
.sms_div p.text-left label{margin-bottom:0; vertical-align:middle; color:#fff}
.sms_div p.text-left a{margin-left:3px; color:#FF0; font-size:0.95em; vertical-align:middle;}
.sms_input li{padding-left:0; padding:2px 0;}
.sms_input li input{width:100%; border:0; border-radius:4px; padding:9px 8px; color:#666; height:35px !important;}
.sms_input li input::-webkit-input-placeholder { font-size:11px; opacity:0.8;}
.sms_input li input::-moz-placeholder {font-size:11px; opacity:0.8; }
.sms_input li input::-ms-input-placeholder {font-size:11px; opacity:0.8; } 

.sms_div li textarea{width:100%; height:70px; letter-spacing:-1px; border:0; border-radius:4px; padding:5px 8px; color:#666;}
.sms_div li textarea::-webkit-input-placeholder { font-size:11px; opacity:0.8;}
.sms_div li textarea::-moz-placeholder {font-size:11px; opacity:0.8; }
.sms_div li textarea::-ms-input-placeholder {font-size:11px; opacity:0.8; } 

.sms_input ul.list_box{padding-right:5px !important;}
.sms_input .btn_box{padding:0}
.sms_input .btn_box input{ display:block; width:100%; border-radius:4px; border:0; height:110px; margin:2px 0; background:#1677c4;; font-size:1.50em; color:#fff; font-weight:500} 

@media (max-width: 1099px) {
.sms_div .container{ width:100% !important}
}

@media (max-width: 992px) {
#sms_pop .hd_bn{background:#1677c4; padding:20px 30px; border-radius: 5px; margin:0 15px}

.sms_div{width:100%; left:0px; bottom:0; margin:0; border-radius:0; z-index:9999; border:0; display:none;}
#sms_pop .cus{text-align:center; padding:10px 15px;}
#sms_pop .title{font-size:1.2em; margin-bottom:5px; font-weight:600; text-align:center; text-align:left;}
#sms_pop .cus p.call{ font-size:2.5em;}
.sms_input ul.list_box{padding-left:0x;}
#sms_box{ padding:10px 15px; border-top:1px solid rgba(255,255,255,0.5);}
}
@media (max-width: 767px) {
.sms_input .btn_box input{ display:block; width:100%; border-radius:4px; border:0; height:50px; margin:2px 0; background:#1677c4;; font-size:1.50em; color:#fff; font-weight:500} 
}
	
	
/* 상단 로고영역*/
#logo_area{ position:relative; width:100%; /*background:#fff;*/ text-align:center; margin: 0px auto; padding:0 20px}
#logo_area #logo {padding:25px 0 25px 0;}
@media (max-width: 1099px) {
#logo_area{ position:relative; width:100%; background:#fff; text-align:center; margin: 0px auto;}
}
@media (max-width: 992px) {
#logo {text-align:left; width:170px; padding:11px 0; padding-left:3px;}
#logo img {width: 150px;height: auto;padding: 0;margin: 0 0 0;}
#logo_area #logo {padding:15px 0 15px 0;}
}
	
/* 상단 카테고리영역*/
#nav_area{ position:relative; width:100%; background:rgb(2255,255,255,.3); background:rgba(2255,255,255,.3); text-align:center; height:60px; line-height:60px; border-top:1px solid rgb(0,0,0,.1); border-top:1px solid rgba(0,0,0,.1); border-bottom:1px solid rgb(0,0,0,.1); border-bottom:1px solid rgba(0,0,0,.1);}
#hd_wrapper.on #nav_area{ position:relative; width:100%; background:rgb(2255,255,255,1); background:rgba(2255,255,255,1); text-align:center; height:60px; line-height:60px; border-top:1px solid rgb(0,0,0,.1); border-top:1px solid rgba(0,0,0,.1); border-bottom:1px solid rgb(0,0,0,.1); border-bottom:1px solid rgba(0,0,0,.1);}


@media (max-width: 992px) {
#nav_area{ display:none}
}

	
/* 상단 메뉴*/
#topm{background:#fafafb; height:33px; border-bottom:1px solid #dadada; width:100%; min-width:1200px;}
#topm_in{margin:0 auto; width:1200px;}
#topm_in p{float:left; color:#555; font-size:1.0em; padding-top:7px; /*font-weight:bold;*/ opacity:0.7}
#topm_in p b{color:#b7d0fe;}
#tnb {float:left;margin:0;padding:0;list-style:none;zoom:1; position:relative; top:34px;}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left; line-height: 1.0em; padding:0 8px; border-right:1px solid #dadada}
#tnb li.desk{ color:#33b2ed; font-weight:600; font-size:1.15em}
#tnb li:last-child{float:left; line-height: 1.0em; padding:0 8px; border-right:0px}
#tnb a {display:block; color:#555; font-size:1.05em; letter-spacing: -.050em; font-weight:500}
#tnb a.home{ background:url(../img/common/home_icon3.png) no-repeat left center; padding-left:14px;}
#tnb a.admin{background:#333; color:#fff; margin-right:15px;}
#tnb a.admin:hover{color:#738a17;}
#tnb a:hover {color:#738a17;}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}

/* 상단 로그인 및 회원가입*/
#tnb_right {float:right;margin:0;padding:0;list-style:none;zoom:1; position:relative; top:34px; right:0}
#tnb_right:after {display:block;visibility:hidden;clear:both;content:""}
#tnb_right li {float:left; line-height: 1.0em; padding:0 8px; border-right:1px solid #dadada}
#tnb_right li:last-child{float:left; line-height: 1.0em; padding:0 0 0 8px; border-right:0px}
#tnb_right a {display:block; color:#555; font-size:1.15em; letter-spacing: -.050em; font-weight:500; font-family: 'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
#tnb_right a.home{ background:url(../img/common/home_icon3.png) no-repeat left center; padding-left:14px;}
#tnb_right a.admin{background:#333; color:#fff; margin-right:15px;}
#tnb_right a.admin:hover{color:#126bc8;}
#tnb_right a:hover {color:#738a17;}
#tnb_right a:focus, #tnb_right a:hover, #tnb_right a:active {text-decoration:none}

@media (max-width: 992px) {
#topm{min-width:100%; height:25px;}
#topm_in{width:100%; text-align:center;}
#topm_in p{display:none;}
#tnb {/*float:inherit;*/}
#tnb a {font-size:0.9em; line-height:2.3em;}
}



/* 메인메뉴 */
#gnb { /*position:absolute; top:0px; left:50%; margin-left: -350px;*/ display: flex; text-align: center; transition: all 0.2s ease;}
#gnb h2 {position: fixed;top: -10000px;left: -10000px;}
#gnb_1dul {margin:0 auto !important;padding:0;zoom:1; width:1200px; position:relative; padding: 0 0 0 256px !important; transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); -webkit-transition: -webkit-transform .8s;transition: -webkit-transform .8s;transition: transform .8s;transition: transform .8s, -webkit-transform .8s;}
#gnb.sub #gnb_1dul{padding: 0 0 0 100px !important;}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left}
.gnb_1da { /*font-family:'NanumSquareB', sans-serif,"돋움", "굴림", tahoma, sans-serif; */display:inline-block; padding: 10px 17px 17px 17px; font-size:18px; letter-spacing:0; line-height:2.20em;text-decoration:none; font-weight:normal; letter-spacing:-.050em; color:#222 !important}
.gnb_1da:focus, .gnb_1da:hover { text-decoration:none; color:#2f404e; }
.gnb_1dli{ position:relative;}
#gnb_1dul li:nth-child(7) .gnb_1da{color:#33B2ED!important; }
.gnb_1dli_air .gnb_1da {color:#93b71b;}
.gnb_1dli_on .gnb_1da {color:#93b71b; /*border-bottom:3px solid #33548b*/}

@media (max-width: 1199px) {
#gnb_1dul{ padding: 0 0 0 150px !important;}
}
	
@media (max-width: 1050px) {
#gnb_1dul {margin:0 auto !important;padding:0;zoom:1; width:1200px; position:relative; transform: translateX(0px); -webkit-transform: translateX(0px); -ms-transform: translateX(0px);-webkit-transition: -webkit-transform .8s;transition: -webkit-transform .8s;transition: transform .8s;transition: transform .8s, -webkit-transform .8s;}
}

/* 2차메뉴*/
.gnb_2dul {display:none; /*position:absolute; top:58px; width:200px;*/ /*border-right: 1px solid rgb(0,0,0,0.1); border-right: 1px solid rgba(0,0,0,0.1); border-left: 1px rgb(0,0,0,0.1); border-left: 1px rgba(0,0,0,0.1);  border-bottom: 1px solid rgb(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1);*/}
/*.gnb_1dli:nth-child(4) ul.gnb_2dul {display:none; position:absolute; top:70px; width:150px; border: 1px solid #57585d; left:15px}*/

.gnb_2da {display:block;padding:10px 10px;text-align:left; text-decoration:none; font-size:1.10em; border-bottom:1px solid #ddd; /*background:#fff;*/  font-family: 'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; /*border-left: 1px solid rgb(0,0,0,.1);border-left: 1px solid rgba(0,0,0,.1);*/}
.gnb_2da:last-child {display: block;padding: 10px 10px; text-align: left; text-decoration: none; font-size:22px; border-bottom: 0px; /*background: #fff;*/ line-height: 1.2em; /*font-family: 'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;*/}

li.gnb_2dli {/*border-bottom: 1px solid #eaeaea;*/}
li.gnb_2dli:last-child {border-bottom:0px}
.gnb_1dli_air .gnb_2da { background:#fff;color:#6f6f6f;}
.gnb_1dli_on .gnb_2da { background:#fff;color:#6f6f6f;}
.gnb_2da:focus, .gnb_2da:hover {color: #FF6565 !important; text-decoration:none;}
.gnb_1dli_over .gnb_2dul {display:block;left:0;background:#fff}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;background:#fff}


#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}
#navtoggle{display:none;}

.mobile_head{ background:#4b4e58}
.mobile_head ul{ width:100% !important; text-indent:0 !important}
.mobile_head li{ display:inline-block !important; text-align:center; width:50% !important}
.mobile_head li:last-child{ display:inline-block !important; text-align:center; width:49% !important}
.mobile_head li a{  padding:10px 0 !important; color:#fff !important; font-size: 1.15em; border-right:1px solid #6d6d6d; display:block;}
.mobile_head li:last-child a{  padding:15px 0; color:#fff !important; font-size: 1.15em; border-right:0px}
.mobile_head li.fs {position:relative; /*margin-left:5px;*/}
.mobile_head li.fs a:before{content:"";}
.mobile_head li.fs dt{cursor:pointer; width:100%; font-size:1.15em; line-height: 32px; border-radius:5px; z-index:1; color: #fff; text-align: center !important;}
.mobile_head li.fs dd{display:none; position:absolute; left:0; right:0; top:40px; z-index:100; width:100%; /*border:1px solid #ccc; border-top:1px dashed #999;*/ 
			  border-radius:5px; overflow:hidden; z-index:2000; left:0px; box-shadow: rgb(0,0,0,0.2) 1px 1px 2px 0px; box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 0px;}
.mobile_head li.fs dd a{display:block; width:100%; text-align:center; padding:0; margin:0; font-size:0.9em; line-height:1.5em; padding:5px 10px;
				/*border-top:1px dashed #999; */background:#FBFBFB; margin-top:-1px; color: #333 !important;}
.mobile_head li.fs:hover dt{/*border:1px solid #999;*/}
.mobile_head li.fs:hover dd{/*border:1px solid #999; border-top:1px dashed #999;*/}
.mobile_head li.fs dd a:hover{background:#232730;color:#fff !important;}

/*로그인시*/
.mobile_head02{ background:#448ac4}
.mobile_head02 ul{ width:100% !important; text-indent:0 !important}
.mobile_head02 li{ display:inline-block !important; text-align:center; width:33% !important}
.mobile_head02 li:last-child{ display:inline-block !important; text-align:center; width:33% !important}
.mobile_head02 li a{  padding:10px 0 !important; color:#fff !important; font-size: 1.15em; border-right:1px solid #5095cf; display:block;}
.mobile_head02 li:last-child a{  padding:15px 0; color:#fff !important; font-size: 1.15em; border-right:0px}
.mobile_head02 li.fs {position:relative; /*margin-left:5px;*/}
.mobile_head02 li.fs a:before{content:"";}
.mobile_head02 li.fs dt{cursor:pointer; width:100%; font-size:1.15em; line-height: 32px; border-radius:5px; z-index:1; color: #fff; text-align: center !important;}
.mobile_head02 li.fs dd{display:none; position:absolute; left:0; right:0; top:40px; z-index:100; width:100%; /*border:1px solid #ccc; border-top:1px dashed #999;*/ 
			  border-radius:5px; overflow:hidden; z-index:2000; left:0px; box-shadow: rgb(0,0,0,0.2) 1px 1px 2px 0px; box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 0px;}
.mobile_head02 li.fs dd a{display:block; width:100%; text-align:center; padding:0; margin:0; font-size:0.9em; line-height:1.5em; padding:5px 10px;
				/*border-top:1px dashed #999; */background:#FBFBFB; margin-top:-1px; color: #333 !important;}
.mobile_head02 li.fs:hover dt{/*border:1px solid #999;*/}
.mobile_head02 li.fs:hover dd{/*border:1px solid #999; border-top:1px dashed #999;*/}
.mobile_head02 li.fs dd a:hover{background:#232730;color:#fff !important;}


/*전체메뉴*/
.g_menu{position:absolute; top:25px; left: 0px; border-radius:7px; border:1px solid #c4c4c4; padding:5px 10px 7px}
.g_menu span{ display:block; width:27px; height:3px; border-radius:5px; margin-bottom:4px; background:#003698;}


/*전체메뉴*/
.w_menu {
    position: absolute;
    top: 0px;
    left: 0px;
    border-right:1px solid rgb(0,0,0,.1);
	border-right:1px solid rgba(0,0,0,.1);
	border-left:1px solid rgb(0,0,0,.1);
	border-left:1px solid rgba(0,0,0,.1);
	height:58px;
}
.w_menu .w_btn{ padding:18px 17px 0}
.w_menu .w_btn span{ display:block; width:30px; height:3px; border-radius:5px; margin-bottom:6px; background:#33b2ed;}

/*상단검색*/
.h_search{    
    position: absolute;
    top: 0px;
    right: 0px;
    border-right:1px solid rgb(0,0,0,.1);
	border-right:1px solid rgba(0,0,0,.1);
	border-left:1px solid rgb(0,0,0,.1);
	border-left:1px solid rgba(0,0,0,.1);
	height:58px;
}

@media (max-width: 992px) {
.w_menu{position:absolute; top:2px; right: 0px; display:none}
.g_menu{position:absolute; top:2px; right: 0px; display:none}
}

@media (max-width: 1055px) {
.h_search{ display:none}
}



/*사이트맵*/
#sitemap{width:90%; margin:10px auto;}
#sitemap .stm_1dli:before{content:""; display:block; width:15px; height:2px; background:#EF6161; margin-bottom:10px;}
#sitemap .stm_1dli{display:inline-block; width:20%; vertical-align:top; margin:20px 0;}
#sitemap .stm_1dli:nth-child(2){display:inline-block; width:18%; vertical-align:top; margin:20px 0;}
#sitemap .stm_1dli .stm_1da{display:block; font-size:1.2em; margin-bottom:5px; font-weight:500;}
#sitemap .stm_1dli .stm_1da:hover{color:#d20200;}

#sitemap .stm_2dli .stm_2da:before{/*content:"-";*/ display:inline-block; margin-right:3px;}
#sitemap .stm_2dli .stm_2da{display:block; width:90%; line-height:1.8em;}

@media (max-width: 992px) {
#sitemap .stm_1dli{width:48%;}
}


@media (max-width: 992px) {
#gnb{ display:none;}

/* 모바일 카테고리 왼쪽메뉴 */
#hd .nav_open{ position:absolute; top:20px; right:5px; display:block ; background: #fff; border-radius: 3px; padding: 8px;}
#hd .nav_open span{ display:block; width:30px; height:3px; border-radius:5px; margin-bottom:4px; background:#3c3c3c;}
#hd .sch{top:40px; right:15px;}

#mask {position: absolute; z-index:1000; top:0; left:0; background:#000; display:none;}
#hd .nav_close img {height:30px;}
#hd .nav_close {padding:10px 0 0; position:absolute; z-index:1001; right:10px}
#navtoggle { display:block; position:fixed; z-index:1000; top:0; right:0; overflow:auto; background:#fff; width:0; display:none; /*max-width:250px;*/} /* width:46.87%  display:none*/
#navtoggle ul li {padding:0 0; clear:both; width:100%;}

#navtoggle #left_menu{width:100%; position:relative; height:100%; text-align:left; top:0; z-index:1000; text-indent:5%;}
#navtoggle img{ height:45px; vertical-align:middle}
#navtoggle .close{top:0px; right:0;}
#navtoggle .close img{height:33px; position:absolute; top:15px; right:0px;}

#navtoggle .title{
    height: 56px;
    background: #fff;
    text-indent: 0 !important;
}

/*1차메뉴*/
#navtoggle li.mgnb_1dli a.mgnb_1daa,
#navtoggle li.mgnb_1dli a.mgnb_1da{background:#FFFFFF; display:block; border-bottom:1px solid #D9D9D9; font-size:18px; line-height:60px; background:url(../img/common/ic_select.svg) no-repeat right; background-size:20px; background-position: right 15px center; cursor:pointer; padding:0 0 0 10px; letter-spacing: -.07em;font-weight: 500; color:#222}
#navtoggle li.mgnb_1dli a.mgnb_1da.on{
    color: #FF6565;
    background-image: url(../img/common/ic_select2.svg);
}
#navtoggle li.mgnb_1dli a.mgnb_1da.on{
    border-bottom: 0;}
#navtoggle li.mgnb_1dli a.selected{background:url(../img/mobile/arrow_bg_on.png) no-repeat 225px 15px #3d3d3d; color:#FFF; font-weight:600;}			  
/*2차메뉴*/
.gnb_2da:last-child{
    font-size: 20px;}
#navtoggle li.mgnb_2dli a.mgnb_2da{background:#f4f4f4; display:block; border-bottom:1px dotted #d7d7d7; font-size:1em; line-height:2.5em; text-indent:10%;}
#navtoggle ul.mgnb_2dul{ display:none;}

}

	
/* 모바일 2차메뉴 */	
.snb_area{position:relative;padding:0; /*height:45px;*/}
.snb_area a { overflow: hidden; display: block; padding:0; width: 100%; height: 42px; border: 1px solid #b7b7b8; background: #fff; color: #333; text-decoration:none; text-indent:10px;	font-weight:500; font-size:1.10em; letter-spacing:-.035em; line-height:42px;}
.snb_area a span {float:right; display:block; margin:0 0 0; width:37px; height:42px; background:url('../img/sub/btn_lnb_off.png') no-repeat;}
.btn_img.on {background:url('../img/sub/btn_lnb_on.png') no-repeat; }
.snb_box { width:100%; padding:0; position:relative; top:-1px; z-index:2;}
.snb_box ul {position:absolute;  border:1px solid #b7b7b8; z-index:1; padding:0; margin:0; width:100%}
.snb_box ul li { height:35px; background:#fff; line-height:35px; color:#6c6b6b;}
.snb_box ul li:nth-child(2n) {background:#f7f6f6;}
.snb_box ul li a {display:inline-block; padding-left:3%; width:97%; color:#6c6b6b; text-decoration:none; font-weight:bold; font-size:1.00m; letter-spacing:-.095em}

/* 모바일 고객센터 */
.mobile_cus { background:#fff}
.mobile_cus .tel{
    color: #786C65 !important;
    font-size: 1.3em !important;
    font-weight: 500;
    line-height: 1.3em;
    text-align: left;
    padding: 0 15px;
    letter-spacing: 0;
}
.mobile_cus .tel.bt{margin-bottom:25px;}
.mobile_cus .tel span{display:block;}
.mobile_cus .tel span.call{font-size:1.5em; line-height:1.6em; color:#000; font-weight:800; }
.mobile_cus .tel span.time{font-size:0.8em; color:#888; font-weight:300;}
.mobile_cus .fax{ color:rgb(0,0,0,0.7) !important;color:rgba(0,0,0,0.7) !important; font-size:1.10em; letter-spacing:0; font-family:'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.mobile_cus dl{ margin:20px 0 30px 4px;}
.mobile_cus dt{ color:#333 !important; margin:0 0 10px; font-size:1.25em}
.mobile_cus dd::before{/*display:block;clear:both;content:"-";*/ color:#9da6b2}
.mobile_cus dd{color:rgb(0,0,0,0.5) !important;color:rgba(0,0,0,0.5) !important; margin:0 0 10px; font-size:1.10em}
.mobile_cus dd a{ color:rgb(0,0,0,0.5) !important;color:rgba(0,0,0,0.5) !important; margin: 0 0 0 7px;}
.mobile_cus dd a:hover{color:#f78642 !important}


/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;width:100%; zoom:1; /*border-bottom: 1px solid #dadada; padding-top:37px*/}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container_index {position:relative;width:100%;height:auto !important;font-size:1em;zoom:1}
#container {width:100%; margin:0 auto;height:auto !important;/*border-left:1px solid #ddd;*/background:#fff;font-size:1em;zoom:1; position:relative; padding: 30px 0 0px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
.scont_wrap{ position:relative;margin-left:0px; padding-bottom:50px; /*border-left:1px solid #ddd;*/min-height:500px;}
/*.scont_wrap .col-md-3{ width:20% !important}
.scont_wrap .col-md-9{ width:80% !important}*/
#scont{ padding:0;/* width:1200px;*/}

#container_etc{width:1200px; margin:0 auto;height:auto !important;/*border-left:1px solid #ddd;*/background:#fff;font-size:1em;zoom:1; position:relative; padding: 200px 0 50px;}
@media (max-width: 1199px) {
#container {width:100%; margin:0 auto;height:auto !important;/*border-left:1px solid #ddd;*/background:#fff;font-size:1em;zoom:1; position:relative;}
/*.scont_wrap .col-md-3{ display:none}
.scont_wrap .col-md-9{ width:94% !important; margin:0 3%}*/
}

@media (max-width: 992px) {
.scont_wrap .col-md-9{ width:100% !important; /*margin:0 1%*/}
#wrapper{padding-top:0px}
#container{width:100%; padding:55px 0 40px}
#container_etc{width:100%; padding:70px 0 50px}
#left{width:100%; position:inherit;}
.scont_wrap{margin-left:0; padding-bottom:0; min-height:auto; width:100%;}
#scont{padding:10px; width:100%;}
}


/*서브-내용부분*/
#sub_title{ margin-bottom:20px; /*text-align:center; */font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.p_info ul{ padding:0; margin:0; text-align:right; float:right}
.p_info ul:after{ display:block; content:""; clear:both;}
.p_info li{ font-size:1me; color:#8d8d8d; float:left; line-height:15px;}
.p_info li a{ font-size:1me; color:#8d8d8d; float:left;}
.p_info li.pt{ font-size:1em; color:#3095da; font-weight:500;}
.container_title:before{content:""; display:block; width:40px; height:3px; background:#4fb0ed; margin:0px auto}
.container_title { font-size:2.8em; color:#202020; line-height:1.8em; letter-spacing: -.020em; font-weight:500; margin-top: 25px; font-family: 'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;/*background: url(../img/main/con_title01.gif) no-repeat center top;*/text-align:center;}
.container_title p{ font-size:0.42em; color:#717171; line-height: 1.3em;}
@media (max-width: 992px) {
#sub_title{/*display:none;*/ margin-bottom:20px; text-align:left; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; padding:0;}
.container_title { font-size:2.4em; color:#404040; line-height:1.8em; letter-spacing:-0.5px; font-weight:500; margin-top: 10px;  background:none;}
.container_title p{ font-size:0.50em; color:#858585; }
}


/*하단 사이트맵*/
#sitemap_ft_area{ width:100%; background:#f5f5f5; border-bottom:1px solid rgb(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1); padding:0 0 20px}
#sitemap_ft{width:1200px; margin:0px auto;}
#sitemap_ft .stm_1dli:before{/*content:""; display:block; width:15px; height:2px; background:#436FC8; margin-bottom:10px; border-right:1px solid #3e4853*/}
#sitemap_ft .stm_1dli{display:inline-block; width:14.4%; vertical-align:top; margin:20px 1%; padding:0 0 0 30px; /*border-right:1px solid #3e4853*/}
#sitemap_ft .stm_1dli .stm_1da{display:block; font-size:1.45em; margin-bottom:5px; font-weight:500; color:rgb(0,0,0,.7); color:rgba(0,0,0,.8); margin:20px 0; font-family: 'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
#sitemap_ft .stm_1dli .stm_1da:hover{color:#476021;}

#sitemap_ft .stm_2dli .stm_2da:before{content:""; display:inline-block; margin:3px 0;}
#sitemap_ft .stm_2dli .stm_2da{display:block; width:90%; line-height:1.8em; font-size: 1.15em; color:rgb(0,0,0,0.6); color:rgba(0,0,0,0.6)}
@media (max-width: 1199px) {
#sitemap_ft_area{ display:none}
}
@media (max-width: 992px) {
#sitemap_ft .stm_1dli{width:48%;}
}


/* 하단 고객센터 */
#bcus_box_wrap { width: 100%; /*border-top:1px solid #ddd; border-bottom: 1px solid #ddd;*/ margin:0; background: #f4f4f4; padding:15px 0}
#bcus_box {
 width:1200px;
 margin:50px auto;
 padding:40px 50px;
 position:relative;
 background:#fff
}
#bcus_box:after {
 display:block;
 clear:both;
 content:"";
}
#bcus_box dl {
 float:left;
 margin-bottom:0 !important;
}
#bcus_box dl:first-child {
 width:40%;
}
#bcus_box dl:nth-child(2) {
 width:23%;
 padding:0 30px;
}
#bcus_box dl:last-child {
 width:37%;
 padding-left:30px;
 background:url(../img/common/bottom_call.png) no-repeat 100% 60px ;
}
.bcus_ul li {
 width:160px;
 margin-bottom:3px;
}
.bcus_ul li a {
 display:block;
 border:1px solid #ddd;
 line-height:35px;
 padding:0 10px;
 font-size:1.20em;
 text-align:center;
}
#bcus_box dt {
 font-size:1.45em;
 color:#333;
 font-weight:500;
 margin-bottom:20px;
 position:relative;
 padding-bottom:12px;
}
#bcus_box dt:after {
 display:block;
 content:"";
 width:80px;
 height:3px;
 background:#eee;
 position:absolute;
 bottom:0px;
 left:0;
}
#bcus_box .tel {
 font-size:1.3em;
 color:#000;
 font-weight:500;
 line-height:1em;
 letter-spacing: -0.6px;
 margin-bottom:5px !important;
}
#bcus_box .tel span.col01{ color:#1a67cd; font-size:1.28em; font-weight:800; letter-spacing:0.8px;}
#bcus_box .tel span.col02{ color:#448ac4; font-size:1.28em; font-weight:800; letter-spacing:0.8px;}
#bcus_box .tel span {
 color:#465ec8;
}
#bcus_box .service .counsel{margin-bottom:12px;}
#bcus_box .service .et{font-size:1.05em;}
#bcus_box .tel p {
 font-size:12px;
 line-height:1.5em;
 color:#777;
 font-weight:400;
 margin-top:10px;
}
#bcus_box .time {
 background:url(../img/day_icon.gif) no-repeat 82% center;
 margin-top:20px;
}
#bcus_box .time p {
 font-size:0.9em;
 color:#888;
 line-height:1.6em;
 width:60%;
 border-right:1px solid #ddd;
}
#bcus_box .bank p {
 font-size:1.05em;
 color:#666;
 line-height:1em;
 margin-bottom:8px !important;
}
#bcus_box .bank .bpoint {
 font-size:1.1em;
 color:#444;
 margin-top:10px;
 font-weight:bold;
}
#bcus_box .qmbox {
}
#bcus_box .qmbox:after {
 display:block;
 clear:both;
 content:"";
}
#bcus_box .qmbox li {
 float:left;
 text-align:center;
 margin:0 7px;
}
#bcus_box .qmbox li:nth-child(odd) .qdong {
 background:#465ec8;
}
#bcus_box .qmbox li:nth-child(even) .qdong {
 background:#3a3b40;
}
#bcus_box .qmbox .qdong {
 width:90px;
 height:90px;
 border-radius:200px;
 line-height:90px;
}
#bcus_box .qmbox p {
 font-size:bold;
 margin-top:10px;
}
#bcus_box .service p.counsel{ color:#727272; font-size:1.10em}
@media (max-width: 1199px) {
#bcus_box {
 width:100%;
 margin:50px auto;
 padding:40px 50px;
 position:relative;
 background:#fff
}
#bcus_box dl:first-child { width:40%;}
#bcus_box dl:nth-child(2) { width:23%;}
#bcus_box dl:last-child { width:37%;}
}
@media (max-width: 1079px) {
#bcus_box { padding:20px;}
#bcus_box dl:first-child { width:100%;}
#bcus_box dl:nth-child(2) { width:50%; padding:0}
#bcus_box dl:last-child { width:50%; padding:0}
#bcus_box dt { margin:20px 0}
#bcus_box dl:last-child { background:none;}
}
@media (max-width: 767px) {
#bcus_box .bcus_ul li { width:100%}
#bcus_box dl:nth-child(2) { width:100%; padding:0}
#bcus_box dl:last-child { width:100%; padding:0}
}

/* 하단 레이아웃 */
#f_con{background:#191816 url(../img/main/m_camping.jpg) no-repeat center top; text-align:center; height:450px;}
#f_con h2{color:#fff; font-size:33px; line-height:1.8em; padding-top:60px; }
#f_con p{color:#e7e8f1; font-size:14px; padding-top:5px; line-height:1.5em;}
#f_con h3{font-size:45px; font-weight:normal; margin-top:20px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; color:#ffd860;}
#f_con .c2{font-size:26px; color:#fff; margin-bottom:17px; margin-top:5px;}
#f_con .fax{font-size:15px; color:#fff; letter-spacing:0.5px;}
@media (max-width: 767px) {
#f_con{background-size:cover; min-width:100%; height:auto; padding:35px 0;}
#f_con img{width:30px; height:auto;}
#f_con h2{color:#fff; font-size:25px; padding-top:0; }
#f_con p{color:#e7e8f1; font-size:13px;}
#f_con h3{font-size:36px; margin-bottom:10px;}
#f_con .c2{font-size:26px; color:#fff; margin-bottom:17px; margin-top:5px;}
#f_con .fax{font-size:12px; letter-spacing:0.2px;}
#f_con .fax img{display:none;}
}



/* 하단 레이아웃 */
#ft{ background:#fff}
#ft .ft_area{ width:1200px; background:url(../img/common/bottom_bg.png) repeat-y; margin:0px auto}
#ft .ft_area p.ct{ font-size:1.10em; font-weight:500; color:rgb(0,0,0,0.5); color:rgba(0,0,0,0.5); }
#ft .ft_area p.ct span{ font-size:0.85em; font-weight:500; color:#fff;  letter-spacing:.050em}
#ft .ft_area p.fmenu{ font-size:0.00em; font-weight:500; color:rgba(255,255,255,0.8)}
#ft .ft_area p.fmenu a{ font-size:1.2em; color:#555; letter-spacing:0; line-height:50px;}
#ft .ft_area p.fmenu span{ font-size:0.80em;color:rgb(255,255,255,0.5);color:rgba(255,255,255,0.5); font-weight:300;}

#ft .ft_area .bottom_cus { background:url(../img/common/f_logo_bar.png) repeat-y 90% 0}
#ft .ft_area .bottom_cus .tel{ color:rgb(0,0,0,1) !important;color:rgba(0,0,0,0.8) !important; font-size:1.3em !important; font-weight: 500; line-height:1.3em; letter-spacing:0;}
#ft .ft_area .bottom_cus .tel.bt{margin-bottom:25px;}
#ft .ft_area .bottom_cus .tel span{display:block;}
#ft .ft_area .bottom_cus .tel span.call{font-size:1.5em; line-height:1.6em; color:#000; font-weight:800; }
#ft .ft_area .bottom_cus .tel span.time{font-size:0.8em; color:#797979; font-weight:300;}
#ft .ft_area .bottom_cus .fax{ color:rgb(0,0,0,0.7) !important;color:rgba(0,0,0,0.7) !important; font-size:1.10em; letter-spacing:0; font-family:'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
#ft .ft_area .bottom_cus dl{ margin:20px 0 30px 4px;}
#ft .ft_area .bottom_cus dt{ color:#333 !important; margin:0 0 10px; font-size:1.25em}
#ft .ft_area .bottom_cus dd::before{/*display:block;clear:both;content:"-";*/ color:#9da6b2}
#ft .ft_area .bottom_cus dd{color:rgb(0,0,0,0.5) !important;color:rgba(0,0,0,0.5) !important; margin:0 0 10px; font-size:1.10em}
#ft .ft_area .bottom_cus dd a{ color:rgb(0,0,0,0.5) !important;color:rgba(0,0,0,0.5) !important; margin: 0 0 0 7px;}
#ft .ft_area .bottom_cus dd a:hover{color:#f78642 !important}

#ft .ft_area .bottom_cus{}

.bottom_sns a.twitter{ padding:10px 20px; text-align:center; background:#00ade6; width:100%; display:block}
.bottom_sns a.facebook{ padding:10px 20px; text-align:center; background:#3c5b9b; width:100%; display:block}


.flogo{ margin: 40px 0; background:url(../img/common/f_logo_bar.png) repeat-y 90% 0}
.flogo img{ /*width:100px*/}
.copy{ background:#1d2633; border-top:1px solid #353d4a; padding:20px 10px 30px; color:rgba(255,255,255,0.7); text-align:center; font-size:1.05em; }
#ft_copy{ margin:0px auto; padding:40px 0 20px; color:rgb(0,0,0,0.5); color:rgba(0,0,0,0.5);}
#ft_copy span{ color:rgb(0,0,0,0.8); color:rgba(0,0,0,0.8); font-weight:500}
#f_con{background:#191816 url(../img/main/m_camping.jpg) no-repeat center top; text-align:center; height:450px;}
#f_con h2{color:#fff; font-size:33px; line-height:1.8em; padding-top:60px; }
#f_con p{color:#e7e8f1; font-size:14px; padding-top:5px; line-height:1.5em;}
#f_con h3{font-size:45px; font-weight:normal; margin-top:20px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; color:#ffd860;}
#f_con .c2{font-size:26px; color:#fff; margin-bottom:17px; margin-top:5px;}
#f_con .fax{font-size:15px; color:#fff; letter-spacing:0.5px;}

.ft_circle{border:1px solid #686868; border-radius:29px; width:58px; height:58px; text-align:center; padding:10px 0 0}
.ft_circle02{border:1px solid #e6e6e6; border-radius:29px; width:58px; height:58px; text-align:center; padding:15px 0 0}
.ft_circle03{border:1px solid #686868; border-radius:29px; width:58px; height:58px; text-align:center; padding:15px 0 0}
.ft_banner_t{font-size: 1.1em;position: absolute;top: 7px;margin-left: 70px; color: rgb(255,255,255,0.5); color: rgba(255,255,255,0.5);}
.ft_banner_t a{color: rgb(255,255,255,0.5); color: rgba(255,255,255,0.5);}

#footer{width:100%; background:#fff; clear:both; min-width:1100px;}
#footer_in{width:1100px; margin:0 auto;}
#fmenu{ border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#fff;}
#fmenu ul{ width:1200px; margin:0 auto;}
#fmenu li{ float:left; margin-right:10px;}
#fmenu li:after{ display:inline-block; content:"|"; padding-left:10px; color:#ddd;}
#fmenu li:last-child:after{ display:none;}
#fmenu a{ font-size:1.20em; color:#555; letter-spacing:0; line-height:50px; font-family: 'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
#fmenu a.check{ color:#32a8f0;}

address{/*float:left; display:inline-block; */margin:0;}
address h1{font-size:15px; line-height:2.2em; padding-top:25px; font-weight:600; color:#333;}
address p{overflow:hidden; font-size:12px; color:#9a9a9a; letter-spacing:-0.2px; line-height:1.4em;}
address p span{display:inline-block; float:left; margin-right:10px;}
address p.co{font-family:Tahoma, Geneva, sans-serif; font-size:1.0em; letter-spacing:0.5px; line-height:2.5em; letter-spacing:-.050em}
#footer{min-width:100%;}
#footer_in{width:100%;}
address p.co{font-family:Tahoma, Geneva, sans-serif; font-size:0.8em; letter-spacing:0.5px; line-height:2.5em; letter-spacing:-.050em}

/*관계사 바로가기*/
.family-link {clear:both; position:absolute; right:0; top:15px; background:url('../img/common/bg_select02.gif') no-repeat 100% 18px; box-sizing:border-box; width:170px; height:30px;}
.family-link a {display:block; padding:10px 20px; line-height:18px; font-size: 1.10em; font-family: 'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.family-link > a {border:1px solid #e3e3e3; }
.family-link > ul {display:none; width:100%; background:#fff; border:1px solid #e3e3e3; border-bottom:none; position:absolute; bottom:30px; box-sizing:border-box; }
.family-link > ul.show {display:block;}
.family-link > ul a:hover {background:#eee;}


@media (max-width: 1199px) {
#ft .ft_area{ width:100%; margin:0px auto;}
#fmenu ul{ width:100%; margin:0 auto;}
#foot_menu{width:100%; margin:0 auto; position:relative;}
#footer_in{width:100%; margin:0 auto;}
}
@media (max-width: 992px) {
#fmenu ul{ width:100%; margin:0 auto;}
.family-link {clear:both; position:relative; right:0; top:15px; background:url('../img/common/bg_select02.gif') no-repeat 100% 18px; box-sizing:border-box; width:170px; height:30px; margin: 0px auto;}
#ft .ft_area .bottom_cus { background:none; text-align:center}
#ft .ft_area{ width:100%; margin:0px auto; background:none}
.flogo{ margin: 40px 0; background:none; text-align:center}
#ft_copy{ margin:0px auto; padding:20px 0 0; text-align:center; color:rgba(0,0,0,0.5); }
#f_con{background-size:cover; min-width:100%; height:auto; padding:35px 0;}
#f_con img{width:30px; height:auto;}
#f_con h2{color:#fff; font-size:25px; padding-top:0; }
#f_con p{color:#e7e8f1; font-size:13px;}
#f_con h3{font-size:36px; margin-bottom:10px;}
#f_con .c2{font-size:26px; color:#fff; margin-bottom:17px; margin-top:5px;}
#f_con .fax{font-size:12px; letter-spacing:0.2px;}
#f_con .fax img{display:none;}
.copy{ background:#211d19; border-top:1px solid #353d4a; padding:20px 10px 30px; color:#fff; text-align:center; font-size:0.95em}
.bottom_sns .text-right{ text-align:center}
}

@media (max-width: 767px) {
#foot_menu{min-width:100%; height:50px; padding:0 0 10px}
#foot_menu{width:100%;}
#foot_menu.col-xs-12.col-md-12{padding-right:0; padding-left:15px;}
#fmenu li{ float:left; margin-right:0px; text-align:center; width:25%}
#fmenu li:after{ display:inline-block; content:""; padding-left:10px; color:#ddd;}
#fmenu li:last-child:after{ display:none;}
#fmenu a{ font-size:0.95em; color:#555; letter-spacing:-.050em; line-height:34px !important;}
}

/* 하단 sns */
a.icon_round{ background:url(../img/common/icon_sns_yellow.png) no-repeat center 50% #3b5a9a; border:none; width: 30px; height: 30px; border-radius:4px; display: inline-block;}
a:hover.icon_round{ background:url(../img/common/icon_sns_yellow_over.png) no-repeat center 50% #10254f; border:1px solid #10254f; width: 30px; height: 30px; border-radius:4px; display: inline-block;}
a.icon_round02{ background:url(../img/common/icon_sns_talk.png) no-repeat center 50% #fae80c; border:none; width: 30px; height: 30px; border-radius:4px; display: inline-block;}
a:hover.icon_round02{ background:url(../img/common/icon_sns_talk.png) no-repeat center 50% #d6c70d; border:1px solid #d6c70d; width: 30px; height: 30px; border-radius:4px; display: inline-block;}
a.icon_round03{ background:url(../img/common/icon_sns_blog.png) no-repeat center 50% #428905; border:none; width: 30px; height: 30px; border-radius:4px; display: inline-block;}
a:hover.icon_round03{ background:url(../img/common/icon_sns_blog_over.png) no-repeat center 50% #2b5903; border:1px solid #2b5903; width: 30px; height: 30px; border-radius:4px; display: inline-block;}
/* 하단 sns */


/* 우측고정배너 */
.r_banner{
	position:fixed;
	top:170px;
	right:0;
	z-index: 1000;	
}
@media (max-width: 1260px) {
.r_banner{ display:none}	
}
@media (max-width: 767px) {
.r_banner{
	display:none;
	position:fixed;
	top:9.4%;
	right:0;
	z-index: 10;	
}
}
.rbox {
    width: 80px;
    height: auto;
    margin: auto;
    cursor: pointer;
    /*background: rgb(28.159,239,1);
	background: rgba(28.159,239,1);*/
}

.rbox .fill {
    width: 80px;
    height: auto;
    position: relative;
    background: rgb(28.159,239,1);
	background: rgba(28.159,239,1);
    opacity: 1.0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	text-align:center;
	padding:10px 10px;
}
.rbox:nth-child(1) .fill {background: rgb(28,159,239,.9);}
.rbox:nth-child(2) .fill {background: rgb(28,159,239,.9)}
.rbox:nth-child(3) .fill {background: rgb(28,159,239,.9)}
.rbox:nth-child(4) .fill {background: rgb(28,159,239,.9)}
.rbox:nth-child(5) .fill {background: rgb(250,231,12,.9); padding:20px 10px;}

.rbox:nth-child(1) .fill {background: rgba(28,159,239,.9);}
.rbox:nth-child(2) .fill {background: rgba(28,159,239,.9)}
.rbox:nth-child(3) .fill {background: rgba(28,159,239,.9)}
.rbox:nth-child(4) .fill {background: rgba(28,159,239,.9)}
.rbox:nth-child(5) .fill {background: rgba(250,231,12,.9); padding:20px 10px;}


.rbox .fill span{ color:#fff; font-size:1.10em; font-weight:500; font-family: 'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.rbox:nth-child(5) .fill span{ color:#625305}
.rbox .fill img{ width:35px; margin-bottom:10px}
.rbox:nth-child(5) .fill img{  width:55px;}
.translateX:hover .fill {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.to-100-0-0 {
    -webkit-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
}
/* 우측고정배너 */


/*브라우저 상하단이동버튼*/
#gobtn{position:fixed; display:block; right:10px; bottom:10px; display:none; z-index:9998;}
.goHd, .goFt{width:30px; height:30px; background:rgba(255, 255, 255, 0.6); z-index:9998; text-indent:-9999px; border:1px solid #858585; position:relative;
	  transition:all 0.5s; box-shadow:0px 0px 3px RGBA(0, 0, 0, 0.3); border-radius:2px; display:block; margin-bottom:3px;}
.goHd span{position:absolute; top:60%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(45deg);}
.goFt span{position:absolute; top:40%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(-135deg);}
.goHd:hover, .goFt:hover{background:#333; border:1px solid #333}
.goHd:hover span, .goFt:hover span{border-left:2px solid #FFF; border-top:2px solid #FFF;}

/*브라우저 상하단이동버튼*/
#gobtn{position:fixed; display:block; right:20px; bottom:15%; display:none; z-index:10000;}
.goHd, .goFt{width:30px; height:30px; background:rgba(255, 255, 255, 0.6); z-index:9998; text-indent:-9999px; border:1px solid #858585; position:relative;
	  transition:all 0.5s; box-shadow:0px 0px 3px RGBA(0, 0, 0, 0.3); border-radius:2px; display:block; margin-bottom:3px;}
.goHd span{position:absolute; top:60%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(45deg);}
.goFt span{position:absolute; top:40%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(-135deg);}
.goHd:hover, .goFt:hover{background:#333; border:1px solid #333}
.goHd:hover span, .goFt:hover span{border-left:2px solid #FFF; border-top:2px solid #FFF;}




/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.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 {width:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;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:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../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: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/captcha.png') no-repeat; 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%}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#332323;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:5px;border:0px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #4b545e;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding: 18px 0;border-top: 2px solid #000;border-bottom: 1px solid #dddddf;background: #fff;color: #383838;font-size: 1.25em !important;text-align: center;letter-spacing: 0; font-weight:500 !important; font-family: 'NanumSquareB', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:12px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all; font-size:1.22em; font-family: 'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:150px;padding:10px 13px;border:1px solid #e9e9e9;border-left:0;background:#fcfcfc;text-align:left; font-size:1.20em; font-weight:500 !important}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

@media (max-width: 767px) {
.tbl_head01 td{ padding:20px 5px;}
}


/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {/*background:url('../img/wrest.gif') #f7f7f7 top right no-repeat*/ !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 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}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}


/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
/*.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}*/
.pg_page, .pg_current {display:inline-block; height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle; padding: 4px 12px;border-radius: 3px;}
.pg a:focus, .pg a:hover {text-decoration:none}
/*.pg_page {background:#e4eaec;text-decoration:none}*/
.pg_page {
	display: inline-block;
    padding: 4px 10px;
    margin-right: 2px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #f8f8f8;
    /*box-shadow: inset 0px 1px 0px rgba(0,0,0, .8), 0px 1px 3px rgba(0,0,0, .1);*/
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    /*text-shadow: 0px 1px 0px rgba(0,0,0, 1);*/
	line-height: 1.5em;
}
.pg a:focus, .pg a:hover {
	background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
/*.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}*/
.pg_current {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(0,0,0, .8);
    color: #f0f0f0;
	line-height:1.8em;
	padding: 4px 12px;
	margin-right: 2px;
	height:25px;
	font-size: 1.0em;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
	line-height: 1.5em;
}


/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/*메일인증*/
.rg_em{margin-top:5px}
.rg_em caption{padding:0;font-size:0;line-height:0;overflow:hidden}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio{display:block;margin:5px 0 10px;}
#captcha.m_captcha #captcha_key{margin-left:3px }
#captcha.m_captcha #captcha_reload span{background:none;display:inline}
#captcha.m_captcha  #captcha_reload {position:relative ;width:auto;top:0;left:0;margin:0;padding:0 10px;height:43px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}
