@charset "utf-8";
/* CSS Document */

/*Font font-awesome*/
@import url('font-awesome.min.css');
/*Normalize css reset*/
@import url('normalize.css');
/*bootstrap styles*/
@import url('bootstrap.css');

html, body{
	height:100%;
}

body {
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
	line-height: 1.42857143;
	color: #333;
	font-size:14px;
	background:#393939;
	overflow: hidden;
}

/*modal 실행시 스크롤바 고정*/
/*body{
	padding-right:0 !important;
}*/

p, ul, ol, li, dl, dt, dd, form {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border:0px;
	margin:0px;
	padding:0px;
}

ul, ol{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;	
}

label, th img, td img {
	vertical-align:middle;
}

img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}

/* ie antialiasing */
img { -ms-interpolation-mode: bicubic; }


/*form */
input, textarea{
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	padding:10px 5px;
	border:1px solid #d0d0d0;
	background:#fff;
	width:100%;
	color:#454545;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	resize:none;
}

input[type=checkbox] {
	border:none;
	height:13px;
}
input[type=radio] {
	border:none;
	height:13px;
	margin-top:-1px;
}

select {
	vertical-align: middle;
	margin:0;
	padding-left:5px;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	color:#454545;
	font-size:14px;
}

span.button, img.button, a.button {
	cursor: pointer;
	vertical-align: middle;
}

input[type=text], textarea, input[type=email] {
	vertical-align: middle;
	border: none;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
    font-size: 14px;
    line-height: 100%;
    color: #454545;
    background-color: #fcfcfc;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	padding:3px 5px 6px 5px;
	/**padding:4px 5px 0 5px;*/
}
/*input[type=text]:focus, textarea:focus, input[type=email]:focus {
	background-color: #f3f3f3;
}*/
input[type=text]::-ms-clear {
	display: none;
}

/*링크테두리 삭제*/
a,img,input{
	/*outline:0 !important;*/
	/*selector-dummy: expression(this.hideFocus=true);*/
}
a {
	color: #454545;
	text-decoration: none;
	-moz-transition: 0.2s color linear;
	-webkit-transition: 0.2s color linear;
	transition: 0.2s color linear;
}
a:hover {
	color: #454545;
}
a, a:link, a:active, a:visited, a:hover
{
	text-decoration: none;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none !important;
}
ul, ol {
	padding: 0;
	margin: 0;
}
ul li, ol li {
	list-style-type: none;
}

h1, h2, h3 {
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	font-weight: 200;
}
h1 strong, h2 strong, h3 strong {
	font-weight: 600;
}
h1, h2, h3 {
	text-transform: uppercase;
}
h1 {
	margin: 50px 0;
	font-size: 50px;
}
h2 {
	margin: 40px 0 20px;
	font-size: 35px;
}
h3 {
	margin: 25px 0;
	font-size: 22px;
}
h4, p {
	margin: 15px 0;
}
h2 .fa {
	position: relative;
	top: -1px;
}

iframe
{
	overflow: hidden;
}

.form-control{
	outline: none;
	box-shadow: none;
}


/*여러줄 말줄임*/
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}

.ellipsis.multiline {
	white-space: normal;
}

.wrapper{
	min-width:320px;
	height:100%;
	overflow: hidden;
}

header{
	min-width:320px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:46px;
	padding:0 10px;
	background:#f9f9f9;
	z-index:999;
}

header .btn{
    padding: 12px;
    background: none;
    outline: none !important;
    line-height: 0;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .btn span{
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
}

header .btn span > img{
	width: 20px;
	height: auto;
	position: relative;
}

header .btn.active span > img{
	top: -20px;
}

header .left-cont{
	float: left;
}

header .left-cont li{
	float: left;
	position: relative;
}

header .left-cont li.thumb{
	margin-right: 20px;
}

header .left-cont li.thumb:after{
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: -10px;
    background: #ddd;
}

header .left-cont li.thumb > .btn.thumb-on span img,
header .left-cont li.hand > .btn.hand-on span img{
	top: -20px;
}

header .set.dropdown.open > .btn > span > img{
	top: -20px;
}

header .set.dropdown .dropdown-menu{
	min-width: 260px;
	top: calc(100% + 10px);
	border: none;
	padding: 0;
	line-height: 0;
}

header .set.dropdown .dropdown-menu:before{
	content: "";
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 20px;
}

header .set.dropdown .dropdown-menu > li{
	width: calc(100% - 40px);
	display: inline-block;
	margin: 0 20px;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	line-height: 1;
}

header .set.dropdown .dropdown-menu > li:last-child{
	border-bottom: none;
}

header .set.dropdown .dropdown-menu > li .txt,
header .set.dropdown .dropdown-menu > li ul{
	float:left;
}

header .set.dropdown .dropdown-menu > li .txt{
	width: 45%;
    position: relative;
    top: 12px;
    padding-left: 10px;
}

header .set.dropdown .dropdown-menu > li ul{
	width: 55%;
}

header .set.dropdown .dropdown-menu > li ul li{
	float: left;
	/*margin-right: 18px;*/
}

header .set.dropdown .dropdown-menu > li ul li:last-child{
	margin-right: 0;
}

header .set.dropdown .dropdown-menu > li ul li .btn{
	/*width: 25px;
	height: 26px;*/
	position: relative;
	display: inline-block;
	padding: 9px;
	overflow: hidden;
	line-height: 0;
}

header .set.dropdown .dropdown-menu > li ul li .btn span{
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
}

header .set.dropdown .dropdown-menu > li ul li.active img{
	position: relative;
	top: -20px;
}

header .set.dropdown .dropdown-menu > li ul li img{
	width: 20px;
	height: auto;
}

header .zoom-control{
	position:relative;
	top:10px;
	margin-left:15px;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */ 
header .zoom-control .form-control::-ms-expand {
	display: none;
}

header .zoom-control .form-control{
	width: 120px;
	height: 28px;
	border: 0;
	border-radius: 3px;
	padding: 3px 15px;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	box-shadow:none;
    background: #565656 url(../images/ico_select_arrow.png) no-repeat 90% 50%;
	background-size: 8%;
	font-size: 13px;
	color: #fff;
}

header .right-cont{
	float: right;
}

header .right-cont li{
	float: left;
	position: relative;
}

iframe{
	width:100%;
	height:calc(100% - 46px);
	margin-top:46px;
	border:none;
	overflow: hidden;
}

.page-control{
	position: fixed;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.page-control .page-group{
	width:168px;
	height:30px;
	padding:0;
	background:rgba(0,0,0,0.7);
	border-radius: 3px;
	text-align: center;
	color:#fff;	
}

.page-control .page-group span{
	display:inline-block;
}

.page-control .page-group span a{
	display:inline-block;
	padding:8px 5px;
	line-height:0;
}

.page-control .page-group .inner{
	display:inline-block;
	position:relative;
	top:3px;
}

.page-control .page-group .page-prev{
	position:absolute;
	left:7px;
}

.page-control .page-group .page-next{
	position:absolute;
	right:7px;
}

.page-control .page-group .btn{
    background: none;
    outline: none !important;
    padding: 8px 12px;
    line-height: 0;
}

.page-control .page-group input{
	width:42px;
	padding:1px 5px 3px 5px;
	text-align: center;
	background:none;
	color:#fff;
	outline:none;
}

.page-control .page-group input.page-current:focus{
	background:#777;
}

.page-control .page-group .btn img{
	width: 7px;
	height: auto;
}

@media(min-width: 992px){
	header .btn:hover span > img{
		top: -20px;
	}
	
	header .set.dropdown .dropdown-menu > li ul li .btn:hover img{
		position: relative;
		top: -20px;
	}
	
	.page-control .page-group .page-prev:hover,
	.page-control .page-group .page-next:hover{
		opacity:0.7;
	}
}

@media(max-width: 767px){
	header .zoom-control,
	header .print{
		display: none;
	}
	
	header .left-cont li.thumb:after{
		display: none;
	}
	
	header .left-cont li.thumb{
		margin-right: 0;
	}
	
	header .btn{
		padding: 12px 8px;
	}
}
