/* SCDream 
@font-face { font-family: 'SCDream'; src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); font-weight: 200; }
@font-face { font-family: 'SCDream'; src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: 300; }
@font-face { font-family: 'SCDream'; src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: 400; }
@font-face { font-family: 'SCDream'; src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: 500; }
@font-face { font-family: 'SCDream'; src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: 600; }
.fontMontserrat { font-family: 'Montserrat', sans-serif; }
.fontSCDream { font-family: 'SCDream', sans-serif; }

*/

/* default */ 

.size10 { font-size:10px; }
.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.size16 { font-size:16px; }
.size18 { font-size:18px; }
.size20 { font-size:20px; }
.size30 { font-size:30px; }
.size40 { font-size:40px; }

.weight100 { font-weight:100; }
.weight200 { font-weight:200; }
.weight300 { font-weight:300; }
.weight400 { font-weight:400; }
.weight500 { font-weight:500; }
.weight600 { font-weight:600; }
.weight700 { font-weight:700; }

.weightBold { font-weight:bold; }
.cursorPoint { cursor:pointer; }

.colorBlue { color:#3399ff; }
.colorWhite { color:#ffffff;}
.colorDgray { color:#333333; }
.colorGray { color:#666666; }
.colorLgray { color:#999999; }
.colorLLgray { color:#cccccc; }
.colorOrange { color:#f48042; }
.colorBlack { color:#000000; }
.colorGreen { color:#008000; }
.colorYellow { color:#ffff00; }
.colorRed {color:#ff0000; }

.lineHeight { line-height:2em }

.alignLeft { text-align:left; }
.alignCenter { text-align:center; }
.alignRight { text-align:right; }

.floatLeft { float:left; }
.floatRight { float:right; }
.clearboth { clear:both; }

.displayNone { display:none; }
.displayInline { display: inline-block; }
.positionRelative { position:relative; }
.width100 { width:100% }
.center	{ text-align:center; margin:0 auto }

.empty1 { clear:both; height:1px; overflow:hidden; }
.empty5 { clear:both; height:5px; overflow:hidden; }
.empty10 { clear:both; height:10px; overflow:hidden; }
.empty20 { clear:both; height:20px; overflow:hidden; }
.empty30 { clear:both; height:30px; overflow:hidden; }
.empty40 { clear:both; height:40px; overflow:hidden; }
.empty50 { clear:both; height:50px; overflow:hidden; }
.empty60 { clear:both; height:60px; overflow:hidden; }
.empty80 { clear:both; height:80px; overflow:hidden; }
.empty100 { clear:both; height:100px; overflow:hidden; }

.empty { width:1px; height:1px; overflow:hidden; opacity:0; border:0; }

.rotate180 { animation-name: rotate180; animation-duration: 300ms; animation-delay: 0; animation-iteration-count: 1; animation-timing-function: ease-out; animation-direction:normal; animation-fill-mode:forwards; }
@-webkit-keyframes rotate180 {  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg);} }
@keyframes rotate180 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } }

.rotate225 { animation-name: rotate225; animation-duration: 300ms; animation-delay: 0; animation-iteration-count: 1; animation-timing-function: ease-out; animation-direction:normal; animation-fill-mode:forwards; }
@-webkit-keyframes rotate225 {  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(225deg); transform: rotate(225deg);} }
@keyframes rotate225 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(225deg); transform: rotate(225deg); } }

.rotate315 { animation-name: rotate315; animation-duration: 300ms; animation-delay: 0; animation-iteration-count: 1; animation-timing-function: ease-out; animation-direction:normal; animation-fill-mode:forwards; }
@-webkit-keyframes rotate315 {  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(315deg); transform: rotate(315deg);} }
@keyframes rotate315 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(315deg); transform: rotate(315deg); } }

.rotate180r { animation-name: rotate180r; animation-duration: 300ms; animation-delay: 0; animation-iteration-count: 1; animation-timing-function: ease-out; animation-direction:normal; animation-fill-mode:forwards; }
@-webkit-keyframes rotate180r {  0% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg);} }
@keyframes rotate180r { 0% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

.rotate225r { animation-name: rotate225r; animation-duration: 300ms; animation-delay: 0; animation-iteration-count: 1; animation-timing-function: ease-out; animation-direction:normal; animation-fill-mode:forwards; }
@-webkit-keyframes rotate225r {  0% { -webkit-transform: rotate(225deg); transform: rotate(225deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg);} }
@keyframes rotate225r { 0% { -webkit-transform: rotate(225deg); transform: rotate(225deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

.rotate315r { animation-name: rotate315r; animation-duration: 300ms; animation-delay: 0; animation-iteration-count: 1; animation-timing-function: ease-out; animation-direction:normal; animation-fill-mode:forwards; }
@-webkit-keyframes rotate315r {  0% { -webkit-transform: rotate(315deg); transform: rotate(315deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg);} }
@keyframes rotate315r { 0% { -webkit-transform: rotate(315deg); transform: rotate(315deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

.rotate90 { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.rotate45 { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.underLine {}
.underLine:hover { text-decoration: none; position: relative; cursor:pointer; }
.underLine:hover:after { content: ''; animation-name: lineMove; animation-duration: 300ms; width: 100%; position: absolute; left: 0; bottom: -3px; border-width: 0 0 2px; border-style: solid; border-color: #555; }
.underLineSelected { text-decoration: none; position: relative; cursor:pointer; }
.underLineSelected:after { content: ''; animation-name: lineMove; animation-duration: 300ms; width: 100%; position: absolute; left: 0; bottom: -3px; border-width: 0 0 2px; border-style: solid; border-color: #555; }
.underLineThin {}
.underLineThin:hover { text-decoration: none; position: relative; cursor:pointer; }
.underLineThin:hover:after { content: ''; animation-name: lineMove; animation-duration: 300ms; width: 100%; position: absolute; left: 0; bottom: -2px; border-width: 0 0 1px; border-style: solid; border-color: #555; }
.underLineThinSelected { text-decoration: none; position: relative; cursor:pointer; }
.underLineThinSelected:after { content: ''; animation-name: lineMove; animation-duration: 300ms; width: 100%; position: absolute; left: 0; bottom: -2px; border-width: 0 0 1px; border-style: solid; border-color: #555; }
@keyframes lineMove { 0% { width:0% } 100% { width: 100%; } }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /*IE를 제외한 브라우저*/ 
.clearfix { display: inline-block; } /*Inline-block 지원하는 모든 브라우저*/ 

/* checbox, radio  */
label input[type=checkbox], label input[type=radio] { position:absolute; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
label span{display: inline-block; vertical-align: middle; margin: 0; padding: 0; margin-right:10px; width: 22px; height: 22px; background: url(../img/orange.png?t=3) no-repeat; border: none; cursor: pointer; background-position: 0 0; }
label span.chover { background-position: -24px 0; }
label input[type=checkbox]:focus + span { background-position: -24px 0; }
label input[type=checkbox]:checked + span { background-position: -48px 0; }
label input[type=checkbox]:disabled + span { background-position: -72px 0; cursor:not-allowed; }
label input[type=checkbox]:checked:disabled + span { background-position: -96px 0; cursor:not-allowed; }
label span.radio { background-position: -120px 0; }
label span.rhover { background-position: -144px 0; }
label input[type=radio]:focus + span { background-position: -120px 0; }
label input[type=radio]:checked + span { background-position: -168px 0; }
label input[type=radio]:disabled + span { background-position: -192px 0; cursor:not-allowed; }
label input[type=radio]:checked:disabled + span { background-position: -216px 0; cursor:not-allowed;}

/* heapBox[select] */
.heapBox { font-family: 'SCDream', sans-serif; font-size:13px; clear:both; display:inline-block; line-height:28px; position:relative; z-index:10; float:left; padding:1px 13px 3px 16px; min-height:26px; }
.heapBox * { margin:0; padding:0; outline:none;}
.heapBox.disabled .holder { color:#999; height: 22px; }
.heapBox a{ text-decoration:none; color:#666; }
.heapBox .holder { overflow:hidden; height:22px; }
.heapBox .handler { width:25px; height:22px; text-align:right; position:}
.heapBox .holder { float:left; position:relative;}
.heapBox .handler { float:right; position:relative; }
.heapBox div.heap { position:absolute; list-style-type:none; overflow:hidden; }
.heapBox .heap .heapOptions { display:block; overflow:hidden; z-index:0; position:relative; overflow:auto}
.heapBox .heap a.sliderUp { display:block; width:100%; height:15px; position:absolute; top:0px; z-index:30; }
.heapBox .heap a.sliderDown { display:block; width:100%; height:15px; position:absolute; bottom:0px; z-index:30; }
.heapBox .heap .heapOptions .heapOption { z-index:20; position:relative; display:block; height:29px; padding:2px 3px; background-color:#fff }
.heapBox .heap .heapOptions .heapOption a{ width:100%; display:block; background:#fff; text-indent:12px; }   
.heapBox .heap .heapOptions .heapOption a:hover{ color:#333; background-color:#efefef; }
.heapBox .heap .heapOptions .heapOption a.selected{ color:#666;}
.heapBox .heap .heapOptions .heapOption a.disabled{ color:#999; }
.heapBox .heapSearch { position:absolute; left:-1px; display:none; }
.heapBox .heapSearch .heapSearchIcon { position:absolute; right:4%; top:3px; cursor:pointer;}
.heapBox .heapSearch .heapResetIcon { position:absolute; right:8%; top:3px; cursor:pointer; display:none;}

/*! jQuery UI - v1.12.1 */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;	width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after {	content: ""; display: table; border-collapse: collapse; }
.ui-helper-clearfix:after {	clear: both; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); /* support: IE8 */ }
.ui-front { z-index: 100; }
.ui-state-disabled { cursor: default !important; pointer-events: none; }
.ui-icon { display: inline-block; vertical-align: middle; margin-top: -.25em; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget { font-family: 'SCDream', sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'SCDream', sans-serif; font-size: 1em; }
.ui-widget.ui-widget-content { border: 1px solid #666; border-top:0; font-family: 'SCDream', sans-serif; font-size:0.95em; font-weight:300; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #dddddd; background: #e9e9e9; color: #333333; font-weight: bold; }
.ui-widget-header a { color: #333333; }
.ui-widget-icon-block {	left: 50%; margin-left: -8px; display: block; }
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-menu { list-style: none; margin: 0; display: block; outline: 0; border:1px solid #ccc; background-color:#fff; padding:8px;  color:#666; height:200px; overflow:auto; }
.ui-menu .ui-menu { position: absolute; }
.ui-menu .ui-menu-item {margin: 0; cursor: pointer;	font-family: 'SCDream', sans-serif; font-size:14px}
.ui-menu .ui-menu-item-wrapper { position: relative; padding: 3px 1em 3px .4em; }
.ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-state-focus, .ui-menu .ui-state-active { color:#333; background-color:#efefef; }
.ui-autocomplete-loading { background: white url("../img/bigWaiting.gif") 99% center no-repeat; background-size:20px 20px;}
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: .5em .5em .5em .7em; font-size: 100%; } 
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; }
.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; }
.ui-button { padding: .4em 1em .4em 1em; display: inline-block; position: relative; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; -webkit-user-select: none; -moz-user-select: none;	-ms-user-select: none; user-select: none; /* Support: IE <= 11 */ overflow: visible; }
.ui-checkboxradio-label .ui-icon-background { -webkit-box-shadow: inset 1px 1px 1px #ccc; box-shadow: inset 1px 1px 1px #ccc; border-radius: .12em; border: none; }
.ui-checkboxradio-radio-label .ui-icon-background { width: 16px; height: 16px; border-radius: 1em; overflow: visible; border: none; }
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { background-image: none; width: 8px; height: 8px; border-width: 4px; border-style: solid; }
.ui-checkboxradio-disabled { pointer-events: none; }
.ui-state-highlight,.ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {	border: 1px solid #dad55e; background: #fffa90;	color: #777620; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, 
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 1px solid #c5c5c5; background: #f6f6f6; font-weight: normal; color: #454545; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button { color: #454545; text-decoration: none; }
.ui-state-hover,.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { border: 1px solid #cccccc; background: #ededed; font-weight: normal; color: #2b2b2b; }
.ui-state-hover a, ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus { color: #2b2b2b; text-decoration: none; }
.ui-visual-focus {-webkit-box-shadow: 0 0 1px 1px #a30d05; box-shadow: 0 0 1px 1px #a30d05; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { background: #666; font-weight: normal; color: #ffffff; }
.ui-icon-background, .ui-state-active .ui-icon-background {	border: #d56f38; background-color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-tooltip, .ui-tooltip2 { filter:alpha(opacity=10);-moz-opacity:0.1; opacity:0.1; position: absolute; z-index: 9999; border:1px solid #333; background-color:#161616; padding:6px 10px; color:#fff; font-size:1.2em; font-family: 'SCDream', sans-serif; }
.ui-tooltip3 { filter:alpha(opacity=10);-moz-opacity:0.1; opacity:0.1; position: absolute; z-index: 9999; border:0; background-color:#161616; padding:6px 10px; color:#fff; font-size:1.2em; font-family: 'SCDream', sans-serif; }
.ui-tooltip:before { left: 5px; top:-10px; width: 25px; height: 25px; position: absolute; content: ''; background-color: inherit; -moz-transform: rotate(45deg) skew(8.435deg, 8.435deg) scale(.53); -webkit-transform: rotate(45deg) skew(8.435deg, 8.435deg) scale(.53); -ms-transform: rotate(45deg) skew(18.435deg, 18.435deg) scale(.53); transform: rotate(45deg) skew(8.435deg, 8.435deg) scale(.53); }
.ui-tooltip2:before { right: 5px; top:-10px; width: 25px; height: 25px; position: absolute; content: ''; background-color: inherit; -moz-transform: rotate(45deg) skew(8.435deg, 8.435deg) scale(.53); -webkit-transform: rotate(45deg) skew(8.435deg, 8.435deg) scale(.53); -ms-transform: rotate(45deg) skew(18.435deg, 18.435deg) scale(.53); transform: rotate(45deg) skew(8.435deg, 8.435deg) scale(.53); }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;	width: 1px; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 4px; }
.ui-widget-shadow {	-webkit-box-shadow: 1px 1px 8px #aaaaaa; box-shadow: 1px 1px 8px #aaaaaa; }


/* ---- timeliny ---- */ 
.timeliny { position: relative; display: block; margin: 0 auto 0; padding: 10rem 0; width: 100%; font: normal normal 400 1rem/1 Arial, sans-serif; text-rendering: optimizeLegibility; color: #ccc; opacity: 0; overflow: hidden; cursor: move; }
.timeliny.loaded { opacity: 1; }
.timeliny::before { content: ''; position: absolute; background-color: #e5e5e5; width: 100%; height: 1px; top: 50%; left: 0; }
.timeliny .timeliny-wrapper { display: block; margin: auto; width: 100%; max-width: 1400px; }
.timeliny .timeliny-dot { -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; display: block; position: absolute; top: 50%; left: 0; margin-top: -0.6rem; width: 1.2rem; height: 1.2rem; border-radius: 50%; border: 1px solid #ccc; background-color: #fff; }
.timeliny .timeliny-dot::before { -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; display: block; position: absolute; top: -5rem; left: 1.25rem; color: #000; }
.timeliny .timeliny-dot::after { -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); content: attr(data-text); display: block; position: absolute; width: 256px; top: 5.6rem; left: 1.25rem; color: #ccc; opacity: 0; font-size: 0.9em; }
@media (min-width: 768px) { .timeliny .timeliny-dot::after { width: 341.33333px; } }
.timeliny .timeliny-timeline { position: absolute; top: 50%; left: 0; display: table; width: 100%; z-index: 5; }
.timeliny .timeliny-timeline .timeliny-timeblock { display: table-cell; position: relative; }
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot { border-color: #37404A; background-color: #37404A; -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33); -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33); box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33);  transform: scale(1.3); }
.timeliny .timeliny-timeline .timeliny-timeblock.btn .timeliny-dot { border-color: #008000; transform: scale(0.8); }
.timeliny .timeliny-timeline .timeliny-timeblock .timeliny-page { position:absolute; min-width:50px; text-align:center; top:-40px; left:-14px; font-family: 'Montserrat', sans-serif; color:#999; font-size:1em; }
.timeliny .timeliny-timeline .timeliny-timeblock.btn .timeliny-dot:hover { border-color: #008000; background-color: #008000; transform: scale(1.1); }
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-page { color:#333; transform: scale(1.3);	}
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before { color: #37404A; }
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after { color: #000; opacity: 1; }
.timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot { cursor: move; }
.timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot::before { color: #ccc; }
.timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active):not(.btn) .timeliny-dot:hover { border-color: #ccc; background-color: #ccc; transform: scale(1.3); }
.timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active):not(.btn) .timeliny-dot:hover::before { color: #000; }
.timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after { color: #000; opacity: 1; }
.timeliny .timeliny-vertical-line { position: absolute; display: block; z-index: 1; top: 0; left: 49%; width: 1px; height: 100%; background-color: #e3e3e3; }
@media (min-width: 1400px) { .timeliny .timeliny-vertical-line { left: 49%; } }
.timeliny .timeliny-navigation { position: absolute; display: block; z-index: 99; left: 0; bottom: 0px; cursor:pointer; color:#666; filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2; }
.timeliny .timeliny-navigation .naviFirst, .timeliny .timeliny-navigation .naviPrev { float:left; border:1px solid #666; border-right:0; height:20px; width:24px; padding-top:4px; }
.timeliny .timeliny-navigation .naviFirst:hover, .timeliny .timeliny-navigation .naviPrev:hover { color:#fff; background-color:#333; border:1px solid #333; border-right:0;	}
.timeliny .timeliny-navigation .naviLast, .timeliny .timeliny-navigation .naviNext { float:left; border:1px solid #666; border-left:0;height:20px; width:24px; padding-top:4px; }
.timeliny .timeliny-navigation .naviLast:hover, .timeliny .timeliny-navigation .naviNext:hover { color:#fff; background-color:#333; border:1px solid #333; border-left:0; }
.timeliny .timeliny-help { position: absolute; display: block; z-index: 99; right: 10px; bottom: 0px; color:#666; filter:alpha(opacity=10); -moz-opacity:0.1; opacity:0.1; }
.timeliny .timeliny-help-box { border:1px solid #666; border-radius:3px; width:24px; height:20px; padding-top:4px; background:#efefef; float:left; }
.timeliny .timeliny-help div:first-child { margin-right:10px; }
.timeliny-loading { font-family: 'Montserrat', sans-serif; width:80px; height:50px; padding:15px; border:1px solid #dadada; background-color:#fff; position:absolute; top: 0; left:48%; z-index:9; }
.timeliny-loading .img { vertical-align:middle; height:25px; }

/* tooltip */ 
.masterTooltip, .masterTooltipR { cursor:pointer; }
.requireIcon { position:absolute; right:6%; top:18px; }
.searchIcon { position:absolute; right:10px; top:18px; cursor:pointer;}
.resetIcon { position:absolute; right:14%; top:7px; cursor:pointer; display:none; }
.searchIconList { position:absolute; right:10px; top:7px; cursor:pointer;}
.dateIcon { position:absolute; left:120px; top:4px; cursor:pointer; }
.dateIcon2 { position:absolute; top:6px; right:10px; cursor:pointer;}
.inputMessageBox { z-index:9991; display:block; position:absolute; top:-18px; left:10px; }
.inputMessageBox .inputMessage {  background-color:#333; border-radius:5px; padding:6px 15px; color:#fff; font-size:11px; font-family: 'SCDream', sans-serif; }
.inputMessageBox .inputMessage_arrow { position:relative;  top:-1px; left:20px; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #333; }

/* Paging */
.paging  { clear:both; padding:50px 0; text-align:center; margin-top:20px; }
.paging .pageList span { display:inline-block; color:#666; height:30px; min-width:10px; padding:0 10px; line-height:2.3em; margin:0px 2px; font-size:0.8em; border:1px solid #aaa; font-family: 'Montserrat', sans-serif;}
.paging .pageList a { padding:0; margin:0; line-height:0; display:inline-block; color:#666; height:30px; min-width:10px; padding:0 10px; line-height:2.3em;  margin:0px 2px; font-size:0.8em; border:1px solid #aaa; }
.paging .pageList a:link, .paging a:visited, .paging a:hover, .paging a:active {  font-family: 'Montserrat', sans-serif; font-weight:500 }
.paging .pageList a:hover.number { border-color:#333; background:#333; color:#fff; }
.paging .pageList span.selected { border-color:#333; background:#333; color:#fff; }
.paging .pageList span.jumjum { border-color:#efefef; color:#efefef; }
.paging .pageList .prevPage, .paging .pageList .nextPage { padding:0; width:30px; }
.paging .pageList span.prevPage, .paging .pageList span.nextPage { border-color:#dadada; color:#dadada; }
.paging .pageList a:hover.prevPage, .paging .pageList a:hover.nextPage { border-color:#333; color:#333; }

.paging2  { clear:both; padding:50px 0; text-align:center; margin-top:20px; }
.paging2 .pageList span { display:inline-block; color:#666; height:30px; min-width:10px; padding:0 10px; line-height:2.3em; margin:0px 2px; font-size:0.8em; border:1px solid #aaa; font-family: 'Montserrat', sans-serif;}
.paging2 .pageList a { padding:0; margin:0; line-height:0; display:inline-block; color:#666; height:30px; min-width:10px; padding:0 10px; line-height:2.3em;  margin:0px 2px; font-size:0.8em; border:1px solid #aaa; }
.paging2 .pageList a:link, .paging a:visited, .paging a:hover, .paging a:active {  font-family: 'Montserrat', sans-serif; font-weight:500 }
.paging2 .pageList a:hover.number { border-color:#111; background:#333; color:#fff; }
.paging2 .pageList span.selected { border-color:#111; background:#333; color:#fff; }
.paging2 .pageList span.jumjum { border-color:#efefef; color:#efefef; }
.paging2 .pageList .prevPage, .paging .pageList .nextPage { padding:0; width:30px; }
.paging2 .pageList span.prevPage, .paging .pageList span.nextPage { border-color:#dadada; color:#dadada; }
.paging2 .pageList a:hover.prevPage, .paging .pageList a:hover.nextPage { border-color:#111; color:#111; }

/* popup */
.itsmallPopup * , .itsmallPopup:after, .itsmallPopup:before { box-sizing: border-box; }
.itsmallPopup {  box-sizing: border-box; display: none; position: fixed; width: 100%; height: auto; border:1px solid #ccc; padding: 0px; background:#fff; -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.06);  z-index: 9999; word-break: break-word; }
.itsmallPopup .popup-close { position: absolute; top:-16px; margin-bottom: auto; margin-left: auto; right: -16px; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; background: #fff; -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.09); box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.09); z-index:9 }
.itsmallPopup .popup-close:before, .itsmallPopup .popup-close:after { position: absolute; left: 16px; top: 10px; content: ' '; height: 15px; width: 2px; background-color: #543189; }
.itsmallPopup .popup-close:before { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.itsmallPopup .popup-close:after { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.itsmallPopup .popup-content { font-family: 'SCDream', sans-serif; font-weight:300; text-align:left; margin:0 }
.itsmallPopup .popup-bottom { font-family: 'SCDream', sans-serif; font-weight:300; font-size:13px; text-align:right; margin:0; background:#fff; border:1px solid #ccc; border-top:0; padding:6px 5px; }
.itsmallPopup .editer { padding:20px; }
.position1 { top:20px; left: 20px }
.position2 { top:20px; left: 40%; }
.position3 { top:20px; right: 20px; }
.position4 { top:40%; left: 20px }
.position5 { top:30%; left:30% }
.position6 { top:20px; right: 20px; }
.position7 { bottom:40px; left: 20px }
.position8 { bottom:40px; left:40% }
.position9 { bottom:40px; right: 20px; }
.popup-slide-right { -webkit-animation: slideright 0.8s forwards; -moz-animation: slideright 0.8s forwards; animation: slideright 0.8s forwards; }
.popup-slide-right-rev {  -webkit-animation: sliderightrev 0.8s forwards; -moz-animation: sliderightrev 0.8s forwards; animation: sliderightrev 0.8s forwards; }
.popup-slide-left {  -webkit-animation: slideleft 0.8s forwards; -moz-animation: slideleft 0.8s forwards; animation: slideleft 0.8s forwards; }
.popup-slide-left-rev { -webkit-animation: slideleftrev 0.8s forwards; -moz-animation: slideleftrev 0.8s forwards; animation: slideleftrev 0.8s forwards; }
.popup-slide-top { -webkit-animation: slidetop 0.5s forwards; -moz-animation: slidetop 0.5s forwards; animation: slidetop 0.5s forwards; }
.popup-slide-top-rev { -webkit-animation: slidetoprev 0.5s forwards; -moz-animation: slidetoprev 0.5s forwards; animation: slidetoprev 0.5s forwards; }
.popup-slide-bottom { -webkit-animation: slidebottom 0.5s forwards; -moz-animation: slidebottom 0.5s forwards; animation: slidebottom 0.5s forwards; }
.popup-slide-bottom-rev { -webkit-animation: slidebottomrev 0.5s forwards; -moz-animation: slidebottomrev 0.5s forwards; animation: slidebottomrev 0.5s forwards; }
@-webkit-keyframes slideleft { 0% { transform: translateX(500px); } 100% { transform: translateX(0); } }
@-moz-keyframes slideleft { 0% { transform: translateX(500px); } 100% { transform: translateX(0); } }
@keyframes slideleft { 0% { transform: translateX(500px); } 100% { transform: translateX(0); } }
@-webkit-keyframes slideright { 0% { transform: translateX(-500px); } 100% { transform: translateX(0); } }
@-moz-keyframes slideright { 0% { transform: translateX(-500px); } 100% { transform: translateX(0); } }
@keyframes slideright { 0% { transform: translateX(-500px); } 100% { transform: translateX(0); } }
@-webkit-keyframes sliderightrev { 0% { transform: translateX(0); } 100% { transform: translateX(-700px); } }
@-moz-keyframes sliderightrev { 0% { transform: translateX(0); } 100% { transform: translateX(-700px); } }
@keyframes sliderightrev { 0% { transform: translateX(0); } 100% { transform: translateX(-700px); } }
@-webkit-keyframes slideleftrev { 0% { transform: translateX(0); } 100% { transform: translateX(700px); } }
@-moz-keyframes slideleftrev { 0% { transform: translateX(0); } 100% { transform: translateX(700px); } }
@keyframes slideleftrev { 0% { transform: translateX(0); } 100% { transform: translateX(700px); } }
@-webkit-keyframes slidetop { 0% { transform: translateY(200px); } 100% { transform: translateY(0); }}
@-moz-keyframes slidetop { 0% { transform: translateY(200px); } 100% { transform: translateY(0); } }
@keyframes slidetop { 0% { transform: translateY(200px); } 100% { transform: translateY(0); } }
@-webkit-keyframes slidetoprev { 0% { transform: translateY(0); } 100% { transform: translateY(300px); } }
@-moz-keyframes slidetoprev {  0% { transform: translateY(0); } 100% { transform: translateY(300px); } } 
@keyframes slidetoprev { 0% { transform: translateY(0); } 100% { transform: translateY(300px); } }
@-webkit-keyframes slidebottom { 0% { transform: translateY(-200px); } 100% { transform: translateY(0px); } }
@-moz-keyframes slidebottom { 0% { transform: translateY(-200px); } 100% { transform: translateY(0px); } }
@keyframes slidebottom { 0% { transform: translateY(-200px); } 100% { transform: translateY(0px); } }
@-webkit-keyframes slidebottomrev { 0% { transform: translateY(0); } 100% { transform: translateY(-300px); } }
@-moz-keyframes slidebottomrev { 0% { transform: translateY(0); } 100% { transform: translateY(-300px); } }
@keyframes slidebottomrev { 0% { transform: translateY(0); } 100% { transform: translateY(-300px); } }

/* slider */
.slider_container { position: relative; width: 100px; height: 100px; }
.slider_container .slides { position: absolute; left: 0px; top: 0px; width: 100%; height:100%; overflow: hidden; cursor:pointer;}
.slider_container .thumbnavigator { position: absolute; bottom: 0px; left: 0px; height:40px; width:100%; background-color: rgba(0,0,0,.4); }
.slider_container .prototype { position: absolute; width: 100%; height: 40px; top: 0; left: 0; }
.slider_container .thumbnailtemplate { position: absolute; font-family: 'SCDream', sans-serif; font-weight:300; width: 100%; height: 100%; top: 0; left: 0; color:#fff; line-height: 40px; font-size:14px; padding-left:10px; }
.slider_container .navigator { position: absolute; bottom: 16px; right: 10px; }
.slider_container .navigator div, .slider_container .navigator div:hover, .slider_container .navigator .av { filter: alpha(opacity=70); opacity: .7; overflow:hidden; cursor: pointer; border: #000 1px solid; }
.slider_container .navigator div { background-color: gray; }
.slider_container .navigator div:hover, ..slider_container .navigator .av:hover { background-color: #d3d3d3; }
.slider_container .navigator .av { background-color: #fff; }
.slider_container .navigator .dn, .slider_container .navigator .dn:hover { background-color: #555555; }
.slider_container .arrow {display:block; position:absolute; cursor:pointer; color:#fff}
.slider_container .arrow:hover {opacity:.8; color:#fff}
.slider_container .arrowleft { width:55px;height:55px;top:0px;left:5px; }
.slider_container .arrowright { width:55px;height:55px;top:0px;right:5px; text-align:right}


/* board */
.content_list { clear:both; padding:0; }

.content_list ul,.content_list ol{list-style:none; list-style-image:none; margin:0;padding:0;border:0;word-wrap:break-word}

.content_list .contentMenu {  height:50px; margin:0px 0px 40px 0px; width:100%; position:relative; }
.content_list .contentMenu > ul { width:100%; padding:0}
.content_list .contentMenu > ul > li { float:left; color:#666; height:50px; text-align:center; border:1px solid #dadada; border-right:0;  font-weight:400; font-size:15px; line-height:3.4em;}
.content_list .contentMenu > ul > li:last-child { border-right:1px solid #dadada; }
.content_list .contentMenu > ul > li.selected {color:#fff;  background-color:#666; border:0; border:1px solid #666; border-left:0;}
.content_list .contentMenu > ul > li.selected:hover { color:#fff; }
.content_list .contentMenu > ul > li:hover { cursor:pointer; color:#666; border-top:1px solid #666; border-bottom:1px solid #666; }
.content_list .contentBar { clear:both; position:absolute; width:1px; height:52px; display:none; background-color:#666; overflow:hidden;}

.listTopTitle { float:left;  font-size:22px; }
.listTopSelect { float:right;  text-align:left; font-size:0.85em; position:relative;  }
.listTopSelect .sortList { float:left;font-size:14px; padding:6px 10px 0 10px; cursor:pointer }
.listTopSelect .sortList span { height:20px; padding:5px 20px; border:1px solid #ccc; border-radius:2px;  }	
.listTopSelect .sortList span:hover, .listTopSelect .sortList span.selected { color:#fff; border:1px solid #226fbc; background:#226fbc }
.listTopSelect .search { border:1px solid #ccc; height:30px; width:180px; padding:0 30px 0 10px;  font-size:0.95em; color:#333;}
.listTopSelect .btnSearch { position:absolute; right:10px; top:6px; color:#ccc  }
.listTopSelect .keywordList { position:absolute; right:0px; top:-42px; border:1px solid #ccc; border-radius:4px; padding:6px 10px 6px 0; background-color:#f3f3f3; display:none}
.listTopSelect .keywordList div { float:left; padding:0 0px 0 20px;}
.listTopSelect .arrow { position:absolute; right:10px; top:-15px;; width:8px; height:8px; border-right:1px solid #ccc;border-bottom:1px solid #ccc; background:#f3f3f3;  display:none}
	
.content_list .listTopTitle { float:left;  font-size:20px; }
.content_list table.listIn { width:100%; margin:0; padding:0; table-layout:fixed; border-spacing:0; border-collapse:separate; border:0; -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0 ; }
.content_list table.listIn tr { background-color:#fff; }
.content_list table.listIn tr.listTitle { cursor:pointer; }
.content_list table.listIn tr:hover { background-color:#fdfdfd; }
.content_list table.listIn tr td { background-color:transparent; height:40px; padding:6px 10px; position:relative; font-weight:300; font-size:15px; text-align:center; border:1px solid #ccc; border-left:0; border-right:0; border-top:0; }
.content_list table.listIn tr td.num { font-family: 'Readex Pro', sans-serif; }
.content_list table.listIn tr td span.num { font-family: 'Readex Pro', sans-serif; }
.content_list table.listIn tr td p.arrow { display:inline-block; float:right; }
.content_list table.listIn tr td.tleft { text-align:left; }
.content_list table.listIn tr td.content { text-align:left; padding:20px 40px; display:none; background:#fafafa; line-height:1.8em }
.content_list table.listIn tr td.emptyList { height:100px; padding:40px 10px;  }
.content_list table.listIn thead td { height:40px; padding:6px 10px; font-size:16px;   font-weight:300; text-align:center;  border:1px solid #999; border-left:0; border-right:0; background-color:#aaa; color:#fff; } 
.content_list table.listIn thead th { height:40px; padding:6px 10px; font-size:16px;   font-weight:400; text-align:center;  border-top:3px solid #999; border-bottom:1px solid #ccc; background-color:#efefef; color:#333; }	
.content_list table.listIn.fixed-header thead th { position: sticky; top: 50px; z-index:1; }
.content_list .listBtn { clear:both; padding:20px 0; float:right; }


.content_write ul,.content_write ol{list-style:none; list-style-image:none; margin:0;padding:0;border:0;word-wrap:break-word}

.content_write { clear:both; padding:0; width:100%;  margin: 0 auto;}
.content_write .cateBox { background:#fff; padding:0 30px 20px 0; text-align:left; float:left; }
.content_write .optionBox { background:#fff; padding:0 0 20px 0; text-align:left; float:left; }
.content_write .writeBox { clear:both; background:#fff; padding:0 0 30px 0; text-align:left;  }
.content_write .writeBox ul { padding:0 }
.content_write .writeBox li { position:relative; margin-bottom:20px; }
.content_write .writeBox .attachBox { margin:0; border:1px solid #dadada; position:relative; overflow:hidden;}
.content_write .writeBox .attachBox:after { content: "";  display: block;  padding-bottom: 60px; }
.content_write .writeBox .attachBox .title { position:absolute; left:20px; top:20px; font-weight:300; font-size:14px; }
.content_write .writeBox .attachBox .title span { display:inline-block; padding-left:10px; color:#999; font-size:12px; } 
.content_write .writeBox .attachBox .info { font-weight:300; font-size:12px; padding:50px 20px 0px 20px }
.content_write .writeBox .attachBox .delete { position:absolute; top:20px; right:5px; padding:0 5px; background:#fff; border-radius: 3px;  display:none; z-index:9; cursor:pointer; }
.content_write .writeBox .attachBox .file_name { position:absolute; left:20px; top:30px; font-weight:400; font-size:14px; color:#333; } 
.content_write .writeBox .attachBox input { position: absolute; top: 0; right: 0; margin: 0; filter:alpha(opacity=0);-moz-opacity:0; opacity:0; font-size: 200px !important; direction: ltr; cursor: pointer; }

.content_write .infoBox { background:#fff; padding:0; text-align:left; border:1px solid #dadada; position:relative; }
.content_write .infoBox .title { position:absolute; left:20px; top:20px; font-weight:300; font-size:14px; }
.content_write .infoBox .info { font-weight:300; font-size:12px; padding:60px 20px 20px 20px;}	
.content_write .infoBox .info p { font-weight:300; font-size:12px; }	

.content_view .title { position:relative; min-height:30px; padding:20px 280px 10px 20px; font-size:16px;  font-weight:400; text-align:left;  border-top:3px solid #999; border-bottom:1px solid #ccc; background-color:#efefef; color:#333; }	
.content_view .notice { padding:20px 160px 10px 20px; }	
.content_view .title span { position:absolute; top:20px; right:15px; color:#666; font-size:15px; font-family: 'Readex Pro', sans-serif; }
.content_view .title span span{ font-weight:300; font-size:14px; }
.content_view .adds { position:relative; height:30px; padding:10px 20px 10px 20px; font-size:14px;  font-weight:300; text-align:left;  border-bottom:1px solid #ccc; background-color:#fefefe; color:#333; line-height:2.4em; }
.content_view .adds span { display:inline-block; min-width:200px;  font-weight:400;}
.content_view .attach, .content_view .links { position:relative; height:50px; padding:10px 20px 10px 0px; font-size:14px;  font-weight:300; text-align:left;  border-bottom:1px solid #ccc; background-color:#fefefe; color:#333; line-height:2.4em; }
.content_view .attach span, .content_view .links span { display:inline-block; padding-left:20px; cursor:pointer;}
.content_view .content { padding:40px 20px 40px 20px; font-size:14px;  font-weight:300; text-align:left; color:#333; border-bottom:1px solid #ccc; line-height:1.8em }
.content_view .comment_title {  padding:40px 0px 10px 0px; font-size:14px;  font-weight:300; text-align:left;}
.content_view .comment_title span { font-family: 'Readex Pro', sans-serif; }
.content_view .comment_title span:last-child { display:inline-block; float:right; font-weight:300; }
.content_view .comment_list { padding-top:10px; }
.content_view .comment_list ul li { padding:0; margin:0 }
.content_view .comment_list ul li.empty { float:left; width:30px; }
.content_view .comment_list ul li.reply { float:left; padding:10px 0 0 0; width:30px; }
.content_view .comment_list ul li.width0 { width:calc(100% - 20px); }
.content_view .comment_list ul li.width1 { width:calc(100% - 50px); }
.content_view .comment_list ul li.width2 { width:calc(100% - 80px); }
.content_view .comment_list ul li.width3 { width:calc(100% - 110px); }
.content_view .comment_list ul li.width4 { width:calc(100% - 140px); }
.content_view .comment_list ul li.width5 { width:calc(100% - 170px); }
.content_view .comment_list ul li.padding0 { padding: 20px 10px; }
.content_view .comment_list ul li.padding1 { padding: 20px 10px 20px 40px; }
.content_view .comment_list ul li.padding2 { padding: 20px 10px 20px 70px; }
.content_view .comment_list ul li.padding3 { padding: 20px 10px 20px 100px; }
.content_view .comment_list ul li.padding4 { padding: 20px 10px 20px 130px; }
.content_view .comment_list ul li.padding5 { padding: 20px 10px 20px 160px; }
.content_view .comment_list ul li.comment_title { background:#f3f3f3; height:20px; font-weight:300; padding:10px 10px; }
.content_view .comment_list ul li.comment_title span { display:inline-block; float:right; margin-left:20px; font-size:12px; padding:0; }
.content_view .comment_list ul li.comment_title span.date { font-family: 'Readex Pro', sans-serif; }
.content_view .comment_list ul li.comment_content { clear:both; text-align:left; font-weight:300; font-size:14px;}

.content_view .line { clear:both; border-bottom:1px solid #ccc; height:20px; }
.content_view .listBtnL { clear:both; padding:20px 0; float:left; }
.content_view .listBtnR { padding:20px 0; float:right; }
.content_view .listPN { clear:both; margin-top:20px; padding:20px 0; float:left; width:100%}
.content_view .listPN .list { position:relative; height:50px; padding:10px 20px 10px 20px; font-size:14px;  font-weight:300; text-align:left; border-bottom:1px solid #eee; color:#666; line-height:2.0em; }
.content_view .listPN .list span:first-child { display:inline-block; padding-right:20px; }
.content_view .listPN div:first-child { border-top:1px solid #eee }
.content_view .listPN a { display:inline-block; }


.itemBox {  }	
.itemBox .galleryBody {  }
.itemBox .gallery { min-width:410px; height:440px; float:left; text-align:left; margin-right:26px; }
.itemBox .gallery:nth-child(3n) { margin:0 }
.itemBox .gallery ul { width:100%; padding:0 }
.itemBox .gallery li { padding-top:12px;  }	
.itemBox .gallery li:first-child { padding-top:0; width:410px; height:308px; border-radius:5px; overflow:hidden; border:1px solid #efefef; -webkit-box-shadow: 0 2px 6px #efefef; box-shadow: 0 0px 6px #efefef; } 
.itemBox .gallery li:first-child div.images { width:410px; height:308px; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s;-o-transition:.3s; transition:.3s; }
.itemBox .gallery li:first-child div.images:hover { filter:alpha(opacity=90) !important; -moz-opacity:0.9 !important; opacity:0.9 !important; background-color:#FFF; -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05); }
.itemBox .gallery li:nth-child(2) { max-height:66px; overflow:hidden; }
.itemBox .gallery li .jb-table { display: table; width: 410px; height: 308px; background:#999 }
.itemBox .gallery li .jb-table-row { display: table-row; }
.itemBox .gallery li .jb-table-cell { display: table-cell; vertical-align: middle; }
.itemBox .gallery li .text { padding:0 20px; text-align: center; color: #ffffff; font-size:22px; line-height:42px;}
.itemBox .gallery li.date { font-family: 'Readex Pro', sans-serif; color:#808080; }

.inputBox {  font-weight:300; font-size:14px; }
.inputBox li.multiSelect { clear:both; margin-bottom:20px; border:1px solid #d4d4d4; width:calc(100%); padding:50px 20px 10px 20px ; font-size:14px;  }

.inputBox input[type=text], .inputBox input[type=password] { border:1px solid #d4d4d4; height: 60px; width:calc(100%); padding:20px 20px 0px 20px ; font-size:14px;  }
.inputBox input[type=text]:focus, .inputBox input[type=password]:focus{ border:1px solid #666; }
.inputBox input[type=text].readonly { background:#efefef; }
.inputBox textarea { border:1px solid #d4d4d4; height: 100px; width:calc(100% - 42px); padding:20px 20px 0px 20px ; font-size:14px;  }
.inputBox .inputTitle { position:absolute; top:20px; left:22px;  font-weight:300; font-size:14px;  }
.inputBox .inputTitle span { display:inline-block; padding-left:10px; color:#999; font-size:12px; } 	
.inputBox .separation { float:left; text-align:left; }
.inputBox .separation1 { clear:both; }
.inputBox .separation2 { clear:both; float:left; text-align:left; width:505px;}
.inputBox .separation3 { float:right; text-align:left; width:505px; }
.inputBox .texts { text-align:left; font-size:14px; padding:0;} 
.inputBox .texts ul {  border-bottom:1px solid #ccc; height:40px;}
.inputBox .texts li { position:relative; top:-1px; float:left; width:200px; text-align:center; font-size:16px; border:1px solid #ccc; padding:10px 0 0 0;height:30px; background:#fafafa; cursor:pointer; }
.inputBox .texts li:nth-child(2) { border-left:0; }
.inputBox .texts li.select { border-bottom:1px solid #fff; background:#fff; cursor:default;}


/* checbox, radio  */
.inputBox label {}
.inputBox label span{ margin:0 0 0 2px; float:left; display: block; text-align:center; background-color:#fff; width: 98px; height: 40px; padding:20px 0px 0px 0px; border: 1px solid #ccc; cursor: pointer;  font-weight:300; font-size:14px;}
.inputBox label.min span{ margin:2px 0 0 2px; width: 115px; height: 25px; padding:5px 0px 0px 0px; font-size:11px; line-height:1.6em; color:#666}
.inputBox label.min2 span{ width: 195px;}
.inputBox label span:hover { border:1px solid #666; }
.inputBox label span.radio { background:url(); }
.inputBox label span.checkbox { background:url(); }
.inputBox label input[type=radio]:focus  + span { border:1px solid #666; }
.inputBox label input[type=radio]:checked + span { border:1px solid #666; background-color:#666; color:#fff }
.inputBox label input[type=radio]:disabled + span {  cursor:not-allowed; color:#eee }
.inputBox label input[type=radio]:checked:disabled + span { cursor:not-allowed; border:1px solid #aaa; background-color:#aaa;}
.inputBox label input[type=checkbox]:focus  + span { border:1px solid #666; }
.inputBox label input[type=checkbox]:checked + span { border:1px solid #666; background-color:#666; color:#fff }
.inputBox label input[type=checkbox]:disabled + span {  cursor:not-allowed; color:#eee }
.inputBox label input[type=checkbox]:checked:disabled + span { cursor:not-allowed; border:1px solid #aaa; background-color:#aaa;}
	
.emptyList { font-weight:400; padding:140px 0 140px 0; text-align:center;  font-size:1.1em; background-color:#f3f3f3; font-weight:300 }

.graButton { color:#000; border:1px solid #ccc; cursor: pointer; font-size: 0.85em; height:42px;  width:300px; letter-spacing: 0.05em; background:#fff; justify-content: center; align-items: center; position: relative; }
.graButton::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#333; transform-origin: 0 0; transform: scale3d(0, 1, 1); transition: transform 100ms; }
.graButton .text { color:#000; position: relative; color: transparent; background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #000 50%, #000 100%); background-repeat: repeat; background-size: 200%; background-position: 100% 0; -webkit-background-clip: text; background-clip: text; transition: background-position 100ms; }
.graButton .text i { line-height:1em; }
.graButton:hover { border:1px solid #333; }
.graButton:hover::before {  transform-origin: 0 0; transform: scale3d(1, 1, 1); }
.graButton:hover .text { background-position: 0 0; }


.btnShineBox { background: #f3f3f3; padding: 15px 0;position: relative; text-align:center;}
.btnShineBox button[type=submit] { width:100%; background-color:#fff; padding: 0; height:54px; font-size:1.2em; line-height:1.2em; position: relative; color: #333; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 0 0 0 transparent; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.btnShineBox button[type=submit].fixWidth { width:300px; }
.btnShineBox button[type=submit].black { background-color:#333; color:#fff; }
.btnShineBox button[type=submit]:hover { color: #ffffff; box-shadow: 0 0 30px 0 #aaa; background-color: #333; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.btnShineBox button[type=submit]:hover:before { -webkit-animation: shine 0.5s 0s linear; -moz-animation: shine 0.5s 0s linear; animation: shine 0.5s 0s linear; }
.btnShineBox button[type=submit]:active { box-shadow: 0 0 0 0 transparent; -webkit-transition: box-shadow 0.2s ease-in; -moz-transition: box-shadow 0.2s ease-in; transition: box-shadow 0.2s ease-in; }
.btnShineBox button[type=submit]:before { content: ""; display: block; width: 0px; height: 86%; position: absolute; top: 7%; left: 0%; opacity: 0; background: #ffffff; box-shadow: 0 0 15px 3px white; -webkit-transform: skewX(-20deg); -moz-transform: skewX(-20deg); -ms-transform: skewX(-20deg); -o-transform: skewX(-20deg); transform: skewX(-20deg); }
@-webkit-keyframes shine { from { opacity: 0; left: 0%; } 50% { opacity: 1;} to { opacity: 0; left: 100%; } }
@-moz-keyframes shine { from { opacity: 0; left: 0%; } 50% { opacity: 1; } to { opacity: 0; left: 100%; } }
@keyframes shine { from { opacity: 0; left: 0%; } 50% { opacity: 1; } to { opacity: 0; left: 100%; } }

.shineSend { background-image: linear-gradient( 145deg, transparent 10%, #aaa 10% 20%, transparent 20% 30%, #aaa 30% 40%, transparent 40% 50%, #aaa 50% 60%, transparent 60% 70%, #aaa 70% 80%, transparent 80% 90%, #aaa 90% 100% ); animation: background 3s linear infinite; }
@keyframes background { 0% { background-position: 0 0; } 100% { background-position: 300px 0; } }

.btnShineBox .btnPrevTitle { position:absolute; right:66px; bottom:30px;  display:none}
.btnShineBox .btnPrev { position:absolute; right:20px; top:22px;  cursor:pointer; background-color:#fff; color:#999; width:40px; height:40px; padding-top:10px; text-align:center; border-radius: 40px; }
.bottomHoldFix { width:calc(100% + 40px); position:fixed; left:-40px; z-index:9991; bottom:0;} 