@charset "utf-8";
/* All Device */
/* CSS reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: NS, "?�눔?�퀘어", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif-light, sans-serif;
	font-weight: 400;
	line-height: 1;
}

html {
	width: 100%;
	height: 100%;
	font-size: 16px;
}

body {
	-webkit-text-size-adjust: none;
	color: #222;
	line-height: 1;
	background: #fff;
	font-size: 16px;
	overflow-x: hidden;
	width: 10px;
	min-width: 100%;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
}

img {
	vertical-align: middle;
	max-width: 100%;
	border: 0;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block;
}

nav ul, li {
	list-style: none;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/*  Table  */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

img {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%;
}

em, address {
	font-style: normal;
}

strong {
	font-weight: 600;
}

ol, ul {
	list-style: none;
}

/* Font */
/* 20180901 폰트 수정 */
@font-face {
	font-family: NS;
	src: url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
	src: url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format("embedded-opentype"), url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: NS;
	src: url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
	src: url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format("embedded-opentype"), url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format("truetype");
	font-style: normal;
	font-weight: bold;
}
/* link */
a:link, a:visited, a:active {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/*  Form  */
input {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	font-family: NS, HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif-light, sans-serif;
}

fieldset {
	border: 0 none;
}

select, textarea {
	outline: 0;
	border-radius: 0;
}

legend {
	visibility: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
}

hr {
	visibility: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

textarea {
	background: #fafafa;
	border: none;
	padding: 5px 10px;
	line-height: 1.6;
	width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	-webkit-appearance: none;
}

.hidden {
	position: absolute;
	left: -9999px;
	font-size: 0;
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	-webkit-appearance: none;
	box-sizing: border-box;
}

label {
	vertical-align: middle;
}

h1, h2, h3 {
	font-size: 1em;
}

footer {
	padding: 1.25rem 0 2.5rem 0;
	text-align: center;
	border-top: 1px solid #bbb;
	background: #ededed;
}

footer .fMenu {
	color: #666;
	font-size: 0.6875em;
}

footer .fMenu span {
	display: inline-block;
}

footer .fMenu span a {
	padding: 0 0.25rem;
	display: inline-block;
}

footer .fMenu span:after {
	font-size: 0.875em;
	content: "|";
	color: #bbb;
}

footer .fMenu span:last-child:after {
	content: "";
}

footer .fcopy {
	color: #888;
	font-size: 0.675em;
	line-height: 1.3;
	margin-top: 0.8125rem;
}

footer .fprovider {
	color: #000;
	font-size: 0.675em;
	line-height: 1.3;
	margin-top: 0.8125rem;
}

::-webkit-input-placeholder {
	font-size: 1rem;
	color: #aaa;
	vertical-align: top;
}

::-moz-placeholder {
	font-size: 1rem;
	color: #aaa;
	vertical-align: top;
}

:-ms-input-placeholder {
	font-size: 1rem;
	color: #aaa;
	vertical-align: top;
}

:-moz-placeholder {
	font-size: 1rem;
	color: #aaa;
	vertical-align: top;
}

:placeholder-shown {
	
}

/* title */
.depth1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	width: 100%;
}

.depth1.none {
	position: relative;
}

.depth2 {
	position: relative;
	background: #fff;
	color: #222;
	padding: 1.0625rem 1rem 1rem;
	border-bottom: 1px solid #bbb;
	height: 3.3rem;
	box-sizing: border-box;
	font-size: 18px;
} /* 20180325 ?�정 */
.depth2.fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	width: 100%;
}

.depth2.line {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #d1d1d1;
}

.depth2.tab {
	border-bottom: 1px solid #d1d1d1;
}

.depth1.pop {
	background: #222;
	height: 3.625rem;
}

.depth2 h1, .depth2 h2 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
} /* 20180325 ?�정 */
.depth2 .ico_noti {
	text-indent: -9999px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	vertical-align: middle;
}

.depth2 .ico_noti a {
	display: block;
	background: url("../img/ico_noti.png") no-repeat right center;
	background-size: 100%;
	width: 18px;
	height: 18px;
}

.stit {
	font-size: 0.75em;
	color: #666;
	margin: 0.5rem 0;
	padding-left: 0.5rem;
}

.depth2 .subTxt {
	font-size: 0.75em;
	position: absolute;
	right: 1rem;
	top: 1.25rem;
}

.depth1.pop h1 {
	font-size: 1.125em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 3.625rem;
}

.depth1.pop .pop_close {
	position: absolute;
	right: 1.1875rem;
	top: 1.1875rem;
	background: url("../img/ico_close2.png") no-repeat right center;
	background-size: 100%;
	width: 1.25rem;
	height: 1.25rem;
}

.depth1.pop .pop_close a {
	display: block;
}

.depth1.pop .pop_close span {
	text-indent: -9999px;
	display: inline-block;
}

.ico_noti2 {
	text-indent: -9999px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	vertical-align: middle;
}

.ico_noti2 a {
	display: block;
	background: url("../img/ico_noti.png") no-repeat right center;
	background-size: 100%;
	width: 14px;
	height: 14px;
}

.gnb {
	border-bottom: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
}

.gnb:after {
	content: "";
	display: block;
	clear: both;
}

.gnb li {
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
} /* 20180901 메뉴바 높이 수정 */
.gnb li a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #222;
	font-size: 18px;
} /* 20180325 ?�정 */ /* 20180207 */ /* 20180901 메뉴바 높이 수정 */ /* 20180905 메뉴바 수정 */
.gnb li a.on {
	color: #f52968;
	font-weight: bold;
	border-bottom: 3px solid #f52968;
} /* 20180207 */ /* 20180905 메뉴바 수정 */
.content {
	padding-top: 3.3rem;
	background: #ededed;
}

.content2 {
	padding-top: 4.5rem;
	background: #ededed;
}

.content3 {
	padding-top: 3.3rem;
	background: #ededed;
}

.content4 {
	padding-top: 4.5rem;
	background: #fff;
}

.content5 {
	padding-top: 5.75rem;
	background: #ededed;
}

.content6 {
	padding-top: 0.5rem;
	background: #ededed;
}

.content7 {
	padding-top: 0.5rem;
	background: #fff;
}

.pop_content {
	padding-top: 3.625rem;
	background: #fff;
}

.mainList {
	padding: 0 0.5rem 0.5rem;
	background: #fff;
} /* 20180901 디자인 수정 */
.mainList .stit {
	margin: 0;
	padding: 0.5rem 0;
} /* 20180901 디자인 수정 */
.investList {
	
}

.investList li .new {
	position: absolute;
	left: 0.75rem;
	top: 1rem;
	background: #f52968;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	text-indent: -9999px;
}

.investList li {
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
	box-sizing: border-box;
	width: 100%;
} /* 20180901 디자인 수정 */
.investList li+li {
	margin-top: -1px;
} /* 20180901 디자인 수정 */
.investList li:last-child {
	margin-bottom: 0;
}

.investList li a.f_layout {
	display: block;
	padding: 1.25rem;
}

.investList li .fl {
	width: 75%;
}

.investList li .fr {
	width: 25%;
	padding: 0.9375rem 0 0 0;
}

.investList li .i_tit {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 0 0.625rem 0;
} /* 20180325 ?�정 */ /* 20180901 디자인 수정 */
.investList li .i_word {
	font-size: 0.8125em;
	color: #888;
	margin: 0 0 0.625rem 0;
	letter-spacing: -0.5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.2;
}

.investList li .i_period {
	font-size: 0.75em;
	color: #222;
}

.investList li .i_sTxt {
	text-align: right;
	font-size: 0.6875em;
	margin-bottom: 0.5rem;
	color: #888;
}

.investList li .i_rate {
	text-align: right;
	font-size: 1em;
	letter-spacing: -0.5px;
} /* 20180901 디자인 수정 */
.investList li .i_rate em {
	font-size: 1.5em;
	font-weight: bold;
} /* 20180901 디자인 수정 */
.investList li .i_rate .up {
	color: #333;
} /* 20180901 디자인 수정 */
.investList li .i_rate .down {
	color: #333;
} /* 20180901 디자인 수정 */
.investList .ico_alrm {
	width: 0.6875rem;
	height: 0.78125rem;
	margin-left: 0.375rem;
}

.i_month {
	font-size: 0.625rem;
	color: #fff;
	display: inline-block;
	border-radius: 1.25rem;
	padding: 0.25rem 0.5rem;
	vertical-align: middle;
	background: #f08554;
} /* 20180901 디자인 수정 */
.i_week {
	font-size: 0.625rem;
	color: #fff;
	display: inline-block;
	border-radius: 1.25rem;
	padding: 0.25rem 0.5rem;
	vertical-align: middle;
	background: #1da797;
} /* 20180901 디자인 수정 */
.f_layout {
	
}

.f_layout:after {
	content: "";
	display: block;
	clear: both;
}

.f_layout .fl {
	float: left;
}

.f_layout .fr {
	float: right;
}

.topTit {
	position: relative;
	background: #fafafa;
	min-height: 4.5rem;
	padding: 0.875rem 1rem 0.875rem 1rem;
	border-bottom: 1px solid #bbb;
	box-sizing: border-box;
} /* 20180207 */
.topTit2 {
	position: relative;
	background: #fafafa;
	height: 5.75rem;
	padding: 0.875rem 1rem 0.875rem 1rem;
	border-bottom: 1px solid #bbb;
	box-sizing: border-box;
}

.topTit2:after {
	content: "";
	display: block;
	clear: both;
}

.topTit.single {
	padding: 1.125rem 0 1.125rem 1rem;
}

.topTit h1 {
	font-size: 18px;
	margin: 0 0 0.5rem;
	font-weight: bold;
	line-height: 1.2;
} /*20180325 ?�정*/ /*20180208*/
.topTit h2.port {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin: 0 0 0.625rem 0;
} /*20180325 ?�정*/
.topTit .portOpen {
	display: block;
	padding: 0 1.5625rem 0 0;
	background: url("../img/bg_arrow_down.png") no-repeat right center;
	background-size: 13px 8px;
} /* 20180207 */
.topTit .invest_period {
	font-size: 0.75em;
	color: #222;
}

.topTit .funcArea {
	position: absolute;
	right: 0.9375rem;
	top: 1.5rem;
}

.topTit .ico_favor {
	display: inline-block;
	width: 1.5625rem;
	height: 1.5625rem;
	background: url("../img/ico_favor_off.png") no-repeat;
	background-size: 100%;
	vertical-align: middle;
}

.topTit .ico_favor.on {
	background-image: url("../img/ico_favor_on.png");
}

.topTit .ico_favor span {
	text-indent: -9999px;
	display: inline-block;
}

.topTit .go_port {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	padding: 0.1875rem 0.625rem 0.125rem;
	border-radius: 1.3em;
	font-size: 0.5625em;
	border: 1px solid #222;
	color: #222;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.topTit2 .fl {
	float: left;
	width: 75%;
}

.topTit2 .fr {
	float: right;
	width: 25%;
	padding: 2.6875rem 0 0 0;
}

.topTit .top_bell {
	display: inline-block;
	width: 1.5625rem;
	height: 1.5625rem;
	background: url("../img/top_bell_off.png") no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}

.topTit .top_bell.on {
	background-image: url("../img/top_bell_on.png");
}

.topTit .top_bell span {
	text-indent: -9999px;
	display: inline-block;
}

h1.port {
	background: #fff;
	font-size: 1em;
	color: #222;
	text-align: center;
	font-weight: bold;
	height: 3.1875rem;
	line-height: 3.1875rem;
	border-bottom: 1px solid #bbb;
}

h2.value {
	font-size: 1em;
	color: #222;
	margin: 0.9375rem 1rem;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.depth2.tab .fl {
	width: 50%;
}

.depth2.tab .fr {
	width: 50%;
}

.r_tab {
	
}

.r_tab:after {
	content: "";
	display: block;
	clear: both;
}

.r_tab li {
	float: left;
	width: 30%;
	text-align: right;
}

.r_tab li:first-child {
	width: 40%;
}

.r_tab li a {
	display: block;
	font-size: 0.8125em;
	color: #666;
}

.r_tab li a.on {
	text-decoration: underline;
	color: #222;
	font-weight: bold;
}

.chartArea {
	padding: 1.125rem 0 1.625rem 1rem;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #bbb;
	margin-bottom: 0.5rem;
}

.chartArea img {
	display: block;
}

.chartArea .ch_msg {
	color: #222;
	text-align: center;
	font-size: 16px;
	padding-right: 1rem;
	line-height: 1.3;
	margin-top: 1.9rem;
} /*20180325 ?�정 ?�정*/
.pointR, .upTxt {
	color: #ed0d00 !important;
}

.pointB, .downTxt {
	color: #2b7bdd !important;
}

.portfolio_list {
	margin-bottom: 0.5rem;
} /* 20180207 */
.portfolio_list li {
	padding: 0.5rem 1rem;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.portfolio_list .fl {
	width: 90%;
}

.portfolio_list .fr {
	width: 10%;
	text-align: right;
}

.portfolio_list .line1 {
	margin: 0 0 0.625rem 0;
	position: relative;
	padding: 0.4375rem 1rem 0 0;
}

.portfolio_list .line1 .p_name {
	display: inline-block;
	font-size: 1em;
	color: #000;
	vertical-align: middle;
	line-height: 1.4;
} /* 20180207 */
.portfolio_list .line1 .p_alrm {
	position: absolute;
	right: 0;
	top: 0.3125rem;
}

.portfolio_list .line1 .gravity {
	display: inline-block;
	vertical-align: middle;
} /* 20180207 */
.portfolio_list .line1 .gravity span {
	display: inline-block;
	background: #aaa;
	color: #fff;
	font-size: 0.625em;
	padding: 0.375rem 0.5rem;
	border-radius: 1.25rem;
}

.portfolio_list .line2 {
	display: table;
	width: 100%;
}

.portfolio_list .line2 .cell {
	display: table-cell;
	vertical-align: middle;
}

.portfolio_list .line2 .cell .item {
	color: #aaa;
	font-size: 0.75em;
	display: inline-block;
	margin-right: 0.25rem;
	letter-spacing: -0.5px;
}

.portfolio_list .line2 .cell .value {
	color: #222;
	font-size: 0.8125em;
	letter-spacing: -0.5px;
}

.portfolio_list .line2 .cell .sell {
	padding: 3px 4px;
	background: #2b7bdd;
	color: #fff;
	border-radius: 3px;
} /* 20180207 */
.portfolio_list .btn_quot {
	display: inline-block;
	background: #ededed;
	color: #666;
	font-size: 0.875em;
	width: 2.25rem;
	height: 3.25rem;
	text-align: center;
	line-height: 1;
	padding-top: 1.25rem;
	box-sizing: border-box;
}

.portfolio_list .c1 {
	width: 29%;
}

.portfolio_list .c2 {
	width: 27%;
}

.portfolio_list .c3 {
	width: 22%;
}

.portfolio_list .c4 {
	width: 22%;
	text-align: right;
}

.portfolio_list .fir {
	width: 34%;
}

.portfolio_list .mid {
	width: 33%;
}

.portfolio_list .last {
	width: 33%;
	text-align: left;
	padding-right: 1rem;
}

.portfolio_list .i_line {
	padding-right: 0;
}

.ico_alrm {
	display: inline-block;
	width: 1rem;
	height: 1.125rem;
	background: url("../img/ico_alarm_off.png") no-repeat;
	background-size: 100%;
	vertical-align: middle;
	text-indent: -9999px;
}

.ico_alrm.on {
	background-image: url("../img/ico_alarm_on.png");
}

#layerMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 10000;
}
/*
.layerWrap{position:fixed;display:none;z-index:11000;width:100%;box-sizing:border-box;left:50%;top:50% !important;background:#fff;transform:translateY(-50%)} /* 20180207 */
/*.layerWrap.modal{width:85%;border-radius:6px;overflow:hidden;}
.layerWrap .layer_top{padding:1.3125rem 0 1.25rem;border-bottom:1px solid #bbb;text-align:center;color:#222;font-size:18px;font-weight:bold;background:#fff;} /* 20180325 ?�정 ?�정 */
/*.layerWrap .layer_top2{padding:3.375rem 0 0;text-align:center;color:#222;font-size:1.25em;font-weight:bold;background:#fff;}
.layerWrap .layer_con{padding:2rem 1rem;font-size:15px;color:#222;line-height:1.5;background:#fff;text-align:left;} /* 20180325 ?�정 ?�정 */
/*.layerWrap .layer_btn{padding:1.25rem;text-align:center;background:#f52968;color:#fff;font-weight:bold;font-size:1.25em;}
.layerWrap .layer_btn.double{padding:0;}
.layerWrap .layer_btn:after{content:'';clear:both;display:block}
.layerWrap .layer_con p{line-height:1.5;margin-bottom:0.5rem;text-align:left;}
.layerWrap .layer_con li{text-align:left;line-height:1.5}
.layerWrap .closeBtn{position:absolute;top:1.3125rem;right:1rem;width:1.1875rem;height:1.1875rem;background:url("../img/ico_close.png") no-repeat; background-size:100%;vertical-align:middle}
.layerWrap .closeBtn span{text-indent:-9999px;display:inline-block;}
.layerWrap .layer_btn .btn_l{float:left;width:50%;text-align:center;background:#ededed;color:#666;display:block;padding:1.25rem 0}
.layerWrap .layer_btn .btn_r{float:right;width:50%;text-align:center;background:#f52968;display:block;padding:1.25rem 0}
#popMenuTab{left:0 !important; top:0 !important;transform:none !important}
*/
.layerWrap {
	position: fixed;
	display: none;
	z-index: 11000;
	width: 100%;
	box-sizing: border-box;
	left: 50%;
	top: 50% !important;
	background: #fff;
	transform: translateY(-50%);
} /* 20180207 */
.layerWrap.modal {
	width: 85%;
	border-radius: 6px;
	overflow: hidden;
}

.layerWrap .layer_top {
	padding: 1.3125rem 0 1.25rem;
	border-bottom: 1px solid #bbb;
	text-align: center;
	color: #222;
	font-size: 1.25em;
	font-weight: bold;
	background: #fff;
	position: relative;
	z-index: 1000;
}

.layerWrap .layer_top2 {
	padding: 3.375rem 0 0;
	text-align: center;
	color: #222;
	font-size: 1.25em;
	font-weight: bold;
	background: #fff;
	position: relative;
	z-index: 1000;
}

.layerWrap .layer_con {
	padding: 2rem 1rem;
	font-size: 1em;
	color: #222;
	line-height: 1.5;
	background: #fff;
	text-align: left;
}

.layerWrap .layer_btn {
	padding: 1.25rem;
	text-align: center;
	background: #f52968;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
}

.layerWrap .layer_btn.double {
	padding: 0;
}

.layerWrap .layer_btn:after {
	content: "";
	clear: both;
	display: block;
}

.layerWrap .layer_con p {
	line-height: 1.5;
	margin-bottom: 0.5rem;
	text-align: left;
}

.layerWrap .layer_con li {
	text-align: left;
	line-height: 1.5;
}

.layerWrap .closeBtn {
	position: absolute;
	z-index: 1000;
	top: 1.3125rem;
	right: 1rem;
	width: 1.1875rem;
	height: 1.1875rem;
	background: url("../img/ico_close.png") no-repeat;
	background-size: 100%;
	vertical-align: middle;
}

.layerWrap .closeBtn span {
	text-indent: -9999px;
	display: inline-block;
}

.layerWrap .layer_btn .btn_l {
	float: left;
	width: 50%;
	text-align: center;
	background: #ededed;
	color: #666;
	display: block;
	padding: 1.25rem 0;
}

.layerWrap .layer_btn .btn_r {
	float: right;
	width: 50%;
	text-align: center;
	background: #f52968;
	display: block;
	padding: 1.25rem 0;
}

.layerWrap .layer_con2 {
	padding: 2rem 1rem;
	font-size: 0.8em;
	color: #222;
	line-height: 1.5;
	background: #fff;
	text-align: left;
}

.layerWrap .layer_con2 p {
	line-height: 1.5;
	margin-bottom: 0.5rem;
	text-align: left;
}

.layerWrap .layer_con2 b {
	font-weight: bold;
}

.layerWrap .layer_btn2 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
}

.layerWrap .layer_btn2 .btn_l {
	float: left;
	width: 50%;
	text-align: center;
	background: #ededed;
	color: #666;
	display: block;
	padding: 1rem 0;
}

.layerWrap .layer_btn2 .btn_r {
	float: right;
	width: 50%;
	text-align: center;
	background: #f52968;
	display: block;
	padding: 1rem 0;
}

#popMenuTab {
	left: 0 !important;
	top: 0 !important;
	transform: none !important;
}

ul.tab {
	
}

ul.tab:after {
	content: "";
	clear: both;
	display: block;
}

ul.tab li {
	float: left;
	width: 50%;
	height: 2.8135rem;
	line-height: 2.8;
	text-align: center;
	font-size: 0.9375em;
	color: #222;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

ul.tab li a {
	display: inline-block;
}

ul.tab li.current a {
	border-bottom: 3px solid #f52968;
	color: #f52968;
	font-weight: bold;
	margin-top: 1px;
}

.tabcontent {
	display: none;
	padding: 0.75rem 1.75rem;
	height: 14.375rem;
	overflow-y: auto;
	overflow-x: hidden;
}

.tabcontent.current {
	display: block;
}

.tabcontent li {
	
}

.tabcontent li a {
	display: block;
	padding: 0.9375rem 0;
	font-size: 1em;
	color: #666;
}

.tabcontent li.on a {
	font-weight: bold;
	color: #222;
}

.moneyArea {
	padding: 0 1rem;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 0.5rem 0;
	background: #fff;
}

.moneyArea .investMoney {
	border-bottom: 1px solid #222;
	padding-bottom: 0.375rem;
	margin-top: 1.0625rem;
}

.moneyArea .investMoney:after {
	content: "";
	clear: both;
	display: block;
}

.moneyArea .investMoney .im_tit {
	float: left;
	width: 35%;
	font-size: 0.8125em;
	color: #666;
	padding-top: 0.375rem;
}

.moneyArea .investMoney .im_num {
	float: right;
	width: 65%;
	font-size: 1.3125em;
	color: #222;
	text-align: right;
}

.moneyArea .investMoney .im_num .i_num {
	text-align: right;
	font-size: 1em;
	color: #222;
	width: 1000%;
}

.moneyArea .investMoney .im_num .won {
	font-size: 0.9375rem;
	display: inline-block;
	margin-left: 0.3125rem;
	vertical-align: middle;
}

.moneyArea.single {
	border-bottom: none;
}

.moneyArea.single .investMoney {
	margin-top: 2rem;
	height: 2.1875rem;
	box-sizing: border-box;
}

.moneyArea.single .investMoney.on {
	border-bottom-color: #f52968;
}

.moneyArea.single .im_tit {
	width: 20%;
	padding-top: 0.75rem;
}

.moneyArea.single .im_num2 {
	float: right;
	width: 80%;
	text-align: right;
}

.moneyArea.single .im_num2 input {
	width: 100%;
	height: 2.1875rem;
	text-align: right;
	font-size: 1em;
}

.moneyArea.single .im_num3 {
	float: right;
	width: 80%;
	text-align: right;
}

.moneyArea.single .im_num3 input {
	width: 90%;
	height: 2.1875rem;
	text-align: right;
	font-size: 1.875em;
}

.moneyArea.single .won {
	font-size: 1rem;
	display: inline-block;
	margin-left: 0.3125rem;
	vertical-align: middle;
}

.profitArea {
	padding: 2.5625rem 0 2.3125rem;
}

.profitArea:after {
	content: "";
	clear: both;
	display: block;
}

.profitArea .rate {
	float: left;
	text-align: center;
	width: 44%;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

.profitArea .pf_tit {
	font-size: 0.6875em;
	color: #888;
	margin-bottom: 0.375rem;
}

.profitArea .pf_rate {
	font-size: 1.875rem;
	color: #ed0d00;
}

.profitArea .amount {
	float: right;
	text-align: center;
	width: 56%;
}

.profitArea .pf_amount {
	font-size: 1.875rem;
	color: #222;
}

.alarmArea {
	background: #fafafa;
	padding: 0.3125rem 1rem 0.25rem;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.alarmArea:after {
	content: "";
	clear: both;
	display: block;
}

.alarmArea .a_tit {
	color: #666;
	font-size: 0.75em;
}

.alarmArea .allAr {
	float: right;
	color: #888;
	font-size: 0.75em;
	height: 1.2rem;
	line-height: 1.2rem;
	background: url("../img/ico_alarm_off.png") no-repeat right center;
	background-size: 1rem 1.125rem;
}

.alarmArea .allAr a {
	padding-right: 0.8rem;
}

.alarmArea .allAr.on {
	background-image: url("../img/ico_alarm_on.png");
}

.alarmArea .allAr span {
	display: inline-block;
	text-indent: -9999px;
}

.notiArea {
	border: 1px solid #f52968;
	background: #fff;
	padding: 1.625rem;
	text-align: center;
	position: relative;
	margin: 0.75rem 0.5rem;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.notiArea .noti_tit {
	font-size: 1.125em;
	margin: 0 0 0.8125rem;
	color: #222;
}

.notiArea .noti_con {
	font-size: 0.75em;
	color: #888;
	line-height: 1.5;
}

.notiArea .closeNoti {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	width: 1.1875rem;
	height: 1.1875rem;
	background: url("../img/ico_close.png") no-repeat;
	background-size: 100%;
	vertical-align: middle;
}

.notiArea .closeNoti span {
	text-indent: -9999px;
	display: inline-block;
}

.referTxt {
	color: #aaa;
	font-size: 0.625em;
	margin: 0.8125rem 0 0;
}

.referTxt2 {
	color: #888;
	font-size: 0.8125em;
	margin: 0.8125rem 0 0.75rem;
	line-height: 1.5;
	padding: 0 1rem;
}

.comment {
	border: 1px solid #bbb;
	padding: 1rem;
	font-size: 0.75em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.source {
	font-size: 0.8125em;
	color: #aaa;
	padding: 0 1rem;
}

.toastPop {
	display: none;
	text-align: center;
	margin: 0 auto;
	height: 2.5rem;
	position: fixed;
	bottom: 210px;
	width: 100%;
}

.toastPop span {
	display: inline-block;
	background: #000;
	opacity: 0.6;
	padding: 0.875rem 1.75rem;
	border-radius: 1.25rem;
	color: #fff;
	font-size: 0.8125em;
	line-height: 1.3;
	min-width: 110px;
	margin: 0 auto;
}

.ac {
	text-align: center !important;
}

.al {
	text-align: left !important;
	height: 250px;
	overflow: auto;
} /* 20180413 mjsuh-포트폴리오구성 옆 info버튼 클릭시 팝업이 화면을 넘어가는 문제 해결 */
.ar {
	text-align: right !important;
}

.t_height {
	position: relative;
	width: 100%;
	overflow: auto;
	height: auto;
	-ms-touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.scroller {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.agreeWrap {
	height: 300px;
}

.agreeWrap .scroller {
	max-width: 91%;
} /* 20180413 mjshu-오른쪽 여백 확보 */
.agreeWrap2 {
	height: 220px;
} /* 20180412 hscho-투자유의사항 높이 조절 */
.agreeWrap2 .scroller {
	max-width: 91%;
} /* 20180413 mjshu-오른쪽 여백 확보 */
.value_list {
	border-top: 1px solid #bbb;
	background: #fff;
}

.value_list li {
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
} /* 20180207 */
.value_list li .fl {
	width: 82%;
}

.value_list li .fr {
	width: 18%;
	box-sizing: border-box;
}

.value_list li a {
	display: block;
	padding: 1.2rem 1rem 1.0625em;
} /* 20180207 */
.value_list li .va_tit {
	font-size: 1.125em;
	color: #222;
	margin: 0 0 0.6875rem 0;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.3;
} /* 20180207 */
.value_list li .va_txt {
	font-size: 0.75em;
	color: #888;
}

.value_list li .va_date {
	font-size: 0.75em;
	color: #aaa;
	padding-top: 0.875rem;
	text-align: right;
}

.ipo_list {
	border-top: 1px solid #bbb;
	background: #fff;
}

.ipo_list li {
	border-bottom: 1px solid #ddd;
	height: 5.75rem;
	box-sizing: border-box;
}

.ipo_list li .fl {
	width: 75%;
}

.ipo_list li .fr {
	width: 25%;
	padding-top: 2.6875rem;
}

.ipo_list li.img .fl {
	width: 65%;
}

.ipo_list li.img .fr {
	width: 35%;
	padding-top: 0;
}

.ipo_list li a {
	display: block;
	padding: 1.125rem 1rem 1.0625em;
}

.ip_stit {
	font-size: 0.6875em;
	color: #888;
	margin: 0 0 0.3125rem 0;
}

.ip_tit {
	font-size: 1.125em;
	color: #222;
	margin: 0 0 0.5rem 0;
	font-weight: bold;
} /* 20180207 */
.ip_tit2 {
	font-size: 18px;
	color: #222;
	margin: 1rem 0 0.4rem 0;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
} /* 20180325 ?�정 */
.ellip {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	max-width: 87%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 2px;
	line-height: 1.3;
} /* 20180209*/
.ip_txt {
	font-size: 1.125em;
	color: #222;
}

.ip_tit .up, .ip_tit2 .up {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	font-weight: bold;
	color: #f52968;
	font-size: 0.625rem;
	border-radius: 0.625rem;
	padding: 0.25rem 0.375rem;
	border: 1px solid #f52968;
	margin-left: 1.5%;
}

.ip_date {
	font-size: 0.8125em;
	color: #222;
}

.starCount {
	display: block;
	width: 80px;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	background: url("../img/bg_star_off.png") repeat-x left top;
	background-size: 16px 14px;
	-webkit-background-size: 16px 14px;
	height: 14px;
}

.starCount span {
	display: inline-block;
	box-sizing: border-box;
	background: url("../img/bg_star_on.png") repeat-x left top;
	background-size: 16px 14px;
	-webkit-background-size: 16px 14px;
	height: 14px;
}

.thumImg {
	width: 7.5rem;
	height: 5rem;
	margin: -0.75rem 0 0 auto;
}

.commentBox {
	background: #fff;
	margin: 0 0.5rem 1.25rem 0.5rem;
	border: 1px solid #bbb;
	padding: 0.7rem;
	line-height: 1.4;
	color: #666;
	font-size: 0.8125em;
}

.heading {
	padding: 20px;
	border-bottom: 1px solid #bbb;
}

.heading.on {
	border-bottom: 3px solid red;
}

.tbl_content {
	background: #ededed;
	border-top: 1px solid #bbb;
	padding: 0.5rem 0 1rem;
}

.tbl_wrap {
	position: relative;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding-bottom: 1px;
}

.tbl_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.tbl_wrap2 {
	position: relative;
	padding-bottom: 1px;
	border-top: 1px solid #888;
	margin-top: -1px;
}

.tbl_wrap2:after {
	content: "";
	display: block;
	clear: both;
}

.tbl_head {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 7.8125rem;
	text-align: left;
	border-right: 1px solid #888;
	background-color: #ededed;
}

.tbl_head span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	font-size: 0.8125rem;
	color: #222;
	text-align: center;
	box-sizing: content-box;
} /*20180325 ?�정*/ /* 20180207 */ /* 20180905 높이 수정 */
.tbl_head span.tit {
	font-weight: bold;
	font-size: 0.8125rem;
	border-bottom: 1px solid #bbb;
	height: 52px;
	line-height: 3rem;
} /*20180325 ?�정*/ /* 20180207 */
.tbl_head span:last-child {
	border-bottom: none;
}

.tbl_data {
	margin: 0 0 -1px 7.8125rem;
}

.fn_table th, .fn_table td {
	min-width: 100px;
	width: auto;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 0.8125rem;
	color: #222;
	text-align: center;
	vertical-align: middle;
} /*20180325 ?�정*/ /* 20180207 */
.fn_table th {
	background: #fff;
	font-weight: bold;
	font-size: 0.8125rem;
	border-bottom: 1px solid #bbb;
	line-height: 1.3;
} /*20180325 ?�정*/ /* 20180207 */ /* 0903 수정 */
.fn_table th span {
	font-weight: normal;
}

.fn_table td {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	padding: 0.25rem;
} /*20180325 ?�정*/
.fn_table td.won {
	text-align: right;
	padding-right: 0.9375rem;
}

.fn_table tr:last-child td {
	border-bottom: none;
}

.fn_table thead th {
	height: 52px;
} /* 0903 수정 */
.blind {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

.view_content {
	color: #666;
	font-size: 15px;
	line-height: 1.4;
	background: #fff;
	border-top: 1px solid #888;
} /*20180325 ?�정*/
.view_content * {
	color: #666;
	font-size: 15px;
	line-height: 1.5;
} /*20180325 ?�정*/
.view_content p {
	padding: 0 1rem;
}

#tabCon01 {
	display: block;
}

#tabCon02, #tabCon03 {
	display: none;
}

.tabCon .view_content {
	margin-top: 0.5rem;
} /* 20180208*/
.tabArea {
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.tabArea:after {
	content: "";
	clear: both;
	display: block;
}

.tabArea li {
	float: left;
	width: 33%;
	height: 2.8125rem;
	line-height: 2.8;
	text-align: center;
	color: #222;
	box-sizing: border-box;
}

.tabArea li:last-child {
	width: 34%;
}

.tabArea li a {
	display: inline-block;
	color: #666;
	font-size: 0.9375em;
	padding: 0 6px;
	height: 2.5rem;
}

.tabArea li a.on {
	border-bottom: 3px solid #222;
	color: #222;
	font-weight: bold;
}

.dateArea {
	color: #aaa;
	font-size: 0.75em;
	padding: 0.375rem 1rem;
	background: #fff;
	text-align: right;
	border-bottom: 1px solid #bbb;
}

.toggle {
	margin-top: 0.5rem;
	border-top: 1px solid #bbb;
}

.toggle dt {
	font-size: 18px;
	height: 66px;
	line-height: 66px;
	box-sizing: border-box;
	color: #222;
	padding: 0 2.2rem 0 1rem;
	border-bottom: 1px solid #ddd;
	background: #fff url("../img/bg_open.png") no-repeat 95% center;
	background-size: 0.8125rem 0.4375rem;
} /*20180325 ?�정*/ /* 20180207 */ /* 20180901 높이 수정 */
.toggle dt.on {
	background: #fff url("../img/bg_close.png") no-repeat 95% center;
	background-size: 0.8125rem 0.4375rem;
}

.toggle dd {
	display: none;
	background: #fafafa;
	border-bottom: 1px solid #bbb;
}

.toggle dd li {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 24px 1rem;
} /* 20180901 높이 수정 */
.toggle dd li .tg_tit {
	margin-bottom: 0.9375rem;
	color: #222;
	font-size: 18px;
} /*20180325 ?�정*/ /* 20180207 */
.toggle dd li .tg_value {
	margin-bottom: 0.5rem;
	color: #222;
	font-size: 16px;
} /*20180325 ?�정*/
.toggle dd li .tg_value .tobe {
	color: #ed0d00;
}

.toggle dd li .tg_txt {
	font-size: 15px;
	color: #888;
	line-height: 1.35;
} /*20180325 ?�정*/ /* 20180207 */
.toggle dd li .tg_stock {
	position: absolute;
	right: 1rem;
	top: 0.9rem;
	font-size: 0.8em;
	color: #222;
} /* 20180207 */
.toggle dd li .tg_stock span {
	border-radius: 0.625rem;
	padding: 0.25rem 0.5rem 0.15rem;
	display: inline-block;
	border: 1px solid #222;
} /*20180325 ?�정*/ /* 20180208 */
.toggle dd li:last-child {
	border-bottom: none;
}

.inner_tbl {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background: #fff;
}

.inner_tbl th, .inner_tbl td {
	text-align: center;
	font-size: 17px;
	padding: 0 0.5rem 0 0.5rem;
	height: 45px;
	vertical-align: middle;
} /*20180325 ?�정*/ /* 20180901 높이 수정*/
.inner_tbl th {
	color: #666;
	border-bottom: 1px solid #ddd;
}

.inner_tbl td {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
}

.inner_tbl td.name {
	color: #222;
}

.inner_tbl .upValue {
	color: #ed0d00;
}

.inner_tbl .downValue {
	color: #2b7bdd;
}

.inner_tbl tr:last-child td {
	border-bottom: none;
}

.titArea {
	position: relative;
}

.titArea.line {
	border-top: 1px solid #bbb;
	margin-top: 0.5rem;
}

.titArea .moreTxt {
	position: absolute;
	right: 1rem;
	top: 0.5rem;
	font-size: 0.9rem;
	color: #222;
	text-align: right;
} /* 20180207 */
.titArea .moreTxt a {
	background: url("../img/bg_more.png") no-repeat right center;
	background-size: 0.375rem 0.6875rem;
	padding: 0.7rem 0.875rem 0.5rem;
	display: inline-block;
}

.titArea .depth2 {
	border-bottom-color: #ddd;
}

.titArea .date_txt {
	font-size: 0.6875em;
	color: #aaa;
}

.imgView {
	padding: 1rem;
	background: #fff;
	border-bottom: 1px solid #bbb;
}

.imgView:after {
	content: "";
	display: block;
	clear: both;
}

.imgView .fl {
	display: block;
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding: 0 0.25rem 0 0;
}

.imgView .fr {
	display: block;
	float: right;
	width: 49%;
	box-sizing: border-box;
	padding: 0 0 0 0.25rem;
}

.imgView img {
	display: block;
	margin: 0 0 0.6875rem 0;
}

.imgView .imgTxt {
	font-size: 15px;
	color: #222;
	letter-spacing: -0.5px;
	line-height: 1.3;
} /* 20180325 ?�정 */
.imgView .imgTxt .type {
	color: #f52968;
}

.imgView a {
	display: block;
}

.news_list {
	background: #fff;
}

.news_list li {
	font-size: 17px;
	color: #222;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
} /* 20180325 ?�정 */
.news_list li a {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.news_list li .fl {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 1.125rem 1rem;
}

.news_list li .fr {
	display: table-cell;
	text-align: right;
	color: #666;
	vertical-align: middle;
	padding: 1.125rem 1rem;
} /* 20180207 */
.news_list li .fr.text {
	font-size: 0.875rem;
} /* 20180208 */
.news_list .fullTxt {
	display: block;
	padding: 1rem;
}

.news_list .con_txt {
	display: block;
	margin: 0.5rem 0 0 0;
	font-size: 14px;
	color: #666;
	line-height: 1.3;
	letter-spacing: -0.5px;
} /* 20180325 ?�정 */
.news_list .new {
	color: #888;
	font-size: 14px;
	border-radius: 0.8125rem;
	border: 1px solid #888;
	padding: 0.25rem 0.375rem;
	margin-right: 5px;
} /* 20180325 ?�정 */ /* 20180207 */
.chartjsLegend {
	padding-right: 1rem;
	margin-bottom: 0.5rem;
}

.chartjsLegend:after {
	content: "";
	clear: both;
	display: block;
}

.chartjsLegend li {
	float: right;
	font-size: 0.625em;
	color: #888;
	margin-left: 8px;
}

.chartjsLegend li:nth-child(1) span {
	display: inline-block;
	width: 10px;
	height: 3px;
	margin-right: 2px;
	background: #222 !important;
	vertical-align: middle;
	border-radius: 25px;
}

.chartjsLegend li:nth-child(2) span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	background: #ed0d00 !important;
	vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	html, body {
		font-size: 20px;
	}
}

/* iphone6 plus */
@media screen and (max-width: 414px) {
	html, body {
		font-size: 17px;
	}
}

/* iphone6 */
@media screen and (max-width: 375px) {
	html, body {
		font-size: 16px;
	}
}

/* samsung series */
@media screen and (max-width: 360px) {
	html, body {
		font-size: 15px;
	}
}

@media screen and (max-width: 320px) {
	html, body {
		font-size: 13px;
	}
}

.finance .sub_menu {
	padding-left: 15px;
	text-align: left;
	border-color: #aaa;
}

.finance .sub_menu li {
	margin-right: 0;
}

.finance .ico_e {
	color: transparent;
	width: 13px;
	height: 13px;
	background-position: -490px -133px;
}

.rgt_menu {
	position: absolute;
	top: 9px;
	right: 15px;
}

.rgt_menu a {
	display: block;
	width: 75px;
	height: 26px;
	line-height: 27px;
	border: 1px solid #cfcfcf;
	text-align: center;
	font-size: 13px;
	color: #000;
	letter-spacing: -1px;
}

.rgt_menu a.on {
	border-color: #000;
}

.f_tbl_area {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}

.f_table th, .f_table td {
	border-bottom: 1px solid #eee;
}

.f_table th>span, .f_table td>span {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
}

.f_table .period th {
	border-bottom: 1px solid #d5d5d5;
}

.finance_menu span.period {
	height: 48px;
	line-height: 48px;
}

.finance_menu .pad {
	display: none;
}

.finance_data {
	z-index: 10;
	margin: 0 0 -1px 86px;
	text-align: right;
}

.finance_data .stock_dn {
	color: #e12301;
}

.finance_data .slide_wrp {
	height: 567px;
}

.finance_data .slide_inner {
	height: 100%;
}

.finance_data .f_table {
	width: auto;
}

.finance_data tbody tr:nth-child(3n) td {
	border-bottom: 1px solid #d5d5d5;
}

.finance_data tbody span {
	font-size: 15px;
}

.finance_data th, .finance_data td {
	min-width: 100px;
	width: auto;
	border-right: 1px solid #eee;
}

.finance_data th:last-child, .finance_data td:last-child {
	border-right: 0;
}

.finance_data td span {
	padding-right: 15px;
}

.finance_data th {
	text-align: center;
}

.finance_data .period_inner {
	height: 47px;
	line-height: 16px;
	text-align: right;
}

.finance_data .time {
	display: block;
	padding-top: 7px;
	font-size: 13px;
}

.finance_data .ico_e {
	margin: 2px -13px 0 4px;
}

.finance_data .ifrs {
	font-size: 12px;
	color: #888;
}

/* chs */
.followBtn {
	background: #f52968;
	color: #fff;
	border: 0;
	font-weight: bold;
	padding: 0.5rem 0;
	border-radius: 3px 3px 3px 3px;
	line-height: 1.5rem;
	width: 10rem;
	margin-top: 1rem;
}

.centerBtn {
	text-align: center;
}

.red {
	color: #e51937 !important;
	text-color: red !important;
	font-weight: bold;
}

.alarm_info_area {
	padding: 0.875rem 1rem 0.875rem 1rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #bbb;
	background: #fff;
	box-sizing: border-box;
}

.alarm_info_area h2.port {
	font-size: 0.8125em;
	font-weight: bold;
	color: #222;
	margin: 0 0 0.625rem 0;
}

.alarm_info_area .discription {
	font-size: 0.75em;
	line-height: 1.4;
	color: #222;
}

.alarm_info_area .ico_noti {
	text-indent: -9999px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 3px;
	vertical-align: middle;
}

.alarm_info_area .ico_noti a {
	display: block;
	background: url("../img/ico_noti.png") no-repeat right center;
	background-size: 100%;
	width: 15px;
	height: 15px;
}

.i_portfolio {
	font-size: 0.625rem;
	color: #aaa;
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 1.25rem;
	padding: 0.25rem 0.5rem;
	margin-left: 0.25rem;
	vertical-align: middle;
}

pre {
	white-space: pre-wrap; /* CSS3*/
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-all; /* Internet Explorer 5.5+ */
}

/* 20180207 롤링배너추�?*/
.rollBanner {
	overflow: hidden;
	position: relative;
	margin: 0 0 0.6875rem;
}

.rollBanner .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
}

.rollBanner.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 16px;
}

.rollBanner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
}

.rollBanner .swiper-pagination-bullet-active {
	background: #f52968;
}

.btn_buy {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	background: #fe5a59;
	height: 58px;
	line-height: 58px;
	text-align: center;
}

.btn_buy a {
	display: block;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.btn_buy a span {
	display: inline-block;
	background: url("../img/bg_buy.png") no-repeat right center;
	background-size: 8px 15px;
	-webkit-background-size: 8px 15px;
	padding-right: 1.0625rem;
}

/*20180325 ?�정 가?�버??추�? - ?�용?�함 */
.btn_join {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 2px solid #f52968;
	display: block;
	background: #fff;
	height: 58px;
	line-height: 58px;
	text-align: center;
}

.btn_join a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fb0844;
	line-height: 2;
}

.btn_join a span {
	display: inline-block;
	padding: 0.6rem 0 0.3rem 0;
	font-weight: 600;
	line-height: 1.3;
}

/* 20180817 bridge page css */
.br_subt {
	position: relative;
	padding: 1.0625rem 1rem 1rem;
	width: 110px;
	height: 24px;
	font-family: NanumGothic;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #aaaaaa;
}

.br_t {
	position: relative;
	padding: 1.0625rem 1rem 1rem;
	width: 185px;
	height: 24px;
	font-family: NanumGothic;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #333333;
}

.br_titArea {
	position: relative;
	padding: 20px 0;
}

.br_ratio {
	text-align: center;
	font-family: NanumGothic;
	padding: 1rem 1rem 1rem 1rem;
	line-height: 1.33;
}

.br_ratio div {
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.br_ratio_1 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #666666;
}

.br_ratio_2 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
}

.br_percent {
	font-size: 20px;
	font-weight: normal;
}

.Rectangle-31 {
	position: relative;
	width: 36px;
	height: 18px;
	border-radius: 15px;
	background-color: #f08554;
	display: inline-block;
	line-height: 18px;
}

.Rectangle-32 {
	position: relative;
	width: 66px;
	height: 18px;
	border-radius: 15px;
	background-color: #999999;
	display: inline-block;
	line-height: 18px;
}

.br_layer {
	line-height: 18px;
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
}

.br_layer2 {
	line-height: 36px;
	width: 83px;
	height: 14px;
	font-size: 12px;
	text-align: center;
	color: #333333;
	vertical-align: middle;
}

.br_ratio_3 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}

.br_blur {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-image: url("../img/img-blur@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.Rectangle-33 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #333333;
	font-size: 12px;
	color: #333333;
}

.br_line {
	width: 90%;
	height: 1px;
	background-color: #f5f5f5;
}

.br_div {
	text-align: center;
}

.br_detail {
	line-height: 80px;
	width: 175px;
	height: 24px;
	margin: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ff3782;
}

.br_line2 {
	width: 100%;
	height: 8px;
	background-color: #f5f5f5;
}

.br_list {
	padding: 20px 0;
}

.br_row {
	color: #333333;
	padding: 10px;
}

.br_row::after {
	content: "";
	display: table;
	clear: both;
}

.br_name {
	float: left;
	padding: 0 10px;
}

.br_no_p {
	display: inline-block;
	border-radius: 15px;
	padding: 0 0 0 0;
	margin: 0;
	background-color: #ff3782;
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
}

.br_no_m {
	display: inline-block;
	border-radius: 15px;
	padding: 0 0 0 0;
	margin: 0;
	background-color: #1da797;
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
}

.br_stock_name {
	height: 19px;
	font-size: 16px;
	padding: 0 5px;
}

.br_amt {
	text-align: right;
	float: right;
	display: inline;
}

.br_stock_ratio_symbol {
	height: 21px;
	font-size: 18px;
	font-weight: 800;
}

.br_rb {
	height: 25px;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
}

.br_sm {
	padding: 2px 10px;
	font-size: 12px;
	font-weight: normal;
}

.br_u {
	clear: both;
}

.br_join {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #ff3782;
	height: 54px;
	text-align: center;
	color: #ffffff;
}

.br_w {
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 30px;
}

.br_ws {
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 24px;
}

.bridge_color {
	background-color: #ffffff;
}

/* 20180901 추가, body에 스크롤 hidden처리 안되는 부분 수정 */
.active {
	height: 100%;
	overflow: hidden;
}

.active body {
	height: 100%;
	overflow: hidden;
}

/* 20181218 : 뮤지코인 추가건 */
/* 뮤지코인 배너 */
.content.musicoin {
	padding-top: 48px;
}

.musicoin_box {
	background: #f9f9f9;
}

.music_box {
	padding: 1.5rem 1rem;
}

.logo_musicoin {
	height: 4.133333333333333vw;
	min-height: 16px;
	max-height: 31px;
	margin-bottom: 0.6rem;
}

.logo_musicoin img {
	height: 100%;
	vertical-align: top;
}

.musicoin_txt {
	color: #000;
	font-size: 4.266666666666667vw;
	line-height: 1.2;
	letter-spacing: -0.08em;
}

.album_info {
	overflow: hidden;
	display: block;
	margin-top: 4vw;
}

.album_art {
	float: left;
	width: 25.5%;
}

.album_art img {
	width: 100%;
}

.music_info {
	float: right;
	width: 69.5%;
}

.music_dday {
	color: #f52968;
	font-size: 3.466666666666667vw;
	line-height: 5.6vw;
}

.music_dday span {
	display: inline-block;
	padding: 0 14px;
	color: #fff;
	line-height: 5.6vw;
	border-radius: 2.8vw;
	vertical-align: top;
	background: #f52968;
}

.music_dday strong em {
	font-weight: 700;
}

.music_info dl {
	
}

.music_info dt, .music_info dd {
	font-size: 4vw;
	line-height: 1.2;
}

.music_info dt {
	margin-top: 4.266666666666667vw;
	color: #333;
}

.music_info dd {
	margin-top: 2vw;
	color: #888;
}

/* 실시간 */
.musicoin_rank {
	position: relative;
	height: 50px;
	padding: 10px 1rem;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	background: #ededed;
}

.rank_box {
	position: relative;
	padding-left: 50px;
	font-size: 14px;
}

.musicoin_rank p {
	position: absolute;
	left: 0;
	top: 0;
	color: #1da797;
	font-weight: 700;
	line-height: 30px;
}

.musicoin_rank ol {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 30px;
}

.musicoin_rank li {
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
	height: 30px;
	padding: 0 3px 0 24px;
	line-height: 30px;
}

.musicoin_rank li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	color: #000;
	text-align: center;
	content: attr(data-index);
}

.musicoin_rank a {
	overflow: hidden;
	position: relative;
	float: left;
	width: 66%;
	height: 30px;
	color: #000;
	line-height: 30px;
	box-sizing: border-box;
}

.musicoin_rank a span {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 30px;
	text-align: left;
	white-space: nowrap;
	line-height: 30px;
}

.musicoin_rank em {
	position: relative;
	float: right;
	width: 64px;
	color: #ed0d00;
	font-weight: 700;
	line-height: 30px;
}

.musicoin_rank em:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 8px;
	content: "▲";
}

.musicoin_rank em i {
	font-size: 10px;
	font-weight: 700;
	font-style: normal;
}

/* 배너 */
.dimmed {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
	/* filter: alpha(opacity: "70"); */
	z-index: 9998;
}

.layer_musicoin {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 80%;
	max-width: 638px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	z-index: 9999;
}

.layer_musicoin .layer_con {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.layer_musicoin .layer_con img {
	width: 100%;
	vertical-align: top;
}

.layer_musicoin .layer_btns {
	font-size: 0;
	background: #ddd;
}

.layer_musicoin .layer_btns a {
	display: inline-block;
	width: 34.1692789968652%;
	height: 54px;
	color: #888;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 54px;
	vertical-align: top;
}

.layer_musicoin .layer_btns a:first-child {
	position: relative;
	width: 65.8307210031348%;
}

.layer_musicoin .layer_btns a:first-child:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	font-weight: 400;
	content: "|";
}

.layer {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 0.55555555555556vw;
	box-sizing: border-box;
	background: #fff;
	z-index: 9999;
}

.layer .layer_close {
	position: absolute;
	top: 2.59259259259259vw;
	right: 3.7037037037037vw;
	width: 6.48148148148148vw;
	height: 6.48148148148148vw;
	font-size: 0;
	background: url(../img/layer_close.png) no-repeat center center;
	background-size: 5.18518518518519vw;
}

.layer h1 {
	margin: 0 3.7037037037037vw;
	color: #f52968;
	font-size: 4.81481481481481vw;
	font-weight: 700;
	line-height: 2.2;
	border-bottom: 1px solid #aaa;
	outline: none;
}

.layer .layer_container {
	position: absolute;
	top: 14.81481481481481vw;
	bottom: 3.7037037037037vw;
}

.layer .layer_con {
	overflow-y: auto;
	padding: 0 3.7037037037037vw;
	height: 100%;
	box-sizing: border-box;
}

.layer .layer_textarea {
	color: #222;
	font-size: 2.96296296296296vw;
	line-height: 1.5;
	white-space: pre-wrap;
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {
	.layer_musicoin .layer_btns a {
		height: 34px;
		font-size: 14px;
		line-height: 34px;
	}
	.layer_musicoin .layer_btns a:first-child:after {
		font-size: 12px;
	}
}

/* 뮤지코인 bridge 신규작업 */
.music_content {
	padding: 15.46666666666667vw 0;
}

.music_content * {
	text-align: center;
	line-height: 1.2;
	letter-spacing: -0.05em;
}

.top_music {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 5.2vw 0;
	text-align: center;
	background: #fff;
	z-index: 150;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.top_music h1 {
	height: 5.066666666666667vw;
}

.top_music h1 img {
	height: 100%;
}

.top_music a {
	position: absolute;
	top: 50%;
	right: 4vw;
	transform: translateY(-50%);
	width: 7.733333333333333vw;
	height: 7.733333333333333vw;
	font-size: 0;
	background: url(../img/btn_musicoin_close.png) no-repeat center center;
	background-size: 5.066666666666667vw;
}

.music_article1 {
	position: relative;
	padding: 13.33333333333333vw 0;
	background: #f7eaed;
}

.music_article1 em {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 9.733333333333333vw solid #dc3f5f;
	border-right: 9.733333333333333vw solid transparent;
	border-bottom: 9.733333333333333vw solid transparent;
	border-left: 9.733333333333333vw solid #dc3f5f;
}

.music_article1 em:after {
	position: absolute;
	left: -7.5vw;
	top: -4.5vw;
	color: #fff;
	font-size: 4vw;
	font-weight: 700;
	transform: rotate(-45deg);
	content: "NEW";
}

.music_article1 p {
	color: #222;
	font-size: 6vw;
	font-weight: 700;
	text-align: center;
}

.music_article1 p span {
	display: block;
	margin-bottom: 2.133333333333333vw;
	font-size: 4.4vw;
	font-weight: 400;
}

.music_article1 p strong {
	color: #ee3158;
}

.music_article2 {
	padding: 18.66666666666667vw 0 0 0;
	background: url(../img/bg_music_article2.gif) no-repeat left top;
	background-size: contain;
}

.music_article2 h2 span {
	display: block;
	margin-bottom: 3.866666666666667vw;
	color: #3e3a39;
	font-size: 5.333333333333333vw;
	font-weight: 700;
	letter-spacing: -0.1em;
}

.music_article2 h2 .logo {
	position: relative;
	height: 15.73333333333333vw;
}

.music_article2 h2 .logo:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 64.4vw;
	height: 15.73333333333333vw;
	box-shadow: 0 1.333333333333333vw 5.333333333333333vw rgba(180, 8, 48, 0.2);
	content: "";
}

.music_article2 h2 img {
	height: 100%;
}

.music_content h3 {
	color: #222;
	font-size: 6.8vw;
}

.music_content h3 span {
	display: block;
	margin-bottom: 2.4vw;
	font-size: 4.266666666666667vw;
}

.music_content h3 p {
	font-weight: 700;
}

.music_content h3 strong {
	color: #f02750;
	font-size: 8.4vw;
}

.music_article2 h3 {
	margin-top: 17.86666666666667vw;
}

.music_article2 .animate {
	overflow: hidden;
	position: relative;
	height: 81.33333333333333vw;
}

.music_article2 .mc_animate .visual {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100%;
}

.animate1 .visual {
	background: url(../img/bg_mc_animate1.jpg) no-repeat center bottom;
	background-size: auto 100%;
}

.animate2 .visual {
	background: url(../img/bg_mc_animate2.jpg) no-repeat center bottom;
	background-size: auto 100%;
}

.animate1 .btn_item {
	position: absolute;
	left: 100vw;
	top: 45.73333333333333vw;
	width: 40.8vw;
	height: 13.6vw;
	background: url(../img/btn_mc_animate1.png) no-repeat left top;
	background-size: 100%;
}

.music_article2 .mc_infotxt {
	margin-top: 5.066666666666667vw;
	color: #928f8f;
	font-size: 3.466666666666667vw;
	line-height: 1.4;
}

.music_article2 .mc_highlight {
	margin-top: 19.2vw;
	padding: 5.2vw 0;
	color: #fff;
	font-size: 4.4vw;
	background: #dc3f5f;
}

.music_article3 {
	padding: 14.66666666666667vw 0 16.4vw;
	background: #f7eaed;
}

.music_article3 ol {
	padding-left: 19.46666666666667vw;
}

.music_article3 li {
	position: relative;
	margin-top: 6.666666666666667vw;
	padding-left: 8.533333333333333vw;
	color: #222;
	font-size: 5.2vw;
	text-align: left;
	line-height: 6.133333333333333vw;
}

.music_article3 li:first-child {
	margin-top: 10.4vw;
}

.music_article3 li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 6.133333333333333vw;
	height: 6.133333333333333vw;
	color: #fff;
	font-size: 3.2vw;
	font-weight: 700;
	text-align: center;
	border-radius: 3.066666666666667vw;
	background: #e78398;
}

.music_article3 li strong {
	position: relative;
	padding-right: 5.533333333333333vw;
	color: #e5284e;
}

.music_article3 li:nth-child(1):before {
	content: "01";
}

.music_article3 li:nth-child(2):before {
	content: "02";
}

.music_article3 li:nth-child(3):before {
	content: "03";
}

.music_article4 {
	padding: 16.4vw 0 17.86666666666667vw;
}

.music_article4 h3 span {
	color: #e5284e;
	font-weight: 700;
}

.music_article4 .logo {
	margin-top: 4.8vw;
}

.music_article4 .logo img {
	height: 8.933333333333333vw;
}

.music_content .btn_invest {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 15.46666666666667vw;
	color: #fff;
	font-size: 4.8vw;
	line-height: 15.46666666666667vw;
	background: #222;
}

.music_content .btn_invest span {
	position: relative;
	display: inline-block;
	padding-right: 8.533333333333333vw;
}

.music_content .btn_invest span:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6.133333333333333vw;
	height: 3.733333333333333vw;
	background: url(../img/btn_musicoin_arrow.png) no-repeat left top;
	background-size: cover;
	content: "";
}

/* 콬뱅크 가입/탈퇴 신규작업 */
.joinend_content {
	position: relative;
	padding: 0;
	box-sizing: border-box;
	max-width: 640px;
	margin: 0 auto;
}

/* Select Design */
.select {
	display: inline-block;
	position: relative;
	font-size: 0;
	line-height: 60px;
	vertical-align: top;
	background: #fff;
}

.select span {
	position: relative;
	display: block;
	height: 60px;
	padding: 0 0 0 28px;
	color: #222;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	line-height: 56px;
	text-overflow: ellipsis;
	word-wrap: normal;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box;
	border-bottom: 2px solid #222;
}

.select.disable span {
	border-bottom: 2px solid #ccc;
}

.select.disable span:after {
	background: url(../img/arrow_down_dis.png) no-repeat left top;
	background-size: cover;
	content: "";
}

.select select {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	padding: 0 35px 0 8px;
	line-height: 60px;
	opacity: 0;
	/* filter: alpha(opacity: "0"); */
	z-index: 110;
}
/* checkbox Design */
.checkbox {
	position: relative;
	display: inline-block;
	min-width: 28px;
	min-height: 28px;
	padding-left: 36px;
	color: #222;
	font-size: 18px;
	text-align: left;
	line-height: 28px;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../img/check_off.png) no-repeat left center;
	background-size: 28px 28px;
}

.checkbox input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	/* filter: alpha(opacity: "0"); */
	z-index: -1;
}

.checkbox.on {
	background: url(../img/check_on.png) no-repeat left center;
	background-size: 28px 28px;
}

/* 가입/해지 */
.tab_join {
	font-size: 0;
}

.tab_join li {
	display: inline-block;
	width: 50%;
	height: 50px;
}

.tab_join li a, .tab_join li span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
}

.tab_join li a {
	color: #9e93bf;
	background: #edebf3;
}

.tab_join li span {
	color: #503b8b;
	background: #fff;
}

.join_txt {
	padding: 40px 0;
	color: #f52968;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.cancel_txt {
	padding: 50px 0;
	color: #222;
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	border-bottom: 1px solid #e8e5f0;
	background: #faf9fb;
}

.cancel_txt span {
	display: block;
	margin-top: 20px;
	color: #503b8b;
	font-size: 21px;
	font-weight: 400;
}

.joinend_form {
	padding: 0 1rem;
	text-align: center;
}

.joinend_form input[type="text"], .joinend_form input[type="number"] {
	height: 33px;
	color: #2b2b2b;
	font-size: 13px;
	line-height: 33px;
	padding: 0 4px; /*padding:0 4px 0 11px;*/
	border: none;
	box-sizing: border-box; /* outline:none; */
}

.joinend_form input[type="number"] {
	text-align: center;
}

.joinend_form input[type="number"]::-webkit-outer-spin-button, .joinend_form input[type="number"]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.phone_inp {
	font-size: 0;
}

.phone_inp .select {
	width: 25%;
	margin-right: 3.125%;
	vertical-align: top;
}

.phone_inp input[type="number"] {
	width: 43.75%;
	height: 60px;
	padding: 0 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 60px;
	vertical-align: top;
	border-bottom: 2px solid #222;
}

.phone_inp .phone_full {
	width: 71.875% !important;
}

.auth_inp {
	margin-top: 20px;
	font-size: 0;
}

.auth_inp input[type="number"] {
	width: 55.625%;
	height: 60px;
	margin-right: 3.125%;
	padding: 0 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 60px;
	vertical-align: top;
	border-bottom: 2px solid #222;
}

.auth_inp button {
	width: 41.25%;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	vertical-align: top;
	border-radius: 5px;
	background: #222;
}

.limit_time {
	margin-top: 10px;
	height: 24px;
	color: #ff0000;
	font-size: 18px;
	line-height: 24px;
}

.agree_box {
	margin-top: 50px;
}

.agree_box .checkbox {
	height: 60px;
	color: #222;
	font-size: 21px;
	line-height: 60px;
	letter-spacing: -0.05em;
}

.agree_all_box {
	position: relative;
	padding: 0 54px 0 12px;
	border: 1px solid #222;
}

.agree_all_box label {
	font-weight: 700;
}

.agree_all_box a {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 13px;
	font-size: 0;
	background: url(../img/arrow_up.png) no-repeat left top;
	background-size: cover;
}

.agree_all_box a.hide {
	background: url(../img/arrow_down.png) no-repeat left top;
	background-size: cover;
}

.agree_list {
	
}

.agree_list li {
	position: relative;
	margin-top: 15px;
	padding: 0 27px 0 19px;
}

.agree_list li:first-child {
	margin-top: 25px;
}

.agree_list li a {
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 21px;
	font-size: 0;
	background: url(../img/arrow_right.png) no-repeat left top;
	background-size: cover;
}

.btn_box {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 25px 0 0 0;
	font-size: 0;
}

.btn_box a {
	display: block;
	height: 70px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 70px;
	background: #f52968;
}

.btn_box .btn_bankcancel {
	display: inline-block;
	width: 50%;
	color: #666;
	background: #ededed;
}

.btn_box .btn_bankback {
	display: inline-block;
	width: 50%;
}

.join_info_txt, .pay_info_txt {
	line-height: 1.4;
	letter-spacing: -0.05em;
}

.btn_bankbox {
	padding: 25px 0 20px;
}

.btn_bankbox .btn_bankjoin {
	display: block;
	height: 70px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 70px;
	border-radius: 5px;
	background: #f52968;
}

.pay_info_txt {
	margin-top: 15px;
	color: #666;
	font-size: 16px;
}

.pay_info_txt strong {
	color: #ff5f5f;
}

.cs_connect {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

/* Capcha*/
.captcha_inp {
	margin-top: 20px;
	font-size: 0;
}

.captcha_inp .captcha_box {
	position: relative;
	display: inline-block;
	width: 41.25%;
	height: 60px;
	margin-right: 3.125%;
	padding-right: 59px;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	vertical-align: top;
	border: 1px solid #222;
	box-sizing: border-box;
}

.captcha_box img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.captcha_box a {
	position: absolute;
	right: 0;
	top: 0;
	width: 58px;
	height: 58px;
	font-size: 0;
	border-left: 1px solid #eee;
	background: url(../images/capcha_refresh.png) no-repeat center center;
	background-size: 38px;
}

.captcha_inp input[type="text"] {
	width: 55.625%;
	height: 60px;
	padding: 0 10px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	vertical-align: top;
	border-bottom: 2px solid #222;
}

/* 가입/해지 완료 */
.joinend_complete {
	display: table;
	width: 100%;
	height: 100%;
}

.complete_box {
	display: table-cell;
	height: 100%;
	padding: 0 3.7037037037037vw;
	vertical-align: middle;
	box-sizing: border-box;
}

.complete_txt {
	padding: 50px 0;
	color: #f52968;
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}

.complete_txt span {
	display: block;
	margin-top: 20px;
	color: #666;
	font-size: 21px;
	font-weight: 400;
}

.complete_info_txt {
	margin-top: 5px;
	margin-bottom: 30px;
	color: #222;
	font-size: 20px;
	text-align: center;
}

.complete_info {
	padding: 24px 0;
	color: #999;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	background: #f9f9f9;
}

/* slick Slider */
.ex_slide {
	position: relative;
	margin-top: 4vw;
}

.ex_slide .swiper-wrapper {
	width: 100%;
}

.ex_slide .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.ex_slide .swiper-slide a {
	display: block;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev, .slick-next {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 38px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	z-index: 100;
}

.slick-prev {
	display: none !important;
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-prev:after, .slick-next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 28px;
	transform: translate(-50%, -50%);
	content: "";
}

.slick-prev:after {
	background: url(../img/slide_prev.png) no-repeat center center;
	background-size: cover;
}

.slick-next:after {
	background: url(../img/slide_next.png) no-repeat center center;
	background-size: cover;
}

.slick-dots {
	position: absolute;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.agree_list li {
		margin-top: 5px;
	}
	.agree_list li:first-child {
		margin-top: 10px;
	}
	.agree_box .checkbox {
		height: 40px;
		padding-left: 32px;
		font-size: 16px;
		line-height: 40px;
		background-size: 22px 22px;
	}
	.agree_box .checkbox.on {
		background-size: 22px 22px;
	}

	/* 가입/해지 */
	.join_txt {
		font-size: 18px;
		line-height: 24px;
	}
	.cancel_txt {
		font-size: 22px;
	}
	.cancel_txt span {
		margin-top: 10px;
		font-size: 14px;
	}
	.phone_inp .select span, .joinend_form input[type="number"], .captcha_inp input[type="text"], .lms_form input[type="number"] {
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}
	.phone_inp .select select {
		height: 40px;
		line-height: 40px;
	}
	.auth_inp button {
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.limit_time {
		height: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	.join_info_txt {
		font-size: 13px;
	}
	.pay_info_txt {
		font-size: 11px;
	}
	.captcha_inp .captcha_box {
		height: 40px;
		padding-right: 39px;
		font-size: 16px;
		line-height: 40px;
	}
	.captcha_inp .captcha_box a {
		height: 38px;
		width: 38px;
		background-size: 22px;
	}
	.captcha_inp input[type="text"] {
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}
	.btn_bankbox .btn_bankjoin, .btn_box a {
		height: 48px;
		font-size: 20px;
		line-height: 48px;
	}
	.complete_txt {
		font-size: 22px;
	}
	.complete_txt span {
		margin-top: 10px;
		font-size: 14px;
	}
	.complete_info {
		font-size: 12px;
	}
	.cs_connect {
		margin-top: 20px;
		text-align: center;
		font-size: 11px;
	}
}

@media screen and (max-width: 380px) {
	.phone_inp .select span, .joinend_form input[type="number"], .captcha_inp input[type="text"], .auth_inp button {
		font-size: 14px;
	}
}

/* 2025-06-13 */
.btn_refund {
	display: block;
	height: 46px;
	color: #f52968 !important;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 46px;
	border-radius: 5px;
	border: 1px solid #f52968;
	margin-top: 30px;
}