/* colors*/
/* fonts*/
/* bitter-500 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/bitter-v26-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/bitter-v26-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/bitter-v26-latin-500.woff2") format("woff2"), url("../fonts/bitter-v26-latin-500.woff") format("woff"), url("../fonts/bitter-v26-latin-500.ttf") format("truetype"), url("../fonts/bitter-v26-latin-500.svg#Bitter") format("svg");
  /* Legacy iOS */
}
/* bitter-600 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/bitter-v26-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/bitter-v26-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/bitter-v26-latin-600.woff2") format("woff2"), url("../fonts/bitter-v26-latin-600.woff") format("woff"), url("../fonts/bitter-v26-latin-600.ttf") format("truetype"), url("../fonts/bitter-v26-latin-600.svg#Bitter") format("svg");
  /* Legacy iOS */
}
/* bitter-700 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/bitter-v26-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/bitter-v26-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/bitter-v26-latin-700.woff2") format("woff2"), url("../fonts/bitter-v26-latin-700.woff") format("woff"), url("../fonts/bitter-v26-latin-700.ttf") format("truetype"), url("../fonts/bitter-v26-latin-700.svg#Bitter") format("svg");
  /* Legacy iOS */
}
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/raleway-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/raleway-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v27-latin-300.woff2") format("woff2"), url("../fonts/raleway-v27-latin-300.woff") format("woff"), url("../fonts/raleway-v27-latin-300.ttf") format("truetype"), url("../fonts/raleway-v27-latin-300.svg#Raleway") format("svg");
  /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/raleway-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v27-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v27-latin-regular.woff") format("woff"), url("../fonts/raleway-v27-latin-regular.ttf") format("truetype"), url("../fonts/raleway-v27-latin-regular.svg#Raleway") format("svg");
  /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/raleway-v27-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/raleway-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v27-latin-500.woff2") format("woff2"), url("../fonts/raleway-v27-latin-500.woff") format("woff"), url("../fonts/raleway-v27-latin-500.ttf") format("truetype"), url("../fonts/raleway-v27-latin-500.svg#Raleway") format("svg");
  /* Legacy iOS */
}
/* media queries */
* {
  margin: 0;
  padding: 0;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
[hidden] {
  display: none !important;
}

h1 {
  font-family: "Bitter", serif;
  line-height: 1.5;
  font-weight: 600;
}

h2 {
  font-family: "Bitter", serif;
  line-height: 1.5;
  font-weight: 600;
}

h3 {
  font-family: "Bitter", serif;
  line-height: 1.5;
  font-weight: 600;
}

h4 {
  font-family: "Bitter", serif;
  line-height: 1.5;
  font-weight: 600;
}

h5 {
  font-family: "Bitter", serif;
  line-height: 1.5;
  font-weight: 600;
}

h6 {
  font-family: "Bitter", serif;
  line-height: 1.5;
  font-weight: 600;
}

a {
  font-family: "Bitter", serif;
  text-decoration: none;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  color: #021317;
}
a:hover, a:focus {
  text-decoration: none;
  color: #ec1924;
}

textarea {
  resize: none;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 75em) {
  html {
    font-size: 92%;
  }
}
@media (max-width: 63.938em) {
  html {
    font-size: 85%;
  }
}

iframe {
  width: 100%;
}

svg {
  display: block;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #0e6982;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
html.over,
body.over {
  overflow: hidden;
}

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

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding: 0 1rem;
}

.df {
  display: flex;
}

.dfc {
  display: flex;
  flex-direction: column;
}

.gray-bg {
  background-color: rgba(186, 234, 248, 0.15);
}

.dg {
  display: grid;
  grid-auto-rows: minmax(5rem, auto);
  grid-template-columns: repeat(12, 1fr);
}

.gap-20 {
  grid-gap: 1.5rem;
}

.gap-7 {
  grid-gap: .7rem;
}

.gap-5 {
  grid-gap: .5rem;
}

.mt40 {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .mt40 {
    margin-top: 1.6rem;
  }
}

.mt25 {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .hide_on_mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide_on_desktop {
    display: none;
  }
}

.tac {
  text-align: center;
}

.p1 {
  padding: 1rem;
}

.pp5 {
  padding: .3rem .9rem .6rem;
}

.p3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .p3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}

.c5 {
  border-radius: 5px;
}

.col_half {
  grid-column: span 6;
}
.col_third {
  grid-column: span 4;
}
.col_fourth {
  grid-column: span 3;
}
@media (max-width: 576px) {
  .col {
    grid-column: span 12 !important;
  }
}

.brtop {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.brbtm {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.brleft {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.brright {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bxbrleft {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 576px) {
  .bxbrleft {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
  }
}

.bxbrright {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 576px) {
  .bxbrright {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}

.mid-title {
  font-size: 1.35rem;
}
@media (max-width: 576px) {
  .mid-title {
    font-size: 1.1rem;
  }
}

.sm-title {
  font-size: 1.1rem;
}

img {
  vertical-align: middle;
}

.img-outer {
  overflow: hidden;
  position: relative;
}
.img-outer img {
  height: 100%;
  object-fit: cover;
  transition: all linear .3s;
  width: 100%;
}
.img-outer:hover img {
  transform: scale(1.01);
  transition: all linear .3s;
}

@media (min-width: 992px) {
  input[type="search"] {
    width: 10rem;
  }
}
@media (max-width: 576px) {
  input[type="search"] {
    width: calc( 100% - 2.1875rem );
  }
}

input[type="text"],
input[type="search"] {
  padding: .5rem;
}
input[type="text"]:focus,
input[type="search"]:focus {
  outline: none;
  box-shadow: none;
}

.header {
  position: relative;
  z-index: 2;
  background-color: #0e6982;
  padding-top: .7rem;
  padding-bottom: .7rem;
}
@media (max-width: 991px) {
  .header {
    background-color: white;
    box-shadow: 0 0 3px rgba(2, 19, 23, 0.3);
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.header .left-bg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: calc( 100% - 3px );
  border-bottom-right-radius: 5rem;
  width: 32vw;
}

.nav {
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .nav {
    grid-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .nav {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .nav .logo {
    align-self: flex-start;
  }
}
.nav .logo img {
  max-width: 13rem;
}
@media (min-width: 992px) {
  .nav_ul {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .nav_ul {
    flex-direction: column;
    left: -100%;
    top: -100%;
    transition: all ease-in-out .5s;
    position: fixed;
    z-index: 3;
  }
}
.nav_ul.on_mobile {
  background-color: #063a46;
  left: 0;
  top: 7.7rem;
  width: 100%;
  height: 100%;
  transition: all ease-in-out .5s;
  padding-top: 1rem;
  overflow-y: auto;
}
@media (min-width: 577px) and (max-width: 991px) {
  .nav_ul.on_mobile {
    top: 4.3rem;
  }
}
@media (max-width: 576px) {
  .nav_ul.on_mobile {
    top: 7rem;
  }
}
.nav_a {
  padding: .5rem;
  color: #fcf7f8;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .nav_a {
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .nav_a {
    display: block;
    padding: .5rem 1rem;
  }
}
.nav_a:hover {
  color: #baeaf8;
}
.nav_toggler {
  position: absolute;
  right: 1rem;
  border: 0;
  font-size: 2rem;
  background-color: transparent;
  color: #021317;
  cursor: pointer;
  z-index: 3;
  top: .5rem;
}
@media (min-width: 992px) {
  .nav_toggler {
    display: none;
  }
}
.nav_toggler:focus {
  outline: none;
  box-shadow: none;
}

/***** search *****/
.search_div {
  position: relative;
  margin-top: .5rem;
}
@media (min-width: 577px) and (max-width: 991px) {
  .search_div {
    margin: auto;
  }
}
@media (max-width: 576px) {
  .search_div {
    width: 100%;
  }
}
.search_div i.cf {
  cursor: pointer;
  color: #baeaf8;
  height: 1.5rem;
}
.search_div i.cf:hover {
  color: #baeaf8;
}
@media (max-width: 991px) {
  .search_show {
    display: none;
  }
}
.search_close {
  display: none;
}
.search_form {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 1.7rem;
  display: none;
}
@media (max-width: 991px) {
  .search_form {
    position: relative;
    display: flex;
    padding-top: 0;
  }
}
.search_form i.cf {
  height: auto;
}
.search_field {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
  border: 1px solid #021317;
}
.search_field:focus {
  border-color: #ec1924;
}
.search_field:focus + .search_btn {
  background-color: #ec1924;
  transition: all linear .3s;
}
@media (max-width: 576px) {
  .search_field {
    width: calc( 100% - 2rem );
  }
}
.search_btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: .5rem;
  background-color: #021317;
  color: #fcf7f8;
}
.search_btn:hover {
  background-color: #ec1924;
}

/***** ad-wrap *****/
.ad-wrap img {
  width: 100%;
}

/***** banner *****/
.banner {
  padding: 1rem 1.5rem 1.5rem;
  box-shadow: 0 0 5px 0 rgba(2, 19, 23, 0.2);
  align-items: center;
  text-align: center;
}
.banner_title {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .banner_title {
    font-size: 1.8rem;
  }
}
.banner .img-outer {
  margin-top: .7rem;
  margin-bottom: .7rem;
}
.banner p {
  color: #021317;
  font-size: 1.2rem;
}

.writer {
  color: #0e6b84;
  font-size: .9rem;
  text-transform: uppercase;
}

/**** headlines ****/
.block_title {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 1.2rem;
}
.block_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(186, 234, 248, 0.6);
  left: 0;
  bottom: 0;
}
.block_link {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ec1924;
  color: #ec1924;
  text-transform: uppercase;
  padding-bottom: .3rem;
}
.block_link:hover {
  color: #021317;
}
.block_link:before, .block_link:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border: 1px solid #ec1924;
  bottom: -5px;
}
.block_link:before {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: calc( 50% - 6px );
}
.block_link:after {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  left: calc( 50% + 6px );
}

.ttb-item {
  grid-column: span 3;
}
@media (max-width: 576px) {
  .ttb-item {
    grid-column: span 12;
  }
}
.ttb-item .img-outer {
  display: block;
}
@media (min-width: 577px) {
  .ttb-item .img-outer {
    height: 13rem;
  }
}

.headlines-div .ttb-item {
  background-color: #0e6982;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.headlines-div .ttb-item a {
  color: #fcf7f8;
}

/***** technology *****/
@media (max-width: 576px) {
  .ltr.big .item {
    flex-direction: column;
  }
}
@media (min-width: 577px) {
  .ltr.big .item .img-outer {
    width: 14rem;
    height: 11rem;
  }
}
.ltr.big .item .mid-title {
  flex: 1;
}
@media (min-width: 577px) and (max-width: 991px) {
  .ltr.big .item .mid-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
  }
}
.ltr.small .item .img-outer {
  width: 7rem;
  height: 6rem;
}
.ltr.small .item .sm-title {
  flex: 1;
}
.ltr.small .item .sm-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

/***** entertainment *****/
.full-outer {
  background-color: rgba(186, 234, 248, 0.25);
  /*background-color: #336676;*/
  /*@include min(1130px){
  	clip-path: polygon(1% 0, 100% 0%, 99% 100%, 0% 100%);
  }*/
}
.full-outer a {
  color: #021317;
}
.full-outer .block_link:before, .full-outer .block_link:after {
  background-color: #336676;
}

.wp-caption {
  width: 100% !important;
}

/***** listing *****/
.content {
  min-height: calc( 100% - 27.1875rem );
}
.content .title.cat {
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.content .title.cat span {
  font-size: 1.2rem;
  color: rgba(2, 19, 23, 0.7);
  margin-right: .5rem;
  text-transform: lowercase;
  color: #ec1924;
}
.content_left {
  grid-column: span 9;
}
.content .listing_left .item {
  grid-column: span 4;
}
@media (max-width: 576px) {
  .content .listing_left .item {
    grid-column: span 12;
  }
}
@media (min-width: 577px) {
  .content .listing_left .item .img-outer {
    height: 13rem;
  }
}
.content .detail_left .title {
  font-size: 2.5rem;
  color: #021317;
}
.content .detail_left img {
  max-width: 100%;
  height: auto;
  margin-bottom: .5rem;
  border-radius: 5px;
}
.content .detail_left p {
  font-size: 1.2rem;
  color: #021317;
}
.content .detail_left p:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
.content_right {
  grid-column: span 3;
}
@media (max-width: 767px) {
  .content_left, .content_right {
    grid-column: span 12;
  }
}

.pg {
  margin-top: 2rem;
  align-items: center;
  grid-gap: .5rem;
}
@media (max-width: 767px) {
  .pg {
    margin-top: 1.2rem;
    margin-top: 1rem;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 1rem;
  }
}

.page-numbers {
  padding: .5rem .63rem .3rem;
  border-radius: 0.2rem;
  line-height: 1;
  display: inline-flex;
  min-width: 2rem;
  min-height: 2rem;
  align-items: center;
  color: #021317;
  border: 1px solid rgba(186, 234, 248, 0.7);
}
.page-numbers.current, .page-numbers:hover {
  background-color: #0e6982;
  color: #fcf7f8;
  transform: translate(1px, 1px);
  border-color: #0e6982;
}
.page-numbers i {
  font-size: .7rem;
}

/***** detail page *****/
.date_share {
  padding: .5rem 0;
  border-top: 1px solid rgba(14, 105, 130, 0.2);
  border-bottom: 1px solid rgba(14, 105, 130, 0.2);
  color: #0e6982;
  justify-content: space-between;
  align-items: center;
  margin-top: .7rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 576px) {
  .date_share {
    flex-direction: column;
    align-items: flex-start;
  }
}
.date_share .writer {
  position: relative;
  padding-right: .7rem;
  margin-right: .5rem;
  font-weight: 600;
}
.date_share .writer:before {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #ec1924;
  position: absolute;
  right: 0;
  top: 30%;
}
.date_share .top_wd {
  align-items: center;
}

.top_share #st-1 {
  text-align: left;
}

.related_title {
  margin-bottom: 1rem;
}
.related_item {
  grid-column: span 6;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .related_item {
    grid-column: span 12;
  }
}
.related_item .img-outer {
  width: 6.5rem;
  min-height: 5.5rem;
}
.related_item .img-outer img {
  width: 100%;
  height: 100%;
}
.related_item-title {
  padding: .7rem;
  margin-bottom: 0 !important;
  flex: 1;
}
.related_item-title a {
  font-size: 1.2rem;
  color: #021317;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.related_item-title a:hover {
  color: #ec1924;
}

/***** right list *****/
.right_list-item i.cf {
  margin-top: 4px;
}

/***** footer *****/
.footer {
  grid-gap: 2rem;
  justify-content: space-between;
}
.footer_outer {
  background-color: #0e6982;
}
@media (max-width: 767px) {
  .footer {
    flex-direction: column;
    grid-gap: 1rem;
  }
}
.footer .col {
  font-family: "Bitter", serif;
  color: #baeaf8;
}
.footer .logo {
  display: block;
  margin-bottom: .5rem;
}
.footer .logo img {
  max-width: 15rem;
  border-radius: 0.5rem;
}
.footer_title {
  font-size: 1.25rem;
  color: #baeaf8;
  text-transform: uppercase;
  font-family: font-body;
}
.footer_li {
  padding: .3rem 0;
}
@media (max-width: 767px) {
  .footer_li {
    padding: .2rem 0;
  }
}
.footer_a {
  color: #baeaf8;
  font-weight: normal;
  text-transform: capitalize;
}
.footer_a:hover {
  color: #0e6982;
}

/*# sourceMappingURL=front.css.map */
