@charset "utf-8";
@import url(jquery.bxslider.css);


/* font */

.noto {font-family: 'Noto', 'Malgun Gothic', 'Dotum', sans-serif;}
.square {font-family: 'NanumSquare', 'Malgun Gothic', 'Dotum', sans-serif;}


/* noto sans kr */

@font-face {
  font-family: 'Noto';
  font-weight: 200;
  src: url(font/NotoSansKR-Thin.woff) format('woff'), url(font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: 300; 
  src: url(font/NotoSansKR-Light.woff) format('woff'), url(font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: normal; 
  src: url(font/NotoSansKR-Regular.woff) format('woff'), url(font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: 500; 
  src: url(font/NotoSansKR-Medium.woff) format('woff'), url(font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: bold; 
  src: url(font/NotoSansKR-Bold.woff) format('woff'), url(font/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: 900; 
  src: url(font/NotoSansKR-Black.woff) format('woff'), url(font/NotoSansKR-Black.otf) format('opentype');
}


/* nanum square */

@font-face {
  font-family: 'NanumSquare'; 
  font-weight: 300; 
  src: url(font/NanumSquareL.woff) format('woff'), url(font/NanumSquareL.otf) format('opentype');
}
@font-face {
  font-family: 'NanumSquare'; 
  font-weight: 400; 
  src: url(font/NanumSquareR.woff) format('woff'), url(font/NanumSquareR.otf) format('opentype');
}
@font-face {
  font-family: 'NanumSquare'; 
  font-weight: bold; 
  src: url(font/NanumSquareB.woff) format('woff'), url(font/NanumSquareB.otf) format('opentype');
}
@font-face {
  font-family: 'NanumSquare'; 
  font-weight: 900; 
  src: url(font/NanumSquareEB.woff) format('woff'), url(font/NanumSquareEB.otf) format('opentype');
}


/* Default */

* {margin: 0; padding: 0; box-sizing: border-box;}
/*
html, body, div, input, label, select, textarea, button, h1, h2, h3, h4, h5, h6, strong, p, a, ul, li, dl, dt, dd, a {line-height: 1.4em; font-family: 'NanumSquare', 'Malgun Gothic', 'Dotum', sans-serif; font-size: 18px; color: #000; font-weight: 400; letter-spacing: -0.5px;}
*/
html, body, div, h1, h2, h3, h4, h5, h6, strong{line-height: 1.4em; font-family: 'NanumSquare', 'Malgun Gothic', 'Dotum', sans-serif; font-size: 18px; color: #000; font-weight: 400; letter-spacing: -0.5px;}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, strong, address {display: block;}
ul, ol, li {list-style: none;}
a {display: inline-block; text-decoration: none; vertical-align: top;}
span {display: inline-block; vertical-align: top;}
img {max-width: 100%; border: 0; vertical-align: top;}
em, address {font-weight: normal; font-style: normal;}
hr {border: 0; margin: 30px 0; padding: 0; border-bottom: 1px solid #000;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none;}
table {width: 100%; border-spacing: 0; table-layout: fixed; word-break: break-all;}
textarea {resize: none; outline: 0; vertical-align: top;}
button {display: inline-block; font-family: inherit; text-decoration: none; background: transparent; border: none; outline: 0; white-space: nowrap; vertical-align: top; cursor: pointer;}


/* label, input, select, textarea */

.basic_i {display: inline-block; position: relative; padding: 0 10px; max-width: 100%; height: 35px; font-size: 16px; color: #000; background-color: #fff; border: 1px solid #000; background-repeat: no-repeat; text-align: left; vertical-align: top; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; box-sizing: border-box;}

.basic_i:focus {border-color: #000; z-index: 1;}

.basic_i::-webkit-input-placeholder {color: #999;}
.basic_i::-moz-placeholder {color: #999;}
.basic_i:-ms-input-placeholder {color: #999;}
.basic_i:-moz-placeholder {color: #999;}

.basic_i:disabled {background-color: #f8f8f8;}

select.basic_i {padding-right: 45px; background-image: url(../img/common/imgSelect.png); background-position: right 50%; background-repeat: no-repeat; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; cursor: pointer;}
select.basic_i::-ms-expand {display: none;}

textarea.basic_i {padding: 10px; height: 350px; resize: none;}


/* checkbox, radiobox */

.chkB {display: inline-block; position: relative; vertical-align: top;}
.chkB input {position: absolute; top: 0; left: 0; margin: 0; padding: 0 !important; border: 0 !important; opacity: 0; z-index: 2; cursor: pointer;}
.chkB input + label {display: inline-block; vertical-align: top; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; z-index: 1; cursor: pointer;}
.chkB.no-txt input + label {}
.chkB input + label:hover {color: #000;}


/* file */

.fileB {position: relative; padding-right: 110px;}
.fileB input[type="file"] {display: none;}
.fileB input[type="text"] {}
.fileB .fileB_btn {padding: 0; width: 100px; line-height: 35px; color: #fff; background-color: #000; border: 0; text-align: center; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; box-sizing: border-box;}
.fileB .fileB_btn:hover {color: #fff; background-color: #333;}


/* text input clear button */

.clearable {display: block; position: relative;}
.clearable input[type=text]{padding-right: 50px; width: 100%; box-sizing: border-box;}
.clearbtn {display: block !important; position: absolute; right: 10px; top: 50%; margin-top: -16px; width: 32px; height: 32px; line-height: 32px; text-indent: -9999px; text-align: left; user-select: none; cursor: pointer; z-index: 6;}
.clearbtn:before,
.clearbtn:after {content: ''; position: absolute; top: 16px; width: 16px; height: 2px; background-color: #333;}
.clearbtn:before {left: 8px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);}
.clearbtn:after {right: 8px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}
.clearable input::-ms-clear { /* Remove IE default X */display: none;}


/* class */ 

body {position: relative;}
body.fixed {position: fixed; width: 100%; left: 0; top: 0; bottom: 0; right: 0;}

.wrap {position: relative;}

.blind {display: block; margin: 0 !important; padding: 0 !important; width: 100%; height: 100%; line-height: 0 !important; text-indent: 101%; background-position: 0 0; white-space: nowrap; overflow: hidden;}

.text_center {text-align: center !important;}
.text_left {text-align: left !important;}
.text_right {text-align: right !important;}

.elp, .elp2, .elp3 {max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.elp2, .elp3 {display: -webkit-box !important; white-space: initial; word-wrap: break-word; -webkit-box-orient: vertical;}
.elp2 {-webkit-line-clamp: 2;}
.elp3 {-webkit-line-clamp: 3;}

.center_align {position: relative; margin: 0 auto; max-width: 100% !important; font-size: 0;}

.displayb_pc {display: block !important;}
.displayib_pc {display: inline-block !important;}
.displayb_mob,
.displayib_mob {display: none !important;}

	@media (max-width: 1280px){
		body.mfixed {position: fixed; width: 100%; left: 0; top: 0; bottom: 0; right: 0;}
		.center_align {padding: 0 30px !important; width: 100% !important;}
	}
	@media (max-width: 767px) {
		.center_align {padding: 0 15px !important;}

		.displayb_pc,
		.displayib_pc {display: none !important;}
		.displayb_mob {display: block !important;}
		.displayib_mob {display: inline-block !important;}
	}


/* field */

.field_tab {}
.field_cont {}
.field_cont > div {display: none;}
.field_cont > div.on {display: block;}


/* float */

.float:after {display: block; content: ""; clear: both;}
.float > div {float: left;}
.float > .float_left {float: left;}
.float > .float_right {float: right;}

ul.float > li {float: left;}
ul.float > li:first-child {margin-left: 0 !important; padding-left: 0 !important; background: none !important;}

dl.float > dt,
dl.float > dd {float: left;}


/* flex */

.flex {display: -ms-flexbox; display: flex; width: 100%; max-width: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box;}
.flex_item {-ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; box-sizing: border-box;}


/* flex ul*/

.flex_ul {position: relative; overflow-x: auto;}
.flex_ul ul {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.flex_ul ul li {position: relative; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
.flex_ul ul li a,
.flex_ul ul li span {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.flex_ul ul li a {display: block; position: relative; text-align: center; overflow: hidden;}


/* skip navigation */

.skip {position: fixed; top: 0; left: 0; width: 100%; height: 0; background: #000; z-index: 200; overflow: hidden; white-space: nowrap; text-align: center; line-height: 1;}
.skip.on {height: auto; overflow: auto;}
.skip a {display: block; padding: 10px 0; color: #fff; text-decoration: none;}


/* bxSlider */

.bx-wrapper {margin: 0 auto;}
.bx-wrapper .bx-viewport {left: 0; background: transparent; border: 0 solid #fff; box-shadow: 0 0 0 #000; -webkit-box-shadow: 0 0 0 #000; -moz-box-shadow: 0 0 0 #000;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute; bottom: initial; bottom: inherit; padding: 0; width: 100%; font-size: 0;}
.bx-wrapper .bx-pager .bx-pager-item {vertical-align: top;}
.bx-wrapper .bx-pager .bx-pager-item a {margin: 0 5px;}
.bx-wrapper .bx-controls-direction a {z-index: 5;}
.bx-wrapper img {display: inline-block;}


/* popup */

#popup {display: none; position: fixed; top: 0; left: 0; padding: 15px; width: 100%; height: 100%; background-color: rgba( 0, 0, 0, 0.8 ); filter: progid:DXImageTransform.Microsoft.gradient( startColorStr=#cc000000, endColorStr=#cc000000 ); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#cc000000, endColorStr=#cc000000 )"; z-index: 100;}
#popup.on {display: block;}
#popup .panel {position: relative; margin: 80px auto; width: 1000px; max-width: 90%; background-color: #fff;}

#popup .panel .head,
#popup .panel .body {position: relative;}
