/*@mixin fontH3 {
    font-size: 30px;    
}*/
.blog1 .summary {
  max-width: 810px;
  margin: 0 auto; }
  .blog1 .summary h1 {
    font-size: 32px;
    line-height: 49px;
    font-weight: bold;
    padding-left: 70px;
    color: #696969; }
  .blog1 .summary .essay {
    font-size: 20px;
    line-height: 32px;
    padding-left: 70px;
    padding-bottom: 60px; }
  .blog1 .summary .word {
    margin: 30px 0 120px 0;
    width: 49%;
    text-align: justify; }
    .blog1 .summary .word:last-child {
      margin-right: 0; }

.blog1 .introduce .content {
  position: relative;
  max-width: 750px;
  margin: 0 auto; }
  .blog1 .introduce .content::before {
    content: "";
    height: 100%;
    width: 0px;
    position: absolute;
    left: -30px;
    margin-top: 18px;
    border: 1px solid #bebebe; }
  .blog1 .introduce .content .hideDiv {
    position: absolute;
    width: 5px;
    height: 90px;
    left: -30px;
    bottom: -30px;
    background-color: #f6f6f6; }

.blog1 .introduce .location {
  position: relative; }
  .blog1 .introduce .location.point::before {
    position: absolute;
    content: "";
    background-color: #f6f6f6;
    border: 2px solid #bebebe;
    border-radius: 7px;
    width: 8px;
    height: 8px;
    top: 10px;
    left: -35px; }
  .blog1 .introduce .location h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-align: justify;
    margin: 30px 0;
    color: #696969; }
  .blog1 .introduce .location p {
    margin-top: 25px;
    display: block; }
  .blog1 .introduce .location .dataOut p {
    margin-bottom: 60px;
    letter-spacing: 2px; }
  .blog1 .introduce .location .type_1 {
    width: 100%; }
    .blog1 .introduce .location .type_1 img {
      width: 48%;
      height: 100%; }
    .blog1 .introduce .location .type_1 p {
      width: 48%;
      height: 140px;
      letter-spacing: 2px; }
  .blog1 .introduce .location .type_2 {
    width: 48%; }
    .blog1 .introduce .location .type_2 p {
      height: 140px;
      letter-spacing: 2px; }
  .blog1 .introduce .location .type_3 {
    width: 100%;
    margin-bottom: 60px; }

.blog1 .introduce_end {
  margin: 60px auto 55px auto;
  max-width: 810px; }
  .blog1 .introduce_end p {
    margin-top: 25px; }

/*RWD*/
@media all and (max-width: 750px) {
  .blog1 .container {
    padding-top: 60px; }
  .blog1 .summary {
    padding: 0 60px; }
    .blog1 .summary h1 {
      font-size: 33px;
      line-height: 42px;
      padding-left: 0px; }
    .blog1 .summary .essay {
      font-size: 26px;
      line-height: 39px;
      padding: 60px 0px 40px 0px; }
    .blog1 .summary .word {
      margin: 25px 0 0 0;
      width: 100%; }
  .blog1 .introduce .content {
    margin: 0; }
    .blog1 .introduce .content::before {
      border: 3px solid #bebebe; }
    .blog1 .introduce .content .hideDiv {
      width: 8px; }
  .blog1 .introduce .location.point::before {
    border: 5px solid #bebebe;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    top: 2px;
    left: -40px; }
  .blog1 .introduce .location h3 {
    font-size: 30px;
    margin-top: 60px; }
  .blog1 .introduce .location p {
    margin-top: 0; }
  .blog1 .introduce .location .type_1 img, .blog1 .introduce .location .type_1 p {
    margin-bottom: 20px;
    width: 100%;
    height: auto; }
  .blog1 .introduce .location .type_2 {
    width: 100%; }
    .blog1 .introduce .location .type_2 img {
      margin-bottom: 20px; }
    .blog1 .introduce .location .type_2 p {
      height: auto;
      margin-bottom: 20px; }
  .blog1 .introduce .location .type_3 {
    margin-bottom: 0; }
    .blog1 .introduce .location .type_3 img, .blog1 .introduce .location .type_3 p {
      padding-bottom: 20px; }
  .blog1 .introduce_end {
    padding: 0 60px; } }

@media all and (max-width: 576px) {
  .blog1 .summary {
    padding: 0 30px; }
    .blog1 .summary h1 {
      font-size: 30px;
      line-height: 40px; }
    .blog1 .summary .essay {
      font-size: 20px;
      line-height: 35px;
      padding: 30px 0px 40px 0px; }
  .blog1 .introduce .content {
    margin: 0 30px 0 15px; }
    .blog1 .introduce .content .hideDiv {
      left: -20px; }
    .blog1 .introduce .content::before {
      border: 1px solid #bebebe;
      left: -15px; }
  .blog1 .introduce .location h3 {
    font-size: 25px;
    margin-top: 30px; }
  .blog1 .introduce .location.point::before {
    border: 2px solid #bebebe;
    width: 10px;
    height: 10px;
    top: 5px;
    left: -20px; }
  .blog1 .introduce .location .type_1 p {
    height: auto;
    margin-bottom: 20px; }
  .blog1 .introduce .location .type_1 img, .blog1 .introduce .location .type_1 p {
    width: 100%; }
  .blog1 .introduce_end {
    padding: 0 30px; } }
