@charset "UTF-8";

/* global site css */

.g__nav__overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
    z-index: 999998;
}
.g__nav {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #fff;
    z-index: 999999;
}
.g__nav__wrapper {
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.g__nav__item {
    display: block;
    padding-left: 20px;
}
.g__nav__item li {
    display: block;
    border-bottom: 1px solid #ddd;
}
.g__nav__item li a {
    display: block;
    padding: 12px 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
}
.g__nav__edition {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-left: 20px;
}
.g__nav__edition__current {
    display: block;
    overflow: hidden;
}
.g__nav__edition__current__world {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    background: url(https://m.insight.co.kr/images/ic_edition_world.png) no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px;
}
.g__nav__edition__current__name {
    display: block;
    padding: 12px 20px;
    font-size: 1.3em;
    color: #a5a5a5;
}
.g__nav__edition__current__arrow {
    position: absolute;
    display: block;
    top: 4px;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: 10px;
    background: url(https://m.insight.co.kr/images/ic_edition_arrow.png) no-repeat;
}
.g__nav__edition__item__list {
    display: none;
}
.g__nav__edition__item__list li {
    display: block;
    border-top: 1px solid #ddd;
}
.g__nav__edition__item {
    display: block;
    padding: 12px 20px;
    font-size: 1.3em;
    color: #a5a5a5;
}
.g__nav__footer {
    display: block;
    padding: 40px 0;
    text-align: center;
}
.g__nav__footer a {
    font-size: 1.3em;
    color: #346f99;
}
.g__nav__close {
    position: absolute;
    display: block;
    top: 4px;
    right: -30px;
    width: 26px;
    height: 26px;
    background: url(../images/menu_close.png) center no-repeat;
    -webkit-background-size: 26px;
    background-size: 26px;
    z-index: 999999;
}

body.open__nav .g__nav__overlay,
body.open__nav .g__nav {
    display: block;
}

.wrapper {
    position: relative;
    display: block;
}

.g__header {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}
.g__header__logo {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 2.4em;
    font-weight: bold;
    font-family: Georgia, sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
}
.g__header__nav__btn {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: url(https://m.insight.co.kr/images/header_menu_333.png) center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    z-index: 999997;
}
.g__header__search__btn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: url(https://m.insight.co.kr/images/header_search_333.png) center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    z-index: 999997;
}

.g__search {
    display: none;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.g__search input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 1.4em;
    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

body.open__search .g__search {
    display: block;
}

.front__swiper {
    position: relative;
    display: block;
    margin-top: 10px;
    background: #fff;
}
.swiper-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: block;
    min-height: 180px;
}
.swiper-slide span {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
}
.swiper-slide span strong {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 17px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.357em;
    color: #FFF;
    letter-spacing: -1px;
    white-space: nowrap;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.swiper-slide:after {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 60%;
}

.front__headline {
    position: relative;
    display: block;
    width: 100%;
}
.front__headline__wrapper {
    display: block;
    padding: 15px;
    background: #fff;
}
.front__headline__list {
    display: block;
    margin: -10px 0 0 -10px;
    overflow: hidden;
}
.front__headline__list li {
    float: left;
    display: block;
    width: 50%;
    padding: 10px 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.front__headline__article {
    display: block;
}
.front__headline__article__image {
    display: block;
    min-height: 94px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.front__headline__article__image:after {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 60%;
}
.front__headline__article__title {
    display: block;
    padding: 10px;
    background-color: #FAFAFA;
    border: 1px solid #eee;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.front__headline__article__title span {
    display: block;
    height: 40px;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #222;
    letter-spacing: -1px;
    overflow: hidden;
}

.front__latest {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.front__latest__wrapper {
    display: block;
    padding: 15px;
    background: #fff;
}
.front__latest__header {
    display: block;
    font-size: 2.0em;
    font-weight: bold;
    color: #000;
}
.front__latest__list {
    display: block;
}
.front__latest__list li {
    display: block;
    padding: 12px 0;
    border-top: 1px solid #ddd;
}
.front__latest__list li:first-child {
    border-top: 0;
}
.front__latest__article {
    position: relative;
    display: block;
}
.front__latest__article:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}
.front__latest__article__image {
    position: relative;
    float: left;
    width: 29.6%;
}
.front__latest__article__image img {
    width: 100%;
    min-height: 57px;
}
.front__latest__article__title {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 31.5%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.front__latest__article__title span {
    font-size: 1.5em;
    color: #333;
}

.section__latest {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.section__latest__wrapper {
    display: block;
    padding: 15px;
    background: #fff;
}
.section__latest__category {
    display: block;
    padding-bottom: 5px;
    font-size: 2.0em;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #ff8000;
}
.section__latest__list {
    display: block;
}
.section__latest__list li {
    display: block;
    padding: 12px 0;
    border-top: 1px solid #ddd;
}
.section__latest__list li:first-child {
    border-top: 0;
}
.section__latest__article {
    position: relative;
    display: block;
}
.section__latest__article:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}
.section__latest__article__image {
    position: relative;
    float: left;
    width: 29.6%;
}
.section__latest__article__image img {
    width: 100%;
    min-height: 57px;
}
.section__latest__article__title {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 31.5%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section__latest__article__title span {
    font-size: 1.5em;
    color: #333;
}
.section__latest__article__title__text {
    display: block;
}
.section__latest__article__title__text span {
    font-size: 1.5em;
    color: #333;
}

.news__wrapper {
    position: relative;
    display: block;
}
.news__article {
    display: block;
    background: #fff;
}
.news__article__title {
    display: block;
    padding: 15px;
    font-size: 2.8em;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}
.news__article__byline {
    display: block;
    padding: 0 15px;
    font-size: 1.3em;
    color: #333;
}
.news__article__memo {
    display: block;
    padding: 10px;
    font-size: 1.6em;
    line-height: 1.8;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.news__advertise {
    display: block;
    padding: 10px 0;
    background: #fff;
    text-align: center;
}
.news__view__comments {
    position: fixed;
    display: block;
    top: 0;
    right: -75%;
    width: 75%;
    height: 100%;
    padding: 20px 10px 20px 10px;
    background: #fff;
    z-index: 999998;
    visibility: hidden;
    -webkit-box-shadow: -1px 0 10px 1px rgba(0,0,0,0.35);
    box-shadow: -1px 0 10px 1px rgba(0,0,0,0.35);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right .3s ease-in-out .1s, visibility .3s ease-in-out .3s;
    -moz-transition: right .3s ease-in-out .1s, visibility .3s ease-in-out .3s;
    transition: right .3s ease-in-out .1s, visibility .3s ease-in-out .3s;
}
.news__view__comments.isVisible {
    visibility: visible;
    right: 0;
    -webkit-transition: right .5s ease-in-out .1s, visibility .3s ease-in-out .3s;
    -moz-transition: right .5s ease-in-out .1s, visibility .3s ease-in-out .3s;
    transition: right .5s ease-in-out .1s, visibility .3s ease-in-out .3s;
}
.news__view__comments__header {
    position: relative;
    display: block;
    padding: 0 40px 0 5px;
}
.news__view__comments__tit {
    display: block;
    font-size: 2.4em;
    font-weight: bold;
    color: #000;
}
.news__view__comments__close {
    position: absolute;
    display: block;
    top: 4px;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 100001;
    cursor: pointer;
}
.news__view__comments__line {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1.5px 0 0 -10px;
    background: #fff;
    -webkit-transition: background .3s,color .2s;
    transition: background .3s,color .2s;
    z-index: 100001;
}
.news__view__comments__line:before {
    position: absolute;
    display: block;
    content: '';
    top: -6px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #000;
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    transform-origin: center center;
}
.news__view__comments__line:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -6px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #000;
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    transform-origin: center center;
}
.news__view__comments__wrapper {
    display: block;
    height: 100%;
    overflow: scroll;
}
.news__share {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999997;
}
.news__share__list {
    clear: both;
    display: block;
}
.news__share__list li {
    float: left;
    display: block;
    width: 25%;
    background-color: #fff;
}
.news__share__item {
    display: block;
    width: 100%;
    height: 45px;
}
.news__share__item.__home {
    background: url(https://m.insight.co.kr/images/share_home.png?201708181347) center center no-repeat;
    background-size: 34px;
}
.news__share__item.__facebook {
    background: url(https://m.insight.co.kr/images/share_facebook.png?201708181347) center center no-repeat;
    background-size: 34px;
}
.news__share__item.__twitter {
    background: url(https://m.insight.co.kr/images/share_twitter.png?201708181347) center center no-repeat;
    background-size: 34px;
}
.news__share__item.__comment {
    background: url(https://m.insight.co.kr/images/share_comment.png?201708181347) center center no-repeat;
    background-size: 34px;
}

.g__paging {
    display: block;
    margin-top: 20px;
    overflow: hidden;
}
.g__paging__previous {
    float: left;
    display: block;
    padding: 8px 12px;
    font-size: 1.5em;
    font-weight: bold;
    color: #ddd;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.g__paging__next {
    float: right;
    display: block;
    padding: 8px 12px;
    font-size: 1.5em;
    font-weight: bold;
    color: #ddd;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.g__paging_on {
    color: #000;
}

.g__headline {
    position: relative;
    display: block;
    width: 100%;
}
.g__headline__wrapper {
    display: block;
    padding: 15px;
    background: #fff;
}
.g__headline__header {
    display: block;
    font-size: 2.0em;
    font-weight: bold;
    color: #000;
}
.g__headline__list {
    display: block;
    margin: 0 0 0 -10px;
    overflow: hidden;
}
.g__headline__list li {
    float: left;
    display: block;
    width: 50%;
    padding: 10px 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.g__headline__article {
    display: block;
}
.g__headline__article__image {
    display: block;
    min-height: 94px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.g__headline__article__image:after {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 60%;
}
.g__headline__article__title {
    display: block;
    padding: 10px;
    background-color: #FAFAFA;
    border: 1px solid #eee;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.g__headline__article__title span {
    display: block;
    height: 40px;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #222;
    letter-spacing: -1px;
    overflow: hidden;
}

.g__popular {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.g__popular__wrapper {
    display: block;
    padding: 15px;
    background: #fff;
}
.g__popular__header {
    display: block;
    font-size: 2.0em;
    font-weight: bold;
    color: #000;
}
.g__popular__list {
    display: block;
    margin: 0 0 0 -10px;
    overflow: hidden;
}
.g__popular__list li {
    float: left;
    display: block;
    width: 50%;
    padding: 10px 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.g__popular__article {
    display: block;
}
.g__popular__article__image {
    display: block;
    min-height: 94px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.g__popular__article__image:after {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 60%;
}
.g__popular__article__title {
    display: block;
    padding: 10px;
    background-color: #FAFAFA;
    border: 1px solid #eee;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.g__popular__article__title span {
    display: block;
    height: 40px;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #222;
    letter-spacing: -1px;
    overflow: hidden;
}

body.news .g__popular {
    margin-top: 0;
}

.g__footer {
    clear: both;
    position: relative;
    display: block;
    padding: 15px;
}
.g__footer__edition {
    position: relative;
    display: block;
}
.g__footer__edition__current {
    display: block;
    height: 40px;
}
.g__footer__edition__current__world {
    float: left;
    display: block;
    width: 20px;
    height: 40px;
    background: url(https://m.insight.co.kr/images/footer_edition_world.png) center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}
.g__footer__edition__current__name {
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
}
.g__footer__edition__current__arrow {
    float: left;
    display: block;
    width: 20px;
    height: 40px;
    background: url(https://m.insight.co.kr/images/footer_edition_arrow.png) center no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
}
.g__footer__edition__item__list {
    position: absolute;
    display: none;
    bottom: 40px;
    left: 0;
    background: #000;
    opacity: .9;
    z-index: 999997;
}
.g__footer__edition__item__list li {
    display: block;
}
.g__footer__edition__item {
    display: block;
    padding: 12px 60px 12px 30px;
    font-size: 1.3em;
    color: #fff;
}
.g__footer_logo {
    clear: both;
    position: relative;
    display: block;
    margin-top: 20px;
    padding: 10px 0;
}
.g__footer_logo a {
    font-size: 2.4em;
    font-weight: bold;
    font-family: Georgia, sans-serif;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
}
.g__footer__copyright {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.g__footer__copyright span {
    display: block;
    font-size: 1.1em;
    color: #777;
    text-align: left;
}

body.open__edition .g__nav__edition__item__list {
    display: block;
}
body.open__edition .g__footer__edition__item__list {
    display: block;
}
body.news .g__footer__copyright {
    padding-bottom: 60px;
}