@charset "UTF-8";

html,
body {
    /* position: absolute; */
    width: 100%;
    display: block;
}

video {
    /* object-fit: fill; */
    object-fit: cover;
    /* height: 100vh; */
}

header {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    z-index: 10;
}
header.fix {
    /* background: rgba(0, 0, 0, 0.2); */
}
header .logo {
    position: absolute;
    top: 40px;
    left: 40px;
}
header .menu {
    position: absolute;
    top: 48px;
    right: 40px;
}
header .menu a {
    position: relative;
    line-height: 23.68px;
    font-family: "Noto-Bold", sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.02em;
}
header .menu a:first-child:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -13px;
    width: 2px;
    height: 12px;
    background: #ffffff;
    opacity: 0.5;
}
header .menu a:nth-child(n + 2) {
    margin-left: 18px;
}
header .menu a.tit:not(.on) {
    opacity: 0.5;
}
header .menu a:not(.tit) {
    display: inline-block;
    width: 28px;
    height: 19px;
    background: url(../images/ico_menu.png) no-repeat 50% 50%;
    text-indent: -999999px;
    position: relative;
    top: 3px;
}

aside {
    position: fixed;
    right: 40px;
    top: 50%;
    margin-top: -133.5px;
    z-index: 5;
}
aside ul li {
    line-height: 22.2px;
    padding-right: 30px;
    background: url(../images/ico_dot_off.png) no-repeat right 7px center;
    font-family: "Noto-DemiLight", sans-serif;
    font-size: 15px;
    text-align: right;
    color: #ffffff;
    letter-spacing: 0.015em;
    cursor: pointer;
}
aside ul li span {
    display: block;
    opacity: 0.5;
}
aside ul li:nth-child(n + 2) {
    margin-top: 22px;
}
aside ul li.on {
    background: url(../images/ico_dot_on.png) no-repeat 100% 50%;
    font-family: "Noto-Medium", sans-serif;
    letter-spacing: 0.03em;
}
aside ul li.on span {
    opacity: 1;
}

.mobile {
    display: none;
}
section .mobile-split { display: none; }

#sec_1 {
    position: relative;
    background: #000000;
    color: #ffffff;
}
/* #sec_1 video {
    height: 100vh;
} */
#sec_1 .cont-box {
    position: absolute;
    background: #000000;
}
#sec_1 .cont-box .tit-area {
    position: absolute;
    top: 280px;
    left: 260px;
}
#sec_1 .cont-box h1 {
    margin-bottom: 10px;
}
#sec_1 .cont-box h5 {
    margin-bottom: 50px;
}
#sec_1 img {
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: transform 3s ease-in;
    transition: transform 3s ease-in;
}
#sec_1 .swiper-slide-active img {
    opacity: 1;
    transform: scale(1.0);
}
#sec_1 .cont-box .swiper-slide {
    visibility: hidden;
 }
#sec_1 .cont-box .swiper-slide-active {
    visibility: visible;
}
#sec_1 .btn {
    width: 240px;
}
#sec_1 .ico-mouse {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
    z-index: 5;
    width: 93px;
    height: 67px;
    margin: 0 auto;
    padding-top: 48px;
    background: url(../images/sec1/ico_scroll.png) no-repeat 50% 0;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}

#sec_2 {
    position: relative;
    background: #000000;
    text-align: center;
}
#sec_2 .title-box {
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    color: #ffffff;
}
#sec_2 .title-box h4 {
    margin-bottom: 20px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
#sec_2 .title-box h6 {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
#sec_2 .content-box {
    position: absolute;
    right: 0;
    bottom: 600px;
    left: 0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#sec_2 .cont-box {
    position: absolute;
    right: 0;
    /* bottom: 600px; */
    max-width: 869px;
    width: 70%;
    right: 0;
    bottom: 169px;
    left: 0;
    margin: 0 auto;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#sec_2 .list {
    position: relative;
    padding: 289px 60px 0;
    color: #ffffff;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#sec_2 .list img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sec_2 .list .txt-box {
    position: absolute;
    top: 289px;
    left: 60px;
    z-index: 5;
}
#sec_2 .list .txt-box .tit {
    line-height: 71.04px;
    margin-bottom: 10px;
    font-size: 48px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#sec_2 .list .txt-box .sub {
    line-height: 26.64px;
    margin-bottom: 6px;
    font-size: 18px;
    letter-spacing: -0.04em;
}
#sec_2 .list .txt-box .eng {
    line-height: 22.2px;
    font-size: 15px;
    letter-spacing: 0.02em;
    opacity: 0.65;
}
#sec_2 .swiper-slide {
    box-sizing: border-box;
}

#sec_3 {
    position: relative;
    background: url(../images/sec3/bg_1.jpg);
}
#sec_3 .sec-inner {
    width: 1400px;
    margin: 0 auto;
    clear: both;
}
#sec_3 .detail-box {
    float: left;
    /*padding-top: 245px;*/
    padding-top: 190px;
    color: #ffffff;
}
#sec_3 .detail-box p {
    line-height: 31.08px;
    margin: 30px 0 50px;
    font-size: 21px;
    letter-spacing: -0.04em;
}
#sec_3 .detail-box dl {
    line-height: 23.68px;
    margin-bottom: 40px;
    padding-left: 60px;
    font-size: 16px;
}
#sec_3 .detail-box dl dt {
    margin-bottom: 2px;
    font-family: "Noto-Bold", sans-serif;
}
#sec_3 .detail-box dl dd {
    font-family: "Noto-DemiLight", sans-serif;
    color: #A4ACC4;
}
#sec_3 .detail-box .list-1 {
    background: url(../images/sec3/ico_lock.png) no-repeat 0 0;
}
#sec_3 .detail-box .list-2 {
    background: url(../images/sec3/ico_shield.png) no-repeat 0 0;
}
#sec_3 .detail-box .list-3 {
    background: url(../images/sec3/ico_box.png) no-repeat 0 0;
}
#sec_3 .detail-box .list-4 {
    margin-bottom: 60px;
    background: url(../images/sec3/ico_union.png) no-repeat 0 0;
}
#sec_3 .media-box {
    float: right;
    width: 661px;
    padding-top: 131px;
    background: url(../images/sec3/bg_circle.png) no-repeat 50% 70%;
    text-align: center;
}
#sec_3 .media-box .screen {
    display: inline-block;
    width: 369px;
    height: 747px;
    padding-top: 17px;
    background: url(../images/sec3/bg_phone.png) no-repeat 50% 0;
}

#sec_4 {
    position: relative;
    background: url(../images/sec4/bg.png) #000000 no-repeat;
    background-size: cover;
}
/* #sec_4 video {
    height: calc(100vh + 160px);
} */
/* #sec_4:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #111111;
    opacity: 0.5;
    z-index: 1;
} */
#sec_4 .sec-inner {
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; */
    padding: 160px 0 178px;
}
#sec_4 .title-box {
    margin-bottom: 70px;
}
#sec_4 .title-box h3 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.02em;
}
#sec_4 .cont-box .news {
    position: relative;
}
#sec_4 .cont-box .news > img {
    width: 400px;
    height: 250px;
    cursor: default;
}
#sec_4 .cont-box .news > div {
    width: 400px;
    min-height: 324px;
    padding: 35px 30px 44px;
    background: #ffffff;
    cursor: default;
}
#sec_4 .cont-box .news:hover {
    cursor: pointer;
}
#sec_4 .cont-box .news .date {
    line-height: 23.68px;
    margin-bottom: 15px;
    font-family: "Noto-Bold", sans-serif;
    font-size: 16px;
    color: #222222;
}
#sec_4 .cont-box .news:hover .date,
#sec_4 .cont-box .news.on .date {
    color: #0A51B7;
}
#sec_4 .cont-box .news .title {
    line-height: 23.68px;
    margin-bottom: 10px;
    font-family: "Noto-Medium", sans-serif;
    font-size: 24px;
    color: #222222;
    letter-spacing: -0.04em;
}
#sec_4 .cont-box .news .desc {
    line-height: 24px;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.05em;
}

@media (min-width: 0px) and (max-width: 900px) {
    #sec_4 .cont-box .news .desc {
        display: none;
    }
}

#sec_4 .cont-box .news .btn {
    position: absolute;
    bottom: 24px;
    left: 30px;
    background: #aaaaaa;
    color: #fff;
}
#sec_4 .cont-box .news:hover .btn,
#sec_4 .cont-box .news.on .btn {
    background: #0A51B7;
}

/* ie */
#sec_5.ie {
    min-height: 1200px;
}
#sec_5.ie .pc {
    display: none;
}
#sec_5.ie .mobile {
    display: block;
}
#sec_5.ie .cont-box {
    width: 100%;
    max-width: 1080px;
}
#sec_5.ie .cont-box .screen {
    position: relative;
    float: none;
    width: 80%;
    height: 0;
    margin: 0 auto 90px;
    padding-bottom: 56.25%;
}
#sec_5.ie .cont-box .screen iframe {
    position: absolute;
    top: 0;
    left: 0;
}
/* ie */

#sec_5 {
    position: relative;
    background: url(../images/sec5/bg.jpg);
}
#sec_5 .sec-inner {
    padding: 150px 0 232px;
}
#sec_5 .title-box {
    margin-bottom: 70px;
}
#sec_5 .title-box h3 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.02em;
}
#sec_5 .cont-box {
    width: 1400px;
    margin: 0 auto;
    clear: both;
}
#sec_5 .list {
    position: relative;
    float: left;
    width: 500px;
}
#sec_5 .list .dim {
    position: absolute;
    top: 166px;
    left: 0;
    width: 500px;
    height: 45px;
    background: rgba(10, 81, 183, 0.85);
}
#sec_5 .list .dim:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 185px;
    width: 345px;
    height: 150px;
    background: rgba(10, 81, 183, 0.85);
}
#sec_5 .list .dim:after {
    content: '';
    position: absolute;
    top: 0;
    left: 500px;
    width: 30px;
    height: 195px;
    background: rgba(10, 81, 183, 0.85);
    z-index: 10;
}
#sec_5 .list .dim2 {
    position: absolute;
    top: 316px;
    left: 0;
    width: 185px;
    height: 45px;
    background: rgba(10, 81, 183, 0.85);
}
#sec_5 .list .dim2:before {
    content: '';
    position: absolute;
    top: -105px;
    left: 0;
    width: 45px;
    height: 105px;
    background: rgba(10, 81, 183, 0.85);
}
#sec_5 .list .dim2:after {
    content: '';
    position: absolute;
    top: -105px;
    left: 45px;
    width: 140px;
    height: 107px;
    background: rgba(10, 81, 183, 0.85);
}
#sec_5 .list .item {
    padding: 45px;
    clear: both;
}
#sec_5 .list .item.on {
    position: relative;
    background: rgba(10, 81, 183, 0.85);
}
#sec_5 .list .item.on:after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 195px;
    background: rgba(10, 81, 183, 0.85);
    z-index: 5;
}
#sec_5 .list .item .thumb {
    position: relative;
    float: left;
    width: 140px;
    z-index: 10;
    margin-left: -58px;
}
#sec_5 .list .item .thumb img {
    width: 140px;
}
#sec_5 .swiper-slide:not(.swiper-slide-active) .thumb {
    pointer-events: none;
    cursor: default;
}
#sec_5 .list .item .title {
    float: left;
    width: 220px;
    line-height: 23.68px;
    padding: 30px 0 30px 30px;
    font-family: "Noto-Regular", sans-serif;
    font-size: 16px;
    color: #ffffff;
}
#sec_5 .screen {
    float: left;
    position: relative;
    width: 900px;
    height: 530px;
}
/* #sec_5 .screen .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: url(../images/sec5/ico_play_big.png) no-repeat 50% 50%;
    cursor: pointer;
} */

#sec_6 {
    position: relative;
    background-image: url(../images/sec6/bg.jpg);
}
#sec_6 .sec-inner {
    padding: 120px 0 80px;
}
#sec_6 .title-box {
    position: relative;
    margin-bottom: 80px;
    color: #ffffff;
    text-align: center;
}
#sec_6 .title-box h4 {
    letter-spacing: 0.02em;
}
/* #sec_6 .title-box h6 {
    margin-bottom: 15px;
} */
#sec_6 .detail-box {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 60px;
    overflow: hidden;
    clear: both;
}
#sec_6 .detail-box .list {
    float: left;
    width: 50%;
    padding-left: 127px;
    color: #ffffff;
}
#sec_6 .detail-box .list .tit {
    line-height: 31.08px;
    margin-bottom: 10px;
    font-size: 21px;
}
#sec_6 .detail-box .list .desc {
    line-height: 30px;
    font-size: 15px;
    opacity: 0.65;
}
#sec_6 .cont-box {
    position: relative;
    max-width: 1245px;
    width: 80%;
    margin: 0 auto;
}
#sec_6 .cont-box .list {
    padding: 15px;
}
#sec_6 .cont-box img {
    width: 100%;
    border: 4px solid #B5B8C9;
}
/* #sec_6 .title-box {
    position: absolute;
    top: 155px;
    right: 0;
    left: 0;
    z-index: 1;
    color: #ffffff;
    text-align: center;
}
#sec_6 .title-box h4 {
    letter-spacing: 0.02em;
}
#sec_6 .title-box h6 {
    margin-bottom: 15px;
}
#sec_6 .detail-box {
    position: absolute;
    top: 335px;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    clear: both;
}
#sec_6 .detail-box .list {
    float: left;
    width: 50%;
    padding-left: 127px;
    color: #ffffff;
}
#sec_6 .detail-box .list .tit {
    line-height: 31.08px;
    margin-bottom: 10px;
    font-size: 21px;
}
#sec_6 .detail-box .list .desc {
    line-height: 30px;
    font-size: 15px;
    opacity: 0.65;
}
#sec_6 .cont-box img {
    border: 4px solid #B5B8C9;
} */

#sec_7 {
    position: relative;
    padding-bottom: 256px;
    background: url(../images/sec7/bg.jpg) #000000 no-repeat 70% 77%;
}
#sec_7 .title-box {
    margin-bottom: 60px;
    padding-top: 120px;
    color: #ffffff;
    text-align: center;
}
#sec_7 .detail-box {
    margin-bottom: 150px;
}

#sec_8 {
    position: relative;
    background: #000000;
}
#sec_8 .sec-inner {
    padding-top: 120px;
}
#sec_8 .cont-box {
    width: 1400px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
#sec_8 .cont-box .item {
    float: left;
}
#sec_8 .cont-box .item.map iframe {
    width: 650px;
    height: 375px;
}
#sec_8 .cont-box .item.map .title {
    color: #ffffff;
}
#sec_8 .cont-box .item.map .title h6 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 14px;
}
#sec_8 .cont-box .item.map .title p {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
}
#sec_8 .cont-box .item.map .title a {
    width: 180px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-bottom: 70px;
}
#sec_8 .cont-box .item.contact {
    padding-left: 50px;
}
#sec_8 .cont-box .item.contact h4 {
    line-height: 50.83px;
    margin-bottom: 30px;
    font-size: 42px;
    color: #ffffff;
}
#sec_8 .cont-box .item.contact input,
#sec_8 .cont-box .item.contact textarea {
    border: 1px solid #262A2D;
    background: #262A2D;
    font-family: "Noto-Light", sans-serif;
    font-size: 16px;
}
#sec_8 .cont-box .item.contact .inp-filed {
    height: 45px;
    margin-bottom: 10px;
    clear: both;
}
#sec_8 .cont-box .item.contact .inp-filed input {
    float: left;
    width: 220px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 16px;
    color: #767A7D;
}
#sec_8 .cont-box .item.contact .inp-filed input:last-child {
    width: 475px;
    margin-left: 5px;
}
#sec_8 .cont-box .item.contact .txt-filed {
    margin-bottom: 30px;
}
#sec_8 .cont-box .item.contact .txt-filed textarea {
    width: 700px;
    height: 407px;
    padding: 16px 20px;
    border-radius: 2px;
    font-size: 16px;
    color: #767A7D;
    resize: none;
}
#sec_8 .cont-box .item.contact .btn-filed {
    text-align: center;
}


footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 50px 0;
    background: #1F1F1F;
}
footer .foot-inner {
    width: 1400px;
    margin: 0 auto;
    clear: both;
}
footer .foot-inner .logo {
    float: left;
}
footer .foot-inner .desc {
    float: left;
    line-height: 25px;
    padding-left: 60px;
    font-size: 15px;
    color: #ABABAB;
}
footer .foot-inner .link {
    float: right;
}
footer .foot-inner .link a {
    display: inline-block;
}
footer .foot-inner .link a:nth-child(n + 2) {
    margin-left: 8px;
}

.entries {
    width: calc(100%);
    max-width: 1000px;
    margin: auto;
    position: relative;
    left: -5px;
    overflow: hidden;
    padding-bottom: 20px;
}
.entries:before {
    content: '';
    position: absolute;
    top: 36px;
    left: 50%;
    bottom: -150px;
    margin-left: -1px;
    width: 1px;
    background: linear-gradient(#ffffff, #000000);
}
.entries .entry {
    width: calc(50% - 40px);
    float: right;
    clear: both;
    text-align: left;
}
.entries .entry:nth-child(2) {
    margin-top: -172px;
}
.entries .entry:nth-child(3) {
    margin-top: 40px;
}
.entries .entry:nth-child(4) {
    margin-top: -82px;
}
.entries .entry .title {
    line-height: 41px;
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
    color: #ffffff;
    letter-spacing: -0.02em;
}
.entries .entry .title:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    top: 55%;
    transform: translateY(-50%);
    right: auto;
    left: -45px;
    z-index: 15;
}
.entries .entry:first-child .title:before {
    left: -54px;
    border: 8px solid #0A51B7;
    background-color: transparent;
}
.entries .entry:first-child .title {
    color: #0A51B7;
}
.entries .entry .detail {
    line-height: 30px;
    color: #666;
}
.entries .entry .detail p {
    font-size: 15px;
    color: #E4E4E4;
}
.entries .entry:nth-child(2n) {
    float: left;
    text-align: right;
}
.entries .entry:nth-child(2n) .title:before {
    right: -45px;
    left: auto;
}

#sec_7.active .entries:before {
    animation: scaleVertical 3s 0.15s ease both 1;
    transform-origin: 0 0;
}
#sec_7.active .entries .entry .title:before {
    animation: revealScaleUp 0.75s 0s ease both 1;
}
#sec_7.active .entries .entry:nth-child(1) .title:before {
    animation-delay: 0.15s;
}
#sec_7.active .entries .entry:nth-child(2) .title:before {
    animation-delay: 0.3s;
}
#sec_7.active .entries .entry:nth-child(3) .title:before {
    animation-delay: 0.45s;
}
#sec_7.active .entries .entry:nth-child(4) .title:before {
    animation-delay: 0.6s;
}

@keyframes reveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scaleVertical {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes revealScaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5) translateY(-50%);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.3);
        transform: scale(1.3) translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1) translateY(-50%);
    }
}

a.btn {
    display: inline-block;
    text-align: center;
    letter-spacing: -0.04em;
}

a.btn.big {
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-family: "Noto-Bold", sans-serif;
    font-size: 18px;
}

a.btn.mid {
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-family: "Noto-Bold", sans-serif;
    font-size: 14px;
}

a.btn.round {
    border-radius: 25px;
}

a.btn.navy {
    background: #0A51B7;
    color: #ffffff;
}

.btn-side-close {
    opacity: 0;
    position: absolute;
    top: 35px;
    right: 43px;
    font-family: "Noto-Bold", sans-serif;
    font-size: 35px;
    color: #1f47a7;
    z-index: 12;
}

#side-menu.active .btn-side-close {
    opacity: 1;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

#side-menu {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    padding-top: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-align: center;
}
#side-menu.active {
    width: 100%;
}
#side-menu div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
#side-menu ul {
    display: inline-block;
}
#side-menu ul li {
    padding: 30px 0;
}
#side-menu ul li span {
    color: #202125;
    font-size: 42px;
    padding: 8px 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    cursor: pointer;
}
#side-menu ul li.on span,
#side-menu ul li.on span a {
    border-bottom: 4px solid #1f47a7;
    color: #1f47a7;
}
#side-menu ul li:hover span,
#side-menu ul li:hover span a {
    color: #1f47a7;
}
#side-menu ul li span a {
    color: #202125;
}

.popup-1 { position: absolute; top:10%; right:10%; border:1px solid #fff; opacity: 0; transition:all 1s ease-in-out; }
.popup-1.active { opacity: 1; display: block; }
.popup-1 .closeBox{ background: #fff; height: 30px; display: flex; justify-content: space-between; align-items: center; font-size: 15px; padding: 0 10px; }
.popup-1 .closeBox .chk-close { display: flex; align-items: center; justify-content: center; }
.popup-1 .closeBox .chk-close > input { margin:0 5px 0 0; }
.popup-1 .closeBox .chk-close > * { cursor:pointer; }
.popup-1 .closeBox .btn-close {display:inline-block; height:30px; line-height:25px; cursor:pointer; }
.popup-1 .closeBox .btn-close:after {display: inline-block;content: "\00d7"; font-size:20pt;}
@media (min-width: 0px) and (max-width: 767px) {
    .popup-1 { position: absolute; top:calc(50% - 170px); right:calc(50% - 182px); }
    .popup-1 img { height: 350px; }
    .popup-1 .closeBox{ font-size: 13px;}
    .popup-1 .closeBox .btn-close {line-height:28px;}
    .popup-1 .closeBox .btn-close:after { font-size:15pt;}
}

