@charset "UTF-8";

.contact-btn {
  width: 370px;
  margin: 62px auto 0;
}

@media screen and (max-width: 640px) {
  .contact-btn {
    width: 100%;
    margin: 8.5% auto 0;
  }
}

.contact-btn a {
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #0068b5;
  border: 2px solid #0068b5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .contact-btn a {
    padding: 4.2% 0;
    font-size: 15px;
  }
}

.contact-btn .far {
  font-weight: 100;
  font-size: 17px;
  margin-right: 12px;
}

.contact-btn a:hover {
  opacity: 1;
  color: #0068b5;
  background: #fff;
}

.club-heading-11 {
  position: relative;
  margin-bottom: 16px;
  padding: 13px 15px 13px 15px;
  background: #efefef;
  font-size: 24px;
  line-height: 1.08333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .club-heading-11 {
    margin: 0 -10px 3.5%;
    padding: 3% 3% 3% 2.52%;
    font-size: 18px;
    line-height: 1.55556;
  }
}

.club-heading-11 span {
  position: relative;
  display: block;
  padding: 8px 0 8px 15px;
}

@media screen and (max-width: 640px) {
  .club-heading-11 span {
    padding: 0 0 0 4.48%;
  }
}

.club-heading-11 span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  left: 0;
  margin: auto;
  width: 5px;
  height: 40px;
  background: #005a9e;
}

@media screen and (max-width: 640px) {
  .club-heading-11 span:before {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .club-heading-11.twoline span:before {
    height: 87%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #header {
    height: 56px;
    padding: 9px 0 7px;
    border-bottom: 5px solid #005a9e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #header header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95.2%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #headerLogo {
    width: 81.93%;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  #hamburgerWrap {
    position: static;
  }
}

@media screen and (max-width: 640px) {
  #menuContentsSp {
    top: 52px;
  }
}

@media screen and (max-width: 640px) {
  .ttlBg {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #contents {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10.67%;
  }
}

@media screen and (max-width: 640px) {
  .cf-contents {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.cf-contents a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cf-contents a:hover {
  opacity: .8;
}

.club-login {
  margin-top: 32px;
}

@media screen and (max-width: 640px) {
  .club-login {
    margin-top: 0;
  }
}

.club-login .club-login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .club-login .club-login-wrap {
    display: none;
  }
}

.club-login .club-login-item {
  width: 300px;
  text-align: center;
}

.club-login .club-login-item+.club-login-item {
  margin-left: 30px;
}

.club-login .club-login-btn {
  width: 100%;
}

.club-login .club-login-btn a {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #0068b5;
  border: 2px solid #0068b5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .club-login .club-login-btn a {
    padding: 4.2% 0;
    font-size: 15px;
  }
}

.club-login .club-login-btn a:hover {
  opacity: 1;
  color: #0068b5;
  background: #fff;
}

.club-login .club-login-btn.membership-btn a {
  border-color: #cf0010;
  background: #cf0010;
}

.club-login .club-login-btn.membership-btn a:hover {
  color: #cf0010;
  background: #fff;
}

.club-login .club-login-attention {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.57143;
}

.club-login .contact-btn {
  margin-top: 32px !important;
}

@media screen and (max-width: 640px) {
  .club-login .contact-btn {
    margin-top: 8.5% !important;
  }
}

@media screen and (max-width: 640px) {

  .study_login .club-heading-08,
  .paper_login .club-heading-08,
  .drcollege_login .club-heading-08 {
    margin-bottom: 5.8%;
    padding: 2% 3%;
    line-height: 1.3;
  }
}

.study_detail .detail-top-profile,
.paper_detail .detail-top-profile,
.drcollege_detail .detail-top-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px;
  border: 1px solid #bdd7ee;
  background: #f2f7fc;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {

  .study_detail .detail-top-profile,
  .paper_detail .detail-top-profile,
  .drcollege_detail .detail-top-profile {
    display: block;
    padding: 5% 3.08%;
  }
}

.study_detail .detail-top-profile .name,
.paper_detail .detail-top-profile .name,
.drcollege_detail .detail-top-profile .name {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdd7ee;
  -webkit-box-shadow: 0 1px 0 #f8fbfd;
  box-shadow: 0 1px 0 #f8fbfd;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 640px) {

  .study_detail .detail-top-profile .name,
  .paper_detail .detail-top-profile .name,
  .drcollege_detail .detail-top-profile .name {
    margin: 10px 0 0;
    font-size: 20px;
    text-align: center;
  }
}

.study_detail .detail-top-profile .class,
.paper_detail .detail-top-profile .class,
.drcollege_detail .detail-top-profile .class {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #bdd7ee;
  -webkit-box-shadow: 0 1px 0 #f8fbfd;
  box-shadow: 0 1px 0 #f8fbfd;
}

@media screen and (max-width: 640px) {

  .study_detail .detail-top-profile .class,
  .paper_detail .detail-top-profile .class,
  .drcollege_detail .detail-top-profile .class {
    font-size: 13px;
  }
}

.study_detail .detail-top-profile .career,
.paper_detail .detail-top-profile .career,
.drcollege_detail .detail-top-profile .career {
  padding-bottom: 10px;
  border-bottom: 1px solid #bdd7ee;
  -webkit-box-shadow: 0 1px 0 #f8fbfd;
  box-shadow: 0 1px 0 #f8fbfd;
  margin: 0;
  padding-top: 10px;
}

@media screen and (max-width: 640px) {

  .study_detail .detail-top-profile .career,
  .paper_detail .detail-top-profile .career,
  .drcollege_detail .detail-top-profile .career {
    font-size: 12.5px;
  }
}

.study_detail .detail-top-profile .etc,
.paper_detail .detail-top-profile .etc,
.drcollege_detail .detail-top-profile .etc {
  padding-bottom: 10px;
  margin: 0;
  padding-top: 10px;
}

@media screen and (max-width: 640px) {

  .study_detail .detail-top-profile .etc,
  .paper_detail .detail-top-profile .etc,
  .drcollege_detail .detail-top-profile .etc {
    font-size: 12.5px;
  }
}

#contents .acd-title {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  #contents .acd-title {
    padding: 8px 15px;
    line-height: 1.5;
  }

  #contents .acd-title span {
    padding-right: 34px;
  }
}

#contents .acd-title:hover {
  opacity: .7;
}

#contents .acd-title::after {
  content: "\f055";
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  right: 20px;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  text-align: right;
  color: #005CA2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#contents .acd-title.active::after {
  content: "\f056";
}

#contents .club-study-intro p,
#contents .club-paper-intro p,
#contents .club-drcollege-intro p,
#contents .club-study-wrap p,
#contents .club-paper-wrap p,
#contents .club-drcollege-wrap p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro p,
  #contents .club-paper-intro p,
  #contents .club-drcollege-intro p,
  #contents .club-study-wrap p,
  #contents .club-paper-wrap p,
  #contents .club-drcollege-wrap p {
    font-size: 14.5px;
    line-height: 1.52;
  }
}

#contents .club-study-intro h3,
#contents .club-paper-intro h3,
#contents .club-drcollege-intro h3,
#contents .club-study-wrap h3,
#contents .club-paper-wrap h3,
#contents .club-drcollege-wrap h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px dotted #333;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro h3,
  #contents .club-paper-intro h3,
  #contents .club-drcollege-intro h3,
  #contents .club-study-wrap h3,
  #contents .club-paper-wrap h3,
  #contents .club-drcollege-wrap h3 {
    margin: 0 0 10px;
    padding: 10px 10px 10px 15px;
    border-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    background: #E6EFF6;
  }
}

#contents .club-study-intro h3:before,
#contents .club-paper-intro h3:before,
#contents .club-drcollege-intro h3:before,
#contents .club-study-wrap h3:before,
#contents .club-paper-wrap h3:before,
#contents .club-drcollege-wrap h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 4px;
  height: 70%;
  background: #005CA2;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro h3:before,
  #contents .club-paper-intro h3:before,
  #contents .club-drcollege-intro h3:before,
  #contents .club-study-wrap h3:before,
  #contents .club-paper-wrap h3:before,
  #contents .club-drcollege-wrap h3:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

#contents .club-study-intro .heading3blue,
#contents .club-paper-intro .heading3blue,
#contents .club-drcollege-intro .heading3blue,
#contents .club-study-wrap .heading3blue,
#contents .club-paper-wrap .heading3blue,
#contents .club-drcollege-wrap .heading3blue {
  position: relative;
  margin: 0 0 5px;
  padding: 0 10px 10px 0;
  border-bottom: 1px dotted #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  border: none;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro .heading3blue,
  #contents .club-paper-intro .heading3blue,
  #contents .club-drcollege-intro .heading3blue,
  #contents .club-study-wrap .heading3blue,
  #contents .club-paper-wrap .heading3blue,
  #contents .club-drcollege-wrap .heading3blue {
    margin: 0 0 1em;
    padding: 0;
    font-size: 16px;
    background: transparent;
  }
}

#contents .club-study-intro .heading3blue:before,
#contents .club-paper-intro .heading3blue:before,
#contents .club-drcollege-intro .heading3blue:before,
#contents .club-study-wrap .heading3blue:before,
#contents .club-paper-wrap .heading3blue:before,
#contents .club-drcollege-wrap .heading3blue:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border: 6px double #FFF;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro .heading3blue:before,
  #contents .club-paper-intro .heading3blue:before,
  #contents .club-drcollege-intro .heading3blue:before,
  #contents .club-study-wrap .heading3blue:before,
  #contents .club-paper-wrap .heading3blue:before,
  #contents .club-drcollege-wrap .heading3blue:before {
    top: 2px;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    border: 5px double #FFF;
  }
}

#contents .club-study-intro .club-img-wrap,
#contents .club-paper-intro .club-img-wrap,
#contents .club-drcollege-intro .club-img-wrap,
#contents .club-study-wrap .club-img-wrap,
#contents .club-paper-wrap .club-img-wrap,
#contents .club-drcollege-wrap .club-img-wrap {
  margin: 0;
  text-align: center;
}

#contents .club-study-intro .club-img-wrap img,
#contents .club-paper-intro .club-img-wrap img,
#contents .club-drcollege-intro .club-img-wrap img,
#contents .club-study-wrap .club-img-wrap img,
#contents .club-paper-wrap .club-img-wrap img,
#contents .club-drcollege-wrap .club-img-wrap img {
  margin-bottom: 40px;
}

@media screen and (min-width: 641px) {

  #contents .club-study-intro .club-img-wrap img,
  #contents .club-paper-intro .club-img-wrap img,
  #contents .club-drcollege-intro .club-img-wrap img,
  #contents .club-study-wrap .club-img-wrap img,
  #contents .club-paper-wrap .club-img-wrap img,
  #contents .club-drcollege-wrap .club-img-wrap img {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro .club-img-wrap img,
  #contents .club-paper-intro .club-img-wrap img,
  #contents .club-drcollege-intro .club-img-wrap img,
  #contents .club-study-wrap .club-img-wrap img,
  #contents .club-paper-wrap .club-img-wrap img,
  #contents .club-drcollege-wrap .club-img-wrap img {
    width: 80%;
    margin-bottom: 5.59%;
  }
}

#contents .club-study-intro .club-img-wrap img.bigimg,
#contents .club-paper-intro .club-img-wrap img.bigimg,
#contents .club-drcollege-intro .club-img-wrap img.bigimg,
#contents .club-study-wrap .club-img-wrap img.bigimg,
#contents .club-paper-wrap .club-img-wrap img.bigimg,
#contents .club-drcollege-wrap .club-img-wrap img.bigimg {
  width: 80%;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro .club-img-wrap img.bigimg,
  #contents .club-paper-intro .club-img-wrap img.bigimg,
  #contents .club-drcollege-intro .club-img-wrap img.bigimg,
  #contents .club-study-wrap .club-img-wrap img.bigimg,
  #contents .club-paper-wrap .club-img-wrap img.bigimg,
  #contents .club-drcollege-wrap .club-img-wrap img.bigimg {
    width: 100%;
  }
}

#contents .club-study-intro .club-img-wrap .caption,
#contents .club-paper-intro .club-img-wrap .caption,
#contents .club-drcollege-intro .club-img-wrap .caption,
#contents .club-study-wrap .club-img-wrap .caption,
#contents .club-paper-wrap .club-img-wrap .caption,
#contents .club-drcollege-wrap .club-img-wrap .caption {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  margin: 1em 0;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro .club-img-wrap .caption,
  #contents .club-paper-intro .club-img-wrap .caption,
  #contents .club-drcollege-intro .club-img-wrap .caption,
  #contents .club-study-wrap .club-img-wrap .caption,
  #contents .club-paper-wrap .club-img-wrap .caption,
  #contents .club-drcollege-wrap .club-img-wrap .caption {
    text-align: left;
  }
}

#contents .club-study-intro .club-img-wrap .caption.tm-30,
#contents .club-paper-intro .club-img-wrap .caption.tm-30,
#contents .club-drcollege-intro .club-img-wrap .caption.tm-30,
#contents .club-study-wrap .club-img-wrap .caption.tm-30,
#contents .club-paper-wrap .club-img-wrap .caption.tm-30,
#contents .club-drcollege-wrap .club-img-wrap .caption.tm-30 {
  margin-top: -30px;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro .club-img-wrap .caption.tm-30,
  #contents .club-paper-intro .club-img-wrap .caption.tm-30,
  #contents .club-drcollege-intro .club-img-wrap .caption.tm-30,
  #contents .club-study-wrap .club-img-wrap .caption.tm-30,
  #contents .club-paper-wrap .club-img-wrap .caption.tm-30,
  #contents .club-drcollege-wrap .club-img-wrap .caption.tm-30 {
    margin-top: -3%;
  }
}

#contents .club-study-intro .monoHead2,
#contents .club-paper-intro .monoHead2,
#contents .club-drcollege-intro .monoHead2,
#contents .club-study-wrap .monoHead2,
#contents .club-paper-wrap .monoHead2,
#contents .club-drcollege-wrap .monoHead2 {
  margin-bottom: 40px;
  text-align: right;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro .monoHead2,
  #contents .club-paper-intro .monoHead2,
  #contents .club-drcollege-intro .monoHead2,
  #contents .club-study-wrap .monoHead2,
  #contents .club-paper-wrap .monoHead2,
  #contents .club-drcollege-wrap .monoHead2 {
    margin-bottom: 10%;
  }
}

#contents .club-study-intro ol,
#contents .club-study-intro ul,
#contents .club-paper-intro ol,
#contents .club-paper-intro ul,
#contents .club-drcollege-intro ol,
#contents .club-drcollege-intro ul,
#contents .club-study-wrap ol,
#contents .club-study-wrap ul,
#contents .club-paper-wrap ol,
#contents .club-paper-wrap ul,
#contents .club-drcollege-wrap ol,
#contents .club-drcollege-wrap ul {
  margin: 1em 0;
}

#contents .club-study-intro ol li,
#contents .club-study-intro ul li,
#contents .club-paper-intro ol li,
#contents .club-paper-intro ul li,
#contents .club-drcollege-intro ol li,
#contents .club-drcollege-intro ul li,
#contents .club-study-wrap ol li,
#contents .club-study-wrap ul li,
#contents .club-paper-wrap ol li,
#contents .club-paper-wrap ul li,
#contents .club-drcollege-wrap ol li,
#contents .club-drcollege-wrap ul li {
  line-height: 1.5;
}

@media screen and (max-width: 640px) {

  #contents .club-study-intro ol li,
  #contents .club-study-intro ul li,
  #contents .club-paper-intro ol li,
  #contents .club-paper-intro ul li,
  #contents .club-drcollege-intro ol li,
  #contents .club-drcollege-intro ul li,
  #contents .club-study-wrap ol li,
  #contents .club-study-wrap ul li,
  #contents .club-paper-wrap ol li,
  #contents .club-paper-wrap ul li,
  #contents .club-drcollege-wrap ol li,
  #contents .club-drcollege-wrap ul li {
    font-size: 14.5px;
    line-height: 1.52;
  }
}

#contents .club-backbtn {
  width: 240px;
  margin: 42px auto 0;
}

@media screen and (max-width: 640px) {
  #contents .club-backbtn {
    width: 100%;
    margin: 7% auto 0;
  }
}

#contents .club-backbtn a {
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #0068b5;
  border: 2px solid #0068b5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #contents .club-backbtn a {
    padding: 3% 0;
    font-size: 14.5px;
  }
}

#contents .club-backbtn .fas {
  font-size: 17px;
  margin-right: 12px;
}

@media screen and (max-width: 640px) {
  #contents .club-backbtn .fas {
    font-size: 15px;
    margin-right: 3%;
  }
}

#contents .club-backbtn a:hover {
  opacity: 1;
  color: #0068b5;
  background: #fff;
}

#contents .summary {
  margin-top: 1em;
}

@media screen and (max-width: 640px) {
  #contents .summary {
    margin-top: 2%;
  }
}

#contents .summary .club-summary-content {
  position: relative;
  width: 100%;
  padding: 45px 100px 40px;
  background: #f2f7fc;
  border: 1px solid #c0d7ee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #contents .summary .club-summary-content {
    padding: 20px 10px;
    padding: 5.59% 10px;
  }
}

#contents .summary .club-summary-content::before {
  content: "“";
  display: block;
  position: absolute;
  top: 20px;
  left: 40px;
  font-weight: bold;
  font-size: 100px;
  color: rgba(0, 112, 192, 0.3);
}

@media screen and (max-width: 640px) {
  #contents .summary .club-summary-content::before {
    top: 0;
    left: auto;
    right: 20px;
    font-size: 50px;
  }
}

#contents .summary .summary-title {
  margin-bottom: 17px;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #c0d7ee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #contents .summary .summary-title {
    margin-bottom: 5%;
    padding: 1.48% 0 2.2%;
  }
}

#contents .summary .summary-item dt {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #contents .summary .summary-item {
    font-size: 14px;
  }
}

#contents .summary .summary-item dd {
  margin-top: 5px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  #contents .summary .summary-item dd {
    margin-top: 1.2%;
    font-size: 14px;
    line-height: 1.5;
  }
}

#contents .summary .summary-item+.summary-item {
  margin-top: 18px;
}

@media screen and (max-width: 640px) {
  #contents .summary .summary-item+.summary-item {
    margin-top: 1.20em;
  }
}

#contents {
  max-width: 1300px;
}

#contents .ttlBg_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

#contents #ttlBgGold {
  margin: 0 auto;
}

#contents .breadCrumb_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.cf-contents {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .cf-contents {
    margin-bottom: 1%;
  }
}

.cf-contents p {
  margin: 0;
}

.club-heading-07 {
  margin: 44px 0 36px;
}

@media screen and (max-width: 640px) {
  .club-heading-07 {
    margin: 5.6% 0 3%;
  }
}

.club-paper {
  max-width: 1000px;
  margin: 0 auto;
}

.club-paper .lead-text {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .club-paper .lead-text {
    margin-bottom: 8%;
    font-size: 14px;
    line-height: 1.44828;
  }
}

.club-paper-article+.club-paper-article {
  margin-top: 61px;
}

@media screen and (max-width: 640px) {
  .club-paper-article+.club-paper-article {
    margin-top: 13%;
  }
}

.club-paper-article .club-heading-11 {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .club-paper-article .club-heading-11 {
    margin-bottom: 4%;
  }
}

.club-paper-article .paper-person-name {
  margin-bottom: 19px;
  padding: 6px 17px;
  background: #b1e0ee;
  font-size: 18px;
  line-height: 1.44444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .club-paper-article .paper-person-name {
    margin: 0 0 6%;
    padding: 1.4% 2.94%;
    font-size: 16px;
  }
}

.club-paper-article .paper-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .club-paper-article .paper-main-wrap {
    display: block;
  }
}

.club-paper-article .paper-person-img {
  width: 180px;
}

@media screen and (max-width: 640px) {
  .club-paper-article .paper-person-img {
    width: 50.42%;
    margin: 0 auto;
  }
}

.club-paper-article .paper-info {
  width: calc(100% - 180px);
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .club-paper-article .paper-info {
    width: 100%;
    padding: 5% 0 0;
  }
}

.club-paper-article .paper-info-text {
  margin-top: -3px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .club-paper-article .paper-info-text {
    margin-top: 0;
    font-size: 14.5px;
    line-height: 1.44828;
  }
}

.club-paper-article .paper-info-more {
  width: 240px;
  margin: 32px 0 0;
}

@media screen and (max-width: 640px) {
  .club-paper-article .paper-info-more {
    width: 100%;
    margin: 7% auto 0;
  }
}

.club-paper-article .paper-info-more a {
  display: block;
  width: 100%;
  padding: 15px 0;
  background: #0068b5;
  border: 2px solid #0068b5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .club-paper-article .paper-info-more a {
    padding: 3% 0;
    font-size: 14.5px;
  }
}

.club-paper-article .paper-info-more a:hover {
  opacity: 1;
  color: #0068b5;
  background: #fff;
}

.paper_login .club-paper-article .paper-info {
  width: 100%;
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  .paper_login .club-paper-article .paper-info {
    padding: 0;
  }
}

.paper_login .club-paper-article .paper-info-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (min-width: 641px) {
  .paper_login .club-paper-article .paper-info-text {
    white-space: nowrap;
  }
}

@media screen and (max-width: 640px) {
  .paper_login .club-paper-article .paper-info-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.paper_login .club-paper-article .attention {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  .paper_login .club-paper-article .attention {
    margin-top: 6%;
    font-size: 14.5px;
  }
}

.paper_login .club-login {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .paper_login .club-login {
    margin: 5.5% auto 14%;
  }
}

.paper_login .club-login .club-login-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .paper_login .club-login .club-login-text {
    font-size: 14.5px;
    line-height: 1.44828;
  }
}

.paper_login .club-login .club-login-wrap {
  margin-top: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .paper_login .club-login .club-login-wrap {
    margin-top: 4.8%;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .paper_login .club-login .club-login-item {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .paper_login .club-login .club-login-item+.club-login-item {
    margin-top: 4.4%;
    margin-left: 0;
  }
}

.paper_login .club-login .club-login-btn a {
  padding: 15px 0;
}

@media screen and (max-width: 640px) {
  .paper_login .club-login .club-login-btn a {
    padding: 5.1% 0;
  }
}

@media screen and (max-width: 640px) {
  .paper_detail .club-heading-07 {
    margin-bottom: 5.8%;
    padding: 2% 3%;
    line-height: 1.3;
  }
}

.paper_detail .club-paper-top {
  margin-bottom: 28px;
}

@media screen and (max-width: 640px) {
  .paper_detail .club-paper-top {
    margin-bottom: 4.0%;
  }
}

.paper_detail .paper-top-profile .profile-pic {
  width: 220px;
  margin-right: 50px;
}

@media screen and (max-width: 640px) {
  .paper_detail .paper-top-profile .profile-pic {
    width: 50.75%;
    margin: 0 auto;
  }
}

.paper_detail .paper-top-text {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .paper_detail .paper-top-text {
    margin-top: 4.8%;
    font-size: 14.5px;
    line-height: 1.52;
  }
}

.paper_detail h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

@media screen and (max-width: 640px) {
  .paper_detail h2 {
    margin-top: 1.5%;
    padding: 2.3% 12% 2.3% 2.52%;
  }
}

@media screen and (max-width: 640px) {
  .paper_detail h2 span:before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    padding-top: 7.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.paper_detail .club-paper-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.caption-img {
  margin: 80px 0 0 !important;
}

.caption-bottom {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 640px) {
  .caption-img {
    margin-top: 5.59% !important;
  }

  .caption-bottom {
    margin-bottom: 5.59% !important;
  }
}