
/* ##############comInterview_contents################## */
.comInterview_contents {
    margin-bottom: 275px;
}

.comInterview_contents #tab1 .tab_lst::after {
	content: "";
	display: block;
	clear: both;
}
.comInterview_contents #tab1 .tab_lst>li {
  float: left;
}

.comInterview_contents #tab1 .tab_lst>li>a {
	display: block;
	width: 542.5px;
	height: 54px;
	line-height: 54px;
	background: transparent;
	font-size: 18px;
	font-weight: normal;
	color: #AEAEAE;
	text-align: center;
  border: 1px solid #DEDEDE;
  border-bottom: 2px solid #3B61D5;
}

.comInterview_contents #tab1 .tab_lst>li.on>a {
	background: transparent;
	color: #3B61D5;
  opacity: 1;

  border: 2px solid #3B61D5;
  border-bottom: none;
}

.comInterview_contents #tab1 .group>div {
	width: 100%;
	background: transparent;
	color: #111;
	text-align: left;
	display: none;
}
.comInterview_contents #tab1 .group>div.on {
	display: block;
}




/* ################tab_2################### */
.comInterview_contents #tab1 .group .on {
  margin-top: 42px;
}
.comInterview_contents #tab1 .group .on section .div_wrapper {
  position: relative;
  border-top: 2px solid #DEDEDE;
  /* border-bottom: 1px solid #DEDEDE; */
  line-height: 70px;
}

.comInterview_contents #tab1 .group .on table tbody tr:last-child section  .div_wrapper{    
	border-bottom: 1px solid #DEDEDE;
}

.comInterview_contents #tab1 .group .on section .div_wrapper > div:nth-child(1) {
  float: left;
  padding-left: 20px;
}

.comInterview_contents #tab1 .group .on section .div_wrapper > div:nth-child(2) {
  float: right;
  padding-right: 20px;
}

.comInterview_contents #tab1 .group .on section .slideToggle_p {
  display: block;
  background-color: #f8f8f8;
  width: 100%;
  height: auto;
  padding: 20px;
  overflow: auto;
}

.comInterview_contents #tab1 .group .on section .slideToggle_p h4 {
	font-size: 16px;
	font-weight: bold;
}

.comInterview_contents #tab1 .group .on section .slideToggle_p p {
	padding-top: 20px;
}

.comInterview_contents #tab1 .group .on section .div_wrapper > div:nth-child(1) span:first-child {
  color: #3B61D5;
  margin-right: 8px;
  font-size: 17px;
  line-height: 22px;
}

.comInterview_contents #tab1 .group .on section .div_wrapper > div:nth-child(1) span:last-child {
  font-size: 17px;
  line-height: 22px;
}



.comInterview_contents #tab1 .group .on section .div_wrapper > div:nth-child(2) span {
  font-size: 17px;
  line-height: 22px;
  color: #707070;
}


.comInterview_contents #tab1 .group .on section .div_wrapper > div:nth-child(2) button {
  display: inline-block;
  margin: -7px 0 0 20px;
  padding: 5px;
}

.comInterview_contents #tab1 .group .on section .div_wrapper > div:nth-child(2) button::after {
  content: "";
  display: inline-block;
  background: url("../images/ico/icon-dropdown\ \(1\).svg") no-repeat right center;
  width: 12px;
  height: 7px;
}

.comInterview_contents #tab1 .group .on section .div_wrapper > div:nth-child(2) button.up::after {
  content: "";
  display: inline-block;
  background: url("../images/ico/icon-dropdown-more\ \(1\).svg") no-repeat right center;
  width: 12px;
  height: 7px;
}


.comInterview_contents #tab1 .group .on section .div_wrapper::after {
  content: "";
  display: block;
  clear: both;
}


/* ##############tab_2################# */
.tab_2 section {
  position: relative;
  width: 100%;
  padding: 80px;
  text-align: center;
  border: none !important;
}


.tab_2 section p {
  text-align: center;
  line-height: 22px;
  padding-bottom: 6px;
}


.tab_2 section strong,
.tab_2 section span,
.tab_2 section em {
  display: block;
}

.tab_2 section em span {
  display: inline-block;
  font-size: 16px;
  color: #979797;
  margin-right: 20px;
}

.tab_2 section strong {
  font-size: 15px;
  color: #3B61D5;
  margin-bottom: 10px;
}

.tab_2 section span {
  font-size: 30px;
  margin-bottom: 30px;
}

.tab_2 section em {
  font-size: 16px;
  color: #979797;
}

.tab_2 section .event_snsImg {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 75.5%;
  transform: translate(-50%, -0%);
}

.tab_2 section .event_snsImg a {
  display: inline-block;
  width: 55px;
  height: 55px;
}

.tab_2 section .event_snsImg a:nth-child(2) {
  margin: 0 30px;
} 

.tab_2 .ev_detail_btn {
  margin: 70px auto 0;
} 

.tab_2 .ev_detail_btn a {
  display: inline-block;
  width: 380px;
  height: 74px;
  line-height: 74px;
  font-size: 24px;
  border-radius: 4px;
  cursor: pointer;
}

.tab_2 .ev_detail_btn a:first-child {
  color: #3B61D5;
  border: 1px solid #3B61D5;
  margin-right: 10px;
}

.tab_2 .ev_detail_btn a:last-child {
  color: #fff;
  background-color: #3B61D5;
  margin-left: 10px;
}




table.dataTable tbody th, table.dataTable tbody td {
	padding: 0;
}
