@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;}
}


/* ******************** scoredream ******************** */
@font-face {
    font-family: 'S-Core Dream';
    src: url('../fonts/S-CoreDream-1Thin.eot');
    src: url('../fonts/S-CoreDream-1Thind41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/S-CoreDream-1Thin.html') format('woff'),
        url('../fonts/S-CoreDream-1Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
	unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url('../fonts/S-CoreDream-2ExtraLight.eot');
    src: url('../fonts/S-CoreDream-2ExtraLightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/S-CoreDream-2ExtraLight.html') format('woff'),
        url('../fonts/S-CoreDream-2ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
	font-display: swap;
	unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url('../fonts/S-CoreDream-3Light.eot');
    src: url('../fonts/S-CoreDream-3Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/S-CoreDream-3Light.html') format('woff'),
        url('../fonts/S-CoreDream-3Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url('../fonts/S-CoreDream-4Regular.eot');
    src: url('../fonts/S-CoreDream-4Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/S-CoreDream-4Regular.html') format('woff'),
        url('../fonts/S-CoreDream-4Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
	unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url('../fonts/S-CoreDream-5Medium.eot');
    src: url('../fonts/S-CoreDream-5Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/S-CoreDream-5Medium.html') format('woff'),
        url('../fonts/S-CoreDream-5Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url('../fonts/S-CoreDream-6Bold.eot');
    src: url('../fonts/S-CoreDream-6Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/S-CoreDream-6Bold.html') format('woff'),
        url('../fonts/S-CoreDream-6Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url('../fonts/S-CoreDream-7ExtraBold.eot');
    src: url('../fonts/S-CoreDream-7ExtraBoldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/S-CoreDream-7ExtraBold.html') format('woff'),
        url('../fonts/S-CoreDream-7ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
	unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url('../fonts/S-CoreDream-8Heavy.eot');
    src: url('../fonts/S-CoreDream-8Heavyd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/S-CoreDream-8Heavy.html') format('woff'),
        url('../fonts/S-CoreDream-8Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url('../fonts/S-CoreDream-9Black.eot');
    src: url('../fonts/S-CoreDream-9Blackd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/S-CoreDream-9Black.html') format('woff'),
        url('../fonts/S-CoreDream-9Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
	unicode-range: U+AC00-D7A3;
}

/* ******************** //scoredream ******************** */


/* ******************** Montserrat ******************** */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Blackd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.html') format('woff2'),
        url('../fonts/Montserrat-Black-2.html') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBoldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.html') format('woff2'),
        url('../fonts/Montserrat-ExtraBold-2.html') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.html') format('woff2'),
        url('../fonts/Montserrat-Bold-2.html') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}



@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBoldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.html') format('woff2'),
        url('../fonts/Montserrat-SemiBold-2.html') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.html') format('woff2'),
        url('../fonts/Montserrat-Medium-2.html') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.html') format('woff2'),
        url('../fonts/Montserrat-Regular-2.html') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.html') format('woff2'),
        url('../fonts/Montserrat-Light-2.html') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.eot');
    src: url('../fonts/Montserrat-ExtraLightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraLight.html') format('woff2'),
        url('../fonts/Montserrat-ExtraLight-2.html') format('woff'),
        url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thind41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Thin.html') format('woff2'),
        url('../fonts/Montserrat-Thin-2.html') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}
/* ******************** //Montserrat ******************** */




/* *************************** 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);}
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;}

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:0;
	font-size: 14px;
	font-weight:400;
	line-height: 2;
	font-family:'S-Core Dream', 'Montserrat' !important;
	color: #000;
	/* word-break: break-all; */
	/* word-wrap: break-word; */
	background-color: transparent;
	/* 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+ */ 
}

/* 정렬 */
.align_l {text-align:left;}
.align_r {text-align:right;}
.align_c {text-align:center;}
.float_l {float:left;}
.float_r {float:right;}


/* 자식높이 부모에게 반영 */
[class *= "box"]:before,[class *= "box"]:after {content:""; display:block; clear:both;}
[class *= "wrap"]:before,[class *= "wrap"]:after {content:""; display:block; clear:both;}

/* 이미지팝업 - 인증서 등 이전,다음 버튼 있음 */
.imgOpen2 {z-Index:999999; position:fixed; overflow:hidden; left:0; top:0; width:100%; height:0; overflow:hidden; background-color:rgba(0,0,0,.8); text-align:center; font-weight:normal;}
.imgOpen2 .wrap {position:relative; display:table; width:100%; height:100%;}
.imgOpen2 .wrap div {position:relative; display:table-cell; overflow:hidden; width:100%; padding:0; text-align:center; vertical-align:middle;}
.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%;}
.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;}
@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 .popTitle {bottom:10px; font-size:12px; text-align:center;}
}
/* 라인 */
* [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;}
.lineH120 {height:120px; margin-bottom:120px;}


/* 여백 */
.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;}
