/**
 * Content
 */
.m-content {
  /*
   * Profile
   */
}

.m-content .m-info > ul {
  border: 1px solid #DDDDDD;
  border-right: 0;
  border-radius: 4px;
}

.m-content .m-info > ul > li {
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #F9F9F9;
}

.m-content .m-info > ul > li:first-child {
  border-top: 0;
  border-radius: 4px 4px 0 0;
}

.m-content .m-info > ul > li:last-child {
  border-radius: 0 0 4px 4px;
}

.m-content .m-info > ul > li > a {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 1.3;
  padding: 11px 10px 10px 37px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.m-content .m-info > ul > li > a:hover {
  background: #eeeeee;
}

.m-content .m-info > ul > li > a > span {
  color: #FF3510;
  padding: 0 3px;
}

.m-content .m-info > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-content .m-info > ul > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  background: url(/images/contents/images/member/icon/icon_arrow_gray_s.png);
  width: 8px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-content .m-info > ul > li.is-mail > a::before {
  background: url(/images/contents/images/member/icon/icon_mail_s.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 12px;
}

.m-content .m-info > ul > li.is-info > a::before {
  background: url(/images/contents/images/member/icon/icon_notice_s.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 16px;
}

.m-content .m-info > ul > li.is-scout > a {
  color: #FF3510;
}

.m-content .m-info > ul > li.is-scout > a::before {
  background: url(/images/contents/images/member/icon/icon_attention_s.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.m-content .m-info > ul > li.is-profile > a {
  color: #FF3510;
}

.m-content .m-info > ul > li.is-profile > a::before {
  background: url(/images/contents/images/member/icon/icon_profile_s.png) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 19px;
}

.m-content .m-info > ul > li.is-favorite > a::before {
  background: url(/images/contents/images/member/icon/icon_favorite_s.png) no-repeat;
  background-size: 100%;
  width: 19px;
  height: 18px;
}

.m-content .m-info .m-moreLink {
  position: absolute;
  right: 31px;
  color: #666;
}

.m-content .m-info .m-notice {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.m-content .m-info .m-notice .m-tag {
  margin-right: 5px;
  margin-top: -2px;
}

.m-content .m-nav {
  margin-top: 14px;
}

.m-content .m-nav::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-nav > li {
  float: left;
  margin-left: 12px;
}

.m-content .m-nav > li:first-child {
  margin-left: 0;
}

.m-content .m-nav > li > a {
  width: 212px;
  display: block;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 10px 18px 45px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-nav > li > a:hover {
  opacity: 0.6;
}

.m-content .m-nav > li > a > span {
  position: absolute;
  top: 50%;
  right: 11px;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: -0.22px;
  background: #FE3824;
  border-radius: 8px;
  line-height: 1;
  padding: 3px 5px 2px;
  margin-top: -9px;
}

.m-content .m-nav > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}

.m-content .m-nav .m-nav_scoutMail > a::before {
  background: url(/images/contents/images/member/icon/icon_mail_m.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 19px;
}

.m-content .m-nav .m-nav_considerationList > a::before {
  background: url(/images/contents/images/member/icon/icon_favorite_m.png) no-repeat;
  background-size: 100%;
  width: 26px;
  height: 23px;
}

.m-content .m-nav .m-nav_profile > a::before {
  background: url(/images/contents/images/member/icon/icon_profile_m.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 27px;
}

.m-content .m-achievementRate {
  display: table;
  float: left;
  width: 353px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}

.m-content .m-achievementRateMember {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #233977;
  font-weight: bold;
}

.m-content .m-achievementRateMember > span {
  font-size: 16px;
  color: #233977;
  line-height: 16px;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: -2px;
}

.m-content .m-achievementRateMember > span:last-child {
  margin-top: 10px;
}

.m-content .m-achievementRateGraph {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  position: relative;
}

.m-content .m-achievementRateScore {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 29px;
  color: #233977;
  font-weight: bold;
}

.m-content .m-achievementRateScore > span {
  font-size: 18px;
  vertical-align: middle;
  font-weight: normal;
}

.m-content .m-edit {
  float: right;
  width: 280px;
  text-align: center;
  position: relative;
  padding-top: 10px;
}

.m-content .m-edit .m-band {
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -115px;
  padding: 6px 0 4px;
  width: 230px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background: #1067BB;
  border-radius: 2px;
}

.m-content .m-edit .m-band::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4.5px;
  border: 4.5px solid transparent;
  border-top: 4.5px solid #1067BB;
}

.m-content .m-edit .m-scout {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

.m-content .m-edit .m-scout > span {
  font-size: 22px;
  color: #FE3824;
  font-weight: bold;
}

.m-content .m-edit .m-scout > span > span {
  font-size: 16px;
}

.m-content .m-edit .m-text {
  font-size: 12px;
  color: #333333;
  margin: 10px -20px 0;
}

.m-content .m-edit .m-button {
  margin-top: 6px;
  position: relative;
}

.m-content .m-edit .m-button > a {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-edit .m-button > a:hover {
  opacity: 0.7;
}

.m-content .m-edit .m-modal {
  display: none;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding-bottom: 26px;
}

.m-content .m-edit .m-modal .m-title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.m-content .m-edit .m-modal .m-selectList {
  padding: 0 20px;
}

.m-content .m-edit .m-modal .m-selectList > li {
  margin-top: 10px;
  font-size: 0;
  text-align: left;
}

.m-content .m-edit .m-modal .m-selectList > li > .m-title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

.m-content .m-edit .m-modal .m-selectList > li > .m-companyInfo > .m-title {
  height: auto;
  line-height: inherit;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

.m-content .m-edit .m-modal .m-selectList > li:first-child {
  margin-top: 0;
}

.m-content .m-edit .m-modal .m-selectList > li.is-subOneTax {
  width: 235px;
}

.m-content .m-edit .m-modal .m-selectWrap.is-oneThird {
  display: inline-block;
  vertical-align: middle;
}

.m-content .m-edit .m-modal .m-selectWrap.is-year {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.m-content .m-edit .m-modal .m-selectWrap.is-month {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.m-content .m-edit .m-modal .m-selectSide {
  font-size: 12px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}

.m-content .m-edit .m-modal .m-textareaWrap textarea {
  height: 240px;
}

.m-content .m-edit .m-modal .m-save {
  margin-top: 19px;
  padding: 0 20px;
}

.m-content .m-edit .m-modal .m-save > button {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 1.3;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-edit .m-modal .m-save > button:hover {
  opacity: 0.7;
}

.m-content .m-edit .m-modal .m-save > a {
  display: block;
  font-size: 14px;
  color: #1A74C0;
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
}

.m-content .m-edit .m-modal .m-save > a:hover {
  text-decoration: underline;
}

.m-content .m-edit .m-modal .m-afterText {
  margin-top: 8px;
}

.m-content .m-edit .m-modal .m-close {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(/images/contents/images/member/icon/icon_close_m.png) no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-edit .m-modal .m-close:hover {
  opacity: 0.7;
}

.m-content .m-promote > .m-text {
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.m-content .m-promote > .m-text a {
  color: #1A74C0;
  font-weight: bold;
}

.m-content .m-promote > .m-text a:hover {
  text-decoration: underline;
}

.m-content .m-contentLabel {
  padding: 6px 10px 4px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background: #1067BB;
  border-radius: 2px 0 0 2px;
  position: absolute;
  top: 20px;
  right: 0;
}

.m-content .m-personalInfo .m-editBtn {
  cursor: pointer;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 13px;
  right: 19px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-content .m-personalInfo .m-editBtn:hover {
  opacity: 0.6;
}

.m-content .m-personalInfo .m-editBtn::before {
  content: "";
  background: url(/images/contents/images/member/icon/icon_pen_blue.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 17px;
}

.m-content .m-personalInfo .m-editCloseBtn {
  cursor: pointer;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 13px;
  right: 19px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-content .m-personalInfo .m-editCloseBtn:hover {
  opacity: 0.6;
}

.m-content .m-personalInfo .m-editCloseBtn::before {
  content: "";
  background: url(/images/contents/images/member/icon/icon_close_m.png) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 17px;
}

.m-content .m-personalInfo .m-companyInfo .m-title {
  font-weight: bold;
}

.m-content .m-personalInfo .m-companyInfo .m-title .m-tag {
  margin-left: 10px;
  margin-top: -4px;
}

.m-content .m-personalInfo .m-companyInfo .m-date,
.m-content .m-personalInfo .m-companyInfo .m-state,
.m-content .m-personalInfo .m-companyInfo .m-text {
  margin-top: 1em;
}

.m-content .m-personalInfo .m-undefined {
  font-weight: bold;
}

.m-content .m-editInfo {
  display: none;
}

.m-content .m-editInfo.is-default {
  display: block;
}

.m-content .m-editInfo .m-editNotice {
  color: #FF3510;
  font-size: 12px;
  margin-bottom: 10px;
}

.m-content .m-editInfo .m-editList {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px 19px 30px;
  margin: 0;
}

.m-content .m-editInfo .m-editList + .m-editList {
  margin-top: 20px;
}

.m-content .m-editInfo .m-editList > dt {
  font-size: 16px;
  font-weight: bold;
}

.m-content .m-editInfo .m-editList > dt:first-child > .m-subhead {
  margin-top: 0;
}

.m-content .m-editInfo .m-editList > dt .m-tag.is-private {
  margin-left: 10px;
  margin-top: -4px;
}

.m-content .m-editInfo .m-editList > dd {
  margin: 8px 0 0;
}

.m-content .m-editInfo .m-editList > dd + dt {
  margin-top: 22px;
}

.m-content .m-editInfo .m-editList > dd .m-privateCheck,
.m-content .m-editInfo .m-editList > dd .m-singleCheck {
  margin-bottom: 14px;
}

.m-content .m-editInfo .m-editList .m-checkContent .m-band.is-recommend {
  display: inline-block;
  background: #1067BB;
  border-radius: 2px;
  line-height: 1;
  width: 66px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 7px 0 6px;
  position: relative;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.m-content .m-editInfo .m-editList .m-checkContent .m-band.is-recommend::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -4.5px;
  border: 4.5px solid transparent;
  border-right: 4.5px solid #1067BB;
}

.m-content .m-editInfo .m-editList .m-subhead {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
}

.m-content .m-editInfo .m-editList .m-notice {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.m-content .m-editInfo .m-editList .m-attention {
  color: #666;
  font-size: 12px;
  line-height: 22px;
  padding: 11px 15px 14px;
  background: #f9f9f9;
}

.m-content .m-editInfo .m-editList.is-jobCareer .m-selectWrap {
  margin-top: 20px;
}

.m-content .m-editInfo .m-editList.is-jobCareer .m-textareaWrap {
  margin-top: 10px;
}

.m-content .m-editInfo .m-editList.is-jobCareer .m-textareaWrap textarea {
  height: 180px;
}

.m-content .m-editInfo .m-editList.is-qualification .m-inputWrap + .m-subhead {
  margin-top: 25px;
}

.m-content .m-editInfo .m-editList.is-qualification .m-textareaWrap textarea {
  height: 180px;
}

.m-content .m-editInfo .m-editList.is-place .m-selectWrap + .m-selectWrap {
  margin-top: 10px;
}

.m-content .m-editInfo .m-editList.is-password .m-singleCheck {
  margin-top: 10px;
}

.m-content .m-editInfo .m-editList.is-password .m-selectWrap + .m-inputWrap {
  margin-top: 10px;
}

.m-content .m-editInfo .m-radioList::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-radioList > li {
  float: left;
  margin-left: 10px;
}

.m-content .m-editInfo .m-radioList > li:first-child {
  margin-left: 0;
}

.m-content .m-editInfo .m-selectList::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-selectList > li {
  float: left;
  margin-left: 10px;
}

.m-content .m-editInfo .m-selectList > li:first-child {
  margin-left: 0;
}

.m-content .m-editInfo .m-selectList .m-selectWrap {
  width: 200px;
}

.m-content .m-editInfo .m-textareaWrap textarea {
  height: 100px;
}

.m-content .m-editInfo .m-uploadArea::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-uploadArea .m-image {
  float: left;
  display: table;
  vertical-align: middle;
  width: 75px;
  height: 99px;
  padding: 3px;
  position: relative;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-content .m-editInfo .m-uploadArea .m-preview {
  background-color: #F9F9F9;
  background-image: url(/images/contents/images/member/icon/icon_person_black_24px.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.m-content .m-editInfo .m-uploadArea .m-preview > img {
  vertical-align: middle;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-upload > a {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 140px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #333;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-upload > a:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-delete {
  margin-top: 20px;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-delete > a {
  background: #EEE;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 140px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #333;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-uploadArea .m-uploadBtn .is-delete > a:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-modalContent {
  padding: 40px 40px 23px;
}

.m-content .m-editInfo .m-modalContent .m-image {
  background: #F5F5F5;
  width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 11px 37px 59px;
}

.m-content .m-editInfo .m-modalContent .m-send {
  text-align: center;
  margin-top: 20px;
}

.m-content .m-editInfo .m-modalContent .m-send > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 260px;
  height: 50px;
  line-height: 50px;
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-modalContent .m-send > button:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-modalContent .m-send > button > input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

.m-content .m-editInfo .m-modalContent .m-send .m-notice {
  color: #999999;
  font-size: 14px;
  margin-top: 8px;
}

.m-content .m-editInfo .m-saveBtn {
  background: #F9F9F9;
  padding: 20px 0 21px;
  margin: 30px -19px -20px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.m-content .m-editInfo .m-saveBtn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-saveBtn button:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-editDetails {
  padding: 18px 20px 30px;
  background: #F9F9F9;
}

.m-content .m-editInfo .m-editDetails::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-editDetails + .m-editDetails {
  margin-top: 15px;
}

.m-content .m-editInfo .m-editDetails.is-setScout {
  padding-bottom: 19px;
  margin-top:20px;
}

.m-content .m-editInfo .m-editDetails.is-setScout .m-privateCheck {
  margin-bottom: 0;
}

.m-content .m-editInfo .m-editDetails.is-setScout + .m-singleCheck {
  margin-top: 20px;
}

.m-content .m-editInfo .m-editDetails.is-setScout + .m-checkList {
  margin-top: 20px;
}

.m-content .m-editInfo .m-editDetails.is-setScout + .m-checkList > li {
  margin-top: 14px;
}

.m-content .m-editInfo .m-editDetails.is-setScout + .m-checkList > li:first-child {
  margin-top: 0;
}

.m-content .m-editInfo .m-editDetails > .m-text {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.m-content .m-editInfo .m-editDetails > .m-link {
  margin-top: 13px;
}

.m-content .m-editInfo .m-editDetails > .m-link > a {
  font-size: 14px;
  line-height: 1.4;
  color: #1A74C0;
  display: block;
  padding-left: 15px;
  position: relative;
}

.m-content .m-editInfo .m-editDetails > .m-link > a:hover {
  text-decoration: underline;
}

.m-content .m-editInfo .m-editDetails > .m-link > a::before {
  content: "";
  position: absolute;
  background: url(/images/contents/images/member/icon/icon_arrow_b_gray.png) no-repeat;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 0;
}

.m-content .m-editInfo .m-editDetail {
  margin: 0;
}

.m-content .m-editInfo .m-editDetail > dt {
  font-size: 14px;
  font-weight: bold;
  color: #999;
}

.m-content .m-editInfo .m-editDetail > dd {
  margin: 10px 0 0;
}

.m-content .m-editInfo .m-editDetail > dd + dt {
  margin: 20px 0 0;
}

.m-content .m-editInfo .m-editDetail.is-school .m-selectWrap, .m-content .m-editInfo .m-editDetail.is-department .m-selectWrap {
  width: 100%;
}

.m-content .m-editInfo .m-editDetail.is-school {
  width: 330px;
  float: left;
}

.m-content .m-editInfo .m-editDetail.is-department {
  width: 240px;
  float: right;
}

.m-content .m-editInfo .m-editDetail.is-department + .m-editDetail {
  clear: both;
  padding-top: 22px;
}

.m-content .m-editInfo .m-editDetail.is-oneThird {
  float: left;
  width: 200px;
}

.m-content .m-editInfo .m-editDetail.is-oneThird .m-selectWrap {
  width: 100%;
}

.m-content .m-editInfo .m-editDetail.is-oneThird + .is-oneThird {
  margin-left: 10px;
}

.m-content .m-editInfo .m-editDetail.is-oneThird + .is-oneThird + .m-editDetail:not(.is-oneThird) {
  clear: both;
  padding-top: 22px;
}

.m-content .m-editInfo .m-editDetail .m-selectWrap {
  display: inline-block;
  vertical-align: middle;
}

.m-content .m-editInfo .m-editDetail .m-selectWrap.is-month {
  width: 120px;
  margin-left: 5px;
}

.m-content .m-editInfo .m-editDetail .m-selectWrap.is-twoThirds + .is-twoThirds {
  margin-top: 10px;
}

.m-content .m-editInfo .m-editDetail .m-selectTo {
  font-size: 14px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}

.m-content .m-editInfo .m-editDetail .m-privateCheck + .m-editDetail,
.m-content .m-editInfo .m-editDetail .m-singleCheck + .m-editDetail {
  margin-top: 17px;
}

.m-content .m-editInfo .m-addBtn {
  text-align: center;
  margin-top: 20px;
}

.m-content .m-editInfo .m-addBtn > a {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-content .m-editInfo .m-addBtn > a:hover {
  opacity: 0.7;
}

.m-content .m-editInfo .m-addBtn > a::before {
  content: "";
  background: url(/images/contents/images/member/icon/icon_add.png) no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 8px;
  left: 74px;
}

.m-content .m-editInfo .m-placeSelectList {
  margin: 0;
}

.m-content .m-editInfo .m-placeSelectList::after {
  clear: both;
  display: block;
  content: "";
}

.m-content .m-editInfo .m-placeSelectList > dt,
.m-content .m-editInfo .m-placeSelectList > dd {
  margin-top: 10px;
}

.m-content .m-editInfo .m-placeSelectList > dt {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  clear: both;
}

.m-content .m-editInfo .m-placeSelectList > dd {
  float: left;
  width: 550px;
  margin-left: 10px;
}

.m-content .is-hasTax {
  width: 235px;
}

.m-content .is-hasTax .m-selectWrap,
.m-content .is-hasTax .m-inputWrap {
  display: inline-block;
  vertical-align: middle;
}

.m-content .is-hasTax .m-subOneTax {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  color: #666;
}

.m-content .m-setScoutMsg {
  padding: 14px 0 0;
  border: 4px solid #233977;
}

.m-content .m-setScoutMsg .m-catch {
  font-size: 18px;
  color: #333333;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
}

.m-content .m-setScoutMsg .m-text {
  margin-top: 3px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 22px;
}

.m-content .m-setScoutMsg .m-text .m-tag {
  margin: -5px 5px 0;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap {
  margin-top: 16px;
  text-align: center;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-band {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 6px 0 4px;
  width: 230px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #1067BB;
  border-radius: 2px;
  position: relative;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-band::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  margin-top: -4.5px;
  border: 4.5px solid transparent;
  border-left: 4.5px solid #1067BB;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-scout {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-scout > span {
  font-size: 22px;
  color: #FE3824;
  font-weight: bold;
}

.m-content .m-setScoutMsg .m-scoutNumberWrap .m-scout > span > span {
  font-size: 16px;
}

.m-content .m-setScoutMsg .m-setScoutLink {
  margin-top: 20px;
  padding: 10px 0;
  background: #F9F9F9;
  position: relative;
}

.m-content .m-setScoutMsg .m-setScoutLink .m-link {
  text-align: center;
}

.m-content .m-setScoutMsg .m-setScoutLink .m-link a {
  font-size: 14px;
  line-height: 1.4;
  color: #1A74C0;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}

.m-content .m-setScoutMsg .m-setScoutLink .m-link a:hover {
  text-decoration: underline;
}

.m-content .m-setScoutMsg .m-setScoutLink .m-link a::before {
  content: "";
  position: absolute;
  background: url(/images/contents/images/member/icon/icon_arrow_b_gray.png) no-repeat;
  width: 12px;
  height: 12px;
  top: 2px;
  left: -20px;
}

.m-content .m-setScoutMsg + .m-checkList {
  margin: 20px 0;
}

.m-content .m-setScoutMsg + .m-checkList > li {
  margin-top: 18px;
}

.m-content .m-setScoutMsg + .m-checkList > li:first-child {
  margin-top: 0;
}

.m-content .m-consultPlace .m-selectWrap + .m-selectWrap {
  margin-top: 10px;
}

.m-submit {
  margin: 26px auto;
  width: 280px;
}

.m-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 1.3;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-submit button:hover {
  opacity: 0.7;
}

.m-submit button[disabled="disabled"] {
  background: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.m-noticeInfo .m-notice {
  background: #FFEFF1;
  border: 1px solid #FF3510;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.3;
  padding: 11px 10px 10px 37px;
  position: relative;
  color: #FF3510;
}

.m-noticeInfo .m-notice::before {
  background: url(/images/contents/images/member/icon/icon_attention_s_red.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-noticeInfo .m-notice.is-default {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
}

.m-noticeInfo .m-text {
  margin-top: 14px;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

.m-noticeInfo .m-text > a {
  color: #1A74C0;
}

.m-noticeInfo .m-text > a:hover {
  text-decoration: underline;
}

.m-noticeInfo > ul {
  margin-top: 14px;
  line-height: 1.7;
  font-size: 14px;
  color: #333;
}

.m-noticeInfo > ul span {
  color: #FE3824;
}

.m-noticeInfo a:hover {
  text-decoration: underline;
}

.m-noticeInfo + .m-fileUploads {
  margin-top: 20px;
}

.m-withdrawalQuestion {
  padding: 0 11px 10px;
}

.m-withdrawalQuestion > dl {
  margin: 0;
}

.m-withdrawalQuestion > dl > dt {
  font-size: 14px;
  font-weight: bold;
}

.m-withdrawalQuestion > dl > dd {
  margin: 8px 0 0;
}

.m-withdrawalQuestion > dl > dd + dt {
  margin-top: 20px;
}

.m-withdrawalQuestion .m-radioList::after {
  clear: both;
  display: block;
  content: "";
}

.m-withdrawalQuestion .m-radioList > li {
  float: left;
  margin-left: 10px;
}

.m-withdrawalQuestion .m-radioList > li:first-child {
  margin-left: 0;
}

.m-withdrawalQuestion .m-textareaWrap textarea {
  height: 100px;
}

.m-withdrawalSubmit {
  margin-top: 50px;
  position: relative;
}

.m-withdrawalSubmit li:first-child {
  position: absolute;
  left: 0;
  width: 100px;
}

.m-withdrawalSubmit li:first-child a {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: inset 0 -3px 0 0 #CCCCCC;
  box-shadow: inset 0 -3px 0 0 #CCCCCC;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 48px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-withdrawalSubmit li:first-child a:hover {
  opacity: 0.7;
}

.m-withdrawalSubmit li:last-child {
  margin: 0 auto;
  width: 280px;
}

.m-withdrawalSubmit li:last-child button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 1.3;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-withdrawalSubmit li:last-child button:hover {
  opacity: 0.7;
}

.m-withdrawalSubmit li:last-child button[disabled="disabled"] {
  background: #ccc;
  pointer-events: none;
}

.m-completeMessage {
  margin-bottom: 30px;
  padding: 27px 0 26px;
  background: #F4F9FF;
  border: 1px solid #233977;
  border-radius: 4px;
}

.m-completeMessage .m-title {
  font-weight: bold;
  font-size: 18px;
  color: #233977;
  text-align: center;
}

.m-completeMessage .m-text {
  margin-top: 15px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 22px;
}

.m-completeMessage .m-text > a {
  color: #1A74C0;
}

.m-completeMessage .m-text > a:hover {
  text-decoration: underline;
}

.m-toTop {
  width: 280px;
  margin: 40px auto 0;
}

.m-toTop a {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: inset 0 -3px 0 0 #CCCCCC;
  box-shadow: inset 0 -3px 0 0 #CCCCCC;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 48px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-toTop a:hover {
  opacity: 0.7;
}

.m-fileUploads > ul::after {
  clear: both;
  display: block;
  content: "";
}

.m-fileUploads > ul > li {
  float: left;
  width: 206px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-fileUploads > ul > li + li {
  margin-left: 21px;
}

.m-fileUploads .m-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 13px 0 12px;
  margin: 0 10px;
  border-bottom: 1px solid #ddd;
}

.m-fileUploads .m-detail {
  height: 164px;
  text-align: center;
  margin-top: 16px;
}

.m-fileUploads .m-detail .m-modal .m-modalContent {
  padding: 40px 50px 22px 50px;
  width: 600px;
}

.m-fileUploads .m-detail .m-modal .m-modalTitle {
  color: #233977;
  font-size: 18px;
  font-weight: bold;
  margin: 0 -5px 23px;
}

.m-fileUploads .m-detail .m-modal .m-closeBtn {
  width: 260px;
  margin: 0 auto;
  padding-bottom: 3px;
}

.m-fileUploads .m-detail .m-modal .m-closeBtn > a {
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 0 auto;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-fileUploads .m-detail .m-modal .m-closeBtn > a:hover {
  opacity: 0.7;
}

.m-fileUploads .m-uploaded {
  color: #233977;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 83px 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

.m-fileUploads .m-uploaded.is-pdf::before, .m-fileUploads .m-uploaded.is-word::before, .m-fileUploads .m-uploaded.is-excel::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 76px;
}

.m-fileUploads .m-uploaded.is-pdf::before {
  background: url(/images/contents/images/member/icon/icon_pdf.png);
  width: 61px;
  height: 63px;
}

.m-fileUploads .m-uploaded.is-word::before {
  background: url(/images/contents/images/member/icon/icon_docx.png);
  width: 61px;
  height: 62px;
}

.m-fileUploads .m-uploaded.is-excel::before {
  background: url(/images/contents/images/member/icon/icon_xls.png);
  width: 61px;
  height: 63px;
}

.m-fileUploads .m-date {
  display: block;
  margin-top: 5px;
  color: #666666;
  font-size: 10px;
  text-align: center;
}

.m-fileUploads .m-fileDelete {
  margin-top: 19px;
  font-size: 12px;
  line-height: 1;
  color: #1A74C0;
  display: inline-block;
}

.m-fileUploads .m-fileDelete:hover {
  text-decoration: underline;
}

.m-fileUploads .m-fileDelete::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 1px 5px 0 0;
  width: 10px;
  height: 10px;
  background: url(/images/contents/images/member/icon/icon_close_s.png) no-repeat;
}

.m-fileUploads .m-action {
  padding: 15px 12px 9px;
  background: #F9F9F9;
  border-radius: 0 0 4px 4px;
}

.m-fileUploads .m-action > a, .m-fileUploads .m-action button {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-fileUploads .m-action > a:hover, .m-fileUploads .m-action button:hover {
  opacity: 0.7;
}

.m-fileUploads .m-upload {
  border: 2px dashed #DEDEDE;
  height: 148px;
  margin: 0 16px;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-fileUploads .m-upload:hover {
  opacity: 0.7;
}

.m-fileUploads .m-upload::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 60px;
  background: url(/images/contents/images/member/icon/icon_upload.png);
  width: 65px;
  height: 63px;
}

.m-fileUploads .m-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.m-fileUploads .m-upload .m-text {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.m-fileUploads .m-upload .m-note {
  font-size: 10px;
  color: #666;
  line-height: 1.3;
  display: inline-block;
}
