@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Nanum+Myeongjo:wght@400;700;800&display=swap');

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(/lib/fonts/NotoSansKR-Regular.woff2) format('woff2'), url(/lib/fonts/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(/lib/fonts/NotoSansKR-Regular.woff2) format('woff2'), url(/lib/fonts/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(/lib/fonts/NotoSansKR-Medium.woff2) format('woff2'), url(/lib/fonts/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(/lib/fonts/NotoSansKR-Bold.woff2) format('woff2'), url(/lib/fonts/NotoSansKR-Bold.woff) format('woff');
}

/* COMMON CSS :: 'Montserrat',*/
/*
html, body { width:100%; height:100%; min-width:1280px; margin:0; padding:0; font-family:'Montserrat','Noto Sans KR','PlayfairDisplay',Sans-serif; color:#666; font-weight:300; font-size:13px; letter-spacing:-.020em; -webkit-text-size-adjust:none; *word-break:break-all; -ms-word-break:break-all; }
*/
html,
body {
	width: 100%;
	height: 100%;
	min-width: 1280px;
	margin: 0;
	padding: 0;
	*word-break: break-all;
	-ms-word-break: break-all;
	color: #707070;
	font-weight: 300;
}

body {
	overflow-y: scroll;
}

body {
	font: 13px 'Montserrat', 'Noto Sans KR', 'Nanum Gothic', 'Nanum Myeongjo', serif;
	font-weight: 400;
	letter-spacing: -.025em;
}

html * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}

section,
form {
	margin: 0;
	padding: 0;
	border: 0;
}

caption {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
}

input[type='text'],
input[type='password'] {
	height: 30px;
	border: 1px #dde1e4 solid;
	padding: 0 8px;
	font: inherit;
	font-weight: 400;
	outline: 0;
}

textarea {
	outline: 0;
	padding: 8px;
	font: inherit;
	line-height: 1.6em;
	border: 1px #dde1e4 solid;
}

strong {
	font-size: 500;
}

/*
form,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,fieldset,th,td,button{margin:0;padding:0;border:0;font-size:300; font-size:1rem; font:inherit;}
*/
a,
span {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
}

img {
	display: block;
}

form {
	margin: 0;
	padding: 0;
	display: block;
}

a:active,
a:link,
a:hover,
a:visited {
	text-decoration: none;
}

input[type='checkbox'] {
	display: none;
}

input[type='checkbox']+label {
	font-size: 14px;
	background: url('/images/checkbox_mk.png') left center no-repeat;
	padding-left: 20px;
}

input[type='checkbox']:checked+label {
	background: url('/images/checkbox_mk_checked.png') left center no-repeat;
}

input[type='radio'] {
	display: none;
}

input[type='radio']+label {
	font-size: 14px;
	background: url('/images/radio.png') left center no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 18px;
}

input[type='radio']:checked+label {
	background: url('/images/v38/radio_checked.png') left center no-repeat;
}

input[type='radio']:disabled+label {
	background: url('/images/radio_disabled.png') left center no-repeat;
}

input:-ms-input-placeholder {
	color: #ccc !important;
	font-weight: 300 !important;
}

::-ms-input-placeholder {
	color: #ccc;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #ccc;
	font-weight: 300;
}

::-moz-placeholder {
	color: #ccc;
	font-weight: 300;
}

::-moz-placeholder {
	color: #ccc;
	font-weight: 300;
}

::-ms-clear {
	display: none;
}


/* Common Layout */
.cont {
	position: relative;
	width: 1280px;
	min-width: 1280px;
	height: inherit;
	margin: 0 auto;
}

.wrap {
	position: relative;
	width: 100%;
	min-width: 1280px;
	height: inherit;
	margin: 0;
	padding: 0;
}

.errBox {
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;	
	padding: 30px 20px;
	text-align: center;
	color: #e5273b;
	font-size: 1.3rem;
}

.agreeBox {
	width: 100%;
	min-height: 100px;
	overflow-y: auto;
	border: 1px #dee1e3 solid;
	padding: 15px;
	font-size: 13px;
}

.infoBox {
	width: 100%;
	border: 1px #dde1d4 solid;
	background: #f9f9f9;
	padding: 30px 40px;
	display: block;
}

.dash {
	margin-left: 5px;
	margin-right: 5px;
}

#pop_preview {
	width: 500px;
	height: 500px;
}

#pop_preview img {
	max-width: 500px;
	max-height: 500px;
}

span.label {
	margin-left: 10px;
	margin-right: 5px;
}

ul.cell {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.cell li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: inherit;
}

.hover {
	cursor: pointer;
}

.hover:hover {
	text-decoration: underline;
}

/* Default Div */
#ajax_mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/images/bg_mask.png');
	z-index: 9000;
	display: none;
}

#ajax_mask2 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/images/bg_mask.png');
	z-index: 9000;
	display: none;
}

.ajax_div,
#ajax_div {
	position: fixed;
	top: 0;
	left: 0;
	width: 542px;
	height: 100px;
	display: none;
	z-index: 9991;
	background: #fff;
	overflow: visual;
	padding: 0;
	border: 1px #222 none;
}

#ajax_pop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 454px;
	height: 100px;
	display: none;
	z-index: 9992;
	background: #fff;
	overflow: visible;
	padding: 0;
	margin: 0;
	text-align: center;
}

#plus_wait {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*
	background: url('/images/bg_mask.png');
	*/
	z-index: 9000;
	display: none;
}

#plus_wait img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* Font Css */
.Montserrat {
	font-family: 'Montserrat', Sans-serif;
}

.Noto {
	font-family: 'Noto Sans KR', Sans-serif;
}

.PlayfairDisplay {
	font-family: 'PlayfairDisplay', Sans-serif;
}

/* == Header == */
#header .headerAd {
	overflow: hidden !important;
	height: 36px;
}

#header .headerAd .cell {
	width: auto;
	display: inline-block;
	height: 36px;
}

#header .headerAd .cell li {
	float: none !important;
	width: auto;
	height: 36px;
	min-width: 600px;
}

#header .headerAd .cell li a {
	height: 36px;
	width: auto;
	line-height: 36px;
	background: url('/images/ico_top_crown.png') left center no-repeat;
	padding-left: 25px;
	color: #777;
}

#header .headerAd .cell li a span.arrow {
	width: 3px;
	height: 10px;
	margin-left: 10px;
	background: url('/images/ico_top_arrow.png') center center no-repeat !important;
	display: inline-block;
}

#header.Fix .headerAd {
	margin-top: -50px;
}

#header #menuAll .menuWrap dd a {
	font-weight: 300 !important;
}

/* Section LayOut */
#content {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 200px;
	display: inline-block;
}

#content:after {
	display: block;
}

#footer {
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
}

/*
#header .ad { width:100%; height:61px; background:#fdf0a6; }
#header .ad .closeAd { position:absolute; right:0; top:14px; width:auto; height:auto; }
*/


/* CopyRight */
#footer .copyMenu {
	width: 100%;
	height: 60px;
	border-top: 1px #dde1e4 solid;
	border-bottom: 1px #dde1e4 solid;
	background: #fff;
}

#footer .copyMenu ul {
	width: 100%;
	height: 58px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .copyMenu ul li {
	float: left;
	height: 58px;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 57px;
	font-size: 14px;
}

#footer .copyMenu ul li.relSite {
	float: right;
	text-align: right;
	width: auto;
	padding-top: 9px;
}

#footer .copyMenu ul li span.sep {
	display: inline-block;
	padding: 0 20px 0 22px;
}

#footer .copyMenu ul li span.sep {
	display: inline-block;
	padding: 0 20px 0 22px;
}

/*
#footer .copyMenu .familySite { width:210px; height:41px; background:#f9f9f9; }
#footer .copyMenu .familySite .title { height:41px; line-height:41px;}
#footer .copyMenu .familySite .ctrl { top:0; right:0; height:41px; width:45px; background:url('/images/arrow_dn_dot6.png') center center no-repeat; border-left:1px #dde1d4 solid;}
#footer .copyMenu .familySite ul { position:absolute; left:0; top:40px; width:100%; height:auto; border:1px #dde0e4 solid; list-style:none; margin:0; padding:0; background:#fff; display:none; z-index:10; }
#footer .copyMenu .familySite li { height:30px;line-height:29px; }
*/

#footer .copyCom {
	line-height: 24px;
}

#footer .copyCom * {
	font-size: 12px;
	font-weight: 400;
}

#footer .copyCom span {
	margin-left: 5px;
}

#footer .copyCom span:first-child {
	margin-left: 0px;
}

#footer .copyLogo li {
	height: 34px;
	line-height: 34px;
}

#footer .copyLogo li img {
	display: block;
	vertical-align: middle;
}

/* Popup Layout */
.pop_close {
	position: absolute;
	top: -45px;
	left: 0;
	width: 100%;
	height: 45px;
	text-align: center;
	font-size: 30px;
	color: #fff !important;
	vertical-align: top;
}

.pop_close span {
	position: absolute;
	right: 0;
	top: 8px;
	width: auto;
	height: auto;
	font-size: inherit;
}

.pop_close:hover {
	cursor: move;
}

.pop_close.msg {
	position: absolute;
	top: -65px;
	left: 0;
	width: 100%;
	height: 65px;
	text-align: left;
	font-size: 30px;
	padding: 10px 10px 0 10px;
	color: #fff !important;
	vertical-align: top;
	font-weight: 400;
}

.pop_close.msg span {
	position: absolute;
	right: 18px;
	top: 18px;
	width: auto;
	height: auto;
	font-size: inherit;
}


.pop_body {
	width: 100%;
	height: auto;
	padding: 35px 40px;
	padding-bottom: 20px;
	overflow: visible;
	background: #fff;
}

.pop_body .pop_title {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	padding-bottom: 15px;
}

.pop_body .pop_btn {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.pop_body .pop_help {
	width: 100%;
	text-align: left;
	margin-top: 15px;
}

/* Login Box */
.loginWrap {
	width: 420px;
	margin: 0 auto;
}

.loginWrap li.sep {
	width: 1px;
	margin: 0 15px;
	font-size: 10px;
	padding-top: 1px;
	color: #858585;
}

.loginBox {
	width: 420px;
	height: 87px !important;
	margin-top: 5px !important;
}

.loginBox li {
	width: 104px;
	height: inherit;
	overflow: hidden;
}

.loginBox li:first-child {
	width: 316px;
}

.loginBox div {
	width: 100%;
	height: 44px;
	border: 1px #cdcdcd solid;
	border-right: none;
}

.loginBox div:first-child {
	border-bottom: none;
	height: 43px;
}

.loginBox input {
	width: 100%;
	height: 100%;
	line-height: 43px;
	border: none;
	outline: 0;
	padding: 0 10px;
}

.loginBox a {
	width: 100%;
	height: 100%;
	background: #ff4343;
	text-align: center;
	line-height: 86px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

.loginHelp {
	margin-top: 30px;
	padding-top: 23px;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}

/* Login Tab */
.loginType {
	height: 55px;
}

.loginType li {
	width: 50%;
	text-align: center;
	height: 55px;
	line-height: 54px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

.loginType li.bgBlue {
	color: #fff;
}

.loginType li.bgGray {
	color: #999;
	background: #f4f4f4 !important;
}

/* Sub Menu */
.sub {
	height: 100% !important;
	display: block;
	overflow: visible;
	min-height: 700px;
}

.subMenu {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	z-index: 10;
}

.subMenu dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.subMenu dl dt {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding-left: 20px;
	font-weight: 500;
	font-size: 22px;
	border-bottom: 2px #111 solid;
	/* background: #f0f4f9; */
	/* text-align: center; */
	color: #323a50;
}

.subMenu dl dd {
	width: 100%;
	margin: 0;
	padding: 0;
}

.subMenu dl dd a {
	width: 100%;
	height: auto;
	line-height: 120%;
	margin: 0;
	padding: 20px 0;
	font-weight: 400;
	font-size: 15px;
	border-bottom: 1px #dde1e4 solid;
	padding-left: 20px;
}

/* 2023-07-26 */
.subMenu dl dd a{position:relative;}
.subMenu dl dd a i{font-style:normal; position:absolute;width:20px; height:20px; line-height:20px; background:#ff5050; border-radius:100%; color:#fff; font-size:11px; left:63px;top:13px; text-align:center; font-weight:700;}
.subMenu dl dd a .i_cnt {font-style:normal; position:absolute;width:20px; height:20px; line-height:20px; background:#ff5050; border-radius:100%; color:#fff; font-size:11px; left:100px;top:13px; text-align:center; font-weight:700;}

.subMenu dl dd a.on {
	font-weight: 500;
	color: #ff4343;
}

.subMenu dl dd a:hover {
	font-weight: 500;
	color: #ff4343;
}

.subCont {
	float: left;
	width: 100%;
	padding-left: 280px;
	padding-bottom: 100px;
}

h1 {
	width: 100%;
	height: 60px;
	padding-top: 10px;
	font-size: 22px;
	font-weight: 400;
	border-bottom: 1px #dde1e4 solid;
	color: #333;
}

h2 {
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	color: #333;
}

.license h2 {
	margin-top: 40px;
	margin-bottom: 25px;
	color: #333;
}

.joinAgree h2 {
	margin-top: 20px;
	margin-bottom: 25px;
	color: #333;
}


.appTab {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.appTab li {
	float: left;
	width: auto;
	height: 59px;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0px !important;
	cursor: pointer;
	text-align: center;
	line-height: 58px;
	border: 1px #dde1e4 solid;
	border-left: none;
}

.appTab li:first-child {
	margin-left: 0px !important;
	border-left: 1px #dde1e4 solid;
}

.appTab li.on,
.appTab li:hover {
	border: 1px #333 solid;
	background: #333;
	color: #fff;
	font-weight: 500;
}

.appTab li.on+li,
.appTab li:hover+li {
	border-left: none;
}

.appTab.data5 li {
	width: 20%;
}

.appTab.data6 li {
	width: 16.66666667%;
}

.appTab.data7 li {
	width: 14.28571429%;
}



.subCont .faqBox {
	line-height: 100%;
	padding: 0;
	margin-top: -1px;
	display: block;
	background: #fff;
}

.subCont .faqBox:first-child li {
	border-top: 1px #dde1e4 solid;
}

.subCont .faqList li {
	background: url('/images/faq_icon_q.svg') left  10px top 15px no-repeat;
	width: 100%;
	border-bottom: 1px #dde1e4 solid;
	margin-top: -1px;
	/*padding: 13px 0;*/
}

.subCont .faqList li a {
	width: 100%;
	padding: 20px 0;
	padding-left: 50px;
	background: url('/images/faq_arrow_spread.svg') right 10px center no-repeat;
}

.subCont .faqList li a.on {
	background: url('/images/faq_arrow_fold.svg') right 10px center no-repeat;
	font: 14px 'Montserrat','Noto Sans KR','Nanum Gothic','Nanum Myeongjo',serif;
	font-weight: 500;
	color: #111;
}




.subCont .faqList li a.none {
	background: url('');
	color: #008bd6;
	padding-left: 0;
}

.subCont .asked {
	background: url('/images/faq_icon_a.svg') left  40px top 25px no-repeat,#f8f8f8;
	width: 100%;
	padding: 25px 25px 25px 70px;
	margin: 0;
	color: #434343;
	font-weight: 500;
	/*border-top: 1px #0f83f1 solid;
	background: #f8f8f8;
	*/
	margin-top: 13px;
	line-height: 180%;
	font: 14px 'Montserrat','Noto Sans KR','Nanum Gothic','Nanum Myeongjo',serif;
}

.subCont .policy {
	line-height: 180%;
}

.subCont .policy strong {
	margin-top: 30px;
	display: inline-block;
}

.subCont .policy strong:first-child {
	margin-top: 0;
}


/* Table */
td {
	position: relative;
}

/* 팝업 테이블 */
.tbPop {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 4px;
	margin-bottom: 4px;
}

.tbPop tbody tr {
	background: url('/images/dot_line_w1.png') left top repeat-x;
}

.tbPop tbody tr:first-child {
	background: url('');
}

.tbPop tbody tr th,
.tbPop tbody tr td {
	min-height: 50px;
	padding: 6px 17px;
	vertical-align: middle;
	line-height: 100%;
}

.tbPop tbody tr th {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: right;
	background: url('/images/line_th.png') right center no-repeat;
}

/* Input Box */
.tbInput {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tbInput tbody tr th,
.tbInput tbody tr td {
	min-height: 50px;
	padding: 6px 17px;
	vertical-align: middle;
	line-height: 100%;
	overflow: visible;
	border-top: 1px #dde1e4 solid;
	border-left: 1px #dde1d4 solid;
}

.tbInput tbody tr th {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	padding-top: 14px;
	padding-bottom: 14px;
	vertical-align: middle;
	background: #f9f9f9;
}

.tbInput tbody tr:first-child th,
.tbInput tbody tr:first-child td {
	border-top: none;
}

.tbInput tbody tr th:first-child,
.tbInput tbody tr td:first-child {
	border-left: none;
}

/* 게시판 리스트 */
.tbBoard {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tbBoard tbody tr th {
	border-top: 2px #404041 solid;
	border-bottom: 1px #dee1e3 solid;
	height: 42px;
	line-height: 40px;
	background: #f6f9fb;
	color: #2b2b2b;
}

.tbBoard tbody tr td {
	text-align: center;
	height: 41px;
	line-height: 40px;
	border-top: 1px #dee1e3 solid;
	border-bottom: 1px #dee1e3 solid;
}

.tbBoard tbody tr.notice td {
	font-weight: 500;
	color: #f0680f;
}

/* Input Box */
.tbList {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tbList tbody tr th,
.tbList tbody tr td {
	min-height: 50px;
	padding: 14px 15px;
	vertical-align: middle;
	line-height: 1.6em;
	overflow: visible;
	border-top: 1px #dde1e4 solid;
}

.tbList tbody tr th {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	padding-top: 14px;
	padding-bottom: 14px;
	vertical-align: middle;
	background: #f9f9f9;
}

.tbList tbody tr td.btn {
	padding-top: 4px;
	padding-bottom: 4px;
}

.tbList tbody tr:first-child th,
.tbList tbody tr:first-child td {
	border-top: none;
}

.tbList tbody tr.notice td {
	font-weight: 500;
	color: #f0680f;
}


.tbView {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tbView tbody tr th {
	height: 42px;
	line-height: 40px;
	background: #f6f9fb;
	color: #2b2b2b;
	border-top: 1px #dee1e3 solid;
	border-bottom: 1px #dee1e3 solid;
	font-weight: 400;
}

.tbView tbody tr td {
	text-align: left;
	height: 41px;
	line-height: 40px;
	border-top: 1px #dee1e3 solid;
	border-bottom: 1px #dee1e3 solid;
	padding: 0 16px;
}

.tbView tbody tr:first-child th,
.tbView tbody tr:first-child td {
	border-top: 2px #404041 solid;
}


.tbBox {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tbBox tbody tr th {
	text-align: center;
	height: 42px;
	line-height: 160%;
	background: #f6f9fb;
	color: #2b2b2b;
	border: 1px #dee1e3 solid;
	font-weight: 500;
}

.tbBox tbody tr td {
	text-align: left;
	height: 41px;
	line-height: 160%;
	border: 1px #dee1e3 solid;
	padding: 7px 16px;
}

.tbLine {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	line-height: 100%;
	border-top: 2px #404041 solid !important;
	border-bottom: 1px #404041 solid !important;
}

.tbLine th,
.tbLine td {
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
	padding: 10 11px;
}

.tbLine tbody tr th {
	background: #f6f9fb;
	color: #2b2b2b;
	border: none;
}

.tbLine tbody tr td {
	height: 50px;
	border-top: 1px #dee1e3 solid;
	border-left: 1px #dee1e3 solid;
}

.tbLine tbody tr th+td {
	border-left: none !important;
}

.tbLine tbody tr.sep th,
.tbLine tbody tr.sep td {
	border-top: 1px #999 solid !important;
}

.tbLine tbody tr td.btn,
.tbLine tbody tr td.end {
	border-right: none;
}

.tbLine2 {
	width: 100%;
	border-top: 2px #404041 solid !important;
	border-bottom: 1px #404041 solid !important;
}

.tbLine2 table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tbLine2 table tbody tr th,
.tbLine2 table tbody tr td {
	text-align: center;
	vertical-align: middle;
	height: auto;
	padding: 12px 8px;
	border: none;
	border-top: 1px #dee1e3 solid;
	border-left: 1px #dee1e3 solid;
}

.tbLine2 table tbody tr th {
	background: #f6f9fb;
	color: #2b2b2b;
}

.tbLine2 table tbody tr th:first-child,
.tbLine2 table tbody tr td:first-child {
	border-left: none;
}

.tbLine2 table tbody tr:first-child th,
.tbLine2 table tbody tr:first-child td {
	border-top: none;
}


/* File */
.fileData {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 100%;
}

.fileBtn {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.fileBtn input[type='button'] {
	height: 30px;
	display: block;
	border: 1px #888 solid;
	background: #888;
	color: #fff;
}

.dhtml_cont {
	overflow-y: hidden !important;
	padding: 0 !important;
}

.dhtml_cont iframe body {
	padding: 15px;
}

.dhtml_head {
	line-height: 100%;
}

.dhtml_head li {
	width: auto;
	white-space: nowrap;
	height: 20px;
	list-style: 100%;
}

.dhtml_head li img {
	display: inline-block;
}

/* Button */
.btnBlue {
	width: auto;
	text-align: center;
	min-width: 160px;
	height: 44px;
	line-height: 42px;
	color: #fff !important;
	background: #0f83f1;
	border: 1px #0f83f1 solid;
	font-weight: 500;
	display: inline-block;
	margin: 0 4px;
}

.btnBlueL {
	width: auto;
	text-align: center;
	min-width: 160px;
	height: 44px;
	line-height: 42px;
	color: #0f83f1 !important;
	background: #fff;
	border: 1px #0f83f1 solid;
	font-weight: 500;
	display: inline-block;
	margin: 0 4px;
}

.btnGray {
	width: auto;
	text-align: center;
	min-width: 160px;
	height: 44px;
	line-height: 42px;
	color: #fff !important;
	background: #666;
	border: 1px #666 solid;
	font-weight: 500;
	display: inline-block;
	margin: 0 4px;
}

.btnGrayL {
	width: auto;
	text-align: center;
	min-width: 160px;
	height: 44px;
	line-height: 42px;
	color: #666 !important;
	background: #fff;
	border: 1px #888 solid;
	font-weight: 500;
	display: inline-block;
	margin: 0 4px;
}

.btnDark {
	width: auto;
	text-align: center;
	min-width: 160px;
	height: 44px;
	line-height: 42px;
	color: #fff !important;
	background: #333;
	border: 1px #333 solid;
	font-weight: 500;
	display: inline-block;
	margin: 0 4px;
}

.btnDarkL {
	width: auto;
	text-align: center;
	min-width: 160px;
	height: 44px;
	line-height: 42px;
	color: #333 !important;
	background: #fff;
	border: 1px #333 solid;
	font-weight: 500;
	display: inline-block;
	margin: 0 4px;
}

.btBlue {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	color: #fff !important;
	background: #ff4343;
	border: 1px #ff4343 solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}

.btBlueL {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	margin: 0 3px;
	color: #ff4343 !important;
	background: #fff;
	border: 1px #ff4343 solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}

.btRed {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	color: #fff !important;
	background: #f2374c;
	border: 1px #f2374c solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}

.btRedL {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	margin: 0 3px;
	color: #f2374c !important;
	background: #fff;
	border: 1px #f2374c solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}

.btGray {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	color: #fff !important;
	background: #666;
	border: 1px #666 solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}

.btGrayL {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	margin: 0 3px;
	color: #666 !important;
	background: #fff;
	border: 1px #666 solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}

.btBlack {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	color: #fff !important;
	background: #2d2a29;
	border: 1px #2d2a29 solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}

.btBlackL {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	color: #2d2a29 !important;
	background: #fff;
	border: 1px #2d2a29 solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}

.btDark {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	color: #fff !important;
	background: #333;
	border: 1px #333 solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}

.btDarkL {
	width: auto;
	text-align: center;
	min-width: 160px;
	font-size: 16px;
	height: 50px;
	line-height: 49px;
	color: #333 !important;
	background: #fff;
	border: 1px #333 solid;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
}


.btn_answer {
	width: auto;
	height: 22px;
	margin-left: 10px;
	padding: 0 7px !important;
	background-color: #0f83f1;
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
}

.btn_gray {
	width: auto;
	height: 30px;
	line-height: 28px;
	background: #888;
	border: 1px #888 solid !important;
	color: #fff !important;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}

.btn_blue {
	width: auto;
	height: 30px;
	line-height: 28px;
	background: #ff4343;
	border: 1px #ff4343 solid !important;
	color: #fff !important;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}

.btn_blueL {
	width: auto;
	height: 30px;
	line-height: 28px;
	background: #fff;
	border: 1px #ff4343 solid !important;
	color: #ff4343 !important;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}

.btn_DarkL {
	width: auto;
	height: 30px;
	line-height: 28px;
	background: #fff;
	border: 1px #333 solid !important;
	color: #333 !important;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}

.btn_Dark {
	width: auto;
	height: 30px;
	line-height: 28px;
	background: #333;
	border: 1px #333 solid !important;
	color: #fff !important;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}

.btn_white {
	width: auto;
	height: 30px;
	line-height: 28px;
	background: #fff;
	border: 1px #dde1e4 solid !important;
	color: #333 !important;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}


.btn_pay_off {
	width: auto;
	height: 22px;
	line-height: 21px;
	background: #888;
	border: 1px #333 solid !important;
	color: #fff !important;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
}

.btn_pay_on {
	width: auto;
	height: 22px;
	line-height: 21px;
	background: #1ec545;
	border: 1px #1ec545 solid !important;
	color: #fff !important;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
}

.btn_dark_small {
	width: auto;
	height: 28px;
	border: 1px #333 solid;
	background: #333;
	color: #fff;
	font-size: 13px !important;
	font-weight: 300 !important;
	text-align: center;
	padding: 0 15px;
	display: inline-block;
	line-height: 25px;
}

.btLicense {
	width: 170px;
	height: 28px;
	background: #333;
	border: 1px #333 solid;
	color: #fff;
	text-align: left;
	line-height: 27px;
	padding: 0 22px;
}

.btLicense span {
	height: auto;
	width: 100%;
	background: url('/images/btn_arrow_white.png') right center no-repeat;
}


/*paging*/

ul.paging {
	width: auto;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 50px;
}

ul.paging li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.paging .paging_btn a {
	border: none;
	width: auto;
	color: #747474;
}

ul.paging .paging_btn a:hover {
	color: #747474;
}

ul.paging .prevPage {
	background: url('/images/common/btn/ico_pasing_prev.png') left center no-repeat;
}

ul.paging .nextPage {
	background: url('/images/common/btn/ico_pasing_next.png') right center no-repeat;
}

ul.paging span {
	display: inline-block;
}

ul.paging a {
	width: auto;
	min-width: 29px;
	height: 30px;
	border: 1px solid #dde0e4;
	display: inline-block;
	line-height: 29px;
	color: #333;
	margin-left: -1px;
	margin-top: 2px;
	padding: 0 10px;
}

ul.paging a:hover,
ul.paging a.page_on {
	border-color: #ff4343;
	color: #ff4343;
	position: relative;
	z-index: 33;
}

ul.paging a.last {
	min-width: 28px;
}

ul.paging a.first {
	min-width: 28px;
}

ul.paging .m_right15 img {
	vertical-align: middle;
	float: left;
	margin-top: 4px;
}

ul.paging .m_left15 img {
	vertical-align: middle;
	float: right;
	margin-top: 4px;
}

ul.paging #tarPage {
	width: 50px;
	height: 30px;
	margin-left: 10px;
	margin-top: 2px;
	text-align: center;
}

/* 이전 다음 페이징 : 2016-10-08 11:42:19 */
.paging_se {
	width: 100%;
	min-width: 1240px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
}

.paging_se .btn {
	width: auto;
	height: 40px;
	margin: 0 7px;
}

.paging_se ul {
	width: 100%;
	min-width: 1240px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.paging_se ul li {
	float: left;
	width: 25%;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.paging_se ul li.center {
	width: 50%;
	text-align: center;
}

.paging_se ul li.right {
	float: right;
	width: 25%;
	text-align: right;
	margin-top: 4px;
}

/* Select Box */
.selBox {
	position: relative;
	width: auto;
	height: 30px;
	min-width: 70px;
}

.selBox div.title {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	line-height: 28px;
	border: 1px #dde0e4 solid;
	padding: 0 8px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	z-index: 1;
}

.selBox div.ctrl {
	position: absolute;
	top: 9px;
	right: 8px;
	width: 10px;
	height: 10px;
	background: url('/images/ico_arrow_dn_7.png') right center no-repeat;
	z-index: 2;
}

.selBox ul {
	position: absolute;
	left: 0;
	top: 29px;
	width: 100%;
	height: auto;
	border: 1px #dde0e4 solid;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	display: none;
	z-index: 10
}

.selBox ul li {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 29px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
}

.selBox ul li a {
	width: 100%;
	height: 100%;
	padding: 0 8px;
}

.selBox ul li.on,
.selBox ul li:hover {
	background: #dde0e4;
	color: #000;
}


/* Select Box 2 */
div.selectBox {
	position: relative;
	width: auto;
	min-width: 120px;
	height: 30px;
	margin: 5px 0;
	background: url(/images/ico_arrow_dn_7.png) right 5px center no-repeat;
	border: 1px solid #dde0e4;
}

div.selectBox label {
	position: absolute;
	height: 100%;
	font-size: inherit;
	color: inherit;
	top: 2px;
	left: 12px;
	letter-spacing: 0px;
	line-height: 27px;
}

div.selectBox select {
	width: 100%;
	height: 30px;
	min-height: 30px;
	line-height: 160%;
	padding: 0 10px;
	opacity: 0;
	filter: alpha(opacity=0);
}

div.selectBox option {
	padding: 3px 0;
	line-height: 30px;
}


/* V30 Select Box */
/*
.selV32 .selBox {  position:relative; width:auto; height:40px; min-width:70px; font-size:18px; }
.selV32 .selBox div.title { position:absolute; left:0; top:0; right:0; width:auto; height:100%; line-height:38px; border:1px #dde0e4 solid; padding:0 8px; overflow:hidden; white-space:nowrap; text-align:left; z-index:1;}
.selV32 .selBox div.ctrl { position:absolute; top:14px; right:8px; width:10px; height:10px; background:url('/images/v32/ico_free_search_arrow.png') right center no-repeat; z-index:2;  }

.selV32 .selBox ul {position:absolute; left:0; top:29px; width:100%; height:auto; border:1px #dde0e4 solid; list-style:none; margin:0; padding:0; background:#fff; display:none; z-index:10}
.selV32 .selBox ul li { float:left; width:100%; height:30px; line-height:29px; list-style:none; margin:0; padding:0; text-align:left; background:#fff;}
.selV32 .selBox ul li a { width:100%; height:100%; padding:0 8px; }
.selV32 .selBox ul li.on,
.selV32 .selBox ul li:hover { background:#dde0e4; color:#000; }
*/


/* Site Map */
.siteMap {
	height: 700px;
}

.siteMap ul {
	height: auto;
}

.siteMap ul li {
	width: 236px;
	height: auto;
	margin-left: 18px;
	line-height: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.siteMap ul li:first-child {
	margin-left: 0;
}

.siteMap dl {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}

.siteMap dl dt {
	width: 100%;
	height: 55px;
	border: 1px #dde0e4 solid;
	line-height: 53px;
	font-size: 15px;
	background: #fafafa;
	font-weight: 500;
	text-align: center;
}

.siteMap dl dt a {
	width: 100%;
	height: 100%;
	line-height: 53px;
	color: #333;
}

.siteMap dl dd {
	width: 100%;
	line-height: 29px;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	padding-top: 20px;
	display: inline-block;
}

.siteMap dl dd a {
	color: 333;
	font-weight: 400;
	line-height: 130%;
}


/* 동시접속 */
.userLic {
	float: left;
	height: 33px;
	line-height: 32px;
}

.ico_man {
	background: url('/images/ico_man.png') left center no-repeat;
}

.ico_money {
	background: url('/images/ico_money.png') left center no-repeat;
}

.ico_monitor {
	background: url('/images/ico_monitor.png') left center no-repeat;
}

.userLic.title1 {
	width: 130px;
	padding-left: 24px;
}

.userLic.title2 {
	width: 110px;
	padding-right: 20px;
}

.userLic.title3 {
	width: 130px;
	padding-right: 20px;
}

.userLic.desc1 {
	width: 788px;
}

.userLic.desc2 {
	width: 435px;
}

.userLic.desc3 {
	width: 148px;
	margin-left: 15px;
}

.userLic.round {
	border-radius: 17px;
	border: 1px #dde1d4 solid;
	background: #fff;
	line-height: 31px;
}

/* 회원가입 */
.join {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

.join input[type='radio'] {
	display: none;
	;
}

.join input[type='radio']+label {
	height: 24px !important;
	width: auto;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	background: url('/images/radio_big.png') left center no-repeat;
	padding-left: 30px;
	margin-top: 20px;
	display: inline-block;
	margin-right: 90px;
	margin-left: 100px;
}

.join input[type='radio']:checked+label {
	background: url('/images/radio_big_checked.png') left center no-repeat;
}

.agree input[type='checkbox'] {
	display: none;
}

.agree input[type='checkbox']+label {
	height: 25px !important;
	line-height: 25px;
	font-size: 16px;
	color: #333;
	background: url('/images/checkbox_join.png') left center no-repeat;
	white-space: nowrap;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: 500;
}

.agree input[type='checkbox']:checked+label {
	background: url('/images/checkbox_join_checked.png') left center no-repeat;
}

.agree input[type='checkbox']+label.bkRight {
	height: 25px !important;
	white-space: nowrap;
	line-height: 25px;
	font-size: 20px;
	color: #333;
	background: url('/images/checkbox_join.png') right center no-repeat;
	display: inline-block;
	padding-left: 0;
	padding-right: 30px;
}

.agree input[type='checkbox']:checked+label.bkRight {
	background: url('/images/checkbox_join_checked.png') right center no-repeat;
}

.joinAgree h3 {
	width: 100%;
	margin-top: 20px;
	font-weight: 500;
	padding-bottom: 5px;
	font-size: 15px;
}

.joinAgree h3:first-child {
	margin-top: 0;
}

.join .regno span {
	font-size: 14px;
	font-weight: 500;
	padding: 0 5px;
}

.join .regno span.title {
	padding: 0 15px;
}


/* CP */
.cpWrap {
	width: 100%;
}

.cpWrap .sep {
	width: 52px;
	border-top: 1px #0f83f1 solid;
	height: 1px;
}

.cpWrap img {
	display: inline-block;
}

.cpWrap .cpCont {
	width: 1175px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}

.cp_top {
	width: 100%;
	height: 404px;
	background: url('/images/cp_1_bg.jpg') center top no-repeat;
	line-height: 100%;
	text-align: center;
}

.cp_top .cp_title {
	width: 270px;
	height: 66px;
	border: 1px #fff solid;
	line-height: 64px;
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	display: inline-block;
	margin-top: 70px;
}

.cp_2 {
	width: 100%;
	height: 285px;
	text-align: center;
	padding-top: 84px;
}

.cp_3 {
	width: 100%;
	height: 417px;
	background: url('/images/cp_3_bg.jpg') center top no-repeat;
	line-height: 100%;
	text-align: center;
	padding-top: 90px;
}

.cp_4 {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 84px;
	margin-bottom: 70px;
}

.cp_5 {
	padding: 80px 0;
}

.cp_5 .cpCont .cell {
	width: 100%;
}

.cp_5 .cpCont {
	padding: 80px 0;
	font-size: 15px;
	color: #333;
	padding: 35px 0px;
	text-align: left;
}

.cp_5 .cpCont .cell li {
	float: left;
	width: 580px;
	height: 357px;
}

.cp_5 .cpCont .dot_line_w1 {
	line-height: 150%;
}

.cp_5 .cpCont span.dot {
	width: 5px;
	font-weight: 500;
	display: inline-block;
}

.cp_6 {
	padding: 80px 0;
	text-align: center;
}

.cp_7 {
	padding: 80px 0;
}

/* 이벤트 */
.eventTab {
	width: 100%;
	height: 69px;
	position: relative;
	background: #fff;
	border-bottom: 4px #f0f3f8 solid;
	border-top: none;
}

.eventTab li {
	height: 65px !important;
	width: 20%;
	line-height: 65px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border-top: 1px #dde1e4 solid;
	border-bottom: 1px #dde1e4 solid;
}

.eventTab li:first-child {
	border-left: 1px #dde1e4 solid;
}

.eventTab li:last-child {
	border-right: 1px #dde1e4 solid;
}

.eventTab li:hover,
.eventTab li.on {
	font-weight: 500;
	color: #fff;
	background: #0f83f2;
	border-top: 1px #0f83f2 solid;
	border-bottom: 1px #0f83f2 solid;
	border-left: none;
	border-right: none;
}

.eventTab.data1 li {
	width: 100% !important;
}

.eventTab.data2 li {
	width: 50% !important;
}

.eventTab.data3 li {
	width: 33.333333% !important;
}

.eventTab.data4 li {
	width: 25% !important;
}

.eventCont img {
	display: inline-block;
}


/* My Page */
.billing li {
	height: 35px;
	line-height: 100%;
	width: auto;
	line-height: 35px;
}

@media screen and (max-width:1768px) {
	#header #search .cont #search_ad {
		display: none;
	}
}


.slide {
	position: relative;
	width: 1220px;
	margin: 0 auto;
}

.slide .bx-wrapper {
	margin-top: 13px;
}

.slide .bx-wrapper .bx-pager,
.slide .bx-wrapper .bx-controls-auto {
	position: absolute;
	top: -50px;
	width: 100%;
	height: 30px;
	z-index: 51;
}

.slide .bx-wrapper .bx-controls-direction a {
	width: 9px;
	height: 9px;
}

.slide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #aaa;
	margin: 0 2px;
	opacity: 1;
}

.slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0f83f1;
	opacity: 1;
}


/* 회원권 */
.membershipTitle {
	width: 100%;
	text-align: center;
	color: #0a88c0;
	font-size: 26px;
	text-align: center;
	font-weight: 500;
}


/* 슬라이드 */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper ul:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

/*.bx-wrapper img {max-width: 100%; display: block;}*/

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 51;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("/images/bx_loader.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* Move Top */
.moveTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
	z-index: 9999999999999999999;
	cursor: pointer;
	background: url('/images/v32/bt_move_top.png') left top no-repeat;
	display: none;
}


/* Payment */
.divAgree {
	padding: 15px 0;
}

.tbAgree tr td {
	height: 40px;
}

.tbAgree tr td:nth-child(1) {
	width: 150px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background: url('/images/v33/ico_agree_payment.png') 17px center no-repeat;
	text-align: left;
	padding-left: 31px;
}

.tbAgree tr td:nth-child(2) {
	width: 115px;
}

.tbAgree tr td:nth-child(3) {
	color: #7d807d;
}

.tbAgree .agreeBtn {
	width: 80px;
	height: 30px;
	line-height: 28px;
	border: 1px #dde1e4 solid;
	text-align: center;
	color: #7d807d;
	cursor: pointer;
}

.popMembership h1 {
	padding-top: 0 !important;
	height: 40px !important;
}

.popMembership .policy strong {
	margin-top: 30px;
	display: inline-block;
}


/* PC->mobile Box */
.mobileBox {
	width: 90%;
	margin: 0 auto;
}

.mobileBoxPop {
	width: 100%;
	height: 87px !important;
	margin-top: 10% !important;
}

.mobileBoxPop>li {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	font-size: 2.7vh;
	text-align: center;
	line-height: 1.2em;
	margin: 15px 0 !important;
}

.mobileBoxPop>li.mBoxTtl {
	font-weight: bolder;
	text-align: center;
	font-size: 3vh;
	color: #000;
}

.mobileBoxPop div {
	width: 100%;
	height: 44px;
	border: 1px #cdcdcd solid;
	border-right: none;
}

.mobileBoxPop a.goMob {
	width: 85%;
	background: #ff4343;
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding: 4%;
	border-radius: 20px;
	margin: 30px 0;
}

.mobileBoxPop a.notgoMob {
	position: relative;
	font-size: 2.3vh;
}

.mobileBoxPop a.notgoMob:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #707070;
}

#mobGo {
	width: 100%;
	background: #ff4343;
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding: 4%;
	border-radius: 20px;
	margin: 30px 0;
	font-size: 3vh;
	position: fixed;
	bottom: 0;
}

/* 동접아이콘 추가 BH.KIM 2021-04-13 */
#simultacc {
	background: url('/images/v32/simultacc.jpg') no-repeat;
	height: 111px;
	position: absolute;
	left: 0;
	width: 542px;
	top: 336px;
}

#simultacc>ul {
	padding: 0;
}

#simultacc>ul>li {
	list-style: none;
	position: relative;
	text-align: center;
}

#simultacc>ul>li:after {
	content: "|";
	position: absolute;
	top: 59px;
	left: 268px;
	font-size: 10px;
}

#simultacc>ul>li>a {
	width: 90px;
	font-size: 15px;
	color: #262625;
	margin-top: 54px;
}

#simultinfo {
	margin-top: 165px;
	display: none;
}

#simultinfo>dl {
	padding: 0;
}

#simultinfo>dl>dt {
	font-size: 15px;
	color: #0e83f1;
	text-decoration: underline;
	text-underline-position: under;
	margin-bottom: 14px;
}

#simultinfo>dl>dd {
	margin-left: 0;
	font-size: 14px;
}

.fc282828 {
	color: #282828 !important;
}

.simultarrowDn,
.simultarrowUp {
	position: relative;
}

.simultarrowDn:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	top: 2px;
	right: -6px;
}

.simultarrowUp:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width: 10px;
	height: 10px;
	transform: rotate(135deg);
	top: 10px;
	right: -6px;
}

.simple_payIco {
	display: inline-block;
	margin-left: -8px;
	vertical-align: middle;
	margin-top: -5px;
}

.btnBlueBox {
	width: 100% ;
	min-width: 100% ;
	line-height: 30px ;
	text-align:center;
	color:#fff;
	background:#0f83f1;
	border:1px #0f83f1 solid;
	height: 30px ;
	flex-shrink: 0;
	white-space: nowrap;

}

.btnBlackBox {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 0 16px;
	font-size: 12px;
	cursor: pointer;
	margin-left: 12px;
	height: 30px;
	line-height: 29px;
	align-items: center;
}