/* CSS Document */
/*webfont*/

body,a,td,select,div,p,pre,input,form,textarea,option,pre,blockquote,button {
	font-size: 14px;
	color: #555555;
	letter-spacing: 0px;
	line-height:21px;
	text-align:justify;
}

h1{
	font-size: 30px;
	line-height:35px;
	font-style: bold;
}
h3{
	font-size: 12px;
	line-height:18px;
	letter-spacing: 0px;
	font-style: bold;
}
hr{
  border:0px;
  border-bottom: 1px solid #cdcdcd;
}
/* link
a:link {color: #555555; font:bold; text-decoration: underline; } */
a:link {color: #555555; font:bold; text-decoration: none; }
a:visited {color: #555555;  font:bold; text-decoration: none; }
a:hover {color: #252525;  font:bold; text-decoration: underline;}
a:active {color: #555555;  font:bold; text-decoration: none;}

/* modal  */
#simplemodal-overlay {
  background-color:#000;
}
#modal_content{
  display:none;
  margin:50 auto;
  width:300px;
  height:200px;
  /*background:#fff;*/
  background:#ffffff;
}
#modal_txt{
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  margin-top: 70px;
  height: 90px;
  float:left;
  text-align: center;

}
#login_close{
  float:left;
  height: 30px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
/*background style*/
.bg_wg{
  background-color: #efefef;
}

input.box {
	/*background: none repeat scroll 0 0 #FFF;*/
	border:1px solid #d5d0ca;
	color: #656565;
	font: 12px/15px '돋움',sans-serif;
	height: 15px;
	padding: 2px 3px;
	vertical-align: middle;
}  

.sworker_sub_txt{
  padding: 10px; 
  background: #d7c8f0; 
  color: #7b61a5;
  margin-bottom: 15px;
}

.sworker_sub_txt a{
  color: #7b61a5;
  font-weight: bold;
}
.sworker_sub_txt a:hover{
  color: #7b61a5;
  text-decoration: underline;
}


.subtitle_gr{
  padding: 10px; 
  background: #b5e3e8; 
  color: #528086;
  margin-bottom: 15px;
}

.subtitle_gr a{
  color: #528086;
  font-weight: bold;
}
.subtitle_gr a:hover{
  color: #528086;
  text-decoration: underline;
}

.subtitle_mint{
  padding: 10px; 
  background: #4ac0cc; 
  text-align: center; 
  margin-top: 10px; 
  color: #fff;
}

.subtitle_mint a, .subtitle_mint a:hover, .subtitle_mint a:active, .subtitle_mint a:link .subtitle_mint a:visited{
  color: #fff;
}
.t_basic {
    color: #738e3d;
    display: inline-block;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: normal;
}
.center_align{
  text-align: center;
}
.now_page_color{
  color: #4fc7a4;
}
.cate_div, .place_div{
  float: left;
  border: 1px solid #cdcdcd;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}
.cate_div:hover, .place_div:hover{
  border: 1px solid #555;

}
.cate_div2{
  float: left;
  border: 1px solid #cdcdcd;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  border-radius: 5px;
}
.inno_bt {
    background: #fff;
    color: #2dcb91;
    border: 1px solid #2dcb91;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
/*Font style*/
 .comment{
	color: #ccbd48;
 }
.t_say{	
	color: #727b6a;
	font-size: 12px;
	line-height:18px;
}
.t_say_unbg{
	color: #738e3d;
	/*font-weight:bold;*/
	font-size: 15px;
	line-height:18px;
}
.dg_txt{
	background-color : #515248;
	color: #ffffff;
	font-weight:bold;
	font-size: 15px;
	line-height:18px;
}
/*원문보기*/
.go_ori a{
	color: #757575;
	font-weight:bold;
	font-size: 12px;
	padding-right:10px;
	padding-left: 10px;
}
/* minimal */
button.bt_w70 {
  width: 70px;
}
button.bt_w80 {
  width: 80px;
}
button.bt_w100 {
  width: 100px;
}
button.bt_w150 {
  width: 150px;
}
button.bt_w280 {
  width: 280px;
}
button.bt_w500 {
  width: 500px;
}
button.bt_w800 {
  width: 900px;
}
button.bt_h15 {
  height: 15px;
}
button.bt_h30 {
  height: 30px;
}
button.bt_h55 {
  height: 55px;
}
button.bt_h50 {
  height: 50px;
}
/*Top button style*/
/*dark gray*/
button.bt_top_dg {
  background: #515248;
  border: 0px solid #515248;
  /* text-shadow: 0 1px 0 #d8e89d; */
  color: #ffffff;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  - webkit-border-top-right-radius: 7px;
  - webkit-border-top-left-radius: 7px;
  - moz-border-radius-topright: 7px;
  - moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
button.bt_top_dg:hover {
  background: #7e7e7e;
  -moz-box-shadow: inset 0 0 1px 1px #7e7e7e;
  -webkit-box-shadow: inset 0 0 1px 1px #7e7e7e;
  box-shadow: inset 0 0 1px 1px #7e7e7e;
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}
button.bt_top_dg:active {
  background: #515248;
  -moz-box-shadow: inset 0 0 1px 1px #515248;
  -webkit-box-shadow: inset 0 0 1px 1px #515248;
  box-shadow: inset 0 0 1px 1px #515248;
  color: #ffffff;
}
/*violet*/
button.bt_top_v {
  background: #ce5632;
  border: 0px solid #ce5632;
  /* text-shadow: 0 1px 0 #d8e89d; */
  color: #ffffff;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
   - webkit-border-top-right-radius: 7px;
  - webkit-border-top-left-radius: 7px;
  - moz-border-radius-topright: 7px;
  - moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
button.bt_top_v:hover {
  background: #d95a34;
  -moz-box-shadow: inset 0 0 1px 1px #d95a34;
  -webkit-box-shadow: inset 0 0 1px 1px #d95a34;
  box-shadow: inset 0 0 1px 1px #d95a34;
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}

button.bt_top_v:active {
  background: #ce5632;
  -moz-box-shadow: inset 0 0 1px 1px #ce5632;
  -webkit-box-shadow: inset 0 0 1px 1px #ce5632;
  box-shadow: inset 0 0 1px 1px #ce5632;
  color: #ffffff;
}
/*green*/
button.bt_top_gr {
  background: #34b630;
  border: 0px solid #34b630;
  /* text-shadow: 0 1px 0 #d8e89d; */
  color: #e4eed1;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  - webkit-border-top-right-radius: 7px;
  - webkit-border-top-left-radius: 7px;
  - moz-border-radius-topright: 7px;
  - moz-border-radius-topleft: 7px;
  border-radius: 7px;
  border-radius: 7px;
}
button.bt_top_gr:hover {
  background: #34b630;
  -moz-box-shadow: inset 0 0 1px 1px #4d602e;
  -webkit-box-shadow: inset 0 0 1px 1px #4d602e;
  box-shadow: inset 0 0 1px 1px #4d602e;
  text-decoration: underline;
  color: #e4eed1;
  cursor: pointer;
}
button.bt_top_gr:active {
  background: #38c333;
  -moz-box-shadow: inset 0 0 1px 1px #708a3d;
  -webkit-box-shadow: inset 0 0 1px 1px #708a3d;
  box-shadow: inset 0 0 1px 1px #708a3d;
  color: #e4eed1;
}
/*dark green*/
button.bt_top_dgr {
  background: #50652f;
  border: 0px solid #50652f;
  /* text-shadow: 0 1px 0 #d8e89d; */
  color: #eaeaea;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  - webkit-border-top-right-radius: 7px;
  - webkit-border-top-left-radius: 7px;
  - moz-border-radius-topright: 7px;
  - moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
button.bt_top_dgr:hover {
  background: #68843d;
  -moz-box-shadow: inset 0 0 1px 1px #68843d;
  -webkit-box-shadow: inset 0 0 1px 1px #68843d;
  box-shadow: inset 0 0 1px 1px #68843d;
  text-decoration: underline;
  color: #eaeaea;
  cursor: pointer;
}
button.bt_top_dgr:active {
  background: #50652f;
  -moz-box-shadow: inset 0 0 1px 1px #50652f;
  -webkit-box-shadow: inset 0 0 1px 1px #50652f;
  box-shadow: inset 0 0 1px 1px #50652f;
  color: #eaeaea;
}
/*Top button style end*/
/*green*/
button.bt_gr {
  background: #708a3d;
  border: 0px solid #708a3d;
  /* text-shadow: 0 1px 0 #d8e89d; */
  color: #e4eed1;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
}
button.bt_gr:hover {
  background: #4d602e;
  -moz-box-shadow: inset 0 0 1px 1px #4d602e;
  -webkit-box-shadow: inset 0 0 1px 1px #4d602e;
  box-shadow: inset 0 0 1px 1px #4d602e;
  text-decoration: underline;
  color: #e4eed1;
  cursor: pointer;
}
button.bt_gr:active {
  background: #708a3d;
  -moz-box-shadow: inset 0 0 1px 1px #708a3d;
  -webkit-box-shadow: inset 0 0 1px 1px #708a3d;
  box-shadow: inset 0 0 1px 1px #708a3d;
  color: #e4eed1;
}
/*dark green*/
button.bt_dgr {
  background: #50652f;
  border: 0px solid #50652f;
  /* text-shadow: 0 1px 0 #d8e89d; */
  color: #eaeaea;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
}
button.bt_dgr:hover {
  background: #68843d;
  -moz-box-shadow: inset 0 0 1px 1px #68843d;
  -webkit-box-shadow: inset 0 0 1px 1px #68843d;
  box-shadow: inset 0 0 1px 1px #68843d;
  text-decoration: underline;
  color: #eaeaea;
  cursor: pointer;
}
button.bt_dgr:active {
  background: #50652f;
  -moz-box-shadow: inset 0 0 1px 1px #50652f;
  -webkit-box-shadow: inset 0 0 1px 1px #50652f;
  box-shadow: inset 0 0 1px 1px #50652f;
  color: #eaeaea;
}
/*dark gray*/
button.bt_dg {
  background: #515248;
  border: 0px solid #515248;
  /* text-shadow: 0 1px 0 #d8e89d; */
  color: #ffffff;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
}
button.bt_dg:hover {
  background: #7e7e7e;
  -moz-box-shadow: inset 0 0 1px 1px #7e7e7e;
  -webkit-box-shadow: inset 0 0 1px 1px #7e7e7e;
  box-shadow: inset 0 0 1px 1px #7e7e7e;
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}
button.bt_dg:active {
  background: #515248;
  -moz-box-shadow: inset 0 0 1px 1px #515248;
  -webkit-box-shadow: inset 0 0 1px 1px #515248;
  box-shadow: inset 0 0 1px 1px #515248;
  color: #ffffff;
}
/*violet*/
button.bt_v {
  background: #ce5632;
  border: 0px solid #ce5632;
  /* text-shadow: 0 1px 0 #d8e89d; */
  color: #ffffff;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
}
button.bt_v:hover {
  background: #d95a34;
  -moz-box-shadow: inset 0 0 1px 1px #d95a34;
  -webkit-box-shadow: inset 0 0 1px 1px #d95a34;
  box-shadow: inset 0 0 1px 1px #d95a34;
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}

button.bt_v:active {
  background: #ce5632;
  -moz-box-shadow: inset 0 0 1px 1px #ce5632;
  -webkit-box-shadow: inset 0 0 1px 1px #ce5632;
  box-shadow: inset 0 0 1px 1px #ce5632;
  color: #ffffff;
}
/*withe blue*/
button.bt_wb {
  background: #72b1fe;
  border: 0px solid #adadad;
  text-shadow: 0 1px 0 #72b1fe;
  color: #fff;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
}
button.bt_wb:hover {
  background: #8dc0ff;
  -moz-box-shadow: inset 0 0 1px 1px #8dc0ff;
  -webkit-box-shadow: inset 0 0 1px 1px #8dc0ff;
  box-shadow: inset 0 0 1px 1px #8dc0ff;
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}
button.bt_wb:active {
  background: #72b1fe;
  -moz-box-shadow: inset 0 0 1px 1px #72b1fe;
  -webkit-box-shadow: inset 0 0 1px 1px #72b1fe;
  box-shadow: inset 0 0 1px 1px #72b1fe;
  color: #fff;
}
/*blue*/
button.bt_b {
  background: #1f81f6;
  border: 0px solid #adadad;
  text-shadow: 0 1px 0 #136dd7;
  color: #fff;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
}
button.bt_b:hover {
  background: #2177de;
  -moz-box-shadow: inset 0 0 1px 1px #2177de;
  -webkit-box-shadow: inset 0 0 1px 1px #2177de;
  box-shadow: inset 0 0 1px 1px #2177de;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
button.bt_b:active {
  background: #1f81f6;
  -moz-box-shadow: inset 0 0 1px 1px #1f81f6;
  -webkit-box-shadow: inset 0 0 1px 1px #1f81f6;
  box-shadow: inset 0 0 1px 1px #1f81f6;
  color: #fff;
}

/*gray*/
button.bt_g {
  background: #a7a7a7;
  border: 0px solid #a7a7a7;
  text-shadow: 0 1px 0 #a7a7a7;
  color: #fff;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
button.bt_g:hover {
  background: #535353;
  -moz-box-shadow: inset 0 0 1px 1px #535353;
  -webkit-box-shadow: inset 0 0 1px 1px #535353;
  box-shadow: inset 0 0 1px 1px #535353;
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}
button.bt_g:active {
  background: #a7a7a7;
  -moz-box-shadow: inset 0 0 1px 1px #a7a7a7;
  -webkit-box-shadow: inset 0 0 1px 1px #a7a7a7;
  box-shadow: inset 0 0 1px 1px #a7a7a7;
  color: #fff;
}
/*yellow*/
button.bt_y {
  background: #eade8c;
  box-shadow: inset 0 0 1px 1px #DFD487;
  border: 0px solid #ADB38D;
  text-shadow: 0 1px 0 #eade8c;
  color: #303030;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
}
button.bt_y:hover {
  background: #F5EBA6;
  -moz-box-shadow: inset 0 0 1px 1px #F5EBA6;
  -webkit-box-shadow: inset 0 0 1px 1px #F5EBA6;
  box-shadow: inset 0 0 1px 1px #F5EBA6;
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
}
button.bt_y:active {
  background: #E3D67E;
  -moz-box-shadow: inset 0 0 1px 1px #E3D67E;
  -webkit-box-shadow: inset 0 0 1px 1px #E3D67E;
  box-shadow: inset 0 0 1px 1px #E3D67E;
  color: #303030;
}
/*white gray*/
button.bt_wg {
  background: #eeeeee;
  border: 0px solid #eeeeee;
  text-shadow: 0 1px 0 #eeeeee;
  color: #303030;
  /*font-family: "helvetica neue", helvetica, arial, sans-serif;*/
  font-size: 12px;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
}
button.bt_wg:hover {
  background: #bdbdbd;
  -moz-box-shadow: inset 0 0 1px 1px #bdbdbd;
  -webkit-box-shadow: inset 0 0 1px 1px #bdbdbd;
  box-shadow: inset 0 0 1px 1px #bdbdbd;
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
}
button.bt_wg:active {
  background: #a7a7a7;
  -moz-box-shadow: inset 0 0 1px 1px #a7a7a7;
  -webkit-box-shadow: inset 0 0 1px 1px #a7a7a7;
  box-shadow: inset 0 0 1px 1px #a7a7a7;
  color: #303030;
}
/* popup style */
.popup {
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  /*font: 12px/100% Arial, Helvetica, sans-serif;*/
  line-height:25px;
  padding: 0em 0em .55em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);

  color: #474747;
  border: solid 5px #d8ea9e;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a44fa), to(#f04287a));
  background: -moz-linear-gradient(top,  #0a48a5,  #ffffff);
}
.popup_subject {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font: 12px/100% Arial, Helvetica, sans-serif;
  font-weight:bold;

  color: #474747;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a44fa), to(#f04287a));
  background: -moz-linear-gradient(top,  #0a48a5,  #ffffff);
}

