@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@import url("https://fonts.googleapis.com/css?family=Orbitron:900|PT+Sans:400,700");
.backBtn, .prevArrow, .nextArrow, .tab a, .moreBtn, .menu .submenu a, .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.prevArrow::before, .nextArrow::before, .hISMask::before, .hImgScale img, .hISMask img, .tab a::before, .menu .submenu, .menu > li > a::before, .logo, header .wrap::before, header .wrap::after, header, header:after, .b-box, [class*=col-], a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body {
  background-color: #000;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
}

/*css3*/
a {
  color: #fff;
  cursor: pointer;
}
a:hover {
  color: #b50006;
}

[class*=col-] {
  float: left;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #000;
}

a.btn_color1:hover {
  background-color: #fff;
}

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0;
}

a.btn_color2:hover {
  background-color: #999;
}

input[type=text], textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  padding-top: 130px;
}

.wrap {
  width: 1260px;
  margin: 0 auto;
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  padding-top: 75px;
  background: #004153;
}
header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  border: 40px solid transparent;
  border-top: 40px solid #004153;
  top: 70px;
}
header.scroll {
  padding-top: 30px;
}
header.scroll:after {
  top: 30px;
}
header.scroll .wrap::before, header.scroll .wrap::after {
  height: 55px;
}
header.scroll .logo {
  width: 80px;
  top: 8px;
}
header.scroll .menu > li > a {
  height: 55px;
  line-height: 55px;
}
header .wrap {
  width: 100%;
}
header .wrap::before, header .wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 52%;
  border-top: 8px solid #f49c00;
  height: 55px;
  background: #54c3f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .wrap::before {
  left: 0;
}
header .wrap::after {
  right: 0;
}

.logo {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 99;
  width: 110px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.logo img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*menu*/
.menuBox {
  position: relative;
  z-index: 1;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: auto;
}
.menu > li {
  position: relative;
  z-index: 1;
}
.menu > li:hover > a::before {
  height: 100%;
}
.menu > li:hover .submenu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu > li:nth-child(4) {
  margin-left: 200px;
}
.menu > li > a {
  position: relative;
  z-index: 1;
  height: 55px;
  line-height: 55px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu > li > a:hover, .menu > li > a.current {
  color: #fff;
}
.menu > li > a.current::before {
  height: 100%;
}
.menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  margin: auto;
  height: 0;
  background-color: #004153;
}
.menu a {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu .submenu {
  position: absolute;
  top: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.menu .submenu a {
  min-width: 155px;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  text-align: center;
  color: #000;
}
.menu .submenu a:hover {
  color: #54c3f1;
  background-color: #fff;
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}
.bannerArea .prevArrow, .bannerArea .nextArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bannerArea .prevArrow {
  left: 3%;
}
.bannerArea .nextArrow {
  right: 3%;
}

/*頁尾資訊*/
footer {
  position: relative;
  padding-top: 80px;
  color: #fff;
  background: #004153;
  overflow: hidden;
}
footer::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 0;
  width: 1250px;
  height: 181px;
  background: url("../images/footerText.png") 0 50% no-repeat;
}
footer .wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactInfoBox ul + ul {
  margin-left: 75px;
}
.contactInfoBox li {
  font-size: 14px;
}
.contactInfoBox li + li {
  margin-top: 10px;
}
.contactInfoBox h2 {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.contactInfoBox strong {
  display: block;
  font-size: 16px;
}

.socialBox {
  margin-left: auto;
  text-align: right;
}
.socialBox h2 {
  margin-bottom: 35px;
  font-size: 36px;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.socialBox a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #54c3f1;
}
.socialBox a:hover {
  color: #fff;
  background-color: #3c6976;
}
.socialBox a + a {
  margin-left: 10px;
}

.copyrightBox {
  margin-top: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #f49c00;
}
.copyrightBox > p {
  display: inline-block;
}

.design {
  display: inline-block;
}
.design a {
  display: inline-block;
  color: #fff;
}
.design a:hover {
  color: #fff;
}
.design a + a {
  margin-left: 2px;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mainArea {
  padding: 60px 0 100px;
}

.moreBtn {
  position: relative;
  display: block;
  width: 80px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.moreBtn:hover {
  color: #fff;
}
.moreBtn:hover::before, .moreBtn:hover::after {
  -webkit-animation-name: shining;
          animation-name: shining;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: steps(1);
          animation-timing-function: steps(1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.moreBtn:hover::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.moreBtn::before, .moreBtn::after {
  content: "";
  position: absolute;
  top: 7px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moreBtn::before {
  left: -1px;
}
.moreBtn::after {
  left: 3px;
}

@-webkit-keyframes shining {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes shining {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.titleBox {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.titleBox h2 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.bread {
  position: absolute;
  right: 10px;
  top: 25px;
  font-size: 12px;
  color: #bbb;
}
.bread a {
  color: #bbb;
}
.bread a i {
  font-size: 20px;
}
.bread span {
  padding: 0 3px;
  color: #bbb;
}

.contentBox {
  clear: both;
}
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
.contentBox .rightBox {
  padding: 0 0 0 30px;
}

.articleTitle {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #404040;
  font-size: 22px;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

/*類別*/
.m_classLink {
  display: none;
}

.menuBanner {
  position: relative;
  padding: 20px 0 20px 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  background: #007fa3 url("../images/menuBanner.jpg") 0 50%/auto 100% no-repeat;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.menuBanner::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 15px 0 0;
  border-color: #007fa3 transparent transparent;
}
.menuBanner.right::before {
  left: -15px;
  border-width: 0 15px 62px 0;
  border-color: transparent #008cc0 transparent transparent;
}

.classLink {
  border: 2px solid #fff;
}
.classLink a {
  position: relative;
  display: block;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #000;
}
.classLink a:hover, .classLink a.current {
  color: #000;
  background-color: #fff;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #b50006;
  font-size: 13px;
  color: #b50006;
}
.tagBox a:hover {
  color: #fff;
  background-color: #b50006;
}
.tagBox a.current {
  color: #fff;
  background-color: #b50006;
}
.tagBox a.current:before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
.tab a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 1px;
  background-color: #666;
}
.tab a:hover::before {
  height: 3px;
}
.tab a.current {
  color: #000;
}
.tab a.current::before {
  height: 100%;
  background-color: #fff;
}

.tabContent {
  padding: 20px 5px;
}
.tabContent > li {
  display: none;
}
.tabContent li .textEditor {
  margin: 0;
  letter-spacing: 1px;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.side_menu li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu li > a.current {
  color: #fff;
  background-color: #8c8c8c;
}
.side_menu li > a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -5px;
}
.side_album li {
  float: left;
  max-width: 100px;
  padding: 0 5px 5px 0;
}
.side_album a {
  display: block;
  border: 1px solid #ccc;
}
.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  text-align: center;
  background-color: #b50006;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.hImgScale, .hISMask {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.hImgScale:hover img, .hISMask:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.hISMask:hover::before {
  opacity: 0.3;
}
.hISMask::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background-color: #b50006;
  opacity: 0;
  pointer-events: none;
}

.prevArrow, .nextArrow {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.prevArrow:hover::before, .nextArrow:hover::before {
  border-top-color: #fff;
}
.prevArrow::before, .nextArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  border-top: 3px solid #ccc;
}

.prevArrow:hover::before {
  left: 30%;
  border-left-color: #fff;
}
.prevArrow::before {
  left: 50%;
  border-left: 3px solid #ccc;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.nextArrow:hover::before {
  right: 30%;
  border-right-color: #fff;
}
.nextArrow::before {
  right: 50%;
  border-right: 3px solid #ccc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.backBtn {
  display: block;
  width: 130px;
  height: 52px;
  margin: 50px auto 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 52px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #ccc;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.backBtn:hover {
  color: #000;
  background-color: #fff;
}

.lg-on .lg-outer .lg-img-wrap {
  padding-top: 50px;
  padding-bottom: 150px;
}

/**********適應性**********/
/************************/
@media (max-width: 1340px) {
  .menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentBox .rightBox {
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 72px;
  }

  header {
    display: none;
  }

  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
  }
  .m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }
  .m_menu .m_logo {
    position: absolute;
    width: 80px;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m_menu .m_logo img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    background: #004153;
    border-bottom: 6px solid #f49c00;
    -webkit-box-shadow: 0 0 0 6px #54c3f1;
            box-shadow: 0 0 0 6px #54c3f1;
  }
  .m_menu .main {
    float: right;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
  }
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .mfun a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #b50006;
  }

  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
    background-color: #000;
    /* Old browsers */
  }
  .hideBox .sp {
    display: none;
  }

  .nav li {
    border-top: 1px solid #333;
  }
  .nav a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .nav a:hover {
    background-color: #b50006;
  }
  .nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
  }
  .nav .submenu {
    display: none;
  }
  .nav .submenu a {
    padding: 10px 20px;
  }
  .nav .submenu a:hover {
    background-color: #999;
  }

  footer {
    padding-top: 50px;
  }
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .socialBox {
    margin-top: 30px;
    margin-right: auto;
    text-align: center;
  }
  .socialBox h2 {
    margin-bottom: 15px;
  }

  .copyrightBox {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .contentBox .leftBox {
    padding-right: 0;
  }

  .menuBanner::before {
    display: none;
  }

  .classLink {
    display: none;
  }

  .m_classLink {
    display: block;
    position: relative;
    margin-bottom: 50px;
  }
  .m_classLink .main {
    display: block;
    font-size: 15px;
    border: 2px solid #fff;
    position: relative;
    padding: 10px;
    background: #000;
  }
  .m_classLink .main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .m_classLink ul a {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #000;
  }
  .m_classLink ul a:hover, .m_classLink ul a.current {
    color: #000;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .contactInfoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactInfoBox ul + ul {
    margin-top: 30px;
    margin-left: 0;
  }
  .contactInfoBox li + li {
    margin-top: 5px;
  }
}
/*640*/
@media (max-width: 640px) {
  .contactInfoBox {
    width: 260px;
  }

  .contactInfoBox h2 {
    margin-bottom: 5px;
  }

  .socialBox h2 {
    width: 260px;
    text-align: left;
    font-size: 24px;
  }
}
/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }

  .col-3 {
    float: none;
    width: 100%;
  }

  .col-4 {
    float: none;
    width: 100%;
  }

  .col-5 {
    float: none;
    width: 100%;
  }
}