html, body {
	width: 100%;
	height: 100%;
	min-width: 320px;
}

body.menuOpen, body.popupOpen {
	overflow: hidden;
}

#wrap {
	width: 100%;
	height: 100%;
}

#contents {
	min-height:calc(100%);
	padding: 50px 0;
	background:#181818;
	box-sizing:border-box;
}

#contents .tltW {
	overflow: hidden;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	font-size: 16px;
}

#contents .tltW h2 {
	float: left;
	color: #fff;
}

#contents .tltW.vac h2 {
	font-size:18px;
  color: #99885c;
}

#contents .tltW.vac h2 span {
  color: #aaa;
}

#contents .tltW h2 span {
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	vertical-align: top;
	line-height: 16px;
}

#contents .tltW .link {
	float: right;
	color: #fff;
	text-decoration: none;
}

#contents .tltW .legend {
	float: right;
	position: relative;
	padding: 2px 0 2px 11px;
	font-size: 14px;
	color: #666;
}

#contents .tltW .legend:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #d3e7f2;
}

.inner {
	padding: 0 20px;
}

/* 210129 */
.actionBar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #111111;
	z-index: 99;
}

.actionBar ul {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.actionBar ul li {
	text-align: center;
}

.actionBar ul li a {
	display: block;
	font-size: 11px;
	font-family: "Arial";
	font-weight: 700;
	color: #ffffff;
	line-height: 50px;
}

.actionBar ul li a.main {
	font-family: "Noto Sans KR", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
	font-weight: 500;
}

.actionBar ul.sub {
	justify-content: space-around;
}

.actionBar ul.sub li a {
	font-size: 13px;
	font-family: "Noto Sans KR", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
	font-weight: 500;
}

/* // 210129 */
.section, .topSchW {
	padding: 20px 20px;
}

.section + .section, .topSchW + .section {
	padding-top: 30px;
	position: relative;
	border-top: 10px solid rgba(153, 153, 102, .30);
}

.section + .section:before, .topSchW + .section:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 0.5px;
	background: #181818;
}

.section.viewSection, .topSchW.viewSection {
	padding: 30px 20px;
}

.section.listSection, .topSchW.listSection {
	padding-bottom: 0;
}

.section.sections, .topSchW.sections {
	padding-top: 10px;
}

.tabMenuW {
	display: flex;
	padding: 30px 20px 0;
}

.tabMenuW li {
	flex: 1;
	position: relative;
}

.tabMenuW li + li {
	margin-left: -1px;
}

.tabMenuW a {
	display: block;
	height: 40px;
	border: 1px solid #ddd;
	color: #757575;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
}

.tabMenuW .on {
	z-index: 1;
}

.tabMenuW .on a {
	border-color: #111111;
	color: #111111;
}

.tabConW .section {
	padding: 25px 20px 30px;
}

.tabConW .tabCon + .tabCon {
	display: none;
}

.tabConW .listBoard {
	padding: 10px 20px;
}

.datepicker {
	padding: 20px 0;
	color:#fff;
}

.datepicker .container .table {
	width: 100%;
	border: 0;
}

.datepicker .table>tbody>tr>td, 
.datepicker .table>tbody>tr>th, 
.datepicker .table>tfoot>tr>td, 
.datepicker .table>tfoot>tr>th, 
.datepicker .table>thead>tr>td, 
.datepicker .table>thead>tr>th {
	width: 35px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	border: 0;
	color: #fff;
}

.datepicker .container .table a {
	color: #fff;
	font-size:16px;
}

.datepicker font.holy {font-family: tahoma; color: #FF6C21;}

.datepicker font.blue {font-family: tahoma; color: #1a7dc2;}

.datepicker .td_green {background-color: #189c82;}

.datepicker .td_yellow {background-color: #f39e89;}

.helpBox {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .15);;
}

.helpBox li {
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	letter-spacing: -0.24px;
}

.helpBox strong {
	font-weight: 500;
	color: #fff;
}

.tltBox {
	overflow: hidden;
	padding-top: 10px;
}

.tltBox h2 {
	float: left;
	font-size: 17px;
	font-weight: 500;
	line-height: 17px;
	color: #fff;
}

.tltBox p {
	float: right;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.28px;
	color:#fff;
}

.tltBox p span, .tltBox p em {
	font-size: 15px;
	letter-spacing: -0.3px;
}

.tltBox p .min {
	font-weight: 500;
	color: #fff;
}

.tltBox p .max {
	font-weight: 100;
	color: #fff;
}

.tltBox p em {
	color: #666;
}

.tltBox ~ .tltBox {
	padding-top: 30px;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: #111111;
	z-index: 100;
	/* 210129 */
	/* // 210129 */
}

#header .title {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	line-height: 50px;
}

#header .btnMenu, #header .btnPrev {
	display: block;
	position: absolute;
	top: 0;
	width: 60px;
	height: 50px;
}

#header .btnMenu {
	right: 0;
	background: url(/resources/images/btn/btn_menu.png) no-repeat center center/22px auto;
	font-size: 0;
	z-index: 101;
}

#header .btnPrev {
	left: 0;
	background: url(/resources/images/btn/btn_prev.png) no-repeat center center/18px auto;
	font-size: 0;
}

#header .mainTlt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 50px;
	text-align: center;
}

#header .mainTlt strong {
	display: block;
	font-size: 15px;
	font-family: "Arial";
	font-weight: 700;
	color: #ffffff;
}

#header .mainTlt span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #ffffff;
	opacity: .2;
}

.menuW .menuC {
	position: fixed;
	top: 0;
	right: -290px;
	width: 290px;
	height: 100%;
	padding: 60px 20px 30px;
	background: #fff;
	z-index: 101;
	overflow-x: scroll;
	box-sizing: border-box;
	transition: right .3s ease-in-out;
}

.menuW .menuTlt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 54px;
	padding-left: 20px;
	background: #181818;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 54px;
}

.menuW .menuTlt .user {
	font-weight: 500;
}

.menuW .menu .list li {
	border-bottom: 1px solid #eee;
}

.menuW .menu .list li a {
	display: block;
	width: 100%;
	background: url(/resources/images/ico/ico_arrow.png) no-repeat right center/7px auto;
	line-height: 55px;
}

.menuW .address {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f5f5f5;
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
}

.menuW .address p {
	margin-bottom: 18px;
	font-size: 17px;
	font-weight: 500;
}

.menuW .address dl dt, .menuW .address dl dd {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
}

.menuOpen .menuW .menuC {
	right: 0;
}

.menuOpen .menuW:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	content: '';
	z-index: 99;
}

.closeArea {
	position: absolute;
	top: 0;
	right: 0;
}

.closeArea .btnMenuClose {
	display: block;
	width: 60px;
	height: 54px;
	background: url(/resources/images/btn/btn_close.png) no-repeat center center/17px auto;
	font-size: 0;
}

#footer {
	position: fixed;
	bottom: 50px;
	left: 0;
	width: 100%;
	padding: 13px 0;
	border-top: 1px solid #333333;
	background: #181818;
}

#footer address {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	opacity: .2;
	line-height: 1.4;
}

#footer address .tel {
	font-family: "Roboto", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
}

a.btnRep, a.btnSub, a.btnSide, a.btnSeh, button.btnRep, button.btnSub, button.btnSide, button.btnSeh {
	display: block;
	width: 100%;
	height: 42px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
}

a.btnRep, button.btnRep {
	background: #111111;
	border: 1px solid #111111;
	color: #fff;
}

a.btnSub, button.btnSub {
	background: #fff;
	border: 1px solid #111111;
	color: #111111;
}

a.btnSide, button.btnSide {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
}

a.btnSeh, button.btnSeh {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 15px;
	letter-spacing: -0.6px;
	color: #666;
}

.ipTxt, .selBox, .ipSeh {
	height: 42px;
	padding: 0 15px;
	border: 1px solid #666;
	background:#181818;
	font-size: 15px;
	box-sizing: border-box;
}

.selBox {
	background: #181818 url(/resources/images/ico/ico_select.png) no-repeat right 15px center/12px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#fff;
}

.chkBox {
	position: absolute;
	visibility: hidden;
}

.chkBox + label {
	display: inline-block;
	position: relative;
	height: 20px;
	padding-left: 28px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color:#fff;
}

.chkBox + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.chkBox:checked + label:before {
	background: #fff url(/resources/images/ico/ico_ch_on.png) no-repeat center/16px auto;
	border-color: #111111;
}

.chkW {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.chkW label {
	padding-left: 20px;
	text-indent: -9999em;
}

.toggleChk {
	position: absolute;
	visibility: hidden;
}

.toggleChk + label {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 50px;
	height: 27px;
	margin-top: -13px;
	background: #abacac;
	border-radius: 50px;
	text-indent: -9999em;
}

.toggleChk + label:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	display: block;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 100%;
}

.toggleChk:checked + label {
	background: #111111;
}

.toggleChk:checked + label:before {
	left: auto;
	right: 1px;
}

.joinStep {
	padding: 15px 20px 27px;
}

.joinStep .step {
	height: 36px;
}

.joinStep .step li {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background-color: #ccc;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	color: #fff;
}

.joinStep .step li + li {
	margin-left: -8px;
}

.joinStep .step li:nth-child(1) {
	z-index: 10;
}

.joinStep .step li:nth-child(2) {
	z-index: 9;
}

.joinStep .step li:nth-child(3) {
	z-index: 8;
}

.joinStep .step .on {
	background-color: #111111;
}

.joinStep .stepName {
	float: left;
	font-size: 22px;
	font-weight: 200;
	line-height: 20px;
}

.joinStep .stepName .stepNum {
	display: block;
	font-family: "Roboto", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
	font-weight: 600;
	font-size: 12px;
}

.joinStep .step {
	float: right;
}

.joinStep:after {
	display: block;
	clear: both;
	content: '';
}

.joinF {
	position: relative;
	padding: 30px 20px 86px;
	border-top: 10px solid #f5f5f5;
}

.joinF dl {
	clear: both;
}

.joinF dl + dl {
	margin-top: 30px;
}

.joinF dt {
	margin-bottom: 12px;
	font-size: 16px;
}

.joinF dt .help {
	float: right;
	font-size: 13px;
	font-weight: 300;
}

.joinF dd {
	position: relative;
}

.joinF .unit {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 42px;
	font-size: 15px;
	color: #999;
}

.joinF .ipTxt, .joinF .selBox {
	width: 100%;
}

.joinF .btnBot {
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 56px;
	background: #111111;
	color: #fff;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
}

.joinF .btnAllAgree {
	display: block;
	width: 100%;
	height: 56px;
	margin-bottom: 13px;
	background: #111111;
	color: #fff;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
}

.joinF .btnAllAgree:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 100%;
	margin-right: 4px;
	background: url(/resources/images/ico/ico_ch.png) no-repeat center/16px auto;
	vertical-align: top;
}

.joinF .agreeList li {
	position: relative;
	padding: 17px 0;
}

.joinF .agreeList li + li {
	border-top: 1px solid #eee;
}

.joinF .agreeList .btnAgreeView {
	position: absolute;
	top: 50%;
	right: -5px;
	display: block;
	width: 16px;
	height: 23px;
	margin-top: -11px;
	background: url(/resources/images/ico/ico_arrow.png) no-repeat center/auto 13px;
	text-indent: -9999em;
}

.changeF dl {
	clear: both;
}

.changeF dl + dl {
	margin-top: 20px;
}

.changeF dt {
	margin-bottom: 12px;
	font-size: 16px;
	color:#fff;
}

.changeF dd {
	position: relative;
}

.changeF dd input {
	width: 100%;
	border-color:#666;
	background:#181818;
}

.changeF dd input::placeholder {
	color:#fff;
}

.changeF p {
	margin-top: 20px;
}

.changeF .unit {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 42px;
	font-size: 15px;
	color: #999;
}

.changeF .ipTxt, .changeF .selBox {
	width: 100%;
}

.changeF .ipSeh {
	width: calc(100% - 80px);
}

.changeF .birth {
	display: flex;
}

.changeF .birth .selBox {
	position: relative;
}

.changeF .birth .selBox + .selBox {
	margin-left: -1px;
}

.changeF .birth .selBox:focus, .changeF .birth .selBox:hover {
	z-index: 1;
}

.birth {
	display: flex;
}

.birth .selBox {
	position: relative;
}

.birth .selBox + .selBox {
	margin-left: -1px;
}

.birth .selBox:focus, .birth .selBox:hover {
	z-index: 1;
}

.gender {
	display: flex;
}

.gender li {
	flex: 1;
}

.gender li + li {
	margin-left: -1px;
}

.gender input {
	visibility: hidden;
}

.gender input + label {
	position: relative;
	display: block;
	height: 42px;
	border: 1px solid #666;
	font-size: 15px;
	line-height: 40px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}

.gender input:checked + label {
	border-color: #fff;
	color: #fff;
	font-weight: 500;
	z-index: 1;
}

.formW dl {
	clear: both;
}

.formW dl + dl {
	margin-top: 30px;
}

.formW dt {
	margin-bottom: 12px;
	font-size: 17px;
	font-weight: 500;
}

.formW dt .help, .formW dt .btnAdd {
	float: right;
	font-size: 13px;
	font-weight: 300;
	color: #666;
	line-height: 15px;
}

.formW dt .btnAdd {
	text-decoration: underline;
}

.formW dd {
	position: relative;
}

.formW .unit {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 42px;
	font-size: 15px;
	color: #999;
}

.formW .ipTxt, .formW .selBox {
	width: 100%;
}

.formW .itemRow > * + * {
	margin-top: 10px;
}

.formW .agreeField {
	padding: 0 20px;
}

.formW .agreeField + .formBtn {
	padding-top: 10px;
}

.formW .agreeList li {
	position: relative;
	padding: 20px 0;
}

.formW .agreeList li + li {
	border-top: 1px solid #eee;
}

.formW .agreeList .btnAgreeView {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 14px;
	text-decoration: underline;
	color: #333;
	line-height: 20px;
}

.formW .userId .ipTxt {
	width: calc(100% - 95px);
}

.formW .userId button {
	width: 90px;
	height: 42px;
	margin-left: 5px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 15px;
	color: #666;
}

.formW .helpList {
	padding-top: 20px;
}

.formW .helpList li {
	position: relative;
	padding-left: 8px;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}

.formW .helpList li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	width: 2px;
	height: 2px;
	background: #666;
}

.formW .item {
	display: flex;
}

.formW .item > * + * {
	margin-left: 10px;
}

.formW .date {
	flex: 1;
}

.formW .date .ipTxt {
	width: calc(100% - 40px);
}

.formW .date .ui-datepicker-trigger {
	display: inline-block;
	width: 40px;
	height: 42px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-left: 0;
	box-sizing: border-box;
	text-indent: -9999em;
	font-size: 0;
}

.formBtn {
	display: flex;
	padding: 30px 20px;
}

.formBtn a, .formBtn button {
	display: block;
	width: 100%;
	height: 42px;
	background: #111111;
	color: #fff;
	font-size: 15px;
	line-height: 42px;
	text-align: center;
	box-sizing: border-box;
}

.formBtn a + *, .formBtn button + * {
	margin-left: 10px;
}

.formBtn .btnBase {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	line-height: 40px;
}

.formBtn.writeBtn {
	padding: 0;
	padding-bottom: 10px;
}

.formBtn.enrollBtn {
	padding-bottom: 0;
}

.formW .section + .formBtn {
	padding-top: 0;
}

.findResult {
	position: relative;
	border-top: 10px solid #f5f5f5;
}

.findResult:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 0.5px;
	background: #ddd;
}

.findResult .idResult {
	padding: 37px 5px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	text-align: center;
}

.findResult .idResult span {
	color: #111111;
}

.findResult .pwResult dt {
	margin-bottom: 15px;
	font-size: 16px;
}

.helpList {
	padding-top: 20px;
}

.helpList li {
	position: relative;
	padding-left: 8px;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}

.helpList li span {
	color: #111111;
}

.helpList li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	display: block;
	width: 2px;
	height: 2px;
	background: #666;
}

/* 2021-01-28 */
.agreeF li {
	overflow: hidden;
	padding: 10px 0;
	box-sizing: border-box;
}

.agreeF li + li {
	padding: 20px 0;
	border-top: 1px solid #eee;
}

.agreeF .btnAgreeView {
	display: block;
	float: right;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.28px;
	color:#fff;
}

.tblW {
	border-top: 1px solid rgba(255, 255, 255, .5)
}

.tblW.tblS {
	position: relative;
	left: -20px;
	width: calc(100% + 40px);
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 10px;
}

.tblW.tblS th {
	background: #181818;
	color:#fff;
}

.tblW.tblS .cancel {
	color:#fff;
	text-decoration: underline;
}

.tbl {
	table-layout: fixed;
	width: 100%;
}

.tbl th, .tbl td {
	height: 40px;
	padding: 0 5px;
	border: 1px solid rgba(221, 221, 221, 0.2);
	font-size: 14px;
}

.tbl th:first-child, .tbl td:first-child {
	border-left: 0;
}

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

.tbl thead th {
	background: #f5f5f5;
	border-top: 0 none;
}

.tbl tbody td {
	font-size:12px;
	text-align: center;
	color: #fff;
}

.tbl .surveyLink {
	display: block;
	padding-right: 15px;
	background: url(/resources/images/ico/ico_arrow.png) no-repeat right center/12px auto;
	color: #666;
}

.tbl .surveyLink .good {
	color: #1083bf;
}

.tbl .surveyLink .bad {
	color: #d54949;
}

.tbl.list td {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tbl.list a {
	display: block;
	color: #666;
	text-align: left;
}

.paging {
	padding: 15px 0;
	text-align: center;
}

.paging a {
	height: 20px;
}

.paging ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.paging li {
	float: left;
	font-size: 14px;
}

.paging li a {
	display: block;
	padding: 0 15px;
	color: #999;
	line-height: 18px;
}

.paging li.current a {
	font-weight: 500;
	color: #000;
}

.paging .prev, .paging .next {
	display: inline-block;
	width: 6px;
	padding: 0 5px;
	background: url(/resources/images/btn/btn_paging.png) no-repeat center/6px auto;
	text-indent: -9999em;
}

.paging .next {
	transform: rotate(180deg);
}

.login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 55px;
	background: #181818;
	box-sizing: border-box;
}

.login .loginInner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 146px;
	background: url("/resources/images/intro/img_intro.png") no-repeat center top/auto 146px;
}

.login .loginInner .loginForm {
	padding-top: 49px;
}

.login .loginInner .loginForm input {
	width: 100%;
	height: 45px;
	margin-bottom: 2px;
	padding: 0 15px;
	border: 0;
	background: #ffffff;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 0;
}

.login .loginInner .loginForm input:last-child {
	margin-bottom: 0;
}

.login .loginInner .loginForm input:placeholder {
	color: #999999;
}

.login .loginInner .loginForm input:-moz-placeholder {
	color: #999999;
}

.login .loginInner .loginForm input:-ms-input-placeholder {
	color: #999999;
}

.login .loginInner .loginForm input::-webkit-input-placeholder {
	color: #999999;
}

.login .loginInner .loginForm .submit {
	display: block;
	width: 100%;
	height: 42px;
	margin-top: 15px;
	background: #000000;
	font-size: 15px;
	font-weight: 500;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
}

.login .loginInner .loginJoin {
	position: relative;
	margin-top: 30px;
	padding-top: 28px;
}

.login .loginInner .loginJoin:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dddddd;
	opacity: .2;
	font-size: 0;
	line-height: 0;
}

.login .loginInner .loginJoin dl {
	display: flex;
}

.login .loginInner .loginJoin dl dt {
	flex: none;
	font-size: 14px;
	color: #aaaaaa;
}

.login .loginInner .loginJoin dl dd {
	margin-left: auto;
	font-weight: 500;
	font-size: 16px;
	text-decoration: underline;
}

.login .loginInner .loginJoin dl dd a {
	color: #ffffff;
}

.layerPopupW {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 50px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

.fullPopup {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #eaf4f6;
}

.fullPopup .tltW {
	position: relative;
	height: 54px;
	padding: 0 20px;
	background: #fff;
}

.fullPopup .tltW h1 {
	font-size: 17px;
	color: #222;
	line-height: 54px;
}

.fullPopup .btnClose {
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 27px;
	height: 27px;
	margin-top: -13px;
	background: url(/resources/images/btn/btn_layerClose.png) no-repeat center/17px auto;
	text-indent: -9999em;
	font-size: 0;
}

.fullPopup .layerCon {
	overflow-y: auto;
	padding: 10px 20px;
	height: calc(100% - 136px);
	box-sizing: border-box;
}

.fullPopup .layerCon .txt {
	font-size: 14px;
	color: #757575;
	line-height: 1.4;
}

.fullPopup .btnLayer {
	display: flex;
	padding: 20px;
}

.fullPopup .btnLayer button {
	display: block;
	width: 100%;
	height: 42px;
	background: #111111;
	border: 1px solid #111111;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}

.fullPopup .btnLayer button + button {
	margin-left: 10px;
}

.fullPopup .btnLayer .btnSub {
	background: #fff;
	border: 1px solid #111111;
	color: #111111;
}

.fullPopup .photographingW {
	height: calc(100% - 156px);
}

.fullPopup .photographingW + .btnLayer {
	padding-bottom: 40px;
}

.fullPopup .layerStepCon {
	position: relative;
	height: calc(100% - 108px);
	padding-bottom: 0;
	text-align: center;
	overflow: hidden;
}

.fullPopup .layerStepCon + .btnLayer {
	padding: 0;
}

.fullPopup .layerStepCon + .btnLayer button {
	height: 54px;
	line-height: 52px;
}

.fullPopup .layerFull {
	height: calc(100% - 54px);
	padding: 0;
	background: #fff;
}

.fullPopup .nowHealthW {
	display: table;
	width: 100%;
	height: calc(100% - 226px);
}

.fullPopup .nowHealthW .nowHealth {
	display: table-cell;
	vertical-align: middle;
}

.fullPopup .nowHealthW + .btnSkip {
	height: 172px;
	padding: 39px 20px 0;
	background: #fff;
	box-sizing: border-box;
}

.fullPopup .nowHealthW + .btnSkip p {
	margin-bottom: 20px;
	font-size: 17px;
	text-align: center;
	color: #111111;
}

.intro {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #181818;
}

.intro .title {
	position: relative;
	top: 50%;
	padding-top: 142px;
	background: url("/resources/images/intro/img_intro.png") no-repeat center 0/89px auto;
	font-size: 22px;
	font-family: "Arial";
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main #contents {
	min-height: 100%;
	padding-bottom: 109px;
	background: #181818;
	box-sizing: border-box;
}

.main #contents .mainSection {
	height: 100%;
}

.main #contents .mainSection ul {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	height: 100%;
}

.main #contents .mainSection ul li {
	flex-basis: 100%;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	box-sizing: border-box;
}

.main #contents .mainSection ul li.half {
	flex-basis: 50%;
}

.main #contents .mainSection ul li:last-child {
	/* flex: none; */
	border-bottom: 0;
  border-bottom: 1px solid #333333;
}

.main #contents .mainSection ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	text-align: center;
}

.main #contents .mainSection ul li a > em {
	display: block;
	padding-bottom: 7px;
	font-size: 19px;
	font-family: "Arial";
}

.main #contents .mainSection ul li a > em strong {
	font-weight: bold;
}

.main #contents .mainSection ul li a > span {
	display: block;
	font-size: 13px;
	color: #99885c;
}

.main #contents .mainSection ul li a > span.type2 {	
	color: rgba(255, 255, 255, 0.2);
}

.main #contents .mainSection ul li a > .ico {
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 17px;
	background-repeat: no-repeat;
	background-position: center top;
}


.main #contents .mainSection ul li a > .ico_main {
	max-width:auto; max-height:40px;
  margin-bottom:17px;
}

/* i태그를 img 태그로 변경 */
.main #contents .mainSection ul li a > .ico.pga {
	background-image: url("/resources/images/main/bg_pga.png");
	background-size: 34px auto;
}

.main #contents .mainSection ul li a > .ico.black {
	background-image: url("/resources/images/main/bg_black.png");
	background-size: 31px auto;
}

.main #contents .mainSection ul li a > .ico.practice {
	background-image: url("/resources/images/main/bg_practice.png");
	background-size: 33px auto;
}

.main #contents .mainSection ul li a > .ico.my {
	background-image: url("/resources/images/main/bg_my.png");
	background-size: 36px auto;
}

.main #contents .mainSection ul li a > .ico.grip {
	background-image: url("/resources/images/main/bg_grip.png");
	background-size: 45px auto;
}

.main #contents .mainSection ul li a > .ico.lesson {
	height: 59px;
	background-image: url("/resources/images/main/bg_lesson.png");
	background-size: auto 100%;
}

.main #contents .mainSection ul li a > .ico.vacation {
	height: 85px;
	background-image: url("/resources/images/main/bg_vacation.png");
	background-size: auto 100%;
}

.main #contents .mainSection ul.sub li {
	flex: auto;
}

.main #contents .mainSection ul.sub li a > em {
	padding-bottom: 8px;
	font-family: "Noto Sans KR", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
	font-size: 22px;
	font-weight: 100;
	color: #ffffff;
}

.main #contents .mainSection ul.sub li a > em strong {
	font-weight: 500;
}

.main #contents .mainSection ul.sub li a > span {
	font-family: "Arial";
}

.viewList li {
	padding: 20px 0;
}

.viewList li + li {
	border-top: 1px solid rgba(221, 221, 221, 0.15);
}

.viewList dl {
	overflow: hidden;
	font-size: 15px;
}

.viewList dt {
	float: left;
	color: #fff;
}

.viewList dt.good {
	color: #1083bf;
}

.viewList dt.bad {
	color: #d54949;
}

.viewList dt.str {
	color: #000;
}

.viewList dd {
	float: right;
	color: #000;
}

.viewList .good {
	color: #1083bf;
}

.viewList .bad {
	color: #d54949;
}

.viewList .str {
	color: #000;
}

.viewList .good dd {
	color: #1083bf;
}

.viewList .bad dd {
	color: #d54949;
}

.viewList + .btn {
	padding-top: 10px;
}

.viewList.resultRate li {
	padding-bottom: 25px;
	border: 0 none;
}

.viewList.resultRate li + li {
	padding-top: 0;
}

.viewList.resultRate dt {
	color: #000;
}

.viewList.resultRate .rate {
	overflow: hidden;
	height: 6px;
	margin: 10px 0 0;
	background: #ddd;
	border-radius: 6px;
}

.viewList.resultRate .rate span {
	display: block;
	height: 100%;
	border-radius: 6px;
}

.viewList.resultRate .good dd {
	color: #1083bf;
}

.viewList.resultRate .good .rate span {
	background: #1083bf;
}

.viewList.resultRate .bad dd {
	color: #d54949;
}

.viewList.resultRate .bad .rate span {
	background: #d54949;
}

.bodyPartList {
	display: flex;
	padding-top: 27px;
}

.bodyPartList li {
	flex: 1;
	padding-top: 35px;
	text-align: center;
	font-size: 14px;
}

.resultAddW.swiper-container {
	padding-bottom: 45px;
}

.resultAddW.swiper-container .swiper-pagination {
	bottom: 30px;
}

.resultAddW.swiper-container .swiper-pagination-bullet {
	margin: 0 6px;
}

.resultAddW.swiper-container .swiper-pagination-bullet-active {
	background: #555;
}

.photographingW {
	display: table;
	width: 100%;
}

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

.photographing .txtHelp {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}

.photographing .photoZone {
	position: relative;
	width: 210px;
	height: 210px;
	padding: 2px;
	margin: 0 auto;
}

.photographing .photoZone:before {
	left: 0;
	top: 0;
}

.photographing .photoZone:after {
	right: 0;
	top: 0;
	transform: rotate(90deg);
}

.photographing .photo {
	width: 100%;
	height: 100%;
	background: #fff;
}

.photographing .photo:before {
	left: 0;
	bottom: 0;
	transform: rotate(270deg);
}

.photographing .photo:after {
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}

.photographing .photoZone:before, .photographing .photoZone:after, .photographing .photo:before, .photographing .photo:after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/resources/images/bg/bg_photo.png) no-repeat 0 0/30px auto;
}

.nowHealth dl {
	padding-top: 110px;
	margin-bottom: 30px;
	background: url(/resources/images/ico/ico_clock.png) no-repeat center 0/74px auto;
	text-align: center;
}

.nowHealth dt {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 500;
}

.nowHealth dd {
	font-size: 12px;
	line-height: 17px;
	color: #666;
}

.nowHealth .timeProgress {
	height: 9px;
	margin: 0 20px 8px 20px;
	background: #ccc;
	border-radius: 9px;
}

.nowHealth .timeProgress .progress {
	display: block;
	height: 100%;
	background: #111111;
	border-radius: 9px;
}

.nowHealth .time {
	overflow: hidden;
	padding: 0 20px;
	font-size: 13px;
}

.nowHealth .time .st {
	float: left;
	color: #666;
}

.nowHealth .time .et {
	float: right;
	color: #111111;
}

.resultTop .viewList {
	border-top: 1px solid #000;
	border-bottom: 1px solid #ddd;
}

.resultTop .helpList {
	padding-top: 12px;
}

.resultSection .range {
	display: flex;
	padding-top: 16px;
	margin-bottom: 20px;
}

.resultSection .range li {
	flex: 1;
	padding: 4px 0 0;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.resultSection .range li + li {
	margin-left: -1px;
}

.resultSection .range li span {
	display: block;
	height: 37px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.resultSection .range li.on span {
	position: relative;
	background: #d3e7f2;
}

.resultSection .range li.on span:before {
	content: "";
	position: absolute;
	top: -4px;
	bottom: -9px;
	left: 50%;
	border-left: 1px dashed #1083bf;
}

.resultGraph li {
	height: 37px;
}

.resultGraph li + li {
	margin-top: -1px;
}

.resultGraph li.on dd {
	background: #d3e7f2;
}

.resultGraph dl {
	display: flex;
}

.resultGraph dt {
	width: 54px;
	font-size: 12px;
	line-height: 37px;
	color: #666;
}

.resultGraph dd {
	flex: 1;
	border: 1px solid #ddd;
}

.resultGraph .date {
	display: flex;
	justify-content: space-between;
	padding: 12px 0 0 54px;
	font-size: 13px;
	color: #666;
}

.resultGraph .date span {
	flex: 1;
	text-align: center;
}

.covidRegend {
	overflow: hidden;
	padding: 20px 0 26px;
}

.covidRegend dt {
	float: left;
	font-size: 14px;
}

.covidRegend dd {
	float: right;
	font-size: 14px;
}

.covidRegend ul {
	display: flex;
}

.covidRegend li:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 5px;
	margin-right: 5px;
	vertical-align: 2px;
}

.covidRegend li.good:before {
	background: #1183bf;
}

.covidRegend li.bad:before {
	background: #d44949;
}

.covidRegend li + li {
	margin-left: 16px;
}

.covidStatus {
	position: relative;
	margin: 0 15px 60px;
}

.covidStatus .bar {
	width: 100%;
	height: 8px;
	background-image: linear-gradient(to right, #1083bf, #d54949);
}

.covidStatus .icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.covidStatus li {
	position: absolute;
	top: 100%;
	padding-top: 13px;
	color: #999;
	font-size: 12px;
	transform: translate(-50%, 0);
	margin-left: -1px;
}

.covidStatus li:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 1px;
	height: 8px;
	background: #ddd;
}

.covidStatus li:nth-child(1) {
	left: 0;
	margin: 0;
}

.covidStatus li:nth-child(2) {
	left: calc(100% / 3);
}

.covidStatus li:nth-child(3) {
	left: calc((100% / 3) * 2);
}

.covidStatus li:nth-child(4) {
	left: 100%;
}

.covidStatus.st1 .icon {
	background-image: url(/resources/images/ico/ico_st01.png);
}

.covidStatus.st1 li:nth-child(1) {
	color: #000;
}

.covidStatus.st2 .icon {
	left: calc(100% / 3);
	background-image: url(/resources/images/ico/ico_st02.png);
}

.covidStatus.st2 li:nth-child(2) {
	color: #000;
}

.covidStatus.st3 .icon {
	left: calc((100% / 3) * 2);
	background-image: url(/resources/images/ico/ico_st03.png);
}

.covidStatus.st3 li:nth-child(3) {
	color: #000;
}

.covidStatus.st4 .icon {
	left: 100%;
	background-image: url(/resources/images/ico/ico_st04.png);
}

.covidStatus.st4 li:nth-child(4) {
	color: #000;
}

.covidGraph {
	position: relative;
	height: 324px;
	margin-bottom: 34px;
}

.covidGraph li {
	position: relative;
	height: 27px;
	font-size: 12px;
	color: #666;
	transform: translate(0, -50%);
}

.covidGraph li:before {
	content: "";
	position: absolute;
	left: 20px;
	right: 0;
	top: 50%;
	display: block;
	height: 1px;
	background: #ddd;
}

.covidGraph li span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.covidGraph .gr {
	position: absolute;
	left: 20px;
	right: 0;
	z-index: 1;
}

.covidGraph .gr.good {
	top: 0;
	background: url(/resources/images/ico/ico_blue.png) no-repeat center 0/auto 324px;
}

.covidGraph .gr.bad {
	bottom: 0;
	background: url(/resources/images/ico/ico_red.png) no-repeat center bottom/auto 324px;
}

.covidRange {
	padding-bottom: 15px;
}

.covidRange .covidTltW {
	overflow: hidden;
	margin-bottom: 8px;
}

.covidRange .tlt {
	float: left;
	font-size: 16px;
}

.covidRange .tlt span + span {
	margin-left: 15px;
}

.covidRange .tlt .good {
	color: #1083bf;
}

.covidRange .tlt .bad {
	color: #d4494a;
}

.covidRange .link {
	float: right;
	font-size: 14px;
	text-decoration: underline;
}

.covidRange .rangeBar {
	position: relative;
}

.covidRange .rangeBar ul {
	display: flex;
}

.covidRange .rangeBar li {
	width: calc(100vw / 12);
	height: calc(100vw / 12);
	background: #1083bf;
	border-left: 1px solid #fff;
	text-indent: -9999em;
	box-sizing: border-box;
}

.covidRange .rangeBar .start, .covidRange .rangeBar .end {
	position: absolute;
	top: 100%;
	margin-top: 8px;
	font-size: 12px;
	color: #666;
}

.covidRange .rangeBar .start {
	left: 0;
}

.covidRange .rangeBar .end {
	right: 0;
}

.covidG.st12 .good {
	height: 100%;
}

.covidG.st12 .bad {
	height: 0;
}

.covidG.st11 .good {
	height: calc((100% / 12) * 11);
}

.covidG.st11 .bad {
	height: calc((100% / 12) * 1);
}

.covidG.st11 .rangeBar li:nth-child(11) ~ li {
	background: #d4494a;
}

.covidG.st10 .good {
	height: calc((100% / 12) * 10);
}

.covidG.st10 .bad {
	height: calc((100% / 12) * 2);
}

.covidG.st10 .rangeBar li:nth-child(10) ~ li {
	background: #d4494a;
}

.covidG.st9 .good {
	height: calc((100% / 12) * 9);
}

.covidG.st9 .bad {
	height: calc((100% / 12) * 3);
}

.covidG.st9 .rangeBar li:nth-child(9) ~ li {
	background: #d4494a;
}

.covidG.st8 .good {
	height: calc((100% / 12) * 8);
}

.covidG.st8 .bad {
	height: calc((100% / 12) * 4);
}

.covidG.st8 .rangeBar li:nth-child(8) ~ li {
	background: #d4494a;
}

.covidG.st7 .good {
	height: calc((100% / 12) * 7);
}

.covidG.st7 .bad {
	height: calc((100% / 12) * 5);
}

.covidG.st7 .rangeBar li:nth-child(7) ~ li {
	background: #d4494a;
}

.covidG.st6 .good {
	height: calc((100% / 12) * 6);
}

.covidG.st6 .bad {
	height: calc((100% / 12) * 6);
}

.covidG.st6 .rangeBar li:nth-child(6) ~ li {
	background: #d4494a;
}

.covidG.st5 .good {
	height: calc((100% / 12) * 5);
}

.covidG.st5 .bad {
	height: calc((100% / 12) * 7);
}

.covidG.st5 .rangeBar li:nth-child(5) ~ li {
	background: #d4494a;
}

.covidG.st4 .good {
	height: calc((100% / 12) * 4);
}

.covidG.st4 .bad {
	height: calc((100% / 12) * 8);
}

.covidG.st4 .rangeBar li:nth-child(4) ~ li {
	background: #d4494a;
}

.covidG.st3 .good {
	height: calc((100% / 12) * 3);
}

.covidG.st3 .bad {
	height: calc((100% / 12) * 9);
}

.covidG.st3 .rangeBar li:nth-child(3) ~ li {
	background: #d4494a;
}

.covidG.st2 .good {
	height: calc((100% / 12) * 2);
}

.covidG.st2 .bad {
	height: calc((100% / 12) * 10);
}

.covidG.st2 .rangeBar li:nth-child(2) ~ li {
	background: #d4494a;
}

.covidG.st1 .good {
	height: calc((100% / 12) * 1);
}

.covidG.st1 .bad {
	height: calc((100% / 12) * 11);
}

.covidG.st1 .rangeBar li:nth-child(1) ~ li {
	background: #d4494a;
}

.covidG.st0 .good {
	height: 0;
}

.covidG.st0 .bad {
	height: 100%;
}

.covidG.st0 .rangeBar li {
	background: #d4494a;
}

.tltW + .viewDetail {
	padding-top: 30px;
}

.viewDetail dt {
	font-size: 16px;
}

.viewDetail.good dt {
	color: #1083bf;
}

.viewDetail.bad dt {
	color: #d54949;
}

.viewDetail ul {
	overflow: hidden;
}

.viewDetail li {
	float: left;
	position: relative;
	width: 50%;
	padding: 18px 0 18px 7px;
	box-sizing: border-box;
	font-size: 14px;
}

.viewDetail li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 2px;
	margin-top: -1px;
	background: #666;
}

.viewDetail li:nth-child(2n-1):after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 1px;
	background: #ddd;
}

.viewDetail li:first-child:after {
	display: none;
}

.basicList {
	border-top: 1px solid #ddd;
}

.basicList li {
	border-bottom: 1px solid #ddd;
}

.basicList a {
	display: block;
	height: 55px;
	background: url(/resources/images/ico/ico_arrow_r.png) no-repeat right center/auto 12px;
	line-height: 55px;
}

.faqTab {
	display: flex;
	height: 45px;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
}

.faqTab li {
	flex: 1;
}

.faqTab a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	color: #666;
}

.faqTab .on a {
	color: #000;
	font-weight: 500;
}

.faqTab .on span {
	position: relative;
	display: inline-block;
	height: 100%;
}

.faqTab .on span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 100%;
	height: 3px;
	background: #111111;
}

.faqList {
	display: none;
	padding: 0 20px;
}

.faqList:first-child {
	display: block;
}

.faqList li + li {
	border-top: 1px solid #ddd;
}

.faqList dt {
	width: 100%;
	min-height: 30px;
}

.faqList a {
	position: relative;
	display: table;
	width: 100%;
	min-height: 60px;
}

.faqList a span {
	display: table-cell;
	margin-right: 20px;
	line-height: 1.5;
	vertical-align: middle;
}

.faqList a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 15px;
	height: 10px;
	margin-top: -5px;
	background: url(/resources/images/ico/ico_arrow_faq.png) no-repeat center/15px auto;
}

.faqList dd {
	display: none;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 1.5;
}

.faqList .on a {
	font-weight: 500;
}

.faqList .on a:before {
	transform: rotate(180deg);
}

.faqList .on dd {
	display: block;
}

.setting .section {
	padding: 30px 20px 20px 20px;
}

.setting dt {
	margin-bottom: 10px;
	font-size: 18px;
}

.setting dd {
	color: #666;
}

.setting li {
	position: relative;
	padding: 10px 0;
}

.setting li a {
	display: block;
	color: #666;
}

.setting .alarm p {
	position: relative;
	padding: 10px 0;
}

.viewList li {
	padding: 20px 0;
}

.viewList li + li {
	border-top: 1px solid rgba(221, 221, 221, 0.15);
}

.viewList dl {
	overflow: hidden;
	font-size: 15px;
}

.viewList dt {
	float: left;
	color: #fff;
}

.viewList dt.good {
	color: #1083bf;
}

.viewList dt.bad {
	color: #d54949;
}

.viewList dt.str {
	color: #000;
}

.viewList dd {
	float: right;
	color: #000;
}

.viewList .good {
	color: #1083bf;
}

.viewList .bad {
	color: #d54949;
}

.viewList .str {
	color: #000;
}

.viewList .good dd {
	color: #1083bf;
}

.viewList .bad dd {
	color: #d54949;
}

.viewList + .btn {
	padding-top: 10px;
}

.viewList.resultRate li {
	padding-bottom: 25px;
	border: 0 none;
}

.viewList.resultRate li + li {
	padding-top: 0;
}

.viewList.resultRate dt {
	color: #000;
}

.viewList.resultRate .rate {
	overflow: hidden;
	height: 6px;
	margin: 10px 0 0;
	background: #ddd;
	border-radius: 6px;
}

.viewList.resultRate .rate span {
	display: block;
	height: 100%;
	border-radius: 6px;
}

.viewList.resultRate .good dd {
	color: #1083bf;
}

.viewList.resultRate .good .rate span {
	background: #1083bf;
}

.viewList.resultRate .bad dd {
	color: #d54949;
}

.viewList.resultRate .bad .rate span {
	background: #d54949;
}

.viewList.date {
	padding-bottom: 30px;
}

.viewList.date li {
	height: 45px;
	padding: 0;
	border-top: 1px solid #ddd;
}

.viewList.date dt, .viewList.date dd {
	line-height: 45px;
}

.viewList.date dd * {
	display: block;
	line-height: 45px;
}

.viewList.date dd span {
	color: #1a7dc2;
}

.viewList.date dd em {
	color: #0bd4ac;
}

.reservation > ul > li + li {
	margin-top: 10px;
}

.reservation .viewList li {
	padding: 0;
}

.reservation .viewList dt, .reservation .viewList dd {
	line-height: 50px;
}

.reservation .viewList dd a {
	display: block;
	line-height: 51px;
	text-decoration: underline;
	color:#fff;
}

.reservation .btnBot {
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 55px;
	background: #111111;
	color: #fff;
	font-size: 16px;
	line-height: 55px;
	text-align: center;
}

.quarterW {
	display: flex;
	border-top: 1px solid rgba(221, 221, 221, 0.2);
	text-align: center;
  font-size:13px;
  border-bottom: 1px solid #dddddd;
}

.quarterW > li {
	flex: 1;
  margin-bottom: -1px;
}

.quarterW > li > ol {
	border-top: 1px solid #dddddd;
}

.quarterW > li > ol > li {
	height: 30px;
	border-bottom: 1px solid #dddddd;
	line-height: 30px;
	color:#fff
}


.quarterW strong {
	display: block;
	height: 40px;
	line-height: 40px;
	color:#fff;
}

.quarterW2 {
	/* display: flex; */
	border-top: 1px solid rgba(221, 221, 221, 0.2);
	text-align: left;
  font-size:13px;
}

.quarterW2>li {
  flex: 1;
}

.quarterW2>li>ol {
  /* border-top: 1px solid #dddddd; */
}

.quarterW2>li>ol>li {
  height: 40px;
  border-bottom: 1px solid #dddddd;
  line-height: 40px;
  color:white
}

.quarterW2>li>ol>li span {
  padding:0 30px 0 3px;
}

.quarterW2 strong {
  display: block;
  height: 40px;
  line-height: 40px;
}

.noticeW {
	display: flex;
	line-height: 40px;
  margin-top:20px;
}

.noticeW strong {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.noticeW span {
	margin-left: auto;
	font-size: 13px;
	color: #fff;
}

.noticeW span a {
	color:#fff;
	text-decoration: underline;
}

.noticeW.next {
	padding-top: 20px;
	line-height: 1;
}

.noticeW.next strong {
	font-size: 14px;
	font-weight: 400;
}

.vacationTop p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.vacationTop p strong {
	color: #99885c;
}

#contents .teacherSelect {
	padding: 30px 20px;
}

#contents .teacherSelect ul li {
	position: relative;
	border-bottom: 1px solid #dddddd;
}

#contents .teacherSelect ul li input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	background: transparent;
}

#contents .teacherSelect ul li input + label {
	display: block;
	position: relative;
	height: 60px;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
}

#contents .teacherSelect ul li input + label:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 17px;
	height: 10px;
	/* background: url("/resources/images/ico/ico_check_off.png") no-repeat 0 0/auto 100%; */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#contents .teacherSelect ul li input:checked + label {
	font-weight: 500;
}

#contents .teacherSelect ul li input:checked + label:after {
	background: url("/resources/images/ico/ico_ch.png") no-repeat 100% 100%/17px 10px;
}

.ipTxt {
	color: #fff;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 페이징 */
.pg_wrap {clear:both;display:block;padding:10px 0;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#fff;border:1px solid #fff}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:0.9em;height:20px;line-height:1.6em;padding:0 5px;min-width:10px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../../img/btn_first.gif') no-repeat 50% 50% #fff;border:1px solid #fff}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../../img/btn_prev.gif') no-repeat 50% 50% #fff;border:1px solid #fff}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../../img/btn_end.gif') no-repeat 50% 50% #fff;border:1px solid #fff}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../../img/btn_next.gif') no-repeat 50% 50% #fff;border:1px solid #fff}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#99885c;border:1px solid #99885c;color:#fff;font-weight:bold;height:20px;line-height:1.6em; font-size:0.9em;
	padding:0 5px;min-width:10px;border-radius:3px}


/* 휴가설정시 사용하는 모달박스 */
#modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#modal2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}



.modal-con {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 80px;
  background: #fff;
}

.modal-con .con {
  font-size: 15px;
  ;
  padding: 20px;
  height: 80px;
  overflow: auto;
}

button.btnSearch {
  display: inline;
  width: 80px;
  height: 42px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
}

button.btnSearch {
  background: #111111;
  border: 1px solid #111111;
  color: #fff;
}

select.sltYoil {
  width: 80px;
  height: 42px;
}


