/**
 * Main Flow
 */
.l-container.is-mainFlow {
  padding-bottom: 0;
}

.l-container.is-mainFlow .m-inner {
  padding-bottom: 60px;
}

.m-hero {
  margin-top: -25px;
  height: 433px;
  padding-top: 41px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#1D76C0), to(#48BBE3));
  background: linear-gradient(90deg, #1D76C0 0%, #48BBE3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d76c0', endColorstr='#48bbe3',GradientType=1 );
  position: relative;
  z-index: 1;
}

.m-hero.is-asia::before, .m-hero.is-asia::after {
  content: "";
  position: absolute;
  top: 0;
  height: 433px;
}

.m-hero.is-asia::before {
  left: 0;
  width: 450px;
  background: url(/images/contents/images/guest/keyvisual/asia_top/img_asia_keyvisual_l.png) no-repeat;
}

.m-hero.is-asia::after {
  right: 0;
  width: 300px;
  background: url(/images/contents/images/guest/keyvisual/asia_top/img_asia_keyvisual_r.png) no-repeat;
}

.m-hero.is-cn::before, .m-hero.is-cn::after {
  content: "";
  position: absolute;
  top: 0;
  height: 433px;
}

.m-hero.is-cn::before {
  left: 0;
  width: 450px;
  background: url(/images/contents/images/guest/keyvisual/cn_top/img_cn_keyvisual_l.png) no-repeat;
}

.m-hero.is-cn::after {
  right: 0;
  width: 300px;
  background: url(/images/contents/images/guest/keyvisual/cn_top/img_cn_keyvisual_r.png) no-repeat;
}

.m-hero .m-inner {
  position: relative;
  z-index: 2;
}

.m-hero .m-inner > .m-title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  padding-left: 34px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.m-hero .m-inner > .m-title span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 17px;
}

.m-hero .m-heroMain {
  margin-top: 20px;
  display: table;
  width: 100%;
}

.m-hero .m-heroMain .m-searchKeyword {
  display: table-cell;
  vertical-align: top;
  width: 350px;
  padding: 20px 20px 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.m-hero .m-heroMain .m-searchKeyword dl {
  margin-top: 15px;
  margin-left: -10px;
  width: 320px;
}

.m-hero .m-heroMain .m-searchKeyword dl::after {
  content: "";
  display: block;
  clear: both;
}

.m-hero .m-heroMain .m-searchKeyword dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #233977;
  margin-left: 10px;
}

.m-hero .m-heroMain .m-searchKeyword dl dd {
  float: left;
  width: 150px;
  margin: 10px 0 0 10px;
}

.m-hero .m-heroMain .m-searchKeyword dl dd a {
  position: relative;
  background-color: #F9F9F9;
  display: block;
  border-radius: 20px;
  padding: 10px 45px 9px 15px;
}

.m-hero .m-heroMain .m-searchKeyword dl dd a .m-text {
  color: #1A74C0;
  font-size: 14px;
  font-weight: bold;
}

.m-hero .m-heroMain .m-searchKeyword dl dd a .m-number {
  font-size: 10px;
  color: #333;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -9px;
}

.m-hero .m-heroMain .m-searchKeyword dl dd a:hover {
  background: #1A74C0;
}

.m-hero .m-heroMain .m-searchKeyword dl dd a:hover .m-text, .m-hero .m-heroMain .m-searchKeyword dl dd a:hover .m-number {
  color: #fff;
}

.m-hero .m-heroMain .m-searchInput {
  position: relative;
  border: 2px solid #1A74C0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.m-hero .m-heroMain .m-searchInput input, .m-hero .m-heroMain .m-searchInput button {
  -webkit-appearance: none;
}

.m-hero .m-heroMain .m-searchInput input[type="text"] {
  width: 100%;
  padding: 12px 84px 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 4px;
}

.m-hero .m-heroMain .m-searchInput button {
  width: 74px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #1A74C0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-hero .m-heroMain .m-searchInput button:hover {
  opacity: .7;
}

.m-hero .m-heroMain .m-searchInput .m-delete {
  position: absolute;
  top: 50%;
  right: 84px;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  width: 18px;
  height: 18px;
  background: url(/images/contents/images/guest/icon_form_delete.png);
  margin-top: -9px;
}

.m-hero .m-heroMain .m-searchInput .m-delete:hover {
  opacity: .7;
}

.m-hero .m-heroInfo {
  padding-left: 20px;
  display: table-cell;
  vertical-align: top;
}

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

.m-hero .m-heroPickup.is-single li {
  margin-bottom: 0 !important;
}

.m-hero .m-heroPickup li {
  float: left;
  width: 140px;
  margin-left: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.m-hero .m-heroPickup li a:hover .m-title {
  text-decoration: underline;
}

.m-hero .m-heroPickup li:first-child {
  width: 590px;
  margin-bottom: 15px;
}

.m-hero .m-heroPickup li:first-child .m-image {
  float: left;
  margin-right: 18px;
  width: 295px;
}

.m-hero .m-heroPickup li:first-child .m-detail {
  padding: 18px 18px 10px;
}

.m-hero .m-heroPickup li:first-child .m-title {
  font-size: 14px;
  height: 40px;
}

.m-hero .m-heroPickup li:first-child, .m-hero .m-heroPickup li:nth-child(2) {
  margin-left: 0;
}

.m-hero .m-heroPickup li .m-image img {
  width: 100%;
}

.m-hero .m-heroPickup li .m-detail {
  padding: 8px 9px 5px;
}

.m-hero .m-heroPickup li .m-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42;
  color: #1A74C0;
  height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-hero .m-heroPickup li .m-text {
  font-size: 11px;
  margin-top: 6px;
  line-height: 1.54;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 48px;
}

.m-hero .m-heroPickup li .m-date {
  text-align: right;
  display: block;
  font-size: 10px;
  color: #999;
  margin-top: 5px;
}

.m-hero .m-heroMember {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 10px;
  height: 146px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.m-hero .m-heroMember .m-heroMemberInner {
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 9px 15px 9px 19px;
}

.m-hero .m-heroMember .m-heroMemberInner::after {
  content: "";
  display: block;
  clear: both;
}

.m-hero .m-heroMember .m-achievementRate {
  display: table;
  float: left;
}

.m-hero .m-heroMember .m-achievementRateMember {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  font-size: 12px;
  font-weight: bold;
  color: #233977;
  padding-right: 18px;
}

.m-hero .m-heroMember .m-achievementRateMember span:first-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 7em;
  display: inline-block;
  margin-bottom: -4px;
}

.m-hero .m-heroMember .m-achievementRateGraph {
  display: table-cell;
  vertical-align: middle;
  width: 107px;
  height: 107px;
  position: relative;
}

.m-hero .m-heroMember .m-achievementRateGraph canvas {
  width: 100% !important;
  height: 100% !important;
}

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

.m-hero .m-heroMember .m-achievementRateScore span {
  font-size: 16px;
}

.m-hero .m-heroMember .m-memberScout {
  float: right;
  margin-top: 10px;
  width: 260px;
  text-align: center;
}

.m-hero .m-heroMember .m-memberScout .m-scout {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

.m-hero .m-heroMember .m-memberScout .m-scout > span {
  font-size: 22px;
  color: #FE3824;
  font-weight: bold;
}

.m-hero .m-heroMember .m-memberScout .m-scout > span span {
  font-size: 16px;
}

.m-hero .m-heroMember .m-memberScout .m-text {
  font-size: 12px;
  color: #333333;
  margin: 5px -20px 0;
}

.m-hero .m-heroMember .m-memberScout .m-button {
  margin-top: 11px;
}

.m-hero .m-heroMember .m-memberScout .m-button a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-hero .m-heroMember .m-memberScout .m-button a:hover {
  opacity: .7;
}

.m-topInfo {
  top: -21px;
  margin-bottom: -21px;
  position: relative;
  z-index: 3;
  background-color: #FFFFFF;
  border-radius: 21px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.m-topInfo div {
  background-color: #FFFFFF;
  border-radius: 21px;
  border: 2px solid #7CB342;
  display: block;
  font-size: 14px;
  color: #689F38;
  line-height: 1.5;
  padding: 9px 55px 8px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  position: relative;
}

.m-topInfo div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 26px;
  height: 21px;
  background: url(/images/contents/images/guest/icon_top_notice.png);
  margin-top: -10px;
}

.m-topInfo div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 12px;
  background: url(/images/contents/images/guest/icon_arrow_green.png);
  margin-top: -6px;
}

.m-topInfo div:hover {
  opacity: .7;
}

.m-topOther {
  margin-top: 40px;
  position: relative;
}

.m-topOther > .m-title {
  color: #233977;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.m-topOther.is-experience > .m-title {
  padding-left: 35px;
}

.m-topOther.is-experience > .m-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 36px;
  height: 36px;
  background: url(/images/contents/images/guest/icon_ttl_article.png);
  margin-top: -19px;
}

.m-topOther.is-experience a {
  display: block;
}

.m-topOther.is-experience a:hover .m-text {
  text-decoration: underline;
}

.m-topOther.is-experience .m-experience {
  padding: 5px 5px 12px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 233px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-topOther.is-experience .m-experience .m-summary {
  background-color: #F9F9F9;
  border-radius: 2px 2px 0 0;
  padding: 13px 15px 20px;
  position: relative;
}

.m-topOther.is-experience .m-experience .m-text {
  font-size: 13px;
  font-weight: bold;
  color: #1A74C0;
  line-height: 1.39;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 72px;
  position: relative;
  z-index: 2;
}

.m-topOther.is-experience .m-experience.is-male .m-summary::before {
  content: "";
  width: 58px;
  height: 65px;
  bottom: 0;
  right: 10px;
  background: url(/images/contents/images/guest/img_article_male.png) no-repeat;
  position: absolute;
}

.m-topOther.is-experience .m-experience.is-female .m-summary::before {
  content: "";
  width: 54px;
  height: 65px;
  bottom: 0;
  right: 10px;
  background: url(/images/contents/images/guest/img_article_woman.png) no-repeat;
  position: absolute;
}

.m-topOther.is-experience .m-experience .m-detail {
  display: table;
  padding: 0 10px 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 11px;
}

.m-topOther.is-experience .m-experience .m-label {
  width: 65px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 9px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #999999;
}

.m-topOther.is-experience .m-experience .m-info {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.m-topOther.is-seminar > .m-title {
  padding-left: 36px;
}

.m-topOther.is-seminar > .m-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 36px;
  height: 36px;
  background: url(/images/contents/images/guest/icon_ttl_seminar_cn.png);
  margin-top: -19px;
}

.m-topOther > .m-link {
  position: absolute;
  top: 7px;
  right: 0;
}

.m-topOther > .m-link a {
  font-size: 14px;
  color: #1A74C0;
  font-weight: bold;
  position: relative;
  padding-left: 23px;
}

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

.m-topOther > .m-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/images/contents/images/guest/icon_text_link.png);
  margin-top: -9px;
}

.m-topOther .m-topOtherList {
  margin-top: 12px;
}

.m-topOther .m-topOtherList .m-item {
  margin-right: 20px;
}

.m-topOther .m-topOtherList .slick-prev,
.m-topOther .m-topOtherList .slick-next {
  top: 50%;
  margin-top: -22px;
}

.m-searchPanel {
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px 19px;
  min-height: 127px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /* modal inner */
  /* fixed float */
}

.m-searchPanel .m-panelForm {
  min-height: 40px;
}

.m-searchPanel .m-panelMain {
  display: table;
  width: 100%;
}

.m-searchPanel .m-panelMain > ul {
  display: table-cell;
  vertical-align: middle;
  min-width: 850px;
  width: 850px;
}

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

.m-searchPanel .m-panelMain > ul > li {
  float: left;
}

.m-searchPanel .m-panelMain > ul > li + li {
  margin-left: 10px;
}

.m-searchPanel .m-panelMain > ul > li .m-likeSelect {
  width: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 10px 36px 10px 12px;
  font-size: 14px;
  display: block;
  color: #999;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-searchPanel .m-panelMain > ul > li .m-likeSelect:hover {
  opacity: .7;
}

.m-searchPanel .m-panelMain > ul > li .m-likeSelect > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
  display: block;
}

.m-searchPanel .m-panelMain > ul > li .m-likeSelect > span.is-selected {
  color: #333;
}

.m-searchPanel .m-panelMain > ul > li .m-likeSelect::after {
  position: absolute;
  top: 36%;
  right: 14px;
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(/images/contents/images/member/icon/icon_arrow_gray_s.png) no-repeat center;
  background-size: contain;
  width: 6px;
  height: 10px;
}

.m-searchPanel .m-panelMain > ul > li .m-inputWrap {
  position: relative;
}

.m-searchPanel .m-panelMain > ul > li .m-inputWrap input[type="text"] {
  width: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 4px 0 0 4px;
  line-height: 1.3;
  font-size: 14px;
  padding: 10px 36px 10px 16px;
  min-height: 40px;
}

.m-searchPanel .m-panelMain > ul > li .m-inputWrap .m-delete {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  width: 18px;
  height: 18px;
  background: url(/images/contents/images/guest/icon_form_delete.png);
  margin-top: -9px;
}

.m-searchPanel .m-panelMain > ul > li .m-inputWrap .m-delete:hover {
  opacity: .7;
}

.m-searchPanel .m-panelMain > button {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  border-radius: 0 4px 4px 0;
  -webkit-appearance: none;
  border: 0;
  background-color: #1A74C0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  height: 40px;
}

.m-searchPanel .m-panelMain > button:hover {
  opacity: .7;
}

.m-searchPanel .m-panelHistory {
  margin-top: 15px;
}

.m-searchPanel .m-panelHistory dl {
  display: table;
  width: 100%;
}

.m-searchPanel .m-panelHistory dt {
  font-size: 14px;
  width: 46px;
  display: table-cell;
  vertical-align: top;
  line-height: 30px;
}

.m-searchPanel .m-panelHistory dd {
  display: table-cell;
  vertical-align: top;
}

.m-searchPanel .m-panelHistory ul {
  margin: -10px 0 0 -10px;
}

.m-searchPanel .m-panelHistory ul::after {
  content: "";
  display: block;
  clear: both;
}

.m-searchPanel .m-panelHistory li {
  float: left;
  margin: 10px 0 0 10px;
}

.m-searchPanel .m-panelHistory li a {
  color: #1A74C0;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #1A74C0;
  border-radius: 15px;
  padding: 5px 10px;
}

.m-searchPanel .m-panelHistory li a:hover {
  background: #1a74c0;
  color: #fff;
}

.m-searchPanel .m-panelSelect {
  background-color: #F9F9F9;
  padding: 20px;
}

.m-searchPanel .m-panelSelect + .m-panelSelect {
  margin-top: 10px;
}

.m-searchPanel .m-panelSelect .m-label {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin-top: -3px;
  margin-bottom: 13px;
}

.m-searchPanel .m-panelSelect > ul {
  font-size: 0;
  margin: -10px 0 0 -10px;
}

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

.m-searchPanel .m-panelSelect > ul li {
  float: left;
  margin: 10px 0 0 10px;
}

.m-searchPanel .m-panelSelect .m-checkContent {
  width: 100%;
  padding-right: 40px;
  position: relative;
}

.m-searchPanel .m-panelSelect .m-checkContent .m-number {
  top: 50%;
  right: 8px;
  position: absolute;
  font-size: 10px;
  color: #999;
  width: 40px;
  margin-top: -9px;
  font-weight: normal !important;
}

.m-searchPanel .m-panelSelect.is-area > ul > li {
  width: 200px;
}

.m-searchPanel .m-panelSelect.is-job > ul > li {
  width: 305px;
}

.m-searchPanel .m-panelApply {
  margin-top: 30px;
}

.m-searchPanel .m-panelApply > ul {
  font-size: 0;
  text-align: center;
}

.m-searchPanel .m-panelApply > ul > li {
  display: inline-block;
}

.m-searchPanel .m-panelApply > ul > li + li {
  margin-left: 20px;
}

.m-searchPanel .m-panelApply .m-clearBtn {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  background: #fff;
}

.m-searchPanel .m-panelApply .m-clearBtn:hover {
  opacity: .7;
}

.m-searchPanel .m-panelApply .m-selectBtn {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #1A74C0;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-searchPanel .m-panelApply .m-selectBtn:hover {
  opacity: .7;
}

.m-searchPanel.is-fixed .m-panelMain {
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  position: fixed;
  top: 10px;
  z-index: 30;
  background: #fff;
  width: 960px;
  padding: 20px 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  margin-left: -480px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.m-otherListLink {
  margin-top: 30px;
}

.m-otherListLink > ul {
  margin: -10px 0 0 -20px;
}

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

.m-otherListLink > ul > li {
  float: left;
  margin: 10px 0 0 20px;
}

.m-otherListLink > ul > li a {
  display: block;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 340px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  position: relative;
}

.m-otherListLink > ul > li a:hover {
  opacity: .7;
}

.m-otherListLink > ul > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 12px;
  background: url(/images/contents/images/guest/icon_arrow_btn.png);
  margin-top: -6px;
}

.m-themeHero {
  height: 180px;
  background: -webkit-gradient(linear, left top, right top, from(#1D76C0), to(#48BBE3));
  background: linear-gradient(90deg, #1D76C0 0%, #48BBE3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d76c0', endColorstr='#48bbe3',GradientType=1 );
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: -30px;
  position: relative;
}

.m-themeHero::after {
  content: "";
  width: 448px;
  height: 180px;
  background: url(/images/contents/images/guest/keyvisual/theme_top/img_theme_keyvisual.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.m-themeHero .m-inner {
  padding-bottom: 0 !important;
}

.m-themeHero .m-heroText {
  font-size: 24px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.m-themeHero .m-heroTitle {
  font-size: 32px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.m-themeHero .m-heroTitle span {
  font-size: 26px;
}

.m-areaHero {
  position: relative;
  z-index: 1;
  height: 380px;
  padding-top: 39px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#1D76C0), to(#48BBE3));
  background: linear-gradient(90deg, #1D76C0 0%, #48BBE3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d76c0', endColorstr='#48bbe3',GradientType=1 );
}

.m-areaHero.is-beijing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/cn_area/img_cn_area_keyvisual_beijing.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-dalian::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/cn_area/img_cn_area_keyvisual_dalian.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-dongguan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/cn_area/img_cn_area_keyvisual_dongguan.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-guangzhou::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/cn_area/img_cn_area_keyvisual_guangzhou.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-shanghai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/cn_area/img_cn_area_keyvisual_shanghai.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-shenzhen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/cn_area/img_cn_area_keyvisual_shenzhen.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-suzhou::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/cn_area/img_cn_area_keyvisual_suzhou.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-tianjin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/cn_area/img_cn_area_keyvisual_tianjin.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-cambodia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_cambodia.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-dubai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_dubai.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-india::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_india.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-indonesia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_indonesia.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-japan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_japan.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-malaysia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_malaysia.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-philippines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_philippines.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-singapore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_singapore.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-taiwan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_taiwan.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-hongkong_macau::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_hongkong_macau.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-thai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_thai.png) no-repeat;
  background-size: 100%;
}

.m-areaHero.is-vietnam::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 380px;
  background: url(/images/contents/images/guest/keyvisual/asia_area/img_asia_area_keyvisual_vietnam.png) no-repeat;
  background-size: 100%;
}

.m-areaHero .m-inner {
  position: relative;
  z-index: 2;
}

.m-areaHero .m-heroMain {
  display: table;
  width: 100%;
}

.m-areaHero .m-heroArea {
  display: table-cell;
  vertical-align: top;
  width: 350px;
}

.m-areaHero .m-heroArea > .m-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.m-areaHero .m-heroArea > .m-title span {
  font-size: 22px;
}

.m-areaHero .m-heroArea > .m-text {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.m-areaHero .m-searchPanel {
  margin-top: 18px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

.m-areaHero .m-searchPanel .m-panelMain::after {
  content: "";
  display: block;
  clear: both;
}

.m-areaHero .m-searchPanel .m-panelMain > ul {
  display: block;
  min-width: 310px;
  width: 310px;
}

.m-areaHero .m-searchPanel .m-panelMain > ul::after {
  display: none;
}

.m-areaHero .m-searchPanel .m-panelMain > ul > li {
  float: none;
  margin: 0;
}

.m-areaHero .m-searchPanel .m-panelMain > ul > li + li {
  margin-top: 10px;
}

.m-areaHero .m-searchPanel .m-panelMain > ul > li:last-child {
  float: left;
}

.m-areaHero .m-searchPanel .m-panelMain > ul > li .m-likeSelect {
  width: 100%;
}

.m-areaHero .m-searchPanel .m-panelMain > ul > li .m-likeSelect > span {
  width: 260px;
}

.m-areaHero .m-searchPanel .m-panelMain > ul > li .m-inputWrap input[type="text"] {
  width: 240px;
}

.m-areaHero .m-searchPanel .m-panelMain > button {
  float: left;
  margin-top: 10px;
}

.m-areaHero .m-searchKeyword {
  margin-top: 19px;
}

.m-areaHero .m-searchKeyword ul::after {
  content: "";
  display: block;
  clear: both;
}

.m-areaHero .m-searchKeyword ul li {
  float: left;
  width: 150px;
}

.m-areaHero .m-searchKeyword ul li + li {
  margin-left: 10px;
}

.m-areaHero .m-searchKeyword ul li a {
  position: relative;
  background-color: #F9F9F9;
  display: block;
  border-radius: 20px;
  padding: 10px 45px 9px 15px;
}

.m-areaHero .m-searchKeyword ul li a .m-text {
  color: #1A74C0;
  font-size: 14px;
  font-weight: bold;
}

.m-areaHero .m-searchKeyword ul li a .m-number {
  font-size: 10px;
  color: #333;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -9px;
}

.m-areaHero .m-searchKeyword ul li a:hover {
  background: #1A74C0;
}

.m-areaHero .m-searchKeyword ul li a:hover .m-text,
.m-areaHero .m-searchKeyword ul li a:hover .m-number {
  color: #fff;
}

.m-areaHero .m-heroInfo {
  padding-left: 20px;
  display: table-cell;
  vertical-align: top;
}

.m-areaHero .m-heroPickup {
  margin-top: -3px;
}

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

.m-areaHero .m-heroPickup .m-label {
  background-color: #233977;
  border-radius: 12px;
  width: 160px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: -12px;
  left: 0;
}

.m-areaHero .m-heroPickup.is-single li {
  margin-bottom: 0 !important;
}

.m-areaHero .m-heroPickup li {
  position: relative;
  float: left;
  width: 140px;
  margin-left: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.m-areaHero .m-heroPickup li a:hover .m-title {
  text-decoration: underline;
}

.m-areaHero .m-heroPickup li:first-child {
  width: 590px;
  margin-bottom: 15px;
  overflow: visible;
}

.m-areaHero .m-heroPickup li:first-child .m-image {
  float: left;
  margin-right: 18px;
  width: 295px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}

.m-areaHero .m-heroPickup li:first-child .m-detail {
  padding: 18px 18px 10px;
}

.m-areaHero .m-heroPickup li:first-child .m-title {
  font-size: 14px;
  height: 40px;
  line-height: 1.43;
}

.m-areaHero .m-heroPickup li:first-child .m-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 32px;
  line-height: 1.5;
}

.m-areaHero .m-heroPickup li:first-child, .m-areaHero .m-heroPickup li:nth-child(2) {
  margin-left: 0;
}

.m-areaHero .m-heroPickup li .m-image img {
  width: 100%;
}

.m-areaHero .m-heroPickup li .m-detail {
  padding: 8px 9px 5px;
}

.m-areaHero .m-heroPickup li .m-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42;
  color: #1A74C0;
  height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-areaHero .m-heroPickup li .m-text {
  font-size: 11px;
  margin-top: 6px;
  line-height: 1.54;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 48px;
}

.m-areaHero .m-heroPickup li .m-date {
  text-align: right;
  display: block;
  font-size: 10px;
  color: #999;
  margin-top: 5px;
}

.m-areaHero .m-heroPickup li .m-companyName {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.m-detailHeader {
  background: #fff;
  margin-bottom: 42px;
  padding-top: 55px;
  margin-top: -65px;
}

.m-detailHeader .m-inner {
  position: relative;
  padding-bottom: 42px !important;
}

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

.m-detailHeader .m-right {
  float: right;
  width: 220px;
}

.m-detailHeader .m-right + .m-summary {
  margin-right: 260px;
}

.m-detailHeader .m-image {
  width: 220px;
}

.m-detailHeader .m-image img {
/*  width: 100%;
  height: auto;*/
width:100%;
  max-width: 220px;
  max-height: 150px;
  object-fit: contain;
}

.m-detailHeader .m-image span {
  font-size: 12px;
  margin-top: 5px;
  display: block;
  text-align: right;
}

.m-detailHeader .m-image .m-wrap {
  display: table;
  width: 100%;
  min-height: 140px;
}

.m-detailHeader .m-image .m-logo {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.m-detailHeader .m-summary .m-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.42;
}

.m-detailHeader .m-summary .m-title span {
  font-size: 14px;
  font-weight: normal;
}

.m-detailHeader .m-summary .m-text {
  margin-top: 10px;
  background-color: #F9F9F9;
  padding: 12px 14px 10px;
  font-size: 14px;
  line-height: 1.42;
}

.m-detailHeader .m-summary .m-other {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  margin-right: 260px;
}

.m-detailHeader .m-summary .m-other > li {
  margin-top: 4px;
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}

.m-detailHeader .m-summary .m-other > li:first-child {
  margin-top: 0;
}

.m-detailHeader .m-summary .m-other > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-detailHeader .m-summary .m-other > li.is-place::before {
  background: url(/images/contents/images/member/icon/icon_area.png);
  width: 15px;
  height: 19px;
}

.m-detailHeader .m-summary .m-other > li.is-company::before {
  background: url(/images/contents/images/member/icon/icon_company.png);
  width: 16px;
  height: 16px;
}

.m-detailHeader .m-summary .m-tag {
  margin-top: 13px;
  margin-right: 260px;
  font-size: 0;
}

.m-detailHeader .m-summary .m-tag::after {
  content: "";
  display: block;
  clear: both;
}

.m-detailHeader .m-summary .m-tag > li {
  width: 65px;
  height: 16px;
  line-height: 1;
  padding: 3.5px 0px 3.5px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #005AB5;
  text-align: center;
  font-size: 9px;
  float: left;
  margin: 0px 5px 3px 0px;
}

.m-detailHeader .m-summary .m-tag > li + li {
  /*margin-left: 5px;*/
}

.m-detailHeader .m-summary .m-date {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 12px;
  margin-right: 260px;
}

.m-detailHeader .m-action {
  margin-top: 30px;
  margin-left: -280px;
}

.m-detailHeader .m-action .m-btnList::after {
  content: "";
  display: block;
  clear: both;
}

.m-detailHeader .m-action .m-btnList > li {
  float: left;
  width: 160px;
}

.m-detailHeader .m-action .m-btnList > li + li {
  margin-left: 10px;
}

.m-detailHeader .m-action .m-favoriteBtn {
  -webkit-appearance: none;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-detailHeader .m-action .m-favoriteBtn::before {
  content: "";
  width: 21px;
  height: 19px;
  background: url(/images/contents/images/guest/icon_list_favorite.png);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.m-detailHeader .m-action .m-favoriteBtn:hover {
  opacity: .7;
}

.m-detailHeader .m-action .m-favoriteBtn.is-done, .m-detailHeader .m-action .m-favoriteBtn[disabled="disabled"] {
  background: #F9F9F9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #233977 !important;
  cursor: default;
}

.m-detailHeader .m-action .m-favoriteBtn.is-done:hover, .m-detailHeader .m-action .m-favoriteBtn[disabled="disabled"]:hover {
  opacity: 1;
}

.m-detailHeader .m-action .m-favoriteBtn.is-done::-ms-value, .m-detailHeader .m-action .m-favoriteBtn.is-done::-ms-expand, .m-detailHeader .m-action .m-favoriteBtn[disabled="disabled"]::-ms-value, .m-detailHeader .m-action .m-favoriteBtn[disabled="disabled"]::-ms-expand {
  color: lime;
}

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

.m-detailHeader .m-action .m-contactBtn:hover {
  opacity: .7;
}

.m-detailHeader .m-action .m-applyBtn {
  -webkit-appearance: none;
  background-color: #FB8C00;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-detailHeader .m-action .m-applyBtn:hover {
  opacity: .7;
}

.m-detailHeader .m-action .m-applyBtn.is-done, .m-detailHeader .m-action .m-applyBtn[disabled="disabled"] {
  color: #FB8C00 !important;
  background-color: #F7F4E3;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.m-detailHeader .m-action .m-applyBtn.is-done:hover, .m-detailHeader .m-action .m-applyBtn[disabled="disabled"]:hover {
  opacity: 1;
}

.m-detailHeader .m-action.is-fixed {
  margin: 0;
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  border-top: 2px solid #233977;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: bottom 300ms;
  transition: bottom 300ms;
  padding: 17px 30px;
  z-index: 11;
}

.m-detailHeader .m-action.is-fixed.is-show {
  bottom: 0;
}

.m-detailHeader .m-action.is-fixed .m-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.m-detailHeader .m-action.is-fixed .m-detail {
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
}

.m-detailHeader .m-action.is-fixed .m-detail .m-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.34;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.m-detailHeader .m-action.is-fixed .m-detail .m-id {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.m-detailHeader .m-action.is-fixed .m-btnList {
  display: table-cell;
  vertical-align: middle;
  width: 500px;
}

.m-detailHeader.is-agency .m-right .m-action {
  margin-top: 15px;
  margin-left: -110px;
}

.m-detailHeader.is-agency .m-other,
.m-detailHeader.is-agency .m-tag,
.m-detailHeader.is-agency .m-date {
  margin-right: 100px;
}

.m-detailHeader.is-agency .m-action.is-fixed .m-btnList {
  width: 331px;
}

.m-detailHeader.is-noItem {
  margin-bottom: 5px;
}

.m-detailHeader .m-foot {
  display: table;
  width: 100%;
}

.m-detailHeader .m-foot .m-detail {
  display: table-cell;
  vertical-align: bottom;
}

.m-detailHeader .m-noImageAction {
  display: table-cell;
  text-align: right;
  width: 500px;
  vertical-align: bottom;
}

.m-detailHeader .m-noImageAction .m-action {
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.m-detailHeader.is-noImage .m-other,
.m-detailHeader.is-noImage .m-tag,
.m-detailHeader.is-noImage .m-date {
  margin-right: 0;
}

.m-detailMain {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 30px 29px 58px;
  position: relative;
  z-index: 2;
}

.m-detailMain > .m-catch {
  font-size: 18px;
  font-weight: bold;
  color: #233977;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

.m-detailMain > .m-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
}

.m-detailMain .m-nav {
  margin-bottom: 20px;
  height: 46px;
}

.m-detailMain .m-nav > ul {
  border: 2px solid #CCCCCC;
  padding: 11px 0;
  border-radius: 21px;
  text-align: center;
  margin: 0 auto;
  height: 20px;
  font-size: 0;
  background: #fff;
}

.m-detailMain .m-nav > ul.is-fixed {
  position: fixed;
  width: 634px;
  top: 20px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
}

.m-detailMain .m-nav > ul > li {
  display: inline-block;
  line-height: 21px;
  padding: 0 40px;
}

.m-detailMain .m-nav > ul > li:nth-child(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.m-detailMain .m-nav > ul > li > a {
  color: #1A74C0;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.m-detailMain .m-nav > ul > li > a.is-active {
  color: #333;
}

.m-detailMain .m-nav > ul > li > a:hover {
  text-decoration: underline;
}

.m-detailMain .m-summary .m-image {
  margin-bottom: 17px;
}

.m-detailMain .m-summary .m-image > ul {
  width: 100%;
}

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

.m-detailMain .m-summary .m-image > ul > li {
  width: 315px;
  float: left;
}

.m-detailMain .m-summary .m-image > ul > li + li {
  margin-left: 10px;
}

.m-detailMain .m-summary .m-image > ul > li img {
  width: 100%;
  height: auto;
}

.m-detailMain .m-summary .m-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 11px;
}

.m-detailMain .m-summary .m-text {
  font-size: 14px;
  line-height: 1.5;
}

.m-detailMain .m-summary .m-text em {
  font-style: normal;
  font-weight: bold;
}

.m-detailMain .m-summary .m-text + .m-table {
  margin-top: 35px;
}

.m-detailMain .m-summary .m-table th {
  width: 150px;
}

.m-detailMain .m-info {
  margin-top: 38px;
}

.m-detailMain .m-info .m-title {
  font-size: 18px;
  line-height: 1.3;
  padding-top: 2px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  margin-bottom: 19px;
}

.m-detailMain .m-info .m-title::before {
  content: "";
  width: 4px;
  height: 25px;
  background-color: #1A74C0;
  position: absolute;
  top: 0;
  left: 0;
}

.m-detailMain .m-info .m-title::after {
  content: "";
  width: 4px;
  height: 12.5px;
  background-color: #233977;
  position: absolute;
  bottom: 0;
  left: 0;
}

.m-detailMain .m-info .m-text {
  font-size: 14px;
  line-height: 1.5;
}

.m-detailMain + .m-content {
  margin-top: 30px;
}

.m-modal.is-detailModal .m-modalContent {
  width: 700px;
  padding: 0;
}

.m-modal.is-detailModal .m-modalInner {
  padding: 47px 0 41px;
  text-align: center;
}

.m-modal.is-detailModal .m-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.m-modal.is-detailModal .m-btnWrap {
  margin: 32px auto 0;
  width: 360px;
}

.m-modal.is-detailModal .m-btnWrap > ul > li + li {
  margin-top: 20px;
}

.m-modal.is-detailModal .m-btnWrap .m-confirmBtn {
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-modal.is-detailModal .m-btnWrap .m-confirmBtn:hover {
  opacity: .7;
}

.m-modal.is-detailModal .m-btnWrap .m-applyBtn {
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  background-color: #FB8C00;
  color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-modal.is-detailModal .m-btnWrap .m-applyBtn:hover {
  opacity: .7;
}

.m-modal.is-detailModal .m-btnWrap .m-favoriteBtn {
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-modal.is-detailModal .m-btnWrap .m-favoriteBtn:hover {
  opacity: .7;
}

.m-modal.is-detailModal .m-btnWrap .m-favoriteBtn::before {
  content: "";
  width: 21px;
  height: 19px;
  background: url(/images/contents/images/guest/icon_list_favorite.png);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.m-modal.is-detailModal .m-btnWrap .m-favoriteBtn.is-done, .m-modal.is-detailModal .m-btnWrap .m-favoriteBtn[disabled="disabled"] {
  background: #F9F9F9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #233977 !important;
  cursor: default;
}

.m-modal.is-detailModal .m-btnWrap .m-favoriteBtn.is-done:hover, .m-modal.is-detailModal .m-btnWrap .m-favoriteBtn[disabled="disabled"]:hover {
  opacity: 1;
}

.m-modal.is-detailModal .m-btnWrap .m-contactBtn {
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  background-color: #1A74C0;
  color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-modal.is-detailModal .m-btnWrap .m-contactBtn:hover {
  opacity: .7;
}

.m-modal.is-detailModal .m-foot {
  background-color: #F9F9F9;
  text-align: center;
  height: 74px;
  line-height: 74px;
  border-radius: 0 0 4px 4px;
}

.m-modal.is-detailModal .m-foot a {
  color: #999999;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-size: 14px;
}

.m-modal.is-detailModal .m-foot a:hover {
  opacity: .7;
}

.m-detailInfo {
  margin-left: -35px;
  margin-bottom: 33px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  padding: 19px 21px 21px 24px;
  position: relative;
  word-break: break-all;
  -webkit-box-shadow: inset 7px 0 rgba(0, 0, 0, 0.04);
  box-shadow: inset 7px 0 rgba(0, 0, 0, 0.04);
}

.m-detailInfo .m-wrap {
  display: block;
  width: 218px;
  z-index: 5;
  position: relative;
}

.m-detailInfo .m-wrap::before, .m-detailInfo .m-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid transparent;
}

.m-detailInfo .m-wrap::before {
  border-right-color: #ccc;
  left: -41px;
}

.m-detailInfo .m-wrap::after {
  border-right-color: #fff;
  left: -39px;
}

.m-detailInfo .m-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
}

.m-detailInfo .m-text {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin-top: 8px;
}

.m-detailInfo .m-summary {
  background-color: #E6F5FF;
  padding: 18px 20px 20px;
  position: relative;
  margin-top: 18px;
  border-radius: 4px;
}

.m-detailInfo .m-summary dl {
  line-height: 1.5;
  font-size: 12px;
}

.m-detailInfo .m-summary dt {
  font-weight: bold;
}

.m-detailInfo .m-summary dd {
  margin-top: 3px;
}

.m-detailInfo .m-summary dd + dt {
  margin-top: 7px;
}

.m-detailInfo .m-summary dd a {
  color: #1A74C0;
}

.m-detailInfo .m-summary dd a:hover {
  text-decoration: underline;
}

.m-detailNoItem {
  text-align: center;
  padding: 37px 0 27px;
  background-color: #FFEFF1;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
}

.m-detailNoItem::before {
  content: "";
  width: 78px;
  height: 100px;
  background: url(/images/contents/images/guest/img_bad_news.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -200px;
}

.m-detailNoItem .m-title {
  color: #FE3824;
  font-size: 20px;
  font-weight: bold;
}

.m-detailNoItem .m-text {
  margin-top: 15px;
  font-size: 14px;
}

.m-detailNoItem .m-text a {
  cursor: pointer;
  color: #1A74C0;
  text-decoration: underline;
}

.m-detailNoItem .m-text a:hover {
  text-decoration: none;
}

.m-gradientContents {
  background: -webkit-gradient(linear, left top, left bottom, from(#E2F3FF), color-stop(44.62%, #F4F9FF), to(#FFFFFF));
  background: linear-gradient(180deg, #E2F3FF 0%, #F4F9FF 44.62%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f3ff', endColorstr='#ffffff',GradientType=0 );
}
