@import url("http://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #348F89;
  color: #fff;
}

::selection {
  background: #348F89;
  color: #fff;
}

*:target:before {
  content: '';
  width: 100%;
  height: 80px;
  margin-top: -80px;
  display: block;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans TC", "Microsoft JhengHei", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  line-height: 1.75;
  color: #4F555C;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 80px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

input:hover, input:focus,
button:hover,
button:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: 0;
}

a {
  color: #348F89;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover, a:focus {
  color: #217E78;
  text-decoration: none;
  outline: 0;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@-webkit-keyframes content-Ani {
  0% {
  }
  100% {
    left: 0;
  }
}

@keyframes content-Ani {
  0% {
  }
  100% {
    left: 0;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pcOnly {
  display: inline-block !important;
}

.mobileOnly {
  display: none !important;
}

[role="button"] {
  cursor: pointer;
}

@media (max-width: 769px) {
  body {
    padding-top: 40px;
  }
  .pcOnly {
    display: none !important;
  }
  .mobileOnly {
    display: inline-block !important;
  }
  *:target:before {
    height: 0px;
    margin-top: 0px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 0;
}

h1, .h1 {
  font-size: 2.375rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 2.8125rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin: 0;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (max-width: 769px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 20px 30px;
  border-radius: 50px;
  font-size: 1.5rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}

.btn i {
  margin-left: 0.5rem;
}

.btn.small {
  padding: 10px 15px;
  font-size: 1.25rem;
  font-weight: normal;
}

.btn.green {
  background-color: #348F89;
  color: #fff;
  border-color: #348F89;
}

.btn.green:hover, .btn.green:focus {
  background-color: #217E78;
  border-color: #217E78;
}

.btn.yellow {
  background-color: #FCC200;
  color: #fff;
  border-color: #FCC200;
}

.btn.yellow:hover, .btn.yellow:focus {
  background-color: #FF9D00;
  border-color: #FF9D00;
}

.btn.cancer-pink {
  background-color: #ff4b5e;
  color: #fff;
  border-color: #ff4b5e;
}

.btn.cancer-pink:hover, .btn.cancer-pink:focus {
  background-color: #FF2F45;
  border-color: #FF2F45;
}

.btn.cancer-blue {
  background-color: #0f2b9a;
  color: #fff;
  border-color: #0f2b9a;
}

.btn.cancer-blue:hover, .btn.cancer-blue:focus {
  background-color: #001A80;
  border-color: #001A80;
}

.btn.cancer-green {
  background-color: #348f89;
  color: #fff;
  border-color: #348f89;
}

.btn.cancer-green:hover, .btn.cancer-green:focus {
  background-color: #217E78;
  border-color: #217E78;
}

.btn.disable {
  background-color: #f3f3f3;
  color: #ccc;
  border-color: #f3f3f3;
  cursor: disabled;
  pointer-events: none;
  -webkit-animation: inherit;
          animation: inherit;
}

.scaleAni {
  -webkit-animation: scaleAni 1s alternate infinite;
          animation: scaleAni 1s alternate infinite;
}

.scaleAni:hover {
  -webkit-animation: inherit;
          animation: inherit;
}

@-webkit-keyframes scaleAni {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scaleAni {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

header {
  background-color: #fff;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 9;
}

header #main-logo {
  float: left;
  background-image: url(../../assets/images/IMG_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 220px;
  height: 54px;
  text-indent: -5000px;
  margin: 13px 0 0 15px;
}

header #main-menu {
  float: right;
}

header #main-menu ul li {
  float: left;
  position: relative;
}

header #main-menu ul li.active a, header #main-menu ul li:hover a {
  color: #ef8775;
  border-color: #ef8775;
}

header #main-menu ul li:after {
  content: '';
  background-image: url(../../assets/images/BG_menuLine.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 27px;
}

header #main-menu ul li a {
  color: #707070;
  padding: 0 15px;
  display: block;
  height: 80px;
  line-height: 80px;
  border-bottom: 10px solid #fff;
}

header #header-orderBTN {
  float: right;
  margin: 19px 0 19px 10px;
}

header #header-orderBTN a {
  float: left;
}

header #header-orderBTN a:first-child {
  margin-right: 20px;
  position: relative;
}

header #header-orderBTN a:first-child:after {
  content: '';
  background-image: url(../../assets/images/BG_menuLine.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1px;
  height: 26px;
  position: absolute;
  right: -11px;
  top: 7px;
}

header #header-share {
  float: right;
  margin: 20px 15px 0 20px;
}

header #header-share a {
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
}

header #header-share a.share-facebook {
  background-image: url(../../assets/images/icon-fb.svg);
}

header #header-share a.share-facebook:hover {
  background-image: url(../../assets/images/icon-fb-active.svg);
}

header #header-share a.share-line {
  background-image: url(../../assets/images/icon-line.svg);
  margin-left: 10px;
}

header #header-share a.share-line:hover {
  background-image: url(../../assets/images/icon-line-active.svg);
}

section#sponsor {
  background-color: #f3f3f3;
  padding: 50px 0;
  position: relative;
  margin-top: 73px;
}

section#sponsor:before {
  content: '';
  background-image: url(../../assets/images/BG_sponsor.svg);
  background-repeat: repeat-x;
  background-size: 146px;
  width: 100%;
  height: 76px;
  position: absolute;
  top: -73px;
  left: 0;
}

section#sponsor .container {
  text-align: center;
  padding: 0 40px;
}

section#sponsor .container .sponsor-box .title {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 20px;
}

section#sponsor .container .sponsor-box .text {
  font-size: 13px;
}

section#sponsor .container .sponsor-box .box-img h6 {
  font-size: 12px;
  line-height: 25px;
}

section#sponsor .container .sponsor-box .box-img h6 > span {
  border: 1px solid #999999;
  padding: 0 5px;
}

section#sponsor .container .sponsor-box .box-img img {
  max-width: 180px;
  margin: 0 10px 10px 10px;
}

section#footer-social {
  padding: 50px 0;
}

section#footer-social .container {
  padding: 0 40px;
}

section#footer-social h3 {
  text-align: center;
  font-weight: 400;
  color: #4F555C;
  margin-bottom: 30px;
  line-height: 1.4;
}

section#footer-social .social-box {
  float: left;
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-position-x: 5%;
  background-position-y: center;
  background-size: 175px;
  border-radius: 5px;
  width: calc(50% - 30px);
  position: relative;
}

section#footer-social .social-box:after {
  content: '';
  width: 80%;
  height: 10px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: -1;
}

section#footer-social .social-box.line {
  background-image: url(../../assets/images/BG_footer-social-line.svg);
  margin-right: 30px;
  border-left: 15px solid #00c500;
}

section#footer-social .social-box.line .btn {
  background-color: #00c500;
}

section#footer-social .social-box.facebook {
  background-image: url(../../assets/images/BG_footer-social-facebook.svg);
  border-left: 15px solid #4267b2;
}

section#footer-social .social-box.facebook .btn {
  background-color: #4267b2;
}

section#footer-social .social-box .box-data {
  float: right;
  width: 60%;
}

section#footer-social .social-box .box-data p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #4F555C;
  line-height: 1.5;
  margin-bottom: 10px;
}

section#footer-social .social-box .btn {
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  padding: 13px 30px;
}

section#footer-social .social-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px;
}

footer#main-footer {
  color: #4F555C;
  text-align: center;
  border-top: 1px solid #d0d0d0;
  border-bottom: 75px solid #FCC200;
}

footer#main-footer .container {
  padding: 15px;
}

footer#main-footer ul {
  text-align: center;
}

footer#main-footer ul li {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 10px;
}

footer#main-footer ul li a {
  color: #4F555C;
}

footer#main-footer p {
  font-size: 1rem;
}

#main-fix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 8;
}

#main-fix .ticket-box a {
  float: left;
  width: calc(100% / 3);
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  display: block;
}

#main-fix .ticket-box a.breast {
  background-color: #ff4b5e;
}

#main-fix .ticket-box a.breast:hover {
  background-color: #FF2F45;
}

#main-fix .ticket-box a.colorectal {
  background-color: #0f2b9a;
}

#main-fix .ticket-box a.colorectal:hover {
  background-color: #001A80;
}

#main-fix .ticket-box a.lung {
  background-color: #848484;
}

#main-fix .ticket-box a.lung:hover {
  background-color: #676767;
}

#main-fix .ticket-box.article a {
  width: 50%;
}

#main-fix .ticket-box.article a.green {
  background-color: #348F89;
}

#main-fix .ticket-box.article a.green:hover {
  background-color: #217E78;
}

#main-fix .ticket-box.article a.yellow {
  background-color: #F6AC19;
}

#main-fix .ticket-box.article a.yellow:hover {
  background-color: #FF9D00;
}

#main-fix .ticket-box.kh a {
  background-color: #0f2b9a;
  width: 100%;
}

#main-fix .ticket-box.kh a:hover {
  background-color: #001A80;
}

#main-fix .gotop {
  background-color: #B8B8B8;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -150px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#main-fix .gotop:hover {
  background-color: #848484;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.popup.active {
  display: inline-block;
}

.popup .popup-container {
  background-color: #fff;
  width: 900px;
  height: 530px;
  position: relative;
  top: calc(50vh - 265px);
  left: calc(50vw - 450px);
  z-index: 1;
  padding: 80px 40px;
}

.popup .popup-container .icon-close {
  background-image: url(../../assets/images/icon_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.popup .popup-container .box-img {
  float: left;
  width: 300px;
}

.popup .popup-container .box-img img {
  width: 100%;
  display: block;
}

.popup .popup-container .box-data {
  float: left;
  width: calc(100% - 300px);
  padding-left: 40px;
}

.popup .popup-container .box-data h4 {
  font-weight: 500;
  color: #EF8775;
  font-size: 1.375rem;
  margin-bottom: 7px;
}

.popup .popup-container .box-data h4 span {
  color: #4F555C;
  font-weight: 300;
}

.popup .popup-container .box-data p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 300;
}

.popup .popup-container .box-data a.more {
  font-size: 1.125rem;
  color: #4F555C;
  text-decoration: underline;
  font-weight: 300;
}

.popup .popup-container .box-data a.more:hover {
  text-decoration: none;
}

.popup .popup-bg {
  background-color: #222;
  opacity: .8;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 1200px) {
  header #main-logo {
    width: 170px;
  }
  header #header-orderBTN a:first-child {
    margin-right: 10px;
  }
  header #header-orderBTN a:first-child:after {
    display: none;
  }
  header #header-share {
    margin: 20px 15px 0 10px;
  }
  header #header-share a.share-line {
    margin-left: 5px;
  }
  section#sponsor .container, section#footer-social .container {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  header #header-orderBTN {
    margin-right: 15px;
  }
  header #header-share {
    display: none;
  }
}

@media (max-width: 769px) {
  header {
    height: 40px;
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 375px;
  }
  header #main-logo {
    width: 130px;
    height: 27px;
    margin: 7px 15px 0 15px;
  }
  header #main-menu {
    float: inherit;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 40px;
    left: 100vw;
    z-index: 9999;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }
  header #main-menu.active {
    left: 0;
  }
  header #main-menu ul li {
    float: inherit;
    background-image: url(../../assets/images/line.svg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 375px;
    width: 100%;
  }
  header #main-menu ul li:after {
    display: none;
  }
  header #main-menu ul li a {
    color: #707070;
    font-size: 1.125rem;
    height: inherit;
    line-height: inherit;
    border-bottom: 0;
    line-height: 1;
    padding: 15px 30px;
  }
  header #main-menu ul li a.active, header #main-menu ul li a:hover {
    color: #ef8775;
    border-color: transparent;
  }
  header #main-menu .buttons {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  header #main-menu .buttons a:nth-of-type(1) {
    margin-right: 10px;
  }
  header .icon-burger {
    float: right;
    background-image: url(../../assets/images/icon_burger.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 23px;
    display: inline-block;
    margin: 9px 15px 0;
  }
  header .icon-burger.active {
    background-image: url(../../assets/images/icon_close.svg);
  }
  header #header-orderBTN {
    display: none;
  }
  section#sponsor {
    margin-top: 60px;
  }
  section#sponsor:before {
    background-size: 65px;
    height: 65px;
    top: -30px;
  }
  section#sponsor .container {
    padding: 0;
  }
  section#footer-social {
    padding: 50px 0;
  }
  section#footer-social .container {
    padding: 0 20px;
  }
  section#footer-social h3 {
    text-align: center;
    font-weight: 400;
    color: #4F555C;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  section#footer-social .social-box {
    float: inherit;
    width: 100%;
  }
  section#footer-social .social-box.line {
    background-image: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section#footer-social .social-box.facebook {
    background-image: none;
  }
  section#footer-social .social-box .box-data {
    width: 100%;
  }
  footer#main-footer {
    border-bottom: 120px solid #FCC200;
  }
  footer#main-footer ul li {
    font-size: 1.25rem;
  }
  #main-fix {
    height: 45px;
  }
  #main-fix .ticket-box a {
    font-weight: 300;
  }
  #main-fix .gotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    right: 0;
    top: -100px;
  }
  #main-fix .social-box {
    background-color: #fff;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 1rem;
    text-align: center;
  }
  #main-fix .social-box a {
    float: left;
    text-align: center;
    width: calc(100% / 3);
    display: block;
  }
  #main-fix .social-box a img {
    position: relative;
    top: 8px;
    margin-right: 5px;
  }
  #main-fix .social-box a.fb {
    color: #4267B2;
  }
  #main-fix .social-box a.line {
    color: #00C500;
  }
  #main-fix .social-box a.friend {
    background-color: #00C500;
    color: #fff;
  }
  .popup .popup-container {
    width: 90%;
    height: 90vh;
    top: calc(50vh - (90vh / 2));
    left: calc(50vw - (90% / 2));
    padding: 40px 20px;
  }
  .popup .popup-container .box-img {
    float: inherit;
    width: 180px;
    margin: auto;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 200px;
  }
  .popup .popup-container .box-data {
    float: inherit;
    width: 100%;
    padding-left: 0;
  }
  .popup .popup-container .box-data h4 {
    font-size: 1.375rem;
    line-height: 1.4;
  }
  .popup .popup-container .box-data p {
    font-size: 1rem;
    line-height: 1.4;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .popup .popup-container .box-data a.more {
    line-height: 1.4;
  }
  .popup .popup-container .box-data .data {
    overflow-y: scroll;
    height: 325px;
  }
}

@media (max-width: 375px) {
  .popup .popup-container .box-data .data {
    height: 275px;
  }
}

@media (max-width: 320px) {
  .popup .popup-container .box-data .data {
    height: 175px;
  }
}

section h2.title {
  color: #348F89;
  letter-spacing: 7px;
  border-bottom: 8px solid #FCC200;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: inline-block;
}

section#kv {
  background-color: #faf0e0;
  min-height: 755px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

section#kv .kv-content .kv-img {
  float: left;
  width: 460px;
  height: 520px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: KV-AniSvg 2s alternate infinite;
          animation: KV-AniSvg 2s alternate infinite;
}

@-webkit-keyframes KV-AniSvg {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes KV-AniSvg {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

section#kv .kv-content .kv-data {
  float: left;
  background-image: url(../../assets/images/BG_kv-h1.svg);
  background-repeat: no-repeat;
  background-size: 500px;
  width: 700px;
  min-height: 350px;
  position: relative;
  margin: 60px 0 0 30px;
}

section#kv .kv-content .kv-data h1 {
  text-indent: -5000px;
}

section#kv .kv-content .kv-data .data {
  width: 510px;
  margin: 175px 0 0 195px;
}

section#kv .kv-content .kv-data .data h3 {
  font-weight: 300;
  color: #4F555C;
  font-size: 1.625rem;
  line-height: 1.3;
  display: inline;
}

section#kv .kv-content .kv-data .data h4 {
  font-weight: 300;
  font-size: 1.25rem;
  color: #707070;
  display: inline;
}

section#kv .kv-content .kv-data .kv-btn {
  text-align: center;
  margin-top: 50px;
}

section#kv .kv-content .kv-data .kv-btn a:nth-of-type(1) {
  margin-right: 20px;
}

section#about {
  background-color: #f3f3f3;
  background-image: url(../../assets/images/BG_about.svg);
  background-repeat: no-repeat;
  background-position-x: calc(50% - 707px);
  background-position-y: 50%;
  background-size: 315px;
  background-attachment: fixed;
}

section#about .container {
  text-align: center;
  padding: 0 105px;
  padding-top: 5%;
  min-height: 90vh;
}

section#about .container p {
  font-size: 1.25rem;
  line-height: 2.1;
}

section#about .container p span {
  color: #348F89;
  padding: 0 5px;
  font-weight: bold;
  font-size: 1.375rem;
}

section#about .container .about-slider {
  width: 100%;
  margin: 50px 0;
  overflow: hidden;
}

section#about .container .about-slider .item .box-img {
  margin: 0 auto 20px auto;
  width: 115px;
}

section#about .container .about-slider .item .box-imgimg {
  width: 115px;
}

section#about .container .about-slider .item .box-data h3 {
  color: #348F89;
  font-weight: bold;
  margin-bottom: 10px;
}

section#about .container .about-slider .item .box-data p {
  font-weight: 1.125rem;
  color: #222;
  line-height: 1.4;
  font-weight: 300;
}

section#speaker {
  background-color: #348F89;
  padding: 50px 0;
  position: relative;
}

section#speaker .face-big {
  background-image: url(../../assets/images/icon_speaker-big.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 430px;
  height: 430px;
  display: inline-block;
  position: absolute;
  top: -215px;
  right: calc(50% - 1000px);
  -webkit-animation: speaker-Ani 3s alternate infinite;
          animation: speaker-Ani 3s alternate infinite;
}

@-webkit-keyframes speaker-Ani {
  from {
    -webkit-transform: scale(1) rotate(-30deg);
            transform: scale(1) rotate(-30deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
  }
}

@keyframes speaker-Ani {
  from {
    -webkit-transform: scale(1) rotate(-30deg);
            transform: scale(1) rotate(-30deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
  }
}

section#speaker .container {
  text-align: center;
  padding: 0 105px;
  min-height: 50vh;
}

section#speaker .container h2.title {
  color: #fff;
}

section#speaker .container .speaker-slider .item {
  float: left;
  color: #fff;
  margin: 0 30px;
  cursor: pointer;
}

section#speaker .container .speaker-slider .item h3 {
  font-weight: 500;
  margin-bottom: 15px;
  min-height: 26px;
}

section#speaker .container .speaker-slider .item .box-img {
  width: 280px;
  height: 280px;
  border: 8px solid #faf0e0;
  border-radius: 300px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#speaker .container .speaker-slider .item .box-img img {
  width: 100%;
  height: 100%;
}

section#speaker .container .speaker-slider .item .box-data .speaker-name {
  font-size: 1.25rem;
}

section#speaker .container .speaker-slider .item .box-data p {
  min-height: 55px;
}

section#speaker .container .speaker-slider .item .box-btn {
  color: #4F555C;
  font-weight: 500;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
}

section#speaker .container .speaker-slider .item:hover .box-btn {
  background-color: #FF9D00;
  border-color: #FF9D00;
}

section#speaker .container .speaker-slider .owl-next, section#speaker .container .speaker-slider .owl-prev {
  background-size: contain;
  background-repeat: no-repeat;
  width: 58px;
  height: 96px;
  position: absolute;
  top: calc(50% - 48px);
  text-indent: -5000px;
}

section#speaker .container .speaker-slider .owl-prev {
  background-image: url(../../assets/images/icon_speaker-arrow-L.svg);
  left: -68px;
}

section#speaker .container .speaker-slider .owl-next {
  background-image: url(../../assets/images/icon_speaker-arrow-R.svg);
  right: -68px;
}

section#agenda {
  background-color: #f3f3f3;
  padding: 50px 0;
  position: relative;
}

section#agenda .face-big, section#agenda .face-small {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
}

section#agenda .face-big {
  background-image: url(../../assets/images/icon_agenda-big.svg);
  width: 280px;
  height: 295px;
  top: -50px;
  left: calc(50% - 850px);
  -webkit-animation: agendaB-Ani 2s alternate infinite;
          animation: agendaB-Ani 2s alternate infinite;
}

@-webkit-keyframes agendaB-Ani {
  from {
    -webkit-transform: scale(1) rotate(-10deg);
            transform: scale(1) rotate(-10deg);
  }
  to {
    -webkit-transform: scale(1.05) rotate(0deg);
            transform: scale(1.05) rotate(0deg);
  }
}

@keyframes agendaB-Ani {
  from {
    -webkit-transform: scale(1) rotate(-10deg);
            transform: scale(1) rotate(-10deg);
  }
  to {
    -webkit-transform: scale(1.05) rotate(0deg);
            transform: scale(1.05) rotate(0deg);
  }
}

section#agenda .face-small {
  background-image: url(../../assets/images/icon_agenda-small.svg);
  width: 150px;
  height: 145px;
  top: 270px;
  left: calc(50% - 720px);
  -webkit-animation: agendaA-Ani 1s alternate infinite;
          animation: agendaA-Ani 1s alternate infinite;
}

@-webkit-keyframes agendaA-Ani {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.05) rotate(-10deg);
            transform: scale(1.05) rotate(-10deg);
  }
}

@keyframes agendaA-Ani {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.05) rotate(-10deg);
            transform: scale(1.05) rotate(-10deg);
  }
}

section#agenda .container {
  text-align: center;
  padding: 0 40px;
}

section#agenda .container h3 {
  color: #348F89;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}

section#agenda .container h3:nth-of-type(1) {
  margin-top: 0;
}

section#agenda .container .agenda-table .agenda-box {
  background-color: #fff;
  padding: 20px 45px;
  text-align: left;
  position: relative;
  overflow: hidden;
  min-height: 150px;
}

section#agenda .container .agenda-table .agenda-box:nth-of-type(2), section#agenda .container .agenda-table .agenda-box:nth-of-type(5) {
  background-color: rgba(255, 255, 255, 0.25);
}

section#agenda .container .agenda-table .agenda-box .box-data {
  float: left;
  width: 85%;
}

section#agenda .container .agenda-table .agenda-box .box-data .time {
  color: #348F89;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 500;
}

section#agenda .container .agenda-table .agenda-box .box-data .time span {
  font-size: 1.25rem;
  position: relative;
  top: -3px;
}

section#agenda .container .agenda-table .agenda-box .box-data .time span:before {
  content: '|';
  color: #707070;
  margin: 0 10px;
}

section#agenda .container .agenda-table .agenda-box .box-data .title {
  font-size: 1.5rem;
  color: #96531c;
}

section#agenda .container .agenda-table .agenda-box .box-data .speaker {
  margin-top: 10px;
  overflow: hidden;
}

section#agenda .container .agenda-table .agenda-box .box-data .speaker .tag {
  float: left;
  font-size: 0.875rem;
  color: #888;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #888;
  margin-right: 15px;
}

section#agenda .container .agenda-table .agenda-box .box-data .speaker .name {
  float: left;
  line-height: 1;
  font-size: 1.5rem;
  color: #4F555C;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

section#agenda .container .agenda-table .agenda-box .box-data .speaker .name b, section#agenda .container .agenda-table .agenda-box .box-data .speaker .name span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #979797;
}

section#agenda .container .agenda-table .agenda-box .box-data .speaker .name a {
  font-size: 1.5rem;
  color: #4F555C;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}

section#agenda .container .agenda-table .agenda-box .box-data .speaker .name a b, section#agenda .container .agenda-table .agenda-box .box-data .speaker .name a span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #979797;
}

section#agenda .container .agenda-table .agenda-box .box-data .speaker .name a:hover {
  color: #348F89;
}

section#agenda .container .agenda-table .agenda-box .box-data .speaker .name a:hover b {
  color: #348F89;
}

section#agenda .container .agenda-table .agenda-box .box-data .speaker .name b {
  margin: 0 5px;
}

section#agenda .container .agenda-table .agenda-box .box-data .info {
  font-size: 1rem;
  color: #707070;
  margin-top: 15px;
}

section#agenda .container .agenda-table .agenda-box .box-img {
  float: right;
  height: 110px;
  position: absolute;
  top: calc(50% - 55px);
  right: 45px;
}

section#agenda .container .agenda-table .agenda-box .box-img img {
  float: left;
  width: 118px;
  height: 118px;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
  border: 8px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#agenda .container .agenda-table .agenda-box .box-img img:nth-child(2) {
  margin-left: 10px;
}

section#agenda .container .agenda-table .agenda-box .box-img img:hover {
  border: 8px solid #FBEC80;
}

section#agenda .container .agenda-table .agenda-box .box-imgnolink {
  float: right;
  height: 110px;
  position: absolute;
  top: calc(50% - 55px);
  right: 45px;
}

section#agenda .container .agenda-table .agenda-box .box-imgnolink img {
  float: left;
  width: 118px;
  height: 118px;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
  border: 8px solid transparent;
  cursor: default;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#agenda .container .agenda-table .agenda-box .box-imgnolink img:nth-child(2) {
  margin-left: 10px;
}

section#agenda .container .agenda-table .agenda-box .box-imgnolink img:hover {
  border: 8px solid transparent;
}

section#agenda .container .agenda-table .agenda-box h3 {
  text-align: center;
  line-height: 1.4;
}

section#agenda .container .agenda-table .agenda-box h3 span {
  font-size: 1.25rem;
}

section#agenda .container .agenda-table .agenda-box p.title {
  text-align: center;
  color: #707070;
  margin-bottom: 30px;
}

section#agenda .container .agenda-table .break {
  background-color: #348F89;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 45px;
  line-height: 1;
}

section#agenda .container .agenda-table .break span {
  font-size: 1.25rem;
  margin-left: 20px;
}

section#agenda .container .agenda-table .pm-session {
  background-color: #fff;
  overflow: hidden;
  padding: 0 45px 40px 45px;
}

section#agenda .container .agenda-table .pm-session .session-box {
  float: left;
  width: calc((100% - 60px) / 3);
  padding: 30px 20px;
  margin-right: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

section#agenda .container .agenda-table .pm-session .session-box.breast {
  background-color: #ffe4e4;
}

section#agenda .container .agenda-table .pm-session .session-box.breast h3 {
  color: #ff4b5e;
}

section#agenda .container .agenda-table .pm-session .session-box.breast .box-img:before {
  color: #ff4b5e;
}

section#agenda .container .agenda-table .pm-session .session-box.colorectal {
  background-color: #e4f0ff;
}

section#agenda .container .agenda-table .pm-session .session-box.colorectal h3 {
  color: #0f2b9a;
}

section#agenda .container .agenda-table .pm-session .session-box.colorectal .box-img:before {
  color: #0f2b9a;
}

section#agenda .container .agenda-table .pm-session .session-box.lung {
  background-color: #e6e6e6;
  margin-right: 0;
}

section#agenda .container .agenda-table .pm-session .session-box.lung h3 {
  color: #348f89;
}

section#agenda .container .agenda-table .pm-session .session-box.lung .box-img:before {
  color: #348f89;
}

section#agenda .container .agenda-table .pm-session .session-box h3 {
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

section#agenda .container .agenda-table .pm-session .session-box .box-img {
  position: relative;
}

section#agenda .container .agenda-table .pm-session .session-box .box-img:before {
  content: '+';
  font-size: 32px;
  font-weight: 300;
  position: absolute;
  top: 22%;
  left: calc(50% - 8px);
}

section#agenda .container .agenda-table .pm-session .session-box .box-img img {
  width: 118px;
  height: 118px;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
  border: 8px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#agenda .container .agenda-table .pm-session .session-box .box-img img:nth-child(2) {
  margin-left: 20px;
}

section#agenda .container .agenda-table .pm-session .session-box .box-img img:hover {
  border: 8px solid #FBEC80;
}

section#agenda .container .agenda-table .pm-session .session-box .box-data {
  text-align: left;
  min-height: 160px;
}

section#agenda .container .agenda-table .pm-session .session-box .box-data .title {
  font-size: 1.5rem;
  color: #96531c;
}

section#agenda .container .agenda-table .pm-session .session-box .box-data .speaker {
  margin-top: 10px;
  overflow: hidden;
}

section#agenda .container .agenda-table .pm-session .session-box .box-data .speaker .tag {
  float: left;
  font-size: 0.875rem;
  color: #888;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #888;
  margin-right: 15px;
}

section#agenda .container .agenda-table .pm-session .session-box .box-data .speaker a {
  display: block;
  cursor: pointer;
}

section#agenda .container .agenda-table .pm-session .session-box .box-data .speaker a:hover b {
  color: #348F89;
}

section#agenda .container .agenda-table .pm-session .session-box .box-data .speaker b {
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  color: #4F555C;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#agenda .container .agenda-table .pm-session .session-box .box-data .speaker span {
  font-size: 1.125rem;
  color: #4F555C;
  font-weight: 400;
}

section#agenda .container .agenda-table .pm-session .session-box .box-btn a {
  font-size: 1.375rem;
  font-weight: 500;
  padding: 12px 50px;
  margin-top: 15px;
}

section#agenda .container .agenda-note {
  font-size: 1rem;
  color: #348F89;
  font-weight: 300;
  display: block;
  text-align: right;
  margin-top: 10px;
}

section#ticket {
  padding: 80px 0;
  position: relative;
}

section#ticket .container {
  text-align: center;
  padding: 0 40px;
}

section#ticket .container h2.brown {
  text-align: left;
  color: #96531c;
  margin-bottom: 20px;
}

section#ticket .container .session-info {
  text-align: left;
  overflow: hidden;
}

section#ticket .container .session-info ul {
  float: left;
  width: calc((100% - 30px) / 2);
  font-size: 1.25rem;
}

section#ticket .container .session-info ul:nth-of-type(1) {
  margin-right: 30px;
}

section#ticket .container .session-info ul li {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1;
}

section#ticket .container .session-info ul li .tag {
  float: left;
  font-weight: 300;
  border: 1px solid #b8b8b8;
  border-radius: 7px;
  padding: 8px 0;
  min-width: 120px;
  text-align: center;
  line-height: 1;
}

section#ticket .container .session-info ul li p {
  float: left;
  width: calc(100% - 120px);
  line-height: 1.5;
  padding-left: 15px;
}

section#ticket .container .session-info ul li p b {
  font-size: 1.875rem;
}

section#ticket .container .session-info ul li p a {
  text-decoration: underline;
  margin-left: 5px;
}

section#ticket .container .session-info ul li p a:hover {
  text-decoration: none;
}

section#ticket .container .session-ticket {
  overflow: hidden;
  margin: 30px 0 50px;
}

section#ticket .container .session-ticket .session-box {
  float: left;
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 80px;
  width: calc((100% - 60px) / 3);
  padding: 25px 20px;
  border-radius: 5px;
  margin-right: 30px;
}

section#ticket .container .session-ticket .session-box.breast {
  background-color: #ffe4e4;
  background-image: url(../../assets/images/icon_ribbon-pink.svg);
}

section#ticket .container .session-ticket .session-box.breast h3 span {
  color: #ff4b5e;
}

section#ticket .container .session-ticket .session-box.breast:hover .btn {
  background-color: #FF2F45;
}

section#ticket .container .session-ticket .session-box.breast:hover .disable {
  background-color: #f3f3f3;
}

section#ticket .container .session-ticket .session-box.colorectal {
  background-color: #e4f0ff;
  background-image: url(../../assets/images/icon_ribbon-blue.svg);
}

section#ticket .container .session-ticket .session-box.colorectal h3 span {
  color: #0f2b9a;
}

section#ticket .container .session-ticket .session-box.colorectal:hover .btn {
  background-color: #001A80;
}

section#ticket .container .session-ticket .session-box.colorectal:hover .disable {
  background-color: #f3f3f3;
}

section#ticket .container .session-ticket .session-box.lung {
  background-color: #e6e6e6;
  background-image: url(../../assets/images/icon_ribbon-gray.svg);
  margin-right: 0;
}

section#ticket .container .session-ticket .session-box.lung h3 span {
  color: #348f89;
}

section#ticket .container .session-ticket .session-box.lung:hover .btn {
  background-color: #217E78;
}

section#ticket .container .session-ticket .session-box.lung:hover .disable {
  background-color: #f3f3f3;
}

section#ticket .container .session-ticket .session-box .box-data {
  float: right;
  font-size: 1.5rem;
  color: #4F555C;
  font-weight: 300;
  text-align: right;
}

section#ticket .container .session-ticket .session-box .box-data h3 {
  font-size: 1.875rem;
  font-weight: 700;
}

section#ticket .container .session-ticket .session-box .box-data .btn {
  float: right;
  margin-top: 20px;
  width: 90%;
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
}

section#ticket .container .session-ticket.kh {
  background-color: #F3F3F3;
  height: 630px;
}

section#ticket .container .session-ticket.kh iframe {
  width: 100%;
  height: 100%;
}

section#ticket .container h4.title {
  color: #348F89;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

section#ticket .container .notice {
  background-image: url(../../assets/images/BG_notice-face.svg);
  background-repeat: no-repeat;
  background-size: 240px;
  background-position: right center;
  text-align: left;
  margin-bottom: 100px;
}

section#ticket .container .notice ol {
  list-style-type: decimal;
  margin-left: 20px;
  color: #222;
  font-size: 1.125rem;
}

section#ticket .container .qa {
  text-align: left;
}

section#ticket .container .qa .qa-content {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}

section#ticket .container .qa .qa-content .qa-box {
  font-size: 1.125rem;
  margin-bottom: 10px;
  overflow: hidden;
}

section#ticket .container .qa .qa-content .qa-box .collapsible {
  font-weight: 700;
  color: #348F89;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  padding: 3px 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

section#ticket .container .qa .qa-content .qa-box .collapsible:after {
  content: '\002B';
  font-size: 1.875rem;
  font-weight: 300;
  float: right;
  margin-left: 5px;
  line-height: 1;
}

section#ticket .container .qa .qa-content .qa-box .collapsible.active:after {
  content: "\2212";
}

section#ticket .container .qa .qa-content .qa-box .content {
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  padding: 0 10px;
}

section#ticket .container .qa .qa-content .qa-box .content.active {
  max-height: inherit;
}

section#ticket .container .qa .qa-content .qa-box .content p {
  color: #222;
}

section#ticket .container .qak {
  text-align: left;
}

section#ticket .container .qak .qak-content {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}

section#ticket .container .qak .qak-content .qa-box {
  font-size: 1.125rem;
  margin-bottom: 10px;
  overflow: hidden;
}

section#ticket .container .qak .qak-content .qa-box .collapsible {
  font-weight: 700;
  color: #348F89;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  padding: 3px 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

section#ticket .container .qak .qak-content .qa-box .collapsible:after {
  content: '\002B';
  font-size: 1.875rem;
  font-weight: 300;
  float: right;
  margin-left: 5px;
  line-height: 1;
}

section#ticket .container .qak .qak-content .qa-box .collapsible.active:after {
  content: "\2212";
}

section#ticket .container .qak .qak-content .qa-box .content {
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  padding: 0 10px;
}

section#ticket .container .qak .qak-content .qa-box .content.active {
  max-height: inherit;
}

section#ticket .container .qak .qak-content .qa-box .content p {
  color: #222;
}

section#traffic {
  background-color: #faf0e0;
  padding: 50px 0;
  position: relative;
}

section#traffic .container {
  text-align: center;
  padding: 0 40px;
}

section#traffic .container .traffic-content {
  overflow: hidden;
}

section#traffic .container .traffic-content .traffic-map {
  float: left;
  width: 55%;
}

section#traffic .container .traffic-content .traffic-map iframe {
  width: 100%;
  height: 280px;
}

section#traffic .container .traffic-content .traffic-data {
  float: left;
  width: 45%;
  padding-left: 25px;
}

section#traffic .container .traffic-content .traffic-data .traffic-box {
  color: #222;
  border-bottom: 1px dotted #707070;
  overflow: hidden;
  margin-bottom: 15px;
  min-height: 90px;
}

section#traffic .container .traffic-content .traffic-data .traffic-box .box-icon {
  float: left;
  font-size: 1.375rem;
  text-align: center;
  width: 50px;
  line-height: 1;
}

section#traffic .container .traffic-content .traffic-data .traffic-box .box-icon img {
  width: 100%;
  margin-bottom: 5px;
}

section#traffic .container .traffic-content .traffic-data .traffic-box .box-data {
  float: left;
  width: calc(100% - 50px);
  text-align: left;
  padding-left: 25px;
}

section#traffic .container .traffic-content .traffic-data .traffic-box .box-data h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

section#traffic .container .traffic-content .traffic-data .traffic-box .box-data p {
  margin-bottom: 10px;
  line-height: 1.6;
}

section#history {
  padding: 50px 0;
  position: relative;
}

section#history .container {
  text-align: center;
  padding: 0 40px;
}

section#history .container .history-slider .item {
  float: left;
}

section#history .container .history-slider .item:nth-of-type(4) {
  margin-right: 0;
}

section#history .container .history-slider .item .box-img img {
  width: 100%;
  border: 1px solid #979797;
  display: block;
}

section#history .container .history-slider .item h5 {
  margin-top: 15px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  section#about .container, section#speaker .container, section#agenda .container,
  section#ticket .container, section#traffic .container, section#history .container {
    padding: 0 15px;
  }
  section#kv .kv-content .kv-img {
    width: 350px;
    height: 400px;
  }
  section#kv .kv-content .kv-data {
    background-size: 380px;
    width: calc(100% - 380px);
    min-height: 350px;
    margin: 0 0 0 30px;
  }
  section#kv .kv-content .kv-data .data {
    width: 340px;
    margin: 125px 0 0 150px;
  }
  section#kv .kv-content .kv-data .data h3 {
    font-size: 1.175rem;
  }
  section#kv .kv-content .kv-data .data h4 {
    font-size: 1.125rem;
  }
  section#kv .kv-content .kv-data .kv-btn {
    margin-top: 30px;
  }
  section#kv .kv-content .kv-data .kv-btn a {
    font-size: 1.375rem;
  }
  section#agenda .container .agenda-table .agenda-box .box-img {
    height: 98px;
  }
  section#agenda .container .agenda-table .agenda-box .box-img img {
    width: 98px;
    height: 98px;
  }
  section#agenda .container .agenda-table .agenda-box .box-img img:nth-child(2) {
    margin-left: 5px;
  }
  section#agenda .container .agenda-table .pm-session .session-box .box-img img {
    width: 98px;
    height: 98px;
  }
  section#agenda .container .agenda-table .pm-session .session-box .box-img img:nth-child(2) {
    margin-left: 10px;
  }
  section#agenda .container .agenda-table .pm-session .session-box .box-data .speaker span {
    font-size: 1rem;
  }
  section#ticket .container .session-ticket .session-box {
    background-position: -13% center;
  }
}

@media (max-width: 769px) {
  section h2.title {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  section#kv {
    min-height: 600px;
    position: relative;
    overflow-x: hidden;
  }
  section#kv .kv-content .kv-img {
    display: none;
  }
  section#kv .kv-content .kv-img-M .kv-img-M1 {
    position: absolute;
    top: -20px;
    right: -20px;
    -webkit-animation: kv-img-M1-Ani 2s alternate infinite;
            animation: kv-img-M1-Ani 2s alternate infinite;
  }
  @-webkit-keyframes kv-img-M1-Ani {
    from {
      -webkit-transform: rotate(0deg) scale(1);
              transform: rotate(0deg) scale(1);
    }
    to {
      -webkit-transform: rotate(10deg) scale(1.1);
              transform: rotate(10deg) scale(1.1);
    }
  }
  @keyframes kv-img-M1-Ani {
    from {
      -webkit-transform: rotate(0deg) scale(1);
              transform: rotate(0deg) scale(1);
    }
    to {
      -webkit-transform: rotate(10deg) scale(1.1);
              transform: rotate(10deg) scale(1.1);
    }
  }
  section#kv .kv-content .kv-img-M .kv-img-M2 {
    position: absolute;
    top: 6%;
    right: 34%;
    -webkit-animation: kv-img-M2-Ani 2s alternate infinite;
            animation: kv-img-M2-Ani 2s alternate infinite;
  }
  @-webkit-keyframes kv-img-M2-Ani {
    from {
      -webkit-transform: rotate(-10deg) scale(1);
              transform: rotate(-10deg) scale(1);
    }
    to {
      -webkit-transform: rotate(0deg) scale(0.9);
              transform: rotate(0deg) scale(0.9);
    }
  }
  @keyframes kv-img-M2-Ani {
    from {
      -webkit-transform: rotate(-10deg) scale(1);
              transform: rotate(-10deg) scale(1);
    }
    to {
      -webkit-transform: rotate(0deg) scale(0.9);
              transform: rotate(0deg) scale(0.9);
    }
  }
  section#kv .kv-content .kv-data {
    float: inherit;
    background-size: contain;
    width: 90%;
    max-width: 370px;
    min-height: 350px;
    margin: 0 auto;
  }
  section#kv .kv-content .kv-data .data {
    width: 85%;
    text-align: center;
    margin: 155px auto 0 auto;
  }
  section#kv .kv-content .kv-data .data h3 {
    font-size: 1.125rem;
  }
  section#kv .kv-content .kv-data .data h4 {
    font-size: 0.875rem;
  }
  section#kv .kv-content .kv-data .kv-btn {
    margin-top: 20px;
  }
  section#kv .kv-content .kv-data .kv-btn a {
    font-size: 1.125rem;
    width: 90%;
    margin: auto;
    padding: 13px;
    display: block;
  }
  section#kv .kv-content .kv-data .kv-btn a:nth-of-type(1) {
    margin-right: auto;
    margin-bottom: 10px;
  }
  section#about {
    padding: 50px 0;
    min-height: 100vh;
  }
  section#about .container .about-slider {
    margin: 30px 0 10px;
  }
  section#about .container .about-slider .owl-next, section#about .container .about-slider .owl-prev {
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 56px;
    position: absolute;
    top: calc(50% - (35px / 2));
    text-indent: -5000px;
  }
  section#about .container .about-slider .owl-prev {
    background-image: url(../../assets/images/icon_about-arrow-L.svg);
    left: 0;
  }
  section#about .container .about-slider .owl-next {
    background-image: url(../../assets/images/icon_about-arrow-R.svg);
    right: 0;
  }
  section#speaker {
    min-height: 100vh;
  }
  section#speaker .container .speaker-slider .item {
    float: initial;
    margin: auto;
  }
  section#speaker .container .speaker-slider .item .box-img {
    width: 250px;
    height: 250px;
    margin: 0 auto 25px auto;
  }
  section#speaker .container .speaker-slider .owl-next, section#speaker .container .speaker-slider .owl-prev {
    width: 35px;
    height: 56px;
    top: calc(50% - (35px / 2));
  }
  section#speaker .container .speaker-slider .owl-next {
    right: 0;
  }
  section#speaker .container .speaker-slider .owl-prev {
    left: 0;
  }
  section#agenda .container .agenda-table .agenda-box {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 20px 30px 20px;
  }
  section#agenda .container .agenda-table .agenda-box h3 {
    font-size: 1.25rem;
  }
  section#agenda .container .agenda-table .agenda-box h3 b {
    font-size: 1.75rem;
  }
  section#agenda .container .agenda-table .agenda-box h3 span {
    font-size: 1rem;
  }
  section#agenda .container .agenda-table .agenda-box p.title {
    text-align: left;
  }
  section#agenda .container .agenda-table .agenda-box .box-data {
    width: 100%;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .time span {
    font-size: 1.1rem;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .title {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 5px;
    font-weight: 500;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .speaker {
    float: left;
    width: calc(100% - 100px);
    margin-top: 15px;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .speaker .tag {
    float: inherit;
    display: inline-block;
    margin-bottom: 13px;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .speaker .name {
    float: inherit;
    width: 100%;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .speaker .name a {
    margin-bottom: 30px;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .speaker .name a:nth-of-type(2) {
    margin-bottom: 0;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .speaker .name a span {
    display: block;
    margin-top: 10px;
    line-height: 1.4;
    font-size: 1.125rem;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .info {
    text-align: center;
    font-size: 1.125rem;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .info.active p {
    height: auto;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .info.active .agenda-more {
    display: none !important;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .info p {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
    width: 100%;
    height: 0;
  }
  section#agenda .container .agenda-table .agenda-box .box-data .info .agenda-more {
    padding: 10px 50px;
  }
  section#agenda .container .agenda-table .agenda-box .box-img {
    width: 80px;
    height: 80px;
    position: inherit;
    margin-top: 12%;
  }
  section#agenda .container .agenda-table .agenda-box .box-img img {
    width: 80px;
    height: 80px;
    border: 0;
  }
  section#agenda .container .agenda-table .agenda-box .box-img img:nth-child(1) {
    margin-bottom: 10px;
  }
  section#agenda .container .agenda-table .agenda-box .box-img img:nth-child(2) {
    margin-left: 0;
  }
  section#agenda .container .agenda-table .agenda-box .box-imgnolink {
    width: 80px;
    height: 80px;
    position: inherit;
    margin-top: 12%;
  }
  section#agenda .container .agenda-table .agenda-box .box-imgnolink img {
    width: 80px;
    height: 80px;
    border: 0;
  }
  section#agenda .container .agenda-table .agenda-box .box-imgnolink img:nth-child(1) {
    margin-bottom: 10px;
  }
  section#agenda .container .agenda-table .agenda-box .box-imgnolink img:nth-child(2) {
    margin-left: 0;
  }
  section#agenda .container .agenda-table .pm-session {
    padding: 0 20px 0px 20px;
  }
  section#agenda .container .agenda-table .pm-session .session-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section#agenda .container .agenda-table .pm-session .session-box .box-data {
    min-height: auto;
  }
  section#agenda .container .agenda-note {
    text-align: center;
  }
  section#ticket .container h2.brown {
    text-align: center;
  }
  section#ticket .container .session-info ul {
    float: inherit;
    width: 100%;
  }
  section#ticket .container .session-info ul:nth-of-type(1) {
    margin-right: 0;
  }
  section#ticket .container .session-info ul li {
    text-align: center;
    margin-bottom: 20px;
  }
  section#ticket .container .session-info ul li .tag {
    float: inherit;
    display: inline-block;
    margin: auto;
  }
  section#ticket .container .session-info ul li p {
    float: inherit;
    width: 100%;
    padding-left: 0;
    font-size: 1.125rem;
    margin-top: 5px;
  }
  section#ticket .container .session-info ul li p b {
    font-size: 1.75rem;
  }
  section#ticket .container .session-ticket .session-box {
    float: inherit;
    background-position: 10% center;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
  section#ticket .container .session-ticket.kh {
    height: 900px;
  }
  section#ticket .container .notice {
    background-image: none;
  }
  section#ticket .container .qa .qa-content .qa-box .collapsible {
    padding: 3px 40px 10px 10px;
    position: relative;
  }
  section#ticket .container .qa .qa-content .qa-box .collapsible:after {
    position: absolute;
    right: 0px;
    top: calc(50% - 15px);
  }
  section#traffic .container .traffic-content .traffic-map {
    width: 100%;
  }
  section#traffic .container .traffic-content .traffic-data {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  section#history .container .history-slider .item {
    float: initial;
    width: 70%;
    margin: auto;
  }
  section#history .container .history-slider .owl-next, section#history .container .history-slider .owl-prev {
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 56px;
    position: absolute;
    top: calc(50% - (35px / 2));
    text-indent: -5000px;
  }
  section#history .container .history-slider .owl-prev {
    background-image: url(../../assets/images/icon_about-arrow-L.svg);
    left: 0;
  }
  section#history .container .history-slider .owl-next {
    background-image: url(../../assets/images/icon_about-arrow-R.svg);
    right: 0;
  }
}

section#article-kv {
  background-image: url(../../assets/images/BG_article.png);
  background-repeat: repeat-x;
  background-position: top center;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

section#article-kv .kv-content {
  position: relative;
}

section#article-kv .kv-content .kv-data {
  background-image: url(../../assets/images/BG_kv-h1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  padding-top: 195px;
}

section#article-kv .kv-content .kv-data h3 {
  color: #4F555C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 45px;
}

section#article-kv .kv-content .kv-data h4 {
  color: #707070;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 45px;
}

section#article-kv .kv-content .kv-img-L {
  position: absolute;
  left: -130%;
}

section#article-kv .kv-content .kv-img-L .imgL1 {
  width: 300px;
  -webkit-animation: imgL1-Ani 2s alternate infinite;
          animation: imgL1-Ani 2s alternate infinite;
}

@-webkit-keyframes imgL1-Ani {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.05) rotate(-10deg);
            transform: scale(1.05) rotate(-10deg);
  }
}

@keyframes imgL1-Ani {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.05) rotate(-10deg);
            transform: scale(1.05) rotate(-10deg);
  }
}

section#article-kv .kv-content .kv-img-L .imgL2 {
  width: 90px;
  position: relative;
  top: 30px;
  -webkit-animation: imgL2-Ani 1s alternate infinite;
          animation: imgL2-Ani 1s alternate infinite;
}

@-webkit-keyframes imgL2-Ani {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.05) rotate(10deg);
            transform: scale(1.05) rotate(10deg);
  }
}

@keyframes imgL2-Ani {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.05) rotate(10deg);
            transform: scale(1.05) rotate(10deg);
  }
}

section#article-kv .kv-content .kv-img-R {
  position: absolute;
  right: -100%;
  top: 5%;
}

section#article-kv .kv-content .kv-img-R .imgR1 {
  width: 140px;
  -webkit-animation: imgR1-Ani 1.5s alternate infinite;
          animation: imgR1-Ani 1.5s alternate infinite;
}

@-webkit-keyframes imgR1-Ani {
  from {
    -webkit-transform: scale(1.1) rotate(-10deg);
            transform: scale(1.1) rotate(-10deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes imgR1-Ani {
  from {
    -webkit-transform: scale(1.1) rotate(-10deg);
            transform: scale(1.1) rotate(-10deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

section#article-kv .kv-content .kv-img-R .imgR2 {
  width: 100px;
  margin-left: 30px;
  position: relative;
  top: 80px;
  -webkit-animation: imgR2-Ani 1s alternate infinite;
          animation: imgR2-Ani 1s alternate infinite;
}

@-webkit-keyframes imgR2-Ani {
  from {
    -webkit-transform: scale(1.05) rotate(10deg);
            transform: scale(1.05) rotate(10deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes imgR2-Ani {
  from {
    -webkit-transform: scale(1.05) rotate(10deg);
            transform: scale(1.05) rotate(10deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

section#article-main {
  margin-bottom: 150px;
}

section#article-main article {
  color: #4F555C;
}

section#article-main article h1 {
  font-size: 2.375rem;
  color: #348F89;
  border-left: 10px solid #348F89;
  line-height: 1;
  padding-left: 10px;
  overflow: hidden;
}

section#article-main article h1 span {
  font-size: 1.375rem;
  color: #4F555C;
  position: relative;
  top: -5px;
}

section#article-main article .article-share {
  overflow: hidden;
  margin: 15px 0 30px;
}

section#article-main article .article-share .content {
  float: left;
}

section#article-main article .article-share .content .fb-share-button {
  position: relative;
  top: -8px;
  margin-right: 5px;
}

section#article-main article .main-img {
  text-align: center;
  margin-bottom: 30px;
}

section#article-main article .main-img .box-img {
  display: inline-block;
  max-width: 610px;
}

section#article-main article .main-img .box-img img {
  width: 100%;
}

section#article-main article .main-img .box-img span {
  display: block;
  text-align: left;
  font-size: 1.125rem;
}

section#article-main article .note {
  border-left: 15px solid #E6E6E6;
  padding-left: 15px;
  display: block;
  width: 500px;
  margin: 0 auto 30px auto;
}

section#article-main article .content h2 {
  color: #C57F00;
  font-size: 1.875rem;
  margin-bottom: 5px;
}

section#article-main article .content strong {
  font-size: 1.375rem;
  font-weight: 500;
}

section#article-main article .content p {
  font-size: 1.25rem;
}

section#article-main article .content p a {
  border-bottom: 1px solid #348F89;
}

section#article-main article .content p a:hover {
  border-color: transparent;
}

section#article-main article .content img, section#article-main article .content .video-box {
  display: block;
  max-width: 610px;
  margin: 30px auto;
}

@media (max-width: 769px) {
  section#article-kv {
    height: 550px;
  }
  section#article-kv .kv-content .kv-data {
    width: 320px;
    padding-top: 190px;
  }
  section#article-kv .kv-content .kv-img-L {
    left: inherit;
    right: 0;
    top: -40%;
  }
  section#article-kv .kv-content .kv-img-R {
    right: 0;
    top: inherit;
    bottom: -65%;
  }
  section#article-kv .kv-content .kv-img-R .imgRM {
    width: 220px;
  }
  section#article-main article {
    color: #4F555C;
  }
  section#article-main article h1 {
    font-size: 2.1875rem;
    line-height: 1.2;
    padding-left: 20px;
  }
  section#article-main article h1 span {
    position: relative;
    top: -5px;
  }
  section#article-main article .main-img {
    padding: 0 20px;
  }
  section#article-main article .note {
    width: 90%;
  }
  section#article-main article .content {
    padding: 0 20px;
  }
  section#article-main article .content h2 {
    color: #C57F00;
    font-size: 1.875rem;
    margin-bottom: 5px;
  }
  section#article-main article .content strong {
    font-size: 1.375rem;
    font-weight: 500;
  }
  section#article-main article .content p {
    font-size: 1.25rem;
  }
  section#article-main article .content img, section#article-main article .content .video-box {
    display: block;
    max-width: 100%;
    margin: 30px auto;
  }
}

section#list-kv {
  background-color: #FAF0E0;
  background-image: url(../../assets/images/BG_list-kv-img.png);
  background-repeat: no-repeat;
  background-size: 900px;
  background-position-x: calc(50% + 400px);
  background-position-y: 80%;
  min-height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-animation: list-kv-Ani 5s alternate infinite;
          animation: list-kv-Ani 5s alternate infinite;
}

@-webkit-keyframes list-kv-Ani {
  from {
    background-image: url(../../assets/images/BG_list-kv-img.png);
  }
  to {
    background-image: url(../../assets/images/BG_list-kv-img2.png);
  }
}

@keyframes list-kv-Ani {
  from {
    background-image: url(../../assets/images/BG_list-kv-img.png);
  }
  to {
    background-image: url(../../assets/images/BG_list-kv-img2.png);
  }
}

section#list-kv .kv-content .box-data {
  margin-left: calc(50% - 550px);
}

section#list-ticket {
  background-color: #F3F3F3;
  padding: 50px 0;
  position: relative;
}

section#list-ticket:before {
  content: '';
  background-image: url(../../assets/images/icon_speaker-big.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  display: inline-block;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 1040px);
  -webkit-animation: list-Ani 3s alternate infinite;
          animation: list-Ani 3s alternate infinite;
}

@-webkit-keyframes list-Ani {
  from {
    -webkit-transform: scale(1) rotate(-30deg);
            transform: scale(1) rotate(-30deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
  }
}

@keyframes list-Ani {
  from {
    -webkit-transform: scale(1) rotate(-30deg);
            transform: scale(1) rotate(-30deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
  }
}

section#list-ticket .container {
  text-align: center;
  padding: 0 40px;
}

section#list-ticket .container .ticket-box {
  float: left;
  width: calc((100% - 60px) / 3);
  min-height: 150px;
  margin-right: 30px;
  border-radius: 5px;
}

section#list-ticket .container .ticket-box.breast {
  background-color: #ffe4e4;
}

section#list-ticket .container .ticket-box.breast .box-data h2,
section#list-ticket .container .ticket-box.breast .box-data p {
  color: #ff4b5e;
}

section#list-ticket .container .ticket-box.breast .box-btn {
  background-color: #FFB5BB;
}

section#list-ticket .container .ticket-box.breast .box-btn h3 {
  color: #ff4b5e;
}

section#list-ticket .container .ticket-box.breast .box-btn a {
  color: #ff4b5e;
}

section#list-ticket .container .ticket-box.breast .box-btn a:hover {
  background-color: #ff4b5e;
}

section#list-ticket .container .ticket-box.colorectal {
  background-color: #e4f0ff;
}

section#list-ticket .container .ticket-box.colorectal .box-data h2,
section#list-ticket .container .ticket-box.colorectal .box-data p {
  color: #0f2b9a;
}

section#list-ticket .container .ticket-box.colorectal .box-btn {
  background-color: #BAC8EB;
}

section#list-ticket .container .ticket-box.colorectal .box-btn h3 {
  color: #0f2b9a;
}

section#list-ticket .container .ticket-box.colorectal .box-btn a {
  color: #0f2b9a;
}

section#list-ticket .container .ticket-box.colorectal .box-btn a:hover {
  background-color: #0f2b9a;
}

section#list-ticket .container .ticket-box.lung {
  background-color: #e6e6e6;
  margin-right: 0;
}

section#list-ticket .container .ticket-box.lung .box-data h2,
section#list-ticket .container .ticket-box.lung .box-data p {
  color: #348f89;
}

section#list-ticket .container .ticket-box.lung .box-btn {
  background-color: #CDCECF;
}

section#list-ticket .container .ticket-box.lung .box-btn h3 {
  color: #348f89;
}

section#list-ticket .container .ticket-box.lung .box-btn a {
  color: #348f89;
}

section#list-ticket .container .ticket-box.lung .box-btn a:hover {
  background-color: #348f89;
}

section#list-ticket .container .ticket-box .box-data {
  padding: 25px 35px 10px 34px;
}

section#list-ticket .container .ticket-box .box-data p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

section#list-ticket .container .ticket-box .box-data h2 {
  font-size: 3.125rem;
  font-weight: 500;
}

section#list-ticket .container .ticket-box .box-data h2 span {
  font-size: 5.625rem;
}

section#list-ticket .container .ticket-box .box-btn {
  padding: 20px 35px;
  border-radius: 5px;
  min-height: 220px;
  position: relative;
}

section#list-ticket .container .ticket-box .box-btn .data {
  width: calc(100% - 70px);
  position: absolute;
  top: calc(50% - 47px);
}

section#list-ticket .container .ticket-box .box-btn h3 {
  font-weight: 700;
  font-size: 2.1875rem;
}

section#list-ticket .container .ticket-box .box-btn a {
  background-color: #fff;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  width: 90%;
  margin: 15px auto 0 auto;
  padding: 15px;
}

section#list-ticket .container .ticket-box .box-btn a:hover {
  color: #fff;
}

section#list-main {
  margin-top: 40px;
}

section#list-main .tab-box {
  text-align: center;
  border-bottom: 4px solid #FCC200;
  margin-bottom: 20px;
}

section#list-main .tab-box ul li {
  display: inline-block;
}

section#list-main .tab-box ul li.active a {
  background-color: #FCC200;
}

section#list-main .tab-box ul li a {
  background-color: #E6E6E6;
  padding: 0 50px;
  color: #4F555C;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: block;
}

section#list-main .tab-box ul li a:hover {
  background-color: #FCC200;
}

section#list-main .list-table {
  margin-bottom: 50px;
}

section#list-main .list-table h2.title {
  background-color: #348F89;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  border: 0;
  margin-bottom: 15px;
}

section#list-main .list-table .list-content {
  text-align: center;
  overflow: hidden;
}

section#list-main .list-table .list-content .list-box {
  float: left;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#list-main .list-table .list-content .list-box:hover {
  opacity: .85;
}

section#list-main .list-table .list-content .list-box.PR:before {
  content: '';
  background-image: url(../../assets/images/icon_PR.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}

section#list-main .list-table .list-content .list-box:nth-child(3n) {
  margin-right: 0;
}

section#list-main .list-table .list-content .list-box .box-img {
  width: 100%;
  margin-bottom: 15px;
}

section#list-main .list-table .list-content .list-box .box-img img {
  width: 100%;
  border-radius: 5px;
}

section#list-main .list-table .list-content .list-box .box-data h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  line-height: 1.3;
  text-align: left;
}

section#list-main .list-table .list-content .list-box .box-data p {
  font-size: 1.125rem;
  color: #222;
  text-align: left;
}

section#list-main .list-table .list-content.more {
  height: 40px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#list-main .list-table .list-content.more.active {
  height: auto;
}

section#list-main .list-table .list-content.more.active .box-btn {
  display: none;
}

section#list-main .list-table .list-content.more .list-box:nth-of-type(3), section#list-main .list-table .list-content.more .list-box:nth-of-type(6) {
  margin-right: 30px;
}

section#list-main .list-table .list-content.more .list-box:nth-of-type(4), section#list-main .list-table .list-content.more .list-box:nth-of-type(7) {
  margin-right: 0;
}

section#list-main .list-table .list-content.more .box-btn {
  width: 100%;
  overflow: hidden;
}

section#list-main .list-table .list-content.more .box-btn .btn {
  background-color: #FCC200;
  font-size: 1.125rem;
  font-weight: 700;
  color: #4F555C;
  width: 20%;
  display: block;
  margin: auto;
}

section#list-main .list-table .list-content.more .box-btn .btn:hover {
  background-color: #FF9D00;
}

@media (max-width: 1200px) {
  section#list-kv .kv-content .box-data {
    margin-left: calc(50% - 500px);
  }
  section#list-ticket .container .ticket-box {
    min-height: 150px;
  }
}

@media (max-width: 769px) {
  section#list-kv {
    background-size: 500px;
    background-position-x: 40%;
    background-position-y: 120%;
    min-height: 400px;
  }
  section#list-kv .kv-content .box-data {
    margin-left: 0;
    margin: auto;
    padding-bottom: 50px;
  }
  section#list-kv .kv-content .box-data img {
    width: 300px;
  }
  section#list-ticket {
    padding: 20px 0;
  }
  section#list-ticket .container {
    padding: 0 15px;
  }
  section#list-ticket .container .ticket-box {
    float: inherit;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  section#list-main .tab-box ul li a {
    padding: 0 15px;
  }
  section#list-main .list-table {
    padding: 0 15px;
  }
  section#list-main .list-table .list-content .list-box {
    float: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  section#list-main .list-table .list-content.more .box-btn .btn {
    width: 80%;
  }
}

.ticket-end {
  padding: 20px;
  color: #348F89;
  font-size: 24px;
  background-color: #f3f3f3;
  margin: 30px 0;
}
