@charset "utf-8";
/* CSS 서브페이지 */
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
html,body {
	height:100%;
	-webkit-appearance:none;
	font-family:Nanum Gothic,'Nanum Gothic','돋움',Dotum,Helvetica,sans-serif;
}
/*common*/
.sub_wrap {
	margin-top:250px;
}
#sitemapNavi {
	margin-top:250px
}
#sitemapNavi ul {
	font-size:13px;
	color:#000000
}
.heading {
	text-align:center;
	margin:50px 0px
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color:#74ce70;
	border-color:#74ce70;
}
.pagination > li > a, .pagination > li > span {
	color:#9b9b9b
}
/*common*/

/*임상시험 모집정보 - 등록현황*/
#searchRegister {
	margin-bottom:100px
}
#searchRegister .selectBoxA {
	padding:0;
	z-index:1
}
#searchRegister .selectBoxInner_A {
	padding:20px;
	border:1px solid #ddd;
	width:100%; height:60px;
	background-color:#fcfcfc;
	color:#9b9b9b
}
#searchRegister .selectBoxInner_A.on {
  background: #4b623b;
  color:#ffffff;
}
#searchRegister .selectListBox_A {
	border:1px solid #ddd;
	margin-top:-1px;
	position:relative
}
#searchRegister .selectBoxInner_C {
	padding:10px 10px 0px 20px;
	border:1px solid #ddd;
	margin-top:-1px;
	width:100%; height:70px;
	background-color:#ffffff;
	color:#9b9b9b;
}
#searchRegister .selectBoxInner_C input {
	border:none;
	background-color:transparent;
	width:810px; height:50px;
	float:left;
	font-size:12px
}
#searchRegister .selectBoxInner_C button {
	width:125px; height:50px;
	background-color:#92c56d;
	border:none;
	float:right;
	font-size:12px;
}
#searchRegister .selectBoxInner_A label {
	display:inline-block
}
#searchRegister .selectBoxInner_A .fa {
	display:inline-block;
	float:right
}
.headingTotal {
	margin-left:5px;
	color:#74ce70
}
.searchTab-list li {
	padding-left:1px;
	padding-right:1px;
}
.searchTab-list li a {
	font-size:12px;
	font-weight:bold;
	color:#9b9b9b;
}
.searchTab-list li a.active {
	font-weight:bold;
	color:#5e5e5e
}
.searchTab-list .lotaDivider {
	padding-left:15px; padding-right:15px;
	color:#9b9b9b
}
/*임상시험 모집정보 - 등록현황*/

/*임상시험 모집정보 - 질환바로찾기*/
#searchRegister .selectBoxInner_C ul {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	margin-top:17px;
}
#searchRegister .selectBoxInner_C ul li label {
	color:#92c56d
}
#searchRegister .selectBoxInner_C ul li button {
	background:url(../images/icon/icn-del.png) no-repeat; width:15px; height:15px;
	border:none;
	margin-left:5px;
}
#searchRegister .layer {
	border:1px solid #4b623b;
	margin-top:-1px;
	width:100%; min-height:200px;
	overflow:hidden;
	position:absolute;
	top:60px;
	background-color:#ffffff;
	width:1080px;
	height:292px;
	z-index:10;
}
#searchRegister .selectBoxInner_D, #searchRegister .selectBoxInner_E {
	padding:12px 10px 0px 20px;
	border-bottom:1px solid #ddd;
	width:100%; height:45px;
	background-color:#ffffff;
	color:#9b9b9b;
}
#searchRegister .selectBoxInner_E span {
	font-size:11px; display:inline-block;
	float:right;
	margin-top:4px;
}
#searchRegister .select-list {
	height:290px;
	line-height:1.5em;
}
#searchRegister .select-list ul li {
	padding:7px 20px 4px 20px
}
#searchRegister .select-list ul li:hover {
	background-color: rgba(146, 197, 109, 0.2);
}
#searchRegister .select-list a {
	font-size:12px;
	font-weight:bold;
	color:#9b9b9b;
	display:block;
	cursor:pointer
}
#searchRegister .select-list a.selectText {
	color:#92c56d
}
#searchRegister .select-list .fa {
	float:right;
	font-size:25px;
}
#searchRegister .select-list-Detail {
	height:290px;
	line-height:2em
}
#searchRegister .select-list-Detail ul li {
	padding:7px 0px 0px 20px;
	width:50%;
	float:left
}
.mCustomScrollbar .control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 12px;
  color:#9b9b9b
}
.mCustomScrollbar .control input {
  z-index: -1;
  opacity: 0;
}
.mCustomScrollbar .control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.mCustomScrollbar .control--radio .control__indicator {
  border-radius: 50%;
}
.mCustomScrollbar .control:hover input ~ .control__indicator,
.mCustomScrollbar .control input:focus ~ .control__indicator {
  background: #ccc;
}
.mCustomScrollbar .control input:checked ~ .control__indicator {
  background: #92c56d;
}
.mCustomScrollbar .control:hover input:not([disabled]):checked ~ .control__indicator,
.mCustomScrollbar .control input:checked:focus ~ .control__indicator {
    background: #85bd5c;
}
.mCustomScrollbar .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.mCustomScrollbar .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.mCustomScrollbar .control input:checked ~ .control__indicator:after {
  display: block;
}
.mCustomScrollbar .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.mCustomScrollbar .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.mCustomScrollbar .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.mCustomScrollbar .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
#searchResult {
 opacity: 0;
 visibility: hidden;
}
#searchResult.open {
  opacity: 1;
  visibility: visible;
}
/*임상시험 모집정보 - 질환바로찾기*/

/*위치로 찾기*/
#searchRegister .mapSearch-subText {
	font-size:12px; font-weight:bold;
	color:#626262; text-align:center;
	display:block;
	position:relative; top:-40px
}
#searchRegister .mapLayout {
	width:100%; min-height:572px; max-height:572px;
	background-color:#666; border:1px solid #ddd
}
#searchRegister .mapSearchBox {
	text-align:right;
	float:right;
	margin-top:20px
}
#searchRegister .mapSearchBox input {
	width:324px; height:40px;
	float:left;
	padding:10px;
	border:1px solid #9b9b9b;
	font-size:12px
}
#searchRegister .mapSearchBox button {
	width:100px; height:40px;
	background-color:#92c56d;
	border:none;
	float:right;
	border-radius:0px;
	font-size:12px
}
/*위치로 찾기*/

/*위치로찾기-임상시험상세정보*/
#search-detailView .search-detailView-box .sub-mark {
	display:block;
	background:url(../images/icon/icn-s.png) no-repeat;
	width:25px;
	height:31px;
	z-index:1000;
	float:left;
}
#search-detailView .search-detailView-box .text-left .sub-mark-text {
	font-size:12px;
	font-weight:bold;
	float:left;
	display: block;
	margin: 10px 0px 0px 10px
}
#search-detailView .search-detailView-box .text-right .date {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	display: block;
}
#search-detailView .search-detailView-box {
	border:1px solid #d2d2d2;
	height:230px;
	margin-top:50px
}
#search-detailView .m-capsule-green, #search-detailView .m-capsule-blue, #search-detailView .custom {
	display:inline-block
}
#search-detailView .custom {
	margin-left:5px
}
#search-detailView .detail-title {
	display:inline-block;
	vertical-align:sub;
	margin-left:10px
}
#search-detailView .detail-title-list {
	font-size:14px;
	font-weight:normal;
	margin-top:15px
}
#search-detailView .detail-title-list li {
	border-right:1px solid #ddd;
	line-height:1em;
	padding:0px 15px
}
#search-detailView .detail-title-list li:last-child {
	border-right:none
}
#search-detailView .info-text {
	color:#5e5e5e;
	font-weight:normal;
	font-size:14px;
	margin-top:10px;
	margin-bottom:50px;
	text-align:right;
	clear:both
}
#detailView-tabBox #detailviewTab {
	position:relative
}
#detailView-tabBox #detailviewTab .nav-pills {
	 float:left
}
#detailView-tabBox #detailviewTab .right-iconGroup {
	float:right;
	margin-top:10px
}
#detailviewTab .nav-pills > li {
	min-width:250px;
	background-color:#fcfcfc;
	font-size:16px;
	font-weight:bold;
	margin-bottom:-1px
}
#detailviewTab .nav-pills > li a {
	padding:15px;
	color:#5e5e5e;
	border:1px solid #ddd;
	border-radius:0
}

#detailviewTab .nav-pills > li.active > a, #detailviewTab  .nav-pills > li.active > a:hover, #detailviewTab  .nav-pills > li.active > a:focus {
	background-color:#4b623b;
	border-radius:0;
	color:#fff;
}
#detailviewTab .tab-content {
	border:1px solid #ddd;
	padding:20px
}
#detailviewTab .tab-content p {
	font-size:14px;
	font-weight:normal;
	color:#5e5e5e;
	margin-bottom:40px;
	line-height:2em
}
#detailviewTab .danger-text {
	margin-bottom:50px;
	font-size:14px;
	font-weight:normal;
	color:#888;
	margin-top:10px
}
#detailviewTab .bottom-btn {
	text-align:center
}
#detailviewTab .bottom-btn button {
	border-radius:0;
	background-color:#92c56d;
	width:200px; height:60px;
	border:none;
	font-size:15px
}
#detailviewTab .bottom-btn .list-view {
	float:right;
	display:block;
	margin-top:10px;
}
#detailviewTab .bottom-btn .list-view h5 {
	color:#5e5e5e
}
#detailviewTab .bottom-btn .list-view .fa {
	margin-left:5px;
}
#detailView-tabBox .mapLayout {
	width:100%; min-height:572px; max-height:572px;
	background-color:#666; border:1px solid #ddd;
	margin-bottom:50px;
}
#detailviewTab .tab-content .organization {
	font-size:12px;
}
#detailviewTab .tab-content .organization thead {
	font-weight:bold;
	color:#9b9b9b
}
#detailviewTab .tab-content .organization tr > td {
	padding:15px;
	vertical-align:middle
}
#detailviewTab .tab-content .organization tbody tr > td:last-child {
	text-align:right
}
#detailviewTab .tab-content .organization tr > td button {
	background-color:#fafafa;
	border:1px solid #bcbcbc;
	width:80px;
	height:30px
}
#detailviewTab .tab-content .organization tr > td button .fa {
	margin-right:5px
}
.popup-share{
  /*Hides pop-up when there is no "active" class*/
  visibility:hidden;
  position:absolute;
  top:50px;
  right:15px;
  background:#ffffff;
  border:1px solid #979797;
  width:420px;
  height:auto;
  padding:15px;
  z-index:1000
}
.popup-share.active{
  /*displays pop-up when "active" class is present*/
  visibility:visible;
  text-align:center;
}
.popup-share .url-Copy {
	width:365px;
	margin:0 auto;
	padding-top:20px;
	font-size:12px
}
.popup-share .url-Copy input[type=text] {
	width:240px; height:40px; float:left; border:1px solid #979797;  padding:0 10px
}
.popup-share .url-Copy button {
	background-color:#92c56d; border:none; width:125px; height:40px; color:#fff; float:left
}
.popup-share .shareList li {
	padding:0 15px;
	font-size:12px;
}
.popup-share .shareList li span {
	font-size:12px;
	display:block
}
.popup-share .close-btn {
	border:none;
	background:url(../images/icon/icn-x.png) no-repeat; width:20px; height:20px;
	position:absolute; top:10px; right:10px
}
.popup-share .popup-content {
  /*Hides pop-up content when there is no "active" class */
 visibility:hidden;
}
.popup-share .popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility:visible;
}
.appRequest-text {display:block; margin-bottom:10px}
.urlRadioGroup .control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 12px;
  color:#9b9b9b
}
.urlRadioGroup .control input {
  z-index: -1;
  opacity: 0;
}
.urlRadioGroup .control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.urlRadioGroup .control--radio .control__indicator {
  border-radius: 50%;
}
.urlRadioGroup .control:hover input ~ .control__indicator,
.urlRadioGroup .control input:focus ~ .control__indicator {
  background: #ccc;
}
.urlRadioGroup .control input:checked ~ .control__indicator {
  background: #92c56d;
}
.urlRadioGroup .control:hover input:not([disabled]):checked ~ .control__indicator,
.urlRadioGroup .control input:checked:focus ~ .control__indicator {
    background: #85bd5c;
}
.urlRadioGroup .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.urlRadioGroup .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.urlRadioGroup .control input:checked ~ .control__indicator:after {
  display: block;
}
.urlRadioGroup .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.urlRadioGroup .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.urlRadioGroup .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.urlRadioGroup .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
/*위치로찾기-임상시험상세정보*/

/*뉴스리스트*/
#new_list #newListTab .nav-pills {
	 float:left
}
#new_list #newListTab .nav-pills > li {
	min-width:250px;
	background-color:#fcfcfc;
	font-size:16px;
	font-weight:bold;
	margin-bottom:-1px
}
#new_list #newListTab .nav-pills > li a {
	padding:15px;
	color:#5e5e5e;
	border:1px solid #ddd;
	border-radius:0
}
#new_list #newListTab .nav-pills > li.active > a, #new_list #newListTab  .nav-pills > li.active > a:hover, #new_list #newListTab  .nav-pills > li.active > a:focus {
	background-color:#4b623b;
	border-radius:0;
	color:#fff;
}
#new_list  #newListTab .tab-content {
	padding:20px 0px;
	margin-bottom:30px;
}
#new_list #thumbs {
	margin:0;
	padding:0;
	background-color:#d2d2d2
}
#new_list .masonry-column {
  padding: 0 3px;
}
#new_list #thumbs li {
	list-style-type:none;
	padding-left:0px;
}
#new_list .item-thumbs {
	margin-bottom:10px;
	cursor:pointer;
	border:1px solid #ddd;
	padding:0px;
	overflow:hidden;
	background-color:#f5f5f5
}
#new_list .lefttitleBox .fa {
	color:#9b9b9b;
	margin-left:5px
}
#new_list .item-thumbs .item-thumbs-img {
	width:100%;
	overflow:hidden;
	/*height:198px;*/
}
#new_list .item-thumbs .item-thumbs-text {
	padding:20px;
	font-size:13px;
	line-height:1.8em;
}
#new_list .item-thumbs .item-thumbs-text .con {
	overflow:hidden;
	text-overflow:ellipsis;
	height:75px;
	white-space:nowrap;
	display:inline-block;
	white-space:normal;
	word-wrap:break-word;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}
#new_list .newsPaging {
	text-align:center;
	clear:both;
	padding-top:50px
}
#new_list .news_search {
	clear:both; float:right; margin:40px 5px 0px 0px
}
#new_list .news_search div {
	float:left
}
#new_list .news_search select {
  background: #fff;
  border:1px solid #d2d2d2;
  color: #9b9b9b;
  width:100px;
  height:40px;
  padding-left:10px;
  margin-bottom:10px;
  margin-right:5px;
  font-size:13px;
}
#new_list .news_search .search-input {float:left; width:230px; height:40px; border:1px solid #d2d2d2; padding-left:10px;}
#new_list .news_search .search-btn {width:80px; height:40px; float:left; background-color:#92c56d; border:none; color:#fff; margin-bottom:10px;}
/*뉴스리스트*/

/*뉴스view*/
#new_list .newViewTitle {
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	text-align:center; padding-top:10px
}
#new_list .newViewTop {
	padding:10px 0px
}
#new_list .newViewTop .pull-left {
	margin-top:10px
}
.newViewTop .pull-left ul {
	font-size:12px;
	font-weight:bold
}
#new_list .pull-right .facebook, #campaign .pull-right .facebook {
	text-indent:-9999px; display:block; background:url(../images/icon/icn-sns-facebook.png) no-repeat; width:40px; height:40px
}
#new_list .pull-right .twitter, #campaign .pull-right .twitter {
	text-indent:-9999px; display:block; background:url(../images/icon/icn-sns-twitter.png) no-repeat; width:40px; height:40px
}
#new_list .pull-right .kakao, #campaign .pull-right .kakao {
	text-indent:-9999px; display:block; background:url(../images/icon/icn-sns-kakao.png) no-repeat; width:40px; height:40px
}
/* carousel */
#quote-carousel
{
  padding-bottom:30px;
  margin:30px 0px 0px 5px
}
/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
  top:37%
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -12px !important;
  top:37%
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}
#quote-carousel .caption {
	margin:15px 0px;
	text-align:center
}
#quote-carousel .newsSlide {
	text-align:center;
	width:880px;
	margin:20px auto 0px
}
/* End carousel */
#new_list .newViewCon {
	margin-top:20px
}
#new_list .newViewCon p {
	line-height:1.8em;
	width:80%;
	margin:0 auto
}
#new_list .newsBottom {
	border-top:2px solid #4a4a4a;
	margin-top:50px
}
#new_list .newsBottom .list-view {
	float:right;
	display:block;
	margin-top:10px;
}
#new_list .newsBottom .list-view h5 {
	color:#5e5e5e
}
#new_list .newsBottom .list-view .fa {
	margin-left:5px;
}
/*뉴스view*/

/*임상시험바로알기캠폐인*/
#campaign .headingSubText {
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	display:block;
	position:relative;
	bottom:35px
}
#campaign .headingSubDate {
	margin-bottom:10px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	display:block;
	position:relative;
	bottom:35px
}
/* carousel */
#campaign-carousel
{
  padding-bottom:30px;
  margin:30px 0px 0px 5px
}
/* Control buttons  */
#campaign-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#campaign-carousel .carousel-control.left
{
  left: -100px;
  top:37%
}
/* Next button  */
#campaign-carousel .carousel-control.right
{
  right: -100px !important;
  top:37%
}
/* Changes the position of the indicators */
#campaign-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: -10px;
}
/* Changes the color of the indicators */
#campaign-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#campaign-carousel .carousel-indicators .active
{
  background: #333333;
}
/* End carousel */
#campaign .youtubeBox {
	width:934px; height:525px;
	margin:0 auto
}
#campaign .youtubeBox .youtubePlayer {
	width:934px; height:525px;
	position:relative
}
#campaign .youtubeBox .youtubePlayer .playBtn {
	position:absolute; left:45%; top:38%
}
#campaign .youtubeBox_bottom .pull-left a {
	display:block; margin-top:15px;
}
#campaign .youtubeBox_bottom .pull-left a span {
	margin-left:10px;
	font-size:13px; font-weight:bold
}
#campaign .youtubeBox_bottom .pull-right {
	margin-bottom:25px; margin-top:5px
}
#campaign .campaignSlideBox {
	width:934px; height:525px;
	margin:0 auto;
}
.campaignBtnGroup {
	text-align:center
}
.campaignBtnGroup a:first-child {
	margin-right:10px
}
#campaignQnA .headingSubText {
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	display:block;
	position:relative;
	bottom:35px
}
#campaignQnA .panel-default {
	border:none;
	box-shadow:none;
}
#campaignQnA .panel-default>.panel-heading {
  color: #000;
  background-color: #fff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width:100px;
  border:none
}
#campaignQnA .panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration:none
}
#campaignQnA .panel-default>.panel-heading a span {
	font-size:13px;
}
#campaignQnA .panel-default>.panel-heading a span label {
	margin-left:5px;
}
#campaignQnA .panel-default>.panel-heading a:after {
  content: "\f106";
  font-family: 'FontAwesome';
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
#campaignQnA .panel-default>.panel-heading a[aria-expanded="true"] {
  color:#4a90e2
}
#campaignQnA .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\f106";
  font-family: 'FontAwesome';
}
#campaignQnA .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\f107";
  font-family: 'FontAwesome';
}
#campaignQnA .image--cover {
  width:38px;
  height:38px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center right;
  border:1px solid #ddd;
  display:block;
  background-color:#d2d2d2
}
.campaignListBox {
  padding:10px;
  border-bottom:1px solid #ddd
}
.campaignListBox.replyDiv {
  background-color:#f5f5f5
}
.campaignListBox.modifyBox {
  background-color:#f5f5f5;
}
.campaignListBox .campaignListDiv {
  background-color:#fff;
}
.campaignListBox .campaignListDiv.bg-none {
  background:none
}
.campaignListBox .campaignListDiv.line {
  border:1px solid #979797;
}
.campaignListBox .campaignListDiv.replyWrite {
	display:inline-block;
	width:97%
}
.campaignListBox .campaignListDiv .campaignList {
  padding:10px;
}
.campaignListDiv .campaignList .imgBox {
  float:left;
  margin-bottom:10px
}
.campaignListDiv .campaignList .email {
  float:left;
  line-height:3em;
  margin-left:10px;
  font-size:12px;
  font-weight:bold
}
.campaignListDiv .campaignList .layerBtnBox {
  float:right; position:relative
}
.campaignListDiv .campaignList .layerBtnBox .modifyBtn {
   background:none;
   border:none
}
.campaignListDiv .campaignList .layerBtnBox .resetBtn {
   background:none;
   border:none;
   margin-top:10px; margin-right:10px
}
.campaignListDiv .campaignList .layerBtnBox .modifyBtn i {
  padding:12px;
  font-size:20px; font-weight:normal;
}
.campaignListDiv .campaignList .layerBtnBox ul {
  position:absolute; left:-25px;
  min-width:70px
}
.campaignListDiv .campaignList .contetnBox {
  clear:both;
  font-size:12px;
  line-height:2em
}
.campaignListDiv .campaignList .contetnBox .emailwriter {
  font-weight:bold; margin-right:10px
}
.campaignListDiv .campaignList .contetnBox textarea {
	font-size:12px
}
.campaignListDiv .campaignList .contetnBox .info-text {
	color:#9b9b9b;
	font-weight:bold;
	display:block;
	margin-bottom:30px;
	font-size:11px;
	margin-left:10px
}
.replyWrite_mark_out {
	font-weight:bold; font-size:20px;
	color:#d2d2d2;
	float:left;
	width:3%
}
.campaignListDiv .campaignList .replyWrite_mark_in {
	float:left;
	font-weight:bold; font-size:20px;
	color:#d2d2d2;
}
.campaignListDiv .replyBox {
  clear:both;
  text-align:left;
  font-size:12px; font-weight:bold;
  margin-left:10px; margin-bottom:10px
}
.campaignListDiv .registerBox {
	clear:both;
	border-top:1px solid #e7e7e7;
	background-color:#fff;
	text-align:right; font-size:12px; font-weight:bold
}
.campaignListDiv .registerBox ul {
	margin:10px
}
.campaignListDiv .replyBox button label {
	margin-left:5px
}
#campaignPrev .videoList {
	position:relative;
	height:280px
}
#campaignPrev .videoList .playBtn {
	position:absolute; left:40%; top:20%
}
#campaignPrev .videoList .video-text {
	margin-top:10px;
}
#campaignPrev .videoList .video-text span {
	font-size:11px;
	font-weight:bold;
}
.campaignListDiv .registerBox .secretBtn {
	background:none;
	border:none;
    color: #9b9b9b;
}
.campaignListDiv .registerBox .secretBtn .fa-lock {
	margin-right:5px;
	font-size:13px
}
.campaignListDiv .registerBox .secretBtn.secretActive {
    color: #000000;
    background:none;
	border:none;
}
/*임상시험바로알기캠폐인*/

/*올리브c파트너*/
#partners {
	min-height:600px;
}
#partners #partnersTab .nav-pills {
	 float:left
}
#partners #partnersTab .nav-pills > li {
	min-width:180px;
	background-color:#fcfcfc;
	font-size:16px;
	font-weight:bold;
	margin-bottom:-1px;
	margin-left:-1px
}
#partners #partnersTab .nav-pills > li a {
	padding:15px;
	color:#5e5e5e;
	border:1px solid #ddd;
	border-radius:0
}
#partners #partnersTab .nav-pills > li.active > a, #partners #partnersTab  .nav-pills > li.active > a:hover, #partners #partnersTab  .nav-pills > li.active > a:focus {
	background-color:#4b623b;
	border-radius:0;
	color:#fff;
}
#partners  #partnersTab .tab-content {
	padding:40px 0px;
	min-height:430px;
}
#partners #thumbs {
	margin:0;
	padding:0;
}
#partners #thumbs li {
	list-style-type:none;
	margin-bottom:20px;
	padding:0px;
	width:190px;
	height:68px;
	overflow:hidden;
	border:1px solid #ddd;
	margin-right:20px;
}
#partners #thumbs li:nth-child(5), #partners #thumbs li:nth-child(10), #partners #thumbs li:nth-child(15), #partners #thumbs li:nth-child(20), #partners #thumbs li:nth-child(25) {
	margin-right:0px
}
/*올리브c파트너*/

/*로그인*/
#pageLogin {
	min-height:600px
}
#pageLogin .subTitle {
	font-size:12px; font-weight:bold;
	margin-bottom:30px;
	display:block;
	text-align:center
}
#pageLogin .login {width:460px; margin:0 auto}
#pageLogin .login .login-container {
  margin:30px 0px 10px
}
.login .login-container input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-size: 0.95em;
}
.login .login-container input[type="email"],
.login .login-container input[type="password"] {
  background: #fff;
  border-color: #d2d2d2;
  color: #9b9b9b;
}
.login .login-container input[type="email"]:focus,
.login .login-container input[type="password"]:focus {
  border-color: #92c56d;
}
.login .login-container input[type="submit"] {
  background: #92c56d;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  font-weight:bold;
  margin-top:30px;
}
.login .infoText {
	font-size:14px;
	color:#9b9b9b;
	text-align:center;
	display:block
}
.login .loginLeftCon {float:left}
.login .loginLeftCon label {line-height:2em}
.login .loginRightCon {float:right; margin-top:4px}
.login .loginRightCon ul {
	font-size:11px; font-weight:bold; color:#9b9b9b
}
.login .loginRightCon ul li {
	border-right:1px solid #9b9b9b;
	height:10px;
	line-height:10px;
}
.login .loginRightCon ul li:last-child {
	border-right:none;
}
.login .loginRightCon ul li a {color:#9b9b9b}
.login .snsBox {
	margin-top:85px; clear:both
}
.login .snsBox .bgLine {
	height:1px;
	background-color:#dddddd;
	position:relative;
	display:block
}
.login .snsBox .snsText {
	background-color:#fff;
	height:20px;
	position:relative;left:32%;bottom:11px;
	width:160px;
	font-size:14px; font-weight:bold; display:block;
	text-align:center
}
.login .snsBox .snsInfoText {
	font-size:11px; font-weight: bold;
	margin-top:25px; display:block;
	text-align:center;
}
.login .snsBox ul {
	margin:30px 0px 130px
}
.login .snsBox ul li {
	margin-bottom:15px
}
/*로그인*/

/*아이디/비번찾기*/
#pageidsearch {
	min-height:600px
}
#pageidsearch .idsearch {width:460px; margin:0 auto}
#pageidsearch .idsearch .subTitle {
	font-size:11px; font-weight:bold; color:#9b9b9b;
}
#pageidsearch .idsearch .idsearch-container {
  margin:30px 0px 10px
}
.idsearch .idsearch-container .left-select {
	float:left; width:25%
}
.idsearch .idsearch-container .right-input {
	float:right; width:73%
}
.idsearch .idsearch-container input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-size: 0.95em;
}
.idsearch .idsearch-container input[type="text"],
.idsearch .idsearch-container input[type="tel"] {
  background: #fff;
  border-color: #d2d2d2;
  color: #9b9b9b;
}
.idsearch .idsearch-container input[type="text"]:focus,
.idsearch .idsearch-container input[type="tel"]:focus {
  border-color: #92c56d;
}
.idsearch .idsearch-container select {
  background: #fff;
  border-color: #d2d2d2;
  color: #9b9b9b;
  width:100%;
  height:52px;
  padding-left:15px;
  margin-bottom:10px
}
.idsearch input[type="button"] {
  background-color:#d2d2d2;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  font-weight:bold;
  margin-top:30px;
}
.idsearch input[type="button"]:focus {
  background-color: #92c56d;
}
.idsearch .idsearchTime {
	font-size:11px; font-weight:bold
}
.idsearch .idsearchTime input[type="button"] {
	font-size:12px
}
.idsearch .idsearchTime span {color:#d0021b}
.idsearch .idsearchTime span label {margin-left:5px}
.idsearch .idsearchTime .btnExtension {border:none; background:none; color:#9b9b9b}
.userModal .modal-body .top h5 {
	line-height:2em
}
/*아이디/비번찾기팝업*/
.userModal .modal-body .top h5 label {
	margin-right:5px;
	color:#92c56d
}
.userModal .modal-body .top button {
	border:none; border-radius:20px;
	background-color:#92c56d;
	color:#ffffff;
	width:180px; height:40px;
}
.userModal .modal-body .bottom {
	margin-top:50px;
	font-size:12px; font-weight:bold
}
/*아이디/비번찾기팝업*/
/*아이디/비번찾기*/

/*회원가입*/
.agreeBox {
	width:460px; margin:0 auto
}
.agreeBox .logoBox {margin:80px 0px}
.agreeBox .checkList {
	text-align:left;
	margin-top:50px
}
.agreeBox .checkList li {
	padding:20px 15px
}
.agreeBox .checkList li:nth-child(2) {
	margin-top:20px
}
.agreeBox .checkList li span {
	float:right; font-size:20px
}
.agreeBox .agreeBtn {
	width:100%;
	color:#ffffff;
	height:60px;
	background-color:#d2d2d2;
	border:none;
	margin-top:30px
}
.agreeBox .agreeBtn:focus {
    background-color: #92c56d;
}
.agreefooter {
	margin:80px 0px
}
.agreefooter .copyright {
	text-align:right
}
.agreefooter span {
	font-size:11px; font-weight:bold; color:#9b9b9b
}
.agreeRound .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
  color:#9b9b9b
}
.agreeRound .control input {
  z-index: -1;
  opacity: 0;
}
.agreeRound .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius:50%;
}
.agreeRound .control:hover input ~ .control__indicator,
.agreeRound .control input:focus ~ .control__indicator {
  background: #ccc;
}
.agreeRound .control input:checked ~ .control__indicator {
  background: #92c56d;
  border-radius:50%;
}
.agreeRound .control:hover input:not([disabled]):checked ~ .control__indicator,
.agreeRound .control input:checked:focus ~ .control__indicator {
    background: #85bd5c;
}
.agreeRound .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.agreeRound .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.agreeRound .control input:checked ~ .control__indicator:after {
  display: block;
}
.agreeRound .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.agreeRound .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.agreeRound .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.agreeRound .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.memberJoin-text {text-align:left}
.joinComplete {text-align:center; margin:100px 0px}
.agreeBox .mainGoBtn {
	width:100%;
	color:#ffffff;
	height:60px;
	background-color:#92c56d;
	border:none;
	margin-top:30px
}
.memberJoin-text span, .joinComplete span {font-size:12px; font-weight:bold}
.agreeForm {margin-top:30px}
.agreeForm .agree-container input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-size: 0.95em;
}
.agreeForm .agree-container input[type="text"],
.agreeForm .agree-container input[type="password"],
.agreeForm .agree-container input[type="tel"] {
  background: #fff;
  border-color: #d2d2d2;
  color: #9b9b9b;
}
.agreeForm .agree-container input[type="text"]:focus,
.agreeForm .agree-container input[type="password"]:focus,
.agreeForm .agree-container input[type="tel"]:focus {
  border-color: #92c56d;
}
.agreeBox .stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin:50px 0px
}
.agreeBox .stepwizard p {
  margin-top: 10px;
  font-size:12px;
  font-weight:bold
}
.agreeBox .stepwizard-row {
  display: table-row;
}
.agreeBox .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.agreeBox .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.agreeBox .stepwizard-step .btn.disabled {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.agreeBox .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.agreeForm .agree-container .email-Input {float:left; width:80%}
.agreeForm .agree-container .overlapBtn {width:20%; float:left; height:52px; background-color:#92c56d; border:none; color:#fff; margin-bottom:10px;}
.agreeForm .agree-container .overlapBtn {height:49px\0/; }/* IE8 +9 */
.agreeForm .agree-container .genderBox, .agreeForm .agree-container .genderBox div {
	padding-left:0;
	padding-right:0
}
.agreeForm .agree-container .genderBox .btnBox {
	margin-left:-1px
}
.agreeForm .agree-container .genderBox .selectBtn {
	width:100%;
	float:left;
	height:52px;
	border:1px solid #d2d2d2;
	background-color:#fff;
	color:#9b9b9b;
	margin-bottom:10px;
}
.agreeForm .agree-container .genderBox .selectBtn:focus {
  background-color: #92c56d;
  color:#fff
}
.agreeForm .agree-container .genderBox .spanA {
	font-size:12px; font-weight:bold; float:left; margin:15px 0px 10px
}
.agreeForm .agree-container .genderBox .spanB {
	font-size:12px; font-weight:bold; float:left; margin:5px 0px 10px
}
.agreeForm .agree-container .genderBox .questionIcon{
	margin:5px 0px; color:#92c56d; font-size:18px
}
.agree-container .genderBox .joincheck {line-height:2em; margin-bottom:0}
.agree-container .genderBox .interestdisease {
	border:1px solid #d2d2d2;
	text-align:left;
	padding-left:0px; padding-right:0px
}
.agree-container .genderBox .infoBtn {
	background:none;
	border:none
}
.agree-container .genderBox .tooltipDiv {
	padding-left:10px !important;
	padding-right:10px !important;
	min-width:430px;
	left:-200px
}
.agree-container .genderBox .tooltipDiv span {
	font-size:12px;
	display:block
}
.agree-container .genderBox .tooltipDiv span:first-child {
	margin-bottom:10px
}
.interestdisease .selectBox {
	height:250px;
}
.interestdisease .selectBox .list-unstyled {
	margin:15px;
}
.genderBox .check-list {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	width:100%;
	border:1px solid #d2d2d2;
	margin-top:-1px
}
.genderBox .check-list ul{
	margin:10px 10px 0px 10px;
	text-align:left
}
.genderBox .check-list ul li label {
	color:#92c56d; float:left; margin-bottom:10px
}
.genderBox .check-list ul li button {
	background:url(../images/icon/icn-del.png) no-repeat; width:15px; height:15px;
	border:none;
	margin-left:5px;
}
/*회원가입*/

/*피클브랜드페이지*/

.jumbotron-brand {
	margin-top:10px;
	min-height:260px;
    margin-bottom:0px;
}
.jumbotron-brand .text-con {
	background:url(../images/brand/pc_brand_topbanner.jpg) no-repeat;
	width:1080px; height:260px;
	margin:0 auto;
	position:relative
}
.jumbotron-brand .text-con .btnBox {
	position:absolute;
	bottom:35px;
	right:155px;
}
.jumbotron-brand h2 {margin-top:0; color: #fff;}
.jumbotron-brand p {color:#fff; font-size:16px; margin-bottom:35px}
.jumbotron-brand .container {
  position:relative;
  z-index:2;
}
#brandInfoBox .brand-icon {
  text-align:center;
  margin-bottom:40px;
  float:left;
  width:100%;
}
#brandInfoBox .brand-icon img {
  display:block;
  margin:0 auto;
  height: 150px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  border-radius:50%;
}
#brandInfoBox .brand-icon h5 {
	display:block;
	height:30px;
	margin-top:30px;
}
#brandInfoBox .brand-icon p {
	font-size:12px; font-weight:bold
}
#brandPlayer .heading {line-height:2em}
#brandPlayer .heading b {font-size:25px}
#brandPlayer .youtubeBox {
	width:934px; height:525px;
	margin:0 auto
}
#brandPlayer .youtubeBox .youtubePlayer {
	width:934px; height:525px;
	position:relative
}
#brandPlayer .youtubeBox .youtubePlayer .playBtn {
	position:absolute; left:45%; top:38%
}
#brandInfoBox {margin-top:45px}
#brandInfoBox .conBox .con-list {
	width:934px;
	text-align:center;
	margin:0 auto;
	padding-top:50px
}
#c-function .conBox {
	width:934px;
	text-align:center;
	margin:0 auto;
}
#c-function .conBox .heading {
	margin-bottom:45px
}
#c-function .conBox .heading b {
	font-size:25px;
}
#c-function .conBox .subText {
	font-size:12px; font-weight:bold
}
#c-function .tab .titleMenu {
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-top:35px;
	margin-bottom:15px
}
#c-function .tab .nav-tabs{ border-bottom:2px solid #e8e8e8; }
#c-function .tab .nav-tabs li {
	width:25%
}
#c-function .tab .nav-tabs li a{
    display:block;
    padding:10px 20px;
    margin:0 5px 1px 0;
    background:#fff;
    font-size:13px;
    font-weight:700;
    color:#9b9b9b;
    text-align:center;
    border:none;
    border-radius:0;
    z-index:2;
    position:relative;
    transition:all 0.3s ease 0s;
}
#c-function .tab .nav-tabs li a:hover,
#c-function .tab .nav-tabs li.active a{
    color:#000000;
    border:none;
}
#c-function .tab .nav-tabs li.active a:before{
    content:"\f107";
    font-family:fontawesome;
    font-size:25px;
    font-weight:700;
    color:#000000;
    margin:0 auto;
    position:absolute;
    bottom:-30px;
    left:0;
    right:0;
}
#c-function .tab .nav-tabs li.active a:after{
    content:"";
    width:100%;
    height:3px;
    background:#000000;
    position:absolute;
    bottom:-1px;
    left:0;
    z-index:-1;
    transition:all 0.3s ease 0s;
}
#c-function .tab .tab-content{
    padding:30px 20px 20px;
    margin-top:0px;
    background:#fff;
    font-size:15px;
    color:#7a9181;
    line-height:30px;
    border-radius:0 0 5px 5px;
}
#c-function .tab .tab-content h3{
    font-size:24px;
    margin-top:0px;
}

/* 브랜드슬라이드 */
.brand-carousel
{
  padding-bottom:30px;
  margin:30px 0px 0px 5px
}
/* Control buttons  */
.brand-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
.brand-carousel .carousel-control.left
{
  left: -50px;
  top:37%
}
/* Next button  */
.brand-carousel .carousel-control.right
{
  right: -50px !important;
  top:37%
}
/* Changes the position of the indicators */
.brand-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: -15px;
}
/* Changes the color of the indicators */
.brand-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.brand-carousel .carousel-indicators .active
{
  background: #333333;
}
.brand-carousel .caption {
	margin:15px 0px;
	text-align:center
}
.brand-carousel .brandSlide {
	text-align:center;
	width:750px;
	margin:20px auto 0px
}
/* End carousel */

#downloadBox {
	position:relative; top:90px
}
#downloadBox .boxBg {
	background-color:#9b9b9b; color:#ffffff
}
#downloadBox .boxBg .conBox {
	text-align:center; padding-top:20px
}
#downloadBox .downloadList li h5 {
	color:#ffffff; padding-right:100px
}
.brand-btntop {background:none; border:1px solid #7b7d7a; color:#000000; width:150px; height:50px; font-weight:bold}
.brand-btn {background:none; border:1px solid #ffffff; color:#ffffff; width:150px; height:50px;}
.brand-btn:hover, .brand-btn:focus, .brand-btn.focus {
	color:#fff
}
.brandNavi {width:1080px !important}
/*피클브랜드페이지*/

/*공지사항 리스트페이지*/
.noticeTable {
	font-size:13px;
	font-weight:bold
}
.noticeTable > thead > tr > th, .noticeTable > tbody > tr > td {
	padding:15px;
}
.noticeTable > thead > tr > th {
	border-top:2px solid #9b9b9b !important;
	border-bottom:2px solid #9b9b9b;
	background-color:#fafafa;
	text-align:center
}
.noticeTable > thead > tr > th:nth-child(3) {
	text-align:left !important
}
.noticeTable > tbody > tr > td {
	text-align:center
}
.noticeTable > tbody > tr > td:nth-child(3) {
	text-align:left !important
}
.noticeTable > tbody > tr:last-child {
	border-bottom:1px solid #ddd
}
.noticeHits {
	margin-left:5px
}
/*공지사항 리스트페이지*/
