html::-webkit-scrollbar {
    width: 8px;
  }
html::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #CCC;
    border-radius: 10px;
  }


.terms_head {
	width: 1280px;
	height: 100px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
}

.terms_head h1 {
	margin: 0;
}

.terms_body {
	width: 1080px;
	margin: 40px auto 100px;
}

.terms_body .home {
	height: 20px;
	text-align: right;
}

.terms_body .home a {
	color: #333333;
	font-size: 14px;
}

.block {
	display: block !important;
}



/* tab */

.tab_box {
	margin-top: 20px;
}

.tab_title {
    /* display: contents; */
    padding-left: 0;
    height: 54px;
    margin: 0;
}

.tab_title li {
    list-style: none;
    float: left;
    width: calc(100%/3);
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #999999;
    border: 1px solid #E1E1E1;
    border-bottom: 2px solid #5F4EEE;
    box-sizing: border-box;
}

.agree_title li {
	width: calc(100%/2);
}

.tab_title li.on {
    color: #5F4EEE;
    font-weight: bold;
    border: 2px solid #5F4EEE;
    border-bottom: none;
    background: #FFF;
}

.tab_cont {
    clear: both;
    /* width: 387px; */
}

.tab_cont > div {
    display: none;
    font-size: 14px;
    text-align: left;
}

.tab_cont > div > div {
    /* padding: 56px 0;
    border: 1px solid #E1E1E1; */
    margin-top: 80px;
	
}

.tab_cont > div.use_cont > div,
.tab_cont > div.paid_service > div {
	border: none !important;
	margin-top: 0 !important;
    padding-top: 20px;
}

.tab_cont > div.on {
    display: block;
}

.tab_cont select.termsSelect {
    float: right;
	width: 150px;
	height: 35px;
	border: 1px solid #E1E1E1;
	padding: 0 10px;
	font-size: 14px;
	color: #333333;
    margin-top: -56px;
}



/* sub_tab */
.sub_tab_box {
    margin-top: -120px;
}

.sub_tab_title {
    /* display: contents; */
    display: inline-block;
    /* width: 100%; */
    height: 35px;
    margin: 0;
    padding-left: 0;
}

.sub_tab_title li {
    list-style: none;
    float: left;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.sub_tab_title li:not(:first-child) {
    margin-left: -1px;
}

.sub_tab_title li.on {
    color: #FFFFFF;
    border: 1px solid #5F4EEE;
    background: #5F4EEE;
}

.sub_tab_cont {
    margin-top: 20px;
}

.sub_tab_cont > div {
    display: none;
    font-size: 14px;
    text-align: left;
    word-break: keep-all;
    border: 1px solid #E1E1E1;
}

.agreeTerms {
    font-size: 14px;
    text-align: left;
    word-break: keep-all;
    border: 1px solid #E1E1E1;
    padding: 55px;
    margin-top: 87px;
}

.paid_service .sub_tab_box .sub_tab_title li {
    color: #FFFFFF;
    border: 1px solid #5F4EEE;
    background: #5F4EEE;
    pointer-events: none;
}

.paid_service .sub_tab_cont > div {
	display: block;
}

.sub_tab_cont > div > div {
    padding: 55px;
}

.sub_tab_cont > div.on {
    display: block;
}


.sub_tab_title li {
    width: 117px;
}

h4 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.personal .sub_tab_cont > div {
	display: block;
}

.personal h4 {
	margin-bottom: 30px;
}




/* ##############comInterview_contents################## */


section h5 {
  font-size: 30px;
  color: #090707;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
  margin-bottom: 70px;
}

section h6 {
  font-size: 15px;
  color: #232323;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

section p {
  padding-left: 20px;
}

section span {
  display: block;
  color: #707070;
  font-size: 15px;
  line-height: 28px;
}

section span em {
  margin: 0 3px 0 -20px;
  font-style: normal;
}
section p span.detail {
	padding-left: 20px;
}

section table {
	border-collapse: collapse;
	width: 100%;
}

#tab1 .group .on section.agree_15 p,
#tab1 .group .on section.agree_16 p,
#tab1 .group .on section.agree_noPadding p {
  padding-left: 0;
}

#tab1 .group .tab_3 section:nth-child(1) p {
  padding-left: 0;
}

#tab1 .group .tab_3 section table {
  margin: 10px 0;
}

#tab1 .group .tab_3 section table,
#tab1 .group .tab_3 section table td {
  border: 1px solid;
}


#tab1 select {
  width: 150px;
  height: 38px;
  float: right;
  margin-top: -90px;
  margin-right: -53px;
}

#tab1 select  {  
  background: url(../images/ico/icon-dropdown.svg) no-repeat center right;
  background-position: 120px;
}


.tab_3 section table, th, td {
	border-collapse: collapse;
	border: 1px solid #757575 !important;
	padding: 5px;
}

.tab_3 section table td {
	color: #606060;
}

.withmind-info {
	width: 350px !important;
}

.agree-date {
	text-align: right;
}


#use20190725,
#info20190719,
#info20210531 {
	display: none;
}
























