﻿@charset "utf-8";

/* default */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: normal; /* 400 */
	src: url('fonts/notokr-regular.eot'); /* ie 9 호환성 보기 */
	src: local('@'), url('fonts/notokr-regulard41dd41dd41d.html?#iefix') format('embedded-opentype'), /* ie 6~8 */
	url('fonts/notokr-regular.woff2') format('woff2'), url('fonts/notokr-regular.woff') format('woff'), url('fonts/notokr-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/notokr-medium.eot'); /* ie 9 호환성 보기 */
	src: local('@'), url('fonts/notokr-mediumd41dd41dd41d.html?#iefix') format('embedded-opentype'), /* ie 6~8 */
	url('fonts/notokr-medium.woff2') format('woff2'), url('fonts/notokr-medium.woff') format('woff'), url('fonts/notokr-medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: bold; /* 700 */
	src: url('fonts/notokr-bold.eot'); /* ie 9 호환성 보기 */
	src: local('@'), url('fonts/notokr-boldd41dd41dd41d.html?#iefix') format('embedded-opentype'), /* ie 6~8 */
	url('fonts/notokr-bold.woff2') format('woff2'), url('fonts/notokr-bold.woff') format('woff'), url('fonts/notokr-bold.ttf') format('truetype');
}

/* 9.1 DS Font 추가*/
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('fonts/AppleSDGothicNeoM.ttf');
}

@font-face {
	font-family: 'AppleSDGothicNeo-Medium';
	src: url('fonts/AppleSDGothicNeoM.ttf');
}

@font-face {
	font-family: 'AppleSDGothicNeo-Bold';
	src: url('fonts/AppleSDGothicNeoB.ttf');
}

@font-face {
	font-family: 'AppleSDGothicNeo-ExtraBold';
	src: url('fonts/AppleSDGothicNeoEB.ttf');
}

@font-face {
	font-family: 'AppleSDGothicNeo-Light';
	src: url('fonts/AppleSDGothicNeoL.ttf');
}

@font-face {
	font-family: 'DINCondensed-Bold';
	src: url('fonts/DINCondensed-Bold.ttf');
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	min-width: 1180px;
	color: #515050;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
	overflow-y: scroll;
}

body, a, select, button, pre, input, textarea {
	font-family: 'AppleSDGothicNeo', 'Noto Sans CJK KR', 'Noto Sans KR', 'Malgun Gothic', sans-serif, Arial, Dotum, Gulim, Verdana, Tahoma;
}

header, section, article, aside, footer, nav {
	display: block;
}

h1, h2, h3, h4, h5 {
	line-height: 1.1;
}

strong, b, th {
	font-weight: 500;
}

caption {
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

pre {
	white-space: pre-wrap;
}

fieldset {
	border: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

a {
	color: inherit;
	text-decoration: none;
}
/* a:hover, a:focus {text-decoration:underline;} */
.tts {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

code {
	border: 1px solid rgba(255,0,0,0.2);
	padding: 0 3px;
	border-radius: 2px;
	font-family: 'Courier New', Arial, Verdana, Tahoma;
	background-color: antiquewhite;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

.al {
	text-align: left !important;
}

.ar {
	text-align: right;
}

.ac {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mr60 {
	margin-right: 60px !important;
}

/* layout 2020.08.29 */
.fix-width {
	width: 1183px;  /* 2020.12.12 1327px > 1183px */
	margin: auto;
}

.ie-update {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	padding-top: 100px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	z-index: 2000;
}

	.ie-update .msg-update {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -67px 0 0 -155px;
	}

	.ie-update .btn-group {
		margin-top: 30px;
	}

		.ie-update .btn-group .btn {
			display: inline-block;
			box-sizing: border-box;
			text-align: center;
			vertical-align: middle;
			white-space: nowrap;
			text-decoration: none !important;
		}

		.ie-update .btn-group .btn {
			width: 150px;
			height: 40px;
			padding: 0 10px;
			border: 0;
			color: #000;
			margin: 5px;
			font-size: 15px;
			line-height: 38px;
			background-color: #ffcb07;
		}

#skip a {
	display: block;
	position: absolute;
	top: 0;
	margin-bottom: -1px;
	width: 100%;
	height: 1px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	overflow: hidden;
	z-index: 600;
}

	#skip a:focus, #skip a:active {
		height: 40px;
		line-height: 40px;
		color: #fff;
		background: #666;
	}

#util {
	position: absolute;
	right: 0;
	top: 0;
}

	#util li {
		float: left;
		margin-left: 20px;
	}

		#util li:first-child {
			margin-left: 0;
		}

		#util li a {
			padding-left: 23px;
			font-size: 14px;
			line-height: 60px;
			background: url(../images/ico-login.png) no-repeat 0 center;
		}

	#util .user-info {
		display: inline-block;
		margin: 0 20px 0 0;
		line-height: 22px;
	}

		#util .user-info > * {
			vertical-align: top;
		}

		#util .user-info strong {
			display: inline-block;
			margin-right: 4px;
			max-width: 7em;
			color: #000;
			text-decoration: underline;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
		}

	#util li.join a {
		padding-left: 28px;
		background-image: url(/dist/images/ico-join.png);
	}

	#util li.mypage a {
		padding-left: 28px;
		background-image: url(/dist/images/ico-join.png);
	}

	#util li.login a {
	}

	#util li.logout a {
	}

.layer-notice {
	display: none;
	height: 74px;
	margin-top: -1px;
	background-color: #ffcb07;
	z-index: 500;
}

	.layer-notice .fix-width {
		position: relative;
	}

.layer-notice-cont img {
	max-height: 74px;
}

.layer-notice-close {
	position: absolute;
	right: 0;
	top: 22px;
	color: #080809;
	font-weight: 500;
}

	.layer-notice-close input {
		margin-right: 4px;
	}

.btn-notice-layer {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	text-indent: 100%;
	white-space: nowrap;
	vertical-align: middle;
	background: url(../images/btn-bn-close.png) no-repeat center center;
	overflow: hidden;
}

body.fix-header {
	padding-top: 100px;
}


.fix-header #sidebar {
	position: fixed;
	top: 95px;
}

.fix-header .layer-notice {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	min-width: 1156px;
}

.fix-header.modal-opened #header {
	right: 17px;
}

.fix-header.modal-opened .layer-notice {
	right: 17px;
}

#container {
	width: 1156px;
	margin: auto;
	padding: 35px 0 80px;
	min-height: calc(100vh - 220px);
}

	#container:after {
		display: block;
		clear: both;
		content: '';
	}

	#container #sidebar {
		float: left;
		width: 230px;
	}

#sidebar {
	font-size: 18px;
}

	#sidebar li {
		margin-bottom: 31px;
	}

		#sidebar li a {
			font-weight: 500;
		}

		#sidebar li.active a {
			border-bottom: 1px solid #000;
			font-weight: bold;
			color: #000;
		}

#content {
	position: relative;
	width: 1156px;
	margin: auto;
	padding: 35px 0 80px;
	min-height: calc(100vh - 200px);
}

	#content:after {
		display: block;
		clear: both;
		content: '';
	}

	#content.main {
		width: auto;
		padding: 0;
		min-height: inherit;
	}
/* 09.02 */
.content-header {
}

.content-title {
	font-size: 37px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}

.page-location {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 13px;
}

	.page-location .arr {
		color: #999;
	}

#footer {
	height: 160px;
	font-size: 12px;
	color: #e3e3e3;
	background-color: #262626;
}

	#footer .fix-width {
		position: relative;
		padding: 23px 0 0 185px;
	}

.ci-logo {
	position: absolute;
	left: 0;
	top: 45px;
}

.policy-menu {
	margin-bottom: 8px;
}

	.policy-menu li {
		display: inline-block;
	}

		.policy-menu li:before {
			display: inline;
			content: ' | ';
			font-size: 10px;
			margin: 0 5px;
			vertical-align: top;
		}

		.policy-menu li:first-child:before {
			display: none;
		}

		.policy-menu li strong {
			font-weight: bold;
		}


.sharing-seoul {
	position: absolute;
	right: 0;
	top: 63px;
}

	.sharing-seoul img {
		margin-left: 5px;
	}

/* 09.02 */
.address {
	float: left;
	font-style: normal;
	color: #a7a7a7;
	font-size: 11px;
	line-height: 1.8;
}

	.address span {
		margin-right: 8px;
	}

	.address .saparator {
		display: inline-block;
		font-size: 8px;
		vertical-align: top;
		margin-top: 2px;
	}

/* 팝업 */
body.popup {
	min-width: 500px;
	overflow: auto;
}

.popup .popup-header {
	position: relative;
	padding: 18px 30px;
	border-bottom: 1px solid #282d33;
}

	.popup .popup-header .brand {
		position: absolute;
		right: 30px;
		bottom: 18px;
	}

		.popup .popup-header .brand img {
			height: 29px;
		}

.popup .popup-title {
	color: #000;
	font-weight: 500;
	font-size: 30px;
}

.popup .popup-body {
	padding: 20px 30px 30px;
}

.popup .btn-group {
	margin-top: 10px;
}

	.popup .btn-group .fl .btn, .popup .btn-group .fr .btn {
		min-width: inherit;
	}

.popup .popup-footer {
	padding: 25px 30px 20px;
	border-top: 1px solid #c9cacc;
}

	.popup .popup-footer .btn-group {
		margin-top: 0;
	}

/* 레이어팝업 */
.modal-opened {
	padding-right: 17px;
	overflow: hidden;
}

	.modal-opened .layer-popup {
		overflow-x: hidden;
		overflow-y: scroll;
	}

.layer-popup {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background: rgba(0,0,0,.5);
}

	.layer-popup.show {
		display: block;
	}

	.layer-popup .popup-inner {
		position: relative;
		width: 800px;
		margin: 80px auto 0;
		box-shadow: 3px 5px 5px rgba(0,0,0,.3);
		background: #fff;
	}

	.layer-popup .popup-title {
		height: 53px;
		padding: 0 20px;
		color: #000;
		font-weight: normal;
		font-size: 24px;
		line-height: 53px;
		background: #ffcb07;
	}

	.layer-popup .popup-body {
		position: relative;
		padding: 20px 20px 0;
		max-height: calc(100vh - 213px);
		overflow-y: auto;
	}

		.layer-popup .popup-body:after {
			display: block;
			content: '';
			height: 30px;
		}

	.layer-popup .popup-footer {
		margin: 20px -20px -20px;
		padding: 15px 20px;
		border-top: 1px solid #ddd;
		text-align: center;
	}

	.layer-popup .btn-close-popup {
		position: absolute;
		right: 0;
		top: 0;
		width: 65px;
		height: 53px;
		padding: 0 20px;
		color: #fff;
		font-size: 14px;
		line-height: 50px;
		background: url(../images/btn-close-popup.png) no-repeat center center;
	}

.layer-small .popup-inner {
	width: 550px;
}

.layer-large .popup-inner {
	width: 1000px;
}

.layer-full .popup-inner {
	width: 1156px;
}

/* common */
/* 입력폼 */
input, textarea, select, label, button {
	display: inline-block;
	vertical-align: middle;
}

input, select {
	vertical-align: middle;
}

	input[type=radio], input[type=checkbox] {
		width: 20px;
		height: 20px;
		margin-top: -1px;
	}

label input[type=radio], label input[type=checkbox] {
	margin-right: 3px;
}

input[type=checkbox] + label, input[type=radio] + label {
	margin-left: 3px;
}

input[type=text], input[type=password], textarea {
	padding: 3px 10px;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type=text], input[type=password], textarea, select {
	border: 1px solid #c9cacc;
	height: 32px;
	border-radius: 0;
	color: #333;
	box-shadow: none;
	font-size: 14px;
}

input[disabled], input[readonly] {
	border-color: #d0d0d0;
	color: rgba(81,80,80,.9);
	background: #f8f8f8;
	opacity: 1;
}

select {
	width: 150px;
	padding: 2px 2px 2px 8px;
	border-radius: 0;
}
/* select {border:1px solid #b0b0b0; padding:3px 30px 3px 8px; border-radius:0; background:#fff url(/dist/images/ico-arr-select.png) no-repeat right center;}
select::-ms-expand {display:none;} */
textarea {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}

button, input[type=submit] {
	border: 0;
	padding: 0;
	cursor: pointer;
	background: transparent;
}

	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input::-webkit-input-placeholder {
	color: #777;
}
/* Webkit */
input:-moz-placeholder {
	color: #777;
}
/* Firefox 4-18 */
input::-moz-placeholder {
	color: #777;
	opacity: 1;
}
/* Firefox 19+ */
input:-ms-input-placeholder {
	color: #777;
}
/* IE10+ */
input.form-large {
	height: 59px;
	margin-bottom: 8px;
	padding: 15px 20px;
	border-color: #b0b0b0;
	font-size: inherit;
	line-height: 29px;
	text-align: center;
}

/* 타이틀, 불릿 */
/* .tit1 {position:relative; margin:35px 0 10px; padding-top:8px; font-weight:normal; color:#202628; font-size:22px; line-height:1.4; text-align:left;}
.tit1:before {display:block; content:''; position:absolute; top:0; left:0; width:35px; height:2px; background:#f47727;} */
.tit1 {
	margin: 35px 0 8px;
	color: #000;
	font-size: 22px;
	line-height: 35px;
}

	.tit1:first-child {
		margin-top: 0;
	}

.tit2 {
	margin: 15px 0 10px;
	color: #264593;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.7;
}

	.tit2:first-child {
		margin-top: 0;
	}

/* 글꼴 */
.color-accent {
	color: #f46200;
}

.color-default {
	color: #515050;
}

.color-black {
	color: #000;
}

.color-blue {
	color: #264593;
}

/* 버튼, 아이콘 */
.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none !important;
}

.btn {
	padding: 0 15px;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	line-height: 32px;
	background-color: #2f2f2f;
	transition: .3s;
}

.btn-primary {
	color: #fff;
	background-color: #264593;
}

.btn-gray {
	color: #fff;
	background-color: #666;
}

.btn-white {
	border: 1px solid #ddd;
	color: #2f2f2f;
	line-height: 30px;
	background-color: #fff;
}

.btn-yellow {
	color: #000;
	background-color: #ffcb07;
}

.btn-orange {
	color: #fff;
	background-color: #f46200;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-small {
	padding: 0 10px !important;
	font-size: 12px !important;
	line-height: 25px !important;
}

.btn-medium {
	padding: 0 15px !important;
	font-size: 13px !important;
	line-height: 32px !important;
}

.btn-large {
	height: 56px;
	padding: 0 30px;
	font-size: 20px;
	line-height: 56px;
}

.btn-group {
	position: relative;
	margin-top: 30px;
	text-align: center;
}

	.btn-group:after {
		display: block;
		clear: both;
		content: '';
	}

	.btn-group .btn {
		min-width: 158px;
		padding: 0 25px;
		font-size: 14px;
		line-height: 37px;
	}

		.btn-group .btn + .btn {
			margin-left: 6px;
		}

	.btn-group .btn-leave {
		position: absolute;
		left: 0;
		min-width: inherit;
	}

.btn-group-top {
	margin: 21px 0 30px;
	text-align: right;
}

.ico-new {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -2px 0 0 2px;
	border-radius: 2px;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	background-color: #fc7725;
}

/* 2020.11.21 */
.ico-lock {
	position: absolute;
	top: 15px;
	left: 20px;
	display: inline-block;
	width: 25px;
	height: 13px;
	padding-top: 27px;
	background: url(/dist/img/new/ico-lock.png) center no-repeat;
	background-size: 20px;
	font-size: 9.5px;
	color: #ffcb05;
	z-index: 200;
	letter-spacing: -1px;
	text-align: center;
}

/* 탭메뉴 */
.tab-list {
	overflow: hidden;
}

	.tab-list:after {
		display: block;
		clear: both;
		content: '';
	}

.tab-list-border {
	margin-bottom: 25px;
	padding: 0 15px;
	border-top: 1px solid #282d33;
	border-bottom: 1px solid #c9cacc;
}

	.tab-list-border li {
		float: left;
		text-align: center;
	}

		.tab-list-border li a {
			display: block;
			padding: 0 30px;
			color: #555;
			font-size: 14px;
			line-height: 43px;
			text-decoration: none;
		}

		.tab-list-border li.on a {
			font-weight: bold;
			color: #fe6600;
		}

.tab-list-justify {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0;
	border: 0;
	border-collapse: collapse;
	text-align: center;
	overflow: auto;
}

	.tab-list-justify li {
		display: table-cell;
		float: none;
		border: 1px solid #d5d5d5;
		width: auto;
		margin: 0;
		vertical-align: middle;
	}

		.tab-list-justify li a {
			display: block;
			padding: 10px 20px;
		}

		.tab-list-justify li.on {
			border-color: #ffcb07;
			color: #000;
			font-weight: bold;
			background-color: #ffcb07;
		}

.content-header + .tab-list-justify {
	margin-top: 20px;
}

.tab-cont {
	display: none;
}

/* 표 */
table {
	width: 100%;
	border-spacing: 0;
}

	table thead th {
		text-align: center;
	}

	table thead ~ tbody th, table thead ~ tbody td {
		text-align: center;
	}

	table + table {
		margin-top: 25px;
	}

.tb-write {
	font-size: 14px;
}

	.tb-write table {
		table-layout: fixed;
		border-top: 1px solid #666;
	}

	.tb-write th, .tb-write td {
		padding: 7px 15px;
		height: 45px;
		border-bottom: 1px solid #c9cacc;
	}

	.tb-write tbody th {
		padding-left: 25px;
		font-weight: normal;
		color: #333;
		text-align: left;
		background-color: #f9f9f9;
	}

	.tb-write tbody td {
		padding-left: 20px;
		padding-right: 25px;
	}

	.tb-write input + label {
		margin-right: 20px;
	}

	.tb-write .row + .row {
		margin-top: 5px;
	}

.req {
	color: #f46200;
}

.list-info {
	margin-bottom: 15px;
	line-height: 32px;
	overflow: hidden;
}

	.list-info .all-check {
		float: left;
		margin-left: 15px;
		font-size: 16px;
	}

		.list-info .all-check label {
			vertical-align: top;
		}

	.list-info:after {
		display: block;
		clear: both;
		content: '';
	}

.total {
	margin-bottom: 10px;
	padding-left: 22px;
	background: url(/dist/images/ico-circle.png) no-repeat 0 center;
	color: #090909;
	font-size: 18px;
}

.list-info .total {
	float: left;
	margin-bottom: 0;
}

	.list-info .total.bul-heart {
		padding-left: 30px;
		background: url(/dist/images/ico-heart.png) no-repeat 0 center;
	}

.list-info .search {
	float: right;
}

	.list-info .search .bul-search:before {
		display: inline-block;
		content: '';
		width: 14px;
		height: 14px;
		margin: -2px 10px 0 0;
		vertical-align: middle;
		background: url(/dist/images/ico-search.png) no-repeat;
	}

.list-info .list-setting {
	float: right;
}

.list-setting .current {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.list-setting select {
	width: 120px;
}

.list-setting .btn {
	margin-left: -4px;
}

.tb-list {
	color: #666;
	font-size: 14px;
	margin-top: 25px;
}

	.tb-list table {
		table-layout: fixed;
		border-top: 2px solid #666;
		border-bottom: 1px solid #a9a9a9;
	}

	.tb-list thead th {
		height: 43px;
		color: #000;
		border-bottom: 1px solid #a9a9a9;
	}

	.tb-list tbody td {
		padding: 7px 15px;
		height: 48px;
		border-top: 1px solid #e3e3e3;
	}

	.tb-list tbody tr:first-child td {
		border-top: 0;
	}

	.tb-list .notice {
		background-color: #fff9da;
	}

		.tb-list .notice .label {
			display: inline-block;
			padding: 0 10px;
			color: #fff;
			font-size: 12px;
			line-height: 20px;
			background-color: #000;
		}

	.tb-list .nodata {
		line-height: 150px;
		color: #000;
		font-size: 15px;
	}

	.tb-list .al {
		padding-left: 20px;
	}

	.tb-list .ar {
		padding-right: 20px;
	}

	.tb-list .link {
		color: #000;
		font-size: 15px;
	}

		.tb-list .link:hover, .tb-list .link:focus {
			text-decoration: underline;
		}

/* 페이징 */
.pagination {
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}

	.pagination > * {
		display: inline-block;
		vertical-align: top;
	}

	.pagination a, .pagination strong, .pagination .active a {
		display: inline-block;
		min-width: 30px;
		height: 27px;
		margin-left: 3px;
		padding: 0 5px;
		border: 1px solid #dbdbdb;
		text-align: center;
		color: #666;
		font-size: 12px;
		line-height: 25px;
		text-decoration: none;
		transition: .3s;
	}

	.pagination > li {
		margin: 0 2px;
	}

		.pagination > li > * {
			margin: 0 !important;
		}

	.pagination a:hover, .pagination a:focus {
		position: relative;
		border-color: #515151 !important;
		z-index: 10;
	}

	.pagination .active a,
	.pagination strong {
		color: #fff;
		border-color: transparent;
		background: #262626;
	}

	.pagination .PagedList-skipToPrevious a,
	.pagination .PagedList-skipToNext a,
	.pagination .direction {
		min-width: 28px;
		width: 28px;
		padding: 0;
		border-color: #c8c8c8;
		background: url(/dist/images/ico-paging-first.png) no-repeat center center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.pagination > * + .direction {
		margin-left: 15px;
	}

	.pagination .direction + * {
		margin-left: 15px;
	}

	.pagination .direction + .direction {
		margin-left: 3px;
	}

	.pagination .first {
		margin-left: 0;
		background-image: url(/dist/images/ico-paging-first.png);
	}

	.pagination .PagedList-skipToPrevious {
		margin-right: 13px;
	}

		.pagination .PagedList-skipToPrevious a,
		.pagination .prev {
			background-image: url(/dist/images/ico-paging-prev.png);
		}

	.pagination .PagedList-skipToNext {
		margin-left: 13px;
	}

		.pagination .PagedList-skipToNext a,
		.pagination .next {
			background-image: url(/dist/images/ico-paging-next.png);
		}

	.pagination .last {
		background-image: url(/dist/images/ico-paging-last.png);
	}

.page-setting {
	display: inline-block;
	font-size: 13px;
}

	.page-setting > * {
		vertical-align: top;
	}

	.page-setting select {
		width: 50px;
		padding: 0 0 0 5px;
		height: 27px;
		font-size: 12px;
	}

	.page-setting .btn {
		height: 27px;
		margin-left: -4px;
		padding: 0 8px;
		font-size: 11px;
		line-height: 25px;
	}

	.page-setting .page-total {
		display: inline-block;
		margin-left: 10px;
		line-height: 27px;
	}

/* 메인 */
.main-slider {
	position: relative;
	box-shadow: 3px 0 3px 5px rgba(0,0,0,0.05);
	overflow: hidden;
}

	.main-slider .item {
		position: relative;
		float: left;
		width: 100%;
		min-width: 1156px;
		height: 550px;
		text-align: center;
		background-color: #666;
		z-index: 30;
	}

	.main-slider .vod, .main-slider iframe {
		height: 100%;
		width: 100%;
		border: 0;
	}

	.main-slider .vod-crtl {
		position: absolute;
		left: 50%;
		bottom: 30px;
		width: 1156px;
		margin-left: -578px;
		color: #fff;
		text-align: right;
		z-index: 50;
	}

		.main-slider .vod-crtl button {
			width: 47px;
			height: 47px;
			border: 2px solid #fff;
			border-radius: 24px;
			padding-left: 43px;
			white-space: nowrap;
			background: url(/dist/images/ico-movie-play.png) no-repeat center;
			overflow: hidden;
		}

		.main-slider .vod-crtl .btn-pause {
			margin-left: 6px;
			background-image: url(/dist/images/ico-movie-pause.png);
		}

	.main-slider .full-img {
		max-width: inherit;
		width: 1920px;
		height: 550px;
	}

	.main-slider .slick-arrow {
		position: absolute;
		top: 240px;
		width: 74px;
		height: 74px;
		border-radius: 37px;
		text-indent: 100%;
		white-space: nowrap;
		background: rgba(1,1,1,.58) url(/dist/images/ico-slider-prev.png) no-repeat center center;
		overflow: hidden;
		z-index: 50;
	}

	.main-slider .slick-prev {
		left: 10px;
	}

	.main-slider .slick-next {
		right: 10px;
		background-image: url(/dist/images/ico-slider-next.png);
	}
/* //2020.08.29 */
/* //2020.12.12 */
.room-status {
	padding: 62px 0 70px 0px; /*114px > 0px*/
	overflow: hidden;
}
/* 2020.08.29// */
.room-area {
	position: relative;
	float: left;
	min-width: 860px;
}

	.room-area.ongoing {
		width: 100%;
	}

	.room-area .btn-more {
		display: block;
		position: absolute;
		right: 0;
		top: 35px;
		color: #474e4f;
		font-size: 18px;
		line-height: 35px;
	}

		.room-area .btn-more:before {
			display: inline;
			content: '+ ';
		}
	/* //2020.08.29 */
	.room-area .tit {
		color: #000;
		font-size: 37px;
		line-height: 35px;
	}
		/* 2020.08.29// */
		.room-area .tit small {
			margin-left: 5px;
			border-bottom: 1px solid #ff9b3d;
			color: #ff8a00;
			font-weight: 500;
			font-size: 16px;
			vertical-align: top;
		}
/* 09.02 */
.room-item {
	width: 296px;
	height: 285px;
}

	.room-item dt {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 114px;
		border: 1px solid #cbcbcb;
		color: #fff;
	}

	.room-item dd {
		height: 143px;
		border: 1px solid #cbcbcb;
		border-top: 0;
	}

	.room-item .subject {
		margin-top: 1em;
	}

		.room-item .subject input {
			position: absolute;
			right: 5px;
			top: 8px;
			z-index: 60;
		}

		.room-item .subject strong {
			display: block;
			line-height: 1.3;
		}

		.room-item .subject .date {
			display: block;
			margin-top: 5px;
			font-size: 12px;
		}

	.room-item .bg-cover {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 255px;
		z-index: 5;
	}

		.room-item .bg-cover:after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			background-color: rgba(0,0,0,0.66);
			z-index: 10;
		}

		.room-item .bg-cover img {
			width: 100%;
			height: 100%;
		}

.founder {
	display: inline-block;
	font-size: 0;
	line-height: 17px;
	vertical-align: middle;
}

	.founder .tmb-pic {
		width: 17px;
		height: 17px;
		border-radius: 9px;
	}

.tmb-pic {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/img-non-pic.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}

	.tmb-pic img {
		width: 100%;
		height: 100%;
	}

	.tmb-pic + .name {
		display: inline-block;
		font-size: 16px;
		vertical-align: middle;
	}

.room-item .founder {
	position: absolute;
	left: 8px;
	top: 6px;
	color: #fff;
	z-index: 20;
}

.room-item .tmb-pic + .name {
	font-size: 12px;
}

.room-item .btn {
	min-width: inherit;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}

.room-item .no-room {
	height: 257px;
	padding-top: 135px;
	border: 1px solid #ddd;
	font-weight: 500;
	font-size: 13px;
	color: #65748b;
	background: #f8f8f8 url(/dist/images/ico-no-room.png) no-repeat center 60px;
}

	.room-item .no-room .btn {
		margin-top: 30px;
	}

.room-item .subject {
	padding: 0 15px;
	font-size: 14px;
	z-index: 20;
}

.room-item .member-num {
	position: relative;
	color: #5e5e5e;
	font-size: 12px;
	padding: 12px 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

	.room-item .member-num .ico-lock {
		position: absolute;
		left: 15px;
	}

.member-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 33px;
	margin-bottom: 15px;
	padding: 0 10px;
	overflow: hidden;
}

	.member-list li {
		position: relative;
		width: 30px;
		height: 30px;
		margin: 2px;
		border-radius: 15px;
		text-indent: 100%;
		white-space: nowrap;
		background: url(../images/img-non-pic.png) no-repeat;
		background-size: cover;
		overflow: hidden;
	}

		.member-list li a {
			display: block;
			width: 100%;
			height: 100%;
		}

		.member-list li img {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			border-radius: 15px;
		}

.latest-schedule {
	float: right;
	width: 268px;
	height: 257px;
	margin: 78px 0 0 28px;
	padding: 20px;
	border: 1px solid #cbcbcb;
}

	.latest-schedule .tit {
		margin-bottom: 15px;
		padding-bottom: 16px;
		color: #000;
		font-weight: 500;
		font-size: 18px;
		border-bottom: 1px solid #d4d4d4;
	}

	.latest-schedule .list {
		font-size: 13px;
	}

	.latest-schedule li {
		position: relative;
		margin-top: 8px;
		overflow: hidden;
	}

	.latest-schedule a {
		display: block;
		padding-right: 70px;
		color: #010101;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: top;
		overflow: hidden;
	}

		.latest-schedule a:before {
			display: inline;
			content: '· ';
		}

		.latest-schedule a:hover, .latest-schedule a:focus {
			text-decoration: underline;
		}

	.latest-schedule .date {
		position: absolute;
		right: 0;
		top: 0;
		color: #808080;
		vertical-align: middle;
	}

.partners {
	padding: 40px 0;
	background-color: #ffcb07;
}

.partners-header {
	margin-bottom: 25px;
	color: #000;
	text-align: center;
}

.partners-title {
	font-weight: 500;
	font-size: 40px;
}

.partners-desc {
	margin-top: 10px;
	font-size: 16px;
}

.partners-slider {
	position: relative;
	overflow: hidden;
}

	.partners-slider:after {
		display: block;
		content: '';
		clear: both;
	}

	.partners-slider .item {
		float: left;
		overflow: hidden;
	}

	.partners-slider .slick-arrow {
		position: absolute;
		top: 49px;
		width: 28px;
		height: 46px;
		text-indent: 100%;
		white-space: nowrap;
		background: url(../images/btn-partners-prev.png) no-repeat center center;
		overflow: hidden;
		z-index: 50;
	}

	.partners-slider .slick-prev {
		left: 75px;
	}

	.partners-slider .slick-next {
		right: 75px;
		background-image: url(../images/btn-partners-next.png);
	}

.partners-list {
	width: 820px;
	margin: -6px auto;
	overflow: hidden;
}

	.partners-list li {
		float: left;
		margin: 6px 5px;
	}

		.partners-list li a {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 195px;
			height: 72px;
			background-color: #fff;
		}

		.partners-list li img {
			max-width: 100%;
			max-height: 100%;
		}

/* 회원가입 */
.join-welcome {
	margin-top: 30px;
	padding: 35px 0 30px;
	color: #000;
	text-align: center;
	background-color: #ffdd62;
}

	.join-welcome p + p {
		margin-top: 1em;
	}

	.join-welcome strong {
		font-size: 24px;
	}

.join-step {
	margin-bottom: 15px;
	padding: 35px 0;
	border-bottom: 1px solid #e7e7e7;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}

	.join-step li {
		display: inline-block;
	}

		.join-step li.on {
			color: #ff7200;
		}

		.join-step li:before {
			display: inline-block;
			content: '';
			margin-right: 10px;
			vertical-align: middle;
		}

		.join-step li:after {
			display: inline-block;
			content: '';
			width: 1px;
			height: 50px;
			margin: 0 50px;
			vertical-align: middle;
			background-color: #dcdcdc;
		}

		.join-step li:last-child:after {
			display: none;
		}

		.join-step li:nth-child(1):before {
			width: 42px;
			height: 52px;
			background-image: url(../images/ico-join-step1.png);
		}

		.join-step li:nth-child(2):before {
			width: 55px;
			height: 54px;
			background-image: url(../images/ico-join-step2.png);
		}

		.join-step li:nth-child(3):before {
			width: 52px;
			height: 54px;
			background-image: url(../images/ico-join-step3.png);
		}

		.join-step li:nth-child(1).on:before {
			background-image: url(../images/ico-join-step1-on.png);
		}

		.join-step li:nth-child(2).on:before {
			background-image: url(../images/ico-join-step2-on.png);
		}

		.join-step li:nth-child(3).on:before {
			background-image: url(../images/ico-join-step3-on.png);
		}

.join-cont {
	padding: 0 60px;
}

.join-complete {
	margin-top: 55px;
	font-size: 18px;
	text-align: center;
}

	.join-complete .complete {
		margin-bottom: 15px;
		color: #000;
		font-size: 30px;
	}

		.join-complete .complete span {
			display: inline-block;
			margin-top: 10px;
			border-bottom: 2px solid #535353;
		}

	.join-complete img {
		display: block;
		margin: 0 auto;
	}

/* 이용안내 */
.use-guide {
	width: 100%;
	padding: 0;
	font-size: 16px;
	min-height: inherit;
	margin-top: 25px;
}

	.use-guide section {
		position: relative;
		min-height: calc(100vh - 430px);
		margin-bottom: 120px;
	}

	.use-guide .num {
		position: absolute;
		left: -51px;
		top: 0;
		width: 51px;
		height: 51px;
		font-weight: 500;
		color: #fff;
		font-size: 18px;
		line-height: 51px;
		text-align: center;
		background-color: #040404;
	}

.guide-header {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	color: #000;
	text-align: center;
	background-color: #ffe738;
}

	.guide-header .guide-title {
		padding-top: 35px;
		font-size: 30px;
	}

	.guide-header .guide-desc {
		display: inline-block;
		margin: 10px 0 40px;
		font-weight: 500;
		font-size: 14px;
		border-bottom: 1px solid #000;
	}

	.guide-header .guide-info {
		margin-top: 40px;
	}

#service-intro dt {
	margin-bottom: 15px;
	font-weight: 500;
	color: #040404;
	font-size: 26px;
	line-height: 28px;
}

	#service-intro dt mark {
		display: inline-block;
		padding: 0 0 2px;
		color: #fff;
		line-height: 26px;
		background-color: #040404;
	}

.app-guide {
	position: relative;
	padding-left: 180px;
}

	.app-guide .tit {
		position: absolute;
		left: 0;
		top: 0;
		width: 115px;
		color: #282d33;
		font-weight: 500;
		font-size: 26px;
		text-align: center;
		letter-spacing: -1px;
	}

		.app-guide .tit img {
			display: block;
			margin-bottom: 10px;
		}

	.app-guide .list > li {
		margin-top: 25px;
	}

		.app-guide .list > li:first-child {
			margin-top: 0;
		}

		.app-guide .list > li strong {
			font-weight: 500;
			font-size: 18px;
		}

	.app-guide dt {
		margin-top: 35px;
		color: #136fb7;
		font-weight: bold;
		font-size: 18px;
	}

	.app-guide + .app-guide {
		margin-top: 50px;
		padding-top: 50px;
		border-top: 1px dashed #b3b3b3;
	}

		.app-guide + .app-guide .tit {
			top: 50px;
		}

#pr-video .video-area {
	position: relative;
	margin-bottom: 20px;
}

#pr-video .vod {
	width: 100%;
	height: 498px;
	border: 1px solid #000;
}

#pr-video .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 86px;
	height: 86px;
	margin: -43px 0 0 -43px;
	border-radius: 43px;
	background: #fff;
}

#pr-video .guide-title {
	margin-bottom: 10px;
	color: #040404;
	font-weight: 500;
	font-size: 26px;
}

#pr-video .guide-desc {
}

#how-to-use .tip {
	position: relative;
	padding-left: 75px;
	line-height: 22px;
}

	#how-to-use .tip strong {
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 9px 2px;
		color: #fff;
		font-size: 26px;
		line-height: 45px;
		background-color: #040404;
	}

#schedule {
	padding: 15px 15px 10px;
	border: 1px solid #cdcdcd;
}

	#schedule .num {
		top: -1px;
	}

	#schedule .guide-title {
		padding: 15px 0;
		color: #000;
		text-align: center;
		font-size: 28px;
	}

	#schedule iframe {
		width: 100%;
		height: 550px;
		border: 0;
	}

#faq {
	/*border: 1px solid #cdcdcd;*/
}

	#faq .num {
		top: -1px;
	}

	#faq .guide-title {
		padding: 30px 0 25px;
		color: #000;
		text-align: center;
		font-size: 28px;
	}

	#faq .tab-list-border {
		margin-bottom: -1px;
		text-align: center;
	}

		#faq .tab-list-border li {
			display: inline-block;
			float: none;
		}

			#faq .tab-list-border li a {
				font-size: 18px;
				line-height: 60px;
			}

.faq-list .tag {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 95px;
	font-size: 24px;
	text-align: center;
}

.faq-list dt {
	border-top: 1px solid #e2e2e2;
	color: #030303;
	font-size: 18px;
	line-height: 60px;
}

	.faq-list dt a {
		display: block;
		position: relative;
		padding: 0 60px 0 95px;
	}

	.faq-list dt .tag {
		color: #030303;
	}

.faq-list dd {
	display: none;
	position: relative;
	padding: 20px 60px 20px 95px;
	border-top: 1px solid #e2e2e2;
	font-size: 13px;
	line-height: 26px;
	background-color: #f7f7f7;
}

	.faq-list dd .tag {
		top: 20px;
	}

.faq-list dt.on {
	color: #0083cc;
}

/* 로그인 */
.login-area {
	width: 440px;
	margin: auto;
	padding-top: 140px;
	background: url(../images/ico-shield.png) no-repeat center 0;
}

	.login-area .form-large {
		width: 100%;
		font-size: 18px;
	}

	.login-area .btn-block {
		margin-top: 8px;
	}

	.login-area .help {
		border-top: 1px solid #d1d1d1;
		margin-top: 14px;
		padding-top: 14px;
		color: #555;
		text-align: center;
	}

		.login-area .help li {
			display: inline-block;
			font-size: 16px;
		}

			.login-area .help li:before {
				display: inline-block;
				content: '';
				width: 1px;
				height: 15px;
				margin: -2px 15px 0 11px;
				vertical-align: middle;
				background-color: #d1d1d1;
			}

			.login-area .help li:first-child:before {
				display: none;
			}

/* 아이디비밀번호 찾기 */
#find-idpw .popup-body {
	height: 471px;
}

#find-idpw .tab-list {
	margin-bottom: 35px;
}

.find-idpw {
	width: 440px;
	margin: auto;
	color: #000;
	font-size: 18px;
	text-align: center;
}

	.find-idpw .form-large {
		width: 100%;
	}

	.find-idpw .btn-block {
		margin-top: 8px;
	}

.find-id-result {
	padding-top: 150px;
	background: url(../images/ico-person-circle.png) no-repeat center 15px;
}

	.find-id-result .my-id {
		display: inline-block;
		margin: 15px 0 35px;
		padding: 0 8px;
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
		background-color: #ffe1af;
	}

.find-pw-result {
	padding-top: 170px;
	background: url(../images/ico-lock-circle.png) no-repeat center 15px;
}

	.find-pw-result .btn {
		margin-top: 30px;
	}

/* 팝업 전체화면 */
.roomppt-view {
	font-size: 13px;
	height: 100vh;
	background-color: #000
}

	.roomppt-view .room-title {
		border-top: 1px solid #282d33;
		color: #010101;
		font-weight: 500;
		font-size: 22px;
		text-align: center;
		line-height: 60px;
	}

/* 개설중인방 */
.room-view {
	font-size: 13px;
	height: 100vh;
}

	.room-view .room-title {
		border-top: 1px solid #282d33;
		color: #010101;
		font-weight: 500;
		font-size: 22px;
		text-align: center;
		line-height: 60px;
	}

.room-info {
	border-bottom: 1px solid #c9cacc;
	font-size: 16px;
	overflow: hidden;
}

	.room-info > li {
		float: left;
		min-width: 50%;
		height: 46px;
		margin: 0 0 -1px;
		padding: 0 20px;
		border-top: 1px solid #c9cacc;
		border-bottom: 1px solid #c9cacc;
		line-height: 44px;
	}

		.room-info > li:nth-child(odd) {
			clear: both;
		}

		.room-info > li:nth-child(even) {
			float: right;
		}

	.room-info .member-list {
		display: inline-block;
		margin: -5px 0 0;
		vertical-align: middle;
	}

		.room-info .member-list li {
			float: left;
		}

.full-screen {
	margin: 15px 0 10px;
	text-align: right;
}

.ctrl-tools {
	padding: 7px 10px;
	font-size: 14px;
	background-color: #eaeaea;
	overflow: hidden;
}

	.ctrl-tools .logo {
		height: 24px;
		margin-top: 3px;
	}

	.ctrl-tools .btn {
		padding: 0 25px;
	}

	.ctrl-tools .item {
		margin-left: 30px;
	}

		.ctrl-tools .item strong {
			margin-right: 5px;
			font-size: 14px;
		}

		.ctrl-tools .item .btn {
			width: 32px;
			height: 27px;
			padding-left: 0;
			padding-right: 0;
			white-space: nowrap;
			overflow: hidden;
		}

			.ctrl-tools .item .btn:before {
				display: block;
				content: 'A';
				width: 32px;
			}

		.ctrl-tools .item.size .btn:before {
			content: 'a';
		}

		.ctrl-tools .item.size .btn-black:before {
			margin-top: -2px;
			font-size: 20px;
		}

.room-cont {
	height: 340px;
	padding: 18px 25px 0;
	border: 1px solid #c9cacc;
	color: #000;
	font-size: 1em;
	overflow-y: auto;
}

	.room-cont:after {
		display: block;
		content: '';
		height: 18px;
	}

.room-invers {
	color: #fff;
	font-size: 2em;
	line-height: 1.1em;
	background-color: #000;
}

	.room-invers::-webkit-input-placeholder {
		color: #fff;
	}
	/* Webkit */
	.room-invers:-moz-placeholder {
		color: #fff;
	}
	/* Firefox 4-18 */
	.room-invers::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}
	/* Firefox 19+ */
	.room-invers:-ms-input-placeholder {
		color: #fff;
	}
/* IE10+ */

.cont-header {
	margin-bottom: 15px;
}

.myroom-cont {
	height: 130px;
	margin-bottom: 10px;
	padding: 10px 15px 0;
	border: 1px solid #c9cacc;
	color: #000;
	font-size: 1em;
	overflow-y: scroll;
}

.myroom-cont-input {
	padding: 10px 15px 0;
}

/* 방 상세보기 */
body.popup.full {
	padding: 0;
}

.popup .room-cont {
	padding: 18px 25px;
	border: 0;
}

.popup .room-view .room-cont {
	height: 98vh;
}

.popup .roomppt-view .room-cont {
	height: 100vh;
}

.popup .ctrl-tools {
	display: none;
}

.popup .ctrl-tools {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.room-setting {
	margin-bottom: 10px;
	color: #090909;
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
}

/* 문자통역서비스 의뢰하기 */
.shorthand-select {
	padding: 0 130px;
	overflow: hidden;
}

	.shorthand-select dl {
		width: 410px;
		color: #262626;
		line-height: 24px;
		text-align: center;
	}

		.shorthand-select dl:nth-child(1) {
			float: left;
		}

		.shorthand-select dl:nth-child(2) {
			float: right;
		}

		.shorthand-select dl:before {
			display: block;
			content: '';
			height: 177px;
			background: #ffcb07 url(../images/ico-request-b2b.png) no-repeat center center;
		}

		.shorthand-select dl:nth-child(2):before {
			background-image: url(../images/ico-request-personal.png);
		}

	.shorthand-select dt {
		padding: 20px 0 10px;
		font-weight: bold;
		font-size: 18px;
		background-color: #ededed;
	}

	.shorthand-select dd.cont {
		height: 92px;
		padding-bottom: 20px;
		background-color: #ededed;
	}

	.shorthand-select dd.btn-group {
		margin-top: 20px;
	}

/* B2B문자통역서비스신청 */
.check-list {
	padding: 5px 0;
}

	.check-list li {
		margin-top: 5px;
	}

		.check-list li:first-child {
			margin-top: 0;
		}

/* 문자통역신청 */
.tit-data {
	height: auto;
	color: #000;
	font-weight: bold;
	padding: 20px 0 15px;
	font-size: 24px;
	line-height: 1.1;
	text-align: center;
}

/* 개인 문자통역서비스 신청 */
.agree-title {
	margin: 25px 0 10px;
	color: #ff5a00;
	font-weight: normal;
	font-size: 16px;
}

.agree-area {
	padding: 20px 30px;
	line-height: 1.9;
	background-color: #f2f2f2;
}

	.agree-area pre {
		white-space: pre-wrap;
	}

/* ds */
.agree-cont {
	height: 132px;
	border: 1px solid #e1e5e4;
	overflow-y: scroll;
}

.agree-check {
	margin: 30px 0;
	text-align: center;
	color: #000;
	font-size: 16px;
}

.join-agreement {
	margin-bottom: -15px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e1e5e4;
}

	.join-agreement .tit {
		margin: 50px 0 10px;
		color: #000;
		font-weight: bold;
		font-size: 18px;
	}

	.join-agreement .cont {
		height: 132px;
		border: 1px solid #e1e5e4;
		overflow-y: scroll;
	}

	.join-agreement .agreement-article {
		border: 0;
		padding: 15px 18px;
	}

	.join-agreement label {
		font-size: 16px;
	}

.agreement-article {
	color: #555;
	font-size: 13px;
	line-height: 19px;
}

	.agreement-article .tit, .agreement-article h2, .agreement-article h3 {
		margin: 2em 0 0.5em;
		color: #000;
		font-size: 14px;
		font-weight: 500;
	}

		.agreement-article .tit:first-child, .agreement-article h2 {
			margin-top: 0;
		}

	.agreement-article ul, .agreement-article p {
		margin: 1em 0;
	}

		.agreement-article ul ul {
			margin-left: 1em;
		}

	.agreement-article li {
		margin: 0.5em 0;
	}

/* 문자통역서비스 신청완료 */
.apply-complete {
	margin-top: 55px;
	font-size: 16px;
	text-align: center;
}

	.apply-complete .complete {
		margin-bottom: 15px;
		color: #000;
		font-size: 24px;
	}

		.apply-complete .complete strong {
			display: inline-block;
			margin-top: 10px;
		}

	.apply-complete img {
		display: block;
		margin: 0 auto;
	}

/* 속기단축키관리 */
.box-input {
	margin-bottom: 20px;
	padding: 20px 25px;
	border: 1px solid #e1e1e1;
	border-top-color: #555;
}

/* 비밀번호 재입력 
.cert-pw {
	width: 440px;
	margin: 40px auto;
	padding-top: 175px;
	color: #555;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	background: url(../images/ico-lock.png) no-repeat center 0;
}

	.cert-pw .tit {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		font-weight: 500;
		color: #000;
		font-size: 36px;
		line-height: 1.1;
		text-align: center;
	}

	.cert-pw .desc {
		margin-bottom: 25px;
	}

	.cert-pw .form-large {
		width: 100%;
	}
	*/

/* 회원탈퇴 */
.leave-header {
	margin: 50px 0 25px;
	color: #555;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

	.leave-header .tit {
		margin-bottom: 15px;
		color: #000;
		font-size: 48px;
	}

.leave-body {
	width: 700px;
	margin: auto;
}

/* 공지사항 */
.bbs-header {
	padding: 14px 15px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #a9a9a9;
	overflow: hidden;
}

	.bbs-header .subject {
		float: left;
		color: #000;
		font-weight: 500;
		font-size: 18px;
		line-height: 20px;
	}

	.bbs-header .meta-info {
		float: right;
		color: #666;
		font-size: 12px;
		line-height: 20px;
	}

		.bbs-header .meta-info li {
			display: inline;
			margin-left: 10px;
		}

.bbs-article {
	min-height: 100px;
	padding: 15px 15px 25px;
}

.bbs-nav {
	border-bottom: 1px solid #d8d8d8;
}

	.bbs-nav li {
		border-top: 1px solid #d8d8d8;
		line-height: 34px;
	}

		.bbs-nav li span {
			padding: 0 25px;
		}

/* 채팅 */
#btn-chat-open {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 40px;
	width: 55px;
	height: 60px;
	margin-top: -30px;
	border: 1px solid #777;
	color: #000;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	background-color: #ffcb07;
	box-shadow: 3px 6px 10px 3px rgba(0,0,0,0.15);
	z-index: 1000;
}

	#btn-chat-open:before {
		display: block;
		content: '';
		height: 35px;
		background: #fff url(../images/ico-chat.png) no-repeat center center;
		background-size: 29px 25px;
	}

#chatting {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 30px;
	width: 360px;
	height: 640px;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	background-color: #fff;
	box-shadow: 3px 6px 10px 3px rgba(0,0,0,0.15);
	overflow: hidden;
	z-index: 1500;
}

.chat-title {
	height: 45px;
	padding: 0 20px;
	font-size: 17px;
	line-height: 45px;
	background-color: #ffcb07;
}

.chat-body {
	height: calc(100% - 90px);
	padding: 15px;
	background: #ececec;
	overflow-y: auto;
}

	.chat-body p {
		position: relative;
		margin-bottom: 5px;
	}

	.chat-body .author {
		display: block;
		margin-bottom: 5px;
	}

	.chat-body .admin {
		padding-left: 45px;
	}

		.chat-body .admin .author:before {
			display: block;
			position: absolute;
			content: '';
			left: -3px;
			top: 2px;
			width: 38px;
			height: 38px;
			border-radius: 19px;
			background: #ffcb07 url(../images/ico-aud.png) no-repeat center center;
			background-size: 21px 20px;
		}

	.chat-body .box {
		position: relative;
		display: inline-block;
		max-width: calc(100% - 75px);
		border-radius: 5px;
		margin-bottom: 10px;
		padding: 10px 15px;
		line-height: 1.3;
		background-color: #fff;
		box-shadow: -1px 1px 3px 0 rgba(0,0,0,0.1);
	}

	.chat-body .time {
		display: inline-block;
		margin: 0 3px 10px;
		font-size: 12px;
		vertical-align: bottom;
	}

	.chat-body .admin .box {
		margin-left: 10px;
		border-top-left-radius: 0;
	}

		.chat-body .admin .box:before {
			display: block;
			content: '';
			position: absolute;
			left: -16px;
			top: 0;
			width: 16px;
			height: 10px;
			background: url(../images/arr-box-mng.png) no-repeat;
			background-size: cover;
		}

	.chat-body .ask {
		text-align: right;
	}

		.chat-body .ask .box {
			margin-right: 10px;
			border-top-right-radius: 0;
			background-color: #ffe153;
			text-align: left;
		}

			.chat-body .ask .box:after {
				display: block;
				content: '';
				position: absolute;
				right: -15px;
				top: 0;
				width: 15px;
				height: 10px;
				background: url(../images/arr-box-ask.png) no-repeat;
				background-size: cover;
			}

.chat-input {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45px;
	background-color: #a2a2a2;
}

	.chat-input .attach-file {
		float: left;
	}

	.chat-input .btn-attach-file {
		float: left;
		width: 45px;
		height: 45px;
		text-indent: 100%;
		white-space: nowrap;
		background: #a2a2a2 url(../images/btn-file-attach.png) no-repeat center center;
		background-size: 21px 25px;
		overflow: hidden;
	}

	.chat-input input[type=text] {
		float: left;
		border: 0;
		width: calc(100% - 60px);
		height: 100%;
		padding: 5px 15px;
	}

	.chat-input .attach-file + input[type=text] {
		width: calc(100% - 105px);
	}

	.chat-input .btn-submit {
		float: left;
		width: 60px;
		height: 45px;
		background-color: #fdcb05;
	}

.btn-chatting-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/btn-close-chat.png) no-repeat center center;
	background-size: 17px 16px;
	overflow: hidden;
}

/* 2020 신규 Ds */
.news-list {
	text-align: left;
	margin-top: 25px;
	margin-left: 25px;
}

	.news-list .news-item {
		float: left;
	}

	.news-list:after {
		display: block;
		clear: both;
		content: '';
	}

.news-item {
	width: 520px;
	height: 300px;
	padding: 0px 25px 0px 25px;
}

	.news-item dt {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 185px;
		color: #fff;
	}

	.news-item dd {
		height: 115px;
		border-top: 0;
	}

	.news-item .subject a {
		font-size: 18px;
		color: #000000;
		letter-spacing: -1.1px;
		margin-bottom: 5px;
		display: block;
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.news-item .subject strong {
		display: block;
		line-height: 1.3;
	}

	.news-item .bg-cover {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 200px;
		z-index: 5;
	}

		.news-item .bg-cover img {
			width: 100%;
			height: 100%;
		}

/* 2020 신규 */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	z-index: 500;
}

	#header .brand {
		float: left;
		margin-left: 56px;
	}

		#header .brand a {
			display: block;
		}

.gnb_wrap {
	max-width: 1440px;
	min-width: 1327px;
	height: 100px;
	padding-top: 47px;
	margin: 0 auto;
}

#gnb {
	float: left;
	margin-left: 70px;
	color: #000;
}

	#gnb li {
		float: left;
		width: 185px;
		text-align: left;
	}

		#gnb li a {
			display: block;
			padding-top: 10px;
			font-size: 19px;
			font-weight: bold;
		}

			#gnb li a:hover {
				/*font-weight: 500;*/
				font-weight: bold;
			}
/*
#gnb li.on a {font-weight:bold; border-color:#ffcb07;}
*/
.sub_men_list {
	display: none;
	position: relative;
	top: 26px;
	left: 0;
	z-index: 200;
}

#gnb li .sub_men_list li {
	padding: 10px 0;
	margin: 0;
}

#gnb li > .sub_men_list > li > a {
	all: initial;
	display: block;
	height: 21px;
	font-size: 17px;
	cursor: pointer;
}

	#gnb li > .sub_men_list > li > a:hover {
		font-weight: bold;
	}
	
.sub_men_bg {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 100;
	width: 100%;
	height: 288px;
	background-color: #fff;
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0;
}


.room-list {
	float: left;
	width: 748px;
	/*margin-right: 97px;*/  /* 2020.12.12 */
}

	.room-list .room-item {
		float: left;
	}

	.room-list:after {
		display: block;
		clear: both;
		content: '';
	}

.room-social {
	float: right;
	width: 368px;
}

.tit_post {
	font-size: 37px;
	color: #000;
	font-weight: bold;
	padding-bottom: 11px;
	border-bottom: 4px solid #000;
}

	.tit_post > a {
		float: right;
		margin-top: 15px;
		font-size: 19px;
		color: #6d7278;
	}

/* 포스트 */
.post_list {
	float: left;
	margin-top: 24px;
}

	.post_list > li {
		position: relative;
		float: left;
		width: 367px;
		height: 314px;
		margin: 0 14px 14px 0;
	}

		.post_list > li:nth-child(2n) {
			margin-right: 0px;
		}

		.post_list > li > dl {
			position: absolute;
			top: 0;
			left: 0;
			width: 367px;
			height: 314px;
			padding-left: 32px;
			padding-right: 66px;
			color: #fff;
			background-color: rgba(0, 0, 0, 0.64);
			z-index: 10;
		}

			.post_list > li > dl > dt {
				height: 76px;
				margin-top: 173px;
				font-size: 29px;
				line-height: 35px;
			}

				.post_list > li > dl > dt > a:hover {
					color: #ffcb05;
				}

			.post_list > li > dl > dd {
				/*font-size: 15px;*/
			}
	.post_list li > dl > dd.space_type1 {
		/*padding: 8px 0;*/
		font-size: 0px;
		line-height: 0px;
		padding-bottom: 5px;
	}

				.post_list li > dl > dd > .etc-bar {
					display: inline-block;
					width: 10px;
					height: 1px;
					background-color: #fff;
					margin-left: 2px;
				}

.bg_img_area {
	/*position: absolute;*/
	top: 0;
	left: 0;
	z-index: 0;
}
	.bg_img_area > img {
		width: 100%;
		height: 100%;
	}

/* 09.02 개설중인 방 */
.room-list.basic_width {
	width: 1327px;
}

.post_list > li.ing_room {
	width: 288px;
	height: 247px;
	margin: 0 22px 24px 0;
}

	.post_list > li.ing_room > dl {
		width: 288px;
		height: 247px;
		padding: 0 57px 0 20px;
	}

		.post_list > li.ing_room > dl > dt {
			height: 60px;
			font-size: 20px;
			margin-top: 136px;
			line-height: 25px;
		}

		.post_list > li.ing_room > dl > dd {
			font-size: 13px
		}

	.post_list > li.ing_room:nth-child(4n) {
		margin-right: 0;
	}

.bg_img_area.ing_type {
	width: 288px;
	height: 247px;
}

	.bg_img_area.ing_type > img {
		width: 100%;
	}

/* 사회적 임팩트 */
.social_list > li {
	border-bottom: 1px solid #bdbdbd;
}

	.social_list > li > dl > dt {
		display: table-cell;
		font-family: AppleSDGothicNeo-Bold;
		width: 181px;
		height: 164px;
		font-size: 20px;
		vertical-align: middle;
		line-height: 25px;
	}
	/* 9.1 DS Font Test 반영 */
	.social_list > li > dl > dd {
		display: table-cell;
		font-family: DINCondensed-Bold;
		font-size: 60px;
		color: #f7b500;
		letter-spacing: 0.5px;
		vertical-align: middle;
		width: 181px;
		text-align: right;
	}

		.social_list > li > dl > dd > span {
			font-size: 16px;
			color: #000;
		}

/* next List */
.next-room {
	padding: 14px 0 0 0;
}

.next_mainList > li {
	float: left;
	width: 282px; /* 2020.12.12 292px > 282px */
	margin-right: 15px;
}
	/* 9.1 DS 추가 */
	.next_mainList > li:last-child {
		float: left;
		width: 282px;  /* 2020.12.12 292px > 282px */
		margin-right: 0px;
	}

	.next_mainList > li > dl > dt {
		font-size: 27px;
		font-weight: bold;
		color: #191717;
	}

	.next_mainList > li > dl > dd {
		font-size: 17px;
		color: #949494;
	}

.img_thum {
	width: 292px;
	height: 251px;
	margin-bottom: 18px;
	background-color: rgba(154, 154, 154, 0.1);
}
	.img_thum > img {
		width: 100%;
		height: 100%;
	}

/* notice */
.notice-title {
	float: left;
	width: 172px;
	font-size: 37px;
	font-weight: bold;
}

	.notice-title > p {
		margin: 70px 0 5px 0;
	}

.room_notice {
	float: left;
}

	.room_notice > ul > li {
		float: right;
		margin-left: 45px; /* 2020.12.12 55px > 45px */
	}

		.room_notice > ul > li > dl {
			width: 292px;
		}
			/* 9.1 DS Font Test 반영 */
			.room_notice > ul > li > dl > dt {
				padding-bottom: 18px;
				margin-bottom: 17px;
				font-family: AppleSDGothicNeo-Bold;
				font-size: 25px;
				font-weight: bold;
				background: url('../img/new/bg_notice_list.png') no-repeat 0 bottom;
			}

			.room_notice > ul > li > dl > dd {
				margin-bottom: 11px;
				font-family: AppleSDGothicNeo-Medium;
				font-size: 19px;
				color: #5e5e5e;
			}

				.room_notice > ul > li > dl > dd.notice_date {
					margin: 0;
					font-family: AppleSDGothicNeo-Light;
					font-size: 15px;
					color: #8a8e93;
				}

.btn_more {
	float: right;
	font-size: 19px;
	color: #6d7278;
}

.btn_more_l {
	float: left;
	font-size: 19px;
	color: #6d7278;
}

#preparation {
	height: 232px;
	background-color: rgba(0, 0, 0, 0.04);
}

.preparation_inner {
	width: 1327px;
	margin: 0 auto;
}

.txt_area {
	float: left;
	font-size: 38px;
	font-weight: bold;
	padding: 100px 0 0 0;
	margin-right: 264px;
}

.sub_txt {
	/*padding-top: 17px;*/
	font-size: 25px;
	letter-spacing: -1.33px
}

/* 2020.11.21 */
.dwon_area {
	text-align: center;
	padding-top: 66px;
}

.dwon_area_l {
	display: inline-block;
}

.dwon_area_r {
	display: inline-block;
	margin-left: 68px;
}


/* sns list */
.sns-link {
	float: right;
	margin: 5px 54px 0 0;
}

	.sns-link li {
		float: left;
		margin-left: 10px;
	}

/* 09.02 */
.fix-width.foo_width {
	width: 1440px;
}

/* 09.20 */
#content.sub_con_wrap {
	width: 1280px;
}

/* 2020.12.12 */
#content.sub_con_info {
	width: 928px;
}

#content > article > h2 {
	font-size: 50px;
	color: #000;
	text-align: center;
}

#content > article {
	clear: both;
	padding: 110px 0 0 0
}

.sen_type {
	padding: 35px 0 0 0;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
}

.etc_con > li {
	float: left;
	width: 525px;
	height: 535px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 10px;
	box-shadow: 0 0 8px #dfdfdf;
	background-color: #fff;
}

.con01_type {
	float: left;
	width: 100%;
	padding: 90px 0 90px 95px;
	background-color: #f7f7f7;
}

.etc_con > li.mar_type {
	margin-right: 48px
}

.sub_img_area {
	padding: 30px 0;
}

.con_sub_type > dt {
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px 0;
	color: #000;
}

.c1on_sub_type > dd {
	font-size: 15px;
}

.img_sort {
	text-align: center;
}

.type01 {
	padding: 85px 0 50px 0;
}

.type02 {
	padding: 70px 0 0 0;
}

.txt_sort_c {
	text-align: center;
	font-size: 27px;
}

.font_type_b {
	font-weight: bold;
}

.con_type_gray {
	margin-top: 150px;
	padding-bottom: 100px !important;
	background-color: #f7f7f7;
}

.btn_location {
	padding: 55px 0;
	text-align: center;
}


/* 비밀번호 재입력 */
.cert-pw {
	/*padding-top: 175px;*/
	font-size: 18px;
	color: #424242;
	text-align: center;
}

	.cert-pw.type_p_t {
		padding-top: 0;
	}

	.cert-pw .tit {
		padding-bottom: 38px;
		font-weight: bold;
		font-size: 48px;
		color: rgba(0, 0, 0, 0.85)
	}

		.cert-pw .tit.font_type {
			font-size: 42px;
		}

.use_info {
	padding: 23px 0 53px 0;
}

	.use_info > a {
		text-decoration: underline;
	}

input.pw_type {
	width: 322px;
	height: 56px;
	color: #757575;
	text-align: center;
	background-color: rgba(216, 216, 216, 0.22)
}

.btn_agree {
	margin-top: 11px;
	text-align: center;
}

	.btn_agree > a {
		display: inline-block;
		width: 322px;
		height: 56px;
		line-height: 56px;
		color: #fff;
		background-color: #424242;
	}

		.btn_agree > a.btn_ok_y {
			display: inline-block;
			width: 206px;
			height: 56px;
			line-height: 56px;
			color: #fff;
			background-color: #eebc00;
		}

.temp_img_lo {
	margin-bottom: 55px;
	text-align: center;
}

	.temp_img_lo.etc_type {
		margin-top: 140px;
	}

/* 이용 요금 */
.fee_wrap {
	width: 928px;
}

.fee_tab {
	width: 928px;
	margin-bottom: 78px;
}

.fee_wrap > h4 {
	font-family: 'Noto Sans CJK KR';
	height: 65px;
	padding: 0 0 0 71px;
	margin-bottom: 22px;
	line-height: 65px;
	font-size: 28px;
	color: #fff;
	border-radius: 40px;
	background-color: #1a2e35
}

.fee_tab th {
	width: 308px;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	border-right: 1px solid #dadada;
	background-color: #f3c000;
}

.fee_tab td {
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #dadada;
	border: 1px solid #dadada;
}

	.fee_tab td.bg_type {
		background-color: rgba(216, 216, 216, 0.16)
	}

	.fee_tab th:last-child, .fee_tab td:last-child {
		/*border-right: none;*/
	}

.apply_qua_tab {
	float: left;
	width: 595px;
	margin-left: 70px;
}

	.apply_qua_tab td {
		padding-top: 11px;
	}

		.apply_qua_tab td.none_padd {
			padding-top: 0;
		}

	.apply_qua_tab input {
		width: 595px;
		height: 42px;
		;
		padding: 0 0 0 20px;
		font-size: 16px;
		color: #757575;
		border: 1px solid #757575;
	}

		.apply_qua_tab input.tel_num {
			float: left;
			width: 292px;
			margin-right: 11px;
		}

		.apply_qua_tab input.email_add {
			width: 292px;
		}

	.apply_qua_tab textarea.area_write {
		height: 250px;
		padding: 14px 0 0 20px;
		font-size: 16px;
		color: #757575;
		border: 1px solid #757575;
	}

.btn_send {
	width: 595px;
	height: 42px;
	padding: 0 20px 0 20px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #757575;
	background-color: #424242;
}

.etc_qua_list {
	float: left;
	width: 171px;
	margin-left: 37px;
}

	.etc_qua_list > li {
		padding: 30px 0 26px 0;
		font-size: 20px;
		text-align: center;
		border-bottom: 1px solid #bdbdbd;
	}

		.etc_qua_list > li:first-child {
			padding-top: 0;
		}

		.etc_qua_list > li:last-child {
			padding-bottom: 0;
			border: none;
		}


.clear {
	clear: both;
}

/* ------------------------------------*/
/* 2020.10월 이후는 아래 작성 바랍니다.*/
/* ------------------------------------*/

.fee_wrap.mag-t-type50 {
	margin-top: 50px;
}

.con-sort-type {
	font-family: AppleSDGothicNeo-Bold;
	padding: 0 71px;
	font-size: 20px;
	letter-spacing: -0.45px;
}

.sub-remark {
	padding: 0 71px;
	font-size: 18px;
	color: #59595a;
}

.line {
	width: 14px;
	height: 1px;
	border: solid 1.8px #ffffff;
}