 /* 폰트 설정 */
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
	font-weight: 100;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
	font-weight: 900;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/**********************************************************************************************************/
/* Utility Classes
/**********************************************************************************************************/

.absolute {	position: absolute; }
.relative {	position: relative; }
.flex {	display: flex; }
.hidden { display: none; }

.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; }
.colorPurple { color:#7532f9; }
.colorRed {color:#ff0000; }
.colorMain { color:#226fbc }

.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 }
.ahrefBtn { cursor:pointer; }


.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; }
.empty25 { clear:both; height:25px; 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; }
.empty70 { clear:both; height:70px; overflow:hidden; }
.empty80 { clear:both; height:80px; overflow:hidden; }
.empty90 { clear:both; height:90px; overflow:hidden; }
.empty100 { clear:both; height:100px; overflow:hidden; }
.empty150 { clear:both; height:150px; 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; }
.underLineSelectedW { text-decoration: none; position: relative;  }
.underLineSelectedW: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: #fff; }
.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%; } }


/* heapBox[select] */
.heapBox { font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', 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; background:#fff; height:22px; }
.heapBox .handler { width:25px; background:#fff; 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:#111; 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: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', 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: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 1em; }
.ui-widget.ui-widget-content { border: 1px solid #666; border-top:0; font-family: 'Pretendard ', sans-serif; font-size:0.95em; font-weight:400; }
.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: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', 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:#111; 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 { 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 { 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);opacity:0.1; -moz-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: 'SDMiSaeng', sans-serif; }
.ui-tooltip3 { filter:alpha(opacity=10);opacity:0.1; -moz-opacity:0.1; position: absolute; z-index: 9999; border:0; background-color:#161616; padding:6px 10px; color:#fff; font-size:1.2em; font-family: 'SDMiSaeng', 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); transform: rotate(45deg) skew(8.435deg, 8.435deg) scale(.53); -ms-transform: rotate(45deg) skew(18.435deg, 18.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); transform: rotate(45deg) skew(8.435deg, 8.435deg) scale(.53); -ms-transform: rotate(45deg) skew(18.435deg, 18.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 4rem; 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;  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:#111; 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);opacity:0.2; -moz-opacity:0.2; }
.timeliny .timeliny-navigation .naviFirst, .timeliny .timeliny-navigation .naviPrev { box-sizing : content-box; 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:#111; border:1px solid #333; border-right:0;	}
.timeliny .timeliny-navigation .naviLast, .timeliny .timeliny-navigation .naviNext { box-sizing : content-box; 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:#111; 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);opacity:0.1; -moz-opacity:0.1; }
.timeliny .timeliny-help-box { box-sizing : content-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 {  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:30px; top:7px; cursor:pointer;}
.dateIcon { position:absolute; left:120px; top:4px; }
.inputMessageBox { z-index:9991; display:block; position:absolute; top:-18px; left:10px; }
.inputMessageBox .inputMessage {  background-color:#111; border-radius:5px; padding:6px 15px; color:#fff; font-size:18px; font-family: 'SDMiSaeng', 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; padding:0 20px; line-height:30px; font-size:20px; font-weight: 300}
.paging .pageList a { padding:0 20px; margin:0; line-height:0; display:inline-block; color:#939393; height:30px; line-height:30px; font-size:20px; text-decoration: none; }
.paging .pageList a:link, .paging a:visited, .paging a:hover, .paging a:active {   font-weight:300 }
.paging .pageList a:hover.number { color:#000; }
.paging .pageList span.selected { color:#000; font-weight: 600}
.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:#111; color:#111; }


/* popup */
.itsmallPopup * , .itsmallPopup:after, .itsmallPopup:before { box-sizing: border-box; }
.itsmallPopup {  box-sizing: border-box; display: none; position: fixed; width: 100%; height: auto; border:1px solid #ccc; padding: 0px; background:#fff; box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.06);  z-index: 9999; word-break: break-word; }
.itsmallPopup .popup-close { position: absolute; top:-16px; margin-bottom: auto; margin-left: auto; right: -16px; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; background: #fff; box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.09); z-index:9 }
.itsmallPopup .popup-close:before, .itsmallPopup .popup-close:after { position: absolute; left: 15px; top: 10px; content: ' '; height: 15px; width: 4px; background-color: #543189; }
.itsmallPopup .popup-close:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.itsmallPopup .popup-close:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.itsmallPopup .popup-content { font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; text-align:left; margin:0 }
.itsmallPopup .editer { padding:20px; }
.position1 { top:20px; left: 20px }
.position2 { top:20px; left: 40%; }
.position3 { top:20px; right: 20px; }
.position4 { top:40%; left: 20px }
.position5 { top:40%; left:40% }
.position6 { top:20px; right: 20px; }
.position7 { bottom:20px; left: 20px }
.position8 { bottom:20px; left:40% }
.position9 { bottom:20px; 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: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; 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}

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /*IE를 제외한 브라우저*/ 
.clearfix { display: inline-block; } /*Inline-block 지원하는 모든 브라우저*/ 

body { 
	font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background-color: #f5f5f5;
}

button, input, textarea { 
	font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}		

/**********************************************************************************************************/
/* intro																								  */
/**********************************************************************************************************/
#intro { 
	width: 100%;	
	height: 1080px;
	text-align:center; display: flex;  justify-content: center;	
}

#intro > .container {
	position: relative;
	width: 616px;
	height: 100%;
	text-align:center; display: flex;  justify-content: center;
}

#intro > .container .logo {
	margin-top: 154px;
	width: 79px;
	height: 81px;
}

#intro > .container .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#intro > .container .title {
	position: absolute;
	left: 50%;
	top: 250px;
	transform: translateX(-50%);
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	text-align: center;
	white-space: nowrap;
}

#intro > .container .subtitle {
	position: absolute;
	left: 50%;
	top: 300px;
	transform: translateX(-50%);
	font-size: 20px;
	line-height: 14px;
	color: #2957e2;
	text-align: center;
	white-space: nowrap;
}

#intro > .container .info-box {
	position: absolute;
	left: 50%;
	top: 344px;
	transform: translateX(-50%);
	width: 363px;
	height: 62px;
	background-color: #e6e6e6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

#intro > .container .info-text {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-align: center;
}

#intro > .container .carrier-list {
	position: absolute;	
	top: 428px;
	width: 616px;
}

#intro > .container .carrier-item {
	position: relative;
	background-color: #ffffff;
	height: 87px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}

#intro > .container .carrier-item:hover {
	background-color: #f9f9f9;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#intro > .container .carrier-name {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
}

#intro > .container .carrier-arrow {
	position: absolute;
	right: 30px;
	width: 10px;
	height: 20px;
}

#intro > .container .carrier-arrow svg {
	width: 100%;
	height: 100%;
}

#intro > .container .footer-notice {
	position: absolute;	
	top: 866px;
	width: 616px;	
	font-size: 20px;
	line-height: 30px;
	color: #919191;
	text-align: center;
}


/**********************************************************************************************************/
/* header																								  */
/**********************************************************************************************************/

.topEmpty { height:82px; }
.topBannerU { position:fixed; top :0px; z-index:999; width:100%; text-align:center; display: flex;align-items: center; margin: 0 auto;}
.topBannerU:after { background-color: #fff; content: '';position: absolute; top: 0; left: 0; right: 0;bottom: 0;z-index: -1;}
.topBannerU_inner {width: 100%;margin: 0 auto;} 
.topBannerU div a {display: flex; align-items: center;} 
.topBannerU_close_wrap {position: absolute; display:  flex; z-index:9999; justify-content: center;align-items: center;right: 2%;top:50%;transform: translate(0, -50%);}
.topBannerU_close { color:#fff }
.topBannerU_link {display: flex;justify-content: center;align-items: center;}
/*
.topBannerU_link img {width: 100%} 
.topBannerU img {width: 1920px;} 
*/

.headerEmpty { height:276px; display: none; }
.nav-barEmpty { height:88px; }

#header { 
	width: 100%;		
	text-align:center;
	background-color: #f5f5f5;	
}

#header > .container {
	position: fixed;
	width: 100%;		
	text-align:center; display: flex; 	
	background-color: white;	
	z-index: 999;
}

/* Navigation */
#header > .container .nav-bar {
	position: relative;
	width: 1280px;
	height: 88px;
	text-align: left;	
	margin: auto;
}

#header > .container .logo {
	position: absolute;
	left: 0px;
	top: 26px;
	width: 43px;
	
}

#header > .container .logo img {
	width: 43px;
	
}

#header > .container .nav-links {
	position: absolute;
    left: 105px;
	top: 35px;
	display: flex;
	gap: 40px;
	font-size: 16px;
	font-weight: 300;
	color: black;
}

#header > .container .search-box {
	position: absolute;
    left: 550px;
	top: 24px;
	width: 192px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid black;
	border-radius: 200px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

#header > .container .search-box input {
	border: none;
	background: transparent;
	outline: none;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
}

#header > .container .auth-buttons {
	position: absolute;
    right: 0px;
	top: 27px;
	display: flex;
	gap: 19px;
}

#header > .container .auth-btn {
	width: 117px;
	height: 34px;
	background-color: #252525;
	border-radius: 17px;
	color: white;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#header > .container2 {
	position: relative;
	width: 1280px;		
	background-color: #f5f5f5;
	margin : auto;
}

#header > .container2.fixed {
	position: fixed;
	width: 100%;
	top: 170px;
	background-color: #fff;	
	border-top: 2px solid #f5f5f5; 
	z-index: 999;
}

#header > .container2.fixed2 {
	position: fixed;
	width: 100%;
	top: 88px;
	background-color: #fff;	
	border-top: 2px solid #f5f5f5; 
	z-index: 999;
}

/* main-logoo Section */
#header > .container2 .main-logo {
	margin:44px 0 44px 0; 	
}


/* Tab Navigation */
#header > .container2 .tab-nav {
	width: 784px;
	height: 83px;
	background-color: white;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 101px;	
	margin:auto;
}

#header > .container2 .tab-nav.fixed {
	width: 1280px;
}

#header > .container2 .tab-item {
	font-size: 16px;
	font-weight: 500;
	color: black;
	cursor: pointer;
	position: relative;
}

#header > .container2 .tab-item.active {
	color: #2957e2;
}

#header > .container2 .tab-item.active::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: -5px;
	width: calc(100% + 10px);
	height: 2px;
	background-color: #2957e2;
}

#header > .container2 .new-badge {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #e31b1b;
	border-radius: 7px;
	color: white;
	font-size: 10px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	right: -25px;
}

#header > .container .icon-search {
	width: 17px;
	height: 17px;
}
		
/**********************************************************************************************************/
/* main	   																							      */
/**********************************************************************************************************/

#main { 
	width: 100%;		
	text-align:center; display: flex;
}

#main > .container {
	position: relative;
	min-width: 1280px;	
	background-color: #f5f5f5;
	margin: auto;
}

 /* Carousel */
#main > .container .carousel {
	position:relative; 
	width: 1280px;
	height: 500px;	
	border-radius: 20px;
	margin:auto;
}

#main > .container .carousel img {
	width: 1280px;
	height: 500px;	
	border-radius: 20px;
}

#main > .container .carousel-counter {
	position: absolute;
	right: 50px;
	bottom: 33px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	padding: 6px 12px;
	color: white;
	font-size: 14px;
	text-decoration: underline;
	z-index: 99;
}

#main > .container .carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main > .container .carousel-btn.prev {
	left: 40px;
}

#main > .container .carousel-btn.next {
	right: 40px;
}


/* Product Section */
#main > .container .product-section {
	position: relative;
	width: 1280px;
	height: 770px;
	background-color: #efefef;
	border-radius: 20px;
	margin: auto;
}


#main > .container .section-title {
	position: absolute;
	left: 40px;
	top: 40px;
	font-size: 30px;
	font-weight: 400;
	color: #444444;
}

#main > .container .hip-badge {
	position: absolute;
	left: 40px;
	top: 84px;
	width: 136px;
	height: 32px;
	background: linear-gradient(to right, #2f63ff, #4b46eb 58.654%, #55ffdd);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.7px;
}

#main > .container .hip-description {
	position: absolute;
	left: 40px;
	top: 130px;
	font-size: 14px;
	color: #8b8b8b;
	font-weight: 400;
}

#main > .container .hip-description .gradient-text {
	background: linear-gradient(to right, #2f63ff, #4b46eb 58.654%, #55ffdd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 700;
}

#main > .container .more-link {
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	text-decoration: underline;
	cursor: pointer;
}

#main > .container .swiper-pagination-bullet { 
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ccc;
	 margin-right:35px;
}

#main > .container .swiper-pagination-bullet-active {
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #2957e2;
}


/* Product Card */
#main > .container .product-grid {
	width: 1200px; 
	position: absolute;
	left: 40px;
	top: 196px;	
}

#main > .container .product-grid .swiper-wrapper.cnt3 {	
	display: flex;
	gap: 50px;
}


#main > .container .product-card {
	position: relative;
	width: 261px;
	text-align : left;
}

#main > .container .product-image {
	width: 261px;
	height: 261px;
	border-radius: 20px;	
	background-color: #fff;
	margin-bottom: 23px;
}

#main > .container .product-image img {
	width: 100%;
	height: 100%;
	background:#efefef;
	border-radius: 20px;
	border: 1px solid #e3e3e3;
}

#main > .container .product-title {
	width: 261px; 
	white-space: nowrap; height:26px; overflow:hidden;	
	font-size: 26px;
	font-weight: 600;
	color: #444444;
	margin-bottom: 7px;
}

#main > .container .product-card.cnt3 {
	width: 364px
}

#main > .container .product-card.cnt3 .product-image {
	width: 364px;
	height: 364px;
}

#main > .container .product-card.cnt3 .product-title {
	width: 364px;
}


#main > .container .product-card.cnt2 {
	width: calc(50% - 0px); 	
}

#main > .container .product-card.cnt2 .product-image {
	width: 310px;
	height: 310px;
}

#main > .container .product-card.cnt2 .product-title {
	width: calc(100% - 310px);
	position:absolute;
	left: 330px;
}

#main > .container .product-card.cnt2 .product-plan {
	width: calc(100% - 310px);
	position:absolute;
	left: 330px;
	top: 40px;
}

#main > .container .product-card.cnt2 .product-price {
	position:absolute;
	left: 330px;
	width: calc(100% - 381px);
	bottom: 120px;	
	display: flex;
}

#main > .container .product-card.cnt2 .product-price-label {
	width: 30%;
}

#main > .container .product-card.cnt2 .product-price-original {
	width: 70%;
	text-align: left;
}

#main > .container .product-card.cnt2 .product-installment-label {
	position:absolute;
	left: 330px;
	width: calc(100% - 310px);
	bottom: 75px;	
}

#main > .container .product-card.cnt2 .product-installment-price {
	position:absolute;
	left: 330px;
	width: calc(100% - 310px);
	bottom: 20px;	
}


#main > .container .product-title a {
	text-decoration: none;
	color: #444444;
}

#main > .container .product-plan {
	font-size: 16px;
	font-weight: 400;
	color: #656565;
	margin-bottom: 24px;
}

#main > .container .product-price {
	display: flex; justify-content: space-between; align-items: center;
}

#main > .container .product-price-label {
	font-size: 20px;
	font-weight: 400;
	color: #656565;
	margin-bottom: 4px;
}

#main > .container .product-price-original {
	font-size: 20px;
	font-weight: 400;
	color: #656565;
	text-decoration: line-through;
	text-align: right;
}

#main > .container .product-installment-label {
	font-size: 20px;
	font-weight: 400;
	color: #444444;
	margin-top: 14px;
	margin-bottom: 4px;
}

#main > .container .product-installment-price {
	font-size: 30px;
	font-weight: 700;
	color: #444444;
}


/* Review Section */
#main > .container .review-section {
	position: relative;
	width: 1280px;
	height: 695px;
	background-color: #efefef;
	border-radius: 20px;
	margin: auto;
}

#main > .container .review-section-title {
	position: absolute;
	left: 40px;
	top: 40px;
	font-size: 30px;
	font-weight: 400;
	color: black;
}

#main > .container .review-description {
	position: absolute;
	left: 40px;
	top: 86px;
	font-size: 14px;
	font-weight: 400;
	color: #606060;
}

#main > .container .review-more {
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #4e4e4e;
	text-decoration: underline;
	cursor: pointer;
}

#main > .container .review-grid {
	position: absolute;
	left: 40px;
	top: 138px;
	display: flex;
	gap: 18px;
}

#main > .container .review-card {
	width: 286px;
	height: 502px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
	padding: 11px;
	text-align: left;
}

#main > .container .review-image {
	width: 266px;
	height: 266px;
	border-radius: 2px;
	background-color: #e0e0e0;
	margin-bottom: 10px;
}

#main > .container .review-image img { 
	width: 266px;
	height: 266px;
	border-radius: 2px;
}

#main > .container .review-text {
	clear: both;
	font-size: 14px;
	font-weight: 300;
	color: black;
	line-height: 18px;
	height: 162px;
	overflow: hidden;
}

#main > .container .review-author {
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: black;
	margin-bottom: 8px;
}

#main > .container .review-date {
	float: right;
	font-size: 14px;
	font-weight: 500;
	color: #8a8a8a;
	text-align: right;
}


/* goods List */
#goods-list { 
	width: 100%;		
	text-align:center; display: flex;
}

#goods-list > .container {
	position: relative;
	min-width: 1280px;	
	background-color: #f5f5f5;
	margin: auto;
}

#goods-list > .container .title-section, #goods-view > .container .title-section, #review > .container .title-section, #mypage > .container .title-section, #contents > .container .title-section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	margin-bottom: 64px;
}


#goods-list > .container .nav-arrow, #goods-view > .container .nav-arrow, #review > .container .nav-arrow, #mypage > .container .nav-arrow, #contents > .container .nav-arrow {
	position: absolute;
	left:0; 
	width: 32px;
	height: 30px;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s;
}

#goods-list > .container .nav-arrow:hover, #goods-view > .container .nav-arrow:hover, #review > .container .nav-arrow:hover, #mypage > .container .nav-arrow:hover, #contents > .container .nav-arrow:hover {	
	color: white;
}

#goods-list > .container .main-title, #review > .container .main-title, #mypage > .container .main-title, #contents > .container .main-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	color: #000000;
}

/* Product List */
#goods-list > .container .product-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#goods-list > .container .product-card {
	display: flex;
	height: 242px;	
}


#goods-list > .container .product-card.dispMore {
	display: none;
}

#goods-list > .container .product-image {
	width: 242px;
	height: 242px;
	border-radius : 10px 0 0 10px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

#goods-list > .container .product-image img {
	width: 175px;
	height: 175px;
	background: #FFFFFF;
	object-fit: contain;
}

#goods-list > .container .product-info {
	position: relative; 
	width: 550px;
	background: #E9E9E9;	
	padding: 0 0 0 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	text-align:left;
}

#goods-list > .container .product-name {
	font-size: 38px;
	font-weight: 600;
	line-height: 50px;
	color: #000000;
	margin-bottom: 8px;	
}

#goods-list > .container .product-name a {
	color: #000;
	text-decoration: none;
}


#goods-list > .container .product-plan {
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
	color: #656565;	
}

#goods-list > .container .product-price {
	width: 350px;
	background: #E9E9E9;
	display: flex;
	flex-direction: column;
	justify-content: center;	
	gap: 16px;
	padding: 0 0;
}

#goods-list > .container .price-row {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

#goods-list > .container .price-label {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	width: 36%;
	text-align: left;
	color: #656565;
}

#goods-list > .container .price-value {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	width:64%;
	margin-right:40px;
	color: #656565;
	text-align: right;
	text-decoration: line-through;
}

#goods-list > .container .price-label-main {
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	width: 36%;
	color: #000000;
	text-align: left;
}

#goods-list > .container .price-value-main {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	width:64%;
	margin-right:40px;
	color: #000000;
	text-align: right;
}

#goods-list > .container .product-cta {
	width: 188px;
	background: #E9E9E9;
	border-radius : 0 10px 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#goods-list > .container .cta-button {
	width: 128px;
	height: 56px;
	background: #000000;
	border-radius: 4px;
	color: white;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#goods-list > .container .cta-button:hover {
	background: #252525;
}

/* Load More */
#goods-list > .container .load-more {
	display: flex;
	justify-content: center;
	margin: 95px 0 0 0;
}

#goods-list > .container .load-more-btn {
	width: 260px;
	height: 84px;
	background: #F5F5F5;
	border: 2px solid #000000;
	border-radius: 10px;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	cursor: pointer;
	transition: background 0.3s;
}

#goods-list > .container .load-more-btn:hover {
	background: white;
}


#goods-list > .container .option-buttons {
	display: flex;
	gap: 14px;
}

#goods-list > .container .option-btn {
	width: 50%;
	height: 84px;
	background: #FFFFFF;
	border: 2px solid #A1A1A1;
	border-radius: 10px;
	font-weight: 600;	
	line-height: 30px;
	text-align: center;	
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
	color: #A1A1A1;
}

#goods-list > .container .option-btn.active {
	border: 2px solid #000000;
	color: #000000;
}


#goods-list > .container .listIcon { position:absolute; text-align:left; top: 40px; width:100%; }
#goods-list > .container .textIcon { padding:4px 12px; color:#fff; font-size:18px; font-weight:400; border-radius:4px }


/* goods View */
#goods-view { 
	width: 100%;		
	text-align:center; display: flex;
}

#goods-view > .container {
	position: relative;
	min-width: 1280px;	
	background-color: #fff;
	margin: auto;
}


/* 현재 상태 표시 */
#goods-view > .container .current-status {
	position: relative;	
	height: 43px;	
	text-align: left;
}

#goods-view > .container .status-text {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	display: inline-block;
}

#goods-view > .container .reset-btn {
	width: 93px;
	height: 30px;
	background: #676767;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	margin-left: 30px;
}

/* 기기 선택 */
#goods-view > .container .device-section {
	position: relative;
	width: 340px;
	float:left;	
}

#goods-view > .container .device-image-box {
	width: 340px;
	height: 340px;
	background: #F8F8F8;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#goods-view > .container .device-image {
	width: 258px;
	height: 258px;
}

#goods-view > .container .device-image img {
	width: 258px;
	height: 258px;	
}

#goods-view > .container .device-name {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	color: #000000;
	margin-top: 32px;
}

#goods-view > .container .color-options {
	width:340px; 
	margin-top: 44px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

#goods-view > .container .color-option {
	width: 107px;
	text-align: center;
	margin-bottom:7px;
}

#goods-view > .container .color-box {
	width: 107px;
	height: 107px;
	background: #F8F8F8;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#goods-view > .container .color-box-image {
	width: 79px;
	height: 79px;
}

#goods-view > .container .color-box-image img {
	width: 79px;
	height: 79px;
}

#goods-view > .container .color-label {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #9B9B9B;
	margin-top: 15px;
}

#goods-view > .container .color-option.active .color-label {
	color: #000000;
}

#goods-view > .container .color-option.active .color-box {
	border: 3px solid #2957E2;
}

/* 선택창 */

#goods-view > .container .selection-section {
	position: relative;
	width: 400px;
	float:left;
	text-align:left;
	margin-left:50px;
}

#goods-view > .container .selection-group {
	margin-bottom: 42px;
}

#goods-view > .container .selection-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 9px;
	display:inline-block;
	padding-right:10px; 
}

#goods-view > .container .selection-subtitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #696969;
	margin-bottom: 19px;
	display:inline-block;
}

#goods-view > .container .option-buttons {
	display: flex;
	gap: 14px;
}

#goods-view > .container .option-btn {
	width: 195px;
	height: 72px;
	background: #FFFFFF;
	border: 2px solid #A1A1A1;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #A1A1A1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#goods-view > .container .option-btn.active {
	border: 2px solid #000000;
	color: #000000;
}

#goods-view > .container .option-btn.full {
	width: 400px;
}

#goods-view > .container .carrier-btn, #goods-view > .container .carrier-btn2 {
	width: 400px;
	height: 72px;
	background: #FFFFFF;
	border: 2px solid #A1A1A1;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #A1A1A1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	cursor: pointer;
	margin-bottom: 12px;
}

#goods-view > .container .carrier-btn.active {
	border: 2px solid #000000;
	color: #000000;
}

#goods-view > .container .carrier-btn .alogo {
	width:36px; 
	filter:grayscale(100%); -webkit-filter: grayscale(100%);filter:alpha(opacity=60); opacity:0.6; -moz-opacity:0.6;
}

#goods-view > .container .carrier-btn.active .alogo {
	filter:grayscale(0%); -webkit-filter: grayscale(0%);filter:alpha(opacity=100); opacity:1; -moz-opacity:1;
}


#goods-view > .container .plan-box {
	width: 400px;
	height: 87px;
	background: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 10px;
	padding: 20px 20px;
	position: relative;
}

#goods-view > .container .plan-name {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 0;
}

#goods-view > .container .plan-price {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
	color: #000000;
	position: absolute;
	right: 50px;
	top: 20px;
}

#goods-view > .container .plan_mod {
	position: absolute;
	right: 20px;
	top: 30px;
	cursor:pointer;
}

#goods-view > .container .plan-details {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #2957E2;
	margin-top: 0;
}

#goods-view > .container .plan-note {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #2957E2;
	margin-top: 14px;
}

#goods-view > .container .plan_list { display:none; clear:both; position:absolute; left:-2px; top:77px; z-index:99; width:calc(100% + 4px);  border:2px solid #222; border-top:0; padding:10px 26px 0 20px; background:#fff; border-radius:0px 0px 5px 5px; height:355px; overflow-y:auto}
#goods-view > .container .plan_list .plan_list_item {clear:both; padding:15px 0 5px 0; width:100%; border-top:1px dashed #D8D8D8; cursor:pointer; }
#goods-view > .container .plan_list .plan_list_item .plan_list_title { width:calc(100% - 110px);float:left; color:#000; font-size:16px; color:#111;  }
#goods-view > .container .plan_list .plan_list_item .plan_list_price { float:left; text-align:right; font-size:16px; color:#111; width:100px; line-height:30px; }
#goods-view > .container .plan_list .plan_list_item .plan_list_info { clear:both; width:100%; padding:2px 0px 10px 0; font-size:12px; color:#2957E2; line-height:15px; height:30px; overflow:hidden; }



#goods-view > .container .divider {
	position: absolute;
	width: 0px;
	height: 923px;
	left: 365px;
	border-left: 2px dashed #919191;
	filter:alpha(opacity=70);opacity:0.7; -moz-opacity:0.7;
}

/* 탭 메뉴 */
#goods-view > .container .tab-menu {
	position:relative; 
	width: 800px;
	height: 100px;
	background: #FFFFFF;	
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: top;
}

#goods-view > .container .tab-menu-empty { width: 800px; height: 100px; display: none; }
#goods-view > .container .tab-menu.fixed { position:fixed; top:230px; z-index:99; }
#goods-view > .container .tab-menu.fixed2 { position:fixed; top:148px; z-index:99; }

#goods-view > .container .tabs {
	display: flex;
	height: 100px;
	gap: 20px;
	padding-top: 41px;
	position: relative;
	margin:0 auto;
}

#goods-view > .container .tabs.tabs4 {	gap: 20px; }
#goods-view > .container .tabs.tabs3 {	gap: 86px; }
#goods-view > .container .tabs.tabs2 {	gap: 133px; }

#goods-view > .container .tab {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #8F8F8F;
	cursor: pointer;
	text-align:center; 	
	width: 180px;
	position: relative;
}

#goods-view > .container .tab.active {
	color: #000000;	
}

#goods-view > .container .tab .active-line {
	content: ""; ;
	position: absolute;
	height: 5px;
	width: 180px;
	background: #000000;
	bottom: 0px;
	left:0;
	z-index:99;
	display: none;
}


#goods-view > .container .tab-underline {
	position: absolute;
	width: 800px;
	height: 2px;
	background: #8F8F8F;
	bottom: 0;
	left: 0;
}

/* 상세 페이지 */
#goods-view > .container .detail-page {
	margin-top:25px; 
	position: relative;
	width: 800px;	
}

#goods-view > .container .review-submit-btn {
	float: right;
	width: 208px;
	height: 51px;
	background: #2957E2;
	border-radius: 8px;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 51px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

/* 리뷰 카드 공통 스타일 */
#goods-view > .container .review-card {
	position: relative;
	width: 800px;
	min-height: 384px;
	background: #FFFFFF;
	border-radius: 10px;
	clear: both;
}

#goods-view > .container .review-header {
	position: relative;
	width: 800px;
	height: 98px;
	padding: 0 30px;
	background: #DEDEDE;
	border-radius : 20px 20px 0  0;
	text-align:left;
	display: flex;
	align-items: center;
}

#goods-view > .container .review-title {
	display: inline-block;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	padding-right:20px;	
}

#goods-view > .container .review-author {
	position: absolute;
	right: 160px;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	color: #808080;
}

#goods-view > .container .review-date {
	position: absolute;
	right: 30px;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	color: #000000;
}

#goods-view > .container .review-content {
	padding: 20px 30px 0 30px;
	width: 740px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: left;	
}

#goods-view > .container .review-image {	
	float:left;
	width: 120px;
	height: 120px;
	background: #C4C4C4;
	border-radius: 10px;
	margin: 20px 0px 20px 30px;
}

#goods-view > .container .review-image img {
	width: 120px;
	height: 120px;
	border-radius: 10px;	
}

#goods-view > .container .review-image:nth-child(1) {
	clear: both;
}


#goods-view > .container .star {
	display: inline-block;
	width: 28px;
	height: 28px;	
}

#goods-view > .container .star-filled {
	background: #000000;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

#goods-view > .container .star-empty {
	background: #AEAEAE;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

#goods-view > .container .new-badge {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #e31b1b;
	border-radius: 7px;
	color: white;
	font-size: 11px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 3px;
	right: 20px;
}


/* review */
#review { 
	width: 100%;		
	text-align:center; display: flex;
}

#review > .container {
	position: relative;
	min-width: 1280px;	
	background-color: #fff;
	margin: auto;
}


/* 필터 및 버튼 */
#review > .container .list-top {
	width: 100%;
	text-align:left;
	height: 51px;
}

#review > .container .filter-all {
	float: left;
	text-align: left;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
}

#review > .container .review-submit-btn {
	float: right;
	width: 208px;
	height: 51px;
	background: #2957E2;
	border-radius: 8px;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 51px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

/* 리뷰 카드 공통 스타일 */
#review > .container .review-card {
	position: relative;
	width: 1280px;
	min-height: 384px;
	background: #FFFFFF;
	border-radius: 10px;
	clear: both;
}

#review > .container .review-header {
	position: relative;
	width: 1280px;
	height: 98px;
	padding: 0 30px;
	background: #DEDEDE;
	border-radius : 20px 20px 0  0;
	text-align:left;
	display: flex;
	align-items: center;
}

#review > .container .review-title {
	display: inline-block;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	padding-right:20px;	
}

#review > .container .review-author {
	position: absolute;
	right: 160px;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	color: #808080;
}

#review > .container .review-date {
	position: absolute;
	right: 30px;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	color: #000000;
}

#review > .container .review-content {
	float: left;
	padding: 60px 30px;
	width: 603px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: left;
	min-height: 300px;
}

#review > .container .review-image {
	float:right;
	position:relative;
	top: 60px;	
	width: 160px;
	height: 160px;
	background: #C4C4C4;
	border-radius: 10px;
	margin-right: 10px;
}

#review > .container .review-image img {
	width: 160px;
	height: 160px;
	border-radius: 10px;	
}

#review > .container .review-image:nth-child(1) {
	margin-right: 30px;
}


#review > .container .star {
	display: inline-block;
	width: 28px;
	height: 28px;	
}

#review > .container .star-filled {
	background: #000000;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

#review > .container .star-empty {
	background: #AEAEAE;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}


/* 마이페이지 */

#mypage { 
	width: 100%;		
	text-align:center; display: flex;
}

#mypage > .container {
	position: relative;
	width: 1280px;	
	background-color: #transparent;
	margin: auto;
}


/* 메인 컨텐츠 */
#mypage > .container .main-content {
	position: relative;
	width: 1280px;
	height: 609px;
	background: #FFFFFF;
	border-radius: 10px;
}

/* 사용자 정보 박스 */
#mypage > .container .user-info-box {
	position: absolute;
	width: 230px;
	height: 517px;
	left: 46px;
	top: 46px;
	background: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

#mypage > .container .user-avatar {
	position: absolute;
	width: 130px;
	height: 130px;
	left: 50px;
	top: 58px;
	background: #2957E2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;	
}

#mypage > .container .user-name {
	position: absolute; left: 50%; transform: translateX(-50%); top: 218px; text-align: center;	
	width: 180px;
	word-break: break-all;
	line-height: 40px;
	text-align: center;
	font-weight: 600; font-size: 30px; color: #000000;
}

#mypage > .container .user-menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 397px;
	width: 200px;
}

#mypage > .container .user-menu-item {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	margin-bottom: 29px;
}

/* 통계 박스들 */
#mypage > .container .stat-box {
	position: absolute;
	width: 291px;
	height: 106px;
	background: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	left: 286px;
}

#mypage > .container .stat-label {
	position: absolute;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	left: 20px;
	top: 20px;
}

#mypage > .container .stat-value {
	position: absolute;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	right: 20px;
	bottom: 30px;
}

/* 신청처리 현황 */
#mypage > .container .status-box {
	position: absolute;
	width: 647px;
	height: 150px;
	left: 587px;
	top: 46px;
	background: #409E3B;
	border: 1px solid #CBCBCB;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}


/* 신청처리 현황 */
#mypage > .container .status-box-empty {
	position: absolute;
	width: 647px;
	height: 150px;
	left: 587px;
	top: 146px;
}


#mypage > .container .status-label {
	position: absolute;
	left: 40px;
	top: 50px;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
}

#mypage > .container .status-value {
	position: absolute;
	right: 40px;
	top: 50px;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	color: #FFFFFF;
}

#mypage > .container .status-message {
	position: absolute;
	width: 647px;
	left: 587px;
	top: 224px;
	padding-left:40px;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: #000000;
}

#mypage > .container .status-detail {
	position: absolute;
	left: 587px;
	top: 276px;
	width: 587px;
	padding-left:40px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: #000000;
}

#mypage > .container .status-detail  strong {
	font-weight: 600; font-size: 18px;
}

/* 액션 버튼들 */
#mypage > .container .action-btn {
	position: absolute;
	width: 320px;
	height: 89px;
	background: #000000;
	border: 1px solid #CBCBCB;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


/* 최근 신청내역 */
#mypage > .container .recent-orders {
	position:relative;
	width: 1280px;
	text-align: left; 
}

#mypage > .container .section-title {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 10px;
}

#mypage > .container .section-note {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}

#mypage > .container .order-item {
	position: relative;
	width: 1280px;
	height: 225px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 40px;
	border: 2px solid #fff;
}

#mypage > .container .order-item:hover {
	border: 2px solid #111;		
}

#mypage > .container .order-checkbox {
	position: absolute;
	width: 41px;
	height: 41px;
	left: 40px;
	top: 92px;
	border: 2px solid #00279D;
	border-radius: 50%;
	cursor:pointer; 
}

#mypage > .container .order-checkbox.checked {
	background: #2957E2;
}

#mypage > .container .order-checkbox2 {
	position: absolute;
	width: 160px;
	height: 160px;
	left: 40px;
	top: 32px;	
}


#mypage > .container .order-checkbox2 img { width:160px; height: 160px; border-radius:10px; }

#mypage > .container .order-checkbox2.checked {
	background: #2957E2;
}

#mypage > .container .order-content {
	margin-left: 180px;
}

#mypage > .container .order-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
}

#mypage > .container .order-subtitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #878787;
	margin-left: 10px;
}

#mypage > .container .order-tags {
	margin-top: 19px;
	display: flex;
	gap: 6px;
}

#mypage > .container .order-tag {
	padding: 3px 10px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 4px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}

#mypage > .container .order-details {
	margin-top: 16px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #808080;
}

#mypage > .container .order-details span {
	color: #000000;
	margin-left: 10px;
	margin-right: 30px;
}

#mypage > .container .order-status {
	position: absolute;
	width: 118px;
	height: 118px;
	right: 50px;
	top: 53px;
	border-radius: 2px;
	font-weight: 600;
	font-size: 18px;
	line-height: 118px;
	text-align: center;
	color: #FFFFFF;
}

#mypage > .container .status0 {
	background: #D57F51;
}

#mypage > .container .status1 {
	background: #B464B8;
}

#mypage > .container .status2 {
	background: #000;
	line-height:28px;
	padding-top:30px;
	font-size: 16px;
}

#mypage > .container .status2 a {
	text-decoration : none;
	color: #fff;
}

#mypage > .container .status3 {
	background: #409E3B;
}

#mypage > .container .status7 {
	background: #617BC7;
}

#mypage > .container .status4 {
	background: #2957E2;
}

#mypage > .container .status8 {
	background: #6D478E;
}

#mypage > .container .status9 {
	background: #AC6D6C;
}



/* TV + 인터넷 섹션 */
#mypage > .container .internet-section {
	position: relative;
	width: 1280px;
	text-align: left;
}

#mypage > .container .empty-state, #goods-list > .container .empty-state, #goods-view > .container .empty-state, #review > .container .empty-state {
	position: relative;
	width: 1280px;
	height: 384px;
	background: #DEDEDE;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}


/* 신청 정보 */
#mypage > .container .order-info {
	position: relative;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #B4B4B4;
}

#mypage > .container .order-info strong { font-weight: 600; color:#000000 }

/* 기기 섹션 */
#mypage > .container .device-section {
	float: left;
	box-sizing : content-box;
	width: 340px;	
	padding-right:20px;
	border-right:2px #D8D8D8 dashed ;
	margin-right:50px;
}

#mypage > .container .device-image-box {
	width: 340px;
	height: 340px;
	background: #F8F8F8;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
}

#mypage > .container .device-image {
	width: 258px;
	height: 258px;
	background: #D3D3D3;
}

#mypage > .container .device-image img{
	width: 258px;
	height: 258px;
}

#mypage > .container .device-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 39px;
}

#mypage > .container .case-button {
	width: 340px;
	height: 60px;
	background: #9A88AE;
	border-radius: 4px;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 20px;
}

#mypage > .container .device-description {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}

/* 주문 상세 정보 */
#mypage > .container .order-details2 {
	float: left;
	width: 410px;	
}

#mypage > .container .detail-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	position: relative;
}

#mypage > .container .detail-label {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	width: 200px;
	text-align: left;
	box-sizing : content-box;	
	margin-right: 20px;	
}

#mypage > .container .detail-value {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	width: calc(100% - 200px);
}

#mypage > .container .detail-value:before { content:''; float:left; width:1px; height:20px; background-color:#d3d3d3; position:relative; top:0px; left:-20px }



/* 가입자 정보 */
#mypage > .container .section-box {
	position: relative;
	width: 780px;
	text-align: left;
}

#mypage > .container .subscriber-section {
	
}

#mypage > .container .delivery-section {
	
}

#mypage > .container .section-title {
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 23px;
}

#mypage > .container .section-divider {
	width: 780px;
	height: 2px;
	background: #000000;
	margin-bottom: 43px;
}

#mypage > .container .form-row {
	display: flex;
	gap: 16px;
	margin-bottom: 23px;
}

#mypage > .container .form-group {
	flex: 1;
}

#mypage > .container .form-group.half {
	width: 532px;
}

#mypage > .container .form-group.third {
	width: 329px;
}

#mypage > .container .form-group.two-third {
	width: 735px;
}

#mypage > .container .form-label {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 10px;
}

#mypage > .container .form-input {
	width: 100%;
	height: 65px;
	background: #FFFFFF;
	border: 1px solid #4A4A4A;
	border-radius: 4px;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	
}




/* 로그인 */
#login { 
	width: 100%;		
	text-align:center; display: flex;
}

#login > .container {
	position: relative;
	min-width: 1280px;	
	background-color: #transparent;	
	margin: auto;	
}

/* 중앙 로고 */
#login > .container .center-logo {
	position: relative;
	margin:235px 0 15px 0; 	
	left: 50%;
	transform: translateX(-50%);
	width: 55px;
	height: 56px;
}

#login > .container .center-logo img {
	width: 55px;
	height: 56px;
}

/* 회원가입 타이틀 */
#login > .container .signup-title {
	position: relative;	
	left: 50%;
	transform: translateX(-50%);
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}

/* 소셜 로그인 버튼 컨테이너 */
#login > .container .social-login-container {
	position: relative;
	width: 411px;
	left: 50%;
	transform: translateX(-50%);
}

#login > .container .social-login-btn {
	position: relative;
	width: 411px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: all 0.2s ease;
}

#login > .container .social-login-btn:hover {
	background: #FAFAFA;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

#login > .container .social-login-text {
	position: absolute;
	left: 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}

#login > .container .social-login-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 24px;
	top: 12px;
	border-radius: 2px;
}

#login > .container .social-login-icon img { width:30px; height:30px; }

#login > .container .kakao-icon {
	background: #FEE500;
}

#login > .container .naver-icon {
	background: #03C75A;
}

/* 일반 회원가입 링크 */
#login > .container .general-signup-link {
	width: 99px;
	font-weight: 400;
	font-size: 18px;
	line-height: 14px;
	text-align: center;
	text-decoration-line: underline;
	color: #2957E2;
	cursor: pointer;
}

#login > .container .general-signup-link-exit {
	font-weight: 400;
	font-size: 18px;
	line-height: 14px;
	text-decoration-line: underline;
	color: #AB2A2A;
	cursor: pointer;
	text-align: left;	
	width:532px;
	display: block;
}

#login > .container .general-signup-link:hover {
	color: #1a3cb8;
}

#login > .container .general-signup-link-exit:hover {
	color: #1a3cb8;
}


/* 폼 컨테이너 */
#login > .container .form-container {
	position: relative;
	width: 411px;
	margin:0 auto;
}

#login > .container .input-group {
	position: relative;
	width: 411px;
	height: 58px;
	margin-bottom: 10px;
}

#login > .container .input-field {
	width: 411px;
	height: 58px;
	background: #FFFFFF;
	border: none;
	border-radius: 6px;
	padding: 0 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	outline: none;
}

#login > .container .input-field::placeholder {
	color: #000000;
	opacity: 0.5;
}

#login > .container .input-field:focus {
	box-shadow: 0 0 0 2px #2957E2;
}

/* 변경하기 버튼 */
#login > .container .submit-button {
	position: relative;
	width: 411px;
	left: 0%;
	height: 70px;
	background: #000000;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

#login > .container .submit-button:hover {
	background: #2957E2;
}

#login > .container .submit-button:active {
	
}

#login > .container .submit-button.send {
	background: #efefef;
}

/* 간격 조정 */
#login > .container .input-group:nth-child(2) {
	margin-top: 10px;
}

#login > .container .input-group:nth-child(3) {
	margin-top: 10px;
}

#login > .container .required-mark {
	position: absolute;
	left: 10px;
	top: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #FE0000;
	pointer-events: none;
}

#login > .container .input-field {
	padding-left: 20px;
}


#login > .container .address-note {
	position: relative;
	width: 411px;
	height:25px;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #2957E2;
	text-align:left;
}

/* 약관 동의 섹션 */
#login > .container .terms-section {
	position:relative;
	width: 411px;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 20px 20px;
	margin:0 auto;
	text-align: center;
}

#login > .container .terms-all {
	width: 258px;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #9B9B9B;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto 19px; auto;
	cursor: pointer;
}

#login > .container .terms-all-text, #mypage > .container .terms-all-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000000;
}

#login > .container .terms-item, #mypage > .container .terms-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}

#login > .container .terms-item:last-child, #mypage > .container .terms-item:last-child {
	margin-bottom: 0;
}

#login > .container .terms-label, #mypage > .container .terms-label {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	letter-spacing: -0.1px;
	flex: 1;
	text-align: left;
}

#login > .container .terms-link, #mypage > .container .terms-link {
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	text-decoration-line: underline;
	color: #777777;
	cursor: pointer;
}


/* Hi Phone 브랜드 로고 */
#login > .container .brand-logo-section {
	position: relative;
	width: 424px;
	left: 50%;
	transform: translateX(-50%);
}

#login > .container .brand-icon {
	position: absolute;
	width: 41px;
	height: 41px;
	left: 177px;
	top: 0px;
	background: #FFD117;
	border-radius: 50%;
}

#login > .container .brand-text {
	position: absolute;
	width: 424px;
	top: 30px;
	font-weight: 900;
	font-size: 80px;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
	color: #2957E2;
}

/* 완료 메시지 */
#login > .container .success-message {
	position: absolute;
	width: 854px;
	left: 50%;
	transform: translateX(-50%);
	top: 456px;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #000000;
}

#login > .container .point-info {
	position: absolute;
	width: 773px;
	left: 50%;
	transform: translateX(-50%);
	top: 520px;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #2957E2;
}

/* 안내 사항 */
#login > .container .info-text {
	position: absolute;
	width: 697px;
	left: 50%;
	transform: translateX(-50%);
	top: 605px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-align: left;
}

/* 액션 버튼들 */
#login > .container .action-buttons {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 741px;
	display: flex;
	gap: 14px;
}

#login > .container .action-btn {
	width: 270px;
	height: 70px;
	background: #000000;
	border: 1px solid #CBCBCB;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
}

#login > .container .action-btn:hover {
	background: #2957E2;
	transform: translateY(-2px);
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

#login > .container .action-btn:active {
	transform: translateY(0);
}



/* 폼 요소들 */
#login > .container .password-field {
	width: 532px;
	height: 56px;
	background: #FFFFFF;
	border: none;
	border-radius: 4px;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	outline: none;
}

#login > .container .password-field::placeholder {
	color: #000000;
	opacity: 0.5;
}

#login > .container .password-field:focus {
	box-shadow: 0 0 0 2px #2957E2;
}

 /* 탈퇴사유 섹션 */
#login > .container .reason-section {
	margin:10px auto 10px auto;
	width: 532px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 20px;
}

#login > .container .reason-label {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 30px;
	text-align: left;
}

#login > .container .reason-buttons {
	display: flex;
	width: 532px;
	flex-wrap: wrap;
	gap: 10px;
}

#login > .container .reason-btn:hover {
	background: #F5F5F5;
}

#login > .container .reason-btn.active {
	background: #2957E2;
	color: #FFFFFF;
	border-color: #2957E2;
}

/* 하고싶은 말 영역 */
#login > .container .message-field {
	width: 532px;
	height: 156px;
	background: #FFFFFF;
	border: none;
	border-radius: 4px;
	padding: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	outline: none;
	resize: none;
}

#login > .container .message-field::placeholder {
	color: #000000;
	opacity: 0.5;
}

#login > .container .message-field:focus {
	box-shadow: 0 0 0 2px #2957E2;
}

/* 안내사항 박스 */
#login > .container .notice-box {
	margin: 10px auto 0 auto;
	text-align: left;
	width: 532px;
	height: 179px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 19px 20px;
}

#login > .container .notice-text {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
		

/* checbox, radio  */
#login > .container label input[type=checkbox], label input[type=radio] { position:absolute; filter:alpha(opacity=0); opacity:0; -moz-opacity:0; }
#login > .container 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=6) no-repeat; border: none; cursor: pointer; background-position: 0 0; }
#login > .container label span.chover { background-position: -24px 0; }
#login > .container label input[type=checkbox]:focus + span { background-position: -24px 0; }
#login > .container label input[type=checkbox]:checked + span { background-position: -48px 0; }
#login > .container label input[type=checkbox]:disabled + span { background-position: -72px 0; cursor:not-allowed; }
#login > .container label input[type=checkbox]:checked:disabled + span { background-position: -96px 0; cursor:not-allowed; }
#login > .container label span.radio { background-position: -120px 0; }
#login > .container label span.rhover { background-position: -144px 0; }
#login > .container label input[type=radio]:focus + span { background-position: -120px 0; }
#login > .container label input[type=radio]:checked + span { background-position: -168px 0; }
#login > .container label input[type=radio]:disabled + span { background-position: -192px 0; cursor:not-allowed; }
#login > .container label input[type=radio]:checked:disabled + span { background-position: -216px 0; cursor:not-allowed;}

#mypage > .container label input[type=checkbox], label input[type=radio] { position:absolute; filter:alpha(opacity=0); opacity:0; -moz-opacity:0; }
#mypage > .container 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=6) no-repeat; border: none; cursor: pointer; background-position: 0 0; }
#mypage > .container label span.chover { background-position: -24px 0; }
#mypage > .container label input[type=checkbox]:focus + span { background-position: -24px 0; }
#mypage > .container label input[type=checkbox]:checked + span { background-position: -48px 0; }
#mypage > .container label input[type=checkbox]:disabled + span { background-position: -72px 0; cursor:not-allowed; }
#mypage > .container label input[type=checkbox]:checked:disabled + span { background-position: -96px 0; cursor:not-allowed; }
#mypage > .container label span.radio { background-position: -120px 0; }
#mypage > .container label span.rhover { background-position: -144px 0; }
#mypage > .container label input[type=radio]:focus + span { background-position: -120px 0; }
#mypage > .container label input[type=radio]:checked + span { background-position: -168px 0; }
#mypage > .container label input[type=radio]:disabled + span { background-position: -192px 0; cursor:not-allowed; }
#mypage > .container label input[type=radio]:checked:disabled + span { background-position: -216px 0; cursor:not-allowed;}

#login > .container .reason-section label span{ 
	margin:0 0 0 2px; float:left; display: block; text-align:center; background-color:#fff; width: 154px; height: 50px;  border: 1px solid #2E2E2E; 	
	cursor: pointer; font-weight:300; font-size:14px; line-height: 50px; color: #000000;border-radius: 4px;
}

#login > .container .reason-section label span:hover { border:1px solid #666; }
#login > .container .reason-section label span.radio { background:url(); }
#login > .container .reason-section label span.checkbox { background:url(); }
#login > .container .reason-section label input[type=radio]:focus  + span { border:1px solid #666; }
#login > .container .reason-section label input[type=radio]:checked + span { border:1px solid #666; background-color:#666; color:#fff }
#login > .container .reason-section label input[type=radio]:disabled + span {  cursor:not-allowed; color:#eee }
#login > .container .reason-section label input[type=radio]:checked:disabled + span { cursor:not-allowed; border:1px solid #aaa; background-color:#aaa;}
#login > .container .reason-section label input[type=checkbox]:focus  + span { border:1px solid #666; }
#login > .container .reason-section label input[type=checkbox]:checked + span { border:1px solid #666; background-color:#666; color:#fff }
#login > .container .reason-section label input[type=checkbox]:disabled + span {  cursor:not-allowed; color:#eee }
#login > .container .reason-section label input[type=checkbox]:checked:disabled + span { cursor:not-allowed; border:1px solid #aaa; background-color:#aaa;}


#mypage > .container .process-guide {
    position: relative;
	float:left;
    width: 410px;
    height: 773px;    
	text-align: left;
}

#mypage > .container .process-logo-image {
    position: absolute;
    width: 139px;
    height: 139px;
    left: 0px;
    top: 0px;    
    
}

#mypage > .container .process-main-title {
    position: absolute;
    width: 226px;
    height: 80px;
    top: 33px;
    left: 150px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
}

#mypage > .container .process-step {
    position: absolute;
    width: 100%;
}

.step-1 { top: 171px; }
.step-2 { top: 321px; }
.step-3 { top: 471px; }
.step-4 { top: 621px; }

#mypage > .container .step-num-box {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 9px;
    top: 3px;
    background: #000000;
    border-radius: 6px;
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

#mypage > .container .step-info {
    position: absolute;
    left: 43px;
    top: 0px;
}

#mypage > .container .step-title {
    
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

#mypage > .container .step-desc {
    position: absolute;
	left: -35px;
	width:410px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

#mypage > .container .step-note {
    position: absolute;
	left: -35px;
	top: 106px;
	width:410px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #444040;
}

/* ========== 구분선 ========== */
#mypage > .container .divider {
	position: absolute;
	width: 0px;
	height: 923px;
	left: 445px;
	border-left: 2px dashed rgba(145, 145, 145, 0.7);
}

/* ========== 주문서 작성 폼 (Group 528) ========== */
#mypage > .container .order-form-section {
    position: relative;
	float:left;
    width: 470px;
    min-height: 678px;    
	margin-left:70px;
}

#mypage > .container .input-field {
    box-sizing: border-box;
    width: 470px;
    height: 65px;
    background: #FFFFFF;
    border: 1px solid #4A4A4A;
    border-radius: 4px;
    padding: 0 30px;    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
	margin-bottom: 20px;
}

#mypage > .container .input-field::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

#mypage > .container .mileage-group {
    position: relative;
    width: 470px;
    height: 37px;
}

#mypage > .container .mileage-group strong { font-weight: 700; }

#mypage > .container .mileage-balance {
    position: absolute;
    width: 202px;
    height: 20px;
    top: -10px;
    right: 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #000000;
}

#mypage > .container .address-detail-group {
    position: relative;
    width: 591px;
    height: 20px;    
}

#mypage > .container .btn-address-edit {
    position: absolute;
    width: 89px;
    height: 36px;
    left: 365px;
    top: -70px;
    background: #000000;
    border-radius: 4px;
    border: none;    
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

#mypage > .container .btn-address-edit:hover {
    background: #333333;
}

/* 약관 동의 박스 */
#mypage > .container .terms-agreement-box {
    box-sizing: border-box;
    position: relative;
    width: 470px;
    background: #F2F2F2;
    border-radius: 4px;
    padding: 20px 20px;
}

#mypage > .container .term-all-agree {
    box-sizing: border-box;
    position: relative;
    width: 430px;
    height: 45px;
    background: #F2F2F2;
    border: 1px solid #9B9B9B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
}

#mypage > .container .term-all-agree label {
    
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#mypage > .container .term-all-agree input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#mypage > .container .term-row {
    position: relative;
    width: 511px;
    height: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mypage > .container .term-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

#mypage > .container .term-checkbox input[type="checkbox"] {
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    background: #F2F2F2;
    border: 1px solid #8D8D8D;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    position: relative;
}

#mypage > .container .term-checkbox input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    width: 12px;
    height: 8px;
    left: 5px;
    top: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

#mypage > .container .term-text {
    
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

#mypage > .container .term-detail-link {
    
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: underline;
    color: #777777;
}


/* ========== 완료 체크 아이콘 (Group 529) ========== */
#mypage > .container .complete-check-icon {
    width: 90px;
    height: 90px;
	margin:0 auto;
}

#mypage > .container .complete-check-icon img {
	width: 90px;
    height: 90px;
}


/* ========== 페이지 타이틀 ========== */
#mypage > .container .complete-title {
    width: 573px;
    height: 50px;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #000000;
	margin: 40px auto 50px auto;
}


/* ========== 정보 박스 공통 스타일 ========== */
#mypage > .container .info-boxX {
    position: relative;
    width: 632px;
    height: 172px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
	margin:0 auto;
}

#mypage > .container .box-label {
    position: absolute;
    left: 3px;
    top: 5px;
}

#mypage > .container .carrier-logo {
    width: 75px;
    height: 34px;
}

#mypage > .container .box-title {
    position: absolute;
    width: 106px;
    height: 30px;
    left: calc(50% - 106px/2 - 203px);
    top: 71px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
}

#mypage > .container .activation-info .info-row {
    position: absolute;
    right: 40px;
    display: flex;
    gap: 10px;
    align-items: center;
}

#mypage > .container .info-textX {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #000000;
}

#mypage > .container .info-textX strong { font-weight: 600;}


/* ========== 제품 정보 박스 (Group 530) ========== */
#mypage > .container .product-image-wrapper {
    position: absolute;
    width: 112px;
    height: 112px;
    left: 60px;
    top: 30px;
}

#mypage > .container .product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#mypage > .container .product-details {
    position: absolute;
    right: 40px;
    top: 52px;
}

#mypage > .container .product-name {
    width: 353px;
    height: 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #000000;
    margin-bottom: 8px;
}

#mypage > .container .product-price {
    width: 353px;
    height: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #000000;
}

/* ========== 안내 문구 ========== */
#mypage > .container .guide-subtitle {
    width: 289px;
    height: 30px;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #000000;
	margin: 80px auto 40px auto;
}

#mypage > .container .guide-description {
    width: 510px;
    height: 150px;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
	margin: 0 auto;
	text-align: left;
}

#mypage > .container .guide-description strong { font-weight: 600;}

/* ========== 액션 버튼 그룹 ========== */
#mypage > .container .action-buttons {
    width: 632px;
    height: 87px;
    display: flex;
    gap: 22px;
	margin:60px auto 180px auto;
}

/* 카카오톡 버튼 (Group 531) */
#mypage > .container .btn-kakao {
    box-sizing: border-box;
    position: relative;
    width: 305px;
    height: 87px;
    background: #FAE300;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #3C1E1E;
    cursor: pointer;
    transition: background 0.3s;
}

#mypage > .container .btn-kakao:hover {
    background: #e8d500;
}

/* 마이페이지 버튼 (Group 532) */
#mypage > .container .btn-mypage {
    box-sizing: border-box;
    position: relative;
    width: 305px;
    height: 87px;
    background: #000000;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.3s;
}

#mypage > .container .btn-mypage:hover {
    background: #333333;
}


#mypage > .container .order-detail-box, #goods-view > .container .order-detail-box { 
	position: relative;	
}

#mypage > .container .order-detail-box-left, #goods-view > .container .order-detail-box-left { 
	position: relative;
	float: left;
}

#mypage > .container .order-detail-box-right, #goods-view > .container .order-detail-box-right { 
	position: relative;
	margin-left: 40px;
	float:left; 
	text-align: left;
	position:sticky; 
	top:174px;
	height:600px;
	overflow:scroll;
	border: 1px solid #D3D3D3;
	box-shadow: 0px 10px 4px rgba(0, 0, 0, 0.25);	
	border-radius: 20px;
}

#mypage > .container .order-detail-box-right::-webkit-scrollbar, #goods-view > .container .order-detail-box-right::-webkit-scrollbar { display: none; }



/* 구매창 */
.container .purchase-box {
	position:relative;	
	width: 435px;
	background: #FFFFFF;
	padding: 30px;
	height:600px
}

.container .conditions-box {
	width: 375px;	
	background: #F0F0F0;
	border-radius: 4px;
	padding: 20px;
}

.container .condition-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.container .condition-label {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}

.container .condition-badge {
	padding:0 10px;
	height: 20px;
	background: #6C91E6;
	border-radius: 4px;
	font-weight: 400;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}

.container .condition-total {
	display: flex; justify-content: space-between; align-items: center;	
	margin-top: 20px;
}


.container .price-line { margin:20px 0; border-bottom:2px dashed #919191B2}

.container .price-title {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.container .price-title strong {
	font-weight: 700;
}

.container .price-value {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: right;
}

.container .info-box {
	width: 375px;
	height: 69px;
	background: #B4BDEE;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 20px;
}

.container .info-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #11227C;
}

.container .monthly-payment-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin-top: 10px;
	text-align: left;
}

.container .monthly-payment-title span { font-weight: 400; color:#2957E2 }

.container .monthly-payment-value {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	margin-top: 6px;
	text-align: left;
}

.container .monthly-payment-value2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #FE0000;
	margin-top: 0px;
	text-align: left;
	position:relative; top:-4px;
}

.container .price-breakdown {
	margin-top: 20px;
}

.container .price-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.container .price-label {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.container .price-amount {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	color: #000000;
}

.container .price-amount.reds {
	color: #FF0080;
}

.container .apply-button {
	position:sticky;
	z-index:99999; 
	bottom:30px; 
	left:30px;
	width: 375px;
	height: 70px;
	background: #2957E2;
	border: 0;
	border-radius: 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 30px;
}

.container .notice-section {
	margin-top: 40px;
	text-align: left;
}

.container .notice-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #444040;
	margin-bottom: 19px;
}

.container .notice-content {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #444040;
}

.container .notice-content b {
	font-weight: 600;
}

.container .notice-warning {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #DF5454;
	margin-top: 19px;
}

/**********************************************************************************************************/
/* footer																								  */
/**********************************************************************************************************/

#footer { 
	clear: both; 
	width: 100%;		
	text-align:center; display: flex;
	background-color: #ccc;
}

#footer > .container {
	position: relative;
	width: 1280px;	
	margin:0 auto;	
}

#footer > .container .footer {
	position: relative; 
	width: 1280px;
	height: 470px;
	text-align:left;
}

#footer > .container .footer-nav {
	position: absolute;
	left: 10px;
	top: 66px;
	display: flex;
	gap: 92px;
	font-size: 14px;
	color: #434343;
}

#footer > .container .footer-nav a {
	color: #434343;
	text-decoration: underline;
}

#footer > .container .footer-content {
	position: absolute;
	left: 10px;
	top: 143px;
	display: flex;
	gap: 60px;
	font-size: 13px;
	color: #434343;
}

#footer > .container .footer-section {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

#footer > .container .footer-section-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

#footer > .container .footer-light {
	font-weight: 300;
}

#footer > .container .footer-regular {
	font-weight: 400;
}

#footer > .container .footer-link {
	color: #434343;
	text-decoration: underline;
}

#footer > .container .footer-logo {
  position: absolute;
  width: 43px;
  height: 44px;
  left: 10px;
  top: 334px;  
}

#footer > .container .footer-logo img {
	width: 43px;
	height: 44px;
	background: #transparent;
	opacity: 0.5;
}

#footer > .container .footer-copyright {
	position: absolute;	
	left: 10px;
	top: 392px;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}

#footer > .container .footer-badges {
	position: absolute;
	right: 10px;
	top: 320px;		
	text-align: right;
	display: flex;
	gap: 8px;
}


#footer > .container .footer-badges .badges-link { margin-right:8px; }
#footer > .container .footer-badges .badges-link a { color:#111; height: 30px; font-size: 12px; text-decoration:none; }
#footer > .container .footer-badges .badges-link a img { width: 30px; height: 30px; border-radius: 50%; position:relative; top:10px; }

/* Kakao Chat Button */
#footer > .container .kakao-chat {
	position: absolute;
	right: 21px;
	bottom: 522px;
	width: 209px;
	height: 220px;
	cursor: pointer;
}

#fixQuick { width:100px; position:fixed; bottom:345px; right:50px; z-index:998 }

	
	.btnShineBox { background: #f3f3f3; padding: 15px 0; position: relative; }
	.btnShineBox button[type=submit] { background-color:#fff; padding: 0; height:54px; width:320px;  font-size:1.2em; line-height:1.2em; position: relative; color: #111; 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].black { background-color:#111; color:#fff; width:458px; }
	.btnShineBox button[type=submit].red { background-color:#ff0000; color:#fff; width:458px; }
	.btnShineBox button[type=submit]:hover { color: #ffffff; box-shadow: 0 0 30px 0 #aaa; background-color: #333; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
	.btnShineBox button[type=submit]:hover:before { -webkit-animation: shine 0.5s 0s linear; -moz-animation: shine 0.5s 0s linear; animation: shine 0.5s 0s linear; }
	.btnShineBox button[type=submit]:active { box-shadow: 0 0 0 0 transparent; -webkit-transition: box-shadow 0.2s ease-in; -moz-transition: box-shadow 0.2s ease-in; transition: box-shadow 0.2s ease-in; }
	.btnShineBox button[type=submit]:before { content: ""; display: block; width: 0px; height: 86%; position: absolute; top: 7%; left: 0%; opacity: 0; background: #ffffff; box-shadow: 0 0 15px 3px white; -webkit-transform: skewX(-20deg); -moz-transform: skewX(-20deg); -ms-transform: skewX(-20deg); -o-transform: skewX(-20deg); transform: skewX(-20deg); }
	@-webkit-keyframes shine { from { opacity: 0; left: 0%; } 50% { opacity: 1;} to { opacity: 0; left: 100%; } }
	@-moz-keyframes shine { from { opacity: 0; left: 0%; } 50% { opacity: 1; } to { opacity: 0; left: 100%; } }
	@keyframes shine { from { opacity: 0; left: 0%; } 50% { opacity: 1; } to { opacity: 0; left: 100%; } }

	.shineSend { background-image: linear-gradient( 145deg, transparent 10%, #aaa 10% 20%, transparent 20% 30%, #aaa 30% 40%, transparent 40% 50%, #aaa 50% 60%, transparent 60% 70%, #aaa 70% 80%, transparent 80% 90%, #aaa 90% 100% ); animation: background 3s linear infinite; }
	@keyframes background { 0% { background-position: 0 0; } 100% { background-position: 300px 0; } }

	.btnShineBox .btnPrevTitle { position:absolute; right:66px; bottom:30px;  display:none}
	.btnShineBox .btnPrev {  box-sizing : content-box;  float:right; cursor:pointer; background-color:#fff; color:#999; width:40px; height:30px; margin:8px 15px 0 0;padding-top:10px; text-align:center; border-radius: 40px; }
	.bottomHoldFix { width:calc(100% + 40px); position:fixed; left:-40px; z-index:9991; bottom:0;} 
	
	.content_list ul, .content_list ol{list-style:none;list-style-image:none; }
	
	.content_list { clear:both; padding:0; }
	.content_list .contentMenu {  height:50px; margin:0px 0px 40px 0px; width:100%; position:relative; }
	.content_list .contentMenu > ul { width:100% }
	.content_list .contentMenu > ul > li { box-sizing : content-box; float:left; color:#666; height:50px; text-align:center; border:1px solid #dadada; border-right:0;  font-weight:400; font-size:15px; line-height:3.4em;}
	.content_list .contentMenu > ul > li:last-child { border-right:1px solid #dadada; }
	.content_list .contentMenu > ul > li.selected {color:#fff;  background-color:#666; border:0; border:1px solid #666; border-left:0;}
	.content_list .contentMenu > ul > li.selected:hover { color:#fff; }
	.content_list .contentMenu > ul > li:hover { cursor:pointer; color:#666; border-top:1px solid #666; border-bottom:1px solid #666; }
	.content_list .contentBar { clear:both; position:absolute; width:1px; height:52px; display:none; background-color:#666; overflow:hidden;}


	.content_list .listTopTitle { float:left;  font-size:20px; }
	.content_list .listTopSelect { float:right;  text-align:left; font-size:16px; position:relative;  }	
	.content_list .listTopSelect input { border:1px solid #ccc; height:30px; width:200px; padding:0 30px 0 10px; color:#111;}
	.content_list table.listIn { width:100%; margin:0; padding:0; table-layout:fixed; border-spacing:0; border-collapse:separate; border:0; box-shadow: 0 0 0 ; -webkit-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.over:hover { background-color:#111; color:#fff; cursor:pointer; }
	.content_list table.listIn tr.over:hover a {  color:#fff;  }
	.content_list table.listIn tr td { background-color:transparent; height:40px; padding:6px 10px; position:relative; font-weight:400; 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 tr td .sub { font-size:13px; }
	.content_list table.listIn thead td { height:40px; padding:6px 10px; font-size:16px;   font-weight:400; text-align:center;  border:1px solid #999; border-left:0; border-right:0; background-color:#aaa; color:#fff; } 
	.content_list table.listIn thead th { height:40px; padding:6px 10px; font-size:16px;   font-weight:400; text-align:center;  border-top:3px solid #999; border-bottom:1px solid #ccc; background-color:#efefef; color:#111; }	
	.content_list table.listIn thead.table-fixed-header { position: fixed; top: 60px; z-index: 991; min-width:1236px;}
	.content_list table.listIn tbody .table-fixed-empty { height:40px; border:0; display:none;}
	.content_list .listBtn { clear:both; padding:20px 0; float:right; }
	
	.content_write ul, .content_write ol{list-style:none;list-style-image:none; }
	
	.content_write { clear:both; padding:0; width:1000px; margin:0 auto;}
	.content_write .cateBox { padding:10px 30px 20px 0; text-align:left; float:left; }
	.content_write .optionBox { padding:10px 0 20px 0; text-align:left; float:left; }
	.content_write .writeBox { clear:both; background:#transparent; 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 #4a4a4a; position:relative; overflow:hidden; background: #596A86; border-radius: 10px; height:70px;}
	.content_write .writeBox .attachBox:after { content: "";  display: block;  padding-bottom: 60px; }
	.content_write .writeBox .attachBox .title { position:absolute; left:20px; top:20px; font-weight:400; font-size:24px; color: #fff; text-align:center; width: 760px}
	.content_write .writeBox .attachBox .title span { display:inline-block; padding-left:10px; color:#999; font-size:12px; } 
	.content_write .writeBox .attachBox .info { font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; font-size:12px; padding:50px 20px 0px 20px }
	.content_write .writeBox .attachBox .delete { position:absolute; top:20px; right:5px; padding:0 5px; display:none; z-index:9; cursor:pointer; color: #fff}
	.content_write .writeBox .attachBox .file_name { position:absolute; left:20px; top:20px; font-weight:400; font-size:20px; color:#fff; } 
	.content_write .writeBox .attachBox input { position: absolute; top: 0; right: 0; margin: 0; filter:alpha(opacity=0);opacity:0; -moz-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: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400; font-size:14px; }
	.content_write .infoBox .info { font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; 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: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; text-align:left;  border-top:3px solid #999; border-bottom:1px solid #ccc; background-color:#efefef; color:#111; }	
	.content_view .notice { padding:20px 160px 10px 20px; }	
	.content_view .title span { position:absolute; top:20px; right:15px; color:#666; font-size:15px;  }
	.content_view .title span span{ font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400; font-size:14px; }
	.content_view .adds { position:relative; height:30px; padding:10px 20px 10px 20px; font-size:14px;  font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; text-align:left;  border-bottom:1px solid #ccc; background-color:#fefefe; color:#111; 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: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; text-align:left;  border-bottom:1px solid #ccc; background-color:#fefefe; color:#111; 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: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; text-align:left; color:#111; border-bottom:1px solid #ccc; line-height:1.8em }
	.content_view .comment_title {  padding:40px 0px 10px 0px; font-size:14px;  font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; text-align:left;}
	.content_view .comment_title span {  }
	.content_view .comment_title span:last-child { display:inline-block; float:right; font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; }
	.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: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; 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 {  }
	.content_view .comment_list ul li.comment_content { clear:both; text-align:left; font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; 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 { box-sizing : content-box; position:relative; height:30px; padding:10px 20px 10px 20px; font-size:14px;  font-family: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight:400; 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; }
	
	.loginBox ul, .loginBox ol{list-style:none;list-style-image:none; }
	.loginBox { padding:30px 0; text-align:center; width:411px; background:#transparent; }
	.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:#111; text-decoration:none; font-weight:400; letter-spacing: -0.05em;}
	.loginBox .floatRight ul li a:link, .loginBox .floatRight ul li a:visited, .loginBox .floatRight ul li a:active{ color:#111; }
	.loginBox .searchId { margin-bottom:20px; background:#f3f3f3; height:20px; padding:20px;  font-weight:400; font-size:13px; color:#999; display:none; }
	.loginBox .searchId span { color:#111; font-weight:400; }
	.loginBox .authSelect { margin-bottom:20px; background:#f3f3f3; padding:10px 20px 20px 20px;  font-weight:400; font-size:13px; color:#111; 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-weight:400; 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:640px; }
	.registBox li { position:relative; padding-bottom:20px;  }
	
	.inputBox ul, .inputBox ol{list-style:none;list-style-image:none; }
	
	
	.inputBox li.multiSelect { position:relative; clear:both; margin-bottom:20px; border:1px solid #d4d4d4; width:calc(100% - 16px); padding:50px 20px 10px 20px ; font-size:14px;  }
	
	.inputBox input[type=text], .inputBox input[type=password] {  box-sizing : content-box;  border:1px solid #d4d4d4; height: 40px; width:calc(100% - 42px); padding:20px 20px 0px 20px ; font-size:14px;  }
	.inputBox input[type=text]:focus, .inputBox input[type=password]:focus{ border:1px solid #666; }
	.inputBox input[type=text].readonly { background:#efefef; }
	.inputBox textarea { border:1px solid #d4d4d4; height: 100px; width:calc(100% - 16px); padding:20px 20px 0px 20px ; font-size:14px;  }
	.inputBox .inputTitle { position:absolute; top:20px; left:22px;  font-weight:400; 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 .separation2 { clear:both; float:left; text-align:left; width:400px;}
	.inputBox .separation3 { float:right; text-align:left; width:400px; }


	/* checbox, radio  */
	.inputBox label {}
	.inputBox label span{ margin:0 0 0 2px; float:left; display: block; text-align:center; background-color:#fff; width: 98px; height: 40px; padding:20px 0px 0px 0px; border: 1px solid #ccc; cursor: pointer;  font-weight:400; font-size:14px;}
	.inputBox label.min span{ margin:2px 0 0 2px; width: 115px; height: 25px; padding:5px 0px 0px 0px; font-size:14px; line-height:1.4em; 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;}
	

#contents { 
	width: 100%;		
	text-align:center; display: flex;
}

#contents > .container {
	position: relative;
	width: 1280px;	
	background-color: #transparent;
	margin: auto;
	
}

#contents > .container ul, #contents > .container ol{list-style:none;list-style-image:none; }
#contents > .container label,#contents > .container select,#contents > .container input,#contents > .container button{vertical-align:middle;}
#contents > .container label{cursor:pointer; }
#contents > .container a:link, #contents > .container a:visited, #contents > .container a:hover, #contents > .container a:active{ text-decoration:none; color:#111; }
#contents > .container input:focus, #contents > .container textarea:focus, #contents > .container button:focus { outline: none; }



#contents > .container .textIcon { padding:4px 14px; color:#fff; font-size:13px;  font-weight:400; border-radius:4px }

/* checbox, radio  */
#contents > .container label input[type=checkbox], #contents > .container label input[type=radio] { position:absolute; filter:alpha(opacity=0); opacity:0; -moz-opacity:0; }
#contents > .container 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; }
#contents > .container label span.chover { background-position: -24px 0; }
#contents > .container label input[type=checkbox]:focus + span { background-position: -24px 0; }
#contents > .container label input[type=checkbox]:checked + span { background-position: -48px 0; }
#contents > .container label input[type=checkbox]:disabled + span { background-position: -72px 0; cursor:not-allowed; }
#contents > .container label input[type=checkbox]:checked:disabled + span { background-position: -96px 0; cursor:not-allowed; }
#contents > .container label span.radio { background-position: -120px 0; }
#contents > .container label span.rhover { background-position: -144px 0; }
#contents > .container label input[type=radio]:focus + span { background-position: -120px 0; }
#contents > .container label input[type=radio]:checked + span { background-position: -168px 0; }
#contents > .container label input[type=radio]:disabled + span { background-position: -192px 0; cursor:not-allowed; }
#contents > .container label input[type=radio]:checked:disabled + span { background-position: -216px 0; cursor:not-allowed;}


.contentTitle { clear:both; padding:30px 0 30px 0; text-align:center; font-weight:400; font-size:40px; }

.nettv { clear:both; position:relative; width:100%; min-width:1280px; text-align:left; }
.nettv ul li div:nth-child(1) { font-size:18px; color:#000; height:35px;}
.nettv ul li ul { border:0; padding-top:5px}
.nettv ul li ul li { box-sizing : content-box; float:left; border:2px solid #c5c5c5; background:#fff; height:160px; padding:10px 10px; text-align:left; font-size:16px; line-height:24px; color:#c5c5c5;  cursor:pointer;}
.nettv ul li ul li.cell3 { width:calc(33% - 37px); border-radius: 5px; margin-left: 15px; }
.nettv ul li ul li.cell3:first-child { width:calc(33% - 16px); margin-left: 0px; }
.nettv ul li ul li.cell3:last-child {  }
.nettv ul li ul li.selected { background:#fff; border:2px solid #222; cursor:default; color:#000; font-weight:700;}
.nettv ul li ul.agency li { text-align:center; height:150px; padding:20px 10px 10px 10px; }
.nettv ul li ul.agency img {width:100px }
.nettv ul li ul.agency li span { display:block; font-size:24px; }
.nettv ul li ul.net .ttl { color:#555; padding: 10px 0 0 10px; font-size:20px;}
.nettv ul li ul.net .ttl span { font-size:40px; color:#000; font-weight:600; padding-right:6px;}
.nettv ul li ul.net .ttl2 { color:#808080; padding: 10px 0 0 10px; font-size:18px;}
.nettv ul li ul.net .price { color:#3621BF; padding: 10px 0 0 10px; font-size:24px; font-weight:500;}

.nettv ul li ul.tv .ttl { color:#555; padding: 10px 0 0 10px; font-size:20px;}
.nettv ul li ul.tv .ttl span { font-size:40px; color:#000; font-weight:600; padding-right:6px;}
.nettv ul li ul.tv .ttl2 { color:#808080; padding: 10px 0 0 10px; font-size:18px;}
.nettv ul li ul.tv .price { color:#3621BF; padding: 10px 0 0 10px; font-size:24px; font-weight:500;}

.nettv .inline_wifi { display:inline-block; color:#aaa }

.nettv_bottom { width:100%; border-top:1px solid #ccc; padding:10px 0 20px 0;  border-bottom:0; box-shadow: 0 -15px 15px -15px #ccc; position:fixed; bottom:0 ; background:#fff; z-index:999; text-align:center; }
.nettv2 { margin:0 auto 50px auto; width:1280px;  padding:20px 0 20px 0px;  }
.nettv2 .btn1 { cursor:pointer; float:left; width:180px; height:100px; background:#fff; border:1px solid #555; border-radius:6px; color:#000; font-size:20px; font-weight:500; display: flex; flex-direction: row; justify-content: center; align-items: center; }
.nettv2 .btn2 { cursor:pointer; margin-left:20px; float:left; width:260px; height:100px; background:#3621BF; border:1px solid #3621BF; border-radius:6px; color:#fff; font-size:20px; font-weight:500; display: flex; flex-direction: row; justify-content: center; align-items: center; }
.nettv2 .ttl1	{ float:right; width:calc(100% - 540px); }
.nettv2 .ttl1 div:nth-child(1) { font-size:18px; color:#555; text-align:left; height:35px; border-bottom: 1px dashed #ccc; padding-top:4px;}
.nettv2 .ttl1 div:nth-child(2) { font-size:18px; color:#000; text-align:left; padding-top:10px; font-weight:500; }
.nettv2 .ttl1 div:nth-child(3) { font-size:14px; color:#555; text-align:left; padding-top:4px; }
.nettv2 .ttl1 div span { float:right }
.nettv2 .ttl1 div:nth-child(3) span { color:#3621BF; font-weight:500; }	

.won_icon { display: flex; flex-direction: row; justify-content: center; align-items: center; width:20px; height:20px; background:#3621BF; border-radius:20px; color:#fff }
.won_icon i { color:#fff; font-size:11px; }
.alpha { display:none }


.cs_top { width:calc(100% - 82px); border:1px solid #ccc; padding:40px 40px; text-align:left;  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:400; font-size:17px;color:#999 }
.cs_top	.cs_time { width:220px; float:right; font-weight:400; 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 { width:calc(100% - 82px); clear:both; border:1px solid #ccc; border-top:0; text-align:left;  font-weight:400; font-size:14px;  box-shadow: 0 4px 8px #efefef; -webkit-box-shadow: 0 4px 8px #efefef;}
.cs_step .step { float:left; padding: 40px; border-right:1px solid #ccc; width:33%; }
.cs_step .last { width:34%; border:0; }
.cs_step .step div:first-child { font-size:16px; padding:6px 0; color:#888}
.cs_step .step div span { color:#111; 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-weight:400; font-size:16px; float:left; margin-left:41px; width:calc(48% - 41px) }
.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:#111; }
.cs_faq .cs_faq_search span { display:inline-block; color:#888; margin-right:20px;  }

.cs_notice { text-align:left;  font-weight:400; font-size:16px; float:right; margin-right:41px; width:calc(48% - 41px)}
.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 span { display:inline-block; float:right; font-size:14px; color:#999;  }

.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; }

.heapBoxBo {  box-sizing : content-box; }

.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-weight:400; 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 { clear:both; padding:10px 0 20px 0; text-align:left;  font-weight:400; 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;   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:20px; }
.review .view .image img { height:480px; }
.review .view .detail { float:left; }
.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; }

.recent_goods {} 
.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-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; width:182px; text-align:center;}
.recent_goods .goods div img { height:182px; border-radius:6px; }
.recent_goods .goods div i { position:absolute; right:30px; top:10px; cursor:pointer; background:#fff; filter:alpha(opacity=40);opacity:0.4; -moz-opacity:0.4; }
.recent_goods .goods div i:hover {background:transparent; filter:alpha(opacity=100);opacity:1; -moz-opacity:1;  }
.recent_goods .goods div .overInfo {box-sizing : content-box; 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);opacity:0.5; -moz-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%;   }


.documentAll1Info, .documentAll2Info, .documentAll3Info { font-weight:400; font-size:11px; display:none; }

.agreementInfo, .privacyInfo { font-weight:400; font-size:11px; text-align:left; }

.prebookButton1 {  font-family: 'Pretendard', sans-serif; font-weight:700;  background-color:#2402C9; padding: 0; height:47px; width:200px; font-size:18px; line-height:16px; position: relative; color: #fff; border: 1px solid #2402C9; border-radius: 10px;  }
.prebookButton2 {  font-family: 'Pretendard', sans-serif; font-weight:700;  background-color:#fff; padding: 0; height:47px; width:200px; font-size:18px; line-height:16px; position: relative; color: #2402C9; border: 1px solid #2402C9; border-radius: 10px;  }

.itemBox {  }
.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:200px; }
.itemBox .item li a {  font-size:18px; color:#111; text-decoration:none; }	
.itemBox .item li .jb-table { display: table; width: 390px; height: 200px; 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; }

.itemBox2 {  }
.itemBox2 .item { width:370px; float:left; text-align:left; margin-right:30px; }
.itemBox2 .item li { padding-top:12px; }
.itemBox2 .item li:first-child img { width:370px; height:370px; border-radius:8px;}
.itemBox2 .item li a {  font-size:18px; color:#111; text-decoration:none; }	
.itemBox2 .item li .jb-table { display: table; width: 370px; height: 370px; background:#999;  border-radius:8px; }
.itemBox2 .item li .jb-table-row { display: table-row; }
.itemBox2 .item li .jb-table-cell { display: table-cell; vertical-align: middle; }
.itemBox2 .item li .text { padding:0 20px; text-align: center; color: #ffffff; font-size:22px; line-height:42px; font-weight:700}
.itemBox2 .item li.date { font-family: 'Montserrat', sans-serif; color:#808080;font-size:15px; }

.eventPN { border-top:1px solid #ccc; border-bottom:1px solid #ccc; height:100px; padding:20px 0 15px 0; box-sizing : content-box;}
.eventPN .eventP {width:50%; float:left; }
.eventPN .eventN {width:50%; float:right; }
.eventPN .eventP div:nth-child(1) { float:left; width:80px; padding-top:30px; }
.eventPN .eventP div:nth-child(1) a { font-size:18px; font-weight:400; }
.eventPN .eventP div:nth-child(2) { float:left; width:110px; }
.eventPN .eventP div:nth-child(2) img { width:80px; height:80px; border-radius:6px; }
.eventPN .eventP div:nth-child(3) { float:left;  width:calc(100% - 190px); text-align:left;  padding:20px 0 0 0;  }
.eventPN .eventP div:nth-child(3) a { font-weight:400;font-size:18px; }
.eventPN .eventP div:nth-child(3) span { display:block; font-family: 'Montserrat', sans-serif; color:#808080; font-size:14px;text-align:left; }

.eventPN .eventN div:nth-child(1) { float:right; width:80px; padding-top:30px; }
.eventPN .eventN div:nth-child(1) a { font-size:18px; font-weight:400; }
.eventPN .eventN div:nth-child(2) { float:right; width:110px; }
.eventPN .eventN div:nth-child(2) img { width:80px; height:80px; border-radius:6px; }
.eventPN .eventN div:nth-child(3) { float:right;  width:calc(100% - 190px); text-align:right;  padding:20px 0 0 0;  }
.eventPN .eventN div:nth-child(3) a { font-weight:400;font-size:18px; }
.eventPN .eventN div:nth-child(3) span { display:block; font-family: 'Montserrat', sans-serif; color:#808080; font-size:14px;text-align:right; }
	
.btnStatus { font-size:18px;   font-weight:700; line-height:50px; float:left; width:150px;  border-radius:50px; height:50px; color:#fff; cursor:pointer; background:#efefef; color:#000; }
.btnStatus.sec { background:#2402C9; color:#fff } 