@charset "utf-8";

/* *************************** 프린트-부트스트랩 제어 *************************** */
@media print {

    html,
    body {
        min-width: 992px !important;
    }

    /* 프린트시 부트스트랩 스타일 제어 */
    a:link:after,
    a:visited:after {
        content: none;
    }

    * {
        -webkit-print-color-adjust: exact;
    }

    /* 크롬에서 배경색, 이미지를 강제 인쇄 */
}

/* *************************** 모바일 크롬에서 테이블 깨짐 대응 *************************** */
@media screen and (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }

    table {
        display: table;
    }

    table>* {
        display: table-row-group;
    }

    table script {
        display: none;
    }

    table caption {
        display: none;
    }

    table tr {
        display: table-row;
    }

    table th,
    table td {
        display: table-cell;
        width: auto;
    }
}

/* *************************** 폰트 / 상황에 맞춰 사용 *************************** */

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Pretendard-Thin.woff2) format('woff2'),
        url(../fonts/Pretendard-Thin.woff) format('woff'),
        url(../fonts/Pretendard-Thin.ttf) format('truetype'),
        url(../fonts/Pretendard-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Pretendard-ExtraLight.woff2) format('woff2'),
        url(../fonts/Pretendard-ExtraLight.woff) format('woff'),
        url(../fonts/Pretendard-ExtraLight.ttf) format('truetype'),
        url(../fonts/Pretendard-ExtraLight.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Pretendard-Light.woff2) format('woff2'),
        url(../fonts/Pretendard-Light.woff) format('woff'),
        url(../fonts/Pretendard-Light.ttf) format('truetype'),
        url(../fonts/Pretendard-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Pretendard-Regular.woff2) format('woff2'),
        url(../fonts/Pretendard-Regular.woff) format('woff'),
        url(../fonts/Pretendard-Regular.ttf) format('truetype'),
        url(../fonts/Pretendard-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Pretendard-Medium.woff2) format('woff2'),
        url(../fonts/Pretendard-Medium.woff) format('woff'),
        url(../fonts/Pretendard-Medium.ttf) format('truetype'),
        url(../fonts/Pretendard-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Pretendard-SemiBold.woff2) format('woff2'),
        url(../fonts/Pretendard-SemiBold.woff) format('woff'),
        url(../fonts/Pretendard-SemiBold.ttf) format('truetype'),
        url(../fonts/Pretendard-SemiBold.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Pretendard-Bold.woff2) format('woff2'),
        url(../fonts/Pretendard-Bold.woff) format('woff'),
        url(../fonts/Pretendard-Bold.ttf) format('truetype'),
        url(../fonts/Pretendard-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Pretendard-ExtraBold.woff2) format('woff2'),
        url(../fonts/Pretendard-ExtraBold.woff) format('woff'),
        url(../fonts/Pretendard-ExtraBold.ttf) format('truetype'),
        url(../fonts/Pretendard-ExtraBold.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Pretendard-Black.woff2) format('woff2'),
        url(../fonts/Pretendard-Black.woff) format('woff'),
        url(../fonts/Pretendard-Black.ttf) format('truetype'),
        url(../fonts/Pretendard-Black.otf) format('opentype');
}

/* ******************** //Pretendard ******************** */

/* *************************** 폰트 / 상황에 맞춰 사용 *************************** */

@font-face {
    font-family: 'Bazzi';
    font-style: normal;
    src: url(../fonts/Bazzi.woff2) format('woff2'),
        url(../fonts/Bazzi.woff) format('woff'),
        url(../fonts/Bazzi.ttf) format('truetype'),
        url(../fonts/Bazzi.otf) format('opentype');
}

@font-face {
    font-family: 'NPSfont';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NPSfont_regular.woff2) format('woff2'),
        url(../fonts/NPSfont_regular.woff) format('woff'),
        url(../fonts/NPSfont_regular.ttf) format('truetype'),
        url(../fonts/NPSfont_regular.otf) format('opentype');
}

@font-face {
    font-family: 'NPSfont';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/NPSfont_bold.woff2) format('woff2'),
        url(../fonts/NPSfont_bold.woff) format('woff'),
        url(../fonts/NPSfont_bold.ttf) format('truetype'),
        url(../fonts/NPSfont_bold.otf) format('opentype');
}

@font-face {
    font-family: 'NPSfont';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NPSfont_extrabold.woff2) format('woff2'),
        url(../fonts/NPSfont_extrabold.woff) format('woff'),
        url(../fonts/NPSfont_extrabold.ttf) format('truetype'),
        url(../fonts/NPSfont_extrabold.otf) format('opentype');
}

/* *************************** COMMON *************************** */

/* IE10 뷰포트 버그대응 */
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    width: 100%;
    height: 100%;
    min-width: 320px;
}

body .clear {
    clear: both;
}

body .split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body a {
    text-decoration: none !important;
    outline: none !important;
    word-wrap: expression(this.style.wordWrap="normal", this.hideFocus=true);
    cursor: pointer;
}

body #ie-warning {
    display: none;
    font-family: inherit;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    background: #fff;
}


/* ie 백그라운드 fixed 버벅임 제거 
@supports (-ms-ime-align:auto){
	html{overflow: hidden; height: 100%;}
	body{overflow: auto; height: 100%; position: relative;}
} 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	html{overflow: hidden; height: 100%;}
	body{overflow: auto; height: 100%;}
}*/


/* 인풋 엑스버튼 없애기 */
input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;

    white-space: pre-wrap;
    /* CSS3*/
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-all;
    /* Internet Explorer 5.5+ */
}

.disabled-link {
    pointer-events: none;
    /* 클릭 불가 */
    cursor: default;
    /* 마우스 오버 시 커서 변경 */
    text-decoration: none;
    /* 밑줄 제거 */
    color: black;
    /* 일반 텍스트처럼 */
}

/* 정렬 */
.align_l {
    text-align: left;
}

.align_r {
    text-align: right;
}

.align_c {
    text-align: center;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}


/* 이미지팝업 - 인증서 등 이전,다음 버튼 있음 */
.imgOpen2 {
    z-Index: 999999;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    font-weight: normal;
}

.imgOpen2 .wrap {
    position: relative;
}

.imgOpen2 .wrap div {
    padding: 40px 0 80px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.imgOpen2 .wrap img {
    max-height: 100%;
    max-width: 100%;
    border: 10px solid transparent;
}

.imgOpen2 .popTitle {
    z-Index: 100;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.imgOpen2 .popTitle p {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    border-radius: 100px;
    line-height: 1.2;
}

.imgOpen2 button {
    z-index: 300;
    position: absolute;
    display: block;
    top: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: rgba(0, 0, 0, .2);
    font-size: 12px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
    transition: .3s;
}

.imgOpen2 button:hover {
    background-color: rgba(0, 0, 0, .9);
}

.imgOpen2 button img {
    max-width: initial;
    max-height: initial;
}

.imgOpen2 button.off {
    opacity: .2;
    cursor: default;
}

.imgOpen2 button.prev {
    left: 20px;
}

.imgOpen2 button.next {
    right: 20px;
}

.imgOpen2 button.close {
    top: 20px;
    right: 20px;
}

.imgOpen2 button img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .imgOpen2 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .imgOpen2 button {
        width: 40px;
        height: 40px;
    }

    .imgOpen2 button img {
        width: 30%;
        height: 30%;
    }

    .imgOpen2 button.prev {
        left: 10px;
    }

    .imgOpen2 button.next {
        right: 10px;
    }

    .imgOpen2 button.close {
        top: 10px;
        right: 10px;
    }

    .imgOpen2 button img {}

    .imgOpen2 .popTitle {
        bottom: 10px;
        font-size: 12px;
        text-align: center;
    }

    .imgOpen2 .wrap img {
        max-height: 100%;
        max-width: 100%;
        border: 10px solid transparent;
        object-fit: contain;
    }
}

/* 라인 */
* [class*="lineH"] {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.lineH5 {
    height: 5px;
    margin-bottom: 5px;
}

.lineH10 {
    height: 10px;
    margin-bottom: 10px;
}

.lineH20 {
    height: 20px;
    margin-bottom: 20px;
}

.lineH30 {
    height: 30px;
    margin-bottom: 30px;
}

.lineH50 {
    height: 50px;
    margin-bottom: 50px;
}

.lineH60 {
    height: 60px;
    margin-bottom: 60px;
}

.lineH70 {
    height: 70px;
    margin-bottom: 70px;
}

.lineH80 {
    height: 80px;
    margin-bottom: 80px;
}

.lineH100 {
    height: 100px;
    margin-bottom: 100px;
}


/* 여백 */
.h5 {
    height: 5px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h10 {
    height: 10px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h20 {
    height: 20px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h30 {
    height: 30px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h40 {
    height: 40px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h50 {
    height: 50px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h60 {
    height: 60px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h70 {
    height: 70px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h80 {
    height: 80px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h90 {
    height: 90px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h100 {
    height: 100px;
    padding: 0;
    margin: 0;
    clear: both;
}

.h120 {
    height: 120px;
    padding: 0;
    margin: 0;
    clear: both;
}