/* CSS Document */
/*webfont*/

body,a,td,select,div,p,pre,input,form,textarea,option,pre,blockquote,button {
  font-size: 14px;
  color: #2d2f30;
  letter-spacing: 0px;
  line-height:21px;
  text-align:justify;
}

h1{
  font-size: 30px;
  line-height:1.2em;
  font-style: bold;
}
h2{
  font-size: 25px;
  line-height:1.2em;
  font-style: bold;
}
h3{
  font-size: 15px;
  line-height:1.2em;
  letter-spacing: 0px;
  font-style: bold;
}
hr{
  border:0px;
  border-bottom: 1px solid #cdcdcd;
}
ul li{
  list-style: none;
}
/* link
a:link {color: #2d2f30; font:bold; text-decoration: underline; } */
a:link {color: #2d2f30; font:bold; text-decoration: none; }
a:visited {color: #2d2f30;  font:bold; text-decoration: none; }
a:hover {color: #252525;  font:bold; text-decoration: underline;}
a:active {color: #2d2f30;  font:bold; text-decoration: none;}

::selection {
  background-color: #6ABECC;
  color: #ffffff;
}
.display_none{
  display: none;
}
#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
}
.fw_900{
  font-weight: 900 !important;
}
.fw_700{
  font-weight: 700 !important;
}
.fw_500{
  font-weight: 500 !important;
}
.fw_400{
  font-weight: 400 !important;
}
.bt1{
  margin-left: 10px;
  width: 25px;
}
.img1{
  margin-right: 5px;
  width: 15px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.img2{
  margin-left: 10px; 
  width: 20px;
}
.div_line{
  border-top: 1px solid #f8f8f8;
}
/* modal  */
#simplemodal-overlay {
  background-color:#000;
}
#modal_content{
  display:none;
  margin:0 auto;
  width:300px;
}
#modal_txt{
  padding: 20px 30px;
  border-radius: 0px 0px 15px 15px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  max-height: 450px;
  overflow-y: auto;
}
#inc_responses_con_area{
  float: left;
  width: 100%;
}
#login_close{
  height: 30px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  float: left;
  z-index: 10000;
}
#login_close img{
  width: 40px;

}
/* modal style start*/
.inc_resp_con{
  width: 100%;
  border-radius: 15px;
  background: #ffffff;
}
.inc_resp_con .inc_resp_con_head_img{
  height: 70px;
  background-image: url('/img/bg/popup_head.png');
  background-position: center;
  margin-top: 20px; border-radius: 15px 15px 0 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.inc_resp_con .inc_resp_con_head{
  border-bottom: 1px solid #AAAAA9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.inc_resp_con .inc_resp_con_head h3{
  font-weight: 700;
  font-size: 20px;
}
.inc_resp_con .inc_resp_con_txt{
  /* padding: 20px 0; */
}
.inc_resp_con .inc_resp_con_txt p{
  font-size: 16px;
  font-weight: 500;
}
.inc_resp_con .inc_resp_con_action{
  text-align: right;
  margin-top: 20px;
}
/* modal style end */

/*background style*/
.bg_wg{
  background-color: #efefef;
}
input, textarea{
  width: 100%;
}

input.box{
  /*background: none repeat scroll 0 0 #FFF;*/
  border: 1px solid #757575;
  border-radius: 7px;
  font-size: 14px;
  padding: 0 15px;
  height: 34px;;
} 
input.box:focus{
  border-color: #6ABECC;
    outline: 0;
}

input.box::placeholder{
  color:#AAAAA9;
  font-weight: 400;
}
textarea.box {
  /*background: none repeat scroll 0 0 #FFF;*/
  border: 1px solid #757575;
  border-radius: 10px;
  font-size: 14px;
  padding: 7px 15px;
  min-height: 8em;
}
textarea.box::placeholder{
  color:#AAAAA9;
  font-weight: 400;
}
select.box{
  background: #F8F8F8;
  border: 1px solid #AAAAA9;
  border-radius: 7px;
  font-size: 14px;
  padding: 0 15px;
  height: 34px;
} 
.flex_center{
  display: flex;
  align-items: center;
  gap: 5px;
}
#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;
}
.bg_color_white{
  background: #ffffff !important;
}
.bg_color_gray{
  background: #f7f7f8 !important;
}
.bg_color_mint{
  background: #d5efee !important;
}
.bg_color_mint_highlight{
  background: #3ec0ce !important;
}
/**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;
}
.con_titles{
  width: 100%;
}
.button_div{
  border: 1px solid #eaeaea;
  background: #ffffff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.button_div span{
  font-size: 14px; font-weight: 500;
}
.button_div:hover{
  
}
.btn_load{
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid #AAAAA9;
  border-radius: 10px;
  font-size: 14px;
  color: #757575 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn_load:hover{
  color:#2D2F30 !important;
  border-color: #2D2F30;
}
.team_name{
  font-weight: 500;
  font-size: 16px;
}
.teammate_email{
  font-weight: 400;
  font-size: 14px;
}
.team_tag{
  font-size: 12px;
  padding: 1px 5px 3px;
  background-color: #2D2F30;
  color:#ffffff;
  border-radius: 3px;
}
.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: #2D2F30;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}
.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: #6ABECC;
    border: 1px solid #6ABECC;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}
.inno_table{
  width: 100%;
  max-width: 100%;
  border: 0px;
  border-top: 1px solid #efefef;
  border-collapse: collapse;
}
.inno_table th{
  font-weight: bold;
  border: 0px;
  border-bottom: 1px solid #efefef;
  padding: 10px;
  word-break: break-all;
}
.inno_table td{
  font-weight: bold;
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  word-break: break-all;
  line-height: 20px;
}
.inno_table p, .inno_table div{
  line-height: 1.8!important;
}

.inno_table div a{
  font-size: 15px;
  font-weight: bold;
  color: #3ec0ce;
}
.inno_table td pre{
  width: 100%;
  max-width: 100%;
  white-space: pre-wrap;
  word-break: break-all;
  display: inline-table;
}
.inno_table_last_tr td{
  font-weight: bold;
  border: 0px;
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.inno_table .price_td{
  text-align: right;
}
.inno_table table tr td{
  padding: 5px;
}

//활성화 페이지의 콘텐츠 내 테이블 스타일
#iframe_con_area table{
  width: 100%;
  max-width: 100%;
  border: 0px;
  border-top: 1px solid #efefef;
  border-collapse: collapse;
}
#iframe_con_area table th{
  font-weight: bold;
  border: 0px;
  border-bottom: 1px solid #efefef;
  padding: 10px;
  word-break: break-all;
}
#iframe_con_area table td{
  font-weight: bold;
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  word-break: break-all;
  line-height: 20px;
}
#iframe_con_area table p, #iframe_con_area table div{
  line-height: 1.8!important;
}

#iframe_con_area table div a{
  font-size: 15px;
  font-weight: bold;
  color: #3ec0ce;
}
#iframe_con_area table td pre{
  width: 100%;
  max-width: 100%;
  white-space: pre-wrap;
  word-break: break-all;
  display: inline-table;
}
#iframe_con_area table table tr td{
  padding: 5px;
}

.date_st{
  text-align: right;
}

/*Font style*/
 .comment{
  color: #ccbd48;
 }
.t_say{ 
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2D2F30;
  opacity: 0.5;
}
.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;
  }
}
@media (max-width:399px) {

  #bt_top_area {
      display: none;
  }
}
@media (min-width:400px) {

  #bt_top_area {
      position: fixed;
      right: 10px;
      top: 20px;
      z-index: 999;
      display: none;
  }
}
/* login */
.gwon_login_top{
  width: 80%;
  max-width: 500px;
  height: auto;
}
  .loginKinds {overflow:hidden; list-style:none;}
  .loginKinds li { 
    width: 100%; 
    margin:0 auto; 
    text-align:center; 
  }
  .loginKinds a { 
    text-align:center; 
  }
  .loginKinds li a:hover{
    border: 1px solid #2d2f30;
  }
  .loginKinds li a.google:hover{
    border: 1px solid #2d2f30;
  }
  .loginKinds li a.email_signup:hover,  .email_signup:hover{
    background: #fff;
    border: 1px solid #6ABECC;
    color : #6ABECC;
  }
  .not_user_apply{
    background: #fff;
    border: 1px solid #2d2f30;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    color : #2d2f30;
    transition:0.345s ease-in-out;
    font-family: 'Godo', sans-serif;
    padding-top:10px;
    padding-bottom:10px;
    width: 100%;
  }
  .not_user_apply:hover{
    font-weight: bold;
    background: #2d2f30;
    border: 1px solid #2d2f30;
    border-radius: 5px;
    font-size: 15px;
    color : #fff;
    font-family: 'Godo', sans-serif;
    padding-top:10px;
    padding-bottom:10px;
    width: 100%;
  }
  .attachment-item{
    float: left;
    width: 100%;

  }
  .attachment-item button{
    white-space: normal !important;
    word-wrap: break-word;
    text-align: left;
    /* width: 100%; 또는 원하는 최대 너비 (예: 300px) */
    max-width: 100%; /* 원하는 최대 너비로 조정 가능 */
    height: auto;
    padding: 6px 12px;
  }
  .loginKinds li a { padding:0 0 0 23px; position:relative; display:block; margin:6px 0 0 6px; height:42px; line-height:42px; border:1px solid transparent; 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:#2d2f30; }
  .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,  .email_signup { 
    /* padding:0 0 0 68px; */ background:#6ABECC; transition:0.345s ease-in-out;  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 */
/*활성화 페이지 내 게시판 등 공통 영역 기본 여백 설정*/
#main_con_board{
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}
#board_con_area{
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}
#board_con_area img{
  max-width: 100%;
}
#main_con_form{
    padding-left: 1%;
    padding-right: 1%;
    width: 98%;
}
/*지원서 작성*/
.con_txt{
  float: left;
  text-align: left;
  width: 100%;
}
/***콘텐츠 전체 영역에 대한 설정값이 적용됩니다.***/
.form_con_div{
 position: relative; 
 float: left;
 text-align: left;
 /*border-top: #ebebe3 1px solid;*/
 width: 96%;
 padding-left: 2%;
 padding-right: 2%;
 padding-top: 15px;
 padding-bottom: 15px;
}
.form-control{
  padding: 2px 5px;
}
#bt_openpage_main_apply{
  width: 60%; 
  height: 60px; 
  font-size: 20px;
}
#pagination_area{
  float: left;
  width: 100%;
}
.uploaded_img{
  position: relative;
  width:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/** button icon style **/
/* 파일 업로드 버튼 */
.btn_file_upload{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_file_upload::before{
  background-image: url('/img/icon/ic_file_upload.png');
  display: inline-block;
  content:"";
}
/* 파일 다운로드 버튼 */
.btn_file_download{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_file_download::before{
  background-image: url('/img/icon/ic_download.png');
  display: inline-block;
  content:"";
}
/* 저장 버튼 */
.btn_save{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_save::before{
  background-image: url('/img/icon/ic_save.png');
  display: inline-block;
  content:"";
}
/* 수정 버튼 */
.btn_edit{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_edit::before{
  background-image: url('/img/icon/ic_edit.png');
  display: inline-block;
  content:"";
}
/* 삭제 버튼 */
.btn_delete{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_delete::before{
  background-image: url('/img/icon/ic_trash.png');
  display: inline-block;
  content:"";
}
/* 되돌아가기 버튼 */
.btn_undo_white{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_undo_white::before{
  background-image: url('/img/icon/ic_undo.png');
  display: inline-block;
  content:"";
}
/* 되돌아가기 버튼 - 회색 */
.btn_undo_grey{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_undo_grey::before{
  background-image: url('/img/icon/ic_undo_grey.png');
  display: inline-block;
  content:"";
}
/* 선택 버튼 - 선택 x */
.btn_select{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_select::before{
  background-image: url('/img/icon/ic_checkbox.png');
  display: inline-block;
  content:"";
}
/* 선택 버튼 - 선택 o */
.btn_selected{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_selected::before{
  background-image: url('/img/icon/ic_checked.png');
  display: inline-block;
  content:"";
}
/* 추가 버튼 - 배경색 민트*/
.btn_add_primary{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_add_primary::before{
  background-image: url('/img/icon/ic_add_white.png');
  display: inline-block;
  content:"";
}
/* 추가 버튼 - 배경색 화이트 */
.btn_add_white{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_add_white::before{
  background-image: url('/img/icon/ic_add_grey.png');
  display: inline-block;
  content:"";
}
/* 링크 버튼 */
.btn_link_white{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_link_white::before{
  background-image: url('/img/icon/ic_link.png');
  display: inline-block;
  content:"";
}
.btn_link_grey{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_link_grey::before{
  background-image: url('/img/icon/ic_link_grey.png');
  display: inline-block;
  content:"";
}
/* 다음 진행 */
.btn_next{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_next::after{
  background-image: url('/img/icon/ic_next_arrow.png');
  display: inline-block;
  content:"";
}
/* 설정 */
.btn_setting{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_setting::before{
  background-image: url('/img/icon/ic_setting_grey.png');
  display: inline-block;
  content:"";
}
.btn_setting_white{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_setting_white::before{
  background-image: url('/img/icon/ic_setting_white.png');
  display: inline-block;
  content:"";
}
/* 엑셀 다운로드 */
.btn_excel{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_excel::before{
  background-image: url('/img/icon/icon_excel.png');
  display: inline-block;
  content:"";
}
/* x 표 흰색 */
.btn_x_white{
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn_x_white::before{
  background-image: url('/img/icon/icon_x_w.png');
  display: inline-block;
  content:"";
}
#con_area{
  margin-bottom: 65px;
}
#openpage_contact_area{
  clear: both;
  display: inline-block;
  border: 1px solid #cdcdcd; 
  background:#efefef; 
  width: 96%;
  padding: 2% 2% 15px 2%; 
  margin-top: 15px; 
  margin-bottom: 15px;
  margin-right: auto; 
  margin-left: auto; 
  border-radius: 10px; 
}
.openpage_contact_area_con{
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contact_info_ul{
  padding-left: 20px;
}
#contact_info_ul li{
  list-style: disc;
  margin-top: 10px;
  padding-left: 3px;
}
.contact_gwon_cr_img{
  float: left;
}
.openpage_contact_area_con_detail{
  float: left;
}

.ch_admin_menu_selected, .host_admin_menu_selected{
  font-weight: bold !important;
  color: #6ABECC !important;
}
.font_gr{
  color: #888;
}
#scroll-to-top{
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}
@media screen and (max-width: 599px) {
    #main_con_form {
        /* 예시로 padding과 width를 변경할 수 있습니다. */
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
    }
}