@charset "UTF-8";

/* theme deep blue #24264C */
/* montain back #24264c */  
/* high light yellow #ffde4d */
/* pink link #ff61dd */
/* footer bg blue #2286C2 */


@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
::selection {
    background-color: #9BFDEA;
    color: #121212;
}

/* layout */
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  position: relative;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-size: 16px;
  font-weight: 400;
  color: #24264C;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #24264C;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  body {
    min-height: 100%;
    background-color: #ffffff;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: 700;
}
h1,
h2,
h3 {
  line-height: 1.6;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 22px;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-weight: 500;
}
strong {
  font-weight: 800;
}

p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
}

p:last-child {
  margin-bottom: 0px;
}

small {
  font-weight: 400;
}

ul , ul li {
  list-style: none;
  line-height: 1.9;
  font-size: 16px;
}

.ol {
  padding-left: 1.5em;
}

.ul {
  padding-left: 18px;
  position: relative;
}

.ul li {
  position: relative;
}

.ul li:before {
  content: "•";
  position: absolute;
  font-size: 20px;
  left: -1rem;
  line-height: 1.6;
  color: #4B3F72;
}
.gotop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #ffffff;
  border: 2px solid;
  border-radius: 50%;
  opacity: 0.6;
  z-index: 999;
  transition: all 0.3s ease;
}

.gotop:hover {
  opacity: 1;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:focus,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  /* color: #21e6ff; */
}

button {
  color: #4B3F72;
  text-decoration: none;
  font-size: 20px;
  padding: 0 10px;
  font-weight: bolder;
  transition: all 0.3s ease-in-out;
}

button:focus,
button:hover {
  color: #4B3F72;
}

.btn {
  /* color: #4B3F72; */
  font-size: 20px;
  font-weight: bolder;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.btn:focus,
.btn:hover {
  /* color: #4B3F72; */
  transform: translateY(3px);
}

section,
header,
nav,
footer {
  position: relative;
}

section {
  padding: 3% 0% 3% 0%;
  margin: 0;
}

section .ul li,
section .ol li {
  margin-bottom: 0.3rem;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 10px 0;
    font-weight: 500;
  }
  h1,
  h2,
  h3 {
    /* line-height: 1.6; */
  }

  h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 28px;
    margin: 1%;
  }

  h3 {
    font-size: 24px;
    margin: 1%;
  }

  h4 {
    font-size: 20px;
    margin: 1%;
  }

  h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 1%;
  }

  h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 1%;
  }

  p {
    font-size: 15px;
    line-height: 1.6;
  }
  p:last-child {
    margin-bottom: 0px;
  }

  strong {
    font-weight: 700;
  }

  small {
    font-weight: 400;
  }

  ul {
    list-style: none;
    line-height: 1.9;
  }

  .ol {
    padding-left: 1.5em;
  }

  .ul {
    padding-left: 18px;
    position: relative;
  }

  .ul li {
    position: relative;
  }

  .ul li:before {
    content: "•";
    position: absolute;
    font-size: 20px;
    left: -1rem;
    line-height: 1.6;
    color: #4B3F72;
  }

  a {
    transition: all 0.3s ease;
    color: var(--theme500);
  }

  a:focus,
  a:hover {
    color: var(--theme700);
    text-decoration: none;
  }

  button,
  .btn {
    color: #4B3F72;
    text-decoration: none;
    font-size: 20px;
    font-weight: bolder;
    transform: translateY(0);
    transition: all 0.3s ease;
  }

  button:focus,
  button:hover,
  .btn:focus,
  .btn:hover {
    color: #4B3F72;
    transform: translateY(3px);
  }


  section,
  header,
  nav,
  footer {
    position: relative;
  }
  section {
    padding: 60px 0 30px 0;
  }

  section .ul li,
  section .ol li {
    
  }
  .title {
    font-weight: 500;
    font-size: 2rem;
    margin: 1rem 0 1.5rem;
  }
  
  .highlight {
  }
  
  .desc {
    font-size: 17px;
  }
  .gotop {
  }
  
  .gotop:hover {
  }
}
/* layout */





/* 全頁面共用 */
.kv_list {
    width: 100%;
    height: 30vh;
    background-color: #efefef;
    background-image: url(/static/2025ironman/img/backgroud.jpg);
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 60px;
}

.gotop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    background-color: #ffffff;
    border: 2px solid;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 999;
    transition: all 0.3s ease;
  }
  
  .gotop:hover {
    opacity: 1;
  }
  
  @media (max-width: 767px) {
    .gotop {
    }
    
    .gotop:hover {
    }
  }


  /* Modal main */
.modal-content {
  border: 3px solid #1BC0FC;
  box-shadow: 0 0 0 8px #1BC0FC, 0 0 0 12px #1F88B3;
  border-radius: 6px;
}