/*font*/

/* html5요소 하위브라우져 적용 */
header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
    display: block
}

/* 모든 Device를 위한 공통 로드 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption,
span {
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
    letter-spacing: -0.5px;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    height: 100%;
    font-size: 10px;
    font-family: 'Noto Sans KR', 'Noto Sans Korean', sans-serif;
    color: #242628;
}

textarea,
input,
button,
select {
    font-family: inherit;
    font-size: inherit;
}

table {
    border-spacing: 0;
    *border-collapse: collapse;
}

fieldset,
img {
    border: 0
}

img {
    vertical-align: middle;
    width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

legend,
caption {
    text-indent: -100%;
    *text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    color: transparent;
}

a {
    text-decoration: none;
    outline: 0;
    color: rgb(0, 0, 0);
}

select,
input {
    vertical-align: middle;
}

section {
    overflow: hidden;
}

:root,
html {
    font-size: 10px;
}


.ir {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    z-index: -9999;
    top: -10000px;
    left: -100000px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inlineBlock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.oh {
    overflow: hidden
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ovh {
    overflow: hidden;
}


.d_hidden {
    display: block !important;
}

.m_hidden {
    display: none !important;
}

/*slick*/
.slick-slide,
.slick-slide:focus {
    outline: 0;
}





/* input 기본 스타일 초기화 */
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
    display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {}

/* margin */
/* margin */
.mr0 {
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt100 {
    margin-top: 100px !important;
}


.mtM10 {
    margin-top: -10px !important
}

.ml0 {
    margin-left: 0 !important;
}

.mr1 {
    margin-right: 1px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

/* padding */
.pt0 {
    padding-top: 0 !important;
}

.pb6 {
    padding-bottom: 6px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

/* text type */

/* btns */

/* align */
.cl_left {
    clear: left
}

.center {
    text-align: center !important;
}

.top {
    vertical-align: top !important
}

.bottom {
    vertical-align: bottom
}

.middle {
    vertical-align: middle !important
}

.alignRight {
    text-align: right !important
}

.alignLeft {
    text-align: left !important
}

/* position */
.posRel {
    position: relative;
    z-index: 1;
}

/* width */
.w50 {
    width: 50% !important
}

.w33 {
    width: 33.33% !important
}

/* height */
.h30 {
    height: 30px;
}

/* text style */
.bold {
    font-weight: 700;
}

.redTxt {
    color: red !important
}

.blueTxt {
    color: blue !important
}

.greenTxt {
    color: #548826 !important
}

.color777 {
    color: #777 !important
}

/* display */
.displayNone {
    display: none;
}

/* lineheight */
.lineHeight0 {
    line-height: 0px !important;
}

.scroll_box::-webkit-scrollbar {
    width: 6px;
}

.scroll_box::-webkit-scrollbar-track {
    background-color: #000;
}

.scroll_box::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(255,255,255,0.2);
}

.scroll_box::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

input[type="checkbox"] {
    appearance: none;
}


input[type="checkbox"] + label {
    position: relative;
    padding-left: 32px;
    font-size: 1.4em;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

input[type="checkbox"] + label span {
    color: #6F6F6F;
    margin-right: 3px;
}


input[type="radio"] {
    appearance: none;
}

input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    font-size: 1.6em;
    font-weight: 600;
    color: #252B37;
    cursor: pointer;
}

input[type="radio"] + label span {
    color: #6F6F6F;
    margin-right: 3px;
}


select option{
    background: rgba(0,0,0,0.9);
    text-indent: 10px;
}

/* Smartphones (portrait and landscape) */
@media only screen and (min-device-width : 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    /* paging */
    /* Styles */
}

/* iPads (landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops */
@media only screen and (min-width : 1025px) {
    /* Styles */
    /* paging */

}

/* Large screens  */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}

/*animation*/
@keyframes menuOpne {
    0% {
        height: 3px;
    }

    50% {
        width: 100%;
        height: 3px;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes menuClose {
    0% {
        width: 100%;
        height: 100%;
    }

    50% {
        width: 100%;
        height: 3px;
    }

    100% {
        width: 0%;
        height: 3px;
    }
}

#content{
    margin-top: 80px;
    margin-left: 0;
    min-height: calc(100vh - 80px);
    background: #020001;
    min-width: 1560px;
}

.con_wrap {
    width: 1400px;
    height: 100%;
    margin: auto;
    position: relative;
}

.con_wrap::after {
    content: "";
    display: block;
    clear: both;
}

.con_wrap .title {
    font-size: 6em;
    font-weight: 700;
    color: #202428;
}

.w_block {
    display: block;
}

.prox{
    font-family: "ProximaNova";
}

@media (max-width:1230px) {
    #content {
        font-size: 9px;
    }

    .div_wrap {
        width: 90%;
    }

    .w_block {
        display: none;
    }
}

@media (max-width:900px) {
    #content {
        font-size: 8px;
    }
}

@media (max-width:720px) {
    .title {
        text-align: center;
        display: block;
        width: 100%;
    }

    .sub_title {
        display: block;
        margin-top: 10px;
    }
}

/* 추가 */
button {
    border: none;
    background: transparent;
}


.main_banner_area {position: relative; background:#000;z-index:10000 }
.main_popup {position:absolute;top: 200px;left: calc(50% - 250px);width:500px; /*height:450px;*/ z-index:0;overflow: hidden;display:none; border:1px solid rgba(255,255,255,.3);}
.main_popup.active {display:block;z-index:1;}
.main_popup .main_pop_banner {position:relative;z-index:1;background:#000;font-size:0;}
.main_popup .main_pop_bottom {position:absolute;bottom:0;left:0;right:0;height:39px;background:rgba(0,0,0,.7);z-index:2;}
.main_popup .main_pop_bottom .mp_chk {margin:3px 0 0 15px; }
.main_popup .main_pop_bottom .chk_st + label:before {border:1px solid #fff; display:none; }
.main_popup .main_pop_bottom .chk_st + label:after {display:none; }
.main_popup .main_pop_bottom .chkbx_area .ck_txt {font-size:12px;font-weight:normal;color:#fff;}
.main_popup .main_pop_bottom .btn_mpop_close {position:absolute;top:0;right:0;width:63px;height:100%;border-left:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:normal;color:#fff;cursor: pointer;}
.main_pop_bx .download_box {position:absolute;top:9px;left:9px;}
.main_pop_banner .mpop-slide img {width:100%;}
.main_pop_banner .slick-list {z-index:1;}
.main_pop_banner .slick-arrow {position: absolute;top:12px;width:8px;height:14px;display:inline-block;vertical-align:top;font-size:0;background:url('../../images/common/all_sprite.png') no-repeat 0 0;z-index:2;cursor: pointer;}
.main_pop_banner .slick-prev {right:50px;background-position:-318px -120px;}
.main_pop_banner .slick-next {right:15px;background-position:-356px -120px;}
.main_pop_banner .slick-prev.slick-disabled {background-position:-241px -120px;}
.main_pop_banner .slick-next.slick-disabled {background-position:-280px -120px;}
.main_pop_banner .h_line {position:absolute;top:13px;right:35px;display:inline-block;width:1px;height:12px;vertical-align:top;background:rgba(0,0,0,.15);z-index:2;}