@charset "utf-8";

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; }
html { width:100%; /* height:100%; */ }
html,body {width:100%; /* height: 100%; */}
body{min-width:340px; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;}
body, li, td, div, span {-webkit-text-size-adjust:none;}
body,code { font-size:13px; font-family:"Roboto","Noto Sans KR",Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif; color:#555555; }
li { list-style:none; }
img,fieldset { border:none; vertical-align:top; outline:none;}
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
th,td { border:0;  }
input,select,textarea,button  { font-size:13px; font-family:"Roboto","Noto Sans KR",Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif; color:#555555; vertical-align:middle; outline:none;}
input[type='email'],
input[type='text'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type='file'],
input[type='password']{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box; border:1px solid #dcdcdc; background-color:#fff; padding:0 5px; outline:none;}
/*a[href^=tel]{ color:#fff; text-decoration:none;}*/

.bottomArea span,
.bottomArea a[href^=tel]{ color:#fff; text-decoration:none;}
select { height:24px; border:1px solid #d5d5d5; }
textarea { padding:5px 6px; border:1px solid #d5d5d5; line-height:18px; resize : vertical;}
button { overflow:visible; padding:0; margin:0; border:0; cursor:pointer; outline:none;}
input[type='radio'] {border:none;}
input[type='submit'],
input[type='button']{}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #cdcdcd; font-weight:normal; }
a { text-decoration:none; color:#555555; outline:none;}
a:hover { text-decoration:none; color:#2570eb;}
a:active { text-decoration:none; }

area {outline:none;}
::-webkit-scrollbar {width: 10px; height:5px;}
::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.fieldContainer {position:relative;}
.displaynone {display:none;}
label.error {
	display: inline-block;
    background: #fff;
	color:#000;
	font-size:12px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .7);
	padding:0 10px;
	margin-left:10px;
	border-radius:5px;
	behavior: url( "/common/css/PIE/PIE.htc" );
}

label.LayerError {
    position: absolute;
	display: inline-block;
    right: -40px;
    top: -10px;
    background: #fff;
	color:#000!important;
	font-size:12px !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .7);
    margin: 2px 10px;
	padding:10px !important;
	border-radius:5px !important;
	behavior: url( "/common/css/PIE/PIE.htc" );
}
label.LayerError:after {
  content: '';
  position: absolute;
  border-top: 10px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -9px;
  left: 10px;
}

label.LayerError2 {
    position: absolute;
	display: inline-block;
    left: 0;
    bottom: -30px;
    background: #fff;
	color:#000;
	font-size:12px;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, .7);
    margin: 2px 10px;
	padding:0 10px;
	border-radius:5px;
	behavior: url( "/common/css/PIE/PIE.htc" );
	z-index:1;
}
label.LayerError2:after {
  content: '';
  position: absolute;
  border-bottom: 10px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -9px;
  left: 10px;
}

label.LayerError3 {
    position: absolute;
	display: inline-block;
    left: 0;
    bottom: -30px;
    background: #fff;
	color:#000;
	font-size:12px;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, .7);
    margin: 2px 10px;
	padding:0 10px;
	height:30px;
	line-height:30px;
	border-radius:5px;
	behavior: url( "/common/css/PIE/PIE.htc" );
	z-index:1;
}
label.LayerError3:after {
  content: '';
  position: absolute;
  border-bottom: 10px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -9px;
  left: 10px;
}
label.LayerError4 {
    position: absolute;
	display: inline-block;
    left: 0;
    bottom: -30px;
    background: #fff;
	color:#fc4f00;
	font-size:12px;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, .7);
    margin: 2px 10px;
	padding:0 10px;
	height:30px;
	line-height:30px;
	border-radius:5px;
	behavior: url( "/common/css/PIE/PIE.htc" );
	z-index:1;
}
label.LayerError4:after {
  content: '';
  position: absolute;
  border-bottom: 10px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -9px;
  left: 10px;
}
label.LayerError5 {
    position: relative;
	display: inline-block;
    background: #fff;
	color:#000;
	font-size:12px;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, .7);
    margin: 2px 10px;
	padding:0 10px;
	height:24px;
	line-height:24px;
	border-radius:5px;
	z-index:1;
}
label.LayerError6 {
    position: relative;
	display: inline-block;
    background: #fff;
	color:#000;
	font-size:12px;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, .7);
    margin: 12px 10px 2px;
	padding:0 10px;
	height:24px;
	line-height:24px;
	border-radius:5px;
	z-index:1;
}
.height30 {height:30px; line-height:30px;}
.PTop5 {padding-top:5px;}
.PTop10 {padding-top:10px;}
.PTop20 {padding-top:20px;}
.PTop30 {padding-top:30px;}
.PTop40 {padding-top:40px;}
.PTop50 {padding-top:50px;}
.PTop80 {padding-top:80px;}

.PBop10 {padding-bottom:10px;}
.PBop20 {padding-bottom:20px;}
.PBop30 {padding-bottom:30px;}
.PBop40 {padding-bottom:40px;}
.PBop50 {padding-bottom:50px;}

.MTop2 {margin-top:2px;}
.MTop10 {margin-top:10px;}
.MTop20 {margin-top:20px;}
.MTop30 {margin-top:30px;}
.MTop40 {margin-top:40px;}
.MTop45 {margin-top:45px;}
.MTop50 {margin-top:50px;}
.MTop60 {margin-top:60px;}
.MTop100 {margin-top:100px;}

.MBottom4 {margin-bottom:4px;}
.MBottom10 {margin-bottom:10px;}
.MBottom20 {margin-bottom:20px;}
.MBottom30 {margin-bottom:30px;}
.MBottom40 {margin-bottom:40px;}
.MBottom45 {margin-bottom:45px;}
.MBottom50 {margin-bottom:50px;}
.MBottom60 {margin-bottom:60px;}

.text_label { color:#c2c2c2; font-size:14px;}
.f_orange {color:#fc4f00;}
.f_white {color:#fff !important;}
.f_black {color:#000;}
.f_blue {color:#7a9dde;}
.f_blue01 {color:blue;}
.f_green {color:#098C7A;}
.f_bora {color:#ba1dba;}
.f_font11 {font-size:11px;}
.f_font12 {font-size:12px;}
.f_font13 {font-size:13px;}
.f_font14 {font-size:14px;}
.f_font16 {font-size:16px;}
.readyBg {background-color:#f0fbdf !important;}
.readyBg2 {background-color:#f8e2e2 !important;}
.afterBg {background-color:#fdddde !important;}

.lineHeight26 {line-height:26px;}
.f_Right {float:right;}
.f_left {float:left;}
.clearBoth {clear:both;}
.Tcenter {text-align:center !important;}
.Tleft {text-align:left !important;}
.Tright {text-align:right !important;}
.CursorPointer {cursor:pointer;}
.CursorDefault {cursor:default !important;}
.displayBlock {display:block;}
.displayinlieBlock {display:inline-block;}
.noneLineheight {line-height:0 !important;}
.wAddContent {display:none;}
.wAddContentTable {display:none;}
.borderNone {border:none !important;}
.paddingNone {padding:0 !important;}
.fontBold { font-weight: bold;}

.fsize12 {font-size:12px !important;}
.fsize13 {font-size:13px !important;}
.fsize14 {font-size:14px !important;}
.fsize15 {font-size:15px !important;}
.fsize16 {font-size:16px !important;}
.fsize17 {font-size:17px !important;}
.fsize18 {font-size:18px !important;}
.fsize20 {font-size:20px !important;}
.fsize22 {font-size:22px !important;}
.fsize26 {font-size:26px !important;}
.fsize30 {font-size:30px !important;}
.fsize34 {font-size:34px !important;}
.fsize40 {font-size:40px !important;}
.fsize50 {font-size:50px !important;}

input.input100P { /*width:calc( 100% - 10px );*/ width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input.input30 { width:30px;}
input.input50 { width:50px;}
input.input100 { width:100px;}
input.input150 { width:150px;}
input.input170 { width:170px;}
input.input200 { width:200px;}
input.input250 { width:250px;}
input.input350 { width:350px;}
input.input400 { width:400px;}

@media screen and (max-width:800px){
	colgroup col {width:auto !important;}
	.widthDisplayNone {display:none;}
	.wAddContent {display:block;}
	.wAddContentTable {display:block; width:100%;}
	.PTop5 {padding-top:5px;}
	.PTop10 {padding-top:8px;}
	.PTop20 {padding-top:15px;}
	.PTop30 {padding-top:20px;}
	.PTop40 {padding-top:25px;}
	.PTop50 {padding-top:30px;}
	.PTop80 {padding-top:40px;}

	.PBop10 {padding-bottom:8px;}
	.PBop20 {padding-bottom:10px;}
	.PBop30 {padding-bottom:20px;}
	.PBop40 {padding-bottom:30px;}
	.PBop50 {padding-bottom:40px;}

	.MTop10 {margin-top:8px;}
	.MTop20 {margin-top:10px;}
	.MTop30 {margin-top:20px;}
	.MTop40 {margin-top:30px;}
	.MTop45 {margin-top:35px;}
	.MTop50 {margin-top:40px;}
	.MTop60 {margin-top:50px;}
	.MTop100 {margin-top:60px;}

	input[type='button'],
	input[type='text'],
	input[type='password'],
	input[type='submit']{ -webkit-appearance: none;   -webkit-border-radius: 0; }
}
@media screen and (max-width:560px){
	.MTop10 {margin-top:8px;}
	.MTop20 {margin-top:10px;}
	.MTop30 {margin-top:15px;}
	.MTop40 {margin-top:20px;}
	.MTop45 {margin-top:30px;}
	.MTop50 {margin-top:30px;}
	.MTop60 {margin-top:40px;}
	.MTop100 {margin-top:50px;}
}

/* 기본테이블 */
.table_basic {
	padding:0;
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
	border-top:2px solid #000;
	font-size:13px;
	line-height:18px;
	background-color:#fff;
}
.table_basic.border {border-top:1px solid #000;}
.table_basic.borderNone {border-top:none;}
.table_basic th {padding:15px 0 15px 8px; border:1px solid #ddd; border-width: 0 0 1px 0; text-align:left; vertical-align:middle; font-size:13px; color:#000; word-break:break-all;}
.table_basic th img {margin:0 5px 0 0; vertical-align:middle;}
.table_basic td {padding:15px 20px; border:1px solid #ddd; border-width: 0 0 1px 0; text-align:left; vertical-align:middle; font-size:13px;word-break:break-all;}
.table_basic td.nopadding {padding:12px 0;}
.table_basic .text_left{padding-left:8px; text-align:left;}
.table_basic .text_center {text-align:center;}
.table_basic th.rightBorder {border-right:1px solid #ddd; }
.table_basic th.rowLine {border-right:1px solid #ddd; background-color:#f2f2f2; text-align:center;}
.table_basic th.rowLine2 {border-right:1px solid #ddd; background-color:#f2f2f2; padding-left: 19px;}

.noneTable {padding:0; margin:0; border-spacing:0px;border-collapse:collapse;width:100%;border:none; position:relative; background-color:#fff;}
.noneTable tr td {float:left; padding:0; margin:0 0 0 10px; border:none; }
.noneTable tr td.marginNone {margin-left:0;}
.noneTable label.LayerError  {position: absolute; z-index:2; top:-20px; }
.qq-upload-button-selector label.LayerError  {position: absolute; z-index:2; top:-20px; }

.table_basic_view {
	padding:0;
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #ddd;
	font-size:14px;
	line-height:160%;
}
.table_basic_view th { padding:13px 8px; border:1px solid #ddd; border-width: 0 0 1px 0; background:#f5f6f7; vertical-align:middle; font-size:16px;}
.table_basic_view td { padding:13px 20px; border:1px solid #ddd; border-width: 0 0 1px 0; text-align:left; vertical-align:middle;}
.table_basic_view .text_left{padding-left:8px; text-align:left;}
.table_basic_view .text_center{ text-align:center;}
.table_basic_view .images_100MP img { max-width:100%;}

@media screen and (max-width:560px){
	.noneTable tr td,
	.noneTable tr td.marginNone {margin:5px;}	
}
.animation {
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.board_Wrap .table_board_view img {max-width:100%; height:auto !important;}
.pointTxt { font-size:13px; padding:5px 10px; border:1px solid #000; margin-left:15px;}

.-showDom {
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.-showDom:hover {
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.-moveDom {
	-khtml-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#Progress_Loading{display:none; position: fixed; top: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); z-index:111000;}
#Progress_Loading img{ position: absolute; left: 50%; top: 30%; margin-left:-60px; max-width:120px; }
#Progress_Loading span{position: absolute; left: 50%; top: 42%; margin-left:-100px; max-width:220px; font-size:14px;}

.board_Wrap .board_paging a{border-radius:5px;}
.board_Wrap .board_paging .btnPrev,.board_Wrap .board_paging .btnNext{border:none;}
.board_Wrap input[type='file'] {height:auto !important;}

.table-container{clear:both;}
@media screen and (max-width:840px){
	.table-container{
		width:100%;	
		overflow-x:auto;
		white-space: nowrap;
	}
	   
	.table-container table.table_basic_list,
	.table-container table.table_result{
		width:840px;	
	} 	
}

.fixed-table-container {
	width: 100%;
	height: 280px;
	position: relative;
	padding-top: 37px; 
}
.header-bg {
	background: #2570eb;
	height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.table-wrapper {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
.th-text {
	position: absolute;
	top: 0;
	width: inherit;
	line-height: 37px;
}

@media screen and (max-width:980px){
	.board_Wrap .table_board_view td.Content iframe,
	.board_Wrap .table_board_view td.board_content_img iframe{ width:100% !important; min-height:460px;}
}
@media screen and (max-width:760px){
	.board_Wrap .table_board_view td.Content iframe,
	.board_Wrap .table_board_view td.board_content_img iframe { min-height:300px;}
}
@media screen and (max-width:560px){
	.board_Wrap .table_board_view td.Content iframe,
	.board_Wrap .table_board_view td.board_content_img iframe { min-height:220px;}
}
