/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   @mixin ========================================================================= */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
   @mixin ========================================================================= */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   @mixin ========================================================================= */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em 2; }

/* Text-level semantics
   @mixin ========================================================================= */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   @mixin ========================================================================= */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   @mixin ========================================================================= */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
   @mixin ========================================================================= */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   @mixin ========================================================================= */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   @mixin ========================================================================= */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * A very simple reset that sits on top of Normalize.css.
 * Inspired by github.com/inuitcss
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0; }

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content`
 *    on fieldsets.
 */
fieldset {
  border: 0;
  min-width: 0; }

/**
	*	http://meyerweb.com/eric/tools/css/reset/
	*	v2.0 | 20110126
	*	License: none (public domain)
	*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?mxgyfz");
  src: url("../fonts/icomoon.eot?mxgyfz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mxgyfz") format("truetype"), url("../fonts/icomoon.woff?mxgyfz") format("woff"), url("../fonts/icomoon.svg?mxgyfz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone:before {
  content: "\e942"; }

.icon-mobile:before {
  content: "\e958"; }

.icon-sun:before {
  content: "\e9d4"; }

.icon-contrast:before {
  content: "\e9d5"; }

.icon-brightness-contrast:before {
  content: "\e9d6"; }

.icon-radio-checked:before {
  content: "\ea54"; }

.icon-radio-checked2:before {
  content: "\ea55"; }

.icon-facebook2:before {
  content: "\ea91"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-whatsapp:before {
  content: "\ea93"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-opera:before {
  content: "\eade"; }

.icon-IcoMoon:before {
  content: "\eaea"; }

html {
  font-size: .08333vw;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-size: 13px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: lighter;
  letter-spacing: 0.12em;
  color: #0d0d0d;
  background: #f4f3f3;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s; }
  body.night {
    background: #111216;
    color: #fefefe; }

::-moz-selection {
  background-color: #FF822E;
  color: #fefefe; }

::selection {
  background-color: #FF822E;
  color: #fefefe; }

a {
  text-decoration: none;
  color: inherit; }

.link {
  cursor: pointer;
  -webkit-transition: color .4s;
  transition: color .4s;
  display: block; }
  .link--about {
    margin-left: 4px;
    line-height: 20px;
    position: relative;
    border: 1px solid #FF822E;
    padding: 5px 7px; }
    .link--about::after {
      display: none !important; }
    .link--about:hover, .link--about.link--active {
      background: #FF822E;
      color: #fefefe; }
    @media (max-width: 768px) {
      .link--about {
        border-width: 0; } }
  .link--dashed {
    padding: 5px 7px;
    position: relative; }
    .link--dashed span {
      position: relative;
      z-index: 10;
      font-size: 15px; }
    .link--dashed:before {
      -webkit-transition: .4s;
      transition: .4s;
      content: '';
      display: block;
      position: absolute;
      width: 5px;
      height: 5px;
      background: #FF822E;
      margin: 21px auto 0;
      right: 0;
      left: 0;
      -webkit-transform: scale(0);
              transform: scale(0); }
      @media (max-width: 768px) {
        .link--dashed:before {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          margin: -7px 0 0;
          right: auto;
          left: auto; } }
    .link--dashed:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      right: 0;
      height: 1px;
      margin: 8px 20% 0;
      background: #FF822E;
      z-index: 1;
      -webkit-transition: .22s ease-in-out;
      transition: .22s ease-in-out; }
    .link--dashed:not(.link--active):hover:after {
      left: 0;
      width: 60%; }
  .link--active {
    color: #FF822E; }
    .link--active:before {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .link--active:after {
      width: 0; }
  @media (max-width: 768px) {
    .link span {
      font-size: 20px;
      line-height: 40px; }
    .link--active::after {
      height: 40px;
      margin-top: -37px; } }

.link--night {
  color: #FF822E;
  -webkit-animation: night-btn 1.2s 1s 2 cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: night-btn 1.2s 1s 2 cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  text-align: center;
  display: none; }
  .link--night .sun {
    display: none; }
  body.night .link--night .moon {
    display: none; }
  body.night .link--night .sun {
    display: block; }

.header {
  background: #fefefe;
  -webkit-transition: background .3s;
  transition: background .3s; }
  body.night .header {
    background: #0c0d10; }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 30px;
    height: 80px; }
    @media (max-width: 768px) {
      .header__container {
        height: auto; } }
  .header__logo {
    font-size: 30px;
    letter-spacing: 0; }
    .header__logo span {
      display: block;
      font-size: 65%;
      margin-top: 5px; }
  .header__close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    display: none;
    background: #111216; }
    .header__close i {
      display: block;
      width: 20px;
      height: 2px;
      top: 50%;
      left: 50%;
      margin: -1px -10px;
      background: #FF822E;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      .header__close i:first-child {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  @media (max-width: 768px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      z-index: 300;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform .45s;
      transition: -webkit-transform .45s;
      transition: transform .45s;
      transition: transform .45s, -webkit-transform .45s; }
      .header.is-opened {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .header__container {
        display: block;
        max-height: 100%;
        overflow: scroll;
        padding: 0 30px; }
      .header__logo {
        margin-bottom: 20px;
        display: block;
        padding-top: 20px;
        font-size: 25px; }
      .header__close {
        display: block; } }

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-left: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.menu__item--social {
  display: none; }

@media (max-width: 768px) {
  .menu__list {
    display: block;
    padding-left: 0; }
  .menu__item--social {
    display: block;
    margin-top: 30px;
    padding-bottom: 60px;
    text-align: center; } }

.header-button {
  width: 60px;
  padding: 19px 0;
  cursor: pointer;
  text-align: center;
  display: none;
  z-index: 100;
  position: fixed; }
  .header-button i {
    display: block;
    width: 20px;
    height: 2px;
    background: #FF822E;
    margin: 4px auto; }
  @media (max-width: 768px) {
    .header-button {
      display: block; } }

.header-night-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 40px;
  height: 60px;
  line-height: 60px;
  z-index: 10; }
  @media (max-width: 768px) {
    .header-night-button {
      display: block; } }

@-webkit-keyframes night-btn {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-6px, 0, 0);
            transform: translate3d(-6px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0); } }

@keyframes night-btn {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-6px, 0, 0);
            transform: translate3d(-6px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0); } }

.footer {
  padding: 8px 20px 7px;
  text-align: center;
  line-height: 20px;
  background: #fefefe;
  -webkit-transition: background .3s;
  transition: background .3s;
  position: relative; }
  .footer .social {
    margin-top: 10px; }
    .footer .social a {
      -webkit-transition: color .3s;
      transition: color .3s;
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      margin: -6px 1px 0; }
      .footer .social a:hover {
        color: #FF822E; }
  .footer .link--night {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 200px;
    margin-left: -100px; }
  body.night .footer {
    background: #0c0d10; }
  @media (min-width: 1024px) {
    .footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer .link--night {
        display: block; }
      .footer .social {
        margin-top: 0px; } }

.album {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .album__container {
    position: relative;
    overflow: hidden; }
  .album__title {
    display: none; }
  .album__gallery {
    height: calc(100vh - 125px);
    opacity: 0; }
    .is-loaded .album__gallery {
      opacity: 1; }
    @media (max-width: 768px) {
      .album__gallery {
        height: auto;
        min-height: calc(100vh - 166px);
        opacity: 1; } }
  .album__image {
    position: relative;
    padding: 0 1px 0 0; }
    .album__image__ct {
      position: relative;
      display: inline-block; }
      .album__image__ct::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.65;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
        @media (max-width: 768px) {
          .album__image__ct::after {
            display: none !important; } }
      .slick-current .album__image__ct:after {
        opacity: 0; }
    .album__image img {
      width: auto;
      display: block;
      height: calc(100vh - 125px);
      pointer-events: none; }
  @media (max-width: 768px) {
    .album__image {
      padding: 0 0 1px;
      display: block; }
      .album__image img {
        max-width: 100%;
        height: auto;
        display: block; }
    .album .arrow {
      display: none; }
    .album__title {
      display: block;
      font-size: 21px;
      text-align: left;
      padding: 16px 20px 20px 60px; }
      .album__title h1 {
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        width: 100%; } }
  .album__cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: none;
    opacity: 0; }
    .is-loaded .album__cursor {
      opacity: 1; }
    @media (max-width: 768px) {
      .album__cursor {
        display: none !important; } }
    .album__cursor .arrow {
      position: absolute;
      top: 0;
      left: 0; }
    .album__cursor.is-right .arrow__left {
      display: none !important;
      visibility: hidden; }
    .album__cursor.is-left .arrow__right {
      display: none  !important;
      visibility: hidden; }

.arrow {
  height: 60px;
  line-height: 70px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
  text-align: center; }
  .arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    display: inline-block;
    margin: auto; }
  .arrow__left {
    left: 0; }
    .arrow__left::after {
      border-right: 20px solid #FF822E; }
  .arrow__right {
    right: 0; }
    .arrow__right::after {
      border-left: 20px solid #FF822E; }

.about {
  height: calc(100vh - 125px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .about {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .about__container {
    max-width: 600px;
    padding: 20px;
    margin: auto;
    text-align: left; }
  .about__intro {
    font-size: 18px;
    line-height: 32px; }
    .about__intro h1 {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 30px; }
  .about__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .about__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .about__line {
    font-size: 12px;
    margin-right: 100px;
    margin-top: 50px; }
    .about__line h2 {
      font-size: 20px;
      white-space: nowrap; }
    .about__line .text {
      margin-top: 15px;
      color: #FF822E;
      font-size: 15px; }
    .about__line a:hover {
      color: #0d0d0d; }
