@charset "UTF-8";
@import url(./attribute.css);
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

/** Home Page **/
body {
	padding-top: 0;
	padding-bottom: 40px;
	background-color: #f5f5f5;
  font-family: "Pretendard", sans-serif;
}

input,
button,
select,
textarea {
  font-family: "Pretendard",
    sans-serif;
}

@media (min-width: 979px) {
	body {
		padding-top: 60px;
	}
}

#header {
  background-color: #fff;
}

#sidebar {
  width: 228px;
  margin-right: 30px;
}

#content {
  width: calc(100% - 258px);
}

@media (max-width: 979px) {
  #content {
    width: 100%;
  }
}

.info_txt {
  font-size: 15px;
  font-weight: 500;
  margin-top: 8px;
}

.c_red {
  color: #FF5454;
}

.c_blue {
  color: #317CC1;
}

.c_gray {
  color: gray;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.tbl_wrap {
  overflow-x: auto;
}

.font-control {
  padding-top: 0 !important;
  position: absolute;
  top: 7px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 1005;
}

.font-control>div {
  padding-top: 0 !important;
  width: 28px;
  height: 28px;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
}

.font-control>div>span {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #767676;
}

.font-control>div>span:nth-child(1) {
  position: absolute;
  top: -2px;
  left: 0px;
}

.font-control>div>span:nth-child(2) {
  position: absolute;
  bottom: 1px;
  right: 1px;
}

.btn_rotate {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  background: url(../images/rotate_mobile.png) no-repeat center center / 24px;
}

.select_font {
  position: absolute;
  top: 7px;
  left: 90px;
  width: auto;
  margin: 0px;
  line-height: 20px;
  padding-right: 24px;
  outline: none;
  border: 1px solid #b3b3b3;
  background: #fff url(../images/icon_arrow_down.svg) no-repeat center right 8px / 12px;
}

.select_font::-ms-expand {
  display: none;
}

.select_font {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/** Login Page **/
#login {
	padding-top: 40px;
	padding-bottom: 40px;
}

#login .form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
	margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
	visibility: visible;
	display: block;
}

.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}

/** Global **/
#content {
	margin-left: 0px;
}
.hide-sidebar,
.show-sidebar {
	cursor: pointer;
}
.padd-bottom {
	margin-bottom: 5px;
}
.breadcrumb {
	margin: 0 0 0px;
	padding: 10px 0px;
	background-color: transparent;
}

.block {
	border: 1px solid #ccc;
	background: white;
	margin: 0em 0em;
	border-top: none;
  position: relative;
}

.block.w500 {
	width: 500px;
	margin: 0 auto;
}

.block.w900 {
	width: 900px;
	margin: 0 auto;
}

.remain-cnt {
  padding-top: 0 !important;
}
@media (max-width: 1000px) {
	.block.w500 {
		width: 100%;
		margin: 0 auto;
	}

	.block.w900 {
		width: 100%;
		margin: 0 auto;
	}
}

.block-content {
	margin: 10px;
	min-height: 0.25em;
}

.block-header {
  max-height: 53px;
	margin-bottom: 0px;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.block-header div {
	padding-top: 10px;
}

.easyPieChart {
	margin: 0px auto;
}

.chart-bottom-heading {
	margin-top: 5px;
	text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
	max-width: 228px;
	/* margin: 30px 0 0; */
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.bs-docs-sidenav > li > a {
	display: block;
	width: 190px \9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
		inset -1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
		inset -1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
		inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: 0.25;
}
.bs-docs-sidenav > li > a:hover {
	background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: 0.5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
	opacity: 1;
}
.bs-docs-sidenav.affix {
	top: 40px;
}
.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}

/* Icons
------------------------- */
.the-icons {
	margin-left: 0;
	list-style: none;
}
.the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}
.the-icons i:hover {
	background-color: rgba(255, 0, 0, 0.25);
}

.control-label .required {
	color: #e02222;
	font-size: 12px;
	padding-left: 2px;
}

/**********************************
 날짜		: 2018.09.19
 수정자	: 최명주
 내용		: 만족도&중요도 시 구분 스타일시트
***********************************/

#SubmitForm.type7 table tr:nth-child(1) th:nth-child(1),
#SubmitForm.type7 table tr:nth-child(2) td.list1 {
	background: #d0eaed;
}

#SubmitForm.type7 table tr:nth-child(1) th:nth-child(2) {
	background: #cedeef;
}

#SubmitForm.type7 table tr:nth-child(1) th:nth-child(3),
#SubmitForm.type7 table tr:nth-child(2) td.list2 {
	background: #f4dded;
}

/**********************************
 날짜		: 2018.10.14
 수정자	: 최명주
 내용		: 주관식
***********************************/
#SubmitForm table {
	width: 100% !important;
	vertical-align: middle;
}

#SubmitForm table th,
td {
	vertical-align: middle;
}

@media screen and (max-width: 800px) {
	#SubmitForm table {
		width: 100% !important;
	}
	#SubmitForm.type7 .table-response-wrap table:nth-child(1) {
		width: 100% !important;
	}
}

#SubmitForm.type4 .only {
	display: none;
}

#SubmitForm.type5 .table-response-wrap table,
#SubmitForm.type13 table:nth-child(2),
#SubmitForm.type4 table:nth-child(2) {
	width: 60%;
}

#SubmitForm.type5 .table-response-wrap table th,
td {
	vertical-align: middle !important;
}

#SubmitForm.type5 .table-response-wrap label {
	margin-bottom: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#SubmitForm.type7 .table-response-wrap table:nth-child(1) {
	width: 100% !important;
}

#SubmitForm.type11 table {
	width: unset !important;
}

#SubmitForm.type12 input[type="text"] {
	width: 200px;
}

#SubmitForm.type13 .sub-title {
	text-align: center;
}
@media screen and (max-width: 800px) {
	#SubmitForm.type4 .only {
		width: 95%;
		display: block;
	}
	#SubmitForm.type4 .onlyinput {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	#SubmitForm.type12 input[type="text"] {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#SubmitForm.type1 p {
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-indent: 0 !important;
	}

	#SubmitForm.type5 .table-response-wrap table tr td.question {
		min-width: unset;
	}
}

.table-response-wrap {
	overflow-x: auto;
}

.mobileAsk {
	display: none;
	background-color: #149bdf;
	color: white;
	font-size: 20px;
	padding: 10px;
}
.mobileAskImg {
	display: none;
}
@media screen and (max-width: 600px) {
	.mobileAsk {
		display: block;
	}
	.mobileAskImg {
		display: block;
		text-align: center;
	}
	.mobileAskImg img {
		width: 80%;
	}
}

@media (orientation: portrait) {
	/* Portrait 모드일 때 적용할 CSS */
	.m-height {
		height: 100%;
	}
}
@media (orientation: landscape) {
	/* Landscape 모드일 때 적용할 CSS */
	.m-height {
		height: 400px;
	}
}

.schedule-box {
	display: flex;
}
.schedule-box2 {
	display: flex;
}
.schedule-box2 .type-box {
	padding: 10px;
	width: 50%;
	height: 100px;
	overflow: auto;
	border-radius: 10px;
	background-color: #f7f7f9;
}

.schedule-box2 .type-box-empty {
	padding: 10px;
	width: 50%;
	height: 30px;
	overflow: auto;
	border-radius: 10px;
	background-color: #f7f7f9;
}

.schedule-box2 .type-box p {
	width: 20%;
	display: inline-block;
	margin-bottom: 0px;
}

.condition-box {
	padding: 10px;
	width: 50%;
	height: 80px;
	overflow: auto;
	border-radius: 10px;
	color: #fff;
	background-color: #2b506c;
}
.condition-box p {
	width: 20%;
	display: inline-block;
	margin-bottom: 0px;
}

/* PDF */
.pdf_container {
  width: 900px;
  /*overflow-x: auto;*/
  overflow-x: hidden;
  margin: 30px auto;
}

.pdf_container * {
  box-sizing: border-box;
}

.pdf_container p {
  margin: 0;
}

.pdf_container .ask_title {
  text-align: center;
  margin-bottom: 30px;
}

.pdf_container .ask_title h3 {
  font-size: 28px;
  font-weight: 600;
}

.ask_content {
  padding: 0 20px;
}

.ask_box {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DCDCDC;
}

.ask_box .quest {
  margin-bottom: 20px;
}

.ask_box .quest h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.ask_box .quest img {
  width: 100%;
}

.ask_box .quest h4 span.num {
  color: #666666;
}

.ask_box .cnts {
  background-color: #fff;
  border: 1px solid #DCDCDC;
  padding: 12px;
}

/* 선택 (라디오, 체크박스) */
.ask_box .cnts .select_list .select {
  margin-bottom: 12px;
}

.ask_box .cnts .select_list .select:last-child {
  margin-bottom: 0px;
}

.ask_box .cnts textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #bebebe;
  resize: none;
  padding: 8px;
}

/* 선택 (flex 정렬) */
.ask_box .cnts .selectbox_list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ask_box .cnts .selectbox_list .select {
  width: 180px;
}

.ask_box .cnts .selectbox_list .select select {
  width: 100%;
}

/* table */
.tbl_ask table {
  width: 100%;
  border-collapse: collapse;
}

.tbl_ask table th,
.tbl_ask table td {
  border: 1px solid #DCDCDC;
  padding: 6px;
  height: 40px;
}

.tbl_ask table th {
  background-color: #FAFAFA;
  font-size: 14px;
}

.tbl_ask table td {
  background-color: #fff;
  font-size: 14px;
}

.tbl_ask.td_center td {
  text-align: center;
}

.ask_input {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.ask_input:last-child {
  margin-bottom: 0;
}

.ask_input label.ask_label {
  flex-basis: 80px;
}

.ask_input input:not(input[type=checkbox], input[type=radio]) {
  border: 1px solid #afafaf;
  height: 30px;
}

p.mt12,
.mt12 {
  margin-top: 12px;
}

/* 설문 완료 페이지 */
.complete_container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

.complete_content {
  text-align: center;
  padding: 120px 0;
}

.check_img {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url('/public/images/icon_check.png') no-repeat center center / contain;
  margin-bottom: 20px;
}

.complete_content .text {
  padding: 50px 0;
  border-top: 2px solid #5984EA;
  border-bottom: 2px solid #5984EA;
}

.complete_content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #555;
}

.complete_content p.mt50 {
  margin-top: 50px;
}

.quest_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}


/* Calendar */
.calendar * {
  box-sizing: border-box;
}

.search_schedule {
  margin-bottom: 20px;
}

.search_schedule input {
  width: 100%;
  height: 40px;
  max-width: 540px;
  border: 1px solid #E5E5EC;
  border-radius: 8px;
  padding-left: 34px;
  margin: 0;
  background: url(../images/icon_search.svg) no-repeat center left 8px / 20px;
}

.calendar_move {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.calendar_move h3 {
  margin: 0;
}

.calendar_move button {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: none;
  padding: 0;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #E5E5EC;
}

.calendar_move .btn_prev {
  background: url(../images/icon_prev.svg) no-repeat center center / 12px;
}

.calendar_move .btn_next {
  background: url(../images/icon_next.svg) no-repeat center center / 12px;
}

.calendar {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  overflow-x: auto;
}

.calendar ul, 
.calendar li {
  list-style: none;
  margin: 0;
}

.calendar ul.calendar_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.calendar_head li.head_day {
  width: 180px;
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  max-width: 180px;
}

.calendar_head li.head_day.sun {
  color: #FF5454;
}

.calendar_head li.head_day.fri {
  color: #317CC1;
}

.calendar ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
}

.calendar ul li.day {
  display: inline-block;
  width: 180px;
  flex-shrink: 0;
  min-height: 180px;
  max-width: 180px;
  border-radius: 8px;
  padding: 12px;
  align-self: stretch;
  cursor: pointer;
  position: relative;
  border: 1px solid #E5E5EC;
}

.calendar ul li.day.sun {
  color: #FF5454;
  background-color: #fff6f6;
}

.calendar ul li.day.fri {
  color: #317CC1;
  background-color: #F6FBFF;
}

.calendar ul li.day.last_month {
  opacity: 0.5;
}

.schedule_box_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  position: absolute;
  left: 0;
  top: 40px;
}

.schedule_box_list span {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  padding: 4px 12px;
  border-radius: 8px;
  display: inline-block;
  z-index: 1;
  background-color: #dcdcdc;
  cursor: pointer;
}

.schedule_box_list span.holiday {
  background-color: #ffe7e7;
  color: #FF5454;
  font-weight: 600;
}

.schedule_box_list .schedule_detail {
  position: absolute;
  top: 30px;
  left: 0;
  width: max-content;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  z-index: 100;
  display: none;
  box-shadow: 0 0 12px rgb(0, 0, 0, 0.08);
}

.schedule_box_list .schedule_detail .btn_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  cursor: pointer;
  background: url(../images/icon_close.svg) no-repeat center center / contain;
}

.schedule_box_list .schedule_detail p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}

.schedule_box_list .schedule_detail p:last-child {
  margin-bottom: 0%;
}