@CHARSET "UTF-8";

.fL { float: left; }
.fR { float: right; }
.clear { clear: both; }

.pT10 { padding-top: 10px; }
.pB10 { padding-bottom: 10px; }
.pT20 {	padding-top: 20px; }
.mL10 { margin-left: 10px; }
.mT20 { margin-top: 20px; }
.mR20 { margin-right: 20px; }

.textC { text-align: center;}
.tL {text-align: left;}

.w100 {width:100%;}

/** login.jsp **/
/*#login-wrapper { position:absolute; text-align: center; width:500px; left: 50%; margin-left: -250px; top: 50%; margin-top: -150px; }*/
#login-wrapper ul li { height: 100%; vertical-align: middle; text-align: center;}
#login-wrapper form { cursor: default; border:1px solid #dde0e8; padding: 35px 50px; margin-top: 5px; width: 500px;
	display: flex; justify-content: center; flex-direction: column; gap: 10px; align-items: center;}
#login-wrapper form #submit_login { margin-top: 20px; border:1px solid #dde0e8; border-radius: 2px; -webkit-appearance:none; }
#login-wrapper th { width: 130px;}

/* button */
.btn-n { 	cursor:pointer; color: #ffffff; background-color: #5196da; border: none;
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; 
		font-weight: 700; border-radius: 5px; font-size: 15px; padding: 8px 25px; display: inline-block; }
.btn-cP {background-color: #e489d2;} 
.btn-n a {text-decoration:none; color:#fff;}
.btn-n span { color: #fff; word-break: keep-all; }

.btn-pink {background: #f1bbdb; }
.btn-green {background: #40bdb2; }
.btn-yellow {background: #f3d26f; }
.btn-sky {background: #47b6ce; }
.btn_gray {background: #c4c4c4;}

/* 데이터테이블 리스트 */
#listTb { width:100%; text-align: center; }
#listTb thead tr th { text-align: center; }


/* 등록/수정 테이블 */
.tb { width:100%; border-collapse: collapse;}
.tb tr{ border-bottom: 1px solid #ddd;}
.tb tr:first-child { border-top: 1px solid black; }
.tb tr:last-child { border-bottom: 1px solid black !important; }
.tb tr td { padding:10px 20px; }
.tb tr td.pdNone { padding:0; }
.tb tr td:first-child {border-right: 1px solid #ddd; text-align: center;}

.pdNone input {height: 30px; border:none; width:100%; padding: 0 20px;}
.pdNone textarea {border:none; width:100%; padding: 5px 20px;}

.privacy_header {
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
	gap: 20px;
	flex-wrap: wrap;
}

.privacy_contents {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 0 50px 50px;
}

.privacy_contents_title {
	display: flex;
	gap: 10px;
	font-size: 26px;
	font-weight: 700;
	color: #454545;
}

.flex_between {
	display: flex;
	justify-content: space-between;
}

.privacy_contents_title span {
	font-size: 20px;
	margin: auto 0;
}

.privacy_span {
	font-size: 20px;
	margin: auto 0;
}

#privacy_frame {
	width: 100%;
	height: 1000px;
}

.privacy_frame_div {
	display: flex;
}

.privacy_header_left {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.border_box {
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid #a5bbd8;
	border-radius: 5px;
	padding: 20px;
}

.privacy_box {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.privacy_box span {
	font-size: 23px;
	margin: auto 0;
}

/*
.privacy_header_left span {
	font-size: 30px;
	font-weight: 700;
	color: #222;
	margin: auto 0 7px;
}*/

.margin_auto {
	margin: auto 0;
}

#privacy_list {
	height: fit-content;
	margin: auto 0;
}

.cms_header {
	display: flex;
	justify-content: space-between;
	margin: 20px 30px;
}

.cms_header_left {
	display: flex;
	gap: 40px;
}

.cms_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: 65px;
	overflow-y: auto;
	margin: 0;
}

.cms_menu li {
	font-size: 15pt;
	font-weight: 600;
	margin: auto 0;
	word-break: keep-all;
}

.cms_menu a {
	color:#565656;
}

.cms_menu_select {
	color: #e99023 !important;
}

.cms_menu li :hover {
	text-decoration: underline;
}

.cms_menu>li::after{
	content: " |";
	align-items: center;
}

.cms_menu>li:last-child::after{
	content: "";
}

.cms_login {
	display: flex;
	justify-content: center;
}

.visible_hidden {
	visibility: hidden;
}

.display_none {
	display: none !important;
}

#login_title {
	font-size: 22pt;
	font-weight: 600;
	color:#222;
}

.divider {
	height: 0;
	width: 100%;
	border-top: 1px solid #aaaaaa;
}

.privacy_btn_box {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.privacy_btn_box input {
	width: 95px;
}

.flex30 {
	display: flex;
	gap: 30px;
}

.flex20 {
	display: flex;
	gap: 20px;
}

.flex10 {
	display: flex;
	gap: 10px;
	word-break: keep-all;
	margin: auto 0;
}

.flex10 input {
	margin: auto 0;
}

.privacy_register_box {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.privacy_register_box span, .spanBox {
	font-size: 1.1em !important;
	font-weight: 600;
}

.privacy_table {
	width: 100%;
	border: 1px solid #a5bbd8;
	border-collapse: collapse;
}

.privacy_table th {
	padding: 6px 5px;
	font-size: 1.1em;
	font-weight: 600;
	border: 1px solid #a5bbd8;
	background: #e9f5ff;
}

.privacy_table td {
	text-align: center;
	border: 1px solid #a5bbd8;
	padding: 5px;
}

.privacy_icon {
	display: flex;
	justify-content: center;
	cursor: pointer;
}

#file_text {
	margin: 0;
}

.preview_box {
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 90%;
	height: 95%;
	top: 0;
	left: 5%;
	z-index: 100000;
	background: white;
	border: 1px solid #999999;
}

.right_btn {
	display: flex;
	justify-content: flex-end;
}

#preview_close {
	padding: 2px 20px;
	font-size: 19pt;
	font-weight: 600;
	cursor: pointer;
}

#cms_preview {
	height: 100%;
}

.display_flex {
	display: flex;
}

.p_margin p {
	margin: 0;
}