/* CSS Document */
.container {
  display: flex;
  width: 100%;
  padding: 0px 6% 50px;
}
.container .main {
  display: block;
  width: 80%;
  box-sizing: border-box;
  padding-top: 60px;
  padding-left: 40px;
}
.container .side-bar {
  width: 20%;
}
.container .item_fixed {
  position: sticky;
  margin-bottom: 0;
  padding-top: 100px;
  left: 0px;
  top: 0;
  z-index: 1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.main_contents h2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-bottom: 0px;
  width: 90%;
  font-weight: bold;
  color: #023467;
}
.main_contents h2 span {
  font-family: Roboto;
  background-color: #023467;
  color: #fff;
  padding: 6px 10px 5px;
  margin-right: 5px;
  font-size: 0.95rem;
  border-radius: 5px;
}
.main_contents h2::before, .main_contents h2::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.main_contents h2:before {
  border-bottom: 5px solid #0077d8;
  width: 100%;
}
.main_contents h2:after {
  border-bottom: 5px solid #023467;
  width: 100%;
}

.main .info {
  font-size: 1rem;
  padding-top: 2px;
  margin-bottom: 10px;
  min-height: 20px;
  padding-left: 25px;
  background-size: 20px 20px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  color: #333;
}
.main .info span {
  padding-left: 5px;
}
.main .date {
  background-image: url(../basic/img/icon_time.png);
  font-family: Roboto;
}
.main .location {
  background-image: url(../basic/img/icon_loca.png);
}
.main .btn {
  width: 30%;
  padding: 10px 0;
}

.list {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 2px rgba(100, 100, 100, 0.3);
  border-radius: 5px;
  padding: 20px;
}
.list .wrap {
  display: table;
  width: 100%;
  color: #333;
}
.list .pic {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 32%;
}
.list .box {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 68%;
  padding: 10px 0 0 25px;
}
.list .detail {
  margin-top: 15px;
}
.list .top-img {
  display: none;
}
.list .game {
  margin: 15px 0;
}

.schedule ul::after {
  content: "";
  display: block;
  clear: both;
}
.schedule li {
  width: 33.3%;
  padding-right: 20px;
  padding-bottom: 25px;
  float: left;
}
.schedule .box {
  border: 1px solid #888;
  border-top: 0px solid #888;
  padding: 15px;
}
.schedule h3 {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4rem;
  height: 25px;
  overflow: hidden;
  color: #023467;
  margin-bottom: 10px;
}
.schedule .link {
  border-top: 1px dotted #888;
  margin-top: 15px;
  padding-top: 10px;
}
.schedule .btn {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.season-title {
  margin-top: 20px;
}
.season-title h2 {
  position: relative;
  padding: 15px 26px 10px 20px;
  background: #fff0d9;
  font-size: 1.3rem;
  color: #023467;
  margin-left: 0px;
  margin-bottom: 20px;
  line-height: 1.3rem;
  border-bottom: solid 5px #023467;
  z-index: -2;
  width: 100%;
  font-weight: bold;
}
.season-title h2:after {
  position: absolute;
  content: "";
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

.side-bar h2 {
  background-color: #023467;
  padding: 10px 0px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.side-bar .wrap {
  border: 1px solid #888;
  border-top: 0px solid #888;
  padding: 15px 15px 5px;
}

.search-wrap .keyword {
  display: none;
}
.search-wrap .is-hide {
  display: none;
}

.seach-theme {
  border-bottom: 1px dotted #888;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.seach-theme p {
  color: #333;
  font-weight: bold;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 10px;
}
.seach-theme .text-box {
  padding: 5px;
  box-sizing: border-box;
  font-size: 0.95rem;
  margin-bottom: 5px;
}
.seach-theme ul {
  margin-left: 0px;
}
.seach-theme li {
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.seach-theme .text-box {
  width: 95%;
}
.seach-theme a {
  color: #333;
}

.check .row {
  background: #fff;
  position: relative;
}
.check .row:hover {
  cursor: pointer;
}
.check label {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  color: #333;
  font-size: 1rem;
}
.check label:before {
  display: inline-block;
  content: "+";
  width: 20px;
  height: 20px;
  border: 3px solid #0d36ff;
  border-radius: 100%;
  vertical-align: middle;
  color: #0d36ff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transition: transform 0.2s ease-in-out;
  margin-right: 6px;
}
.check input[type=checkbox]:checked + label:before {
  background: #0d36ff;
  color: #fff;
  transform: rotate(135deg);
  transform-origin: center center;
}
.check input[type=checkbox] {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.radio-list .radio {
  display: block;
  padding-right: 0px;
  line-height: 20px;
  cursor: pointer;
  padding-bottom: 3px;
}
.radio-list .radio:hover .inner {
  transform: scale(0.8);
  opacity: 0.5;
}
.radio-list input {
  font-size: 0px;
  opacity: 0;
  width: 6px;
  height: 6px;
}
.radio-list .inner {
  transition: transform 0.2s ease-in-out;
  width: 10px;
  height: 10px;
  transform: scale(0);
  display: block;
  margin: 3px;
  border-radius: 50%;
  background-color: #023467;
  opacity: 0;
  font-family: Roboto;
}
.radio-list li {
  margin-left: 7px;
}
.radio-list input:checked + .outer .inner {
  transform: scale(1);
  opacity: 1;
}
.radio-list input:checked + .outer {
  border: 3px solid #023467;
}
.radio-list input:focus + .outer .inner {
  transform: scale(1);
  opacity: 1;
  background-color: #023467;
}
.radio-list input:checked + .texts {
  color: #023467;
}
.radio-list .texts {
  color: #333;
}
.radio-list .outer {
  display: block;
  float: left;
  border: 3px solid #888;
  border-radius: 50%;
  background-color: #fff;
  width: 21px;
  height: 21px;
  padding-left: 0px;
  font-family: Roboto;
}

.accordion {
  width: 100%;
}
.accordion .accordion-title {
  display: table;
  width: 100%;
}
.accordion .titles {
  display: table-cell;
  vertical-align: bottom;
  width: 93%;
}
.accordion p {
  font-size: 0.95rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
.accordion .icons {
  width: 7%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  position: relative;
  cursor: pointer;
  opacity: 0;
}
.accordion .toggle-content {
  display: block;
  padding: 0;
  box-sizing: border-box;
}
.accordion .fa {
  font-size: 14px;
  color: #ff5205;
  width: 16px;
  margin: 0 auto;
  transition: 0.2s;
}
.accordion .fa-plus {
  transform: rotate(0deg);
}
.accordion .fa-minus {
  opacity: 0;
}

.accordion.active .toggle-content {
  display: block;
}
.accordion.active .fa-minus {
  transform: rotate(-45deg);
}
.accordion.active .fa-plus {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1120px) {
  .container {
    display: block;
    width: 100%;
    padding: 50px 4% 20px;
  }
  .container .main {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .container .side-bar {
    width: 100%;
    display: block;
  }
  .container .item_fixed {
    display: block;
    margin-bottom: 0;
    padding-top: 0px;
    left: auto;
    top: auto;
    z-index: 1;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .main_contents h2 {
    padding-bottom: 13px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0px;
    width: 95%;
  }
  .main_contents h2 span {
    font-family: Roboto;
    background-color: #023467;
    color: #fff;
    padding: 6px 10px 5px;
    margin-right: 5px;
    font-size: 0.9rem;
    border-radius: 5px;
  }
  .main .info {
    font-size: 0.95rem;
    padding-top: 2px;
    margin-bottom: 5px;
    min-height: 20px;
    padding-left: 25px;
    background-size: 18px 18px;
    background-position: 0 1px;
    width: 55%;
    float: left;
  }
  .main .info:first-child {
    width: 45%;
  }
  .main .info span {
    padding-left: 5px;
  }
  .main .btn {
    width: 40%;
    padding: 10px 0;
  }
  .list {
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 15px;
  }
  .list .pic {
    width: 37%;
  }
  .list .box {
    width: 63%;
    padding: 10px 0 0 20px;
  }
  .list .detail {
    margin-top: 15px;
  }
  .list .game {
    margin: 10px 0 15px;
  }
  .schedule li {
    width: 50%;
    padding: 0 20px 0 0;
    padding-bottom: 25px;
  }
  .schedule .box {
    padding: 15px;
  }
  .schedule h3 {
    font-size: 1.05rem;
    line-height: 1.4rem;
    height: 25px;
    margin-bottom: 5px;
  }
  .schedule .link {
    border-top: 1px dotted #888;
    margin-top: 15px;
    padding-top: 10px;
  }
  .schedule .btn {
    width: 80%;
    padding: 12px 0 10px;
  }
  .schedule .info {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .schedule .info:nth-child(2) {
    width: 100%;
  }
  .season-title {
    margin-top: 20px;
  }
  .season-title h2 {
    padding: 15px 26px 10px 20px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.3rem;
  }
  .side-bar h2 {
    padding: 10px 0px;
    font-size: 1rem;
  }
  .side-bar .wrap {
    padding: 20px 20px 10px;
  }
  .search-wrap .keyword {
    display: none;
  }
  .search-wrap .is-hide {
    display: none;
  }
  .seach-theme {
    border-bottom: 1px dotted #888;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .seach-theme p {
    font-size: 0.95rem;
    display: block;
    margin-bottom: 10px;
  }
  .seach-theme .text-box {
    padding: 5px;
    font-size: 0.95rem;
    margin-bottom: 5px;
    width: 100%;
  }
  .seach-theme ul {
    margin-left: 0px;
    display: block;
    width: 100%;
  }
  .seach-theme ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .seach-theme li {
    width: 32%;
    font-size: 0.95rem;
    margin-bottom: 8px;
    float: left;
  }
  .seach-theme li:first-child {
    width: 100%;
    float: none;
  }
  .check .row {
    background: #fff;
    position: relative;
  }
  .check .row:hover {
    cursor: pointer;
  }
  .check label {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    color: #333;
    font-size: 1rem;
  }
  .check label:before {
    display: inline-block;
    content: "+";
    width: 20px;
    height: 20px;
    border: 3px solid #0d36ff;
    border-radius: 100%;
    vertical-align: middle;
    color: #0d36ff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transition: transform 0.2s ease-in-out;
    margin-right: 6px;
  }
  .check input[type=checkbox]:checked + label:before {
    background: #0d36ff;
    color: #fff;
    transform: rotate(135deg);
    transform-origin: center center;
  }
  .check input[type=checkbox] {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
  .radio-list .radio {
    display: block;
    padding-right: 0px;
    line-height: 20px;
    padding-bottom: 3px;
  }
  .radio-list .radio:hover .inner {
    transform: scale(0.8);
    opacity: 0.5;
  }
  .radio-list input {
    font-size: 0px;
    opacity: 0;
    width: 6px;
    height: 6px;
  }
  .radio-list .inner {
    width: 10px;
    height: 10px;
    margin: 3px;
  }
  .radio-list li {
    margin-left: 1%;
  }
  .radio-list input:checked + .outer .inner {
    transform: scale(1);
    opacity: 1;
  }
  .radio-list .outer {
    border: 3px solid #888;
    width: 21px;
    height: 21px;
  }
  .accordion {
    width: 100%;
  }
  .accordion .accordion-title {
    display: table;
    width: 100%;
  }
  .accordion .titles {
    display: table-cell;
    vertical-align: bottom;
    width: 93%;
  }
  .accordion p {
    font-size: 0.95rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
  }
  .accordion .icons {
    width: 7%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    position: relative;
    cursor: pointer;
    opacity: 0;
  }
  .accordion .toggle-content {
    display: block;
    padding: 0;
    box-sizing: border-box;
  }
  .accordion .fa {
    font-size: 14px;
    color: #ff5205;
    width: 16px;
    margin: 0 auto;
    transition: 0.2s;
  }
  .accordion .fa-plus {
    transform: rotate(0deg);
  }
  .accordion .fa-minus {
    opacity: 0;
  }
  .accordion.active .toggle-content {
    display: block;
  }
  .accordion.active .fa-minus {
    transform: rotate(-45deg);
  }
  .accordion.active .fa-plus {
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 690px) {
  .container {
    display: block;
    width: 100%;
    padding: 40px 4% 20px;
  }
  .container .main {
    padding-top: 30px;
    padding-left: 0px;
  }
  .main_contents h2 {
    padding-bottom: 13px;
    font-size: 1.15rem;
    line-height: 1.65rem;
    width: 100%;
  }
  .main_contents h2 span {
    padding: 6px 10px 5px;
    margin-right: 5px;
    font-size: 0.9rem;
    border-radius: 5px;
  }
  .main .info {
    font-size: 0.95rem;
    padding-top: 2px;
    margin-bottom: 5px;
    min-height: 20px;
    padding-left: 22px;
    background-size: 18px 18px;
    background-position: 0 1px;
    width: 45%;
    float: left;
  }
  .main .info:nth-child(2) {
    width: 55%;
  }
  .main .info span {
    padding-left: 5px;
  }
  .main .btn {
    width: 60%;
    padding: 10px 0;
    margin: 0 20%;
  }
  .list {
    margin-bottom: 30px;
    padding: 25px 15px;
  }
  .list .wrap {
    color: #333;
  }
  .list .pic {
    display: none;
  }
  .list .box {
    width: 100%;
    display: block;
    padding: 0px 0 0 0px;
  }
  .list .detail {
    margin-top: 15px;
  }
  .list .top-img {
    display: block;
    margin-top: 10px;
  }
  .list .game {
    margin: 15px 0;
  }
  .schedule li {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    float: none;
  }
  .schedule .box {
    padding: 15px;
  }
  .schedule h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
  }
  .schedule .link {
    margin-top: 15px;
    padding-top: 10px;
  }
  .schedule .btn {
    width: 80%;
    margin: 0 auto;
  }
  .schedule .info {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .schedule .info:nth-child(2) {
    width: 100%;
  }
  .season-title {
    margin-top: 20px;
  }
  .season-title h2 {
    padding: 14px 26px 10px 20px;
    font-size: 1.15rem;
    margin-bottom: 20px;
    line-height: 1.3rem;
  }
  .side-bar h2 {
    padding: 10px 0px;
    font-size: 1rem;
  }
  .side-bar .wrap {
    padding: 15px 15px 5px;
  }
  .search-wrap .keyword {
    display: none;
  }
  .search-wrap .is-hide {
    display: none;
  }
  .seach-theme {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .seach-theme p {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
  .seach-theme .text-box {
    padding: 5px;
    font-size: 0.95rem;
    margin-bottom: 5px;
    width: 100%;
  }
  .seach-theme ul {
    margin-left: 0px;
    display: block;
    width: 100%;
  }
  .seach-theme li {
    width: 100%;
    font-size: 0.95rem;
    margin-bottom: 6px;
    float: none;
  }
  .seach-theme li:first-child {
    width: 100%;
    float: none;
  }
  .seach-theme .text-box {
    width: 100%;
  }
  .seach-theme a {
    color: #333;
  }
  .check .row {
    background: #fff;
    position: relative;
  }
  .check .row:hover {
    cursor: pointer;
  }
  .check label {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    color: #333;
    font-size: 1rem;
  }
  .check label:before {
    display: inline-block;
    content: "+";
    width: 20px;
    height: 20px;
    border: 3px solid #0d36ff;
    border-radius: 100%;
    vertical-align: middle;
    color: #0d36ff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transition: transform 0.2s ease-in-out;
    margin-right: 6px;
  }
  .check input[type=checkbox]:checked + label:before {
    background: #0d36ff;
    color: #fff;
    transform: rotate(135deg);
    transform-origin: center center;
  }
  .check input[type=checkbox] {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
  .radio-list .radio {
    display: block;
    padding-right: 0px;
    line-height: 20px;
    cursor: pointer;
    padding-bottom: 3px;
  }
  .radio-list .radio:hover .inner {
    transform: scale(0.8);
    opacity: 0.5;
  }
  .radio-list input {
    font-size: 0px;
    opacity: 0;
    width: 6px;
    height: 6px;
  }
  .radio-list .inner {
    transition: transform 0.2s ease-in-out;
    width: 10px;
    height: 10px;
    transform: scale(0);
    display: block;
    margin: 3px;
    border-radius: 50%;
    background-color: #023467;
    opacity: 0;
    font-family: Roboto;
  }
  .radio-list li {
    margin-left: 7px;
  }
  .radio-list input:checked + .outer .inner {
    transform: scale(1);
    opacity: 1;
  }
  .radio-list input:checked + .outer {
    border: 3px solid #023467;
  }
  .radio-list input:focus + .outer .inner {
    transform: scale(1);
    opacity: 1;
    background-color: #023467;
  }
  .radio-list input:checked + .texts {
    color: #023467;
  }
  .radio-list .texts {
    color: #333;
  }
  .radio-list .outer {
    display: block;
    float: left;
    border: 3px solid #888;
    border-radius: 50%;
    background-color: #fff;
    width: 21px;
    height: 21px;
    padding-left: 0px;
    font-family: Roboto;
  }
  .accordion {
    width: 100%;
  }
  .accordion .accordion-title {
    display: table;
    width: 100%;
  }
  .accordion .titles {
    display: table-cell;
    vertical-align: bottom;
    width: 93%;
  }
  .accordion p {
    font-size: 0.95rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
  }
  .accordion .icons {
    width: 7%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    position: relative;
    cursor: pointer;
    opacity: 0;
  }
  .accordion .toggle-content {
    display: block;
    padding: 0;
    box-sizing: border-box;
  }
  .accordion .fa {
    font-size: 14px;
    color: #ff5205;
    width: 16px;
    margin: 0 auto;
    transition: 0.2s;
  }
  .accordion .fa-plus {
    transform: rotate(0deg);
  }
  .accordion .fa-minus {
    opacity: 0;
  }
  .accordion.active .toggle-content {
    display: block;
  }
  .accordion.active .fa-minus {
    transform: rotate(-45deg);
  }
  .accordion.active .fa-plus {
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 395px) {
  .container {
    padding: 30px 4% 20px;
  }
  .container .main {
    padding-top: 30px;
  }
  .main_contents h2 {
    padding-bottom: 13px;
    font-size: 1.1rem;
    line-height: 1.7rem;
    width: 100%;
  }
  .main_contents h2 span {
    padding: 5px 10px 4px;
    margin-right: 5px;
    font-size: 0.9rem;
    border-radius: 5px;
  }
  .main .info {
    font-size: 0.95rem;
    padding-top: 2px;
    margin-bottom: 7px;
    min-height: 20px;
    padding-left: 24px;
    background-size: 18px 18px;
    background-position: 0 1px;
    width: 100%;
    float: none;
  }
  .main .info:nth-child(2) {
    width: 100%;
  }
  .main .info span {
    padding-left: 5px;
  }
  .main .btn {
    width: 60%;
    padding: 10px 0;
    margin: 0 20%;
  }
  .list {
    margin-bottom: 30px;
    padding: 20px 13px;
  }
  .list .box {
    padding: 0px 0 0 0px;
  }
  .list .detail {
    margin-top: 15px;
  }
  .list .top-img {
    margin-top: 10px;
  }
  .list .game {
    margin: 15px 0;
    padding: 5px 2px;
  }
  .schedule li {
    padding-bottom: 20px;
  }
  .schedule .box {
    padding: 15px;
  }
  .schedule h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
  .schedule .link {
    margin-top: 15px;
    padding-top: 10px;
  }
  .schedule .btn {
    width: 80%;
    margin: 0% auto;
  }
  .schedule .info {
    margin-bottom: 6px;
  }
  .season-title {
    margin-top: 20px;
  }
  .season-title h2 {
    padding: 14px 26px 10px 20px;
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.3rem;
  }
  .side-bar h2 {
    padding: 10px 0px;
    font-size: 1rem;
  }
  .side-bar .wrap {
    padding: 15px 15px 5px;
  }
  .seach-theme {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .seach-theme p {
    font-size: 0.925rem;
    margin-bottom: 10px;
  }
  .seach-theme .text-box {
    padding: 5px;
    font-size: 0.95rem;
    margin-bottom: 5px;
  }
  .seach-theme li {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }
  .check .row {
    background: #fff;
    position: relative;
  }
  .check .row:hover {
    cursor: pointer;
  }
  .check label {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    color: #333;
    font-size: 1rem;
  }
  .check label:before {
    display: inline-block;
    content: "+";
    width: 20px;
    height: 20px;
    border: 3px solid #0d36ff;
    border-radius: 100%;
    vertical-align: middle;
    color: #0d36ff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transition: transform 0.2s ease-in-out;
    margin-right: 6px;
  }
  .check input[type=checkbox]:checked + label:before {
    background: #0d36ff;
    color: #fff;
    transform: rotate(135deg);
    transform-origin: center center;
  }
  .check input[type=checkbox] {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
  .radio-list .radio {
    padding-right: 0px;
    line-height: 20px;
    padding-bottom: 3px;
  }
  .radio-list input {
    font-size: 0px;
    opacity: 0;
    width: 6px;
    height: 6px;
  }
  .radio-list .inner {
    width: 10px;
    height: 10px;
    transform: scale(0);
    display: block;
    margin: 3px;
    border-radius: 50%;
  }
  .radio-list li {
    margin-left: 7px;
  }
  .radio-list input:checked + .outer .inner {
    transform: scale(1);
    opacity: 1;
  }
  .radio-list input:focus + .outer .inner {
    transform: scale(1);
    opacity: 1;
  }
  .radio-list .outer {
    width: 21px;
    height: 21px;
  }
  .accordion {
    width: 100%;
  }
  .accordion .accordion-title {
    display: table;
    width: 100%;
  }
  .accordion .titles {
    display: table-cell;
    vertical-align: bottom;
    width: 93%;
  }
  .accordion p {
    font-size: 0.95rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
  }
  .accordion .icons {
    width: 7%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    position: relative;
    cursor: pointer;
    opacity: 0;
  }
  .accordion .toggle-content {
    display: block;
    padding: 0;
    box-sizing: border-box;
  }
  .accordion .fa {
    font-size: 14px;
    color: #ff5205;
    width: 16px;
    margin: 0 auto;
    transition: 0.2s;
  }
  .accordion .fa-plus {
    transform: rotate(0deg);
  }
  .accordion .fa-minus {
    opacity: 0;
  }
  .accordion.active .toggle-content {
    display: block;
  }
  .accordion.active .fa-minus {
    transform: rotate(-45deg);
  }
  .accordion.active .fa-plus {
    transform: rotate(-45deg);
  }
}/*# sourceMappingURL=theme.css.map */