section.top {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%; }
  section.top h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 590px;
    min-height: 75px;
    margin: 0 auto;
    padding: 8px 35px;
    border: 4px solid #191919;
    background-color: #fff;
    font-size: 36px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      section.top h2 {
        max-width: 420px;
        width: 93%;
        min-height: 55px;
        padding: 5px 5%;
        border-width: 2px;
        font-size: 20px; } }
  section.top img {
    display: block;
    margin: 25px auto; }
    @media screen and (max-width: 768px) {
      section.top img {
        width: 20px;
        margin: 12px auto 18px; } }

section.dogProfile {
  max-width: 900px;
  width: 93%;
  margin: 0 auto 100px; }
  @media screen and (max-width: 768px) {
    section.dogProfile {
      margin: 0 auto 48px; } }
  section.dogProfile .cntWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 60px;
    border-radius: 15px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      section.dogProfile .cntWrap {
        padding: 24px 3.5%;
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      section.dogProfile .cntWrap {
        justify-content: center; } }
    section.dogProfile .cntWrap:nth-last-of-type(n+1) {
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        section.dogProfile .cntWrap:nth-last-of-type(n+1) {
          margin-bottom: 18px; } }
    section.dogProfile .cntWrap:nth-last-of-type(1) {
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        section.dogProfile .cntWrap:nth-last-of-type(1) {
          margin-bottom: 32px; } }
    section.dogProfile .cntWrap img {
      max-width: 264px;
      width: 90%; }
    section.dogProfile .cntWrap .detail {
      width: 490px; }
      @media screen and (max-width: 768px) {
        section.dogProfile .cntWrap .detail {
          width: 100%;
          padding-top: 16px; } }
      section.dogProfile .cntWrap .detail .name {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        padding: 0 3px; }
        section.dogProfile .cntWrap .detail .name::after {
          content: '';
          width: 100%;
          height: 8px;
          margin-top: 15px;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVQImWNggID/DOgMZPAfADXxAv5AoMMSAAAAAElFTkSuQmCC) repeat; }
          @media screen and (max-width: 768px) {
            section.dogProfile .cntWrap .detail .name::after {
              height: 6px;
              margin-top: 10px; } }
        section.dogProfile .cntWrap .detail .name span {
          width: 95px;
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.dogProfile .cntWrap .detail .name span {
              width: 75px;
              font-size: 16px; } }
        section.dogProfile .cntWrap .detail .name h3 {
          width: calc(100% - 95px);
          font-size: 30px;
          color: #11d674; }
          @media screen and (max-width: 768px) {
            section.dogProfile .cntWrap .detail .name h3 {
              width: calc(100% - 75px);
              font-size: 20px;
              font-weight: bold; } }
      section.dogProfile .cntWrap .detail dl {
        display: flex;
        padding: 14px 3px;
        border-bottom: 1px solid #e5e5e5; }
        @media screen and (max-width: 768px) {
          section.dogProfile .cntWrap .detail dl {
            padding: 10px 3px; } }
        section.dogProfile .cntWrap .detail dl dt {
          width: 95px;
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.dogProfile .cntWrap .detail dl dt {
              width: 75px;
              font-size: 16px; } }
        section.dogProfile .cntWrap .detail dl dd {
          width: calc(100% - 95px); }
          @media screen and (max-width: 768px) {
            section.dogProfile .cntWrap .detail dl dd {
              width: calc(100% - 75px); } }
  section.dogProfile a.ov {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 390px;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #191919;
    color: #fff;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      section.dogProfile a.ov {
        width: 300px;
        font-weight: bold; } }

/*# sourceMappingURL=style-dogs-detail.css.map */
