/* 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; }

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;word-wrap:break-word}
ul,ol{list-style:none; list-style-image:none; }
label,select,input,button{vertical-align:middle; font-family: 'SCDream', sans-serif;}
label{cursor:pointer; }
a:link, a:visited, a:hover, a:active{ text-decoration:none; color:#333; font-family: 'SCDream', sans-serif;}
input:focus, textarea:focus, button:focus { outline: none; }
table {  margin:0; padding:0; table-layout:fixed; border-spacing:0; border-collapse:separate; }
b { font-weight:normal; }

/* IOS의 input 기본 스타일 초기화 */
/* input{-webkit-appearance:none;-moz-appearance:none;appearance:none} */
input[type='text'], input[type='password']{-webkit-appearance:none;-webkit-border-radius:0}
input:checked[type='checkbox']{cursor:pointer; -webkit-appearance:checkbox;}
button,input[type='submit'],input[type='button']{cursor:pointer;}
input::-ms-clear{display:none}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}
input[type=number]{-moz-appearance:textfield}
select{-webkit-appearance:none;-moz-appearance:none;appearance:none; padding:6px 25px; }
select::-ms-expand{display:none}
::-webkit-input-placeholder{color:#aaa;}
::placeholder { color:#aaa; }
:-ms-input-placeholder { color:#aaa; }
:-moz-placeholder { color:#aaa; }
::moz-placeholder { color:#aaa; }
::-webkit-input-placeholder::before { content: "FIRST\000ASECOND\000ATHIRD"; }
::-moz-placeholder::before { content: "FIRST\000ASECOND\000ATHIRD"; }
:-ms-input-placeholder::before { content: "FIRST\000ASECOND\000ATHIRD"; }


/* default */
.fontMontserrat { font-family: 'Montserrat', sans-serif; }
.fontSCDream { font-family: 'SCDream', sans-serif; }

.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; }

:root{
	--brand:       #586848; /* 메인 그린 */
	--brand-dark:  #46533A; /* 진한 그린(아이콘/테두리) */
	--sage:        #A8B0A0; /* 연한 세이지(기타) */

	--brand-15: #EEF0ED; /* hover */
	--brand-8:  #F5F6F4; /* 2줄 배경 */
	--brand-4:  #F8F9F8; /* 더 옅은 배경 */

	/* 텍스트 */
	--ink: #3F4C34;      /* 어두운 그린 계열 */
}

.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 */
.btobPopup * , .btobPopup:after, .btobPopup:before { box-sizing: border-box; }
.btobPopup {  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; }
.btobPopup .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 }
.btobPopup .popup-close:before, .btobPopup .popup-close:after { position: absolute; left: 16px; top: 10px; content: ' '; height: 15px; width: 2px; background-color: #543189; }
.btobPopup .popup-close:before { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.btobPopup .popup-close:after { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.btobPopup .popup-content { font-family: 'SCDream', sans-serif; font-weight:300; text-align:left; margin:0 }
.btobPopup .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; }
.btobPopup .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}


body {  }

/*******************************************************************
*	header
********************************************************************/
/*.topBannerU { width:100%; text-align:center; height:60px; overflow:hidden; background: #ee385b;}*/

:root { --top-banner-h: 0px; }

body{
	padding-top: var(--top-banner-h);
	transition: padding-top .4s ease;
}

.topBannerU{
	position: fixed; left:0; top:0; width:100%;
	overflow: hidden;
	max-height: 0;
	transition: max-height .4s ease;
	z-index: 1000;
}
.topBannerU.active{ max-height: 80px; }

/* 배너 이미지 */
.topBannerU img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

/* X 버튼 */
.topBannerU .banner-close {
	position: absolute;
	right: 20px;
	top: 10px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	transition: background .2s;
}
.topBannerU .banner-close:hover { background: rgba(0,0,0,0.6); }

.expand-enter-active,
.expand-leave-active {
	transition: max-height 0.5s ease;
	max-height: 120px;
}

.expand-enter,
.expand-leave-to {
	max-height: 0;
	overflow: hidden;
}

#topUtil { font-family: 'SCDream', sans-serif; min-width:1200px; width:100%; height:36px; border-bottom:1px solid #ccc; text-align:center; display: flex;  justify-content: center;}
#topMenu { width:1200px; text-align:center; }
#topMenu ul li { float:left; padding:0 8px; height:18px; position:relative}
#topMenu ul li.first { padding-left:0 }
#topMenu ul li.line:after { content:''; float:left; width:1px; height:10px; background-color:#ddd; position:absolute; top:8px; right:0px }
#topMenu ul li a { font-size:11px; color:#333; text-decoration:none; line-height:2.0em}
#topMenu ul li a:link, #topMenu ul li a:visited, #topMenu ul li a:active{ color:#333; }
#utilMenu { float:left; padding:6px 0 0 4px; width:466px; }
#homeMenu { float:right; padding:6px 4px 0 0; }
#joinPoint { position:absolute; top:25px; left:-20px; padding-top:2px; width:65px; height:17px; z-index:9999; background-color:#999; border-radius: .3em;}
#joinPoint .arrow { position:absolute; top:-5px; left:28px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #999; }
#mypageBox { position:absolute; top:25px; left:-3px; border:1px solid #ddd; width:80px; z-index:9999; background-color:#fff; display:none; }
#mypageBox .emptys { position:absolute; top:-5px; left:0; width:80px; height:8px; }
#mypageBox .arrow { position:absolute; top:-5px; left:38px; width:8px; height:8px; border-left:1px solid #dadada;border-top:1px solid #dadada; background:#fff }
#mypageBox .mypageMenu { padding:8px; text-align:left; }
#mypageBox .mypageMenu div { padding-top:3px; }
#mypageBox .mypageMenu div:first-child { padding-top:0 }
#mypageBox a.submenu { font-weight:300; font-size:11px; color:#333; text-decoration:none; display:block; width:56px; padding:1px 4px; border-radius: .2em; line-height:1.4em}
#mypageBox a.submenu:hover { color:#fff; background:#ccc}

#topContent { margin:0px; width:100%; min-width:1200px; }
#topMain { display: flex; width:1200px; height:100px; margin: 0 auto; padding-top: 12px; align-items:flex-start;/*gap:8px;*/}
#topBanner {display:none; float:left; width:300px; margin:0px; text-align:left;}
#logo { flex:0 0 150px; width:15%; margin:0px; text-align:left;}
#topSearch{ flex:1 1 auto; padding-top : 10px;vertical-align:middle;padding-left:20px;box-sizing:border-box;max-width:100%; width:calc(100% - 100px);position:relative; }
#topSearch.topSearchFixed { clear:both; position: fixed; top: 60px; right:70px; width:calc(100% - 100px); text-align:center; z-index:9999; }

#searchKeyword {position: relative;border: 1px solid #d9d9d9; width:54%; height:40px; border-radius: 999px; background: linear-gradient(#ffffff, #f7f7f7);box-shadow: inset 0 1px 2px rgba(0,0,0,.06);box-sizing: border-box; margin: auto;}
#searchKeyword .topKeyword { border:0; margin:4px 0 0 6px;  height:28px; padding:0 10px; background:transparent; }

#searchResent {position:absolute; top: 78px; left: 20px; width:calc(100% - 65px); padding: 20px; background:#fff; box-shadow:0 6px 30px rgba(0,0,0,.3);border-radius:20px; margin:auto; z-index: 9999; display:none;}
#searchResent .recent span:nth-child(n) { display:block; float:left; position:relative; margin:10px 10px 0 0;  border:1px solid #ccc; border-radius:1em;  padding:0px 20px 2px 10px; }
#searchResent .recent span:nth-child(1)	{ border:0; margin:0 }
#searchResent .recent span:nth-child(2)	{ float:right; margin:0; border:0; padding:0 }
#searchResent .recent span a { font-family: 'SCDream', sans-serif; font-size:12px; color:#666; }
#searchResent .recent span .recentKeywordDel { position: absolute; top: 5px; right: 4px; cursor:pointer; }
#searchResent .recent #recentKeywordEmpty {  font-size:0.8em; display:none; padding:30px 0; text-align:center; }

#searchResent .line { clear:both; height:1px; overflow:hidden; background:#ccc; margin:10px 0; }

#searchResent .ranking span:nth-child(n) { display:block; float:left; margin:10px 10px 0 0; padding:0px 10px 2px 10px; }
#searchResent .ranking span:nth-child(1)	{ border:0; margin:0 }
#searchResent .ranking span a { font-family: 'SCDream', sans-serif; font-size:12px; color:#666; }

#guideBtn_wrap{flex:0 0 auto;margin-left:auto;}
#ico_ul ul{
	display:grid;
	grid-template-columns:repeat(4, minmax(0,1fr));
	gap:4px 4px;
	margin:0; padding:0; list-style:none;
}
#ico_ul ul li{ float:none !important; list-style:none; }
#ico_ul ul li > a{
	display:flex; align-items:center; justify-content:center;
	height:44px; padding:0 14px; gap:8px;
	border-radius:12px;
	border:1px solid #D4DACC;
	background: var(--brand-15);
	box-shadow:0 1px 2px rgba(0,0,0,.04);
	text-decoration:none;
	font:700 14px/1 sans-serif;
	color: var(--ink);
	white-space:nowrap;
	transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}

#ico_ul ul li:nth-child(n+5) > a{
	background: var(--brand-8);
}
#ico_ul ul li > a:hover,
#ico_ul ul li > a:focus-visible{
	border-color: var(--brand);
	background: var(--brand-15);
	box-shadow: 0 2px 10px rgba(88,104,72,.18);
	transform: translateY(-1px);
	outline: none;
}
#ico_ul ul li > a{
	border-color: var(--brand);
	background: #E1E4DE;
}
#ico_ul ul li > a span{
	padding:0 !important;
	color: var(--ink);
	font-weight:600;
}

#topSearch .autocompleteBox {  position:absolute; top:45px; left:-5px; border:1px solid #999; padding:0px; width:360px; height:360px; margin:auto; background:#fff; z-index:9999; display:none; text-align:left; }
#topSearch .autocompleteBox .autocompleteBoxItem {  cursor:pointer; font-family: 'SCDream', sans-serif; font-size:13px; color:#333; line-height:2em; padding:5px 10px; height:26px; width:calc(100% - 20px); background:#fff }
#topSearch .autocompleteBox .autocompleteBoxItem:hover, #topSearch .autocompleteBox .autocompleteBoxItem.hover { background:#efefef; }




.naviFixed {clear:both; position: fixed; top: 0px; width:100%;min-width:1200px;text-align:center;z-index:991; height:60px; background-color:#fff; border-bottom:1px solid #ccc;}
.naviEmpty { clear:both; width:100%; height:52px; background-color:#fff; }
.naviDefault{ top:160px; width:100%;min-width:1200px; text-align:center;z-index:999; height:60px; background:#fff; margin-bottom: 10px;border-bottom: 1px solid rgba(244,244,244,1) }
.naviDefaultBU { top:230px; }

#topNavis { width:1200px; position:relative; text-align:center; margin: 0 auto;}
#topNavis > ul{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;          /* 한 줄 유지 */
	margin: 0;
	padding: 0;
	list-style: none;
}
#topNavis > ul > li{
	float: none;
	width: auto;
	white-space: nowrap;        /* 텍스트 줄바꿈 방지 */
}
#topNavis > ul > li:first-child{
	width: auto;
	margin-right: 8px;
}
#topNavis > ul > li a {font-family: 'SCDream', sans-serif; padding:0 30px;box-sizing:border-box;color:#333;line-height:70px;font-size:16px;letter-spacing:-.5px }
#topNavis ul .cateAllOpen .cate_bar { width:25px; height:2px; margin: 3px 0 6px 0; overflow:hidden; background:#222; position:relative; }
#topNavis ul .cateAllOpen{
	cursor:pointer;
	display:inline-flex;
	align-items:center;
	height:70px;
}
#topNavis ul .cateAllOpen { padding: 0; }
#topNavis ul .cateAllOpen .catebtn {
	padding: 0 22px;
	height: 40px;
	gap: 2px;
	font-size: 15px;
}
#topNavis ul .cateAllOpen .catebtn .label {
	padding: 0;
	line-height: 1;
}
#topNavis ul .cateAllOpen .catebtn .ico{
	width: 16px; height: 12px;
}

#topNavis ul .cateAllOpen .catebtn{
	-webkit-appearance:none;
	appearance:none;
	display:inline-flex;
	align-items:center;
	gap:10px;

	height:42px;
	padding:0 16px;
	border-radius:8px;
	border:1px solid #e5e7eb;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);

	cursor:pointer;
	font-size:16px;
	font-weight:700;
	color:#333;
	letter-spacing:-.5px;
	transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}
#topNavis ul .cateAllOpen .catebtn:hover{
	transform: translateY(-1px);
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
	border-color:#d1d5db;
	background:#f8fafc;
}

#topNavis ul .cateAllOpen .ico{
	z-index:999;
	--bar-w: 16px;
	--bar-h: 2px;
	width: 16px;
	height: 12px;
	background:
			linear-gradient(currentColor,currentColor) left 0/var(--bar-w) var(--bar-h) no-repeat,
			linear-gradient(currentColor,currentColor) left/var(--bar-w) var(--bar-h) no-repeat,
			linear-gradient(currentColor,currentColor) left 100%/var(--bar-w) var(--bar-h) no-repeat;
}

#topNavis ul .cateAllOpen .label{
	line-height:1; white-space:nowrap;
}

#topNavis ul .naviSubBox { position:absolute; top:46px; border:1px solid #ddd; width:140px; z-index:9999; background-color:#fff; display:none; }
#topNavis ul .naviSubBox div { padding: 4px 0 4px 8px }
#topNavis ul .naviSubBox a {  font-family: 'SCDream', sans-serif; font-weight:300; font-size:13px; line-height:2em; color:#222; text-decoration:none; }
#topNavis ul .naviSubBox a:hover { text-decoration:underline;}
#topNavis ul .naviSubBox .emptys { position:absolute; top:-18px; left:0; width:140px; height:15px; }
#topNavis ul .naviSubBox .arrow { position:absolute; top:-8px; left:65px; width:6px; height:6px; border-left:1px solid #dadada;border-top:1px solid #dadada; background:#fff }


#cateAll { width:1200px; position:relative; margin: 0 auto;}
#cateAllIn { clear:both; text-align:left;  max-height:600px; overflow:auto;border:1px solid #ccc; border-top:0; display:none; padding-top:20px; width:1198px; position:absolute; left:0px; top:-10px; background-color:#fff; z-index:997; }
#cateAllIn .cateBox { float:left; width:176px; padding:0 0 20px 20px; }
#cateAllIn .cateBox:nth-child(6n+1) { clear:both }
#cateAllIn > li { float:left; }
#cateAllIn .cateBox > li a {  font-family: 'SCDream', sans-serif; font-size:12px; font-weight:400; line-height:2em; color:#222; text-decoration:none; }
#cateAllIn .cateBox > li a:hover { text-decoration:underline; }
#cateAllIn .cateBox > li a.sub { font-size:12px; color:#666; font-weight:300; }
#cateAllIn .cateAllClose { clear:both; float:right; position:relative; bottom:6px;left:-6px; cursor:pointer;}


/*******************************************************************
*	centent
********************************************************************/

/* 전체 컨테이너: 7:3 그리드 */
#mainHero{
	width:1200px;
	height:500px;
	margin:0 auto;
	display:grid;
	grid-template-columns: 7fr 3fr;  /* 7 : 3 */
	gap:16px;
	align-items:stretch;
	overflow: hidden;
}

.hero-left,
.hero-right{ min-width:0; }

.hero-left{ min-height: 500px; }

#mainRolling{ clear:both; position:relative; left:0px; top:0px; width:100%; height:500px; overflow:hidden; }
#mainRolling .swiper-container{ width:100%; height:100%; }
#mainRolling .swiper-wrapper{ width:100%; height:100%; }
#mainRolling .swiper-slide div{
	width:100%; height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:16px;
	overflow:hidden;
}

/* 우측 이벤트 배너 */
.hero-right{ height: 100%; }
.hero-right .event-list{
	height: 100%;
	display: grid;
	grid-template-rows: 1fr;
	row-gap: 8px;
	overflow: hidden;
}
.hero-right .event-card{
	display: block;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 18px rgba(0,0,0,.06);
	height: 100%;
}
.hero-right .event-card .bg{
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-right .event-card + .event-card .bg{
	min-height: 240px;
}

.event-card {
	width: 100%;
	max-width: 720px;
	border-radius: 16px;
	overflow: hidden;
	background: #bfeaff;
	color: #0b2a50;
	box-shadow: 0 6px 18px rgba(0,0,0,.08);
	font-family: system-ui, -apple-system, Segoe UI, Roboto, 'Noto Sans KR', sans-serif;
}
.event-banner {
	height: 120px; /* 배너 높이 */
	background: url('/path/to/your/banner.jpg') center/cover no-repeat; /* 배경 이미지 */
}
.event-head {
	text-align: center;
	padding: 10px 16px 0;
	font-weight: 700;
}
.event-body {
	text-align: center;
	padding: 8px 16px 20px;
}
.event-title { margin: 6px 0 4px; font-size: 22px; font-weight: 800; }
.event-status { margin: 4px 0 8px; font-size: 16px; font-weight: 600; }
.event-dday { margin: 6px 0 4px; font-size: 18px; font-weight: 800; }
.event-period { color:#234; opacity:.8; }
.event-status-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.clock-icon {
	width: 28px;
	height: 28px;
	animation: pulse 2s infinite;
}

.clock-hour {
	transform-origin: 25px 25px;
	animation: rotate-hour 12s linear infinite;
}

.clock-minute {
	transform-origin: 25px 25px;
	animation: rotate-minute 2s linear infinite;
}

@keyframes rotate-hour {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes rotate-minute {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.7; transform: scale(1.1); }
}


/*#mainRolling { clear:both; position:relative; left:0px; top:0px; width:100%; height:500px; overflow:hidden; }*/
/*#mainRolling .swiper-slide div {  margin: 0 auto; text-align: center; height:500px; width: 100%; position:relative; box-sizing:border-box; background-position:50% 50%; background-repeat:no-repeat; background-size: cover;}*/

#contents { margin:0 0 50px 0; width:1200px;  padding-top:10px; position:relative; z-index:99; margin: 0 auto; }
#popup_contents { margin:0 0 30px 0; width:calc(100% - 40px);  padding:20px; position:relative; z-index:99; margin: 0 auto;}

input[type=text].dates { border:1px solid #d4d4d4; height: 20px; width:100px; padding:5px;font-size:14px; font-family: 'Montserrat', sans-serif;}

.helpMsg { font-family: 'SCDream', sans-serif; font-size:14px; color:#888; text-align:left; }
.emptyList { font-family: 'SCDream', sans-serif; font-weight:400; padding:140px 0 140px 0; text-align:center;  font-size:1.1em; background-color:#f3f3f3; font-weight:300 }
.emptyListView { font-family: 'SCDream', sans-serif; font-weight:400; padding:100px 0 100px 0; text-align:center;  font-size:1.1em; background-color:#f3f3f3; font-weight:300 }

.subMenuOpen { cursor:pointer; position:absolute; left:0; top:23px;  }
.subMenuOpen .menu_bar { width:15px; height:2px; margin: 2px 0 3px 0; overflow:hidden; background:#666; position:relative; }
.contentLocation { position:absolute; left:26px; top:23px; font-family: 'SCDream', sans-serif; font-weight:300; font-size:12px; }
.contentLocation a { font-family: 'SCDream', sans-serif; font-weight:300; }
.contentTitle { clear:both; padding:30px 0 30px 0; text-align:center; font-family: 'SCDream', sans-serif; font-weight:400; font-size:40px; }

#subMenuAll { width:1200px; position:relative; }
#subMenuAllIn { clear:both; text-align:left; border:1px solid #ccc; display:none; padding-top:20px; width:1198px; position:absolute; left:0px; top:38px; background-color:#fff; z-index:997; }
#subMenuAllIn .subMenuBox { float:left; width:156px; padding:0 0 0px 40px; }
#subMenuAllIn  > li { float:left; }
#subMenuAllIn .subMenuBox > li a { font-family: 'SCDream', sans-serif; font-size:12px; font-weight:400; line-height:2em; color:#222; text-decoration:none; }
#subMenuAllIn .subMenuBox > li a.sub { padding-left:2px; font-size:12px; color:#666; font-weight:300; }
#subMenuAllIn .subMenuAllClose { clear:both; float:right; position:relative; bottom:6px;left:-6px; cursor:pointer;}

/*.mainBannerCenter { clear:both; width:1200px; }*/
.mainBannerCenter {
	clear:both;
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 16px;                    /* 좌우 간격 */
	overflow: hidden;
}

.mainBannerCenter .mainBannerCenterL {
	flex: 7;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.mainBannerCenter .mainBannerCenterR {
	flex: 3;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.mainBannerCenter img,
.mainBannerCenter .swiper-container {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mainBannerCenter .swiper-container{ width:100%; height:100%; }
.mainBannerCenter .swiper-wrapper{ width:100%; height:100%; }
.mainBannerCenter .swiper-slide{ width:100%; height:100%; }
/*.mainBannerCenter .mainBannerCenterL { float:left; position:relative;left:0px; top:0px; width:580px; overflow:hidden; margin-right:20px; border-radius:16px}*/
/*.mainBannerCenter .mainBannerCenterR { float:left;  width:600px; overflow:hidden; padding-bottom:10px; }*/
.mainBannerCenter .mainBannerCenterR .mainBannerCenterRIn { width: 100%; height: 100%; }
.mainBannerCenter .mainBannerCenterR .mainBannerCenterRIn div { float:left; padding-right:20px; }
.mainBannerCenter .mainBannerCenterR .mainBannerCenterRIn img { border-radius:16px }
.mainBannerCenter .mainBannerCenterR .mainBannerCenterRIn img:hover {filter:alpha(opacity=80) !important; -moz-opacity:0.8 !important; opacity:0.8 !important; background-color:#FFF;}

/* 브랜드관 탭 UI */
.brandTabsWrap{
	border-bottom: 1px solid #e5e7eb;
}
.BrandGoodsItem .swiper-container{
	border: 1px solid #e5e7eb;
	padding: 40px 0 0 40px
}
.brand-tabs{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: nowrap;
	width: 100%;
}

.brand-tabs li{
	flex: 1 1 12.5%;
	list-style: none;
}

.brand-tab{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	border: 1px solid #d0d7de;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	background: var(--brand-15);
	color: #6b7280;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	transition: all .15s ease;
	cursor: pointer;
	user-select: none;
}

.brand-tabs li + li .brand-tab{
	border-left: none;
}

.brand-tab:hover{
	background: #eef2f7;
	color: #374151;
}

.brand-tab.is-active,
.brand-tab[aria-selected="true"]{
	background: #ffffff;
	color: #111827;
	font-weight: 700;
	border-color: #c9d1d9;
	box-shadow: 0 1px 0 #ffffff inset;
}

.brand-tab:focus-visible{
	outline: 2px solid #60a5fa;
	outline-offset: -2px;
	z-index: 1;
}

#middleBanner {
	width: 1200px;
	height: 120px;
	margin: 40px auto;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

#middleBanner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

#middleBanner:hover img {
	transform: scale(1.03);
}
/*판매 베스트 상품*/
.top100GoodsItem { max-width:1200px; margin:20px auto; padding:0 16px; box-sizing:border-box; }
.top100GoodsItem .goodsItemBox { width:100% !important; height:100% !important;}
.top100GoodsItem .goodsItemBox .goodsItem,
.top100GoodsItem .goodsItemBox .goodsItem img{
	width:100% !important;
	height:100% !important;
	float:none !important;
	margin-right:0 !important;
}

.top100GoodsItem .goodsItemBox .goodsItem li:first-child { width:100% !important; height:100% !important; overflow:hidden; }

.top100-main{
	--gap:18px;
	display:grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 2.05fr); /* 좌 0.95 : 우 2.05 */
	gap:var(--gap);
	align-items:start;
}
.top1-slot{
	grid-column: 1 / 2;
	justify-self: stretch;
	align-self: stretch;
	width: 100% !important;
	min-width: 0;
	padding: 0 !important;
	margin: 0 !important;
}
.top1-slot .goodsItemBox,
.top1-slot .goodsItem{
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	float: none !important;
}

.top1-slot .thumbWrap{
	position: relative;
	aspect-ratio: 9 / 12;
	overflow: hidden;
	background: #f6f8fb;
}

.top1-slot .thumbWrap img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

.rest-Grid{
	display:grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap:var(--gap);
}

.rest-Grid .thumbWrap{ position:relative; aspect-ratio:4/3; overflow:hidden; background:#f6f8fb; }
.rest-Grid .thumbWrap img{ width:100%; height:100% !important; object-fit:cover; display:block; }

.top100-rankRibbon{
	position:absolute; left:12px; top:0px; z-index:2;
	display:inline-flex; align-items:center; justify-content:center;
	min-width:30px; height:36px; padding:8px 10px 6px;
	background:#586848; color:#fff; font-weight:800;
	clip-path:polygon(0 0,100% 0,100% 75%,50% 100%,0 75%);
	box-shadow:0 2px 6px rgba(0,0,0,.15);
}
.top100-rankRibbon .top100-best{ font-size:13px; opacity:.9; margin-right:6px; }
.top100-rankRibbon .top100-rnum{ font-size:15px; }
.top1-slot .top100-rankRibbon{ min-width:60px; height:50px;}

.top100-head {
	display: grid;
	grid-template-columns: 1fr auto 1fr; /* 좌-가운데-우 */
	align-items: center;
	margin-bottom: 12px;
}

.top100-head h2 {
	grid-column: 2;
	justify-self: center;
	margin: 0;
}

.top100-more {
	grid-column: 3;
	justify-self: end;
	font-size: 12px;
	opacity: 0.75;
}
.top100-more:hover{ opacity:1; text-decoration:underline; }

/*특별기획전*/
.campaign-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
	gap: 20px;
}

.campaign-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.campaign-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.campaign-card img {
	width: 100%;
	height: auto;
	display: block;
}

.badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #007bff;
	color: #fff;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 999px;
}

.campaign-info {
	padding: 14px 16px 16px;
	background: #fff;
}

.campaign-info .title {
	color: #333;
	margin-bottom: 6px;
	font-weight: 500;
}

.campaign-info .date {
	font-size: 13px;
	color: #777;
}

.bestGoodsItem, .recoGoodsItem, .newGoodsItem {  clear:both; position:relative; min-height: 400px; }
.cateGoodsItem { position:absolute; width:100%; clear:both; min-height: 400px; }
.goodsItemTitle { clear:both; padding:40px 0 40px 0; text-align:center }

.goodsItemBox { width:1220px; }
.goodsItemBox .goodsItem { width:285px; height:400px; float:left; text-align:left; margin-right:20px; }
.goodsItemBox .goodsItem li:first-child { overflow:hidden; }
.goodsItemBox .goodsItem li:first-child img { width:285px; height:285px; }
.goodsItemBox .goodsItem3 { width:386px; height:500px; float:left; text-align:left; margin-right:20px; }
.goodsItemBox .goodsItem3 li:first-child img { width:386px; height:386px; }
.goodsItemBox .goodsItem4 { width:285px; height:420px; float:left; text-align:left; margin-right:20px; }
.goodsItemBox .goodsItem4 li:first-child img { width:285px; height:285px;}
.goodsItemBox .goodsItem6 { width:183px; height:340px; float:left; text-align:left; margin-right:20px; }
.goodsItemBox .goodsItem6 li:first-child img { width:183px; height:183px; }
.goodsItemBox img { -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; }
.goodsItemBox img: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); }
.goodsItemBox li { padding-top:8px; clear:both; font-family: 'SCDream', sans-serif; }
.goodsItemBox li:first-child { padding-top:0; position:relative; }
.goodsItemBox li:nth-child(2) { margin:0 0 4px 0; overflow:hidden;  max-height:44px; line-height:1.2em; }
.goodsItemBox li a { font-size:13px; color:#333; text-decoration:none; }
.goodsItemBox li div:first-child { float:left; font-family: 'Montserrat', sans-serif; font-weight:bold;  font-size:14px; color:#000;  }
.goodsItemBox .couponIcon { float:left; font-size:8px; line-height:2.3em; margin:2px 0 0 5px; text-align:center; width:35px; height:18px; background:#a201fe; color:#fff; }
.goodsItemBox .origPrice { float:left; font-family: 'Montserrat', sans-serif; font-size:11px; line-height:1.5em; margin-left:5px; color:#808080; }
.goodsItemBox .salePrice { float:left; font-family: 'Montserrat', sans-serif; font-size:11px; line-height:1.8em; margin-left:5px; text-align:center; width:40px; height:18px; color:#fff; background:#fb2d04 }
.goodsItemBox .rankIcon { position:absolute; top:0; left:0; width:30px; height:30px; background:#111; color:#fff; text-align:center; line-height:30px;  font-family: 'Montserrat', sans-serif; filter:alpha(opacity=60) !important; -moz-opacity:0.6; opacity:0.6 !important; }
.goodsItemBox .soldoutIcon { position:absolute; font-size:11px; bottom:0; right:0; width:40px; height:30px; background:#808080; color:#fff; text-align:center; line-height:30px; filter:alpha(opacity=60) !important; -moz-opacity:0.6; opacity:0.6 !important;}
.circleBtn { color:#fff; background-color:#333; text-align:center; border-radius: 40px;outline: none; }
.circleBtn2 { position:relative; cursor:pointer; background-color:#ccc; color:#fff; width:30px; height:25px; padding-top:5px; text-align:center; border-radius: 30px; }

.categoryGoodsItem { position:relative; }
.categoryGoodsItem .categoryMenu { display:inline-block; cursor:pointer; padding:4px 15px 6px 15px; border:2px solid #dadada; color:#aaa; margin-right:10px; position:relative;}
.categoryGoodsItem .categoryMenu.hover { border-color:#666; color:#333; }
.categoryGoodsItem .arrow { position:absolute; bottom:-7px; left:48%; width:8px; height:8px; border-left:2px solid #666;border-top:2px solid #666; background:#fff; display:none; }

.mainCustomCode { width:1200px; overflow:hidden; text-align:left;}

.secCateName {  font-size:24px; float:left; }
.secCateLocation { font-family: 'SCDream', sans-serif; font-size:12px; font-weight:300; color:#666; float:left; padding:12px 0 0 20px; }
.cateList { width:1200px; }
.cateList ul { width:1215px; }
.cateList li { float:left; width:209px; height:20px; color:#666; line-height:1.6em; margin:0 15px 15px 0; padding:6px 8px; text-align:center; border:1px solid #aaa; font-size:12px; position:relative; text-align:left; }
.cateList li:hover { background-color:#efefef; cursor:pointer; font-weight:500; }
.cateList li.selected { background-color:#efefef; cursor:pointer; font-weight:500; }
.cateList li a { font-family: 'SCDream', sans-serif; font-size:12px; color:#333; text-decoration:none; }
.cateList li a span { display:inline-block; padding-left:6px; color:#aaa; font-family: 'Montserrat', sans-serif; font-size:12px; font-weight:normal; }
.cateList li i { position:absolute; top:10px; right:10px; }
.cateList li div:first-child { width:100% }
.cateList li div.cateSubMenu { position:absolute; top:33px; left:-1px; padding:8px; text-align:left; border:1px solid #aaa; border-top:0; width:calc(100% - 16px); z-index:9; display:none; background-color:#fff; }
.cateList li div.cateSubMenu a { font-weight:normal; }
.cateList li div.cateSubMenu a:first-child { padding-top:0 }
.cateList li div.cateSubMenu a:hover { text-decoration:underline; }
.cateList li div.cateSubMenu a.selected { text-decoration:underline; }
.cateList li div.cateSubMenu a div { padding:6px 0 4px 0; width:100% }
.cateList li div.cateSubMenu span{ display:inline-block; padding-left:6px; color:#aaa; font-family: 'Montserrat', sans-serif; font-size:12px; font-weight:normal; }
.cateList .secCateList { clear:both; padding:10px 0;}
.cateList .secCateList div { float:left; padding-right:20px; font-size:0.9em; }


.listTopTitle { float:left;  font-size:1.2em; }
.listTopSelect { float:right;  text-align:left; font-size:0.85em; position:relative;  }
.listTopSelect .icon_th3 { position:relative; width:25px; height:25px; float:left; margin-top:4px;  }
.listTopSelect .icon_th3 .icon_box { position:absolute; width:7px; height:7px; background:#aaa; overflow:hidden;}
.listTopSelect .icon_th3 .icon_box.selected { background-color:#333; }
.listTopSelect .icon_th4 { position:relative; width:26px; height:26px; float:left; margin:4px 10px 0 10px; }
.listTopSelect .icon_th4 .icon_box { position:absolute; width:5px; height:5px; background:#aaa; overflow:hidden;}
.listTopSelect .icon_th4 .icon_box.selected { background-color:#333; }
.listTopSelect .icon_th6 { position:relative; width:26px; height:26px; float:left; margin-top:4px; }
.listTopSelect .icon_th6 .icon_box { position:absolute; width:3px; height:3px; background:#aaa; overflow:hidden;}
.listTopSelect .icon_th6 .icon_box.selected { background-color:#333; }
.listTopSelect .search { border:1px solid #ccc; height:30px; width:150px; 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}

.listArea { clear:both; }

.snsBox { background:#f3f3f3; min-height:120px; padding:30px 0; font-size:18px; font-family: 'SCDream', sans-serif; font-weight:400 }
.snsBox p.btn { margin-bottom:10px; background:#fff; border:1px solid #ccc; width:40%; color:#999; font-size:0.8em; padding:15px 0px; display:inline-block; cursor:pointer;}
.snsBox p.btn:hover { border:1px solid #666; }
.snsBox p:nth-child(2n) { margin-left:14px }
.snsBox p.empty { width:10px; overflow:hidden; display:inline-block;}

.loginBox { background:#fff; padding:30px 0; text-align:center; width:460px; margin:0 auto; }
.loginBox li { position:relative; padding-bottom:20px;  }
.loginBox .floatRight ul li { float:left; padding:0 8px; height:18px; position:relative;}
.loginBox .floatRight ul li.last { padding-right:0 }
.loginBox .floatRight ul li.line:after { content:''; float:left; width:1px; height:12px; background-color:#ddd; position:absolute; top:8px; right:-2px }
.loginBox .floatRight ul li a { font-size:0.85em; letter-spacing:0px; color:#333; text-decoration:none; font-weight:300; letter-spacing: -0.05em;}
.loginBox .floatRight ul li a:link, .loginBox .floatRight ul li a:visited, .loginBox .floatRight ul li a:active{ color:#333; }
.loginBox .searchId { margin-bottom:20px; background:#f3f3f3; height:20px; padding:20px; font-family: 'SCDream', sans-serif; font-weight:300; font-size:13px; color:#999; display:none; }
.loginBox .searchId span { color:#333; font-weight:400; }
.loginBox .authSelect { margin-bottom:20px; background:#f3f3f3; padding:10px 20px 20px 20px; font-family: 'SCDream', sans-serif; font-weight:300; font-size:13px; color:#333; display:none; }
.loginBox .authSelect p { text-align:left; padding-top:10px; }
.loginBox .authSelect p.help { padding:6px 0 0 32px; color:#999 }
.loginBox .authSelect .cells, .loginBox .authCode, .loginBox .passwdInfo { display:none; }
.loginBox .authCode .auth_code_time { position:absolute; right:20px; top:23px; color:#999; font-family: 'SCDream', sans-serif; font-weight:300; font-size:11px; }

.snsRegistBox { background:#fff; padding:30px 0; text-align:center; width:440px; }
.snsRegistBox li { position:relative; padding-bottom:20px;  }

.registBox { background:#fff; padding:30px 0; text-align:center; width:660px; margin:0 auto; }
.registBox li { position:relative; padding-bottom:20px;  }

.registBox .attachBox { margin:0; border:1px solid #dadada; position:relative; overflow:hidden;}
.registBox .attachBox:after { content: "";  display: block;  padding-bottom: 60px; }
.registBox .attachBox .title { position:absolute; left:20px; top:20px; font-family: 'SCDream', sans-serif;font-weight:300; font-size:14px; }
.registBox .attachBox .title span { display:inline-block; padding-left:10px; color:#999; font-size:12px; }
.registBox .attachBox .info { font-family: 'SCDream', sans-serif; font-weight:300; font-size:12px; padding:50px 20px 0px 20px }
.registBox .attachBox .delete { position:absolute; top:20px; right:5px; padding:0 5px; background:#fff; border-radius: 3px;  display:none; z-index:9; cursor:pointer; }
.registBox .attachBox .file_name { position:absolute; left:20px; top:30px; font-family: 'SCDream', sans-serif;font-weight:400; font-size:14px; color:#333; }
.registBox .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; }

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

.inputBox input[type=text], .inputBox input[type=password] { border:1px solid #d4d4d4; height: 40px; width:calc(100% - 42px); padding:20px 20px 0px 20px ; font-size:14px; font-family: 'SCDream', sans-serif; }
.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; font-family: 'SCDream', sans-serif; }
.inputBox .inputTitle { position:absolute; top:20px; left:22px; font-family: 'SCDream', sans-serif; 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:430px;}
.inputBox .separation3 { float:right; text-align:left; width:430px; }
.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-family: 'SCDream', sans-serif; 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;}

.title { padding-bottom:20px; font-size:18px; font-family: 'SCDream', sans-serif; font-weight:300 }
.agreeBox { clear:both; text-align:left; margin:0 auto 20px auto; border:1px solid #d4d4d4; background:#fff; width:460px; padding:20px 100px 20px 100px ; font-family: 'SCDream', sans-serif; }
.agreeBox p { clear:both;  }
.agreeBox label { float:left; font-weight:300; font-size:12px; }
.agreeBox label b{ font-size:11px; color:#999;font-weight:300 }
.agreeBox div { display:inline-block; float:right; font-weight:300; font-size:11px; }
.documentAll1Info, .documentAll2Info { font-family: 'SCDream', sans-serif; font-weight:300; font-size:11px; display:none; }
.popup_documentAll1Info, .popup_documentAll2Info { margin:10px 0; border:1px solid #ccc; background:#f3f3f3; font-family: 'SCDream', sans-serif; font-weight:300; font-size:11px; height:60px; overflow:auto; display:none }
.agreementInfo, .privacyInfo { font-family: 'SCDream', sans-serif; font-weight:300; font-size:11px; text-align:left; }
.agreementInfo b, .privacyInfo b, .documentAll1Info b, .documentAll2Info b { font-size:14px; font-weight:normal }
.iconRegistOk { width:150px; height:150px; border:2px solid #666; border-radius:150px; }
.registOkBox { border:1px solid #ccc; width:738px; text-align:left; padding:24px 30px 26px 30px; }
.registOkBox span { display:inline-block; float:right; font-weight:300; font-size:13px; }
.registOkBox span .btnTitle { float:left; padding:6px 0 0 10px }
.withdrawal_help { text-align:left; width:598px; border:3px solid #efefef; color:#888; padding:20px; line-height:26px; }
.orderOkBox { border:1px solid #ccc; width:738px; text-align:left; padding:24px 20px 26px 20px; margin:0 auto;}
.orderOkBox b{ font-family: 'Montserrat', sans-serif; font-size:18px; font-weight:600 }
.orderOkBox span { display:block; font-weight:300; font-size:13px; padding-top:10px; }

.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; }

.shineButton { background-color:#fff; width:300px; padding: 0; height:57px; font-size:16px; line-height:16px; position: relative; color: #333; border: 1px solid #ccc; border-radius: 0px; -webkit-box-shadow: 0 0 0 0 transparent; 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; }
.shineButton:hover { color: #333; -webkit-box-shadow: 0 0 5px 0 #fefefe; box-shadow: 0 0 5px 0 #fefefe; background-color: #efefef; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.shineButton:hover:before { -webkit-animation: shine 0.5s 0s linear; -moz-animation: shine 0.5s 0s linear; animation: shine 0.5s 0s linear; }
.shineButton: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; }
.shineButton: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); }
.shineButtonBlack { background-color:#333; width:458px; padding: 0; height:57px; font-size:16px; line-height:16px; position: relative; color: #fff; border: 1px solid #ccc; border-radius: 0px; 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;}
.shineButtonBlack:hover { color: #ffffff; box-shadow: 0 0 5px 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; }
.shineButtonBlack:hover:before { -webkit-animation: shine 0.5s 0s linear; -moz-animation: shine 0.5s 0s linear; animation: shine 0.5s 0s linear; }
.shineButtonBlack: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; }
.shineButtonBlack: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); }

.shineSend2 { background-image: linear-gradient( 142deg, 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: background2 3s linear infinite; }
@keyframes background2 { 0% { background-position: 0 0; } 100% { background-position: 280px 0; } }

.shineButtonSmall { background-color:#fff; width:70px; padding: 0; height:27px; font-size:12px; line-height:16px; position: relative; color: #333; border: 1px solid #ccc; border-radius: 0px; 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; }
.shineButtonSmall:hover { color: #333; box-shadow: 0 0 5px 0 #fefefe; background-color: #efefef; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.shineButtonSmall:hover:before { -webkit-animation: shine 0.5s 0s linear; -moz-animation: shine 0.5s 0s linear; animation: shine 0.5s 0s linear; }
.shineButtonSmall: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; }
.shineButtonSmall: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); }
.shineButtonSmall.select { color: #333; box-shadow: 0 0 5px 0 #fefefe; background-color: #efefef; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.shineButtonSmallBlack { background-color:#333; width:70px; padding: 0; height:27px; font-size:12px; line-height:16px; position: relative; color: #fff; border: 1px solid #ccc; border-radius: 0px; 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;}
.shineButtonSmallBlack:hover { color: #ffffff; box-shadow: 0 0 2px 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; }
.shineButtonSmallBlack:hover:before { -webkit-animation: shine 0.5s 0s linear; -moz-animation: shine 0.5s 0s linear; animation: shine 0.5s 0s linear; }
.shineButtonSmallBlack: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; }
.shineButtonSmallBlack: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); }

.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 { font-family: 'SCDream', sans-serif; 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:30px; padding-top:10px; text-align:center; border-radius: 40px; }
.bottomHoldFix { width:calc(100% + 40px); position:fixed; left:-40px; z-index:9991; bottom:0;}

.ui-widget.ui-widget-content { border: 1px solid #666; border-top:0; font-family: 'SCDream', sans-serif; font-size:16px; font-weight:300; width:600px;  }

.content_list { clear:both; padding:0; }

.content_list .contentMenu {  height:50px; margin:0px 0px 40px 0px; width:1206px; position:relative; }
.content_list .contentMenu > ul { width:100% }
.content_list .contentMenu > ul > li { float:left; color:#666; height:50px; text-align:center; border:1px solid #dadada; border-right:0; font-family: 'SCDream', sans-serif; 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;}


.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-family: 'SCDream', sans-serif; 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: 'Montserrat', sans-serif; }
.content_list table.listIn tr td span.num { font-family: 'Montserrat', 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-family: 'SCDream', sans-serif; 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-family: 'SCDream', sans-serif; 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; }

.review .comment_list { padding-top:0px; text-align:left; }
.review .comment_list ul li { padding:0; margin:0; width:100%;  }
.review .comment_list ul li.comment_title { width:calc(100% - 20px);background:#f3f3f3; height:25px; font-family: 'SCDream', sans-serif; font-weight:300; padding:10px 10px; }
.review .comment_list ul li.comment_title span { display:inline-block; float:right; font-size:13px; padding:4px 0 0 0; }
.review .comment_list ul li.comment_title span.name { color:#888 }
.review .comment_list ul li.comment_title span.date { font-family: 'Montserrat', sans-serif; }
.review .comment_list ul li.comment_content .options { padding:10px 0; }
.review .comment_list ul li.comment_content .options span { color:#808080 }
.review .comment_list ul li.comment_content { clear:both; padding:10px 0 20px 0; text-align:left; font-family: 'SCDream', sans-serif; font-weight:300; font-size:13px;}
.review .comment_list ul li.comment_content .image { margin:10px 0; cursor:pointer;}
.review .comment_list ul li.comment_content .image img { display:inline-block; float:left; height:100px; margin-right:20px; border-radius:6px;  }

.review .view { padding:20px 0;  font-family: 'SCDream', sans-serif; border-top:2px solid #666; }
.review .view .image { float:left; position:relative; left:0px; top:0px; text-align:center; width:480px; overflow:hidden; margin-right:30px; }
.review .view .image img { width:480px; }
.review .view .detail { float:left; width: 380px; }
.review .view .detail div:nth-child(2) { padding:10px 0 0 0; }
.review .view .detail div:nth-child(3) { color:#888; font-size:13px; padding:10px 0 20px 0 }
.review .view .detail div:nth-child(4) { width:350px; max-height:340px; border:1px solid #ccc; background:#fafafa; padding:10px; font-size:13px; overflow:auto; }


.reviewBox { width:1200px;  font-family: 'SCDream', sans-serif;}
.reviewBox .item { width:280px; height:380px; float:left; text-align:left; margin-right:20px; cursor:pointer; }
.reviewBox .item li { padding-top:12px; }
.reviewBox .item li:first-child img { width:280px; height:200px; border-radius:6px;  }
.reviewBox .item li .jb-table { display: table; width: 280px; height: 200px; background:#999 }
.reviewBox .item li .jb-table-row { display: table-row; }
.reviewBox .item li .jb-table-cell { display: table-cell; vertical-align: middle; }
.reviewBox .item li .text { padding:0 20px; text-align: center; color: #ffffff; font-size:22px; line-height:42px;}
.reviewBox .item li.name {font-size:13px;  }
.reviewBox .item li.name span { display:block; padding:10px 0}
.reviewBox .item li.content { font-size:12px; height:46px; overflow:hidden; }
.reviewBox .item li.date { font-size:12px; color:#888  }
.reviewBox .item li.date span { display:inline-block; float:right; padding-right:10px; font-family: 'Montserrat', sans-serif;  }

.inquiry .title { float:left; width:60px; font-weight:700; color:#ccc; font-size:30px; }
.inquiry .content { float:left; width:calc(100% - 60px); }

.inquiry .content .image { margin:10px 0; cursor:pointer;}
.inquiry .content .image img { display:inline-block; float:left; height:100px; margin-right:20px; border-radius:6px;  }

.content_list2 { clear:both; padding:0; }
.content_list2 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_list2 table.listIn tr { background-color:#fff; }
.content_list2 table.listIn tr.listTitle { cursor:pointer; }
.content_list2 table.listIn tr:hover { background-color:#fdfdfd; }
.content_list2 table.listIn tr.over:hover { background-color:#111; color:#fff; cursor:pointer; }
.content_list2 table.listIn tr.over:hover a {  color:#fff;  }
.content_list2 table.listIn tr td { background-color:transparent; height:40px; padding:6px 10px; position:relative;font-family: 'SCDream', sans-serif; font-weight:400; font-size:15px; text-align:center; border:1px solid #ccc; border-left:0; border-right:0; border-top:0; }
.content_list2 table.listIn tr td.num { font-family: 'Montserrat', sans-serif; }
.content_list2 table.listIn tr td span.num { font-family: 'Montserrat', sans-serif; }
.content_list2 table.listIn tr td p.arrow { display:inline-block; float:right; }
.content_list2 table.listIn tr td.tleft { text-align:left; }
.content_list2 table.listIn tr td.content { text-align:left; padding:20px 40px; display:none; background:#fafafa; line-height:1.8em }
.content_list2 table.listIn tr td.emptyList { height:100px; padding:40px 10px;  }
.content_list2 table.listIn tr td .sub { font-size:13px; }
.content_list2 table.listIn thead td { height:40px; padding:6px 10px; font-size:16px;  font-family: 'SCDream', sans-serif; font-weight:300; text-align:center;  border:1px solid #999; border-left:0; border-right:0; background-color:#aaa; color:#fff; }
.content_list2 table.listIn thead th { height:40px; padding:6px 10px; font-size:16px;  font-family: 'SCDream', sans-serif; font-weight:400; text-align:center;  border-bottom:1px solid #ccc; background-color:#efefef; color:#111; }
.content_list2 .listBtn { clear:both; padding:20px 0; float:right; }

.content_write { clear:both; padding:0; width:840px;  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 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-family: 'SCDream', sans-serif;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-family: 'SCDream', sans-serif; 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-family: 'SCDream', sans-serif;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-family: 'SCDream', sans-serif;font-weight:300; font-size:14px; }
.content_write .infoBox .info { font-family: 'SCDream', sans-serif; font-weight:300; font-size:12px; padding:60px 20px 20px 20px }

.content_view .title { position:relative; min-height:30px; padding:20px 280px 10px 20px; font-size:16px;  font-family: 'SCDream', sans-serif; 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: 'Montserrat', sans-serif; }
.content_view .title span span{ font-family: 'SCDream', sans-serif;font-weight:300; font-size:14px; }
.content_view .adds { position:relative; height:30px; padding:10px 20px 10px 20px; font-size:14px;  font-family: 'SCDream', sans-serif; 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:30px; padding:10px 20px 10px 0px; font-size:14px;  font-family: 'SCDream', sans-serif; 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-family: 'SCDream', sans-serif; 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-family: 'SCDream', sans-serif; font-weight:300; text-align:left;}
.content_view .comment_title span { font-family: 'Montserrat', sans-serif; }
.content_view .comment_title span:last-child { display:inline-block; float:right; font-family: 'SCDream', sans-serif; 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-family: 'SCDream', sans-serif; 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: 'Montserrat', sans-serif; }
.content_view .comment_list ul li.comment_content { clear:both; text-align:left; font-family: 'SCDream', sans-serif; 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:30px; padding:10px 20px 10px 20px; font-size:14px;  font-family: 'SCDream', sans-serif; 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; }

.cs_top { width:calc(100% - 82px); border:1px solid #ccc; padding:40px 40px; text-align:left; font-family: 'SCDream', sans-serif; font-weight:400; font-size:38px; }
.cs_top .cs_title { width:50%; float:left; padding-top:10px; }
.cs_top .cs_title div { padding-top:20px; font-weight:300; font-size:17px;color:#999 }
.cs_top	.cs_time { width:220px; float:right; font-weight:300; font-size:14px; }
.cs_top .cs_time div { padding:2px 0; }
.cs_top .cs_time div:first-child { font-size:22px; font-weight:600; padding-bottom:10px; }
.cs_top .cs_time div span { display:inline-block;  width:98px; color:#888 }

.cs_step { clear:both; border:1px solid #ccc; border-top:0; text-align:left; font-family: 'SCDream', sans-serif; font-weight:300; font-size:14px;  -webkit-box-shadow: 0 4px 8px #efefef; box-shadow: 0 4px 8px #efefef;}
.cs_step .step { float:left; padding: 40px; border-right:1px solid #ccc; width:323px; }
.cs_step .last { width:310px; border:0; }
.cs_step .step div:first-child { font-size:16px; padding:6px 0; color:#888}
.cs_step .step div span { color:#333; font-weight:400; }
.cs_step .step div a { display:inline-block; float:right; font-size:14px; }
.cs_step .step div:nth-child(2) { font-size:20px; padding:6px 0;}
.cs_step .step div:last-child { font-size:13px; padding:6px 0; color:#888}
.cs_step .step div img { vertical-align:middle; }

.cs_faq { text-align:left; font-family: 'SCDream', sans-serif; font-weight:300; font-size:16px; float:left; width:48% }
.cs_faq a { display:inline-block; float:right; font-size:13px; }
.cs_faq .cs_faq_search { margin-top:10px; border:1px solid #ccc; padding:24px 40px; background:#fafafa; font-size:13px; position:relative; }
.cs_faq .cs_faq_search div { position:relative; width:340px; display:inline-block; padding-left:20px; }
.cs_faq .cs_faq_search input { border:1px solid #ccc; height:30px; width:300px; padding:0 30px 0 10px;  font-size:0.95em; color:#333; }
.cs_faq .cs_faq_search span { display:inline-block; color:#888; margin-right:20px;  }

.cs_notice { text-align:left; font-family: 'SCDream', sans-serif; font-weight:300; font-size:16px; float:right; width:48%; }
.cs_notice p { display:inline-block; float:right; font-size:13px; }
.cs_notice div { clear:both; padding:10px 0; border-top:1px solid #dadada; font-size:13px; }
.cs_notice div:last-child { border-bottom:1px solid #ccc; }
.cs_notice div a { display:inline-block;  width:calc(100% - 100px); overflow:hidden; white-space: nowrap; text-overflow:ellipsis;  }
.cs_notice div span { display:inline-block; float:right; font-size:14px; color:#999;font-family: 'Montserrat', sans-serif;  }

.itemBox { width:1200px; font-family: 'SCDream', sans-serif; }
.itemBox .item { width:390px; height:280px; float:left; text-align:left; margin-right:10px; }
.itemBox .item li { padding-top:12px;  }
.itemBox .item li:first-child img { width:390px; height:150px; }
.itemBox .item li a { font-size:18px; color:#333; text-decoration:none; }
.itemBox .item li .jb-table { display: table; width: 390px; height: 150px; background:#999 }
.itemBox .item li .jb-table-row { display: table-row; }
.itemBox .item li .jb-table-cell { display: table-cell; vertical-align: middle; }
.itemBox .item li .text { padding:0 20px; text-align: center; color: #ffffff; font-size:22px; line-height:42px;}
.itemBox .item li.date { font-family: 'Montserrat', sans-serif;  }
.itemBox .galleryBody { width:1300px; }
.itemBox .gallery { width:360px; height:400px; float:left; text-align:left; margin-right:60px; }
.itemBox .gallery li { padding-top:12px;  }
.itemBox .gallery li:first-child { padding-top:0; width:360px; height:270px; 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:360px; height:270px; -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: 360px; height: 270px; 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: 'Montserrat', sans-serif; color:#808080; }


.goodsInfo { width:1200px; }
.goodsInfo .goodsImage { float:left; width:600px; height:600px; }
.goodsInfo .goodsImage img{ width:600px; height:600px; }
.goodsInfo .goodsDetail { float:right; width:550px; font-family: 'SCDream', sans-serif; text-align:left;}
.goodsInfo .goodsDetail .goods_icon { padding:0 0 10px 0; }
.goodsInfo .goodsDetail .goods_name { font-size:24px; padding:0 0 10px 0; }
.goodsInfo .goodsDetail .goods_price { padding:20px 0 0 0; font-size:20px;}
.goodsInfo .goodsDetail .goods_price span { font-family: 'Montserrat', sans-serif; font-weight:600; letter-spacing:2px; font-size:30px; }
.goodsInfo .goodsDetail .coupon_price { padding:20px 0 0 0; font-size:20px; color:#a201fe; float:left; }
.goodsInfo .goodsDetail .coupon_price span { font-family: 'Montserrat', sans-serif; font-weight:600; letter-spacing:2px; font-size:30px;}
.goodsInfo .goodsDetail .coupon_down { display:inline-block; padding:14px 0 0 10px; position:relative; color:#a201fe;}
.goodsInfo .goodsDetail .coupon_down span { cursor:pointer;  display:inline-block; position:relative; top:-19px; font-size:14px; padding:4px 15px 0 10px; height: 24px; color:#fff; background:#a201fe;; border-radius:0 3px 3px 0}
.goodsInfo .goodsDetail .coupon_down_ok { color:#808080 }
.goodsInfo .goodsDetail .coupon_down_ok span { background:#808080; cursor:default; }


.goodsInfo .goodsDetail .goods_detail { font-size:14px; color:#888; }
.goodsInfo .goodsDetail ul { border-top:1px solid #dadada }
.goodsInfo .goodsDetail li { padding:20px 0; font-size:14px;}
.goodsInfo .goodsDetail li s { font-family: 'Montserrat', sans-serif; color:#999; }
.goodsInfo .goodsDetail li div:nth-child(1) { float:left; width:150px; }
.goodsInfo .goodsDetail li div:nth-child(2) { float:right; width:400px; text-align:left; color:#808080}
.goodsInfo .goodsDetail li.line { border-bottom: 1px solid #dadada; height:10px; overflow:hidden; margin-top:10px; padding:0}
.goodsInfo .goodsDetail li div span { font-family: 'Montserrat', sans-serif; }

.goodsInfo .goodsDetail	.optionBox { position:relative; }
.goodsInfo .goodsDetail	.optionBox .option_title { width:calc(100% - 32px); border:1px solid #ccc; cursor:pointer; height:20px; padding:10px 10px 10px 20px; margin-bottom:10px; color:#333; z-index:1 }
.goodsInfo .goodsDetail	.optionBox .select { border:1px solid #666 }
.goodsInfo .goodsDetail	.optionBox .option_title span { display:inline-block; float:right }
.goodsInfo .goodsDetail	.optionBox .option_select { clear:both; width:calc(100% - 2px); max-height:400px; overflow:auto; border:1px solid #666; border-top:0; position:absolute; top:42px;z-index:9999; display:none; z-index:2; background-color:#fff }
.goodsInfo .goodsDetail	.optionBox .option_select .option_value { width:calc(100% - 30px); height:20px; padding:10px 10px 10px 20px; color:#666; font-size:14px; text-align:left; border-top:1px solid #efefef }
.goodsInfo .goodsDetail	.optionBox .option_select .option_value:hover { background:#f3f3f3; cursor:pointer;}
.goodsInfo .goodsDetail	.optionBox .option_select .soldout { color:#aaa }
.goodsInfo .goodsDetail	.optionBox .option_select div:first-child { border:0 }

.goodsInfo .goodsDetail .option_item { border:1px solid #ccc; border-top:0; background:#efefef; padding:15px; width:calc(100% - 32px); }
.goodsInfo .goodsDetail .option_item:first-child { border-top:1px solid #ccc; }
.goodsInfo .goodsDetail .option_item .option_item_name { float:left; font-size:15px; }
.goodsInfo .goodsDetail .option_item .option_item_name span{ font-size:13px; color:#808080 }
.goodsInfo .goodsDetail .option_item .option_item_qty {  float:right; font-size:12px; color:#808080 }
.goodsInfo .goodsDetail .option_item .option_item_x { float:right; cursor:pointer; }
.goodsInfo .goodsDetail .option_item .option_item_plus { float:left; border:1px solid #ccc; background:#fff; width:30px; height:24px; text-align:center; padding-top:6px; font-size:13px; cursor:pointer}
.goodsInfo .goodsDetail .option_item .option_item_minus { float:left; border:1px solid #ccc; background:#fff; width:30px; height:24px; text-align:center; padding-top:6px; font-size:13px; cursor:pointer}
.goodsInfo .goodsDetail .option_item .option_item_input input { float:left;  border:1px solid #ccc; border-left:0; border-right:0; font-family: 'Montserrat', sans-serif; font-size:18px; padding:5px 0px 3px 0px;; width:44px; height:22px; text-align:center;}
.goodsInfo .goodsDetail .option_item .option_item_price { float:right; font-size:15px;}
.goodsInfo .goodsDetail .option_item .option_item_price span { font-family: 'Montserrat', sans-serif; font-weight:500; letter-spacing:1px; font-size:16px; }
.goodsInfo .goodsDetail .option_item .option_item_coupon { float:left; font-size:14px; line-height:1.8em; margin:1px 0 0 10px; text-align:center; width:80px; height:30px; background:#a201fe; color:#fff; line-height:2.2em;  display:none;}

.goodsInfo .goodsDetail	.totalPrice { border-top:1px solid #ccc; padding-top:20px; font-size:20px; }
.goodsInfo .goodsDetail	.totalPrice span { display:inline-block; float:right;  }
.goodsInfo .goodsDetail	.totalPrice span .total_price { font-size:30px; color:#111; font-weight:600; font-family: 'Montserrat', sans-serif; }
.goodsInfo .goodsDetail p.btn { float:left; background:#fff; border:1px solid #ccc; width:100px; color:#333; font-size:18px; text-align:center; padding:15px 0px; display:inline-block; cursor:pointer;}
.goodsInfo .goodsDetail p.btn:hover { border:1px solid #666; }

.sub_title { clear:both; padding:10px 0 10px 0; font-family: 'SCDream', sans-serif; text-align:left; font-size:22px; border-bottom:2px solid #666; }
.sub_title span { float:right; font-size:14px; padding-top:6px; }
.goods_explain { float:left; width:880px; text-align:left; }
.goods_explain .contentMenu { width:880px; }
.goods_explain .contentMenuSub { width:calc(25% - 2px); background:#fff; }
.goods_explain .contentMenuSub:last-child { width:calc(25% + 1px); }
.goods_explain .contentEmpty { clear:both; height:100px; overflow:hidden; display:none; }
.goods_explain .info_box { background:#f3f3f3;padding:20px; }
.goods_explain .info_box div { font-family: 'SCDream', sans-serif; text-align:left; font-size:14px; line-height:30px; }
.goods_explain .info_box div:first-child {  font-size:16px; color:#111}
.goods_explain .reviewInfo { font-size:12px; width:500px; padding-left:150px;}
.goods_explain .reviewInfo .leftBox { float:left; width:150px; padding:20px 0 0 50px;  position:relative;}
.goods_explain .reviewInfo .leftBox .star { font-size:30px;font-family: 'Montserrat', sans-serif; text-align:center; padding-top:12px; width:120px; }
.goods_explain .reviewInfo .starsBg { display:inline-block; }
.goods_explain .reviewInfo .starsCntBg { position:absolute; top:20px; left:50px; text-align:left; }
.goods_explain .reviewInfo .starsCnt { width:120px; }
.goods_explain .reviewInfo .rightBox { float:right; width:calc(100% - 220px); }
.goods_explain .reviewInfo .rightBox .stars { float:left; width:40px }
.goods_explain .reviewInfo .rightBox .per_line { float:left; width:calc(100% - 90px);}
.goods_explain .reviewInfo .rightBox .per_line_bar { float:left;background:#f48042; height:10px; margin-top: 4px; width:1px; border-radius:5px; }
.goods_explain .reviewInfo .rightBox .star_cnt { float:left;  padding-left:10px; text-align:left; color:#808080; font-family: 'Montserrat', sans-serif; }
.goods_explain .reviewInfo .rightBox .rightBox2 { clear:both; padding-top:8px; }

.goods_fixed { position:relative; float:right; width:300px; font-family: 'SCDream', sans-serif; text-align:left;}
.goods_fixed .optionBox { position:relative; }
.goods_fixed .optionBox .option_title { width:calc(100% - 32px); font-size:14px; border:1px solid #ccc; cursor:pointer; height:20px; padding:10px 10px 10px 20px; margin-bottom:10px; color:#333; z-index:1 }
.goods_fixed .optionBox .select { border:1px solid #666 }
.goods_fixed .optionBox .option_title span { display:inline-block; float:right }
.goods_fixed .optionBox .option_select { clear:both; width:calc(100% - 2px); border:1px solid #666; border-top:0; position:absolute; top:42px;z-index:9999; display:none; z-index:2; background-color:#fff }
.goods_fixed .optionBox .option_select .option_value { width:calc(100% - 30px); height:20px; padding:10px 10px 10px 20px; color:#666; font-size:13px;  text-align:left; border-top:1px solid #efefef }
.goods_fixed .optionBox .option_select .option_value:hover { background:#f3f3f3; cursor:pointer;}
.goods_fixed .optionBox .option_select .soldout { color:#aaa }
.goods_fixed .optionBox .option_select div:first-child { border:0 }

.goods_fixed .option_list { border:1px solid #ccc; background:#efefef; overflow:auto; }
.goods_fixed .option_item { border-top:1px solid #ccc; padding:15px; width:calc(100% - 32px); }
.goods_fixed .option_item:first-child { border-top:0; }
.goods_fixed .option_item .option_item_name { float:left; font-size:14px; }
.goods_fixed .option_item .option_item_name span { font-size:12px; color:#808080 }
.goods_fixed .option_item .option_item_qty { float:right; font-size:12px; color:#808080 }
.goods_fixed .option_item .option_item_x { float:right; cursor:pointer; }
.goods_fixed .option_item .option_item_plus { float:left; border:1px solid #ccc; background:#fff; width:25px; height:21px; text-align:center; padding-top:4px; font-size:11px; cursor:pointer}
.goods_fixed .option_item .option_item_minus { float:left; border:1px solid #ccc; background:#fff; width:25px; height:21px; text-align:center; padding-top:4px; font-size:11px; cursor:pointer}
.goods_fixed .option_item .option_item_input input { float:left;  border:1px solid #ccc; border-left:0; border-right:0; font-family: 'Montserrat', sans-serif; font-size:15px; padding:4px 0px 2px 0px;; width:44px; text-align:center;}
.goods_fixed .option_item .option_item_price { float:right; font-size:14px;}
.goods_fixed .option_item .option_item_price span { font-family: 'Montserrat', sans-serif; font-weight:500; letter-spacing:1px; font-size:16px; line-height:1.8em}
.goods_fixed .option_item .option_item_coupon { float:left; font-size:10px; line-height:1.8em; margin:1px 0 0 4px; text-align:center; width:50px; height:26px; background:#a201fe; color:#fff; line-height:2.6em; display:none;}

.goods_fixed .totalPrice { border-top:1px solid #ccc; padding-top:20px; font-size:18px; }
.goods_fixed .totalPrice span { display:inline-block; float:right;  }
.goods_fixed .totalPrice span .total_price { font-size:26px; color:#111; font-weight:600; font-family: 'Montserrat', sans-serif; }
.goods_fixed p.btn { float:left; background:#fff; border:1px solid #ccc; width:98px; color:#333; font-size:18px; text-align:center; padding:15px 0px; display:inline-block; cursor:pointer;}
.goods_fixed p.btn:hover { border:1px solid #666; }

.content_listHoldFix { position:fixed; top:50px; z-index:9991; border-top:0 }
.goods_fixedHoldFix { position:fixed; top:52px; z-index:9991; border-top:0; }

.mypage { font-family: 'SCDream', sans-serif; text-align:left; width:1200px;}
.mypage .mypage_top { width:calc(100% - 82px); border:1px solid #ccc; padding:30px 40px 20px 40px; text-align:left; }
.mypage .mypage_top .profile { width:240px; float:left; text-align:center;}
.mypage .mypage_top .profile div:nth-child(2) {  padding-top:10px; }
.mypage .mypage_top .profile div:nth-child(3) {  padding-top:4px; color:#999; }
.mypage .mypage_top .profile .btnBox { height:16px; padding:10px 0; background:#efefef;border-radius:6px; font-size:12px; font-weight:300 }
.mypage .mypage_top .info { width:860px; float:right; font-weight:300; font-size:14px; }
.mypage .mypage_top .info div:first-child {  font-size:16px; color:#111; padding-left:52px; font-weight:400;}
.mypage .mypage_top .info ul { padding-left:22px; }
.mypage .mypage_top .info ul li { padding:30px 0; font-size:14px; float:left; width:110px; text-align:center; }
.mypage .mypage_top .info ul li.line { padding:28px 0 0 0; font-size:18px; float:left; width:30px; text-align:center; color:#999}
.mypage .mypage_top .info ul li span { display:block; padding-top:20px; font-size:40px; font-family: 'Montserrat', sans-serif; font-weight:200; }
.mypage .mypage_top .info .btnBoxs { clear:both; padding:9px 0 0 50px; }
.mypage .mypage_top .info .btnBox { margin:0 10px 0 0 ; height:16px; width:170px; float:left; padding:10px 40px; background:#efefef;border-radius:6px; font-size:12px; font-weight:300; text-align:left; }
.mypage .mypage_top .info .btnBox span {   display:inline-block; float:right; padding-top:0px; font-size:16px; font-family: 'Montserrat', sans-serif; font-weight:400; }
.mypage .infoBox { width:calc(100% - 2px); clear:both; border:1px solid #ccc; border-top:0; text-align:left; font-family: 'SCDream', sans-serif; font-weight:300; font-size:14px;  -webkit-box-shadow: 0 4px 8px #efefef; box-shadow: 0 4px 8px #efefef; }
.mypage .infoBox .info { float:left; padding: 20px 20px; border-right:1px solid #ccc; width:calc(25% - 41px); text-align:center;}
.mypage .infoBox .info div:nth-child(1) { float:left; width:40%; font-size:20px; padding-top:6px;}
.mypage .infoBox .info div:nth-child(2) { float:left; width:60%; font-size:14px; padding-top:10px; }
.mypage .infoBox .info div:nth-child(2) span.num { display:block; padding-top:10px; font-size:35px; font-family: 'Montserrat', sans-serif; font-weight:200; }
.mypage .infoBox .info div:nth-child(2) p { display:block; padding-bottom:12px; }
.mypage .infoBox .info div:nth-child(2) span.num2 { display:inline-block; float:right; padding: 0 10px 0 0; position:relative; top:-5px; font-size:22px; font-family: 'Montserrat', sans-serif; font-weight:200; }
.mypage .infoBox .last { width:calc(25% - 40px); border:0; }

.recent_goods { font-family: 'SCDream', sans-serif; }
.recent_goods .item { padding:20px 0px 20px 0px; text-align:left; }
.recent_goods .dates { clear:both; font-family: 'Montserrat', sans-serif; font-size:20px; font-weight:500; padding-top:20px;}
.recent_goods .dates span { font-family: 'SCDream', sans-serif; font-size:18px; }
.recent_goods .goods { clear:both;  padding:20px 0; width:1300px; }
.recent_goods .goods div { float:left; padding:0 20px 20px 0; position:relative; }
.recent_goods .goods div img { width:182px; border-radius:6px; }
.recent_goods .goods div i { position:absolute; right:30px; top:10px; cursor:pointer; background:#fff; filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; }
.recent_goods .goods div i:hover {background:transparent; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.recent_goods .goods div .overInfo { display: block; height:60px; width:160px; padding:10px; font-size:12px; position:absolute; top:100px; text-align:center; color:#fff; background:#000; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; border-radius:0 0 6px 6px; display:none;}
.recent_goods .goods div .overInfo span:nth-child(1) {  display:block;  height:32px; overflow:hidden; }
.recent_goods .goods div .overInfo span:nth-child(2) { display:block; padding-top:6px; font-family: 'Montserrat', sans-serif; font-weight:500; letter-spacing:1px; font-size:14px; }
.recent_goods .empty { padding-top: 48%; }

.orderContent { float:left; font-family: 'SCDream', sans-serif; width:880px; text-align:left; }

.cartList { float:left; font-family: 'SCDream', sans-serif; width:880px; text-align:left; }
.cartList .listTopTitle { float:left;  font-size:1.2em; }
.cartList .listTopSelect { float:left; padding: 4px 0 0 20px; }
.cartList .listTopSelect span.bar { display:inline-block; padding:0 10px; color:#aaa; font-weight:100; }

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

.cartList .listInfo { border-top:1px solid #999; width:calc(100% - 20px); padding:20px 10px; }
.cartList .listInfo span.delivery { display:inline-block; float:right; font-size:13px; color:#808080; line-height:30px; }
.cartList .listItem { padding:20px 0px 20px 10px; clear:both; min-height:100px; border-top:1px solid #efefef; }
.cartList .listItem .listItemImg {float:left; width:120px; }
.cartList .listItem .listItemDetail { float:left; width: 400px;}
.cartList .listItem .listItemDetail div:nth-child(2) { padding:10px 0 0 0; font-size:13px; color:#808080 }
.cartList .listItem .listItemDetail div:nth-child(3) { padding:10px 0 0 0; font-size:13px; color:#808080 }
.cartList .listItem .listItemQty { float:left; width:120px; font-size:14px; }
.cartList .listItem .listItemQty .item_plus { margin-left:10px; float:left; border:1px solid #ccc; background:#fff; width:20px; height:17px; text-align:center; padding-top:3px; font-size:10px; cursor:pointer; border-radius:20px;}
.cartList .listItem .listItemQty .item_minus { margin-right:10px; float:left; border:1px solid #ccc; background:#fff; width:20px; height:17px; text-align:center; padding-top:3px; font-size:10px; cursor:pointer; border-radius:20px;}
.cartList .listItem .listItemQty .item_input input { float:left;  border:1px solid #ccc; font-family: 'Montserrat', sans-serif; font-size:14px; padding:4px 0px 0px 0px;; width:44px; text-align:center;}
.cartList .listItem .listItemQty p.btn { float:left; background:#fff; border:1px solid #ccc; width:24px; color:#808080; font-size:12px; text-align:center; padding:4px 0px; display:inline-block; cursor:pointer;}
.cartList .listItem .listItemQty p.btn:hover { color:#111; }
.cartList .listItem .listItemPrice { float:right; width:162px; text-align:right;}
.cartList .listItem .listItemPrice div span { font-family: 'Montserrat', sans-serif;  }
.cartList .listItem .listItemPrice div:nth-child(1) span { font-weight:600; letter-spacing:1px; font-size:20px; }
.cartList .listItem .listItemPrice div:nth-child(2) {font-size:16px; color:#808080; }
.cartList .listItem .listItemPrice .couponIcon { float:right; font-size:12px; line-height:1.4em; margin:5px 0 0 0px; text-align:center; width:70px; height:24px; background:#a201fe; color:#fff; line-height:2.2em;}
.cartList .listItem .listItemPrice .couponIconS { float:right; margin-left:5px; font-size:8px; line-height:2.5em; text-align:center; width:20px; height:20px; background:#a201fe; color:#fff; border-radius:4px}
.cartList .listItem .listItemPrice .discountIconS { float:right; margin-left:5px; font-size:8px; line-height:2.5em; text-align:center; width:40px; height:20px; background:#ff6600; color:#fff; border-radius:4px}
.cartList .listItem .listItemPrice .couponIconSmall { display:inline-block; font-size:10px; line-height:1.4em; margin:3px 0 0 0px; text-align:center; width:50px; height:20px; background:#a201fe; color:#fff; line-height:2.2em;}
.cartList .listItem .listItemPrice .orig_price { float:right; font-size:13px padding-top:4px; margin-left:10px;}
.cartList .listItem .listItemStatus { float:right; width:100px; text-align:right; }
.cartList .listItem .listItemX { float:right; width:30px; text-align:right; position:relative; left: 5px; cursor:pointer;}
.cartList .listSum { border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 40px; height:50px; background:#efefef;}
.cartList .listSum div { float:left; text-align:center; color:#808080; font-size:11px; }
.cartList .listSum div span { display:block; color:#333; font-size:16px; padding:10px 0; }
.cartList .listSum div span b{ font-family: 'Montserrat', sans-serif; font-size:20px; }
.cartList .listSum div:nth-child(1) { width: 17%; text-align:left;   }
.cartList .listSum div:nth-child(2), .cartList .listSum div:nth-child(4), .cartList .listSum div:nth-child(6) { width: 10%; color:#333; font-size:20px; padding-top:10px; }
.cartList .listSum div:nth-child(3) { width: 18% }
.cartList .listSum div:nth-child(5) { width: 18% }
.cartList .listSum div:nth-child(7) { width: 17%; text-align:right; font-weight:500; }

.cartSum { float:right; margin-top:60px; width:280px; font-family: 'SCDream', sans-serif; text-align:left; background:#f3f3f3; padding:10px; border-top:1px solid #999;}
.cartSum .priceInfo { color:#666; font-size:13px; padding:20px; border:1px solid #ccc;  background:#fff; }
.cartSum .priceInfo div { padding-top:15px;  }
.cartSum .priceInfo div:nth-child(1) { padding-top:0 }
.cartSum .priceInfo div span { display:inline-block; text-align:right; float:right; font-size:15px; color:#111}
.cartSum .priceTotal { color:#333; font-size:15px; padding:20px; background:#efefef; border:1px solid #ccc; border-top:0 }
.cartSum .priceTotal span { display:inline-block; position:relative; top: -5px; text-align:right; float:right; font-weight:600;  font-size:18px; color:#333;  }
.cartSum .mileageTotal { background:#fff; font-size:14px; padding:15px 20px; border:1px solid #ccc; border-top:0}
.cartSum .mileageTotal span { display:inline-block; text-align:right; float:right; border:0; padding:0; margin:0; }
.cartSum span b{ font-family: 'Montserrat', sans-serif; }
.cartSum .itemSum { font-size:22px;  }

.cartSumHoldFix { position:fixed; top:0px; z-index:9991; }

.pay_type { font-family: 'SCDream', sans-serif; border:1px solid #ccc; height:30px; padding:20px; font-size:18px; float:left; width:calc(25% - 52px); margin:0 10px 10px 0;  cursor:pointer;  }
.pay_type:nth-child(4) { margin-right:0; width:calc(25% - 42px);}
.pay_type:hover { border:1px solid #333; }
.pay_type.select { border:1px solid #333; background:#f3f3f3; cursor:default}
.pay_type span { display:block; font-size:12px; color:#808080; }

.orderList { float:left; font-family: 'SCDream', sans-serif; width:1200px; text-align:left; }

.orderList .listItem { padding:10px 0px 10px 10px; clear:both; height:60px;text-align:left; }
.orderList .listItem .listItemImg { float:left; width:80px; }
.orderList .listItem .listItemImg img { border:1px solid #efefef; }
.orderList .listItem .listItemDetail { float:left; width: 400px; }
.orderList .listItem .listItemDetail div:nth-child(2) { padding:10px 0 0 0; font-size:13px; color:#808080 }
.orderList .listItem .listItemDetail div:nth-child(3) { padding:10px 0 0 0; font-size:13px; color:#808080 }
.orderList .orderListQty { padding-top:6px; font-size:12px; color:#808080; }

.coupon_info { display:inline-block; padding:14px 0 0 10px; position:relative; color:#666;}
.coupon_info span { display:inline-block; position:relative; top:-22px; left:-10px; padding:4px 15px 0 10px; height: 40px; color:#fff; background:#666; border-radius:0 3px 3px 0}
.coupon_info span p:nth-child(1) {  font-size:12px; }
.coupon_info span p:nth-child(2) {  padding-top:2px; font-size:15px;font-family: 'Montserrat', sans-serif;  }
.borderBox { margin-top:10px; padding:4px 10px; border:1px solid #ccc; font-size:12px; font-family: 'SCDream', sans-serif; width:80px; }

.tdType1 { padding:10px;  height:26px; border:1px solid #ccc; border-bottom:0; background-color:#efefef; font-family: 'SCDream', sans-serif; font-size:12px;}
.tdType2 { padding:10px; height:26px; border:1px solid #ccc; border-bottom:0; border-left:0; font-family: 'SCDream', sans-serif; font-size:12px; }

.storeMenu { float:right; font-size:13px; padding-top:35px; text-align:center;}
.storeMenu ul li { float:left; padding:0 20px; height:24px; position:relative; cursor:pointer; }
.storeMenu ul li.first { padding-left:0 }
.storeMenu ul li.left { padding-right:0; padding-left:0 }
.storeMenu ul li.line:after { content:''; float:left; width:1px; height:12px; background-color:#ddd; position:absolute; top:3px; right:8px }
.storeMenu .storeInfo { position:absolute; top:24px; background:#fff;  border:1px solid #ccc; padding:10px; text-align:left; font-size:12px; width:333px; display:none; z-index:999}
.storeMenu .storeInfo div { padding:4px 0 }
.storeMenu .storeInfo span:nth-child(1) { display:inline-block; width:60px; }
.storeMenu .storeInfo span:nth-child(2) { display:inline-block; width:216px; color:#808080; font-size:11px; }
.storeMenu .storeCS { position:absolute; top:24px; left:-87px; background:#fff;  border:1px solid #ccc; padding:10px; text-align:left; font-size:12px; width:333px; display:none; z-index:999}
.storeMenu .storeCS div { padding:4px 0 }
.storeMenu .storeCS span:nth-child(1) { display:inline-block; width:60px; }
.storeMenu .storeCS span:nth-child(2) { display:inline-block; width:216px; color:#808080; font-size:11px; }
.storeMenu .starsTtl { display:inline-block; width:80px; }
.storeMenu .starsBg { display:inline-block; }
.storeMenu .starsCntBg { position:absolute; top:0px; left:84px; text-align:left; }
.storeMenu .starsCnt { width:80px; }
.storeMenu .storeStars { position:absolute; top:24px; left:-156px; background:#fff;  border:1px solid #ccc; padding:10px; text-align:left; font-size:12px; width:333px; display:none; z-index:999}
.storeMenu .storeStars .leftBox { float:left; width:150px }
.storeMenu .storeStars .leftBox .star { font-size:50px;font-family: 'Montserrat', sans-serif; text-align:center; padding-top:22px;}
.storeMenu .storeStars .rightBox { float:right; width:calc(100% - 150px); }
.storeMenu .storeStars .rightBox .stars { float:left; width:40px }
.storeMenu .storeStars .rightBox .per_line { float:left; width:calc(100% - 90px);}
.storeMenu .storeStars .rightBox .per_line_bar { float:left;background:#f48042; height:10px; margin-top: 4px; width:1px; border-radius:5px; }
.storeMenu .storeStars .rightBox .star_cnt { float:left;  padding-left:10px; text-align:left; color:#808080; font-family: 'Montserrat', sans-serif; }
.storeMenu .storeStars .rightBox .rightBox2 { clear:both; padding-top:8px; }




/*******************************************************************
*	footer
********************************************************************/
#footer { clear:both; margin-top:30px; min-width:1200px; width:100%; overflow:hidden; position:relative; z-Index:1; }
#copyMenu { width:1200px; height:35px; border-top:1px solid #333; border-bottom:1px solid #ccc; margin:0 auto;}
#copyMenu ul li { float:left; padding:5px 10px 0px 30px;}
#copyMenu ul li a { font-family: 'SCDream', sans-serif; font-size:12px; color:#333; text-decoration:none; }

#copyArea { width:1200px; padding-top:20px; margin:0 auto;}
#copyText { text-align:left }
#copyText .copyCsCenter { float:left; width:210px; }
#copyText .copyBankAccount { float:left; width:240px; }
#copyText .copyCompanyInformation { float:left; width:540px; }
#copyText .num { font-family: 'Montserrat', sans-serif; font-weight:400; font-size:13px; }
#copyText div div { font-family: 'SCDream', sans-serif; font-size:12px; color:#000; padding-top:8px; }
#copyText p { font-family: 'SCDream', sans-serif; font-size:11px; font-weight:300; color:#666; padding-top:6px;}
#copyText p span{ color:#999; }
#copyIcon { float:right; width:200px; text-align:right;}
#copyIcon p span{ display:inline-block;  position:relative; top:3px; font-family: 'SCDream', sans-serif; font-size:10px; font-weight:300; color:#999; vertical-align:top; }

#copyRight { clear:both; padding-top:10px; text-align:left; font-family: 'SCDream', sans-serif; font-size:11px; font-weight:300; }

#btnQuickMenu { position: fixed; right: 30px; top: 100px; z-index: 900; display:none; }
#btnQuickMenu .btns { font-size:1.4em; color:#000; }
#btnQuickMenu .btns div { filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.3; cursor:pointer;}
#btnQuickMenu .btns div:hover { filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;}
#btnQuickMenu .btns div:nth-child(2), #btnQuickMenu .btns div:nth-child(3) { padding-top:20px; position:relative;}
#btnQuickMenu .btns div p { position:absolute; top:12px; left:12px; background:#999; color:#fff; width:20px; height:18px; padding:2px 0 0 0; text-align:center; border-radius: 20px; font-family:'SCDream', sans-serif; font-size:10px; font-weight:300; }

#rightBoxHoldMenu {right:-306px; top:0; width:304px; height:100%; position:fixed; z-index:9999; background-color:#fff; border-left:1px solid #999; background-color:#fff; display:none;}
#rightBoxHoldMenu .title { height:30px; padding:10px; text-align:center; font-family: 'SCDream', sans-serif; font-size:16px; font-weight:300; border-bottom:1px solid #ccc}
#rightBoxHoldMenu .title i { display:inline-block; float:right; padding:6px 10px 0 0; cursor:pointer; }
#rightBoxHoldMenu .item { padding:20px 0px 20px 20px; text-align:left; overflow-y: auto; overflow-x: hidden; }
#rightBoxHoldMenu .date, #rightBoxHoldMenu .dates { clear:both; font-family: 'Montserrat', sans-serif; font-weight:500; padding-top:20px;}
#rightBoxHoldMenu .date span, #rightBoxHoldMenu .dates span { font-family: 'SCDream', sans-serif;  }
#rightBoxHoldMenu .goods { clear:both; font-family: 'SCDream', sans-serif; padding:10px 0; width:310px; }
#rightBoxHoldMenu .goods div { float:left; padding:0 10px 10px 0; position:relative; }
#rightBoxHoldMenu .goods div img { width:80px; border-radius:6px; }
#rightBoxHoldMenu .goods div i { position:absolute; cursor:pointer; right:4px; font-size:12px; top:-4px; background:#808080; color:#fff; text-align:center; padding: 4px 0 0 0; border-radius:20px; width:20px; height:16px; }
#rightBoxHoldMenu .empty { padding-top: 48%; font-family: 'SCDream', sans-serif;  }

#btnTopDown { position: fixed; right: 30px; bottom: 94px; z-index: 900; display:none; }
#btnTopDown .btnCircle { position:relative; cursor:pointer; background-color:#ccc; color:#fff; width:30px; height:25px; padding-top:5px; text-align:center; border-radius: 30px; }
#btnTopDown .btnCircle:hover { background-color:#999; }
#btnTopDown .btnCircleTitle { position:absolute; left:-70px; top:6px; color:#999; display:none;font-family: 'SCDream', sans-serif; font-size:11px; font-weight:300; }

/* IE10+ */
@media screen and (forced-colors: active) {
	.graButton .text { background:url(); color:#000; }
	.graButton:hover .text { color:#fff; }

	.swiper-button-main .xi-angle-right-thin { padding-top:10px; }
	.swiper-button-main .xi-angle-left-thin { padding-top:10px; }
}