/* Event CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .eng_title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
  }

  #main {
    margin-bottom: 230px;
  }
  #main #kv {
    background: url("../images/event/kv.jpg?id=20220222") center center/cover no-repeat;
  }
  #main #kv .kv_title {
    background: url("../images/event/kv_title.png?id=20250801") center center/cover no-repeat;
  }

  .single .article {
    width: 750px;
    padding-top: 90px;
    margin: -90px auto 0;
  }
  .single .article > .btn {
    margin-top: 50px;
  }
  .single .info .info_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c8c8c8;
  }
  .single .info .date {
    width: 85px;
    font-size: 1.4rem;
    padding-top: 6px;
  }
  .single .info .cats {
    width: calc(750px - 85px);
  }
  .single .info .cats span {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #000;
    margin-bottom: 8px;
  }
  .single .info .cats span:not(:first-child) {
    margin-left: 5px;
  }
  .single .info .tags span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .single .info .tags span:not(:last-child) {
    margin-right: 5px;
  }
  .single .info .tags span:before {
    content: '#';
    display: inline-block;
    font-size: 1.4rem;
  }
  .single .info .title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 45px;
    margin-bottom: 23px;
  }
  .single .contents {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 90px;
    overflow: hidden;
  }
  .single .contents p {
    margin-bottom: 1em;
  }
  .single .contents ul {
    margin-left: 20px;
    margin-bottom: 1em;
  }
  .single .contents ul li {
    list-style-type: disc;
    line-height: 1.7;
  }
  .single .contents ul li:not(:last-of-type) {
    margin-bottom: .6em;
  }
  .single .contents ol {
    margin-left: 20px;
    margin-bottom: 1em;
  }
  .single .contents ol li {
    line-height: 1.7;
  }
  .single .contents ol li:not(:last-of-type) {
    margin-bottom: .6em;
  }
  .single .contents img {
    margin-bottom: 25px;
  }
  .single .contents img.small {
    width: 25%;
    height: auto;
    float: inherit;
  }
  .single .contents img.medium {
    width: 43%;
    height: auto;
    float: inherit;
  }
  .single .contents a {
    color: #0064a4;
    text-decoration: underline;
  }
  .single .contents a:hover {
    text-decoration: none;
  }
  .single .contents iframe {
    max-width: 100%;
    margin-bottom: 1em;
  }
  .single .contents h1, .single .contents h2, .single .contents h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .single .contents h4 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1.1px;
    margin-bottom: 1em;
  }
  .single .contents h5, .single .contents h6 {
    font-size: 1.8rem;
    margin-bottom: 1em;
    font-weight: bold;
  }
  .single .contents span {
    font-weight: inherit;
  }
  .single .contents strong, .single .contents b {
    font-weight: bold;
  }
  .single .contents .aligncenter, .single .contents .alignnone {
    max-width: 100%;
    height: auto;
  }
  .single .contents .alignnone {
    margin-bottom: 1em;
  }
  .single .contents .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .single .contents .alignright {
    float: right;
    margin-left: 45px;
  }
  .single .contents .alignleft {
    float: left;
    margin-right: 45px;
  }
  .single .contents blockquote {
    font-style: italic;
    position: relative;
    padding: 25px 35px 25px 65px;
    background: #f1f1f1;
    margin-bottom: 20px;
  }
  .single .contents blockquote:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 25px;
    vertical-align: middle;
    background-image: url("../images/common/quote.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 32px;
    height: 25px;
  }
  .single .contents blockquote p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 0;
  }
  .single .contents table {
    font-size: 1.5rem;
  }
  .single .contents table tr th {
    padding: 15px 20px;
    font-weight: bold;
    line-height: 1.7;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
  }
  .single .contents table tr td {
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
  }
  .single .contents .btn a {
    display: inline-block;
    width: auto;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px 30px;
  }
  .single .tour {
    border-top: 1px solid #ccc;
    padding-top: 50px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .single .tour a {
    color: #0064a4;
    text-decoration: underline;
  }
  .single .tour a:hover {
    text-decoration: none;
  }
  .single .tour .title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    color: #0064a4;
    margin-bottom: 30px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .eng_title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
  }

  #main {
    margin-bottom: 115px;
  }
  #main #kv .kv_title {
    background: url("../images/event/sp_kv_title.png?id=20250801") center center/100% no-repeat;
  }

  #kv {
    background: url("../images/event/sp_kv.jpg?id=20220222") center center/contain no-repeat;
  }

  .single .categories {
    margin: -60px auto 35px;
  }
  .single .article {
    width: 90.66%;
    margin: 0 auto;
    margin-top: -90px;
    padding-top: 90px;
  }
  .single .article > .btn {
    margin-top: 50px;
  }
  .single .info .info_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
  }
  .single .info .date {
    width: 70px;
    font-size: 1.4rem;
    padding-top: 6px;
    margin-right: 13px;
  }
  .single .info .cats span {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #000;
    margin-bottom: 8px;
  }
  .single .info .cats span:not(:first-child) {
    margin-left: 5px;
  }
  .single .info .tags span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .single .info .tags span:not(:last-child) {
    margin-right: 5px;
  }
  .single .info .tags span:before {
    content: '#';
    display: inline-block;
    font-size: 1.4rem;
  }
  .single .info .title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: .8em;
    margin-bottom: .8em;
  }
  .single .contents {
    font-size: 1.35rem;
    line-height: 1.66;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .single .contents ul {
    margin-left: 1.3em;
    margin-bottom: 1em;
  }
  .single .contents ul li {
    list-style-type: disc;
    line-height: 1.7;
  }
  .single .contents ul li:not(:last-of-type) {
    margin-bottom: .6em;
  }
  .single .contents ol {
    margin-left: 1.3em;
    margin-bottom: 1em;
  }
  .single .contents ol li {
    line-height: 1.7;
  }
  .single .contents ol li:not(:last-of-type) {
    margin-bottom: .6em;
  }
  .single .contents img {
    margin-bottom: 1em;
  }
  .single .contents img.small {
    width: 29%;
    height: auto;
    float: inherit;
    margin-right: 3%;
  }
  .single .contents img.medium {
    width: 46%;
    height: auto;
    float: inherit;
    margin-right: 3%;
  }
  .single .contents a {
    color: #0064a4;
    text-decoration: underline;
  }
  .single .contents a:hover {
    text-decoration: none;
  }
  .single .contents p {
    margin-bottom: 1em;
  }
  .single .contents iframe {
    max-width: 100%;
    margin-bottom: 1em;
  }
  .single .contents h1, .single .contents h2, .single .contents h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .single .contents h4 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1.1px;
    margin-bottom: 1em;
  }
  .single .contents h5, .single .contents h6 {
    font-size: 1.8rem;
    margin-bottom: 1em;
    font-weight: bold;
  }
  .single .contents span {
    font-weight: inherit;
  }
  .single .contents strong, .single .contents b {
    font-weight: bold;
  }
  .single .contents .aligncenter, .single .contents .alignnone {
    max-width: 100%;
    height: auto;
  }
  .single .contents .alignnone {
    margin-bottom: 1em;
  }
  .single .contents .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .single .contents .alignright {
    float: right;
    margin-left: 45px;
  }
  .single .contents .alignleft {
    float: left;
    margin-right: 45px;
  }
  .single .contents blockquote {
    font-style: italic;
    position: relative;
    padding: 25px 35px 25px 45px;
    background: #f1f1f1;
    margin-bottom: 20px;
  }
  .single .contents blockquote:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 8px;
    vertical-align: middle;
    background-image: url("../images/common/quote.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 24px;
  }
  .single .contents blockquote p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 0;
  }
  .single .contents table {
    font-size: 1.5rem;
  }
  .single .contents table tr th {
    padding: 15px 20px;
    font-weight: bold;
    line-height: 1.7;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
  }
  .single .contents table tr td {
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
  }
  .single .contents .btn a {
    display: inline-block;
    width: auto;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 13px 20px;
    margin: 0 auto;
  }
  .single .tour {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    font-size: 1.35rem;
    line-height: 1.66;
  }
  .single .tour a {
    color: #0064a4;
    text-decoration: underline;
  }
  .single .tour a:hover {
    text-decoration: none;
  }
  .single .tour .title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    color: #0064a4;
    margin-bottom: .8em;
  }

  /* ___________________Smartphones Layout */
  /* ___________________Smartphones header */
  /* ___________________Smartphones global navigation */
  /* ___________________Smartphones footer */
}
