/* 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:24px;
	text-align:justify;
    font-family: 'OneShinhanLight', sans-serif;
    text-decoration: none;
    font-weight: 500;
}

h1{
  font-size: 30px;
  line-height:35px;
  font-style: bold;
  font-family: 'OneShinhanBold', sans-serif;
  text-decoration: none;
  font-weight: 700;
}
h2{
  font-size: 25px;
  line-height: 28px;
  font-style: bold;
  font-family: 'OneShinhanBold', sans-serif;
  text-decoration: none;
  font-weight: 700;
}
h3{
	font-size: 15px;
	line-height:33px;
	letter-spacing: 0px;
	font-style: bold;
    font-family: 'OneShinhanBold', sans-serif;
    text-decoration: none;
    font-weight: 600;
}
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;}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
  font-weight: bold;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #fff;
  border-color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0068E3;
  border-color: #0068E3;
  border-radius: 5px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

#signature_area{
  float: left;
  text-align: left;
  border-bottom: #ebebe3 1px solid;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 15px;
  padding-bottom: 15px
}
.bt1{
  margin-left: 10px;
  width: 25px;
}
.btn1{
  color: #fff;
  background-color: #0068E3;
  border: 0px;
  border-radius: 70px;
  text-align: center;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  min-width: 100px;
}
.btn2{
  color: #0068E3;
  background-color: #ffffff;
  border: 1px solid #0068E3;
  border-radius: 70px;
  text-align: center;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  min-width: 100px;
}
.btn2_off{
  color: #B3D2F7;
  background-color: #ffffff;
  border: 1px solid #B3D2F7;
  border-radius: 70px;
  text-align: center;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  min-width: 100px;
}
.btn3{
  color: #333235;
  background-color: #ffffff;
  border: 1px solid #C5C5CC;
  border-radius: 70px;
  text-align: center;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  min-width: 100px;
}
.img1{
  margin-right: 5px;
  width: 15px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.img2{
  margin-left: 10px; 
  width: 20px;
}
/* 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, textarea{
  width: 100%;
}

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;
}  
#add_other_info, #team_mate_add, #team_add, #linked_url_add, #linked_url_edit_area, #graph_add, #graph_edit_area, #emlist_add {
    display: none;
}
input[type=checkbox]{
  width: 20px;
  cursor: pointer;
}
input[type=radio]{
  width: 20px;
  cursor: pointer;
}
label{
  cursor: pointer;
  display: inline-block;
}
/**table style**/
.admin_table{
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.admin_table td, .admin_table th{
  font-size: 8pt;
    border: 1px solid #cdcdcd;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.admin_table td {
  color:#000000;
  background-color:#efefef;
}
.admin_table a{
  font-size: 8pt;
}

.button_div{
  border: 1px #efefef solid; 
  background: #ffffff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  float:left;
  text-align: center;
  margin-bottom: 5px;
  cursor:pointer;
  font-weight: bold;
}
.button_div:hover{
  border: 1px #cdcdcd solid; 
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  float:left;
  text-align: center;
  margin-bottom: 5px;
  cursor:pointer;
  font-weight: bold;
  background-color: #cdcdcd;
  float: left;
}
.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: #7ba8ff;
    display: inline-block;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 15px;
    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;
}
.signup_bt {
    background: #555;
    color: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    transition:0.345s ease-in-out; 
}
.signup_bt:hover{
    background: #444;
    border: 1px solid #444;
}

.u_type,.u_type_edu{
  float: left; 
  text-align: center; 
  width: 46%; 
  padding: 10px;
  margin: 2%;
  border-radius: 5px;
  border: 3px solid #cdcdcd;
  cursor: pointer;
}
.u_type:hover{
  border: 3px solid #185ec4;
  transition:0.345s ease-in-out; 
}
.u_type_on{
  display: none;
}
.u_type_edu:hover{
  border: 3px solid #f1aa72;
  transition:0.345s ease-in-out; 
}
.inno_bt {
    background: #fff;
    color: #fff;
    background: #1f42d0;
    border-radius: 70px;
    border: 1px solid #1f42d0;
    padding: 10px;
    cursor: pointer;
    transition:0.345s ease-in-out; 
}
.inno_bt:hover {
    background: #fff;
    color: #1f42d0;
    border: 1px solid #1f42d0;
    transition:0.345s ease-in-out; 
}
.inno_table{
  width: 100%;
  border: 0px;
  border-top: 1px solid #313030;
  border-collapse: collapse;
}
.inno_table th{
  font-weight: bold;
  border: 0px;
  border-bottom: 1px solid #313030;
  padding: 10px;
}
.inno_table td{
  font-weight: bold;
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
.inno_table_last_tr td{
  font-weight: bold;
  border: 0px;
  border-bottom: 1px solid #313030;
  padding: 10px;
}
.inno_table .price_td{
  text-align: right;
}
.inno_table table tr td{
  padding: 5px;
}
.date_st{
  text-align: right;
}

/*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);
}

#gwon_service_zone{
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  border: 1px solid #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
#share_zone{
  float: left;
  width: 100%;
}
#recommend{
  float: left;
  width: 50%;
  text-align: left;
}
#sns_area{
  float: left;
  width: 50%;
  text-align: right;

}
.sns_area_on{
  clear: both;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
}
@media ( max-width:799px) {
  #gwon_service_zone{
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    border: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  #recommend{
    width: 100%;
    float: left;
    text-align: center;
  }
  #sns_area{
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
  }
}
/* login */
    .loginKinds {
      float: left;
      list-style:none;
      width: 100%;
    }
    .loginKinds li { 
      float: left;
      width: 33%; 
      text-align:center; 
    }
    .loginKinds li img{
      max-width: 100%;
    }
    .loginKinds a { 
      text-align:center; 
    }
    .loginKinds li a { 
      padding:0 5 0 5px; 
      position:relative; 
      display:block; 
      margin:6px 0 0 6px; 
      line-height:42px; 
      font-size:14px; 
      color:#fff; 
      border-radius:8px; 
    }
    .loginKinds li a span { font-weight: 300; margin-left: 40px;}
    .loginKinds li a.facebook { /* padding:0 0 0 60px; */ background:url("/img/icon/icon_login_facebook.png") 17px 50% no-repeat #4966b9; transition:0.345s ease-in-out; }
    .loginKinds li a.facebook:before { content:''; position:absolute; top:0; left:45px; width:1px; height:100%; background:#3e579d; }
    .loginKinds li a.google { /* padding:0 0 0 68px; */ background:url("/img/icon/icon_login_google.png") 12px 50% no-repeat #f4f4f4; transition:0.345s ease-in-out; border:1px solid #ddd; color:#333; }
    .loginKinds li a.google:before { content:''; position:absolute; top:0; left:45px; width:1px; height:100%; background:#d0d0d0; }
    .loginKinds li a.email_signup span{ font-weight: 300; margin-left: 0px;}
    .loginKinds li a.email_signup { 
      /* padding:0 0 0 68px; */ background:#1f42d0; transition:0.345s ease-in-out; border:1px solid #ddd; color:#fff; text-align: center; 
    }
    .loginKinds li a.kakao { /* padding:0 0 0 60px; */ background:url("/img/icon/icon_login_kakao.png") 12px 50% no-repeat #ffeb00; transition:0.345s ease-in-out; color:#3e3a39; }
    .loginKinds li a.kakao:before { content:''; position:absolute; top:0; left:45px; width:1px; height:100%; background:#d9c800; }
    .loginKinds li a.naver { /* padding:0 0 0 63px; */ background:url("/img/icon/icon_login_naver.png") 15px 50% no-repeat #4bce35; transition:0.345s ease-in-out; }
    .loginKinds li a.naver:before { content:''; position:absolute; top:0; left:45px; width:1px; height:100%; background:#40af2d; }
  /* EOD : login */